.sub-visual{background-image: url(../img/sub02/visual.png);}
.sub-section .inner{max-width: 1400px;}

.sec01{padding: 20rem 0;}
.sec01 .inner{display: flex; align-items: center; justify-content: space-between; gap: 2rem;}
.sec01 .txtbox{}
.sec01 .txtbox h2{}
.sec01 .txtbox h3{font-weight: 300;}
.sec01 .imgbox{width: 50%; font-size: 0; max-width: 500px;}
.sec01 .imgbox img{width: 100%;}

@media all and (max-width:1200px){
    
}
@media all and (max-width:1024px){
    .sec01{padding: 80px 0;}
}
@media all and (max-width:768px){
    .sec01 .inner{flex-wrap: wrap;}
    .sec01 .txtbox,
    .sec01 .imgbox{width: 100%;}
}
.sec02{padding: 20rem 0 28rem; background-color: #3761db; color: #fff;}
.sec02 .inner{}
.sec02 .txtbox{padding-bottom: 13rem; text-align: center;}
.sec02 .txtbox h2{}
.sec02 .txtbox h4{font-weight: 300; padding-top: 2.5rem;}
.sec02 .cont{font-weight: 600;}
.sec02 .cont h5{padding-bottom: 3rem; font-size: 3.5rem;}
.sec02 .cont ul{display: flex; gap: 2.5rem; flex-wrap: wrap;}
.sec02 .cont ul li{height: 20rem; background-color: #fff; display: flex; align-items: center; justify-content: center; color: #3761db; font-size: 4.8rem; }
.sec02 .cont01 ul li{width: calc((100% - 7.5rem) / 4);}
.sec02 .cont02{padding-top: 14rem;}
.sec02 .cont02 ul li{width: calc((100% - 5rem) / 3);}
@media all and (max-width:1200px){
    
}
@media all and (max-width:1024px){
    .sec02{padding: 80px 0;}
    .sec02 .txtbox{padding-bottom: 40px;}
    .sec02 .cont02{padding-top: 40px;}
    .sec02 .cont h5{font-size: 24px; padding-bottom: 15px;}
    .sec02 .cont ul li{font-size: 30px;}
}
@media all and (max-width:768px){
    .sec02 .cont h5{font-size: 20px;}
    .sec02 .cont ul li{height: auto; padding: 30px 0; font-size: 24px;}
    .sec02 .cont01 ul li,
    .sec02 .cont02 ul li{width: calc((100% - 2.5rem) / 2);}
}

.sec03{padding: 32rem 0 30rem;}
.sec03 h2{text-align: center; padding-bottom: 13rem;}
.sec03 ul{display: flex; flex-direction: column; gap: 9rem;}
.sec03 ul li{display: flex; gap: 5rem; }
.sec03 ul li .num{font-family: 'GmarketSansLight'; font-size: 5rem; display: flex; width: 12rem; height: 12rem;color: #fff; align-items: center; justify-content: center; border-radius: 1000px; background: #3761db; padding-top: 1rem;}
.sec03 ul li .r-cont{width: calc(100% - 12rem - 5rem);}
.sec03 ul li .r-cont h4{font-size: 3.5rem; font-weight: 600; }
.sec03 ul li .r-cont h5{font-size: 2.6rem; letter-spacing: -2px; padding-top: 2rem;}
.sec03 ul li .r-cont .imgbox{display: flex; gap: 2.5rem; flex-wrap: wrap; margin-bottom: 6rem; margin-top: 5rem;}
.sec03 ul li .r-cont .imgbox img{width: calc((100% - 2.5rem) / 2);}
.sec03 ul li .r-cont .imgbox img:last-child{width: 100%;}
.sec03 ul li .r-cont p{font-size: 2.6rem;}
@media all and (max-width:1200px){
    
}
@media all and (max-width:1024px){
    .sec03{padding: 80px 0;}
    .sec03 ul{gap: 40px;}
}
@media all and (max-width:768px){
    .sec03 ul li{gap: 10px;}
    .sec03 ul li .num{width: 50px; height: 50px; font-size: 20px;}
    .sec03 ul li .r-cont{width: calc(100% - 60px);}
    .sec03 ul li .r-cont h4{font-size: 20px;}
    .sec03 ul li .r-cont h5{font-size: 16px; padding-top: 10px;}
    .sec03 ul li .r-cont .imgbox{margin-top: 20px; margin-bottom: 20px;}
    .sec03 ul li .r-cont p{font-size: 16px;}
}
@media all and (max-width:500px){
    .sec03 ul li .r-cont .imgbox img{width: 100%;}
}

.sec04{padding: 22rem 0 24rem; background-color: #3761db; color: #fff; text-align: center;}
.sec04 h2{}
.sec04 h3{padding: 4rem 0 7rem; font-size: 3rem;}
.sec04 ul{display: flex; gap: 20px; justify-content: space-between; background-color: #fff; padding: 6rem 6.5vw; color: #000; flex-wrap: wrap;}
.sec04 ul li{flex: 1; max-width: 216px;}
.sec04 ul li img{width: 100%;}
.sec04 ul li p{padding-top: 4rem; font-size: 2.6rem; font-weight: 600;}
@media all and (max-width:1200px){
    
}
@media all and (max-width:1024px){
    .sec04{padding: 80px 0;}
    .sec04 h3{padding: 20px 0 30px; font-size: 20px;}
}
@media all and (max-width:768px){
    .sec04 ul{gap: 20px; padding: 20px;}
    .sec04 h3{font-size: 18px;}
    .sec04 ul li p{font-size: 16px; padding-top: 20px;}
}
@media all and (max-width:500px){
    .sec04 ul{justify-content: center;}
    .sec04 ul li{flex: auto; width: 100%; max-width: 200px;}
}

.sec05{padding: 22rem 0; text-align: center; background: url(../img/sub02/sec05-bg.png) no-repeat center / cover;}
.sec05 h2{color: #fff; padding-bottom: 6rem;}
.sec05 h3{color: #3761db; font-size: 3rem; padding: 6rem 20px; background-color: #fff; width: 100%; font-weight: 700;}

@media all and (max-width:1200px){
    
}
@media all and (max-width:1024px){
    .sec05{padding: 80px 0;}
}
@media all and (max-width:768px){
    .sec05 h3{font-size: 18px;}
}
@media all and (max-width:500px){
    
}

.sec06{padding-top: 30rem;}
.sec06 .inner{display: flex; flex-direction: column; gap: 12rem;}
.sec06 .cont{display: flex; gap: 20px; justify-content: space-between; align-items: center;}
.sec06 .cont .imgbox{display: flex; gap: 10px; max-width: 730px;}
.sec06 .cont .imgbox .img{flex: 1;}
.sec06 .cont .imgbox .img img{width: 100%;}
.sec06 .cont .txtbox{max-width: 52rem; width: 100%;}
.sec06 .cont .txtbox h3{background: #3761db; color: #fff; font-size: 3.5rem; font-weight: 700; padding: 1rem 2rem;}
.sec06 .cont .txtbox p{padding-top: 3.5rem; font-size: 2.6rem;}
@media all and (max-width:1200px){
    
}
@media all and (max-width:1024px){
    .sec06{padding-top: 80px;}
    .sec06 .inner{gap: 30px;}
    .sec06 .cont .txtbox p{padding-top: 20px;}
}
@media all and (max-width:768px){
    .sec06 .cont{flex-wrap: wrap;}
    .sec06 .cont .imgbox,
    .sec06 .cont .txtbox{max-width: none;}
    .sec06 .cont .txtbox h3{font-size: 20px;}
    .sec06 .cont .txtbox p{font-size: 16px;}
}
@media all and (max-width:500px){
    
}