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

.sec01{padding: 20rem 0 22rem;}
.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-bottom: 20rem;}
.sec02 ul{display: flex; justify-content: space-between; gap: 2rem;}
.sec02 ul li{width: 100%; max-width: 660px;}
.sec02 ul li h3{font-size: 3.5rem; color: #fff; padding: 1rem 2rem; font-weight: 700; background: #3761db; margin-bottom: 5rem;}
.sec02 ul li p{font-size: 3rem; padding: 0 7px;}

@media all and (max-width:1200px){
    
}
@media all and (max-width:1024px){
    .sec02{padding-bottom: 80px;}
    .sec02 ul li h3{font-size: 24px; margin-bottom: 20px;}
    .sec02 ul li p{font-size: 20px;}
}
@media all and (max-width:768px){
    .sec02 ul{flex-wrap: wrap; gap: 30px;}
    .sec02 ul li{max-width: none;}
    .sec02 ul li h3{font-size: 20px;}
    .sec02 ul li p{font-size: 16px;}
}
.sec03{padding: 20rem 0 25rem; background: #3761db; color: #fff;}
.sec03 h2,
.sec03 h3{text-align: center;}
.sec03 .cont-wrap{}
.sec03 .cont-wrap .cont{padding-top: 17rem;}
.sec03 .cont-wrap .cont h4{font-size: 3.5rem; padding-bottom: 3rem; margin-bottom: 7rem; border-bottom: 1px solid #fff;}
.sec03 .cont-wrap .cont ul{display: flex; flex-direction: column; gap: 5rem;}
.sec03 .cont-wrap .cont ul li{display: flex; align-items: center; justify-content: space-between; gap: 2rem;}
.sec03 .cont-wrap .cont ul li .imgbox{width: 42rem; font-size: 0;}
.sec03 .cont-wrap .cont ul li .imgbox img{width: 100%;}
.sec03 .cont-wrap .cont ul li .txtbox{flex: 1;}
.sec03 .cont-wrap .cont ul li .txtbox h5{font-size: 3.5rem; font-weight: 700; padding-bottom: 4rem;}
.sec03 .cont-wrap .cont ul li .txtbox h5 i{font-weight: 400;}
.sec03 .cont-wrap .cont ul li .txtbox p{font-size: 2.6rem;}
@media all and (max-width:1200px){
    
}
@media all and (max-width:1024px){
    .sec03{padding: 80px 0;}
    .sec03 .cont-wrap .cont h4{font-size: 24px; margin-bottom: 30px;}
    .sec03 .cont-wrap .cont ul li .imgbox{width: 300px;}
    .sec03 .cont-wrap .cont ul li .txtbox h5{font-size: 24px; padding-bottom: 20px;}
    .sec03 .cont-wrap .cont ul li .txtbox p{font-size: 18px;}
}
@media all and (max-width:768px){
    .sec03 .cont-wrap .cont ul li{flex-wrap: wrap;}
    .sec03 .cont-wrap .cont ul li .imgbox{width: 100%;}
    .sec03 .cont-wrap .cont ul li .txtbox{flex: auto; width: 100%;}
    .sec03 .cont-wrap .cont ul li .txtbox h5{font-size: 20px;}
    .sec03 .cont-wrap .cont ul li .txtbox p{font-size: 16px;}
}

.sec04{padding: 36rem 0 34rem;}
.sec04 .inner{}
.sec04 h2{text-align: center;}
.sec04 h3{padding: 4rem 0 10rem; text-align: center;}
.sec04 ul{display: flex; flex-direction: column; gap: 2.8rem;}
.sec04 ul li{background: #d7dff8; padding: 2rem; display: flex; justify-content: center; min-height: 13rem; align-items: center; }
.sec04 ul li .txt{display: flex; gap: 4rem; width: 100%; max-width: 880px; align-items: center;}
.sec04 ul li .txt .icon{width: 3.8rem;}
.sec04 ul li .txt .icon img{width: 100%;}
.sec04 ul li .txt p{font-size: 3rem;}
.sec04 .btm-cont{display: flex; justify-content: space-between; gap: 2rem; padding-top: 7rem;}
.sec04 .btm-cont .cont{max-width: 650px; width: 100%;}
.sec04 .btm-cont .cont .imgbox{font-size: 0;}
.sec04 .btm-cont .cont .imgbox img{width: 100%;}
.sec04 .btm-cont .cont h5{font-size: 3.5rem; font-weight: 700; padding-bottom: 5rem; width: 90%; background: #fff; padding-top: 2.5rem; margin-top: -5rem; position: relative;}
.sec04 .btm-cont .cont h5 i{font-weight: 400;}
.sec04 .btm-cont .cont p{font-size: 2.6rem;}
@media all and (max-width:1200px){
    
}
@media all and (max-width:1024px){
    .sec04{padding: 80px 0;}
    .sec04 h3{padding: 20px 0 40px;}
    .sec04 ul li{min-height: auto;}
    .sec04 ul li .txt p{font-size: 20px;}
    .sec04 .btm-cont{padding-top: 30px;}
    .sec04 .btm-cont .cont h5{font-size: 24px; padding: 20px 0;}
    .sec04 .btm-cont .cont p{font-size: 18px;}
}
@media all and (max-width:768px){
    .sec04 ul{gap: 15px;}
    .sec04 ul li .txt .icon{width: 20px;}
    .sec04 ul li .txt{gap: 10px;}
    .sec04 ul li .txt p{font-size: 16px;}
    .sec04 .btm-cont{flex-wrap: wrap; gap: 30px;}
    .sec04 .btm-cont .cont h5{font-size: 20px; margin-top: 0; padding: 10px 0;}
    .sec04 .btm-cont .cont p{font-size: 16px;}
}
.sec05{background: #3761db; padding: 20rem 0;}
.sec05 .inner{padding: 0 30px;}
.sec05 h2{padding-bottom: 6.5rem; color: #fff; text-align: center;}
.sec05 ul{display: flex; flex-direction: column; gap: 4rem;}
.sec05 ul li{text-align: center; position: relative;}
.sec05 ul li.q{background: #fff; padding: 6rem 2rem;}
.sec05 ul li.q::after {
	content: ''; position: absolute; left: 0; top: 50%; width: 0; height: 0; border: 24px solid transparent; border-right-color: #fff; border-left: 0; margin-top: -24px; margin-left: -23px;
}
.sec05 ul li.a{background: #d7dff8; padding: 8rem 2rem;}
.sec05 ul li.a::after {
    content: ''; position: absolute; right: 0; top: 50%; width: 0; height: 0; border: 24px solid transparent; border-left-color: #d7dff8; border-right: 0; margin-top: -24px; margin-right: -23px;
}
.sec05 ul li h3{font-size: 2.5vw; font-weight: 700; color: #3761db;}
.sec05 ul li h4{font-size: 1.8vw;}
@media all and (max-width:1200px){
    
}
@media all and (max-width:1024px){
    .sec05{padding-bottom: 80px;}
    .sec05 h2{padding-bottom: 30px;}
    .sec05 ul li h3{font-size: 24px;}
    .sec05 ul li h4{font-size: 20px;}
}
@media all and (max-width:768px){
    .sec05 ul li.q,
    .sec05 ul li.a{padding: 20px;}
    .sec05 ul li h3{font-size: 20px;}
    .sec05 ul li h4{font-size: 16px;}
}
@media all and (max-width:500px){
    
}





















