@charset "UTF-8";

.sub_wrap .sct_tit h3{font-size: 53px;font-weight: 400;color: #020910;}
.sub_wrap .sct_tit h3 b{font-weight: 700;}
.sub_wrap .sct_tit p{font-size: 18px;font-weight: 400;color: #000;margin-top: 36px;}

@media screen and (max-width:1024px) {
  .sub_wrap .sct_tit h3{font-size: 26px;}
  .sub_wrap .sct_tit p{font-size: 15px;margin-top: 12px;}
}








/* sub01 병원소개 */
.sub01_sct1{padding: 240px 0 210px;}
.sub01_sct1 .top_box{position: relative;display: flex;justify-content: space-between;flex-wrap: wrap;}
.sub01_sct1 .top_box .sct_tit,
.sub01_sct1 .top_box p{width: 38.23%;}
.sub01_sct1 .top_box p{position: relative;font-size: 22px;font-weight: 400;color: #020910;line-height: 2;z-index: 22;}
.sub01_sct1 .top_box p b{font-weight: 700;}
.sub01_sct1 .top_box p span{color: #fff;}
.sub01_sct1 .top_box .img_box{position: absolute;top: 52%;z-index: 11;}

@media screen and (max-width:1200px) {
  .sub01_sct1 .top_box .img_box{top: 55%;}
}
@media screen and (max-width:1024px) {
  .sub01_sct1{padding: 100px 0 80px;}
  .sub01_sct1 .top_box{gap: 20px;}
  .sub01_sct1 .top_box .sct_tit,
  .sub01_sct1 .top_box p{width: 100%;}
  .sub01_sct1 .top_box p{font-size: 16px;line-height: 1.5;}
  .sub01_sct1 .top_box p span{color: #020910;}
  .sub01_sct1 .top_box .img_box{position: unset;}
}



.sub01_sct2{padding: 240px 0 180px;}
.sub01_sct2 .doc_list{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 160px;}
.sub01_sct2 .doc_list > li{width: 47.79%;background: url(/html/img/sub01_img02.png) no-repeat center/cover;padding: 70px 60px;}
.sub01_sct2 .doc_list > li:nth-child(2){position: relative;top: -200px;}
.sub01_sct2 .doc_list > li h4{font-size: 54px;font-weight: 500;color: #fff;}
.sub01_sct2 .doc_list > li .prof{display: inline-block;font-size: 30px;font-weight: 400;color: #fff;margin-top: 50px;}
.sub01_sct2 .doc_list > li .history{margin-top: 70px;padding-top: 70px;border-top: #fff solid 1px;}
.sub01_sct2 .doc_list > li .history > li{font-size: 23px;font-weight: 400;color: #fff;}
.sub01_sct2 .doc_list > li .history > li:nth-child(n + 2){margin-top: 10px;}

@media screen and (max-width:1024px) {
  .sub01_sct2{padding: 80px 0;}
  .sub01_sct2 .doc_list{gap: 20px;margin-top: 40px;}
  .sub01_sct2 .doc_list > li{width: 100%;padding: 30px 20px;}
  .sub01_sct2 .doc_list > li:nth-child(2){position: relative;top: 0;}
  .sub01_sct2 .doc_list > li h4{font-size: 20px;}
  .sub01_sct2 .doc_list > li .prof{font-size: 18px;margin-top: 10px;}
  .sub01_sct2 .doc_list > li .history{margin-top: 20px;padding-top: 20px;}
  .sub01_sct2 .doc_list > li .history > li{font-size: 15px;}
  .sub01_sct2 .doc_list > li .history > li:nth-child(n + 2){margin-top: 6px;}
}



.sub01_sct3{padding: 180px 0;background-color: #274e45;}
.sub01_sct3 .sct_tit h3,
.sub01_sct3 .sct_tit p{color: #fff;text-align: center;}
.sub01_sct3 .feature{display: flex;gap: 60px;margin-top: 100px;}
.sub01_sct3 .feature > li h4{font-size: 33px;font-weight: 700;color: #fff;margin-top: 40px;}
.sub01_sct3 .feature > li p{font-size: 18px;font-weight: 400;color: #fff;line-height: 1.8;margin-top: 20px;}

@media screen and (max-width:1024px) {
  .sub01_sct3{padding: 80px 0;}
  .sub01_sct3 .feature{gap: 40px 10px;flex-wrap: wrap;margin-top: 60px;}
  .sub01_sct3 .feature > li{width: calc(50% - 5px);}
  .sub01_sct3 .feature > li h4{font-size: 18px;margin-top: 16px;}
  .sub01_sct3 .feature > li p{font-size: 15px;margin-top: 8px;line-height: 1.5;}

  .sub01_sct3 .feature > li .img_box img{display: none;}
  .sub01_sct3 .feature > li .img_box{height: 200px;background-repeat: no-repeat;background-position: center;background-size: cover;}
  .sub01_sct3 .feature > li:nth-child(1) .img_box{background-image: url(/html/img/sub01_img03.jpg);}
  .sub01_sct3 .feature > li:nth-child(2) .img_box{background-image: url(/html/img/sub01_img04.jpg);}
  .sub01_sct3 .feature > li:nth-child(3) .img_box{background-image: url(/html/img/sub01_img05.jpg);}
  .sub01_sct3 .feature > li:nth-child(4) .img_box{background-image: url(/html/img/sub01_img06.jpg);}
}



.sub01_sct4{padding: 180px 0;background-color: #f0f0f0;}
.sub01_sct4 .inner{max-width: 1000px;}
.sub01_sct4 .sct_tit p{margin-top: 0;text-align: center;}
.sub01_sct4 .sct_tit h3{margin-top: 20px;text-align: center;}
.sub01_sct4 .effect{margin-top: 80px;}
.sub01_sct4 .effect > li{display: flex;gap: 70px;justify-content: space-between;align-items: center;padding: 40px 120px;border-top: #274e45 solid 1px;}
.sub01_sct4 .effect > li:last-child{border-bottom: #274e45 solid 1px;}
.sub01_sct4 .effect > li .num{display: inline-block;width: 30px;font-size: 23px;font-weight: 500;color: #274e45;}
.sub01_sct4 .effect > li p{width: calc(100% - 188px);font-size: 25px;font-weight: 500;color: #000;}
.sub01_sct4 .effect > li .plus{display: inline-block;width: 18px;font-size: 35px;font-weight: 200;color: #274e45;}

@media screen and (max-width:1024px) {
  .sub01_sct4{padding: 80px 0;}
  .sub01_sct4 .sct_tit h3{margin-top: 12px;}
  .sub01_sct4 .effect{margin-top: 60px;}
  .sub01_sct4 .effect > li{gap: 16px;padding: 16px 20px;}
  .sub01_sct4 .effect > li .num{width: 25px;font-size: 20px;}
  .sub01_sct4 .effect > li p{width: calc(100% - 77px);font-size: 16px;}
  .sub01_sct4 .effect > li .plus{width: 20px;font-size: 22px;}
}










/* sub02 중이염 */
.sub02_sct1{padding: 120px 0 180px;}
.sub02_sct1 .inner{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.sub02_sct1 .txt_box{width: 42.27%;}
.sub02_sct1 .img_box{width: 53.89%;}
.sub02_sct1 .txt_box p{font-size: 22px;font-weight: 400;color: #020910;line-height: 2;margin-top: 70px;}
.sub02_sct1 .txt_box p b{font-weight: 700;}

@media screen and (max-width:1024px) {
  .sub02_sct1{padding: 80px 0;}
  .sub02_sct1 .inner{gap: 40px;}
  .sub02_sct1 .txt_box{width: 100%;}
  .sub02_sct1 .img_box{width: 100%;}
  .sub02_sct1 .txt_box p{font-size: 16px;line-height: 1.5;margin-top: 20px;}
}



.sub02_sct2{padding: 180px 0;background-color: #f0f0f0;}
.sub02_sct2 .sct_tit h3{text-align: center;}
.sub02_sct2 .self_test{margin-top: 90px;}
.sub02_sct2 .self_test > li{display: flex;gap: 30px;justify-content: center;align-items: center;padding: 30px 20px;background-color: #b6d0ca;}
.sub02_sct2 .self_test > li:nth-child(n + 2){margin-top: 30px;}
.sub02_sct2 .self_test > li span{width: 500px;font-size: 25px;font-weight: 500;color: #020910;}

@media screen and (max-width:1024px) {
  .sub02_sct2{padding: 80px 0;}
  .sub02_sct2 .self_test{margin-top: 40px;}
  .sub02_sct2 .self_test > li{gap: 16px;padding: 20px 16px;}
  .sub02_sct2 .self_test > li:nth-child(n + 2){margin-top: 16px;}
  .sub02_sct2 .self_test > li img{width: 24px;}
  .sub02_sct2 .self_test > li span{width: calc(100% - 40px);font-size: 16px;}
}



.sub02_sct3{padding: 180px 0 360px;}
.sub02_sct3 .inner{max-width: 1600px;}
.sub02_sct3 .sct_tit h3{text-align: center;}
.sub02_sct3 .type_list{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 80px;}
.sub02_sct3 .type_list > li{width: 31.41%;}
.sub02_sct3 .type_list > li .img_box{position: relative;}
.sub02_sct3 .type_list > li .img_box h4{position: absolute;bottom: 0;left: 0;width: 62%;font-size: 33px;font-weight: 700;color: #020910;padding: 40px 8px 10px;background-color: #fff;}
.sub02_sct3 .type_list > li p{font-size: 22px;font-weight: 400;color: #020910;line-height: 2;margin-top: 50px;padding-left: 10px;}

@media screen and (max-width:1300px) {
  .sub02_sct3 .type_list > li p br{display: none;}
}
@media screen and (max-width:1200px) {
  .sub02_sct3 .type_list > li .img_box h4{font-size: 26px;}
}
@media screen and (max-width:1024px) {
  .sub02_sct3{padding: 80px 0 120px;}
  .sub02_sct3 .type_list{gap: 40px;margin-top: 40px;}
  .sub02_sct3 .type_list > li{width: 100%;max-width: 600px;margin: 0 auto;}
  .sub02_sct3 .type_list > li .img_box h4{font-size: 18px;padding: 20px 6px 8px;}
  .sub02_sct3 .type_list > li p{font-size: 16px;line-height: 1.5;margin-top: 20px;padding-left: 6px;}  
}



.sub02_sct4{padding-bottom: 200px;background-color: #f0f0f0;}
.sub02_sct4 .sct_tit{position: relative;top: -55px;width: fit-content;padding: 110px 40px 90px;background-color: #274e45;}
.sub02_sct4 .sct_tit h3{color: #fff;}
.sub02_sct4 .cure{padding-left: 430px;}
.sub02_sct4 .cure > li{display: flex;justify-content: space-between;flex-wrap: wrap;}
.sub02_sct4 .cure > li:nth-child(n + 2){margin-top: 100px;}
.sub02_sct4 .cure > li .type{width: 28.31%;padding-top: 20px;border-top: #274e45 solid 5px;}
.sub02_sct4 .cure > li .desc{width: 68.05%;padding-top: 30px;border-top: #274e45 solid 1px;font-size: 22px;font-weight: 400;color: #020910;line-height: 2;}
.sub02_sct4 .cure > li .desc .video_box{margin-top: 40px;}
.sub02_sct4 .cure > li .desc .video_box iframe{width: 100%;aspect-ratio: 2 / 1;}
.sub02_sct4 .cure > li .type .num{display: inline-block;font-size: 18px;font-weight: 500;color: #274e45;}
.sub02_sct4 .cure > li .type h4{font-size: 33px;font-weight: 700;color: #020910;margin-top: 30px;}

@media screen and (max-width:1300px) {
  .sub02_sct4 .cure > li .type h4{font-size: 22px;}
}
@media screen and (max-width:1200px) {
  .sub02_sct4 .cure > li .desc br{display: none;}
}
@media screen and (max-width:1024px) {
  .sub02_sct4{padding-bottom: 80px;}
  .sub02_sct4 .sct_tit{top: -30px;padding: 50px 20px 30px;}
  .sub02_sct4 .cure{gap: 12px;padding-left: 0;}
  .sub02_sct4 .cure > li:nth-child(n + 2){margin-top: 40px;}
  .sub02_sct4 .cure > li .type{width: 100%;padding-top: 16px;}
  .sub02_sct4 .cure > li .desc{width: 100%;padding-top: 16px;font-size: 16px;line-height: 1.5;border-top: unset;}
  .sub02_sct4 .cure > li .desc .video_box{margin-top: 20px;}
  .sub02_sct4 .cure > li .type .num{font-size: 15px;}
  .sub02_sct4 .cure > li .type h4{font-size: 20px;margin-top: 10px;}  
}



.sub02_sct5{padding: 180px 0;background: url(/html/img/sub02_bg01.jpg) no-repeat center/cover;}
.sub02_sct5 .sct_tit h3{text-align: center;color: #fff;}
.sub02_sct5 .desc{font-size: 25px;font-weight: 400;color: #fff;line-height: 1.8;text-align: center;margin-top: 50px;}
.sub02_sct5 .eng{display: block;font-size: 84px;font-weight: 700;color: #fff;text-align: center;line-height: 1.05;margin-top: 50px;opacity: 0.1;}

@media screen and (max-width:1024px) {
  .sub02_sct5{padding: 80px 0;}
  .sub02_sct5 .desc{font-size: 18px;margin-top: 20px;}
  .sub02_sct5 .eng{font-size: 12vw;margin-top: 20px;}
}









/* sub03 난청 */
.sub03_sct2{padding: 200px 0;background-color: #f0f0f0;}
.sub03_sct2 .inner{max-width: 1050px;}
.sub03_sct2 .types{display: flex;gap: 36px;flex-wrap: wrap;}
.sub03_sct2 .types:nth-child(n + 2){margin-top: 36px;}
.sub03_sct2 .types.types1{justify-content: left;align-items: end;}
.sub03_sct2 .types.types2{justify-content: right;align-items: start;}
.sub03_sct2 .types > li{font-size: 33px;font-weight: 700;color: #fff;text-align: center;background-repeat: no-repeat;background-position: center;background-size: cover;}
.sub03_sct2 .types > li.con01{background-image: url(/html/img/sub03_img02.jpg);}
.sub03_sct2 .types > li.con02{background-image: url(/html/img/sub03_img03.jpg);}
.sub03_sct2 .types > li.con03{background-image: url(/html/img/sub03_img04.jpg);}
.sub03_sct2 .types > li.con04{background-image: url(/html/img/sub03_img05.jpg);}

.sub03_sct2 .types > li.con01,
.sub03_sct2 .types > li.con04{width: 48.2%;padding: 160px 20px;}
.sub03_sct2 .types > li.con02,
.sub03_sct2 .types > li.con03{width: 35.64%;padding: 220px 20px;}

@media screen and (max-width:1024px) {
  .sub03_sct2{padding: 80px 0;}
  .sub03_sct2 .types{gap: 16px;margin-top: 40px;}
  .sub03_sct2 .types.types1,
  .sub03_sct2 .types.types2{align-items: normal;}
  .sub03_sct2 .types:nth-child(n + 2){margin-top: 20px;}
  .sub03_sct2 .types > li{display: flex;justify-content: center;align-items: center;font-size: 18px;}

  .sub03_sct2 .types > li.con01,
  .sub03_sct2 .types > li.con02,
  .sub03_sct2 .types > li.con03,
  .sub03_sct2 .types > li.con04{width: calc(50% - 8px);padding: 60px 10px;}
}



.sub03 .sub02_sct2{background-color: #fff;}
.sub03 .sub02_sct2 .sct_tit p{text-align: center;}



.sub03_sct4{padding: 180px 0;background-color: #274e45;}
.sub03_sct4 .sct_tit h3{color: #fff;}
.sub03_sct4 .type_list{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 80px;}
.sub03_sct4 .type_list > li{width: 31.41%;}
.sub03_sct4 .type_list > li .img_box{position: relative;}
.sub03_sct4 .type_list > li .img_box .type{position: absolute;bottom: 0;left: 0;width: 120px;font-size: 18px;font-weight: 500;color: #fff;padding: 20px 10px 10px;background-color: #274e45;}
.sub03_sct4 .type_list > li h4{font-size: 33px;font-weight: 700;color: #fff;margin-top: 60px;}
.sub03_sct4 .type_list > li p{font-size: 22px;font-weight: 400;color: #fff;line-height: 2;margin-top: 30px;}

@media screen and (max-width:1300px) {
  .sub03_sct4 .type_list > li p br{display: none;}
}
@media screen and (max-width:1200px) {
  .sub03_sct4 .type_list > li .img_box h4{font-size: 26px;}
}
@media screen and (max-width:1024px) {
  .sub03_sct4{padding: 80px 0 120px;}
  .sub03_sct4 .type_list{gap: 40px;margin-top: 40px;}
  .sub03_sct4 .type_list > li{width: 100%;max-width: 600px;margin: 0 auto;}
  .sub03_sct4 .type_list > li .img_box .type{width: 100px;font-size: 15px;padding: 14px 8px 5px;}
  .sub03_sct4 .type_list > li h4{font-size: 20px;margin-top: 30px;}
  .sub03_sct4 .type_list > li p{font-size: 16px;line-height: 1.5;margin-top: 10px;}  
}




.sub03_sct5{padding: 200px 0;}
.sub03_sct5 .sct_tit h3{text-align: center;}
.sub03_sct5 .process{position: relative;margin-top: 100px;}
.sub03_sct5 .process::before{content: '';position: absolute;left: 50%;top: 0;width: 1px;height: 100%;background-color: #274e45;}
.sub03_sct5 .process > li{position: relative;display: flex;gap: 50px;align-items: center;width: calc(50% + 120px);}
.sub03_sct5 .process > li:nth-child(n + 2){margin-top: 80px;}
.sub03_sct5 .process > li .num{display: flex;justify-content: center;align-items: center;width: 240px;height: 240px;font-size: 53px;font-weight: 700;color: #fff;background-color: #274e45;border-radius: 50%;}
.sub03_sct5 .process > li .detail > li{font-size: 33px;font-weight: 500;color: #0f0f0f;}
.sub03_sct5 .process > li .detail > li:nth-child(n + 2){margin-top: 10px;}

.sub03_sct5 .process > li:nth-child(2n - 1){flex-direction: row-reverse;}
.sub03_sct5 .process > li:nth-child(2n){margin-left: auto;}

@media screen and (max-width:1024px) {
  .sub03_sct5{padding: 80px 0;}
  .sub03_sct5 .process{margin-top: 40px;}
  .sub03_sct5 .process::before{display: none;}
  .sub03_sct5 .process > li{gap: 16px;width: 100%;max-width: 480px;margin: 0 auto;}
  .sub03_sct5 .process > li:nth-child(n + 2){margin-top: 40px;}
  .sub03_sct5 .process > li .num{width: 80px;height: 80px;font-size: 20px;}
  .sub03_sct5 .process > li .detail{width: calc(100% - 96px);}
  .sub03_sct5 .process > li .detail > li{font-size: 16px;}
  .sub03_sct5 .process > li .detail > li:nth-child(n + 2){margin-top: 8px;}

  .sub03_sct5 .process > li:nth-child(2n - 1){flex-direction: row;}
  .sub03_sct5 .process > li:nth-child(2n){margin-right: auto;}
}



.sub03 .sub02_sct5{background-image: url(/html/img/sub03_bg01.jpg);}
.sub03 .sub02_sct5 .sct_tit h3{color: #274e45;}
.sub02_sct5 .sct_logo{text-align: center;margin-top: 80px;}
.sub02_sct5 .sct_logo img{max-width: 184px;}

@media screen and (max-width:1024px) {
  .sub02_sct5 .sct_logo{margin-top: 20px;}
}
@media screen and (max-width:320px) {
  .sub03 .sub02_sct5 .sct_tit h3 br{display: none;}
}









/* sub04 어지럼증 */
.sub04_sct1{padding: 240px 0;}
.sub04_sct1 .sct_tit h3{text-align: center;}
.sub04_sct1 p{font-size: 22px;font-weight: 400;color: #020910;line-height: 2;text-align: center;margin-top: 80px;}
.sub04_sct1 p b{font-weight: 700;}

@media screen and (max-width:1024px) {
  .sub04_sct1{padding: 80px 0;}
  .sub04_sct1 p{font-size: 18px;line-height: 1.5;margin-top: 40px;}
}



.sub04_sct2{padding: 160px 0;background-color: #274e45;}
.sub04_sct2 .sct_tit h3{text-align: center;color: #fff;}
.sub04_sct2 .reason{display: flex;gap: 30px;justify-content: center;flex-wrap: wrap;margin-top: 80px;}
.sub04_sct2 .reason > li{display: flex;justify-content: center;align-items: center;width: calc(25% - 22.5px);background-color: #fff;border-radius: 50%;font-size: 35px;font-weight: 700;color: #020910;text-align: center;aspect-ratio: 1 / 1;}

@media screen and (max-width:1024px) {
  .sub04_sct2{padding: 80px 0;}
  .sub04_sct2 .reason{gap: 16px;margin-top: 40px;}
  .sub04_sct2 .reason > li{max-width: 180px;width: calc(50% - 8px);font-size: 18px;aspect-ratio: 1 / 1;}
}



.sub04_sct3{padding: 180px 0 300px;}
.sub04_sct3 .test_list{margin-top: 70px;}
.sub04_sct3 .test_list > li{display: flex;flex-wrap: wrap;}
.sub04_sct3 .test_list > li:nth-child(n + 2){margin-top: 24px;}
.sub04_sct3 .test_list > li .img_box{width: 50%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.sub04_sct3 .test_list > li.con01 .img_box{background-image: url(/html/img/sub04_img01.jpg);} 
.sub04_sct3 .test_list > li.con02 .img_box{background-image: url(/html/img/sub04_img02.jpg);} 
.sub04_sct3 .test_list > li.con03 .img_box{background-image: url(/html/img/sub04_img03.jpg);} 
.sub04_sct3 .test_list > li .txt_box{width: 50%;padding: 100px 50px 80px;background-color: #274e45;}
.sub04_sct3 .test_list > li .txt_box h4{font-size: 35px;font-weight: 700;color: #fff;}
.sub04_sct3 .test_list > li .txt_box h4 span{font-size: 20px;font-weight: 400;}
.sub04_sct3 .test_list > li .txt_box p{font-size: 24px;font-weight: 400;color: #fff;line-height: 1.8;margin-top: 16px;padding-top: 40px;border-top: #fff solid 1px;}

@media screen and (max-width:1024px) {
  .sub04_sct3{padding: 80px 0;}
  .sub04_sct3 .test_list{margin-top: 40px;}
  .sub04_sct3 .test_list > li:nth-child(n + 2){margin-top: 20px;}
  .sub04_sct3 .test_list > li .img_box{width: 100%;height: 180px;}
  .sub04_sct3 .test_list > li .txt_box{width: 100%;padding: 20px;}
  .sub04_sct3 .test_list > li .txt_box h4{font-size: 20px;}
  .sub04_sct3 .test_list > li .txt_box h4 span{font-size: 15px;}
  .sub04_sct3 .test_list > li .txt_box p{font-size: 16px;margin-top: 10px;padding-top: 20px;}
}



.sub04_sct5{padding: 200px 0;}
.sub04_sct5 .sct_tit h3{text-align: center;}
.sub04_sct5 .faq_list{margin-top: 80px;}
.sub04_sct5 .faq_list > li{padding: 0 40px;}
.sub04_sct5 .faq_list > li:nth-child(n + 2){margin-top: 60px;}
.sub04_sct5 .faq_list > li > div{position: relative;text-align: center;padding: 40px 20px;}
.sub04_sct5 .faq_list > li > div img{position: absolute;top: 50%;transform: translateY(-50%);}
.sub04_sct5 .faq_list > li .question{background-color: #274e45;}
.sub04_sct5 .faq_list > li .question span{font-size: 33px;font-weight: 700;color: #fff;}
.sub04_sct5 .faq_list > li .question img{right: 100%;}
.sub04_sct5 .faq_list > li .answer{background-color: #c3d8d3;margin-top: 8px;}
.sub04_sct5 .faq_list > li .answer span{font-size: 22px;font-weight: 400;color: #020910;line-height: 2;}
.sub04_sct5 .faq_list > li .answer img{left: 100%;}

@media screen and (max-width:1024px) {
  .sub04_sct5{padding: 80px 0;}
  .sub04_sct5 .faq_list{margin-top: 40px;}
  .sub04_sct5 .faq_list > li{padding: 0 15px;}
  .sub04_sct5 .faq_list > li:nth-child(n + 2){margin-top: 30px;}
  .sub04_sct5 .faq_list > li > div{padding: 20px 12px;}
  .sub04_sct5 .faq_list > li > div img{width: 15px;}
  .sub04_sct5 .faq_list > li .question span{font-size: 18px;}
  .sub04_sct5 .faq_list > li .answer{margin-top: 6px;}
  .sub04_sct5 .faq_list > li .answer span{font-size: 16px;line-height: 1.5;}
}



.sub04 .sub02_sct5{background-image: url(/html/img/sub04_bg01.jpg);}







/* sub05 이명 */
.sub05_sct1{position: relative;padding: 240px 0 140px;}
.sub05_sct1::before{content: '';position: absolute;bottom: 0;width: 100%;height: 45%;background-color: #274e45;}
.sub05_sct1 .img_box{margin-top: 60px;}
.sub05_sct1 .desc{font-size: 22px;font-weight: 400;color: #fff;line-height: 2;margin-top: 80px;}
.sub05_sct1 .desc b{font-weight: 700;}

@media screen and (max-width:1024px) {
  .sub05_sct1{padding: 80px 0 40px;}
  .sub05_sct1::before{height: 55%;;}
  .sub05_sct1 .img_box{margin-top: 30px;}
  .sub05_sct1 .desc{font-size: 16px;line-height: 1.5;margin-top: 40px;}
}



.sub05_sct2{padding: 200px 0 300px;}
.sub05_sct2 .sct_tit h3{text-align: center;}
.sub05_sct2 .type_list{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 80px;}
.sub05_sct2 .type_list > li{width: 49.26%;}
.sub05_sct2 .type_list > li .img_box{height: 360px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.sub05_sct2 .type_list > li.con01 .img_box{background-image: url(/html/img/sub05_img02.jpg);}
.sub05_sct2 .type_list > li.con02 .img_box{background-image: url(/html/img/sub05_img03.jpg);}
.sub05_sct2 .type_list > li .txt_box{padding: 60px 70px;background-color: #274e45;}
.sub05_sct2 .type_list > li .txt_box h4{font-size: 33px;font-weight: 700;color: #fff;}
.sub05_sct2 .type_list > li .txt_box p{font-size: 22px;font-weight: 400;color: #fff;line-height: 2;margin-top: 16px;padding-top: 30px;border-top: #fff solid 1px;}

@media screen and (max-width:1024px) {
  .sub05_sct2{padding: 80px 0;}
  .sub05_sct2 .type_list{gap: 20px;margin-top: 40px;}
  .sub05_sct2 .type_list > li{width: 100%;}
  .sub05_sct2 .type_list > li .img_box{height: 150px;}
  .sub05_sct2 .type_list > li .txt_box{padding: 20px;}
  .sub05_sct2 .type_list > li .txt_box h4{font-size: 18px;}
  .sub05_sct2 .type_list > li .txt_box p{font-size: 16px;line-height: 1.5;margin-top: 10px;padding-top: 16px;}
}



.sub02_sct4 .cure > li .type h4 span{font-size: 22px;font-weight: 400;}

@media screen and (max-width:1024px) {
  .sub02_sct4 .cure > li .type h4 span{font-size: 16px;}
}



.sub05 .sub02_sct5{background-image: url(/html/img/sub05_bg01.jpg);}










/* sub06 이관질환 */
@media screen and (max-width:1300px) {
  .sub06 .sub02_sct1 .txt_box p br.pc{display: none;}
}

.sub06_sct2{position: relative;padding: 110px 0;}
.sub06_sct2::before{content: '';position: absolute;bottom: 0;width: 100%;height: 50%;background-color: #274e45;}
.sub06_sct2 .case_list{display: flex;justify-content: space-between;flex-wrap: wrap;}
.sub06_sct2 .case_list > li{width: 48.23%;}
.sub06_sct2 .case_list > li .img_box{height: 600px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.sub06_sct2 .case_list > li.con01 .img_box{background-image: url(/html/img/sub06_img02.jpg);}
.sub06_sct2 .case_list > li.con02 .img_box{background-image: url(/html/img/sub06_img03.jpg);}
.sub06_sct2 .case_list > li h4{font-size: 33px;font-weight: 700;color: #fff;margin-top: 60px;}
.sub06_sct2 .case_list > li p{font-size: 22px;font-weight: 400;color: #fff;line-height: 1.8;margin-top: 40px;}

@media screen and (max-width:1024px) {
  .sub06_sct2{padding: 80px 0 60px;}
  .sub06_sct2::before{height: 80%;}
  .sub06_sct2 .case_list{gap: 40px;}
  .sub06_sct2 .case_list > li{width: 100%;}
  .sub06_sct2 .case_list > li .img_box{height: 220px;}
  .sub06_sct2 .case_list > li h4{font-size: 18px;margin-top: 20px;}
  .sub06_sct2 .case_list > li p{font-size: 16px;margin-top: 10px;}
}



.sub06_sct3{padding: 200px 0 240px;}
.sub06_sct3 .sct_tit h3,
.sub06_sct3 .sct_tit p{text-align: center;}
.sub06_sct3 .equip_intro{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;margin-top: 100px;padding: 60px 0 40px;border-top: #274e45 solid 3px;border-bottom: #274e45 solid 3px;}
.sub06_sct3 .equip_intro .img_box{width: 52.05%;}
.sub06_sct3 .equip_intro .img_box .name{display: block;font-size: 22px;font-weight: 400;color: #020910;margin-top: 18px;}
.sub06_sct3 .equip_intro .img_box .name b{font-weight: 700;}
.sub06_sct3 .equip_intro .txt_box{width: 44.11%;}
.sub06_sct3 .equip_intro .txt_box > li{display: flex;gap: 40px;flex-wrap: wrap;}
.sub06_sct3 .equip_intro .txt_box > li:nth-child(n + 2){margin-top: 120px;}
.sub06_sct3 .equip_intro .txt_box > li .num{display: inline-block;width: 65px;font-size: 50px;font-weight: 300;color: #274e45;}
.sub06_sct3 .equip_intro .txt_box > li .desc{width: calc(100% - 105px);}
.sub06_sct3 .equip_intro .txt_box > li .desc h4{font-size: 33px;font-weight: 700;color: #274e45;}
.sub06_sct3 .equip_intro .txt_box > li .desc p{font-size: 22px;font-weight: 400;color: #020910;line-height: 1.8;margin-top: 20px;}

@media screen and (max-width:1024px) {
  .sub06_sct3{padding: 80px 0;}
  .sub06_sct3 .equip_intro{gap: 40px;margin-top: 60px;padding: 30px 0;}
  .sub06_sct3 .equip_intro .img_box{width: 100%;}
  .sub06_sct3 .equip_intro .img_box .name{font-size: 18px;margin-top: 10px;}
  .sub06_sct3 .equip_intro .txt_box{width: 100%;}
  .sub06_sct3 .equip_intro .txt_box > li{gap: 10px;}
  .sub06_sct3 .equip_intro .txt_box > li:nth-child(n + 2){margin-top: 40px;}
  .sub06_sct3 .equip_intro .txt_box > li .num{width: 28px;font-size: 22px;}
  .sub06_sct3 .equip_intro .txt_box > li .desc{width: calc(100% - 38px);}
  .sub06_sct3 .equip_intro .txt_box > li .desc h4{font-size: 18px;}
  .sub06_sct3 .equip_intro .txt_box > li .desc p{font-size: 16px;margin-top: 10px;}
}



.sub06 .sub02_sct5{background-image: url(/html/img/sub06_bg01.jpg);}