.sub08{text-align: center;}
.sub08 .sub-visual{background: url(../img/sub08/visual.png) no-repeat center center / cover; text-align: left;}
@media all and (max-width:1200px){
    
}
@media all and (max-width:1024px){
    
}
@media all and (max-width:768px){
    
}
/* sec01  */
.sub08 .sec01{padding: 29rem 0 28rem;}
.sub08 .sec01 .inner{max-width: 1550px;}
.sub08 .sec01 h2{padding-bottom: 10rem;}
.sub08 .sec01 ul{display: flex; flex-wrap: wrap; gap: 2vw; justify-content: center;}
.sub08 .sec01 ul li{width: calc((100% - 4vw) / 3 ); background: linear-gradient(0,#e7f7fa 0%, #beeaf6 100%); padding: 8rem 20px; border-radius: 15rem;}
.sub08 .sec01 ul li h3{font-size: 3.2rem;padding-bottom: 3rem; font-family: 'JalpulrineunOneul'; color: #0089b6;}
.sub08 .sec01 ul li p{font-size: 1.7rem; line-height: 1.6;}
@media all and (max-width:1200px){
    
}
@media all and (max-width:1024px){
    .sub08 .sec01{padding: 80px 0;}
    .sub08 .sec01 h2{padding-bottom: 40px;}
    .sub08 .sec01 ul li h3{padding-bottom: 20px; font-size: 22px;}
}
@media all and (max-width:768px){
    .sub08 .sec01 ul{gap: 20px; justify-content: space-between;}
    .sub08 .sec01 ul li{width: calc((100% - 20px) / 2); padding: 40px 20px;}
    .sub08 .sec01 ul li h3{font-size: 18px; padding-bottom: 10px;}
    .sub08 .sec01 ul li p{font-size: 14px;}
    
}
@media all and (max-width:600px){
    .sub08 .sec01 ul li{width: 100%;}
}

/* sec02  */
.sub08 .sec02{display: flex; align-items: center; text-align: left;}
.sub08 .sec02 img{width: 50%;}
.sub08 .sec02 p{padding-left: 6vw; font-size: 2.5rem;}
@media all and (max-width:1200px){
    
}
@media all and (max-width:1024px){
    .sub08 .sec02{flex-direction: column; align-items: flex-start;}
    .sub08 .sec02 img{width: calc(100% - 20px); margin-bottom: 20px;}
    .sub08 .sec02 p{padding-left: 20px;}
}
@media all and (max-width:768px){
    .sub08 .sec02 p{font-size: 16px;}
    
}
@media all and (max-width:600px){
    
}


.sub08 .sec03{padding: 30rem 0;}
.sub08 .sec03 .inner{max-width: 1450px;}
.sub08 .sec03 h2{padding-bottom: 10rem;}
.sub08 .sec03 .cont::after{content: ""; width: 100%; height: 1px; background-color: #0089b6; position: absolute; top: 4rem; z-index: 0; left: 0;}
.sub08 .sec03 ul{display: flex; justify-content: space-between;}
.sub08 .sec03 ul li{position: relative; flex: 1; padding: 0 20px;}
.sub08 .sec03 ul li::after{content: ""; width: 100%; height: 1px; background-color: #0089b6; position: absolute; top: 4rem; z-index: -1; left: 0; }
.sub08 .sec03 ul li:first-child{padding-left: 7vw;}
.sub08 .sec03 ul li:last-child{padding-right: 7vw;}
.sub08 .sec03 ul li span{width: 8rem; height: 8rem; border-radius: 100px; background-color: #0089b6; color: #fff; align-items: center; justify-content: center; font-size: 3.5rem; font-family: 'GmarketSansMedium'; display: inline-flex; padding-top: 1rem; }
.sub08 .sec03 ul li h4{font-family: 'JalpulrineunOneul'; font-size: 3.2rem; padding: 2rem 0 2.5rem; color: #0089b6;}
.sub08 .sec03 ul li p{font-size: 1.7rem; line-height: 1.6; }
@media all and (max-width:1400px){
    .sub08 .sec03 ul li:first-child,
    .sub08 .sec03 ul li:last-child{padding: 0 20px;}
    .sub08 .sec03 ul li h4{font-size: 28px; padding: 15px 0 20px;}
}
@media all and (max-width:1200px){
    
}
@media all and (max-width:1024px){
    .sub08 .sec03{padding: 80px 0;}
    .sub08 .sec03 h2{padding-bottom: 40px;}
    .sub08 .sec03 ul{flex-wrap: wrap; gap: 50px 0;}
    .sub08 .sec03 ul li{flex: none; width: calc(100% / 3);}
    .sub08 .sec03 ul li:nth-child(n+4){width: 50%;}
    
}
@media all and (max-width:768px){
    
    .sub08 .sec03 ul li::after{top: 25px;}
    .sub08 .sec03 ul li span{font-size: 24px; width: 50px; height: 50px;}
    .sub08 .sec03 ul li h4{font-size: 20px; padding: 10px 0;}
    .sub08 .sec03 ul li p{font-size: 14px;}
}
@media all and (max-width:550px){
    .sub08 .sec03 ul li{width: 50%;}
    .sub08 .sec03 ul li:nth-child(odd){padding-left: 20px; padding-right: 10px;}
    .sub08 .sec03 ul li:nth-child(even){padding-left: 10px; padding-right: 20px;}
}


.sub08 .sec04{padding-bottom: 30rem;}
.sub08 .sec04 .inner{display: flex; align-items: center; max-width: none; padding-right: 0;}
.sub08 .sec04 .inner .txtbox{width: 50%; padding-right: 12rem; text-align: right;}
.sub08 .sec04 .inner .txtbox h2{padding-bottom: 4rem; font-size: 3rem;}
.sub08 .sec04 .inner .txtbox p{font-size: 15px; line-height: 1.6;}
.sub08 .sec04 .inner .imgbox{width: 50%;}
.sub08 .sec04 .inner .imgbox img{width: 100%;}
@media all and (max-width:1200px){
    
}
@media all and (max-width:1024px){
    .sub08 .sec04{padding-bottom: 80px;}
    .sub08 .sec04 .inner .txtbox{padding-right: 30px;}
    .sub08 .sec04 .inner .txtbox h2{padding-bottom: 20px;}
    
}
@media all and (max-width:768px){
    .sub08 .sec04 .inner{flex-wrap: wrap; flex-direction: column-reverse; gap: 20px;}
    .sub08 .sec04 .inner .txtbox{padding-right: 20px;}
    .sub08 .sec04 .inner .txtbox,
    .sub08 .sec04 .inner .imgbox{width: 100%;}
}
@media all and (max-width:550px){
    
}



/* sec07 */
.sub08 .sec05{background: url(../img/sub08/sec05-bg.png) no-repeat center center / cover; text-align: center; padding: 20rem 0; color: #fff;}
.sub08 .sec05 h2{padding-bottom: 6.5rem; color: #fff;}
.sub08 .sec05 .box{background: rgba(4, 149, 198, 0.84); padding: 8rem 20px; border-radius: 1000px; line-height: 1.8; font-size: 2.3rem;}
.sub08 .sec05 .box p{}

@media all and (max-width:1200px){
    
}
@media all and (max-width:1024px){
    .sub08 .sec05{padding: 80px 0;}
    .sub08 .sec05 h2{padding-bottom: 40px;}
    .sub08 .sec05 .box{padding: 40px 20px;}
}
@media all and (max-width:768px){
    .sub08 .sec05 .box{font-size: 16px; border-radius: 30px;}
    .sub08 .sec05 .box br.pc{display: block;}

}
@media all and (max-width:500px){
    .sub08 .sec05 .box{font-size: 14px;}
    .sub08 .sec05 .box br.pc{display: none;}
}

