/*시그니처피부프로그램*/
.sub-container{background: #f7f7f7; padding: 80px; border-radius: 12px; margin-bottom: 80px;}
.sub-container:last-child{margin-bottom: 0;}
.sub-container.index .label{text-align: center;font-family: 'OTEnjoystoriesBA'; font-size: 40px;color: #069CA2;}
.sub-container.index .title{text-align: center;font-size: 40px;font-weight: 700; margin-bottom: 16px;}
.sub-container.index .text{text-align: center; line-height: 30px; color: #333; margin-bottom: 52px;}
.sub-container.index .img{border-radius: 12px; position: relative;}
.sub-container.index .img .icon{background: white; width: 160px; height: 160px; line-height: 160px;text-align: center; border-radius: 50%; position: absolute; right: 60px; bottom: 60px;}

@media (max-width: 1000px){
    .sub-container{padding: 32px 32px 0; word-break: keep-all;margin-bottom: 40px;}
    .sub-container.index .label, .sub-container.index .title{font-size: 28px;}
    .sub-container.index .img{margin-left: -40px; margin-right: -40px;}
    .sub-container.index .img img{width: 100%; border-radius: 0 0 12px 12px;}
    .sub-container.index .img .icon{width: 60px; height: 60px; right: 20px; bottom: 20px; display: flex; justify-content: center; align-items: center;}
    .sub-container.index .img .icon img{width: 60%;}
}

/*안티에이징*/
.sub-container.anti .part.p1{padding-bottom: 40px; margin-bottom: 40px; border-bottom: 1px solid #ddd;}
.sub-container.anti .part.p1 .title{font-size: 40px;font-weight: 700; margin-bottom: 16px;}
.sub-container.anti .part{margin-bottom: 52px;}
.sub-container.anti .part:last-child{margin-bottom: 0;}
.sub-container.anti .part .title{font-size: 18px;font-weight: 700; margin-bottom: 16px; line-height: 1;}
.sub-container.anti .part .text{line-height: 30px; color: #333;}
.sub-container.anti .part .d-flex1{display: flex; gap: 16px;}
.sub-container.anti .part .d-flex1 div{position: relative; width: 100%; padding-top: 216px; color: #333; line-height: 1.3; word-break: keep-all; border-radius: 12px;}
.sub-container.anti .part .d-flex1.d1 div:nth-child(1){background: url(./img/anti_img1.png) no-repeat center top;}
.sub-container.anti .part .d-flex1.d1 div:nth-child(2){background: url(./img/anti_img2.png) no-repeat center top;}
.sub-container.anti .part .d-flex1.d1 div:nth-child(3){background: url(./img/anti_img3.png) no-repeat center top;}
.sub-container.anti .part .d-flex1.d3 div:nth-child(1){background: url(./img/anti_img4.png) no-repeat center top;}
.sub-container.anti .part .d-flex1.d3 div:nth-child(2){background: url(./img/anti_img5.png) no-repeat center top;}
.sub-container.anti .part .d-flex1.d3 div:nth-child(3){background: url(./img/anti_img6.png) no-repeat center top;}
.sub-container.anti .part .d-flex1.d4 div:nth-child(1){background: url(./img/anti_img7.png) no-repeat center top;}
.sub-container.anti .part .d-flex1.d4 div:nth-child(2){background: url(./img/anti_img8.png) no-repeat center top;}
.sub-container.anti .part .d-flex1.d4 div:nth-child(3){background: url(./img/anti_img9.png) no-repeat center top;}
.sub-container.anti .part .d-flex1.d5 div:nth-child(1){background: url(./img/anti_img10.png) no-repeat center top;}
.sub-container.anti .part .d-flex1.d5 div:nth-child(2){background: url(./img/anti_img11.png) no-repeat center top;}
.sub-container.anti .part .d-flex1.d5 div:nth-child(3){background: url(./img/anti_img13.png) no-repeat center top;}
.sub-container.anti .part .d-flex1.d5 div:nth-child(4){background: url(./img/anti_img14.png) no-repeat center top;}
.sub-container.anti .part .d-flex1.d5 div:nth-child(5){background: url(./img/anti_img15.png) no-repeat center top;}
.sub-container.anti .part .d-flex1.d5 div:nth-child(6){background: url(./img/anti_img12.png) no-repeat center top;}
.sub-container.anti .part .d-flex1.d1 div span, .sub-container.anti .part .d-flex1.d3 span, .sub-container.anti .part .d-flex1.d4 span, .sub-container.anti .part .d-flex1.d5 span{font-size: 16px; line-height: 28px; border-radius: 50%;padding: 0 10px 0; background: #333; color: white; position: absolute;top: 24px; left: 24px;}
.sub-container.anti .part .d-flex1.d2 div{padding-top: 104px; line-height: 1; color: #333; text-align: center; border: 2px solid #069CA2;padding-bottom: 40px; border-radius: 12px;}
.sub-container.anti .part .d-flex1.d2 div:nth-child(1){background: url(./img/info_icon1.png) no-repeat center top 40px white;}
.sub-container.anti .part .d-flex1.d2 div:nth-child(2){background: url(./img/info_icon2.png) no-repeat center top 40px white;}
.sub-container.anti .part .d-flex1.d2 div:nth-child(3){background: url(./img/info_icon3.png) no-repeat center top 40px white;}
.sub-container.anti .part .d-flex1.d2 div:nth-child(4){background: url(./img/info_icon4.png) no-repeat center top 40px white;}
.sub-container.anti .part .d-flex1.d2 div:nth-child(5){background: url(./img/info_icon5.png) no-repeat center top 40px white;}
.sub-container.anti .part .d-flex1.d2 div:nth-child(6){background: url(./img/info_icon6.png) no-repeat center top 40px white;}
.sub-container.anti .part .d-flex1.d2 span{font-weight: 700;display: block;margin-bottom: 12px;}
.sub-container.anti .part .d-flex1.d5{flex-wrap: wrap;}
.sub-container.anti .part .d-flex1.d5 div{width: calc((100% - 16px - 16px) / 3);}

/*개인별 맞춤치료*/
.sub-container.personalcare{background: #f7f7f7; padding: 80px;}
.sub-container.personalcare .personalcare_title{font-weight: 700; text-align: center; font-size: 40px; margin-bottom: 16px;}
.sub-container.personalcare .personalcare_text{color: #333; text-align: center;}
.sub-container.personalcare img.main_img{margin-top: 40px; border-radius: 12px; margin-bottom: 80px;}
.sub-container.personalcare .personalcare_text2{text-align: center;}
.sub-container.personalcare .personalcare_text2 b{display: block; margin-bottom: 12px; font-size: 22px;}
.sub-container.personalcare .d-flex{display: flex; gap: 16px; margin-top: 40px;}
.sub-container.personalcare .d-flex div{border: 2px solid #069CA2; border-radius: 12px; width: calc((100% - 16px - 16px) / 3); padding: 80px 0 24px; text-align: center; color: #333; font-weight: 700;}
.sub-container.personalcare .d-flex div:nth-child(1){background: url(./img/icon_personalcare1.png) no-repeat top 24px center white;}
.sub-container.personalcare .d-flex div:nth-child(2){background: url(./img/icon_personalcare2.png) no-repeat top 24px center white;}
.sub-container.personalcare .d-flex div:nth-child(3){background: url(./img/icon_personalcare3.png) no-repeat top 24px center white;}

@media (max-width: 1400px){
    .sub-container.personalcare img.main_img{width: 100%;}
}

@media (max-width: 1000px){
    .sub-container.personalcare{padding: 32px;}
    .sub-container.personalcare .personalcare_text br{display: none;}
    .sub-container.personalcare p,.sub-container.personalcare .personalcare_text2{word-break: keep-all; color: #333;}
}

@media (max-width: 700px){
    .sub-container.personalcare .personalcare_title{font-size: 28px; line-height: 1.25; margin-bottom: 16px;}
    .sub-container.personalcare .personalcare_title img:first-child{height: 30px;}
    .sub-container.personalcare .d-flex{flex-direction: column;}
    .sub-container.personalcare .d-flex div{width: 100%;}
    .sub-container.personalcare img.main_img{margin-top: 32px; margin-bottom: 52px;}
}

@media (max-width: 1400px){
    .sub-container.anti{padding: 32px;}
    .sub-container.anti .part .d-flex1.d1 div,.sub-container.anti .part .d-flex1.d3 div,.sub-container.anti .part .d-flex1.d4 div,.sub-container.anti .part .d-flex1.d5 div{background-size: contain !important; padding-top: 18%;}
}

@media (max-width: 1000px){
    .sub-container.anti .part.p1 .title{font-size: 28px;}
    .sub-container.anti .part .d-flex1.d1,.sub-container.anti .part .d-flex1.d3,.sub-container.anti .part .d-flex1.d4,.sub-container.anti .part .d-flex1.d5{flex-wrap: wrap;}
    .sub-container.anti .part .d-flex1.d1 div,.sub-container.anti .part .d-flex1.d3 div,.sub-container.anti .part .d-flex1.d4 div,.sub-container.anti .part .d-flex1.d5 div{width: calc(50% - 8px);padding-top: 26%;}
    .sub-container.anti .part .d-flex1.d2{flex-direction: column; gap: 8px;}
    .sub-container.anti .part .d-flex1.d2 div{background-size: 32px !important; background-position: left 32px center !important;padding: 16px 32px 16px 80px; text-align: left; display: flex; align-items: center;}
    .sub-container.anti .part .d-flex1.d2 span{display: inline-block;margin-right: 8px;margin-bottom: 0;}
}
@media (max-width: 500px){
    .sub-container.index .text{line-height: 1.5; margin-bottom: 32px;}
    .sub-container.anti .part .d-flex1.d1 div span, .sub-container.anti .part .d-flex1.d3 span, .sub-container.anti .part .d-flex1.d4 span, .sub-container.anti .part .d-flex1.d5 span{top: 8px; left: 8px;}
}

/*창상봉합*/
.sub-container.wnd .part.p1{padding-bottom: 40px; margin-bottom: 40px; border-bottom: 1px solid #ddd;}
.sub-container.wnd .part.p1 .title{font-size: 40px;font-weight: 700; margin-bottom: 16px;}
.sub-container.wnd .part{margin-bottom: 52px;}
.sub-container.wnd .part:last-child{margin-bottom: 0;}
.sub-container.wnd .part .title{font-size: 18px;font-weight: 700; margin-bottom: 16px; line-height: 1;}
.sub-container.wnd .part .text{line-height: 30px; color: #333;}
.sub-container.wnd .part .d-flex1{display: flex; gap: 16px; flex-wrap: wrap}
.sub-container.wnd .part .d-flex1 div{position: relative; width: calc((100% - 16px - 16px) / 3); padding-top: 216px; color: #333; line-height: 30px; word-break: keep-all;}
.sub-container.wnd .part .d-flex1.d1 div:nth-child(1){background: url(./img/wnd_img1.png) no-repeat center top;}
.sub-container.wnd .part .d-flex1.d1 div:nth-child(2){background: url(./img/wnd_img2.png) no-repeat center top;}
.sub-container.wnd .part .d-flex1.d1 div:nth-child(3){background: url(./img/wnd_img3.png) no-repeat center top;}
.sub-container.wnd .part .d-flex1.d1 div:nth-child(4){background: url(./img/wnd_img4.png) no-repeat center top;}
.sub-container.wnd .part .d-flex1.d1 div:nth-child(5){background: url(./img/wnd_img5.png) no-repeat center top;}
.sub-container.wnd .part .d-flex1 span{font-size: 16px; line-height: 28px; border-radius: 50%;padding: 0 10px 0; background: #333; color: white; position: absolute;top: 24px; left: 24px;}
.sub-container.wnd .part .d-flex1 b{font-weight: 700; line-height: 30px; display: block;}
.sub-container.wnd .part .text2{margin-top: 52px; opacity: 0.5;}

@media (max-width: 1400px){
    .sub-container.wnd .part .d-flex1.d1 div{background-size: contain !important; padding-top: 17%;}
    .subpage_subtitle{padding-left: 16px; padding-right: 16px; word-break: keep-all;}
}

@media (max-width: 1000px){
    .sub-container.wnd{padding-bottom: 40px;}
    .sub-container.wnd .part.p1 .title{font-size: 28px;}
    .sub-container.wnd .part .d-flex1.d1{flex-wrap: wrap;}
    .sub-container.wnd .part .d-flex1.d1 div{width: calc(50% - 8px);padding-top: 26%;}
    .sub-container.wnd .part .text2{margin-top: 24px;}
    .sub-container.wnd .part .d-flex1.d1 div{line-height: 1.5;}
}
@media (max-width: 800px){
    .sub-container.wnd .part .d-flex1.d1 div{width: 100%;padding-top: 52%;}
}

/*비만프로그램*/
.sub-container.weigh .part.p1{padding-bottom: 40px; margin-bottom: 40px; border-bottom: 1px solid #ddd;}
.sub-container.weigh .part.p1 .title, .sub-container.weigh:last-child .part .title{font-size: 40px;font-weight: 700; margin-bottom: 24px;}
.sub-container.weigh .part{margin-bottom: 52px;}
.sub-container.weigh .part:last-child{margin-bottom: 0;}
.sub-container.weigh .part .title{font-size: 18px;font-weight: 700; margin-bottom: 16px; line-height: 1;}
.sub-container.weigh .part .text{line-height: 30px; color: #333; margin-bottom: 8px;}
.sub-container.weigh .part .text:last-child{margin-bottom: 0;}
.sub-container.weigh .part .d-flex1{display: flex; gap: 16px;}
.sub-container.weigh .part .d-flex1 div{border:2px solid #069CA2; border-radius: 12px;padding-top: 104px; padding-bottom: 40px; width: 100%; text-align: center; line-height: 30px; color: #333;}
.sub-container.weigh .part .d-flex1 div span{font-weight: 700; display: block;}
.sub-container.weigh .part .d-flex1.d1 div:nth-child(1){background: url(./img/weigh_icon1.png) no-repeat center top 40px white;}
.sub-container.weigh .part .d-flex1.d1 div:nth-child(2){background: url(./img/weigh_icon2.png) no-repeat center top 40px white;}
.sub-container.weigh .part .d-flex1.d1 div:nth-child(3){background: url(./img/weigh_icon3.png) no-repeat center top 40px white;}
.sub-container.weigh .part .d-flex1.d1 div:nth-child(4){background: url(./img/weigh_icon4.png) no-repeat center top 40px white;}
.sub-container.weigh .part.p2{margin-bottom: 16px; padding-bottom: unset; border: 0;}
.sub-container.weigh .part.p2 .text{width: unset;}
.sub-container.weigh .part.p2 .text:last-child{margin-bottom: 40px;}
.sub-container.weigh.bg{background: url(./img/weight_img1.png) no-repeat right 40px center #f7f7f7;}
.sub-container.weigh .part .d-flex1.d2{width: 76%;}
.sub-container.weigh .part .d-flex1.d2 div:nth-child(1){background: url(./img/weigh_icon5.png) no-repeat center top 40px white;}
.sub-container.weigh .part .d-flex1.d2 div:nth-child(2){background: url(./img/weigh_icon6.png) no-repeat center top 40px white;}
.sub-container.weigh .part .d-flex1.d2 div:nth-child(3){background: url(./img/weigh_icon7.png) no-repeat center top 40px white;}

@media (max-width: 1000px){
    .sub-container.weigh{padding-bottom: 40px;}
    .sub-container.weigh .part.p1 .title, .sub-container.weigh:last-child .part .title{font-size: 28px;margin-bottom: 0;}
    .sub-container.weigh .part .d-flex1.d1{gap: 8px;flex-direction: column;}
    .sub-container.weigh .part .d-flex1.d1 div{background-size: 32px !important; background-position: left 24px center !important;padding: 12px 24px 12px 80px; text-align: left; display: flex; align-items: flex-start; flex-direction: column; flex-wrap: nowrap; justify-content: center; line-height: 1.3;}
    .sub-container.weigh .part .d-flex1.d1 span{margin-right: 8px; width:60px;display: block; box-sizing: border-box;}
    .sub-container.weigh .part .d-flex1.d1 br{display: none;}

    .sub-container.weigh .part.p2 .title, .sub-container.weigh .part.p1:last-child .title, .sub-container.weigh:last-child .part .title{margin-bottom: 40px; padding-bottom: 40px; border-bottom: 1px solid #ddd;}
    .sub-container.weigh .part.p2 .text{width: 100%;}
    .sub-container.weigh .part.p2 .text br{display: none;}
    .sub-container.weigh .part .d-flex1.d2{width: 100%;margin-top: 450px;}
    .sub-container.weigh.bg{background-position: center bottom 220px !important;}
    .sub-container.weigh .part .d-flex1.d2 div{padding-bottom: 32px;padding-top: 88px;}
}
@media (max-width: 500px){
    .sub-container.weigh .part .d-flex1.d1 div{height: 88px;}
    .sub-container.weigh .part .d-flex1.d2{gap: 8px;}
}

/*폰트추가*/
@font-face{font-family: 'OTEnjoystoriesBA'; src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/OTEnjoystoriesBA.woff') format('woff'); font-weight: normal; font-style: normal;
}

/*리스트*/
.sub-container ul li{background: url(../../skin/board/member/img/li_cc.png) no-repeat top 11px left;padding-left: 16px;margin-bottom: 8px; font-size: 18px; color: #333; font-size: 16px;}

/*광양자치료*/
.sub-container.phototherapy{background: #f7f7f7; border-radius: 12px; padding: 80px;}
.sub-container.phototherapy .p1{padding-bottom: 40px; margin-bottom: 40px; border-bottom: 1px solid #ddd;}
.sub-container.phototherapy .p1 .title{font-size: 40px; font-weight: 700; line-height: 1; margin-bottom: 24px;}
.sub-container.phototherapy .p1 p,.sub-container.phototherapy .p2 p{word-break: keep-all; color: #333;}
.sub-container.phototherapy .part:first-child{margin-bottom: 52px;}
.sub-container.phototherapy .part .title{font-size: 18px; line-height: 1; font-weight: 700; margin-bottom: 16px;}
.sub-container.phototherapy .part .part1_img{padding: 24px; background: white; min-height: 100px; margin-bottom: 16px; text-align: center; position: relative;}
.sub-container.phototherapy .part .part1_img img{width: 70%; height: auto;}
.sub-container.phototherapy .part .part1_img .area{position: absolute; border: 2px solid #2AAAAF; top: 32px; left: 32px; padding:  16px 24px 16px; border-radius: 12px;}
.sub-container.phototherapy .part .part1_img .area div{text-align: left; color: #333;}
.sub-container.phototherapy .part .part1_img .area div:first-child{margin-bottom: 8px;}
.sub-container.phototherapy .part .part1_img .area img{width: 50px; margin-right: 16px;}
.sub-container.phototherapy .part .d-flex{display: flex; gap: 16px; flex-wrap: wrap; margin-top: 24px;}
.sub-container.phototherapy .part .d-flex div{border: 2px solid #069CA2; border-radius: 12px; font-size: 16px; color: #333; font-weight: 700; padding: 104px 0 40px; width: calc((100% - 16px - 16px - 16px)/4); text-align: center;}
.sub-container.phototherapy .part .d-flex div:nth-child(1){background: url(./img/icon_phototherapy1.png) no-repeat top 40px center white;}
.sub-container.phototherapy .part .d-flex div:nth-child(2){background: url(./img/icon_phototherapy2.png) no-repeat top 40px center white;}
.sub-container.phototherapy .part .d-flex div:nth-child(3){background: url(./img/icon_phototherapy3.png) no-repeat top 40px center white;}
.sub-container.phototherapy .part .d-flex div:nth-child(4){background: url(./img/icon_phototherapy4.png) no-repeat top 40px center white;}
.sub-container.phototherapy .part .d-flex div:nth-child(5){background: url(./img/icon_phototherapy5.png) no-repeat top 40px center white;}
.sub-container.phototherapy .part .d-flex div:nth-child(6){background: url(./img/icon_phototherapy6.png) no-repeat top 40px center white;}
.sub-container.phototherapy .part .d-flex div:nth-child(7){background: url(./img/icon_phototherapy7.png) no-repeat top 40px center white;}
.sub-container.phototherapy .part .d-flex div:nth-child(8){background: url(./img/icon_phototherapy8.png) no-repeat top 40px center white;}
.sub-container.phototherapy .part:has(.d-flex) ul{display: flex; gap: 8px; margin-top: 24px; flex-wrap: wrap;}
.sub-container.phototherapy .part:has(.d-flex) ul li{background: #ddd; color: #333; font-size: 16px; text-align: center; line-height: 1.2; padding:16px 8px 16px; width: calc((100% - (8px * 4)) / 5); margin:0; display: flex;justify-content: center; align-items: center;}

@media (max-width: 1000px){
    .sub-container.phototherapy{padding:32px;}
    .sub-container.phototherapy .part:has(.d-flex) ul li{width: calc((100% - (8px * 3)) / 4);}
}

@media (max-width: 700px){
    .sub-container.phototherapy .part .d-flex div{width: calc((100% - 16px)/2);}
    .sub-container.phototherapy .part:has(.d-flex) ul li{width: calc((100% - (8px * 2)) / 3);}
    .sub-container.phototherapy .part .part1_img img{width: 90%;}
    .sub-container.phototherapy .part .part1_img .area{padding: 8px 16px 8px; top: 16px; left: 16px;}
    .sub-container.phototherapy .part .part1_img .area img{width: 25px; margin-right: 8px;}
    .sub-container.phototherapy .part .part1_img .area div:first-child{margin-bottom: 0;}
    .sub-container.phototherapy .p1 .title{font-size: 28px; margin-bottom: 16px; line-height: 1.25;}
    .sub-container.phototherapy .p1{padding-bottom: 32px; margin-bottom: 32px;}
}

@media (max-width: 500px){
    .sub-container.phototherapy .part .d-flex div{width: 100%;}
    .sub-container.phototherapy .part:has(.d-flex) ul li{width: calc((100% - 8px) / 2);}
    .sub-container.phototherapy .part .part1_img{padding: 24px 16px 16px;}
    .sub-container.phototherapy .part .part1_img img{width: 100%;}
    .sub-container.phototherapy .part .part1_img .area{top: 4px; left: 4px; padding: 8px; border-radius: 0; border-width: 1; border-color: #ddd;}
    .sub-container.phototherapy .part .part1_img .area div{font-size: 14px;}
    .sub-container.phototherapy .part .part1_img .area img{width: 16px;}
}

/*줄기세포*/
.sub-container.stemcell .p1{border-bottom: 1px solid #ddd; padding-bottom: 40px; margin-bottom: 40px;}
.sub-container.stemcell .p1 .title{font-size: 40px; font-weight: 700; line-height: 1; margin-bottom: 24px;}
.sub-container.stemcell .p1 .d-flex{display: flex; gap: 24px;}
.sub-container.stemcell .p1 .d-flex div:last-child{display: flex;gap: 8px;}
.sub-container.stemcell .p1 .d-flex div:last-child img{width: 320px; height: auto;}
.sub-container.stemcell .p2 .title{font-size: 18px; font-weight: 700; line-height: 1; margin-bottom: 16px;}
.sub-container.stemcell .p2 .part:first-child{margin-bottom: 52px;}
.sub-container.stemcell .p2 .part p{color: #333; margin-bottom: 8px;}
.sub-container.stemcell .p2 .part p:last-child{margin-bottom: 0;}
.sub-container.stemcell .p2 .part .d-flex{margin-bottom: 24px; margin-bottom: 24px; display: flex; gap: 16px;}
.sub-container.stemcell .p2 .part .d-flex div{border: 2px solid #069CA2; border-radius: 12px; font-size: 16px; color: #333; text-align: center; padding: 104px 0 40px; font-weight: 700; width: calc((100% - (16px * 5)) / 6);}
.sub-container.stemcell .p2 .part .d-flex div:nth-child(1){background: url(./img/icon_stemcell1.png) no-repeat top 40px center white;}
.sub-container.stemcell .p2 .part .d-flex div:nth-child(2){background: url(./img/icon_stemcell2.png) no-repeat top 40px center white;}
.sub-container.stemcell .p2 .part .d-flex div:nth-child(3){background: url(./img/icon_stemcell3.png) no-repeat top 40px center white;}
.sub-container.stemcell .p2 .part .d-flex div:nth-child(4){background: url(./img/icon_stemcell4.png) no-repeat top 40px center white;}
.sub-container.stemcell .p2 .part .d-flex div:nth-child(5){background: url(./img/icon_stemcell5.png) no-repeat top 40px center white;}
.sub-container.stemcell .p2 .part .d-flex div:nth-child(6){background: url(./img/icon_stemcell6.png) no-repeat top 40px center white;}

@media (max-width: 1400px){
    .sub-container.stemcell .p1 .d-flex{flex-direction: column;}
    .sub-container.stemcell .p1 .d-flex div:last-child img{width: 40%;}
}

@media (max-width: 1000px){
    .sub-container.stemcell .p2 .part .d-flex{flex-wrap: wrap;}
    .sub-container.stemcell .p2 .part .d-flex div{width: calc((100% - (16px * 2)) / 3);}
}

@media (max-width: 700px){
    .sub-container.stemcell .p1 .d-flex div:last-child img{width: 50%;}
    .sub-container.stemcell .p2 .part .d-flex div{width: calc((100% - 16px) / 2);}
    .sub-container.stemcell .p1 .title{font-size: 28px; margin-bottom: 16px;}
    .sub-container.stemcell .p1{margin-bottom: 32px; padding-bottom: 32px;}
}

@media (max-width: 500px){
    .sub-container.stemcell .p2 .part .d-flex div{width: 100%;}
    .sub-container.stemcell .p1 .d-flex div:last-child{flex-direction: column;}
    .sub-container.stemcell .p1 .d-flex div:last-child img{width: 100%;}
}

/*영양수액*/
.sub-container.ivtherapy .p1{margin-bottom: 52px;}
.sub-container.ivtherapy .p1 .title{font-size: 40px; font-weight: 700; line-height: 1; margin-bottom: 24px;}
.sub-container.ivtherapy .p2{border: 2px solid #069CA2; border-radius: 12px; padding: 24px; color: #2AAAAF; font-weight: 700; text-align: center; background: white; font-size: 18px; margin-bottom: 32px;}
.sub-container.ivtherapy .p3{display: flex; flex-wrap: wrap; gap: 16px;}
.sub-container.ivtherapy .p3 div{width: calc((100% - 16px - 16px) / 3); text-align: center; border: 2px solid #ddd; background: white; color: #333; padding: 200px 16px 24px;}
.sub-container.ivtherapy .p3 div b{display: block; font-weight: 700; margin-bottom: 8px; color: black;}
.sub-container.ivtherapy .p3 div:nth-child(1){background: url(./img/img_ivtherapy1.png) no-repeat top center white;}
.sub-container.ivtherapy .p3 div:nth-child(2){background: url(./img/img_ivtherapy2.png) no-repeat top center white;}
.sub-container.ivtherapy .p3 div:nth-child(3){background: url(./img/img_ivtherapy3.png) no-repeat top center white;}
.sub-container.ivtherapy .p3 div:nth-child(4){background: url(./img/img_ivtherapy4.png) no-repeat top center white;}
.sub-container.ivtherapy .p3 div:nth-child(5){background: url(./img/img_ivtherapy5.png) no-repeat top center white;}
.sub-container.ivtherapy .p3 div:nth-child(6){background: url(./img/img_ivtherapy6.png) no-repeat top center white;}
.sub-container.ivtherapy .p3 div:nth-child(7){background: url(./img/img_ivtherapy7.png) no-repeat top center white;}
.sub-container.ivtherapy .p3 div:nth-child(8){background: url(./img/img_ivtherapy8.png) no-repeat top center white;}
.sub-container.ivtherapy .p3 div:nth-child(9){background: url(./img/img_ivtherapy9.png) no-repeat top center white;}
.sub-container.ivtherapy .p3 div:nth-child(10){background: url(./img/img_ivtherapy10.png) no-repeat top center white;}
.sub-container.ivtherapy .p3 div:nth-child(11){background: url(./img/img_ivtherapy11.png) no-repeat top center white;}
.sub-container.ivtherapy .p3 div:nth-child(12){background: url(./img/img_ivtherapy12.png) no-repeat top center white;}

@media (max-width: 1000px){
    .sub-container.ivtherapy .p2 br{display: none;}
}

@media (max-width: 700px){
    .sub-container.ivtherapy .p3 div{width: calc((100% - 16px) / 2);}
    .sub-container.ivtherapy .p2{font-size: 18px;}
    .sub-container.ivtherapy .p1 .title{font-size: 28px; margin-bottom: 16px;}
}

@media (max-width: 500px){
    .sub-container.ivtherapy .p3 div{width: 100%;}
    .sub-container.ivtherapy .p2{font-size: 16px; padding: 16px;}
}

/*피부미용 New*/
.sub-container.beauty{background: unset; padding: 0; border-radius: unset;}
.sub-container.beauty .tab-menu{font-family: Arial, sans-serif;}
.sub-container.beauty .tabs{display: flex; list-style: none; padding: 0; margin: 0 0 48px; }
.sub-container.beauty .tab{cursor: pointer;background: #eaeaea; text-align: center; color: #666; font-size: 20px; line-height: 60px; width: 25%; margin: 0; padding: 0;}
.sub-container.beauty .tab:last-child{border-top-right-radius: 12px; border-bottom-right-radius: 12px;}
.sub-container.beauty .tab:first-child{border-top-left-radius: 12px; border-bottom-left-radius: 12px;}
.sub-container.beauty .tab.active{background:#00417B; font-weight: 500; color: white;}
.sub-container.beauty .tab-content .content{display: none; color: #333;}
.sub-container.beauty .tab-content .content.active{display: block;}
.sub-container.beauty .tab-content .d-flex{display: flex; gap: 16px;}
.sub-container.beauty .tab-content .t-title{font-size: 36px; font-weight: 700; margin-bottom: 24px; color: black;}
.sub-container.beauty .tab-content .img1 img{height: 500px; width: auto; border-radius: 12px;}
.sub-container.beauty .tab-content .img1{gap: 56px; margin-bottom: 56px;}
.sub-container.beauty .tab-content .img1 div:last-child:has(.icon){width: 100%; position: relative;}
.sub-container.beauty .tab-content .img1 .icon{display: flex; gap: 16px; position: absolute; bottom: 0; width: 100%;}
.sub-container.beauty .tab-content .img1 .icon div{border: 2px solid #069CA2; border-radius: 12px; padding: 114px 16px 54px; text-align: center; line-height: 1; width: calc((100% - 16px - 16px) / 3);}
.sub-container.beauty .tab-content .img1 .icon div:nth-child(1){background: url(./img/icon_beauty1.png) no-repeat top 54px center;}
.sub-container.beauty .tab-content .img1 .icon div:nth-child(2){background: url(./img/icon_beauty2.png) no-repeat top 54px center;}
.sub-container.beauty .tab-content .img1 .icon div:nth-child(3){background: url(./img/icon_beauty3.png) no-repeat top 54px center;}
.sub-container.beauty .tab-content .img1 .icon div b{display: block; margin-bottom: 8px;}
.sub-container.beauty .tab-content .img1 span:nth-child(2){display: block; font-size: 22px; margin-bottom: 16px; font-weight: 700;}
.sub-container.beauty .tab-content .t-back{padding: 52px; border-radius: 12px; background: url(./img/bg_beauty5.png) no-repeat center right / cover; height: 480px; margin-bottom: 56px;}
.sub-container.beauty .tab-content .t-back ul{display: flex;flex-wrap: wrap; gap: 16px; width: 55%; margin-left: 40px;}
.sub-container.beauty .tab-content .t-back ul li{background: unset; padding: 0; margin: 0; background: #069CA2; color: white; display: flex; width: 180px; height: 180px; border-radius: 50%; text-align: center; margin: 0 16px 0;justify-content: center;align-items: center; padding: 32px;}
.sub-container.beauty .tab-content .t-back ul li::after{content: ''; display: inline-block; position: absolute; width: 160px; height: 160px; border: 1px dashed white; border-radius: 50%; opacity: 0.6;}
.sub-container.beauty .tab-content .t-back ul li:hover{border: 2px solid #069CA2; background: white; color: black; font-weight: bold; box-shadow: 3px 3px 12px #00000050;}
.sub-container.beauty .tab-content .t-back ul li:hover::after{border-color: #069CA2;}
.sub-container.beauty .tab-content .t-back1 .t-sub_title{font-size: 36px; font-weight: 700; color: black; margin-bottom: 8px; line-height: 1; text-align: center; margin-bottom: 56px;}
.sub-container.beauty .tab-content .t-sub_title{font-size: 32px; font-weight: 700; color: black; margin-bottom: 24px; line-height: 1;}
.sub-container.beauty .tab-content #tab1 .t-sub_title{text-align: center;}
.sub-container.beauty .tab-content .t-back1{background: url(./img/bg_beauty1.png) no-repeat center center / cover white; padding: 56px 0 56px; margin-bottom: 80px; border-radius: 12px;}
.sub-container.beauty .tab-content .t-back1 .img2{gap: 40px;justify-content: center;}
.sub-container.beauty .tab-content .t-back1 .img2 div{width: 25%; text-align: center; position: relative;}
.sub-container.beauty .tab-content .t-back1 .img2 div img{border-radius: 50%; border: 6px solid #069CA2; margin-bottom: 32px;}
.sub-container.beauty .tab-content .t-back1 .img2 div b{display: block; line-height: 1; margin-bottom: 8px; color: #069CA2;}
.sub-container.beauty .tab-content .t-back1 .img2 div span{position: absolute; left: 40px; top: 40px; border-radius: 50%; width: 40px; line-height: 40px; background: #069CA2; font-size: 16px; color: white; font-weight: 700;}
.sub-container.beauty .tab-content .img3 .d-flex div{width: 160px; height: 160px; position: relative; border-radius: 12px;}
.sub-container.beauty .tab-content .img4 div:nth-child(1){background: url(./img/img_beauty5.png) no-repeat center center / cover;}
.sub-container.beauty .tab-content .img4 div:nth-child(2){background: url(./img/img_beauty6.png) no-repeat center center / cover;}
.sub-container.beauty .tab-content .img4 div:nth-child(3){background: url(./img/img_beauty7.png) no-repeat center center / cover;}
.sub-container.beauty .tab-content .img4 div:nth-child(4){background: url(./img/img_beauty8.png) no-repeat center center / cover;}
.sub-container.beauty .tab-content .img5 div:nth-child(1){background: url(./img/img_beauty9.png) no-repeat center center / cover;}
.sub-container.beauty .tab-content .img5 div:nth-child(2){background: url(./img/img_beauty10.png) no-repeat center center / cover;}
.sub-container.beauty .tab-content .img5 div:nth-child(3){background: url(./img/img_beauty11.png) no-repeat center center / cover;}
.sub-container.beauty .tab-content .img3 .d-flex div span{padding: 4px 8px; background: #333; color: white; position: absolute; bottom: 0; left: 0; border-bottom-left-radius: 12px; border-top-right-radius: 12px;}
.sub-container.beauty .tab-content .img3 .left{width: calc(((100% - 16px) / 7) * 4); position: relative;}
.sub-container.beauty .tab-content .img3 .right{width: calc(((100% - 16px) / 7) * 3); position: relative;}
.sub-container.beauty .tab-content .img3 .left .img4,.sub-container.beauty .tab-content .img3 .right .img5{justify-content: center; padding: 40px 0 40px; border: 2px dotted #ddd;}
.sub-container.beauty .tab-content .img3 .left b,.sub-container.beauty .tab-content .img3 .right b{background: #ddd; padding: 12px 18px 12px; border-radius: 50px; bottom: 0; left: 50%; position: absolute; transform: translate(-50%, 50%);}

.sub-container.beauty .tab-content .img_box{padding: 24px 0 24px; text-align: center; border-radius: 12px; border: 2px solid #ddd; margin-top: 24px; margin-bottom: 24px;}
.sub-container.beauty .tab-content #tab3 ul{margin-bottom: 56px;}
.sub-container.beauty .tab-content .img7{flex-wrap: wrap;}
.sub-container.beauty .tab-content .img7 div{width: calc((100% - 16px - 16px) / 3); border-radius: 12px; border: 2px solid #069CA2; padding: 84px 0 24px; text-align: center; font-weight: 700;}
.sub-container.beauty .tab-content .img7 div:nth-child(1){background: url(./img/icon_beauty7.png) no-repeat top 24px center white;}
.sub-container.beauty .tab-content .img7 div:nth-child(2){background: url(./img/icon_beauty8.png) no-repeat top 24px center white;}
.sub-container.beauty .tab-content .img7 div:nth-child(3){background: url(./img/icon_beauty9.png) no-repeat top 24px center white;}
.sub-container.beauty .tab-content .img7 div:nth-child(4){background: url(./img/icon_beauty10.png) no-repeat top 24px center white;}
.sub-container.beauty .tab-content .img7 div:nth-child(5){background: url(./img/icon_beauty11.png) no-repeat top 24px center white;}
.sub-container.beauty .tab-content .img7 div:nth-child(6){background: url(./img/icon_beauty12.png) no-repeat top 24px center white;}
.sub-container.beauty .tab-content #tab4{position: relative;}
.sub-container.beauty .tab-content #tab4 img{position: absolute;}
.sub-container.beauty .tab-content #tab4 .t-img1{width: 300px; right: 90px; bottom: 0;}
.sub-container.beauty .tab-content #tab4 .t-img2{width: 250px; right: 0; bottom: -40px;}
.sub-container.beauty .tab-content #tab4 .t-sub_title{margin-top: 56px;}
.sub-container.beauty .tab-content .img8{width: 60%;}
.sub-container.beauty .tab-content .img8 div{width: calc((100% - 16px - 16px) / 3); border-radius: 12px; border: 2px solid #069CA2; padding: 74px 0 24px; text-align: center; font-weight: bold;}
.sub-container.beauty .tab-content .img8 div:nth-child(1){background: url(./img/icon_beauty13.png) no-repeat top 24px center;}
.sub-container.beauty .tab-content .img8 div:nth-child(2){background: url(./img/icon_beauty14.png) no-repeat top 24px center;}
.sub-container.beauty .tab-content .img8 div:nth-child(3){background: url(./img/icon_beauty15.png) no-repeat top 24px center;}

.sub-container.beauty .tab-content #tab2 .plus_3{padding: 100px 0; border-radius: 12px; background: url(./img/bg_beauty6.png) no-repeat center center / cover; height: 520px;}
.sub-container.beauty .tab-content #tab2 .plus_3 .d-flex{display: flex; justify-content: center; gap:0; margin-top: 32px;}
.sub-container.beauty .tab-content #tab2 .plus_3 .d-flex div{width: 200px; height: 200px; display: flex; border-radius: 50%; align-items: center; justify-content: center; font-weight: bold; font-size: 22px; background: white; border: 4px solid #069CA2;flex-direction: column;}
.sub-container.beauty .tab-content #tab2 .plus_3 .d-flex div span{display: block; font-weight: normal; color: #888; font-size: 14px; padding-top: 8px;}
.sub-container.beauty .tab-content #tab2 .plus_3 .d-flex div{box-shadow: 3px 3px 12px #00000050;}
.sub-container.beauty .tab-content #tab2 .plus_3 .d-flex div:nth-child(3){border: 4px solid #00417B;}
.sub-container.beauty .tab-content #tab2 .plus_3 .d-flex div:nth-child(2n){background: unset; font-size: 32px; color: #333; width: 80px; border: 0; box-shadow: none;}
.sub-container.beauty .tab-content #tab2 .plus_3 .tab_sub_title{text-align: center; font-size: 32px; font-weight: bold;margin-bottom: 8px;}
.sub-container.beauty .tab-content #tab2 .plus_3 p{text-align: center;}

.sub-container.beauty .tab-content #tab2 .img6 .mch{margin-top: 80px; position: relative; overflow: hidden;padding-bottom: 80px; border-bottom: 1px dashed #ddd;}
.sub-container.beauty .tab-content #tab2 .img6 .mch img{position: absolute; right: 56px;}
.sub-container.beauty .tab-content #tab2 .img6 .mch b{display: inline-block; margin-bottom: 24px; font-size: 32px;}
.sub-container.beauty .tab-content #tab2 .img6 .mch .d-flex{width: 70%; margin-top: 32px;}
.sub-container.beauty .tab-content #tab2 .img6 .mch .d-flex div{border: 2px solid #069CA2; border-radius: 12px; padding: 104px 16px 44px; text-align: center; line-height: 1.3; width: 50%; font-weight: bold;}
.sub-container.beauty .tab-content #tab2 .img6 .mch01{background: url(./img/bg_beauty7.png?ver=250207) no-repeat right bottom;}
.sub-container.beauty .tab-content #tab2 .img6 .mch02{background: url(./img/bg_beauty9.png?ver=250207) no-repeat right bottom;}
.sub-container.beauty .tab-content #tab2 .img6 .mch03{background: url(./img/bg_beauty8.png?ver=250207) no-repeat right bottom;}
.sub-container.beauty .tab-content #tab2 .img6 .mch01 img{width: 360px; top: -330px;}
.sub-container.beauty .tab-content #tab2 .img6 .mch02 img{width: 320px;}
.sub-container.beauty .tab-content #tab2 .img6 .mch03 img{width: 320px; top: -130px;}

.sub-container.beauty .tab-content #tab2 .img6 .mch01 .d-flex div:nth-child(1){background: url(./img/icon_beauty16.png) no-repeat top 44px center white;}
.sub-container.beauty .tab-content #tab2 .img6 .mch01 .d-flex div:nth-child(2){background: url(./img/icon_beauty17.png) no-repeat top 44px center white;}
.sub-container.beauty .tab-content #tab2 .img6 .mch01 .d-flex div:nth-child(3){background: url(./img/icon_beauty18.png) no-repeat top 44px center white;}
.sub-container.beauty .tab-content #tab2 .img6 .mch01 .d-flex div:nth-child(4){background: url(./img/icon_beauty19.png) no-repeat top 44px center white;}
.sub-container.beauty .tab-content #tab2 .img6 .mch02 .d-flex div:nth-child(1){background: url(./img/icon_beauty20.png) no-repeat top 44px center white;}
.sub-container.beauty .tab-content #tab2 .img6 .mch02 .d-flex div:nth-child(2){background: url(./img/icon_beauty21.png) no-repeat top 44px center white;}
.sub-container.beauty .tab-content #tab2 .img6 .mch02 .d-flex div:nth-child(3){background: url(./img/icon_beauty22.png) no-repeat top 44px center white;}
.sub-container.beauty .tab-content #tab2 .img6 .mch02 .d-flex div:nth-child(4){background: url(./img/icon_beauty23.png) no-repeat top 44px center white;}
.sub-container.beauty .tab-content #tab2 .img6 .mch03 .d-flex div:nth-child(1){background: url(./img/icon_beauty24.png) no-repeat top 44px center white;}
.sub-container.beauty .tab-content #tab2 .img6 .mch03 .d-flex div:nth-child(2){background: url(./img/icon_beauty25.png) no-repeat top 44px center white;}
.sub-container.beauty .tab-content #tab2 .img6 .mch03 .d-flex div:nth-child(3){background: url(./img/icon_beauty26.png) no-repeat top 44px center white;}
.sub-container.beauty .tab-content #tab2 .img6 .mch03 .d-flex div:nth-child(4){background: url(./img/icon_beauty27.png) no-repeat top 44px center white;}

.sub-container.beauty .tab-content #tab3 .poster{background: url(./img/bg_beauty10.png) no-repeat bottom center #fdd9f0; border-radius: 12px; padding: 80px 160px; min-height: 1760px; position: relative; margin-bottom: 80px;}
.sub-container.beauty .tab-content #tab3 .poster p.text1{display: block; font-weight: 900; letter-spacing: 16px; margin-bottom: 16px; text-align: center; font-size: 32px; color: #5240d7;}
.sub-container.beauty .tab-content #tab3 .poster p.text2{display: block; border-top: 1px solid #5240d7; border-bottom: 1px solid #5240d7; padding: 12px 0 12px; letter-spacing: 10px;text-align: center; font-size: 46px; color: #5240d7; margin-bottom: 32px; font-weight: 100;}
.sub-container.beauty .tab-content #tab3 .poster p.text2 b{font-weight: 900;}
.sub-container.beauty .tab-content #tab3 .poster .d-flex ul{display: flex; margin-bottom: 16px;}
.sub-container.beauty .tab-content #tab3 .poster .d-flex ul li{background: unset; padding: 0 16px 0 0; margin: 0 16px 0 0; font-size: 18px; font-weight: 400; position: relative; display: flex; align-items: center; color: #00000090; line-height: 1;}
.sub-container.beauty .tab-content #tab3 .poster .d-flex ul li::after{content: ''; height: 16px; width: 1px; position: absolute; right: 0; background: #00000030;}
.sub-container.beauty .tab-content #tab3 .poster .d-flex ul li:last-child{padding-right: 0; margin-right: 0;}
.sub-container.beauty .tab-content #tab3 .poster .d-flex ul li:last-child:after{display: none;}
.sub-container.beauty .tab-content #tab3 .poster .d-flex{font-size: 92px; font-weight: bold; line-height: 1; color: black; justify-content: space-between; background: url(./img/bg_beauty11.png) no-repeat center center; background-size: contain; padding: 32px 0 32px;}
.sub-container.beauty .tab-content #tab3 .poster .d-flex div{display: flex; flex-direction: column; align-items: center;}
.sub-container.beauty .tab-content #tab3 .poster p.text3{display: block; text-align: right; font-size: 14px; color: #00000090; opacity: .8; font-weight: 300; margin-top: -36px; margin-bottom: 48px;}
.sub-container.beauty .tab-content #tab3 .poster p.text4{display: block; text-align: center; font-size: 32px; color: #5240d7; line-height: 1; font-weight: bold;}
.sub-container.beauty .tab-content #tab3 .poster .d-flex2{display: flex; justify-content: space-between; text-align: center; position: absolute; bottom: 140px; width: calc(100% - 240px); font-size: 48px; line-height: 2.2; font-weight: 900; color: white; text-shadow: 0 0  16px #5240d780;}
.sub-container.beauty .tab-content #tab3 .poster .d-flex2 div{width: 280px; text-align: center;}
.sub-container.beauty .tab-content #tab3 .poster .d-flex2 div div{display: flex;justify-content: space-between;}
.sub-container.beauty .tab-content #tab3 .d-flex3{gap: 80px; text-align: center;}
.sub-container.beauty .tab-content #tab3 .d-flex3 b{font-size: 22px; display: block; margin-bottom: 12px;}
.sub-container.beauty .tab-content #tab3 .d-flex3 div span{display: inline-block; color: white; font-weight: bold; width: 24px; height: 24px; background: #333; line-height: 26px; border-radius: 50%; margin-bottom: 12px;}

.sub-container.beauty .tab-content #tab4 .img_box{padding: 80px; border: 0; background: url(./img/bg_beauty12.png) no-repeat center bottom; position: relative; min-height: 900px; overflow: hidden; margin-bottom: 80px;}
.sub-container.beauty .tab-content #tab4 .img_box ul.tag{width: 220px;  position: relative; z-index: 5; position: absolute; right: 410px; top: 360px;}
.sub-container.beauty .tab-content #tab4 .img_box ul.tag li{background: white; padding: 12px 22px 12px; line-height: 1; margin:0 0 16px; border: 4px solid #00417B; position: relative; font-size: 22px; font-weight: bold; border-radius: 12px;}
.sub-container.beauty .tab-content #tab4 .img_box ul.tag li::after{content: '▼'; color: white; text-shadow: 0 8px 0 #00417B; position: absolute; display: block; width: 100%; text-align: center; left: 0; bottom: -8px; font-size: 16px;}
.sub-container.beauty .tab-content #tab4 .img_box .text_box .title1{font-size: 22px;  font-weight: bold; margin-bottom: 12px; line-height: 1;}
.sub-container.beauty .tab-content #tab4 .img_box .text_box .title2{font-size: 66px;  font-weight: bold; color: #00417B; line-height: 1;}
.sub-container.beauty .tab-content #tab4 .img_box .text_box .d-flex{justify-content: center; margin-top: 12px;}
.sub-container.beauty .tab-content #tab4 .img_box .text_box .d-flex div{width: 120px; height: 120px; border-radius: 50%; background: #00417B; color: white; font-size: 18px; display: flex; align-items: center; justify-content: center;}
.sub-container.beauty .tab-content #tab4 .img_box .bg_img1{position: absolute; left: -320px; bottom: 0;}
.sub-container.beauty .tab-content #tab4 .img_box .bg_img2{position: absolute; right: -170px; bottom: 0;}
.sub-container.beauty .tab-content #tab4 .img_box .bg_img3{position: absolute; right: 360px; bottom: -160px; width: 320px;}

.sub-container.beauty .tab-content #tab4 .d-flex:has(.left){gap: 80px;}
.sub-container.beauty .tab-content #tab4 .d-flex:has(.left) .box_title{font-size: 18px; color: black; font-weight: bold; margin-bottom: 12px;}
.sub-container.beauty .tab-content #tab4 .d-flex .left{width: 460px;}
.sub-container.beauty .tab-content #tab4 .d-flex .left_img{position: relative; display: flex;}
.sub-container.beauty .tab-content #tab4 .d-flex .left_img img.img{display: inline-block; position: unset; width: 280px; margin-top: 20px;}
.sub-container.beauty .tab-content #tab4 .d-flex .left_img  div:has(div){float: right; width: 100%; margin-top: 23px; border-top: 2px solid #d883b1; text-align: center;}
.sub-container.beauty .tab-content #tab4 .d-flex .left_img  div:has(div) div:first-child{color: #d883b1; font-weight: bold; line-height: 1; border-bottom: 1px solid #d883b1; padding: 12px 0 12px;}
.sub-container.beauty .tab-content #tab4 .d-flex .left_img  div:has(div) div:last-child{color: #c44949; font-weight: bold; line-height: 1.3; border-bottom: 2px solid #c44949; padding: 29px 0 29px;}
.sub-container.beauty .tab-content #tab4 .d-flex div.right .box_title span{font-size: 14px; float: right; font-weight: normal; opacity: .8;}
.sub-container.beauty .tab-content #tab4 .d-flex div.right div.q{padding: 8px 12px; font-weight: bold; color: white; background: #00417B; border-radius: 12px 12px 0 0;}
.sub-container.beauty .tab-content #tab4 .d-flex div.right div.a{padding: 8px 12px; background: #eee; border-radius: 0 0 12px 12px; margin-bottom: 12px;}

@media (max-width: 1400px){
    .sub-container.beauty .tab-content .t-back{height: auto; background-position:center right -180px;}
    .sub-container.beauty .tab-content .t-back ul{margin-left: 0;}
    .sub-container.beauty .tab-content .t-back1 .img2 div img{width: 80%;}
    .sub-container.beauty .tab-content .d-flex.img3{flex-direction: column;}
    .sub-container.beauty .tab-content .img3 .left{width: 100%;}
    .sub-container.beauty .tab-content .img3 .right{width: 100%; margin-top: 32px;}
    .sub-container.beauty .tab-content .img1 div:last-child:has(.icon) br{display: none;}

    .sub-container.beauty .tab-content #tab3 .poster{padding: 80px;}
    .sub-container.beauty .tab-content #tab3 .poster p.text2{letter-spacing: 4px;}
    .sub-container.beauty .tab-content #tab3 .poster .d-flex2{width: calc(100% - 160px);}
    
    .sub-container.beauty .tab-content #tab4 .img_box .bg_img3{right: 240px;}
    .sub-container.beauty .tab-content #tab4 .img_box ul.tag{right: 300px;}
}

@media (max-width: 1200px){
    .sub-container.beauty .tab-content .t-back ul li{margin: 0;}
    .sub-container.beauty .tab-content .img1 .icon div{padding: 84px 16px 24px;}
    .sub-container.beauty .tab-content .img1 .icon div:nth-child(1){background: url(./img/icon_beauty1.png) no-repeat top 24px center;}
    .sub-container.beauty .tab-content .img1 .icon div:nth-child(2){background: url(./img/icon_beauty2.png) no-repeat top 24px center;}
    .sub-container.beauty .tab-content .img1 .icon div:nth-child(3){background: url(./img/icon_beauty3.png) no-repeat top 24px center;}
    .sub-container.beauty .tab-content .t-back1 .img2 div span{left: 30px; top: 30px;}

    .sub-container.beauty .tab-content #tab2 .plus_3{height: 348px;}
    .sub-container.beauty .tab-content #tab2 .plus_3 .d-flex div{width: 140px; height: 140px; font-size: 18px;}
    .sub-container.beauty .tab-content #tab2 .plus_3 .d-flex div:nth-child(2n){width: 40px;}
    .sub-container.beauty .tab-content #tab2 .plus_3 .tab_sub_title{line-height: 1;}
    .sub-container.beauty .tab-content #tab2 .plus_3{padding: 56px 0 56px;}
    .sub-container.beauty .tab-content #tab2 .img6 .mch .d-flex{width: 60%; gap: 8px;}
    .sub-container.beauty .tab-content #tab2 .img6 .mch01 img{width: 300px; top: -240px; right: 0;}
    .sub-container.beauty .tab-content #tab2 .img6 .mch02 img{width: 260px;}
    .sub-container.beauty .tab-content #tab2 .img6 .mch img{right: 24px;}
    .sub-container.beauty .tab-content #tab2 .img6 .mch03 img{width: 280px;}

    .sub-container.beauty .tab-content #tab3 .poster p.text2{letter-spacing: 0;}
    .sub-container.beauty .tab-content #tab3 .poster p.text1{letter-spacing: 0;}
    .sub-container.beauty .tab-content #tab3 .poster{background-size: cover;min-height:1400px;}
    .sub-container.beauty .tab-content #tab3 .d-flex3{gap: 40px;}

    .sub-container.beauty .tab-content #tab4 .img_box .bg_img2{right: -280px;}
    .sub-container.beauty .tab-content #tab4 .img_box .bg_img1{left: -380px;}
    .sub-container.beauty .tab-content #tab4 .img_box .bg_img3{right: 130px;}
    .sub-container.beauty .tab-content #tab4 .img_box ul.tag{right: 200px;}
}

@media (max-width: 950px){
    .sub-container.beauty .tab-content .img1 div:first-child:has(img){width: 40%; overflow: hidden; display: flex; align-items: flex-end; border-radius: 12px; background: #ececec;}
    .sub-container.beauty .tab-content .img1{gap: 16px; min-height: 450px;}
    .sub-container.beauty .tab-content .img1 img{width: 120%; height: auto;}
    .sub-container.beauty .tab-content .t-title{font-size: 28px; line-height: 1; margin-bottom: 16px;}
    .sub-container.beauty .tab-content .img1 span:nth-child(2){font-size: 18px; margin-bottom: 12px;}
    .sub-container.beauty .tab-content .t-back ul{width: 81%;}
    .sub-container.beauty .tab-content #tab1 .t-sub_title{font-size: 28px;}
    .sub-container.beauty .tab-content .t-back1 .img2 div img{border-width: 4px;}
    .sub-container.beauty .tab-content .t-back1 .img2 div span{left: 10px; top: 10px;}
    .sub-container.beauty .tab-content #tab2 .img6 .mch01 img{width: 250px; top: -170px;}
    .sub-container.beauty .tab-content #tab2 .img6 .mch02 img{width: 230px;}
    .sub-container.beauty .tab-content #tab2 .img6 .mch02 img{width: 230px;}
    .sub-container.beauty .tab-content #tab2 .img6 .mch03 img{width: 230px;}

    .sub-container.beauty .tab-content #tab3 .poster{padding: 56px; min-height: 1180px;}
    .sub-container.beauty .tab-content #tab3 .poster .d-flex2{width: calc(100% - 56px - 56px); bottom: 100px;font-size: 40px;}
    .sub-container.beauty .tab-content #tab3 .poster .d-flex2 div div{line-height: 1.7;}
    .sub-container.beauty .tab-content #tab3 .poster{height: 1280px;}
    .sub-container.beauty .tab-content #tab3 .poster p.text2{font-size: 32px; margin-bottom: 8px;}
    .sub-container.beauty .tab-content #tab3 .poster p.text1{font-size: 24px; line-height: 1;}
    .sub-container.beauty .tab-content #tab3 .poster .d-flex{background-size: 50%; font-size: 80px;}
    .sub-container.beauty .tab-content #tab3 .poster .d-flex ul li{padding: 0 12px 0 0; margin: 0 12px 0 0; font-size: 16px;}
    .sub-container.beauty .tab-content #tab3 .poster p.text4{font-size: 24px;}
    .sub-container.beauty .tab-content #tab3 .poster p.text3{margin-bottom: 32px;}
    .sub-container.beauty .tab-content #tab3 .poster .d-flex2 div{width: 240px;}

    .sub-container.beauty .tab-content #tab4 .img_box .bg_img1{left: -440px;}
    .sub-container.beauty .tab-content #tab4 .img_box .bg_img2{right: -330px;}
    .sub-container.beauty .tab-content #tab4 .img_box .bg_img3{right: 30px;}
    .sub-container.beauty .tab-content #tab4 .img_box ul.tag{right: 100px; width: 200px;}
    .sub-container.beauty .tab-content #tab4 .img_box{background-size: 140%; background-color: #f9f4f0;}
    .sub-container.beauty .tab-content #tab4 .img_box ul.tag li{font-size: 18px; border-width: 3px; margin-bottom: 12px;}
    .sub-container.beauty .tab-content #tab4 .img_box ul.tag li::after{text-shadow: 0 6px 0 #00417B;}
}

@media (max-width: 800px){
    .sub-container.beauty .tab-content #tab2 .img6 .mch .d-flex div{padding: 74px 8px 14px; background-position: top 24px center !important;}
    .sub-container.beauty .tab-content #tab2 .img6 .mch img{right: 0;}
    .sub-container.beauty .tab-content #tab2 .img6 .mch ul{width: 60%;}
    .sub-container.beauty .tab-content #tab2 .plus_3 .tab_sub_title{font-size: 28px;}
    .sub-container.beauty .tab-content #tab2 .plus_3 .d-flex{margin-top: 16px;}
    .sub-container.beauty .tab-content #tab2 .plus_3{height: 325px;}

    .sub-container.beauty .tab-content #tab3 .poster .d-flex{font-size: 52px;}
    .sub-container.beauty .tab-content #tab3 .poster .d-flex ul li{padding: 0 4px 0 0; margin: 0 4px 0 0; font-size: 14px;}
    .sub-container.beauty .tab-content #tab3 .poster .d-flex ul{margin-bottom: 8px;}
    .sub-container.beauty .tab-content #tab3 .poster p.text3{margin-top: -24px;}
    .sub-container.beauty .tab-content #tab3 .poster p.text2{font-size: 28px;}
    .sub-container.beauty .tab-content #tab3 .poster p.text1{font-size: 20px;}
    .sub-container.beauty .tab-content #tab3 .poster .d-flex2{font-size: 32px;}
    .sub-container.beauty .tab-content #tab3 .poster .d-flex2 div{width: 190px;}
    .sub-container.beauty .tab-content #tab3 .poster{min-height: unset; height: 1000px;}
    
    .sub-container.beauty .tab-content #tab4 .img_box{min-height: 800px; background-size: 150%;}
    .sub-container.beauty .tab-content #tab4 .img_box .bg_img1{top: -20px; height: 500px; left: -240px;}
    .sub-container.beauty .tab-content #tab4 .img_box .bg_img2{right: -120px; top: -60px; height: 500px; transform: rotate(-15deg);}
    .sub-container.beauty .tab-content #tab4 .img_box .bg_img3{bottom: -220px;}
    .sub-container.beauty .tab-content #tab4 .d-flex:has(.left){flex-direction: column;}
    .sub-container.beauty .tab-content #tab4 .d-flex .left_img img.img{width: 350px;}
    .sub-container.beauty .tab-content #tab4 .d-flex .left{width: 100%;}
    .sub-container.beauty .tab-content #tab4 .d-flex .left_img div:has(div) div:first-child{padding: 18px 0 18px;}
    .sub-container.beauty .tab-content #tab4 .d-flex .left_img div:has(div) div:last-child{padding: 44px 0 44px;}
}

@media (max-width: 700px){
    .sub-container.beauty .tab-content #tab4 .img_box .bg_img2{right: -190px;}
    .sub-container.beauty .tab-content #tab4 .img_box .bg_img1{left: -290px;}
    .sub-container.beauty .tab-content #tab4 .img_box .bg_img3{right: -10px;}
    .sub-container.beauty .tab-content #tab4 .img_box ul.tag{right: -60px;}
    .sub-container.beauty .tab-content #tab4 .img_box ul.tag li{padding: 8px;}
    .sub-container.beauty .tab-content #tab4 .img_box{min-height: 740px;}
    .sub-container.beauty .tab-content #tab4 .img_box .bg_img3{bottom: -250px;}
}

@media (max-width: 650px){
    .sub-container.beauty .tab{font-size: 20px;}
    .sub-container.beauty .tab-content .img1{min-height: 500px;}
    .sub-container.beauty .tab-content #tab2 .plus_3{background-size: auto 200px; background-position: top center; background-color: #eee;position: relative;}
    .sub-container.beauty .tab-content #tab2 .plus_3 .tab_sub_title{padding: 0 28% 0; line-height: 1.2;}
    .sub-container.beauty .tab-content #tab2 .plus_3 p{padding: 0 20% 0; word-break: keep-all; line-height: 1.3;}
    .sub-container.beauty .tab-content #tab2 .plus_3{padding: 40px 0 40px; height: 420px;}
    .sub-container.beauty .tab-content #tab2 .plus_3 .d-flex{margin-top: 0; position: absolute; left: 50%; top: 240px; transform: translateX(-50%);}
    .sub-container.beauty .tab-content #tab2 .img6 .mch .d-flex{position: relative; z-index: 5;flex-wrap:wrap;}
    .sub-container.beauty .tab-content #tab2 .img6 .mch .d-flex div{width: calc(50% - 4px);}
    .sub-container.beauty .tab-content #tab2 .img6 .mch{margin-top: 40px; padding-bottom: 40px; background-position: center right -160px;}
    .sub-container.beauty .tab-content #tab2 .img6 .mch03 img{top: unset;}

    .sub-container.beauty .tab-content #tab3 .poster p.text4{font-size: 20px;}
    .sub-container.beauty .tab-content #tab3 .poster{padding: 56px 40px; margin-bottom: 40px;}
    .sub-container.beauty .tab-content #tab3 .poster p.text2{font-size: 24px;}
    .sub-container.beauty .tab-content #tab3 .poster .d-flex2{width: calc(100% - 80px); bottom: 50px; font-size: 28px;}
    .sub-container.beauty .tab-content #tab3 .poster .d-flex2 div{width: 150px;}
    .sub-container.beauty .tab-content #tab3 .d-flex3{flex-direction: column; word-break: keep-all; gap: 24px;}
    .sub-container.beauty .tab-content #tab3 .poster{background-size: 110%; height: 880px;}
    .sub-container.beauty .tab-content #tab3 .d-flex3 div span{margin-bottom: 0;}
    .sub-container.beauty .tab-content #tab3 .d-flex3 b{margin-bottom: 4px;}

    .sub-container.beauty .tab-content #tab4 .img_box{background-size: 180%; min-height: 700px;}
    .sub-container.beauty .tab-content #tab4 .img_box ul.tag{right: 30px; width: 180px;}
    .sub-container.beauty .tab-content #tab4 .img_box .bg_img3{right: -40px;}
    .sub-container.beauty .tab-content #tab4 .img_box{padding: 80px 32px;}
    .sub-container.beauty .tab-content #tab4 .img_box .bg_img1{top: -100px;}
    .sub-container.beauty .tab-content #tab4 .img_box .bg_img2{top: -160px;}
    .sub-container.beauty .tab-content #tab4 .img_box .text_box .d-flex div{width: 100px; height: 100px; font-size: 16px;}
    .sub-container.beauty .tab-content #tab4 .img_box .text_box .d-flex{gap: 8px;}
    .sub-container.beauty .tab-content #tab4 .img_box ul.tag{top: 320px;}
}

@media (max-width: 500px){
    .sub-container.beauty .tabs{flex-wrap: wrap; gap: 8px;}
    .sub-container.beauty .tab{width: calc(50% - 4px); border-radius: 12px; font-size: 16px; justify-content: center; line-height: 50px;}
    .sub-container.beauty .tab-content .img1{flex-direction: column; gap: 40px;}
    .sub-container.beauty .tab-content .img1 div:first-child:has(img){width: 100%; height: 400px; align-items: center;}
    .sub-container.beauty .tab-content .img1 .icon{position: unset; margin-top: 24px;}
    .sub-container.beauty .tab-content .t-back ul li::after{display: none;}
    .sub-container.beauty .tab-content .t-back ul li{width: 140px; height: 140px;padding: 16px;}
    .sub-container.beauty .tab-content .t-back ul{width: 100%;justify-content: center;}
    .sub-container.beauty .tab-content .t-back{padding: 32px 24px 32px;background-position-y:bottom; background-position: left;}
    .sub-container.beauty .tab-content .t-back1{padding: 52px 0 52px;}
    .sub-container.beauty .tab-content .t-back1 .img2{flex-direction: column;}
    .sub-container.beauty .tab-content .t-back1 .img2 div{width: 100%;padding: 0 40px 0;}
    .sub-container.beauty .tab-content .t-back1 .img2 div img{width: 70%;}
    .sub-container.beauty .tab-content .t-back1 .img2 div span{left: 25%; top: 5%;}
    .sub-container.beauty .tab-content .t-back1 .t-sub_title{margin-bottom: 32px;}
    .sub-container.beauty .tab-content .img3 .left .img4, .sub-container.beauty .tab-content .img3 .right .img5{flex-wrap: wrap;}

    .sub-container.beauty .tab-content #tab2 .plus_3{background-size: auto 180px; padding: 30px 0 30px; height: 360px;}
    .sub-container.beauty .tab-content #tab2 .plus_3 .d-flex{top: 210px;}
    .sub-container.beauty .tab-content #tab2 .plus_3 .d-flex div:nth-child(2n){font-size: 18px; width: 24px;}
    .sub-container.beauty .tab-content #tab2 .plus_3 .d-flex div{width: 120px; height: 120px; font-size: 16px; line-height: 1;}
    .sub-container.beauty .tab-content #tab2 .img6 .mch b{line-height: 1; font-size: 24px; margin-bottom: 12px;}
    .sub-container.beauty .tab-content #tab2 .img6 .mch ul{width: 100%;}
    .sub-container.beauty .tab-content #tab2 .img6 .mch .d-flex{width: 100%;}
    .sub-container.beauty .tab-content #tab2 .img6 .mch{padding-bottom: 280px;}
    .sub-container.beauty .tab-content #tab2 .img6 .mch img{left: 50%; transform: translateX(-50%);}
    .sub-container.beauty .tab-content #tab2 .img6 .mch01 img{top: 140px;}
    .sub-container.beauty .tab-content #tab2 .img6 .mch02 img{top: 370px;}
    .sub-container.beauty .tab-content #tab2 .img6 .mch03 img{top: 260px;}
    .sub-container.beauty .tab-content #tab2 .img6 .mch{background-position: bottom right -100px;}

    .sub-container.beauty .tab-content #tab3 .poster p.text2{font-size: 20px;}
    .sub-container.beauty .tab-content #tab3 .poster p.text1{font-size: 18px;}
    .sub-container.beauty .tab-content #tab3 .poster .d-flex{font-size: 42px;}
    .sub-container.beauty .tab-content #tab3 .poster .d-flex ul{flex-wrap: wrap; justify-content: center; gap: 4px;}
    .sub-container.beauty .tab-content #tab3 .poster .d-flex ul li{padding: 0; margin: 0; line-height: 1.5; letter-spacing: -1px;}
    .sub-container.beauty .tab-content #tab3 .poster .d-flex ul li::after{display: none;}
    .sub-container.beauty .tab-content #tab3 .poster{padding: 56px 32px;}
    .sub-container.beauty .tab-content #tab3 .poster .d-flex{gap: 0; padding-top: 16px;}
    .sub-container.beauty .tab-content #tab3 .poster p.text3{margin-bottom: 24px;}
    .sub-container.beauty .tab-content #tab3 .poster{height: 740px;}
    .sub-container.beauty .tab-content #tab3 .poster .d-flex2{font-size: 24px;}
    .sub-container.beauty .tab-content #tab3 .poster .d-flex2 div{width: 130px;}
    .sub-container.beauty .tab-content #tab3 .poster .d-flex2 div div span{font-weight: bold;}
    .sub-container.beauty .tab-content #tab3 .d-flex3 b{font-size: 18px;}
    .sub-container.beauty .tab-content #tab3 .d-flex3 div span{width: 20px; height: 20px; line-height: 22px; font-weight: normal;}

    .sub-container.beauty .tab-content #tab4 .img_box .bg_img3{width: 280px;}
    .sub-container.beauty .tab-content #tab4 .img_box{min-height: 630px; margin-bottom: 56px;}
    .sub-container.beauty .tab-content #tab4 .img_box ul.tag li{font-size: 16px; border-width: 2px;}
    .sub-container.beauty .tab-content #tab4 .img_box ul.tag li::after{text-shadow: 0 4px 0 #00417B; bottom: -10px;}
    .sub-container.beauty .tab-content #tab4 .img_box ul.tag{right: 24px; width: 160px; top: 312px;}
    .sub-container.beauty .tab-content #tab4 .img_box .text_box .title1{font-size: 18px;}
    .sub-container.beauty .tab-content #tab4 .img_box .text_box .title2{font-size: 54px;}
    .sub-container.beauty .tab-content #tab4 .img_box .text_box .d-flex div{width: 90px; height: 90px; letter-spacing: -1px;}
    .sub-container.beauty .tab-content #tab4 .d-flex .left_img img.img{width: 300px;}
    .sub-container.beauty .tab-content #tab4 .d-flex div.right .box_title span{float: unset; display: block;}
}

@media (max-width: 400px){
    .sub-container.beauty .tab-content .t-title{font-size: 24px;}
    .sub-container.beauty .tab-content .img1 .icon{gap: 8px;}
    .sub-container.beauty .tab-content .img1 .icon div{width: calc((100% - 16px) / 3); padding: 84px 8px 24px;}
    .sub-container.beauty .tab-content .t-back ul li{width: 120px; height: 120px; padding: 12px;}
    .sub-container.beauty .tab-content #tab2 .plus_3{background-size: contain; height: 480px;}
    .sub-container.beauty .tab-content #tab2 .plus_3 .tab_sub_title{padding: 0 12px 0; font-size: 20px;}
    .sub-container.beauty .tab-content #tab2 .plus_3 p{padding: 0 12px 0;}
    .sub-container.beauty .tab-content #tab2 .plus_3 .d-flex{top: 150px; width: 90%; align-items: center;}
    .sub-container.beauty .tab-content #tab2 .plus_3 .d-flex div{width: 100%; height: 80px; border-radius: 8px; box-shadow: none; border-width: 3px;}
    .sub-container.beauty .tab-content #tab2 .plus_3 .d-flex{flex-direction: column;}
    .sub-container.beauty .tab-content #tab2 .plus_3 .d-flex div:nth-child(2n){height: 32px;}
    .sub-container.beauty .tab-content #tab2 .plus_3 .d-flex div:nth-child(3){border-width: 3px;}
    .sub-container.beauty .tab-content #tab2 .img6 .mch01 img{width: 220px; top: 230px;}
    .sub-container.beauty .tab-content #tab2 .img6 .mch02 img{width: 180px; top: 420px;}
    .sub-container.beauty .tab-content #tab2 .img6 .mch03 img{width: 200px; transition-property: 370px;}
    .sub-container.beauty .tab-content #tab3 .poster{padding: 40px 16px;}
    .sub-container.beauty .tab-content #tab3 .poster p.text2{font-size: 18px;}
    .sub-container.beauty .tab-content #tab3 .poster .d-flex{font-size: 32px;}
    .sub-container.beauty .tab-content #tab3 .poster p.text3{text-align: center;}
    .sub-container.beauty .tab-content #tab3 .poster p.text4{font-size: 16px;}
    .sub-container.beauty .tab-content #tab3 .poster{height: 630px;}
    .sub-container.beauty .tab-content #tab3 .poster .d-flex2 div{width: 110px; font-size: 18px;}
    .sub-container.beauty .tab-content #tab3 .poster .d-flex2{width: calc(100% - 32px);}
    .sub-container.beauty .tab-content #tab4 .img_box .bg_img1{top: -90px; left: -320px;}
    .sub-container.beauty .tab-content #tab4 .img_box .bg_img2{right: -230px;}
    .sub-container.beauty .tab-content #tab4 .img_box .text_box .title1{font-size: 16px;}
    .sub-container.beauty .tab-content #tab4 .img_box .text_box .title2{font-size: 46px;}
    .sub-container.beauty .tab-content #tab4 .img_box{min-height: 530px;}
    .sub-container.beauty .tab-content #tab4 .img_box .bg_img3{width: 230px; right: -13px; bottom: -220px;}
    .sub-container.beauty .tab-content #tab4 .img_box ul.tag li{font-size: 14px; padding: 6px;}
    .sub-container.beauty .tab-content #tab4 .d-flex .left_img div:has(div) div:last-child{padding: 12px 0 12px;}
    .sub-container.beauty .tab-content #tab4 .d-flex .left_img div:has(div) div:first-child{padding: 8px 0 8px;}
    .sub-container.beauty .tab-content #tab4 .d-flex .left_img img.img{width: 50%; height: auto;}
}