<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root{--ani:cubic-bezier(.32,.94,.6,1)}

.sub .xgap1 {--x-gap:1rem}
.sub .xgap2 {--x-gap:2rem}
.sub .xgap3 {--x-gap:3rem}
.sub .xgap4 {--x-gap:4rem}
.sub .xgap5 {--x-gap:5rem}

.sub .ygap0 {--y-gap:0rem}
.sub .ygap1 {--y-gap:1rem}
.sub .ygap2 {--y-gap:2rem}
.sub .ygap3 {--y-gap:3rem}
.sub .ygap4 {--y-gap:4rem}
.sub .ygap5 {--y-gap:5rem}

.sub .subTit {font-family: var(--koSerif); font-size: 2.5rem;}
.sub.VN .subTit {font-family: var(--VNfont); font-size: 2.5rem;}

.sub .postscript {font-family: var(--koSerif); padding: 1rem 2em; font-weight: 400; letter-spacing: 0; background: repeat url('/img/main/ReviewBg.jpg'); text-align: center; width: 100%; bottom:0; left: 0;} 

.sub.VN {font-family: 'Montserrat';}
.sub.VN .point-font {font-family: var(--VNfont);}
.sub.VN .font_serif {font-family: var(--VNfontSerif); letter-spacing: 0;}

@media (max-width: 510px) {
    .sub.font-20 {font-size: 1.3rem;}   
}
.sub .zum, .sub .Num {position: relative; padding-left: 2rem;}
.sub .zum:after {content:'â€¢'; position: absolute; left: 0; top:0;}

.sub .Num:after {content:''; position: absolute; left: 0; top:0; font-weight: 400;}
.sub .Num1:after {content:'1.';}
.sub .Num2:after {content:'2.';}
.sub .Num3:after {content:'3.';}

.sub .BtnBox {display: flex; align-items: center;}
.sub .slideBtn {position: relative; width: 6.625rem; height: 6.625rem; margin-top: 0; top:0; left: 0; right:0;}
.sub .slideBtn:after {content:''; width: 5.625rem; height: 5.625rem; border-radius: 50%; position: absolute; z-index: -1; transition: all ease-in .3s;}
.sub .slideBtn:hover:after {transform: scale(1.1); transition: all ease-in .3s;}

.sub .swiper-button-next:after {background-color: var(--pointcolor);}
.sub .swiper-button-prev:hover:after {background-color: rgba(220, 210,186,.9);}


