.visual .bg{background-image: url(../img/sub03_3/visual-bg.png);}
@media all and (max-width:1200px){

}
@media all and (max-width:1024px){

}
@media all and (max-width:768px){

}
@media all and (max-width:500px){

}

/* sec01 서울아산이비인후과 불면증 클리닉 */
.sec01{padding: 7vw 0; text-align: center; background: linear-gradient(90deg,#024748 0%, #01393a 100%); color: #fff;}
.sec01 h2{font-size: 6rem; font-weight: 300; padding-bottom: 4rem;}
.sec01 h2 b{color: #fec93b;}
.sec01 p{font-size: 2.4rem; font-weight: 100; line-height: 1.66;}
@media all and (max-width:1200px){

}
@media all and (max-width:1024px){
    .sec01{padding: 80px 0;}
    .sec01 h2{font-size: 35px; padding-bottom: 20px;}
    .sec01 p{font-size: 18px;}
}
@media all and (max-width:768px){
    .sec01 h2{font-size: 28px;}
    .sec01 p{font-size: 16px;}
}
@media all and (max-width:500px){
    .sec01 h2{font-size: 22px;}
}

/* sub-gnb */
.sub-gnb{background: linear-gradient(90deg,#013233 0%, #002c2d 100%); color: #467576;}
.sub-gnb ul{display: flex; justify-content: center; align-items: center; height: 9rem;}
.sub-gnb ul li{font-size: 3rem; font-weight: 500; width: calc(100% / 3); max-width: 300px; text-align: center; position: relative;}
.sub-gnb ul li:not(:last-child)::after{content: ""; position: absolute; width: 1px; height: 5rem; background: #467576; right: 0; top: 50%; transform: translateY(-50%);}
.sub-gnb ul li.on{color: #fff;}
@media all and (max-width:1200px){

}
@media all and (max-width:1024px){
    .sub-gnb ul li{font-size: 20px;}
}
@media all and (max-width:768px){
    .sub-gnb ul{height: 60px;}
    .sub-gnb ul li{font-size: 18px;}
    .sub-gnb ul li:not(:last-child)::after{height: 30px;}
}
@media all and (max-width:500px){
    .sub-gnb ul li{font-size: 16px;}
}

/* sec02 불면증이란? / 불면증 주요 유형 */
.sec02{padding: 11vw 0 15vw;}
.sec02 .top{display: flex; justify-content: space-between; gap: 3rem;}
.sec02 .top h2{white-space: nowrap;}
.sec02 .top h3{padding-top: 1rem;}
.sec02 .line{height: 1px; background: #726b68; margin: 9vw 0;}
.sec02 h5{text-align: center; margin-bottom: 6rem;}

.sec02 .type-wrap{background: #deeded; border-radius: 7rem; padding: 4rem; color: #fff;}
.sec02 .type-wrap ul{display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem;}
.sec02 .type-wrap ul li{background: linear-gradient(135deg,#086162 0%, #025051 100%); border-radius: 4rem; padding: 5rem 1rem; text-align: center; }
.sec02 .type-wrap ul li h4{font-size: 3.5rem; font-weight: 700; margin-bottom: 2rem;}
.sec02 .type-wrap ul li p{font-size: 2.2rem; line-height: 1.6;}
@media all and (max-width:1200px){
    .sec02 .type-wrap{padding: 3rem;}
    .sec02 .type-wrap ul li{padding: 3rem 1rem;}
    .sec02 .type-wrap ul li h4{font-size: 24px;}
}
@media all and (max-width:1024px){
    .sec02{padding: 80px 0;}
    .sec02 .top{gap: 15px;}
    .sec02 .line{margin: 40px 0;}
    .sec02 h5{margin-bottom: 40px;}

    .sec02 .type-wrap{padding: 20px;}
    .sec02 .type-wrap ul{grid-template-columns: repeat(2, 1fr); gap: 15px;}
    .sec02 .type-wrap ul li{padding: 20px 15px;}
    .sec02 .type-wrap ul li h4{font-size: 22px; margin-bottom: 10px;}
    .sec02 .type-wrap ul li p{font-size: 16px;}
}
@media all and (max-width:768px){
    .sec02 .top{flex-direction: column;}
    .sec02 h5{margin-bottom: 20px;}
    .sec02 .type-wrap ul li h4{font-size: 20px; margin-bottom: 10px;}
}
@media all and (max-width:500px){
    .sec02 .type-wrap ul{grid-template-columns: 1fr;}
}

/* sec03 불면증을 의심해야 할 때 */
.sec03{}

/* sec04 수면제 없는 불면증 치료 */
.sec04{padding-bottom: 17vw;}
.sec04 h2{margin-bottom: 8rem;}
.sec04 .imgbox{margin-bottom: 9rem;}
.sec04 .imgbox img{width: 100%;}
.sec04 .compare-table{margin: 0 auto 5rem; border-radius: 2rem; overflow: hidden; display: none;}
.sec04 .compare-table .row{display: flex;}
.sec04 .compare-table .col{flex: 1; padding: 2.5rem 2rem; font-size: 1.9rem; display: flex; align-items: center; justify-content: center; text-align: center; background: #6f9c9b; color: #fff; border-bottom: 1px solid #fff;}
.sec04 .compare-table .col.label{flex: 0 0 16rem; background: transparent; color: #333; justify-content: flex-start; font-weight: 700; border-bottom: 1px solid #ddd;}
.sec04 .compare-table .col.on{background: #0a4d4e; font-weight: 500;}
.sec04 .compare-table .row.head .col{font-size: 4.5rem; font-weight: 500; padding: 3rem 2rem;}
.sec04 .compare-table .row.head .col.on{position: relative; display: flex; gap: 1.5rem; font-weight: 700;}
.sec04 .compare-table .row:last-child .col{border-bottom: none;}
.sec04 .badge-recommend{background: #6bd0c6; color: #024748; font-size: 1.5rem; font-weight: 700; padding: 0.6rem 1.6rem; border-radius: 100px;}

.sec04 .pros-cons{margin: 0 auto; background: #eeeeee; border-radius: 4rem; padding: 3vw; display: flex; position: relative; justify-content: space-between; gap: 5rem;}
.sec04 .pros-cons::after{content: ""; width: 1px; height: 80%; background: #8e8e8e; position: absolute; left: 50%; transform: translate(-50%, -50%); top: 50%;}
.sec04 .pros-cons .box{text-align: left; padding: 0 2rem;}
.sec04 .pros-cons .box h4{font-size: 4rem; font-weight: 700; color: #0a6566; line-height: 1.5; margin-bottom: 3rem;}
.sec04 .pros-cons .box ul li{font-size: 2.8rem; line-height: 1.8; position: relative;}
@media all and (max-width:1024px){
    .sec04{padding-bottom: 80px;}
    .sec04 h2{margin-bottom: 40px;}
    .sec04 .imgbox{margin-bottom: 40px;}
    .sec04 .compare-table{margin-bottom: 30px;}
    .sec04 .compare-table .col{font-size: 14px; padding: 15px 10px;}
    .sec04 .compare-table .col.label{flex: 0 0 90px; font-size: 14px;}
    .sec04 .compare-table .row.head .col{font-size: 16px;}
    .sec04 .badge-recommend{font-size: 12px; padding: 4px 12px;}

    .sec04 .pros-cons{padding: 30px 20px; flex-direction: column; gap: 30px;}
    .sec04 .pros-cons::after{display: none;}
    .sec04 .pros-cons .box{padding: 0;}
    .sec04 .pros-cons .box h4{font-size: 25px; margin-bottom: 10px;}
    .sec04 .pros-cons .box ul li{font-size: 18px;}
}
@media all and (max-width:768px){
    .sec04 .compare-table .col{font-size: 12px; padding: 10px 5px;}
    .sec04 .compare-table .col.label{flex: 0 0 70px; font-size: 12px;}
    .sec04 .compare-table .row.head .col{font-size: 14px;}

    .sec04 .pros-cons .box h4{font-size: 20px;}
    .sec04 .pros-cons .box ul li{font-size: 16px;}
}
@media all and (max-width:500px){

}

/* sec05 불면증 치료 전후 사례 */
.sec05{padding-bottom: 13vw; text-align: center; }
.sec05 h2{margin-bottom: 10rem; font-size: 3.7vw;}
.sec05 h2 b{font-size: 2.7rem; color: #626262; font-weight: 400;}
.sec05 .imgbox{}
.sec05 .imgbox img{}
.sec05 h3{font-size: 4.5rem; color: #0a6566; margin-top: 10rem;}

.sec05 ul{display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin-bottom: 6rem; display: none;}
.sec05 ul li{background: #fff; border-radius: 2rem; padding: 3.5rem; text-align: left;}
.sec05 ul li .top{border-bottom: 1px solid #ccc; padding-bottom: 2rem; margin-bottom: 2.5rem;}
.sec05 ul li .top h4{font-size: 2.4rem; font-weight: 700; color: #0a6566; margin-bottom: 0.8rem;}
.sec05 ul li .top p{font-size: 1.6rem; color: #626262;}
.sec05 ul li .chart-wrap{display: flex; gap: 2rem;}
.sec05 ul li .chart{flex: 1;}
.sec05 ul li .chart-tit{display: block; font-size: 1.5rem; color: #0a6566; font-weight: 700; margin-bottom: 1.2rem;}
.sec05 ul li .bars{display: flex; align-items: flex-end; justify-content: center; gap: 1.5rem; height: 14rem; background: #eee; border-radius: 1rem; padding: 1.5rem;}
.sec05 ul li .bar{width: 5rem; background: #6f6f6f; border-radius: 0.5rem 0.5rem 0 0; display: flex; align-items: flex-start; justify-content: center; padding-top: 0.8rem; position: relative;}
.sec05 ul li .bar b{font-size: 1.5rem; color: #fff; white-space: nowrap;}
.sec05 ul li .bar.after{background: #0a6566;}
.sec05 ul li .bar-label{display: flex; justify-content: center; gap: 3.6rem; margin-top: 1rem; font-size: 1.5rem; color: #626262;}
.sec05 ul li .bar-label span:last-child{font-weight: 700; color: #0a6566;}
@media all and (max-width:1024px){
    .sec05{padding-bottom: 80px;}
    .sec05 h2{margin-bottom: 40px; font-size: 40px;}
    .sec05 h3{margin-top: 40px; font-size: 30px;}

    .sec05 ul{gap: 20px; margin-bottom: 40px;}
    .sec05 ul li{padding: 25px;}
    .sec05 ul li .top h4{font-size: 18px;}
    .sec05 ul li .top p{font-size: 13px;}
    .sec05 ul li .chart-tit{font-size: 13px;}
    .sec05 ul li .bars{height: 110px; padding: 10px;}
    .sec05 ul li .bar{width: 40px;}
    .sec05 ul li .bar b{font-size: 12px;}
    .sec05 ul li .bar-label{font-size: 12px; gap: 25px;}
}
@media all and (max-width:768px){
    .sec05 h2{font-size: 27px;}
    .sec05 h2 b{font-size: 18px;}
    .sec05 ul{grid-template-columns: 1fr;}
    .sec05 h3{margin-top: 30px; font-size: 20px;}

}
@media all and (max-width:500px){
    .sec05 h2 b{font-size: 15px;}
    .sec05 ul li .chart-wrap{gap: 10px;}
    .sec05 ul li .bar{width: 35%;}
}

/* sec07  */
.sec07{padding: 9vw 0; color: #fff; background: url(../img/sub03_2/sec07-bg.png) no-repeat center / cover;}
.sec07 .inner{max-width: 1500px; display: flex; align-items: center; justify-content: space-between; gap: 3rem;}
.sec07 .leaf{padding: 0 8rem; position: relative;}
.sec07 .leaf img{position: absolute; width: 11rem; top: 50%; transform: translateY(-50%);}
.sec07 .leaf img:nth-of-type(1){left: 0;}
.sec07 .leaf img:nth-of-type(2){right: 0;}
.sec07 .leaf .txt{text-align: center; padding: 0 3rem; text-align: center;}
.sec07 .leaf .txt p{font-size: 3.2rem; margin-bottom: 1rem; width: max-content;}
.sec07 .leaf .txt h3{font-size: 5.7rem; font-weight: 700; width: max-content;}
.sec07 .right{}
.sec07 .right h3{font-size: 3vw; font-weight: 700; margin-bottom: 3rem; }
.sec07 .right p{font-size: 3rem; }
@media all and (max-width:1300px){
    .sec07 .inner{}
    .sec07 .leaf .txt p{font-size: 22px; width: auto;}
    .sec07 .leaf .txt h3{font-size: 30px; width: auto;}
    .sec07 .right h3{font-size: 30px;}
    .sec07 .right p{font-size: 24px;}
}
@media all and (max-width:1024px){
    .sec07{padding: 80px 0;}
    .sec07 .inner{flex-direction: column; gap: 80px 0;align-items: flex-start;}
    .sec07 .leaf img{width: 80px;}
    .sec07 .right h3{font-size: 24px;}
    .sec07 .right p{font-size: 20px;}
}
@media all and (max-width:768px){
    .sec07 .inner{gap: 40px 0;}
    .sec07 .leaf{padding: 0 50px; margin: 0 auto;}
    .sec07 .leaf img{width: 50px;}
    
    .sec07 .leaf .txt p{font-size: 18px;}
    .sec07 .leaf .txt h3{font-size: 30px;}
    .sec07 .right h3{font-size: 20px;}
    .sec07 .right p{font-size: 16px;}
}
@media all and (max-width:500px){
    .sec07 .leaf .txt{padding: 0;}
}

/* sec08 치료 후기 */
.sec08{padding-top: 13vw;}
.sec08 .review-card .thumb img{object-position: top;}
@media all and (max-width:1024px){
    .sec08{padding-top: 80px;}
}
