<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');


.sub-contents{
    position:relative;
    margin: 0 auto;
   /* max-width: 1500px;*/
}
.sub-contents img {
    width: 100%;
}

button {
    cursor: pointer;
}

/*빠른상담*/

.quick-consulting-wrap {
    background-color: #f9f9f5;
}
.quick-consulting-wrap .sub-main-banner img {
    width: 100%;
}

.quick-consulting-wrap .contents {
    max-width: 1400px;
    margin: 0 auto;
    padding: 193px 0;
}
.quick-consulting-wrap .contents img {
    width: 70px;
    margin: 0 auto;
}
.quick-consulting-wrap .contents h2 {
    font-size: 69px;
    text-align: center;
    color: #424242;
    font-family:pretendard;
    margin: 20px 0 40px;
}
.quick-consulting-wrap .contents p {
    font-size: 25px;
    text-align: center;
    color: #424242;
    font-family:'pretendard';
    margin-bottom: 85px;
}
.quick-consulting-wrap .inputBox {
    display: flex;
    background-color: #fff;
    padding: 120px 92px;
    justify-content: space-between;
    margin-bottom: 88px;
}
.quick-consulting-wrap .inputBox-img {
    width: 440px;
    align-self: center;
    margin-left: 20px;
}
.quick-consulting-wrap .inputBox-img img {
    width: 100%;
}
.quick-consulting-wrap .inputBox select {
    width: 605px;
    border: 1px solid #9e9e9e;
    padding: 20px 35px;
    font-size: 24px;
    color: #727272;
    margin-bottom: 25px;
}
.quick-consulting-wrap .inputBox input {
    display: block;
    border: 1px solid #9e9e9e;
    padding: 20px 35px;
    font-size: 24px;
    color: #727272;
    width: 533px;
    margin-bottom: 25px;
}
.quick-consulting-wrap .inputBox .phone-input {
    display: flex;
    justify-content: space-between;
}
.quick-consulting-wrap .inputBox .phone-input select {
    width: 190px;
    margin-bottom: 0;
}
.quick-consulting-wrap .inputBox .phone-input input {
    width: 118px;
    margin-bottom: 0;
}
.quick-consulting-wrap .inputBox .phone-input input:last-of-type {
    margin-right: 0;
}
.quick-consulting-wrap .agree-all {
    border-bottom: 2px solid #9e9e9e;
    padding-bottom: 20px;
}
.quick-consulting-wrap .agree-all label {
    color: #3c3c3c;
    font-size: 24px;
    font-family:'NanumSquareB';
    position: relative;
    padding-left: 45px;
}
.quick-consulting-wrap .agree-content .agree-1 {
    margin-top: 25px;
}
.quick-consulting-wrap .agree-content .agree-1::before {
    content: '내용보기 ↓';
    display: inline-block;
    float: right;
    font-size: 22px;
    color: #3c3c3c;
}
.quick-consulting-wrap .agree-content .agree-1 label {
    font-size: 21px;
    position: relative;
    padding-left: 45px;
}
.quick-consulting-wrap .agree-content .agree-textarea {
    margin-top: 25px;
    width: 100%;
    background-color: #fff;
}
.quick-consulting-wrap .agree-content .agree-textarea &gt; div {
    padding: 75px 45px;
    white-space: pre-line;
    font-size: 21px;
    color: #3c3c3c;
    font-family:'pretendard';
    min-height: 765px;
    overflow-y: auto;
    max-height: 765px;
}
.quick-consulting-wrap .agree-content .agree-2 {
    font-size: 21px;
    color: #3c3c3c;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #9e9e9e;
}
.quick-consulting-wrap .agree-content .agree-2 label {
    position: relative;
    padding-left: 45px;
}

.quick-consulting-wrap input[type="checkbox"] {
    display: none;
}
.quick-consulting-wrap input[type="checkbox"] + label::after {
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0;
    top: -7px;
    background-image: url('../images-new/sub/quick-consulting/quick-consulting-check.png');
    background-size: cover;
    background-position: center;
}
.quick-consulting-wrap input[type="checkbox"]:checked + label::after {
    background-image: url('../images-new/sub/quick-consulting/quick-consulting-checked.png');
}

.quick-consulting-wrap button {
    color: #fff;
    background: #90d8d5;
    padding: 17px 92px;
    font-size: 21px;
    display: block;
    margin: 60px auto 0;
    cursor: pointer;
}

.pcImg {
    display: block;
}

.mImg {
    display: none;
}