.sub .swiper-button-next {color:#fff;}
.sub .swiper-button-prev {color:var(--pointcolor)}



/* sub Top */
.subTop {height:50rem; position:Relative; top:0; left:0; overflow: hidden; z-index: 3;}
.subTop .subTopImg {position:absolute; top:0; left:0; width:100%; height:100%; overflow: hidden; opacity:0; transform:scale(1.05); transition:transform 2s var(--ani);}
.subTop .subTopImg.on {opacity:1;transform:scale(1)}

.subTop .inner {position: relative; max-width: 1500px; width: 90%; top:18rem; margin: auto;}
.subTop .subTop_en {font-family: var(--pointfont); color:rgba(255,255,255,.5);}



/* way */
.sub .way ul {display: flex; flex-direction: column; gap:1rem 0; max-width: 1130px; width: 100%;}
.sub .way ul li {background-color: #fbf6f1; padding: 1.5rem;}



/* checkup */
.sub .checkup .flexBox {display: flex; align-items: center; gap:3rem; justify-content: space-between;}
.sub .checkup .ImgSlide {width: 35.8125rem;}
.sub .checkup .ImgSlide img {width: 21.875rem;}
.sub .checkup .TxtSlide {width: calc(100% - 35.8125rem - 10%); padding-right: 1rem;}
.sub .checkupImgSwiper .swiper-slide {background: repeat url('/img/main/ReviewBg.jpg'); padding: 5rem 2rem 7rem;}
.sub .checkup .BtnBox {margin-top: 5rem;}
@media(max-width:990px) {
    .sub .checkup .ImgSlide, .sub .checkup .TxtSlide {width: 45%;}
}
@media(max-width:768px) {
    .sub .checkup .ImgSlide {order:2; width: 100%;}
    .sub .checkup .TxtSlide {width: 100%;}
    .sub .checkup .BtnBox {margin-top: 2rem; width: fit-content; margin-left: auto;}
}



/* symptom */
.sub .symptom {background: repeat url('/img/sub/LightBg.jpg');}
.sub .symptom img {width: 18rem;}
@media(max-width:500px) {
    .sub .symptom .flexList {--x-gap:2rem;}
}



/* specialCommon */
.sub .specialCommon {overflow:hidden;position:relative;width:100%; height: 95vh;}
.sub .specialCommon .TitBox {position: absolute; right: 0; left:0; top:5rem; margin: auto; opacity: .8; z-index: 3; max-width: var(--layoutwidth); width: 90%; text-align: right;}

.sub .specialSwiper {width: 100%; height: 100%;}
.sub .specialSwiper .inner {max-width: var(--layoutwidth); width: 90%; position: absolute; top:30%; left: 0; right:0; margin: auto; line-height: 1.7;}
.sub .specialSwiper .swiper-slide {height:100%; background: no-repeat center / cover; background-color: #33484f; transition: opacity 1.5s ease-out !important;}
.sub .specialSwiper .slide1 {background-image: url('/img/sub/special01.jpg');}
.sub .specialSwiper .slide2 {background-image: url('/img/sub/special02.jpg');}
.sub .specialSwiper .slide3 {background-image: url('/img/sub/special03.jpg');}

.sub .specialSwiper .swiper-pagination {display: flex; align-items: center; gap:0 .7rem;left: auto; right:5%; bottom:8rem; width: fit-content;}
.sub .specialSwiper .swiper-pagination-bullet {width: auto; height: auto; border-radius: 0; opacity: 1; width: 6.25rem; height: 6.25rem;}
.sub .specialSwiper .swiper-pagination-bullet-active {opacity: .7;}
@media(max-width:500px) {
    .sub .specialSwiper .inner {top:25%;}
}


/* kind */
.sub .kind.Light {background-color: rgba(253,248,248,.8);}
.sub .kind.Light .flexBox {display: flex; gap:5rem 1rem;}

.sub .kind ul {display: flex; flex-direction: column; gap:2rem 0}
.sub .kind ul li {background: repeat url('/img/main/ReviewBg.jpg'); padding: 3rem;}
.sub .kind .Line {width: 100%; height: 1px; background-color: #292929; margin: 1.5rem 0;}

.sub .kind .flexList.smList {max-width: 680px;}
.sub .kind .flexList.mdList {max-width: 760px;}
.sub .kind .arrowTxt {display: flex; align-items: center; gap:0 .5rem;}

/* why */
.sub .why {background: repeat url('/img/sub/LightBg.jpg');}
.sub .why .box {padding: 3rem 0;}
.sub .why .dot {width: 11.25rem; height: 11.25rem; aspect-ratio: 1/1; border-radius: 50%; background-color: #fff; display: flex; align-items: center; justify-content: center; margin: auto;}
.sub .why .iconImg {width: 3.6875rem;}



/* cancer */
.sub .cancer .flexBox {display: flex; align-items: center; gap:2rem;}
.sub .cancer .BtnBox {justify-content: flex-end;}
@media(max-width:500px) {
    .sub .cancer .flexBox {flex-direction: column;}
    .sub .cancer .box {width: 100%;}
    .sub .cancer .Img {padding: 0 2rem;}
}


/* define */
.sub .define {background: repeat url('/img/sub/LightBg.jpg'); position: relative;}
.sub .define .box {display: flex; align-items: center; justify-content: center; min-height: 5rem; background-color: #fffcf9; border-radius: 40px;}
.sub .define .roundBox {padding: .3rem 2rem; width: 100%; height: auto;}


/* cause */
.sub .cause {background: repeat url('/img/sub/LightBg.jpg'); position: relative;}
.sub .cause .Desc {background-color: rgba(255,252,249,.8); text-align: left; padding: 5rem 2rem;}
.sub .cause .rounFelx .box {display: flex; align-items: center; justify-content: center; min-height: 5rem; background-color: #fffcf9; border-radius: 40px;}
.sub .cause .roundBox {padding: .3rem 2rem; width: 100%; height: auto;}


/* treatment */
.sub.Gynecomastia .treatment {background: repeat url('/img/main/ReviewBg.jpg');}
.sub .treatment {background: repeat url('/img/sub/mediumBg.jpg');}
.sub .treatment .Line {width: 1px; height: 6.25rem; background-color: #c3b9ab; margin: 3rem auto;}
.sub .treatment .Line.Bl {background-color: #292929;}


/* mammotome */
.sub .mammotome .box {background: repeat url('/img/main/ReviewBg.jpg'); padding: 5rem 2rem;}
.sub .mammotome .box img {width: 21.875rem;}
@media(max-width:768px) {
    .sub .mammotome .flexList {--x-gap:1rem;}
}



/* after */
.sub .after {background: repeat url('/img/sub/LightBg.jpg'); position: relative;}
.sub .after ul {display: flex; flex-direction: column; gap:2rem 0;}
.sub .after ul li {background-color: rgba(243,242,239,.8); padding: 2rem;}


/* character */
.sub .character .box {background: repeat url('/img/main/ReviewBg.jpg'); padding: 5rem 2rem;}
.sub .character img {width: 21.875rem;}



/* exam */
.sub .exam .Desc {background: repeat url('/img/sub/examBg.jpg'); padding: 4rem 4rem 5rem;}
.sub .exam .Img {background: no-repeat center / cover;}
.sub .exam .Line {width: 100%; height: 1px; background-color: #292929; margin: 1.5rem auto;}
@media(max-width:768px) {
    .sub .exam .Img {aspect-ratio: 12/7; order:-1;}
    .sub .exam .Desc {padding: 5rem 2rem;}
}


/* ThyroidKind */
.sub #subMenu {display: flex; align-items: center; gap:0 3rem; justify-content: center;}
.sub #subMenu li a {padding: .5rem 0rem; position: relative; cursor: pointer;}
.sub #subMenu li a.on {font-weight: 500;}
.sub #subMenu li a.on:after {width: 100%;}
.sub #subMenu li a:after {content:''; width: 0%; height: 1px; background-color: #292929; position: absolute; left: 0; bottom:0; transition: all ease-in .3s;} 
.sub #subMenu li a:hover:after {width: 100%; transition: all ease-in .3s;} 


.sub .ThyroidKind .inner {background: repeat url('/img/main/ReviewBg.jpg'); padding: 5rem 3rem; max-width: 1256px; width: 100%; margin: 2rem auto 0;}
.sub .ThyroidKind.Skin2 .inner {background: repeat url('/img/sub/examBg.jpg');}

.sub .ThyroidKind .roundBox {padding: 1.3rem 2rem; background-color: rgba(255,252,249,.7); border-radius: 40px;}

.sub .ThyroidKind .PS {background-color: rgba(206,187,160,.5); padding: 1rem;}
.sub .ThyroidKind .causeList {width: fit-content; margin: 3rem auto 0;}


/* intro */
.sub .intro .flexBox {display: flex; gap:3rem 2rem; justify-content: space-between;}
.sub .intro .Img {background: no-repeat center / cover;}
@media(max-width:768px) {
    .sub .intro .Img {aspect-ratio: 12/8;}   
}


/* KindTB */
.sub .KindTB {background: repeat url('/img/sub/examBg.jpg');}
.sub .KindTB table {max-width: 1240px; margin: auto; border-spacing: 0; background-color: rgba(250,248,244,.8);}
.sub .KindTB table td {padding: 2rem; line-height: 1.7; border-bottom:1px solid #aeaaaa;}
.sub .KindTB table tr:last-child td {border-bottom: none;}
.sub .KindTB table .Tit {background-color: rgba(211,201,179,.6); text-align: center; font-family: var(--koSerif); font-weight: 500; border-right:1px solid #aeaaaa;}
.sub .KindTB table .Num {position: relative; padding-left: 3rem;}
.sub .KindTB table .Num:after {content:''; position: absolute; left: 1.25rem; top:0;}
.sub .KindTB table .Num1:after {content:'1 )';}
.sub .KindTB table .Num2:after {content:'2 )';}
.sub .KindTB table .Num3:after {content:'3 )';}

@media(max-width:768px) {
    .sub .KindTB table {border-top: 1px solid #aeaaaa;}
    .sub .KindTB table tr {display: flex; flex-direction: column;}
    .sub .KindTB table .Tit {border-right: none;}
    .sub .KindTB table tr:last-child td {border-bottom: 1px solid #aeaaaa;}
}



/* ThyroidCheck */
.sub .ThyroidCheck {background: repeat url('/img/sub/examBg.jpg');}
.sub .ThyroidCheck .flexList {max-width: 1460px; margin: 4.5625rem auto 0;}



/* gridBox */
.sub .gridBox {background: repeat url('/img/sub/LightBg.jpg');}
.sub .gridBox .grid {display: grid; grid-template-rows: repeat(2, auto); grid-template-columns: repeat(2, auto);}

.sub .gridBox .Tit {padding-bottom: 5rem;}
.sub .gridBox .roundBox {border-radius: 22px; background-color: #fffcf9; display: flex; align-items: center; gap:0 1rem; padding: .3rem 2.5rem; width: fit-content; margin:2rem auto 0;}

.sub .gridBox .Img {min-height: 53.375rem; background: no-repeat center / cover;}

.sub .gridBox .Desc {padding: 2rem; display: flex; justify-content: center; align-items: center;}
.sub .gridBox .Desc &gt; div {max-width: 615px; width: 100%; margin: auto;}
.sub .gridBox .DescList {display: flex; flex-direction: column; gap:2.5rem;}


@media(max-width:768px) {
    .sub .gridBox .grid {grid-template-rows: repeat(1, auto); grid-template-columns: repeat(1, auto);}
    .sub .gridBox .box:nth-child(1) {order:1;}
    .sub .gridBox .box:nth-child(2) {order:4; padding-top: 5rem;}
    .sub .gridBox .box:nth-child(3) {order:2;}
    .sub .gridBox .box:nth-child(4) {order:3;}
    .sub .gridBox .box:nth-child(5) {order:6;}
    .sub .gridBox .box:nth-child(6) {order:5;}
    .sub .gridBox .Desc {padding: 4rem;}
    .sub .gridBox .Img {aspect-ratio: 5/4; min-height: auto;}
}



/* Process */
.sub .Process .progressbar {margin:0 auto;text-align: center;}
.sub .Process .progressbar .progress {margin: 0 10px;}
.sub .Process .progress {border-radius: 50px;background: #fff;}
.sub .Process .progress-bar {height: 3.2rem; border-radius:50px;transition: 0.4s linear;transition-property: width, background-color; background: linear-gradient(90deg, #e3d3c5, #e7ded6);}

.sub .Process .label .one{color:var(--pointcolor); margin: 1rem auto 3rem; text-transform: uppercase; font-family: var(--pointfont); cursor: pointer;}

.sub .Process #five:checked ~ .progress &gt; .progress-bar {width: 25%;}
.sub .Process #twentyfive:checked ~ .progress &gt; .progress-bar {width: 50%;}
.sub .Process #fifty:checked ~ .progress &gt; .progress-bar {width: 75%;}
.sub .Process #onehundred:checked ~ .progress &gt; .progress-bar {width: 100%;}

.sub .Process .label {width: 24%; position:relative;display: inline-block;}


.sub .Process .radio {display: none;}
.sub .Process .label {width: 24%; position:relative;display: inline-block; }

.sub .Process .Desc {width: 98%; margin: 3rem auto 0;}
.sub .Process .Desc .box {opacity: .5;}
.sub .Process .Desc .box.active {opacity:1;}
@media(max-width:990px) {
    .sub .Process .Desc .box {width: 100%; display: none; opacity: 0; transition: .3s;}
    .sub .Process .Desc .box.active {width: 100%; display: block; opacity: 1;}
}



/* cautions */
.sub .cautions .Img {background: no-repeat center / cover;}
.sub .cautions .Desc {background: repeat url('/img/main/ReviewBg.jpg'); min-height: 43.75rem; padding: 2rem;}
.sub .cautions .Num:after {font-family: var(--pointfont); font-size: 1.875rem; line-height: 1; top:-0.125rem;}
@media(max-width:768px) {
    .sub .cautions .Img {aspect-ratio: 5/4;}
    .sub .cautions .Desc {padding: 2rem 3rem;}
}



/* doctor */
.sub .PriveeDr {background: repeat url('/img/sub/LightBg.jpg');}

.sub .DrBox .Desc {aspect-ratio: 96 / 100; padding: 5rem 2rem;}
.sub .DrBox .Img {background: no-repeat center / cover;}
.sub .DrBox .Img.seo {background-image: url('/img/sub/Privee/Dr_seo.jpg');}
.sub .DrBox .Img.park {background-image: url('/img/sub/Privee/Dr_park.jpg');}
.sub .DrBox .Line {width: 1px; height: 100%; background-color: var(--pointcolor); position: absolute; top:0; left: 0; right:0; margin: auto; z-index: 3;}
.sub .DrBox .Line.W {width: 100%; height: 1px; position: relative; left: 0; z-index: 3;}
@media(max-width:768px) {
    .sub .PriveeDr .Img {order:2;}

    .sub .DrBox .Img {aspect-ratio: 48/50; order:2;}
}


/* equipmentList */
.sub .equipmentList .inner {max-width: 44.125rem; width: 100%; margin-left: auto; padding: 2rem;}
.sub .equipmentList .Line {width: 100%; height: 1px; background-color: #292929; margin: 2.5rem auto 1rem;}
@media(max-width:768px) {
    .sub .equipmentList .inner {margin-right: auto; margin-bottom: 3rem;}
}



/* special */
.fp-warning, .fp-watermark {display: none !important;}
.sub.special #fullpage .section {position: relative; width: 100%; height: 100vh; background-attachment: fixed; color:#fff; padding: 0;}
.sub.special #section01 {background: no-repeat center url('/img/sub/Privee/special01.jpg'); background-size: cover;}
.sub.special #section02 {background: no-repeat center url('/img/sub/Privee/special02.jpg'); background-size: cover;}
.sub.special #section03 {background: no-repeat center url('/img/sub/Privee/special03.jpg'); background-size: cover;}
.sub.special #section04 {background: no-repeat center url('/img/sub/Privee/special04.jpg'); background-size: cover;}
.sub.special #section05 {background: no-repeat center url('/img/sub/Privee/special05.jpg'); background-size: cover;}
.sub.special #section06 {background: no-repeat center url('/img/sub/Privee/special06.jpg'); background-size: cover;}

.sub.special #fullpage .enTit {font-family: var(--pointfont); letter-spacing: 2px; color:rgba(255,255,255,.6)}
.sub.special #fullpage .inner {position: absolute; width: 90%; height: fit-content; top: 0; bottom:0; right:0; left:0; margin: auto; z-index: 10;}


.sub.info .Line {width: 1px; height: 100%; background-color: var(--pointcolor); position: absolute; top:0; left: 0; right:0; margin: auto; z-index: 3;}
.sub.info .Line.W {width: 100%; height: 1px; position: relative; left: 0; z-index: 3;}
.sub.info .Line.WB {width: 100%; height: 1px; position: relative; top: 0; z-index: 3;}


/* visionBox */
.sub .visionBox {background: no-repeat center url('/img/sub/Privee/visionBg.jpg'); background-size: cover; padding-bottom: 32rem;}
.sub .visionBox .Line {width: 1px; height: 10rem; background-color: #fff; margin: 7rem auto;}

.sub .visionBox .Num {width: fit-content; margin-left: auto; margin-right: auto; text-align: left;}



/* divide */
.sub .divide .inner {max-width: 974px; margin: 6.5rem auto 0;}
.sub .divide ul li {display: flex; align-items: center; justify-content: space-between; padding: 1rem 0;}
.sub .divide ul li + li {border-top:1px solid #292929;}
.sub .divide ul li:last-child {border-bottom:1px solid #292929;}
.sub .divide .Tit {display: flex; align-items: center; gap:0 .7rem;}
.sub .divide .roundBox {color:#f1efe8; border-radius: 20px; width: fit-content; padding: 0 1rem; background-color: var(--pointcolor);}

.sub .divide .divideSwiper {overflow: visible;}
.sub .divide .slideBtn {position: absolute; top:0; bottom:0; margin: auto; color:#fff;}
.sub .divide .swiper-button-next {right: -8rem; left: auto;}
.sub .divide .swiper-button-prev {left:-8rem; right: auto;}
.sub .divide .swiper-button-prev:after {background-color: var(--pointcolor);}

.sub .divide .Line {width: 100%; height: 1px; background-color: #292929; margin: 5rem auto;}
@media(max-width:1240px) {
    .sub .divide .BtnBox {display: flex; align-items: center; justify-content: center; width: fit-content; margin-left: auto; margin-top: 2rem;}
    .sub .divide .slideBtn {position: relative; right:0; left:0;}
}


/* issue */
.sub .issue .inner {max-width: 1360px; margin: auto;}
.sub .issue .Btn_flex {display: flex; align-items: center; justify-content: center; gap:0 5rem;}
.sub .issue .Line {width: 100%; height: 1px; position: relative; background-color: #292929; margin:7rem auto 5rem;}
.sub .issue .box {padding: 2rem; background: repeat url('/img/sub/LightBg.jpg'); border:1px solid #292929; aspect-ratio: 9 / 8; position: relative;}
.sub .issue .box:after {content:''; width: .75rem; height: 1.25rem; background-image: url('/img/sub/info/arrow.png'); background-size: contain; position: absolute; top:0; bottom:0; right: -2.75rem; margin: auto;}
.sub .issue .box:last-child:after {display: none;}

.sub .issue .Number {font-family: var(--pointfont); font-size: 2rem; text-align: left; letter-spacing: 0; line-height: 1;}
.sub .issue .issueIcon {margin: 2rem auto; width: 2.6875rem;}

.sub #privee_Table {width: 100%; margin-top: 3rem; border-spacing: 0; font-size: 1.125rem; border-collapse:collapse;}
.sub #privee_Table thead{background:rgba(255,255,255,.3); color: #fff; }
.sub #privee_Table thead th{padding: 1rem; background: var(--pointcolor); font-weight: 500; border-right: 1px solid #fff;}
.sub #privee_Table thead td{padding: 1rem; font-weight: 500 !important;}
.sub #privee_Table tbody th{background: rgba(255,255,255,.3); padding: 1rem; font-weight: 400; border-bottom: 1px solid #baa388; border-right: 1px solid #baa388;}
.sub #privee_Table tbody td{border-bottom: 1px solid #baa388; border-left: 1px solid #baa388; padding: 1rem;}
.sub #privee_Table tbody td:first-child {border-left: none;}
.sub #privee_Table tbody td.borderL {border-left: 1px solid #baa388;}

.sub .issue table li + li {margin-top: .5rem;}

.sub .issue .zum {padding-left: 1rem; text-align: left;}
.sub .issue .zum:after {color:#baa388;}

.sub .presa {position: relative; padding-left: 2.5rem; font-size: 1rem; text-align: left;}
.sub .presa:after {content:'â€»'; position: absolute; left: 1rem; top:0;}

@media(max-width:768px) {
    .sub .issue .flexList {--x-gap:1.5rem;}
    .sub .issue .box:after {display: none;}
}
@media(max-width:500px) {
    .sub .issue .flexList {--y-gap:5rem;}
    .sub .issue .box {aspect-ratio: auto; padding: 4rem;}
    .sub .issue .box:after {display: block; transform: rotate(90deg); left: 0; right:0; top:auto; bottom: -3.3rem;}

}


/* tabBox */
.sub #tabBox .tab-menu {display: flex; align-items: center; justify-content: center; gap:0 .5rem;}
.sub #tabBox .tab-menu li {padding: .5rem 3rem; background-color: rgb(235, 222, 207); cursor: pointer; border-radius: 30px;}
.sub #tabBox .tab-menu li.active {background-color: rgb(218, 206, 191);mix-blend-mode: multiply; font-weight: 400;}




.sub .thread {background: repeat url('/img/main/ReviewBg.jpg');}
.sub .thread #tabBox .tab-menu {gap:0 7rem;}
.sub .thread #tabBox .tab-menu li {background-color: transparent; position: relative; padding: .3rem 0; cursor: pointer;}
.sub .thread #tabBox .tab-menu li:after {content:''; width: 0; height: 1px; background-color: #292929; position: absolute; left: 0; bottom:0; transition: .3s;}
.sub .thread #tabBox .tab-menu li.active:after {width: 100%; transition: .3s;}

.sub .thread .Desc {padding: 3rem;}
@media(max-width:500px) {
    .sub .thread #tabBox .tab-menu {gap:0 3rem;}
}












</pre></body></html>