/* main-section 공통 */
.main-section .inner{max-width: none;}
/* ms-visual 메인 비주얼 */
.ms-visual{height: calc(100vh - 3rem);}
.ms-visual ul{height: 100%;}
.ms-visual ul li:nth-child(1){width: 100%; height: 100%; background: url(../img/main/visual01.png) no-repeat center / cover;}
.ms-visual ul li:nth-child(2){width: 100%; height: 100%; background: url(../img/main/visual01.png) no-repeat center / cover;}
.ms-visual ul li:nth-child(3){width: 100%; height: 100%; background: url(../img/main/visual01.png) no-repeat center / cover;}
.ms-visual ul li .inner{display: flex; align-items: center; justify-content: center; max-width: none; height: 100%;}
.ms-visual ul li .inner .txtbox{text-align: center;}
.ms-visual ul li .inner .txtbox h2{font-size: 5rem; margin-bottom: 3rem;}
.ms-visual ul li .inner .txtbox p{}
.ms-visual .swiper-scrollbar{bottom: 3.5rem; width: calc(100% - 40px); max-width: 1020px; left: 50%; transform: translateX(-50%); background-color: #fff; z-index: 1;}
.ms-visual .swiper-scrollbar-drag{background-color: #0089b6;}
@media all and (max-width:1200px){
    
}
@media all and (max-width:1024px){
    
}
@media all and (max-width:768px){
    .ms-visual ul li .inner .txtbox h2{font-size: 30px;}
}
@media all and (max-width:500px){

}

/* ms01 */
.ms01{margin: 16rem 0 20rem; }
.ms01 .inner{padding: 0; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-left: 20px; max-width: 1660px; margin: 0; margin-left: auto; }
.ms01 h6{font-family: 'GmarketSansLight'; font-size: 6.3vw; color: rgba(3, 166, 220, 0.20); position: absolute; bottom: 0; left: 20px; width: 100%; text-transform: uppercase;}
.ms01 .txtbox{padding-bottom: 20rem;}
.ms01 .txtbox h2{}
.ms01 .txtbox h3{padding: 5rem 0 4rem; font-size: 2rem; line-height: 1.8; width: max-content;}
.ms01 .txtbox p{font-weight: 700; font-size: 2.2rem;}
.ms01 .imgbox{text-align: center; max-width: 1000px; flex: 1; position: relative;}
.ms01 .imgbox .bg{width: 100%; border-radius: 1000px 0 0 1000px; background: linear-gradient(180deg,rgba(222, 247, 255, 0.48) 0%, rgba(131, 223, 252, 0.48) 100%);
position: absolute; height: 90%; right: 0; bottom: 0; z-index: -1;}
.ms01 .imgbox img{width: 50%; max-width: 445px;}
@media all and (max-width:1200px){
    /* .ms01 .inner{align-items: flex-start;} */
    .ms01 .txtbox{padding-bottom: 100px;}
}
@media all and (max-width:1024px){
    .ms01{margin: 80px 0;}
    .ms01 .inner{flex-wrap: wrap;}
    .ms01 .txtbox{width: 100%; padding-bottom: 0; padding-right: 20px;}
    .ms01 .imgbox img{width: 250px;}
    .ms01 h6{text-align: center; font-size: 12vw;}
}
@media all and (max-width:768px){
    .ms01{padding-bottom: 11vw;}
    .ms01 .txtbox h3{width: auto; padding: 20px 0;}
}
/* ms02 */
.ms02{padding: 22rem 0 20rem; background: url(../img/main/ms02-bg.png) no-repeat center center / cover; color: #fff; text-align: center; }
.ms02 .inner{max-width: 1800px;}
.ms02 .title-txt{padding-bottom: 10rem;}
.ms02 .title-txt h2{padding-bottom: 3.5rem; color: #fff;}
.ms02 .title-txt p{font-weight: 400; line-height: 1.8;}
.ms02 ul{display: flex; justify-content: space-between; gap: 2rem; align-items: center; height: 30vw;}
.ms02 ul li{display: flex; flex-direction: column; gap: 3.5rem;}
.ms02 ul li:nth-child(1){}
.ms02 ul li:nth-child(2){}
.ms02 ul li:nth-child(3){align-self: flex-start;}
.ms02 ul li:nth-child(4){}
.ms02 ul li:nth-child(5){align-self: flex-end;}
.ms02 ul li:nth-child(6){}
.ms02 ul li .imgbox{}
.ms02 ul li .imgbox img{}
.ms02 ul li .txtbox{}
.ms02 ul li .txtbox h4{font-size: 2.7rem; font-weight: 700;}
@media all and (max-width:1360px){
    
}
@media all and (max-width:1200px){
    
}
@media all and (max-width:1024px){
    .ms02{padding: 80px 0;}
    .ms02 ul{flex-wrap: wrap; height: auto; justify-content: center; align-items: stretch; gap: 30px 2rem;}
    .ms02 ul li{width: calc((100% - 4rem) / 3); gap: 15px; justify-content: space-between;}
    .ms02 ul li:nth-child(1){order: 1;}
    .ms02 ul li:nth-child(2){order: 4; flex-direction: column-reverse;}
    .ms02 ul li:nth-child(3){order: 2; align-self: inherit;}
    .ms02 ul li:nth-child(4){order: 5;}
    .ms02 ul li:nth-child(5){order: 6; flex-direction: column-reverse; align-self:inherit;}
    .ms02 ul li:nth-child(6){order: 3; }
}
@media all and (max-width:768px){
    .ms02 .title-txt{padding-bottom: 40px;}
    .ms02 .title-txt p{font-size: 14px;}
    .ms02 ul li .txtbox h4{font-size: 16px;}
}
/* ms03 */
.ms03{padding: 21rem 0 28rem;}
.ms03 .inner{max-width: 1560px;}
.ms03 .title-txt{text-align: center;}
.ms03 .title-txt h2{}
.ms03 .title-txt p{padding: 3rem 0 6.5rem; font-size: 1.7rem; }
.ms03 ul{display: flex; justify-content: space-between; gap: 2rem;}
.ms03 ul li{}
.ms03 ul li .imgbox{margin-bottom: 5rem;}
.ms03 ul li .imgbox img{}
.ms03 ul li .txtbox{}
.ms03 ul li .txtbox h4{font-size: 2rem; font-weight: 700; color: #0089b6; padding-bottom: 1rem;}
.ms03 ul li .txtbox p{font-size: 1.5rem; }
@media all and (max-width:1200px){
    
}
@media all and (max-width:1024px){
    .ms03{padding: 80px 0;}
}
@media all and (max-width:768px){
    .ms03 .title-txt h2{}
    .ms03 .title-txt p{font-size: 14px;}
    .ms03 ul{flex-wrap: wrap;}
    .ms03 ul li{width: calc((100% - 2rem) / 2);}
    .ms03 ul li:nth-child(1){order: 1;}
    .ms03 ul li:nth-child(2){order: 3;}
    .ms03 ul li:nth-child(3){order: 4;}
    .ms03 ul li:nth-child(4){order: 2;}
    .ms03 ul li .imgbox{margin-bottom: 20px;}
}
@media all and (max-width: 500px){
    
}
/* ms04 */
.ms04{}
.ms04 ul{}
.ms04 ul li{display: flex; gap: 8rem; align-items: center;}
.ms04 ul li:nth-child(2n+1){text-align: right;}
.ms04 ul li:nth-child(2){margin: 5.5rem 0;}
.ms04 ul li .txtbox{flex: 1;}
.ms04 ul li .txtbox h2{font-size: 3rem;}
.ms04 ul li .txtbox h3{font-size: 2.2rem; padding: 1rem 0 4rem; font-weight: 300;}
.ms04 ul li .txtbox p{font-size: 1.5rem;}
.ms04 ul li .imgbox{ width: calc(100% - 30rem - 8rem); max-width: 920px;}

@media all and (max-width:1200px){
    
}
@media all and (max-width:1024px){
    
}
@media all and (max-width:768px){
    .ms04{}
    .ms04 ul li{flex-wrap: wrap; gap: 20px;}
    .ms04 ul li:nth-child(2n+1){flex-direction: column-reverse; padding-left: 20px;}
    .ms04 ul li:nth-child(2){margin: 40px 0; padding-right: 20px;}
    .ms04 ul li .txtbox{width: 100%; flex: auto; padding: 0 20px;}
    .ms04 ul li .txtbox h2{font-size: 20px;}
    .ms04 ul li .txtbox h3{font-size: 16px; padding: 10px 0;}
    .ms04 ul li .txtbox p{font-size: 14px;}
    .ms04 ul li .imgbox{width: 100%;}
}
@media all and (max-width:500px){
    
}