@media screen and (max-width: 1249px) {
    .quick-consulting-wrap .contents {
        max-width: 100%;
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
    .quick-consulting-wrap .contents img {
        width: 4rem;
    }
    .quick-consulting-wrap .contents h2 {
        font-size: 4rem;
        margin: 2rem 0 2rem;
    }
    .quick-consulting-wrap .contents p {
        font-size: 2rem;
        margin-bottom: 5rem;
    }
    .quick-consulting-wrap .inputBox-img {
        width: auto;
        flex: 1;
        margin-left: 0;
        margin-right: 5rem;
    }
    .quick-consulting-wrap .inputBox-wrap {
        flex:1;
        width: 1rem;
    }
    .quick-consulting-wrap .inputBox {
        padding: 6rem 7rem;
    }
    .quick-consulting-wrap .inputBox select {
        padding: 0;
        width: 100%;
        height: 4rem;
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .quick-consulting-wrap .inputBox input {
        padding: 0;
        width: 100%;
        height: 4rem;
        margin-bottom: 1.5rem;
        font-size: 1.5rem;
        border: none;
        outline: 1px solid #9e9e9e;
        text-indent: 1rem;
    }
    .quick-consulting-wrap .inputBox .phone-input select {
        flex: 1 1 30%;
        width: auto;
        margin-right: 1rem;
    }
    .quick-consulting-wrap .inputBox .phone-input input {
        flex: 1 1 30%;
        width: auto;
        width: 1rem;
    }
    .quick-consulting-wrap .inputBox-img img {
        width: 100%;
    }
    .quick-consulting-wrap .inputBox .phone-input input:last-of-type {
        margin-left: 1rem;
    }
    .quick-consulting-wrap .inputBox {
        margin-bottom: 5rem;
    }
    .quick-consulting-wrap input[type="checkbox"] + label::after {
        width: 3rem;
        height: 3rem;
        left: 0;
        top: -4px;
    }
    .quick-consulting-wrap .agree-all label {
        font-size: 2rem;
        padding-left: 4rem;
    }
    .quick-consulting-wrap .agree-box {
        width: 90%;
        margin: 0 auto;
    }
    .quick-consulting-wrap .agree-content {
        width: 90%;
        margin: 0 auto;
    }
    .quick-consulting-wrap .agree-content .agree-1 label {
        font-size: 1.8rem;
        padding-left: 4rem;
    }
    .quick-consulting-wrap .agree-content .agree-1::before {
        font-size: 1.8rem;
    }
    .quick-consulting-wrap .agree-content .agree-textarea {
        margin-top: 2rem;
    }
    .quick-consulting-wrap .agree-content .agree-textarea &gt; div {
        padding: 4rem;
        font-size: 1.8rem;
        min-height: 60rem;
        max-height: 60rem;
    }
    .quick-consulting-wrap .agree-content .agree-2 {
        font-size: 1.8rem;
        margin-top: 3rem;
        padding-bottom: 3rem;
    }
    .quick-consulting-wrap .agree-content .agree-2 label {
        font-size: 1.8rem;
        padding-left: 4rem;
    }
    .quick-consulting-wrap button {
        padding: 2rem 9rem;
        margin: 6rem auto 0;
        font-size: 2rem;
    }
}

/*리얼셀피*/
.real-selfie-contents {
    background: #f9f9f5;
}
.real-selfie-wrap .sub-main-banner img {
    width: 100%;
}
.real-selfie-wrap .selfie-contents {
    max-width: 1400px;
    margin: 0 auto;
    padding: 150px 0 135px 0;
    position: relative;
}
.real-selfie-wrap .selfie-contents .swiper-slide {
    display: flex;
    padding-top: 10px;
}
.real-selfie-wrap .selfie-contents .swiper-slide .slide-img {
    width: 625px;
}
.real-selfie-wrap .selfie-contents .swiper-slide .slide-img  img {
    width: 100%;
}
.real-selfie-wrap .swiper-button-next:after,
.real-selfie-wrap .swiper-button-prev:after {
    color: #8fd8d5;
}
.real-selfie-wrap .selfie-contents .swiper-slide .swiper-slide-content {
    flex: 1;
    background-color: #fff;
    padding-left: 80px;
}
.real-selfie-wrap .selfie-contents .swiper-slide .swiper-slide-content p {
    margin-top: 165px;
    font-size: 41.6px;
    color: #2e2e2e;
    line-height: 1.3;
    font-family:'NanumSquare_acR';
}
.real-selfie-wrap .selfie-contents .swiper-slide .swiper-slide-content p span {
    display: block;
    font-family:'NanumSquare_acL';
    font-size: 19.2px;
    margin-top: 27px;
}
.real-selfie-wrap .selfie-contents .swiper-slide .swiper-slide-content button {
    font-size: 24px;
    color: #8fd8d5;
    margin-top: 77px;
    font-family:'NanumSquareRoundOTFEB';
    width: 176px;
    height: 55px;
    background-color: #fff;
    border: 2.68px solid #8fd8d5;
    border-radius: 30px;
}
.real-selfie-wrap .swiper-button-next {
    right: 40px !important;
}
.real-selfie-wrap .swiper-button-prev {
    left: 40px !important;
}
.real-selfie-wrap .swiper-pagination-bullet {
    background: #e4e4e4 !important;
}
.real-selfie-wrap .swiper-pagination-bullet-active {
    background: #8fd8d5 !important;
}
.real-selfie-wrap .swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    margin: 0 5px !important;
}
.real-selfie-wrap .swiper-pagination {
    bottom: auto !important;
    top: 200px;
    width: auto !important;
    right: 50px;
    left: auto !important;
}
.real-selfie-wrap .slide-img::after {
    content: "";
    display: block;
    background-image: url(../images-new/sub/real-story/best-crown.png);
    position: absolute;
    width: 105px;
    height: 130px;
    background-size: 100%;
    background-position: center;
    top: -4px;
    right: 720px;
}
.real-selfie-contents ul {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 36px;
}
.real-selfie-contents ul li {
    margin-right: 62px;
    width: 425px;
    height: 592px;
    margin-bottom: 77px;
}
.real-selfie-contents ul li img {
    width: 100%;
}
.real-selfie-contents ul li:nth-of-type(3n) {
    margin-right: 0;
}

@media screen and (max-width: 1249px) {
    .real-selfie-wrap .selfie-contents {
        max-width: 100%;
        padding: 5rem 0 5rem 0;
    }
    .real-selfie-wrap .selfie-contents .swiper-slide .slide-img {
        flex: 1;
        width: auto;
        position: relative;
    }
    .real-selfie-wrap .selfie-contents .swiper-slide .swiper-slide-content {
        padding-left: 0;
        display: flex;
        flex-flow: column;
        justify-content: center;
    }
    .real-selfie-wrap .selfie-contents .swiper-slide .swiper-slide-content p {
        margin-top: 0;
        font-size: 2rem;
        padding-left: 5rem;
    }
    .real-selfie-wrap .selfie-contents .swiper-slide .swiper-slide-content button {
        font-size: 1rem;
        width: 12rem;
        height: 4rem;
        margin-left: 5rem;
        border: 1px solid #8fd8d5;
        margin-top: 4rem;
    }
    .real-selfie-wrap .selfie-contents .swiper-slide .swiper-slide-content p span {
        font-size: 1rem;
        margin-top: 1.5rem;
    }
    .real-selfie-wrap .slide-img::after {
        width: 7rem;
        height: 9rem;
        right: -3.2rem;
    }
    .real-selfie-contents ul {
        max-width: 90%;
    }
    .real-selfie-contents ul li {
        margin-right: 0;
        width: auto;
        height: auto;
        margin-bottom: 7rem;
        flex: 1 1 50%;
        max-width: 50%;
    }
    .real-selfie-wrap .swiper-pagination-bullet {
        width: 1rem !important;
        height: 1rem !important;
        margin: 0.3rem !important;
    }
    .real-selfie-wrap .swiper-pagination {
        top: 8rem;
        right: 2rem;
    }
    .real-selfie-wrap .swiper-button-next {
        right: 0 !important;
    }
    .real-selfie-wrap .swiper-button-prev {
        left: 0 !important;
    }
}

/*간편 진료 예약*/

.easy-reservation-wrap {
    max-width: 100%;
    background: #f9f9f5;
    padding-bottom: 100px;
}
.easy-reservation-wrap .contents {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
    padding: 193px 0 100px;
}
.easy-reservation-wrap .contents &gt; img {
    width: 70px;
    margin: 0 auto;
}
.easy-reservation-wrap .contents h2 {
    font-size: 69px;
    text-align: center;
    color: #424242;
    font-family: pretendard;
    margin: 20px 0 40px;
}
.easy-reservation-wrap .contents p {
    font-size: 25px;
    text-align: center;
    color: #424242;
    font-family: 'pretendard';
    margin-bottom: 85px;
}
.easy-reservation-wrap .contents p span {
    display: block;
    font-family: 'NanumSquareB';
    margin-top: 10px;
}
.easy-reservation-wrap .contents .date-picker {
    margin: 100px 0 150px;
}
.easy-reservation-wrap .contents .date-picker p {
    font-size: 27px;
    color: #8c8c8c;
    font-family: 'pretendard';
    margin-bottom: 20px;
}
.easy-reservation-wrap .contents .date-picker .date-picker-box {
    width: 1058px;
    height: 650px;
    margin: 0 auto;
    background: #fff;
}
.easy-reservation-wrap .contents .date-picker ul {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.easy-reservation-wrap .contents .date-picker ul li {
    font-size: 17px;
    color: #424242;
}
.easy-reservation-wrap .contents .date-picker ul li:first-child {
    margin-right: 40px;
}
.easy-reservation-wrap .contents .date-picker ul li:first-child::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid #424242;
    border-radius: 50%;
    margin-right: 10px;
}
.easy-reservation-wrap .contents .date-picker ul li:last-child::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #93dde0;
    border-radius: 50%;
    margin-right: 10px;
}
.easy-reservation-wrap .contents .input-box {
    text-align: left;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.easy-reservation-wrap .contents .input-box:last-child {
    margin-bottom: 0;
}
.easy-reservation-wrap .contents .input-box span {
    font-size: 25px;
    color: #727272;
    font-family:pretendard;
    margin-left: 178px;
    width: 167px;
    display: inline-block;
    margin-right: 10px;
}
.easy-reservation-wrap .contents .input-box:nth-of-type(2) {
    margin-bottom: 70px;
    padding-bottom: 70px;
    border-bottom: 1px solid #a4a4a4;
}
.easy-reservation-wrap .contents .input-box select {
    width: 604px;
    height: 70px;
    padding: 15px 30px;
    font-size: 20px;
    color: #727272;
    border: 1px solid #9e9e9e;
}
.easy-reservation-wrap .contents .input-box input {
    width: 542px;
    height: 38px;
    padding: 15px 30px;
    font-size: 20px;
    color: #727272;
    border: 1px solid #9e9e9e;
}
.easy-reservation-wrap .contents .input-box .phone-input select {
    width: 190px;
    margin-right: 14px;
}
.easy-reservation-wrap .contents .input-box .phone-input input {
    width: 128px;
}
.easy-reservation-wrap .contents .input-box .phone-input input:first-of-type {
    margin-right: 14px;
}
.easy-reservation-wrap .contents .input-box:last-child span {
    width: 270px;
}

.easy-reservation-wrap .agree-box {
    text-align: left;
    margin-top: 150px;
}
.easy-reservation-wrap .agree-all {
    border-bottom: 2px solid #9e9e9e;
    padding-bottom: 20px;
}
.easy-reservation-wrap .agree-all label {
    color: #3c3c3c;
    font-size: 24px;
    font-family:'NanumSquareB';
    position: relative;
    padding-left: 45px;
}
.easy-reservation-wrap .agree-content {
    text-align: left;
}
.easy-reservation-wrap .agree-content .agree-1 {
    margin-top: 25px;
}
.easy-reservation-wrap .agree-content .agree-1::before {
    content: '내용보기 ↓';
    display: inline-block;
    float: right;
    font-size: 22px;
    color: #3c3c3c;
}
.easy-reservation-wrap .agree-content .agree-1 label {
    font-size: 21px;
    position: relative;
    padding-left: 45px;
}
.easy-reservation-wrap .agree-content .agree-textarea {
    margin-top: 25px;
    width: 100%;
    background-color: #fff;
}
.easy-reservation-wrap .agree-content .agree-textarea &gt; div {
    padding: 75px 45px;
    white-space: pre-line;
    font-size: 21px;
    color: #3c3c3c;
    font-family:'pretendard';
    min-height: 765px;
    overflow-y: auto;
    max-height: 765px;
}
.easy-reservation-wrap .agree-content .agree-2 {
    font-size: 21px;
    color: #3c3c3c;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #9e9e9e;
}
.easy-reservation-wrap .agree-content .agree-2 label {
    position: relative;
    padding-left: 45px;
}

.easy-reservation-wrap input[type="checkbox"] {
    display: none;
}
.easy-reservation-wrap input[type="checkbox"] + label::after {
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0;
    top: -7px;
    background-image: url('../images-new/sub/quick-consulting/quick-consulting-check.png');
    background-size: cover;
    background-position: center;
}
.easy-reservation-wrap input[type="checkbox"]:checked + label::after {
    background-image: url('../images-new/sub/quick-consulting/quick-consulting-checked.png');
}

.easy-reservation-wrap button {
    color: #fff;
    background: #90d8d5;
    padding: 17px 92px;
    font-size: 21px;
    display: block;
    margin: 60px auto 0;
    cursor: pointer;
}
.easy-reservation-wrap .quick-banner {
    background: #90d8d5;
    color: #fff;
    padding: 50px 0;
}
.easy-reservation-wrap .quick-banner p {
    font-size: 69px;
    font-family:pretendard;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.easy-reservation-wrap .quick-banner p span {
    font-size: 25px;
    margin-left: 40px;
}

.contents {
    text-align: center;
    /*margin-top: 50px;*/
}

.pageOutWrap.reviewView .reviewViewContent {
    display: flex;
    justify-content: space-around;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
}
.pageContentWrap {
    width: 100%;
    /*max-width: 900px;*/
    margin: 0 auto;
    padding-top: 200px;
}

.pageOutWrap.reviewView .cl_boardViewContent {
    flex: 1;
}
.pageOutWrap.reviewView .cl_boardViewContent {
    margin-top: 35px;
    margin-left: 20px;
    box-sizing: border-box;
}
.cl_boardViewContent.type1 {
    width: 100%;
    margin-bottom: 50px;
}

.cl_boardTitle .subText {
    font-size: 20px;
    font-family: NotoSansB;
    color: #ae9059;
    margin-bottom: 20px;
}

.cl_boardViewContent.type1 .cl_boardTitle {
    margin-bottom: 15px;
}

.cl_boardTitle .mainText {
    font-size: 45px;
    font-family: NotoSansB;
    color: #000000;
    line-height: 54px;
}

.cl_boardViewContent.type1 .flexArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.cl_boardViewContent.type1 .flexArea .leftZone {
    font-family: NotoSansM;
    font-size: 30px;
}

.cl_boardViewContent.type1 .flexArea .rightZone .rightTxt {
    font-family: NotoSansR;
    font-size: 14px;
}

.cl_boardViewContent.type1 .flexArea .rightZone .rightTxt .rightSubTxt:nth-child(1) {
    margin-right: 12px;
}
.cl_boardViewContent.type1 .flexArea .rightZone .rightTxt .rightSubTxt {
    font-family: NotoSansL;
    margin-left: 5px;
}

.cl_boardViewContent.type1 .flexArea .rightZone .rightTxt:nth-child(2) {
    position: relative;
    margin-left: 8px;
}
.cl_boardViewContent.type1 .flexArea .rightZone .rightTxt {
    font-family: NotoSansR;
    font-size: 14px;
}

.cl_boardViewContent.type1 .flexArea .rightZone .rightTxt:nth-child(2):before {
    position: absolute;
    left: -12px;
    top: 5px;
    content: "";
    background: #eee;
    width: 1px;
    height: 13px;
}
.cl_boardViewContent.type1 .flexArea .rightZone .rightTxt {
    font-family: NotoSansR;
    font-size: 14px;
}

.cl_boardViewContent.type1 .flexArea .rightZone .rightTxt .rightSubTxt:nth-child(1) {
    margin-right: 12px;
}
.cl_boardViewContent.type1 .flexArea .rightZone .rightTxt .rightSubTxt {
    font-family: NotoSansL;
    margin-left: 5px;
}

.cl_boardViewContent.type1 .boardViewTxt {
    padding: 30px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #eee;
}

.cl_boardViewContent.type1 .boardViewTxt span.txtTitle {
    font-family: NotoSansM;
    font-size: 22px;
    color: #444;
}

.cl_boardViewContent.type1 .boardViewTxt p.txtDesc {
    width: 100%;
    font-family: NotoSansR;
    font-size: 14px;
    color: #666;
    margin-top: 30px;
}

.editorStyleWrapper {
    font-size: 16px;
    color: #757575;
    line-height: 1.5;
    font-weight: normal;
    font-family: "NotoSansL";
}

.reviewViewContent .lineBtn {
    text-align: center;
    margin-top: 45px;
}

.cl_lineButton {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #767676 !important;
    font-family: NotoSansL;
    line-height: 1;
    padding: 15px 20px;
    border: solid 1px #767676;
    border-radius: 50px;
    cursor: pointer;
    background-color: #ffffff;
}

@media screen and (max-width: 1249px) {
    .easy-reservation-wrap .contents {
        max-width: 100%;
        padding: 7rem 0;
    }
    .easy-reservation-wrap .contents &gt; img {
        width: 4rem;
    }
    .easy-reservation-wrap .contents h2 {
        font-size: 4rem;
        margin: 2rem 0;
    }
    .easy-reservation-wrap .contents p {
        font-size: 2rem;
        width: 90%;
        margin: 0 auto 5rem;
    }
    .easy-reservation-wrap .contents p span {
        margin-top: 1rem;
    }
    .easy-reservation-wrap .contents .date-picker {
        margin: 5rem 0 5rem;
    }
    .easy-reservation-wrap .contents .date-picker p {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    .easy-reservation-wrap .contents .date-picker .date-picker-box {
        width: 80%;
        height: 40vw;
    }
    .easy-reservation-wrap .contents .date-picker ul {
        justify-content: flex-end;
        width: 80%;
        margin: 2rem auto 0;
    }
    .easy-reservation-wrap .contents .date-picker ul li:first-child {
        margin-right: 4rem;
    }
    .easy-reservation-wrap .contents .date-picker ul li {
        font-size: 1.5rem;
    }
    .easy-reservation-wrap .contents .date-picker ul li:first-child::before {
        width: 1rem;
        height: 1rem;
        margin-right: 1rem;
    }
    .easy-reservation-wrap .contents .date-picker ul li:last-child::before {
        width: 1rem;
        height: 1rem;
        margin-right: 1rem;
    }
    .easy-reservation-wrap input[type="checkbox"] + label::after {
        width: 3rem;
        height: 3rem;
        left: 0;
        top: -4px;
    }
    .easy-reservation-wrap .input-wrap {
        max-width: 90%;
        margin: 0 auto 5rem;
    }
    .easy-reservation-wrap .contents .input-box {
        margin-bottom: 3rem;
    }
    .easy-reservation-wrap .contents .input-box span {
        font-size: 2rem;
        margin-left: 0;
        width: 20%;
        margin-right: 1rem;
    }
    .easy-reservation-wrap .contents .input-box select {
        width: 60%;
        height: 7rem;
        padding: 0;
        font-size: 2rem;
        text-indent: 1rem;
    }
    .easy-reservation-wrap .contents .input-box:nth-of-type(2) {
        margin-bottom: 5rem;
        padding-bottom: 5rem;
    }
    .easy-reservation-wrap .contents .input-box input {
        width: 60%;
        height: 7rem;
        padding: 0;
        text-indent: 1rem;
        font-size: 2rem;
    }
    .easy-reservation-wrap .contents .input-box .phone-input {
        width: 60%;
        display: flex;
    }
    .easy-reservation-wrap .contents .input-box .phone-input select {
        width: 31%;
        margin-right: 3.5%;
    }
    .easy-reservation-wrap .contents .input-box .phone-input input {
        width: 31%;
        height: auto;
    }
    .easy-reservation-wrap .contents .input-box .phone-input input:first-of-type {
        margin-right: 3.5%;
    }
    .easy-reservation-wrap .contents .input-box:last-child span {
        width: 30%;
    }
    .easy-reservation-wrap .agree-all label {
        font-size: 2rem;
        padding-left: 4rem;
    }
    .easy-reservation-wrap .agree-box {
        width: 90%;
        margin: 0 auto;
    }
    .easy-reservation-wrap .agree-content {
        width: 90%;
        margin: 0 auto;
    }
    .easy-reservation-wrap .agree-content .agree-1 label {
        font-size: 1.8rem;
        padding-left: 4rem;
    }
    .easy-reservation-wrap .agree-content .agree-1::before {
        font-size: 1.8rem;
    }
    .easy-reservation-wrap .agree-content .agree-textarea {
        margin-top: 2rem;
    }
    .easy-reservation-wrap .agree-content .agree-textarea &gt; div {
        padding: 4rem;
        font-size: 1.8rem;
        min-height: 60rem;
        max-height: 60rem;
    }
    .easy-reservation-wrap .agree-content .agree-2 {
        font-size: 1.8rem;
        margin-top: 3rem;
        padding-bottom: 3rem;
    }
    .easy-reservation-wrap .agree-content .agree-2 label {
        font-size: 1.8rem;
        padding-left: 4rem;
    }
    .easy-reservation-wrap button {
        padding: 2rem 9rem;
        margin: 6rem auto 0;
        font-size: 2rem;
    }
    .easy-reservation-wrap .quick-banner {
        padding: 5rem 0;
    }
    .easy-reservation-wrap .quick-banner p {
        font-size: 2.5rem;
        width: 90%;
        margin: 0 auto;
    }
    .easy-reservation-wrap .quick-banner p span {
        font-size: 1rem;
        margin-left: 2rem;
    }
    .easy-reservation-wrap {
        padding-bottom: 10rem;
    }
}

/*모델 지원*/

.model-apply-wrap {
    max-width: 100%;
    background: #f9f9f5;
    padding-bottom: 100px;
}
.model-apply-wrap .contents {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
    padding: 193px 0 0;
}
.model-apply-wrap .contents &gt; img {
    width: 70px;
    margin: 0 auto;
}
.model-apply-wrap .contents h2 {
    font-size: 69px;
    text-align: center;
    color: #424242;
    font-family: pretendard;
    margin: 20px 0 40px;
}
.model-apply-wrap .contents p {
    font-size: 25px;
    text-align: center;
    color: #424242;
    font-family: 'pretendard';
    margin-bottom: 85px;
}
.model-apply-wrap .contents p span {
    display: block;
    font-family: 'NanumSquareB';
    margin-top: 10px;
}
.model-apply-wrap .radio-box-wrap {
    padding: 50px 0;
    border-top: 1px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e;
}
.model-apply-wrap .radio-box-wrap .radio-li {
    display: flex;
    justify-content: center;
}
.model-apply-wrap .radio-box-wrap .radio-li p {
    margin-bottom: 40px;
    font-size: 25px;
    margin-right: 35px;

    font-family:'NanumSquareB';
}
.model-apply-wrap .radio-box-wrap .radio-li p span {
    font-size: inherit;
    display: inline-block;
    margin-top: 0;
    color: #ff5d5d;
}
.model-apply-wrap .radio-box-wrap .radio-li:last-child p {
    margin-bottom: 0;
}
.model-apply-wrap .radio-box-wrap .radio-li ul {
    display: flex;
}
.model-apply-wrap .radio-box-wrap .radio-li ul li {
    margin-right: 40px;
    font-family:pretendard;
    font-size: 23px;
}
.model-apply-wrap .radio-box-wrap .radio-li ul li:last-child {
    margin-right: 0;
}

.model-apply-wrap .contents .input-wrap{
    margin-top:100px;
}
.model-apply-wrap .contents .input-box {
    text-align: left;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.model-apply-wrap .contents .input-box:last-child {
    margin-bottom: 0;
}

.etc_surgery {
    border-bottom: 1px black solid;
    height: 30px;
    font-size: 18px;
    width: 180px;
    background-color: #f9f9f5;
}

.model-apply-wrap .contents .input-box span {
    font-size: 25px;
    color: #727272;
    font-family:pretendard;
    margin-left: 178px;
    width: 167px;
    display: inline-block;
    margin-right: 10px;
}
.model-apply-wrap .contents .input-box span.open-agreed {margin-left: 10px;}

.model-apply-wrap .contents .input-box select {
    width: 604px;
    height: 70px;
    padding: 15px 30px;
    font-size: 20px;
    color: #727272;
    border: 1px solid #9e9e9e;
}
.model-apply-wrap .contents .input-box input {
    width: 542px;
    height: 38px;
    padding: 15px 30px;
    font-size: 20px;
    color: #727272;
    border: 1px solid #9e9e9e;
}
.model-apply-wrap .contents .input-box input.inputCheckbox {padding: 0;}
.model-apply-wrap .contents .input-box .phone-input select {
    width: 190px;
    margin-right: 14px;
}
.model-apply-wrap .contents .input-box .phone-input input {
    width: 128px;
    margin-right: 14px;
}
.model-apply-wrap .contents .input-box .phone-input input:first-of-type {
    margin-right: 14px;
}
.model-apply-wrap .contents .input-box.height::after {
    content: "cm";
    position: relative;
    right: 60px;
    font-size: 24px;
    font-family:'pretendard';
}
.model-apply-wrap .contents .input-box:last-child span {
    align-self: baseline;
    margin-top: 20px;
}
.model-apply-wrap .contents .input-box.weight::after {
    content: "kg";
    position: relative;
    right: 60px;
    font-size: 24px;
    font-family:'pretendard';
}
.model-apply-wrap .contents .input-box textarea {
    width: 880px;
    height: 158px;
    border: 1px solid #9e9e9e;
    padding: 15px 30px;
    font-size: 20px;
    color: #727272;
}
.model-apply-wrap .contents .input-box.textarea {
    position: relative;
}
.model-apply-wrap .contents .input-box.textarea::after {
    content: "500자 이내 작성";
    color: #696969;
    font-size: 16px;
    position: absolute;
    bottom: -30px;
    right: 102px;
    font-family:'pretendard';
}

.model-apply-wrap .contents .notice h2 {
    font-size: 54px;
    color: #424242;
    margin-top: 150px;
}
.model-apply-wrap .contents .notice h2 span {
    display: block;
    font-size: 30px;
    font-family:'pretendard';
    margin-top: 15px;
}
.model-apply-wrap .contents .notice p {
    font-size: 20px;
    color: #ff5d5d;
    font-family:'NanumSquareB';
    margin-bottom: 60px;
}
.model-apply-wrap .contents .notice ul {
    display: flex;
    /*width: 1060px;*/
    width: 1300px;
    margin: 0 auto;
}
.model-apply-wrap .contents .notice ul li {
    flex: 1;
    margin-right: 15px;
}
.model-apply-wrap .contents .notice ul li:last-child {
    margin-right: 0;
}

.file-fontSize{
    font-size: 25px;
}

.model-apply-wrap .contents .notice ul li .file-preview {
    /*background-color: #fff;*/
    /*height: 320px;*/
    /*line-height: 320px;*/
    /*font-size: 32px;*/
    /*color: #cdcdcd;*/
    background-color: #fff;
    height: 320px;
    line-height: 1.5;
    font-size: 32px;
    display: flex;
    color: #cdcdcd;
    align-items: center;
    justify-content: center;
}
.model-apply-wrap .contents .notice ul li .file-box input {
    display: none;
}
.model-apply-wrap .contents .notice ul li .file-box label {
    font-size: 19px;
    color: #fff;
    display: block;
    width: 100%;
    background-color: #9e9e9e;
    margin-top: 5px;
    border: 1px solid #c8c8c7;
    padding: 17px 0;
}
.model-apply-wrap .contents .notice p:last-of-type {
    font-size: 18px;
    color: #424242;
    margin: 70px 0 55px;
}

.model-apply-wrap .contents .notice button {
    font-size: 19px;
    color: #fff;
    background-color: #90d8d5;
    width: 256px;
    height: 50px;
    cursor: pointer;
}
.model-apply-wrap .contents input[type="radio"] {
    width: 20px;
    height: 20px;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    appearance: none;
    border: 1px solid #000;
    position: relative;
    top: 3px;
}
.model-apply-wrap .contents input[type="radio"]:checked {
    border: 5px solid #90d8d5;
}

@media screen and (max-width: 1249px) {
    .model-apply-wrap .contents {
        max-width: 100%;
        padding: 7rem 0 0 ;
    }
    .model-apply-wrap .contents &gt; img {
        width: 4rem;
    }
    .model-apply-wrap .contents h2 {
        font-size: 4rem;
        margin: 2rem 0 2rem;
    }
    .model-apply-wrap .contents p {
        font-size: 2rem;
        margin-bottom: 5rem;
    }
    .model-apply-wrap .contents p span {
        margin-top: 1rem;
    }
    .model-apply-wrap .radio-box-wrap {
        width: 90%;
        padding: 5rem 0;
        margin: 0 auto;
    }
    .model-apply-wrap .radio-box-wrap .radio-li p {
        margin-bottom: 4rem;
        font-size: 1rem;
        margin-right: 1rem;
    }
    .model-apply-wrap .radio-box-wrap .radio-li ul li {
        margin-right: 1rem;
        font-size: 1rem;
    }

    .etc_surgery {
        border-bottom: 1px black solid;
        height: 1rem;
        font-size: 1rem;
        width: 50px;
        background-color: #f9f9f5;
    }

    .model-apply-wrap .contents input[type="radio"] {
        width: 1rem;
        height: 1rem;
        top: 0;
    }
    .model-apply-wrap .contents .input-wrap {
        margin-top: 5rem;
    }
    .model-apply-wrap .input-wrap {
        max-width: 90%;
        margin: 0 auto 5rem;
    }
    .model-apply-wrap .contents .input-box {
        margin-bottom: 3rem;
    }
    .model-apply-wrap .contents .input-box span {
        font-size: 2rem;
        margin-left: 0;
        width: 20%;
        margin-right: 1rem;
    }
    .model-apply-wrap .contents .input-box select {
        width: 60%;
        height: 5rem;
        padding: 0;
        font-size: 2rem;
        text-indent: 1rem;
    }
    .model-apply-wrap .contents .input-box input.inputCheckbox {
        width: 20px;
        height: 20px;
        padding: 0;
        text-indent: 1rem;
        font-size: 2rem;
    }
    .model-apply-wrap .contents .input-box input {
        width: 60%;
        height: 5rem;
        padding: 0;
        text-indent: 1rem;
        font-size: 2rem;
    }
    .model-apply-wrap .contents .input-box .phone-input {
        width: 60%;
        display: flex;
    }
    .model-apply-wrap .contents .input-box .phone-input select {
        width: 31%;
        margin-right: 3.5%;
    }
    .model-apply-wrap .contents .input-box .phone-input input {
        width: 31%;
        height: auto;
    }
    .model-apply-wrap .contents .input-box .phone-input input:first-of-type {
        margin-right: 3.5%;
    }
    .model-apply-wrap .contents .input-box:last-child span {
        width: 20%;
    }
    .model-apply-wrap .contents .input-box.height::after {
        right: 6rem;
        font-size: 2rem;
    }
    .model-apply-wrap .contents .input-box.weight::after {
        right: 6rem;
        font-size: 2rem;
    }
    .model-apply-wrap .contents .input-box textarea {
        flex: 1;
        height: 15rem;
        width: auto;
        font-size: 2rem;
        text-indent: 1rem;
        padding: 1rem 0;
    }
    .model-apply-wrap .contents .input-box.textarea::after {
        font-size: 2rem;
        right: 0;
        bottom: -3rem;
    }
    .model-apply-wrap .contents .notice {
        width: 90%;
        margin: 0 auto;
    }
    .model-apply-wrap .contents .notice h2 {
        font-size: 4rem;
        border-top: 1px solid #c2c2c1;
        padding-top: 5rem;
        margin-top: 7rem;
        margin-bottom: 4rem;
    }
    .model-apply-wrap .contents .notice h2 span {
        font-size: 2rem;
        margin-top: 1rem;
    }
    .model-apply-wrap .contents .notice p {
        font-size: 1rem;
        margin-bottom: 3rem;
    }
    .model-apply-wrap .contents .notice ul {
        width: 100%;
    }
    .model-apply-wrap .contents .notice ul li .file-preview {
        height: 30vw;
        /*line-height: 30vw;*/
        font-size: 2rem;
    }
    .model-apply-wrap .contents .notice ul li .file-fontSize {
        height: 30vw;
        font-size: 2rem;
    }
    .model-apply-wrap .contents .notice ul li {
        margin-right: 1rem;
    }
    .model-apply-wrap .contents .notice ul li .file-box label {
        font-size: 2rem;
        margin-top: 0.5rem;
        padding: 1rem 0;
    }
    .model-apply-wrap .contents .notice p:last-of-type {
        font-size: 2rem;
        margin: 5rem 0 3rem;
    }
    .model-apply-wrap .notice button {
        margin: 0 auto;
        font-size: 2rem !important;
        width: 25rem !important;
        height: 5rem !important;
    }
    .model-apply-wrap {
        padding-bottom: 10rem;
    }
}

/*이달의 이벤트*/
.event-wrap {
    background: #f9f9f5;
    max-width: 100%;
    padding-bottom:50px;
}
.event-wrap .contents h2 {
    text-align: center;
    color: #424242;
    font-family: pretendard;
    font-size: 69px;
    padding: 185px 0 35px;
}
.event-wrap .contents &gt; p {
    font-size: 33px;
    color: #424242;
    text-align: center;
    font-family:pretendard;
}
.event-wrap .contents .search-input {
    margin: 63px auto 0;
    width: 570px;
    height: 66px;
    position: relative;
}
.event-wrap .contents .search-input input {
    background-color: #fff;
    display: block;
    border: 1px solid #bebebe;
    border-radius: 36px;
    margin: 0 auto;
    font-size: 24px;
    position: relative;
    width: 100%;
    height: 100%;
    text-indent: 30px;
}
.event-wrap .contents .search-input button {
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
    background: transparent;
    cursor: pointer;
}
.event-wrap .contents ul {
    max-width: 1400px;
    margin: 100px auto 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.event-wrap .contents ul li {
    margin-right: 25px;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    height: 100%;
    width: calc( 100%/ 4 - 25px) ;
    margin-bottom: 120px;
}
.event-wrap .contents ul li.on {color: #8bcecb;}
/*.event-wrap .contents ul li:nth-of-type(3n) {
    margin-right: 0;
}*/
.event-wrap .contents ul li .event-image {
    width: 100%;
    height: auto;
    background: #d1d1d1;
}
.event-wrap .contents ul li p {
    font-size: 22px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family:'NanumSquareB';
    margin-top: 33px;
}
.event-wrap .contents ul span {
    font-family:pretendard;
    position: absolute;
    font-size: 20px;
    color: #000;
    top: -60px;
}

@media screen and (max-width: 1249px) {
    .event-wrap .contents h2 {
        padding: 7rem 0 3rem;
        font-size: 4rem;
    }
    .event-wrap .contents &gt; p {
      font-size: 2rem;
    }
    .event-wrap .contents .search-input {
        margin: 5rem auto 0;
        width: 60%;
        height: 5rem;
    }
    .event-wrap .contents .search-input input {
        text-indent: 1rem;
    }
    .event-wrap .contents .search-input button {
        right: 2rem;
        top: 1rem;
        width: 3rem;
    }
    .event-wrap .contents ul {
        max-width: 90%;
        margin: 10rem auto 0;
        /*padding-bottom: 10rem;*/
    }
    .event-wrap .contents ul li p {
        font-size: 2rem;
        margin-top: 2rem;
    }
    .event-wrap .contents ul li .event-image {
        width: auto;
        height: auto;
    }
    .event-wrap .contents ul li {
        margin-right: 0px !important;
        width: 49%;
        margin-bottom: 5rem;
    }
    .event-wrap .contents ul li:nth-of-type(2n) {
        margin-right: 0;
    }
    .event-wrap .contents ul li:nth-of-type(3n) {
        margin-right: auto;
    }
    .event-wrap .contents ul span {
        font-size: 2rem;
        top: -4rem;
    }
}

/*수술전후사진*/

.before-after-wrap {
    padding: 150px 0;
    background: #f9f9f5;
}
.before-after-wrap .tab-list {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 200px;
}
.before-after-wrap .tab-list &gt; ul {
    display: flex;
    border-bottom: 1px solid #939393;
}
.before-after-wrap .tab-list &gt; ul &gt; li {
    color: #727272;
    font-size: 18px;
    flex: 1;
    text-align: center;
    padding: 18px 0;
    border-right: 1px solid #dcdcda;
    border-top: 1px solid #dcdcda;
    cursor: pointer;
}
.before-after-wrap .tab-list &gt; ul &gt; li.active {
    color: #fff;
    background: #8fd8d5;
}
.before-after-wrap .tab-list &gt; ul &gt; li:first-of-type {
    border-left: 1px solid #dcdcda;
}
.before-after-wrap .tab-list &gt; ul &gt; li &gt; ul {
    position: absolute;
    width: 100%;
    left: 0;
    top: 120px;
    flex-wrap: wrap;
    display: none;
}
.before-after-wrap .tab-list &gt; ul &gt; li.active &gt; ul {
    display: flex;
}
.before-after-wrap .tab-list &gt; ul &gt; li &gt; ul &gt; li {
    font-size: 18px;
    color: #a9a9a9;
    flex: 1 1 25%;
    margin-bottom: 18px;
    cursor: pointer;
}
.before-after-wrap .tab-list &gt; ul &gt; li &gt; ul &gt; li.active {
    color: #404040;
}
.before-after .swiper-slide {
}
.before-after .swiper-slide .slide-img {
    display: flex;
    width: 1400px;
}
.before-after .swiper-slide .slide-img img {
    flex: 1;
    width: 100%;
}
.before-after .swiper-slide .slide-img .slide-img-first{
    flex:1;
    position: relative;
}
.before-after .swiper-slide .slide-img-first img {
    filter: blur(30px);
    -webkit-filter: blur(30px);
}
.before-after .swiper-slide .slide-img .slide-img-first .slide-img-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    text-align: center;
}
.before-after .swiper-slide .slide-img .slide-img-first .slide-img-bg p {
    color: #fff;
    font-family:pretendard;
    line-height: 1.5;
}
.before-after .swiper-slide .slide-img .slide-img-first .slide-img-bg p span:first-of-type {
    color: #8fd8d5;
    font-family:pretendard;
}
.before-after .swiper-slide .slide-img .slide-img-first .slide-img-bg p span:nth-of-type(2) {
    font-family:pretendard;
 }
.before-after .swiper-slide .slide-img .slide-img-first .slide-img-bg button {
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid #fff;
    color: #fff;
    font-size: 19px;
    padding: 8px 30px;
    border-radius: 36px;
    margin-top: 30px;
    cursor: pointer;
}
.before-after .swiper-slide .slide-img .slide-img-first .slide-img-bg button:hover {
    box-shadow: 0px 0px 20px 4px #fff;
}
.before-after-wrap .swiper-button-next,
.before-after-wrap .swiper-button-prev {
    color: #b0b0b0 !important;
}
.before-after-wrap .swiper-button-next:after,
.before-after-wrap .swiper-rtl .swiper-button-prev:after {
    font-size: 40px !important;
}
.before-after-wrap .swiper-button-next:after,
.before-after-wrap .swiper-button-prev:after {
    font-size: 40px !important;
}
.before-after-wrap .swiper-button-next,
.before-after-wrap .swiper-rtl .swiper-button-prev {
    right: -60px !important;
}
.before-after-wrap .swiper-button-prev,
.before-after-wrap .swiper-rtl .swiper-button-next {
    left: -60px !important;
}
.before-after-wrap .swiper-wrap {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;;
}
.before-after-list {
    max-width: 1400px;
    margin: 55px auto 0;
}
.before-after-list ul {
    display: flex;
    flex-wrap: wrap;
}
.before-after-list ul li {
    flex: 1 1 49%;
    margin-right: 20px;
    margin-bottom: 50px;
    overflow: hidden;
}
.before-after-list ul li:nth-of-type(2n) {
    margin-right: 0;
}
.before-after-list ul li .slide-img {
    display: flex;
    flex-wrap: wrap;
}
.before-after-list ul li .slide-img .slide-img-first .slide-img-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.before-after-list ul li .slide-img &gt; div {
    flex: 1 1 50%;
    position: relative;
}
.before-after-list ul li .slide-img &gt; div img {
    width: 100%;
}
.before-after-list .slide-img-first img {
    filter: blur(30px);
    -webkit-filter: blur(30px);
}
.before-after-list .slide-img-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    text-align: center;
}
.before-after-list .slide-img-bg button {
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid #fff;
    color: #fff;
    font-size: 19px;
    padding: 8px 30px;
    border-radius: 36px;
    cursor: pointer;
    transition: .3s all;
}
.before-after-list .slide-img-bg button:hover {
    box-shadow: 0px 0px 20px 4px #fff;
}

.pagenation ul {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.pagenation ul li {
    font-size: 18px;
    border: 1px solid #e1e1dd;
    width: 46px;
    height: 48px;
    text-align: center;
    line-height: 50px;
    margin-right: 16px;
    color: #5d5e5e;
    cursor: pointer;
}
.pagenation ul li:last-of-type {
    margin-right: 0;
}
.pagenation ul li.active {
    border: 1px solid #00aecc;
    color: #00aecc;
}

@media screen and (max-width: 1249px) {
    .before-after-wrap {
        padding: 5rem 0 10rem;
    }
    .before-after-wrap .tab-list &gt; ul {
        flex-wrap: wrap;
    }
    .before-after-wrap .tab-list &gt; ul &gt; li {
        flex: 1 1 20%;
        font-size: 2rem;
        padding: 1.5rem 0;
    }
    .before-after-wrap .tab-list &gt; ul &gt; li &gt; ul &gt; li {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }
    .before-after-wrap .tab-list {
        max-width: 100%;
        padding-bottom: 15rem;
    }
    .before-after-wrap .tab-list &gt; ul &gt; li &gt; ul {
        top: 15.5rem;
        width: 90%;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .before-after-wrap .swiper-wrap {
        max-width: 90%;
    }
    .before-after .swiper-slide .slide-img {
        width: 100%;
    }
    .before-after .swiper-slide .slide-img img {
        width: 50%;
    }
    .before-after .swiper-slide .slide-img .slide-img-first .slide-img-bg p {
        font-size: 2rem;
    }
    .before-after .swiper-slide .slide-img .slide-img-first .slide-img-bg button {
        border: 1px solid #fff;
        padding: 1rem 3rem;
        margin-top: 2rem;
        font-size: 2rem;
        border-radius: 1rem;
    }
    .before-after-wrap .swiper-button-next, .before-after-wrap .swiper-rtl .swiper-button-prev {
        right: -5rem !important;
    }
    .before-after-wrap .swiper-button-prev, .before-after-wrap .swiper-rtl .swiper-button-next {
        left: -5rem !important;
    }
    .before-after-wrap .swiper-button-next:after, .before-after-wrap .swiper-button-prev:after {
        font-size: 4rem !important;
    }
    .before-after-list {
        max-width: 90%;
        margin: 5rem auto 0;
    }
    .before-after-list ul li {
        margin-right: 1rem;
        margin-bottom: 5rem;
    }
    .before-after-list .slide-img-bg button {
        font-size: 1rem;
        padding: 0.5rem 3rem;
        border: 1px solid #fff;
    }
    .pagenation ul {
        margin-top: 0;
    }
    .pagenation ul li {
        font-size: 2rem;
        width: 4rem;
        height: 4rem;
        line-height: 4rem;
        margin-right: 1.5rem;
    }
}

/*고객 후기*/
.review-wrap {
    max-width: 100%;
    padding: 150px 0;
    background-color: #f9f9f5;
}
.review-wrap .tab-list {
    max-width: 1400px;
    margin: 0 auto;
}
.review-wrap .tab-list ul {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #545454;
}
.review-wrap .tab-list ul li {
    flex: 1;
    text-align: center;
    font-size: 18px;
    color: #545454;
    padding: 16px 0;
    border: 1px solid #dddddb;
    border-bottom: none;
    cursor: pointer;
}
.review-wrap .tab-list ul li.active {
    background-color: #8fd8d5;
    color: #fff;
    font-family:'NanumSquareB';
}
.review-wrap .tab-list ul li:first-of-type {
    border-right: none;
}
.review-table {
    max-width: 1400px;
    margin: 126px auto 0;
    position: relative;
}
.review-table table {
    width: 100%;
}
.review-table table th {
    color: #545454;
    font-size: 19px;
    border-top: 2px solid #545454;
    border-bottom: 1px solid #545454;
    padding: 20px 0;
    position: relative;
}
.review-table table th:first-of-type::after {
    content: "";
}
.review-table table th::after {
    content: "|";
    display: block;
    position: absolute;
    top: 20px;
    color: #545454;
}
.review-table table th:nth-of-type(2) {
    width: 439px;
}
.review-table table th:nth-of-type(3) {
    width: 619px;
}
.review-table table td {
    text-align: center;
    color: #727272;
    font-size: 19px;
    border-bottom: 1px solid #bcbcba;
    height: 176px;
    font-family:pretendard;
}
.review-table table td:nth-of-type(2) {
    display: flex;
}
.review-table table td:nth-of-type(2) &gt; div {
    background-color: #dbdbdb;
    flex: 1;
    margin: 10px 0;
}
.review-table table td:nth-of-type(2) p {
    flex:1;
    color: #727272;
    font-size: 21px;
    font-family:'NanumSquareRoundOTFEB';
    align-self: center;
}
.review-table table td:nth-of-type(3) {
    text-align: left;
    padding-left: 91px;
}
.review-table &gt; p {
    font-size: 14px;
    color: #727272;
    text-align: right;
    margin-bottom: 10px;
}
.review-button {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
}
.review-button button:first-of-type {
    background: #545454;
    color: #fff;
    width: 160px;
    height: 52px;
    font-size: 18px;
}
.review-button button:nth-of-type(2) {
    background: #8fd8d5;
    color: #fff;
    width: 160px;
    height: 52px;
    font-size: 18px;
}
.review-table .search-box {
    width: 100%;
    padding: 57px 0;
    margin-top: 57px;
    border: 4px solid #d1d1d1;
    text-align: center;
    display: flex;
    justify-content: center;
}
.review-table .search-box select {
    width: 130px;
    height: 50px;
    margin-right: 8px;
    font-size: 21px;
    color: #727272;
    text-indent: 24px;
    border: 2px solid #dbdbdb;
}
.review-table .search-box input {
    width: 435px;
    color: #727272;
    font-size: 21px;
    margin-right: 8px;
    text-indent: 24px;
    border: 1px solid #dbdbdb;
}
.review-table .search-box button {
    background: #545454;
    color: #fff;
    width: 150px;
    font-size: 21px;
    font-family:'NanumSquareB';
}

@media screen and (max-width: 1249px){
    .review-wrap {
        padding: 5rem 0 10rem;
    }
    .review-wrap .tab-list {
        max-width: 90%;
    }
    .review-wrap .tab-list ul li {
        font-size: 2rem;
        padding: 2rem 0;
    }
    .review-table {
        max-width: 90%;
        margin: 5rem auto 0;
    }
    .review-table table th {
        font-size: 2rem;
        padding: 2rem 0;
    }
    .review-table table th::after {
        top: 2rem;
    }
    .review-table table th:nth-of-type(2) {
        width: 35%;
    }
    .review-table table th:nth-of-type(3) {
        width: 35%;
    }
    .review-table table td {
        font-size: 2rem;
        height: 15rem;
    }
    .review-table table td:nth-of-type(3) {
        padding-left: 2rem;
    }
    .review-table table td:nth-of-type(2) p {
        font-size: 2rem;
    }
    .review-table table td:nth-of-type(2) &gt; div {
        margin: 1rem 0;
    }
    .review-table &gt; p {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }
    .review-button {
        margin-top: 5rem;
    }
    .review-button button:first-of-type {
        width: 16rem;
        height: 5rem;
        font-size: 2rem;
    }
    .review-button button:nth-of-type(2) {
        width: 16rem;
        height: 5rem;
        font-size: 2rem;
    }
    .review-table .pagenation {
        margin-top: 5rem;
    }
    .review-table .search-box {
        padding: 5rem 10rem;
        margin-top: 5rem;
        border: 2px solid #d1d1d1;
        width: auto;
    }
    .review-table .search-box select {
        font-size: 2rem;
        text-indent: 1rem;
        width: 12rem;
        height: 5rem;
        margin-right: 1rem;
    }
    .review-table .search-box input {
        font-size: 2rem;
        text-indent: 1rem;
        width: auto;
        flex: 1;
        margin-right: 1rem;
    }
    .review-table .search-box button {
        width: 10rem;
        font-size: 2rem;
    }
}

.sub-tail{
    padding: 220px 0 95px;
    text-align: center;
    background: linear-gradient( to bottom, #FFF, #F9F8F2 );
}
.sub-tail-title-top{
    color: #DEDEDE;
    font-size: 24px;
    font-family: pretendard;
    font-style: italic;
    margin-bottom: 40px;
}
.sub-tail-title{
    font-family: 'pretendard';
    font-size: 50px;
}
.sub-tail-title-bottom{
    padding-top: 50px;
    font-size: 28px;
}
.sub-tail-content{
    margin-top: 100px;
    display: flex;
    justify-content: center;
}
.sub-tail-content&gt;a{
    background: #FFF;
    border: 1px solid #eee;
    font-size: 24px;
}
.sub-tail-content&gt;a&gt;p{
     padding: 15px;
 }
.sub-tail-content&gt;a&gt;p&gt;span{
    font-family: 'pretendard';
    font-size: 14px;
}
.sub-tail-bottom{
    padding-top: 50px;
    font-size: 24px;
}
.sub-tail-bottom&gt;span{
    font-family: 'NanumMyeongjoR';
    font-size: 32px;
    font-weight: 700;
    color:#BF5F33;
}
@media all and (max-width: 1250px) {
    .sub-tail {
        padding: 100px 0 95px;
    }
    .sub-tail-title-top{
        font-size: 2rem;
    }
    .sub-tail-title{
        font-size: 5rem;
    }
    .sub-tail-title-bottom{
        font-size: 3rem;
    }
    .sub-tail-content{
        flex-wrap: wrap;
        margin-top: 50px;
    }
    .sub-tail-content&gt;a{
        display: inline-block;
        width: 30%;
        font-size: 3rem;
    }
    .sub-tail-content&gt;a&gt;p&gt;span{
        font-size: 2rem;
    }
    .sub-tail-bottom{
        font-size: 3rem;
    }
    .sub-tail-bottom&gt;span{
        display: inline-block;
        font-size: 4rem;
    }
}

/*수술 후 주의사항*/

.tb-default.tb-list {
    text-align: center;
    /*display: inline-block;*/
    width : 1400px;
    margin : 0 auto;
}

.tb-list thead th {
    height: 55px;
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #d3d3d3;
    background: #f8f8f8;
}

.tb-list thead th, .tb-list thead td, .tb-list tbody th, .tb-list tbody td {
    vertical-align: middle;
}

table th {
    font-weight: normal;
}

.tb-default.tb-list th {
    font-size: 22px;
    color: #000;
    font-family: pretendard;
}

.tb-default.tb-list tbody tr {
    height: 60px;
}

.tb-default.tb-list tbody tr td{
    font-size: 2.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tb-default.tb-list tbody tr td p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tb-default.tb-list .textBox { position: relative;}
.tb-default.tb-list .textBox .text{ overflow:hidden;
    position:absolute;
    left:0;
    top:-13px;
    width:100%;
    white-space:nowrap;
    text-overflow:ellipsis
}

.editorStyleWrapper.surgeryCautionsTxt {
    font-size: 23px;
    color: #757575;
    line-height: 1.5;
    font-weight: normal;
    font-family: "NotoSansL";
}

.surgeryCategoryWrap {
    height: 50px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.surgeryCategoryBox {width: 100%;height: 100%;display: flex;gap: 65px;}

.surgeryCategory {
    height: 100%;
    font-size: 2rem;
    text-align: center;
    display: grid;
    align-items: center;
    font-family: 'pretendard';
}
.surgeryCategoryMenu {display: flex;font-family: 'pretendard';font-weight: bold;color: #c3c3c3;font-size: 2.5rem; flex: 1;}
.surgeryCategoryMenu ul {width: 100%; margin: 0 !important; flex-wrap: nowrap !important; align-items: center;}
.surgeryCategoryMenu ul li { width: calc(100% / 10) !important; margin-bottom: 0 !important; cursor: pointer;}
/*.surgeryCategory.leftType {
    border: 1px solid #e7e7e7;
    background-color: white;
}*/

.event-wrap .contents .categoryList ul {
    max-width: 100% !important;
    /*margin: 10rem auto 0;*/
    /* padding-bottom: 10rem; */
}

@media screen and (max-width: 1400px){
    .tb-default.tb-list {
        text-align: center;
        /* display: inline-block; */
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1249px){
    .tb-default.tb-list {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .tb-default.tb-list th {
        font-size: 2rem;
        color: #000;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-family: pretendard;
    }

    .tb-default.tb-list tbody tr {
        height: 60px;
    }

    .tb-default.tb-list tbody tr td{
        font-size: 2rem;
    }

    .tb-default.tb-list tbody tr td p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .cl_boardViewContent.type1 .flexArea .leftZone {
        font-family: NotoSansM;
        font-size: 2.5rem;
    }

    .editorStyleWrapper.surgeryCautionsTxt {
        font-size: 16px;
    }

    .event-wrap .contents &gt; p {
        font-size: 2rem;
        margin-bottom: 0px !important;
    }

    .surgeryCategoryWrap {
        height: 30px;
        margin-bottom: 50px !important;
        margin-top: 50px;
    }
    .surgeryCategoryBox {gap: 45px;}
    .surgeryCategoryMenu {font-size: 2rem;}
    .surgeryCategoryMenu ul {max-width: 100% !important;}
}

@media screen and (max-width: 770px){
    .tb-default.tb-list .textBox .text{ overflow:hidden;
        top:-7px;
    }

    .editorStyleWrapper.surgeryCautionsTxt {
        font-size: 13px;
    }

    .pageOutWrap .sub-contents .contents p {
        margin-bottom : 0px !important;
    }

    .surgeryCategoryWrap {
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px !important;
    }

     .pcImg {
        display: none;
    }

    .mImg {
        display: block;
    }
    .surgeryCategory {display: none;}
    .surgeryCategoryBox {gap: 0;}
    .surgeryCategoryMenu {font-size: 2.5rem;}
    .surgeryCategoryMenu ul {justify-content: space-between; flex-wrap: wrap !important;}
    .surgeryCategoryMenu ul li {width: calc(100% /4) !important; height: 30px !important;}
}

/*! sub_category 240115 */

.sub_category, .before_box, .sec_banner, .footer_gnb{font-family: 'Pretendard';}
.sub_category {max-width: 1500px; margin: 0 auto; margin-bottom:-61px; box-shadow: inset 1px 1px 4px 1px rgb(0 0 0 / 10%); width: 100%; z-index: 98; position: relative; }
.sub_category ul {display: flex; justify-content: center; width: 100%; }
.sub_category ul li{flex: 1;  text-align: center; font-size: 15px; border: 1px solid #F5F5F5; margin-bottom: 0 !important; background-color:#ffffff;}
.sub_category ul li a{padding: 20px 0;width: 100%; font-size: 16px; display: inline-block; cursor: pointer;}
.sub_category ul li.active a{background-color: #8BCECB; color: #fff;}

@media(max-width:1020px){
    .sub_category {margin-bottom:0;}
    .sub_category ul {flex-wrap: wrap; justify-content: flex-start;}
    .sub_category ul li{
        width: calc((100% / 2) - 3px);
        flex: none;
        display: flex;
        flex-wrap: wrap;
    }
}

.sub_category ul li.active a {
  background-color: #e2dccb !important;
  color: #000 !important; /* 필요시 텍스트 색상도 바꿔줍니다 */
}

/* 대메뉴 기본 상태 */
.m-header-ul &gt; li &gt; a {
  color: #fff !important;
}

/* 대메뉴 선택(active/on) 상태: 배경은 그대로, 글씨만 e2dccb */
.m-header-ul &gt; li.active &gt; a,
.m-header-ul &gt; li.on &gt; a {
  color: #e2dccb !important;
  background-color: transparent !important;
}

/* 소메뉴 전체 항목 배경색 e2dccb, 글씨는 흰색 */
.m-header-sub &gt; li &gt; a {
  background-color: #e2dccb !important;
  color: #fff !important;
  border-color: #fff !important; /* 테두리 선 유지 시 */
}

/* 소메뉴 hover 상태도 동일 스타일 유지 */
.m-header-sub &gt; li &gt; a:hover {
  background-color: #e2dccb !important;
  color: #fff !important;
  
ul.m-header-sub,
.m-header-sub,
.m-header-sub-wrap {
  background-color: #e2dccb !important;
}

/* 모바일 메뉴에서 ul.m-header-sub 배경을 확실하게 e2dccb로 덮기 */
div.m-header-menu.display-mobile.active ul.m-header-sub,
ul.m-header-sub[style] {
  background-color: #e2dccb !important;
}</pre></body></html>