.purpleBar { position: absolute; top: 0; right: 0; background: #C296E5; height: 1080px; width: 100px; z-index: 10; display: flex !important; align-items: flex-end; justify-content: center; padding: 50px 0; box-sizing: border-box; }

.mainHamburger { position: fixed; top: 90px; right: 32px; display: flex; align-items: center; justify-content: center;
    box-sizing: border-box; cursor: pointer; z-index: 11; }
.mainHamburger .fullMenu { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; }
.mainHamburger .line { gap: 30px; width: 35px; height: 2px; background: #fff; }

.mainHamburger.scroll .line{ background: #222; }
/*
    **************************************header**************************************
*/

.header { position: fixed;top:60px; display: flex; align-items: center; justify-content: space-between; width: 100%; height: 100px; padding: 0 30px 0 100px; box-sizing: border-box; z-index: 9; border-bottom: 1px solid #DDDDDD; }
.header.main { border-bottom: 0;    padding: 0px 65px 0 100px;}
.header.on { background: rgba(255,255,255,0.9); font-size: 14px; }
.header.scroll { background: rgba(255,255,255,0.9); }
/* 서브 background 색상 확인해봐야함*/
.header .gnbBg { display: none; position: absolute;left: 0px;top: 99px;width: 100%;height: 450px;background: rgba(255,255,255,0.9);
    border-top: 1px solid #f1f1f1;border-bottom: 1px solid #f1f1f1;box-sizing: border-box; }
.header.on .gnbBg { display: block; }
/* 메인 background 색상 */
.header.main .gnbBg { background: rgba(255,255,255,0.9);}
.header .globalMenuWrap {
    width: 180px;
    display: flex;
    color: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 50px;}
/*
.header .hoverLogo { display: none; }
.header.on .logoIcon { display: none; }
.header.on .hoverLogo { display: block; }

*/
.header .logo {
    width: 180px;
}
.header .logo .logoIcon {
    width: 100%;
}
.logoIcon img {
    width: 100%;
}
.header .logo .hoverLogo {
    width: 100%;
}
.header .logo .hoverLogo img {
    width: 100%;
}
.header .logoIcon { display: none;}
.header.main .logoIcon { display: block;}
.header.main .hoverLogo { display: none; }
.header.main.on .logoIcon { display: none; }
.header.main.on .hoverLogo { display: block; }

.header.main.scroll .logoIcon { display: none; }
.header.main.scroll .hoverLogo { display: block; }


/*.header .logo a { background: url("../images/mainLogo.png")no-repeat; width: 140px; height: 55px; background-size: cover; }*/
/*.header.on .logo a{ background: url("../images/mainLogo_hover.png")no-repeat; }*/

/*네비*/
.header .mainMenu { position: relative; height: 100%; }
.header .mainMenu > ul { display: flex; align-items: center; height: 100%; margin-right: 75px; }
.header .mainMenu > ul > li { position: relative; display: flex; align-items: center; height: 100%; }
.header .mainMenu > ul > li > a { position: relative; display: flex; align-items: center; justify-content: center; width: 160px; height: 100%; color: #222; text-align: center; font-size: 16px; font-family: 'PretendardM'; }
.header.main .mainMenu > ul > li > a {  color: #fff; }

.header.on .mainMenu > ul > li > a { color: #222222; }
.header.on .mainMenu > ul > li > span { color: #737373; }

.header.scroll .mainMenu > ul > li > a { color: #222222; }
.header .mainMenu > ul > li:hover:before { content: ''; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: #C296E5; }
.header .mainMenu .subMenuWrap { display: none; position: absolute; top: 100px; text-align: center;  width: 100%; height: 100px; /* padding: 20px; */box-sizing: border-box; padding-top: 20px; box-sizing: border-box;  }
.header.on .mainMenu .subMenuWrap { display: block; }
.header .mainMenu .subMenuWrap .subMenu { display: flex; align-items: center; justify-content: flex-start; flex-direction: column; gap: 10px; }
.header .mainMenu .subMenuWrap .subMenu li a { font-size: 16px; color: #777777; font-family: 'PretendardR'; }
.header .mainMenu .subMenuWrap .subMenu li:hover a { color: #C296E5; }
.header .mainMenu .subMenuWrap .subMenu li { position: relative; }
.header .mainMenu .subMenuWrap .subMenu li:hover:before { position: absolute; content: ''; display: block; bottom: 0; left: 0; width: 100%; height: 1px; background: #C296E5; }

.header .headerLogin {display: flex; width: 150px; justify-content: flex-end; color: #737373;}
.header.main .mainMenu .headerLogin .loginBox > a{color: #fff;}
.header.main .mainMenu .headerLogin .loginBox > span{color: #fff;}
.header .mainMenu .headerLogin .loginBox > a{color: #737373;}
.header .mainMenu .headerLogin .loginBox > span{color: #737373;}
.header.on .mainMenu .headerLogin .loginBox > a { color: #737373; }
.header.on .mainMenu .headerLogin .loginBox > span { color: #737373; }
.header.scroll .mainMenu .headerLogin .loginBox > a { color: #737373; }
.header.scroll .mainMenu .headerLogin .loginBox > span { color: #737373; }
.header .mainMenu .loginBox{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #737373;
    font-size: 15px;
    font-family: 'PretendardM';
}
.globalMenuWrapM {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
}

.header.main .headerLogin {
    display: flex;
    width: 120px;
    justify-content: flex-end;
    color: #737373;
}
/*
 * 2025-07-24 추가 시작
*/
.header .loginFlex {display: flex;width: 150px;justify-content: center;}
.header .loginFlex > li > a {color: #222;}
.header .loginFlex .loginBox {color: #222;}
.header.main .loginFlex > li > a {color: #fff;}
.header.main .loginFlex .loginBox {color: #fff;}
.header.scroll .loginFlex > li > a {color: #222;}
.header.scroll .loginFlex .loginBox {color: #222;}
.header.on .loginFlex > li > a {color: #222;}
.header.on .loginFlex .loginBox {color: #222;}
.header .globalFlex {display: flex;flex-direction: column;gap: 5px;padding: 30px 0px 0px 20px;position: relative;width: 130px;overflow: hidden; }

/*
 * 2025-07-24 추가 종료
*/

.header .rightArea { height: 100%; display: flex;}
/*햄버거메뉴*/
.header .fullMenuWrap { display: flex !important;position: relative;height: 26px;top: 50%;transform: translateY(-50%);box-sizing: border-box;}
.header.main .fullMenuWrap { display: none !important; align-items: center; justify-content: center; position: absolute; top: 0; right: 0; width: 100px; height: 100px;
    box-sizing: border-box; cursor: pointer; z-index: 1; }
.header .fullMenuWrap .fullMenu { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; cursor: pointer;}
.header .fullMenuWrap .line { gap: 30px; width: 35px; height: 2px; background: #222; }
.header.main .fullMenuWrap .line {  background: #fff; }

.header .fullMenuWrap .lineWrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    cursor: pointer;
}


/*
 * 2025-09-22 추가 시작
*/
.lang-dropdown {
    position: relative;
    display: inline-block;
    font-family: 'PretendardM';
}

.dropdown-toggle {
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 35px 0 35px;
}

.dropdown-toggle img {
    width: 24px;
    height: 24px;
}

.dropdown-menu img{
    width: 50%;
}

.dropdown-menu li a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.lang-dropdown .dropdown-menu {
    display: none;
}

/* header 상태별 색상 */
.header.main .lang-dropdown .dropdown-menu li a span { color: #fff; }
.header.main .lang-dropdown .dropdown-toggle span { color: #fff; }
.header.on   .lang-dropdown .dropdown-toggle span { color: #222; }
.header.on   .lang-dropdown .dropdown-menu li a span { color: #222; }
.header.main .lang-dropdown .dropdown-toggle img { filter: none; }
.header.scroll .lang-dropdown .dropdown-toggle span { color: #222; }
.header.scroll .lang-dropdown .dropdown-toggle img { filter: brightness(1) invert(1); }
.header.scroll .lang-dropdown .dropdown-menu li a span { color: #222; }
.header.on .lang-dropdown .dropdown-toggle img { filter: brightness(1) invert(1); }
.header .lang-dropdown .dropdown-toggle img { filter: brightness(1) invert(1); }
.header .lang-dropdown .dropdown-toggle span { color: #222; }
.header .lang-dropdown .dropdown-menu li a span { color: #222; }

/* 삼각형 아이콘 회전 */
.lang-dropdown .dropdown-toggle img.triangle {
    width: 10px;
    height: 8px;
}
.lang-dropdown.open .dropdown-toggle img.triangle {
    transform: rotate(180deg);
}

/* 공통 드롭다운 */
.lang-dropdown .dropdown-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 1000;
    padding-top: 5px;
    position: absolute;
    top: 100%;
    left: 12px;
    min-width: 120px;
}
.lang-dropdown .dropdown-menu li {
    display: flex;
    align-items: center;
    padding: 5px 0 5px 35px;
}
.lang-dropdown .dropdown-menu li a,
.lang-dropdown .dropdown-menu li span {
    color: #fff;
}

@media (max-width: 1024px) {
    .dropdown-toggle { padding-left: 0px; }
    .dropdown-toggle img { width: 16px; height: 16px; }
    .header .lang-dropdown .dropdown-toggle span { font-size: 12px; }
    .lang-dropdown .dropdown-menu li { padding: 0 0 5px 0; }
    .lang-dropdown .dropdown-toggle img.triangle { width: 8px; height: 6px; }
    .lang-dropdown .dropdown-menu li > a > img { width: 40%; }
    .header .lang-dropdown .dropdown-menu li a span { font-size: 12px; }
}

.header.main + .globalFlex.globalLangMobile {
    position: fixed;
    top: 0px;
    right: 50px;
    gap: 5px;
    z-index: 10;
    font-size: 15px;
    color: #fff;
}
.header + .globalFlex.globalLangMobile {
    position: fixed;
    top: 0px;
    right: 50px;
    gap: 5px;
    z-index: 10;
    font-size: 15px;
    color: #fff;
}

@media (max-width: 768px) {
    .lang-dropdown.globalLangMobile .dropdown-menu { padding: 8px 0 5px 0; }
    .header + .lang-dropdown.globalLangMobile .dropdown-menu li {
        gap: 5px;
        font-size: 14px;
        padding-left: 22px;
    }
    .header.main + .lang-dropdown.globalLangMobile .dropdown-menu li {
        gap: 5px;
        font-size: 14px;
        padding-left: 22px;
    }
    /* header 뒤에 붙는 글로벌 모바일용 */
    .header + .lang-dropdown.globalLangMobile .dropdown-toggle {
        font-size: 14px;
        color: #222;
        padding-right: 0px;
    }

    .header + .lang-dropdown.globalLangMobile .dropdown-toggle img {
        filter: brightness(1) invert(1);
    }
    .header + .lang-dropdown.globalLangMobile .dropdown-menu > li > a > span {
        color: #222;
    }

    .header.main + .lang-dropdown.globalLangMobile .dropdown-toggle {color: #fff; min-width: 120px; justify-content: center; padding-top: 18px;}
    .header + .lang-dropdown.globalLangMobile .dropdown-toggle { min-width: 120px; justify-content: center; padding-top: 18px;}
    .header.main + .lang-dropdown.globalLangMobile.open .dropdown-toggle {background-color: rgb(255 255 255 / 50%);display: flex;align-items: center;color: #222;}
    .header + .lang-dropdown.globalLangMobile.open .dropdown-toggle {background-color: rgb(255 255 255 / 60%);display: flex;align-items: center;color: #222;}

    .header.main + .lang-dropdown.globalLangMobile .dropdown-toggle img { filter: none; }
    .header.main + .lang-dropdown.globalLangMobile.open .dropdown-toggle img { filter: brightness(1) invert(1);}
    .header. + .lang-dropdown.globalLangMobile.open .dropdown-toggle img { filter: brightness(1) invert(1);}
    .header.main + .lang-dropdown.globalLangMobile .dropdown-menu > li > a > span { color: #fff; }
    .header.main + .lang-dropdown.globalLangMobile.open .dropdown-menu { border-radius: 0px 0px 3px 3px; background-color: rgb(255 255 255 / 50%); }
    .header + .lang-dropdown.globalLangMobile.open .dropdown-menu { border-radius: 0px 0px 3px 3px; background-color: rgb(255 255 255 / 60%); }
    .header.main + .lang-dropdown.globalLangMobile.open .dropdown-menu > li > a > span { color: #222; }
    .header + .lang-dropdown.globalLangMobile.open .dropdown-menu > li > a > span { color: #222; }

    .header.scroll + .lang-dropdown.globalLangMobile .dropdown-toggle { color: #222; }
    .header.scroll + .lang-dropdown.globalLangMobile .dropdown-toggle img { filter: brightness(1) invert(1); }
    .header.scroll + .lang-dropdown.globalLangMobile .dropdown-menu > li > a > span { color: #222; }

    .lang-dropdown.globalLangMobile .dropdown-menu img { width: 35%; }
    .dropdown-toggle img { width: 20px; height: 20px; }
    .lang-dropdown .dropdown-menu {left: 0px;}
}

@media (max-width: 425px) {
    .dropdown-toggle img { width: 17px; height: 17px; }
    .header + .lang-dropdown.globalLangMobile .dropdown-toggle { font-size: 13px; }
    .header.main + .lang-dropdown.globalLangMobile .dropdown-toggle { font-size: 13px; }
    .header + .lang-dropdown.globalLangMobile .dropdown-menu li { font-size: 13px; }
    .header.main + .lang-dropdown.globalLangMobile .dropdown-menu li { font-size: 13px; }
    .lang-dropdown.globalLangMobile .dropdown-menu img { width: 30px; height: 20px; }
    .header + .lang-dropdown.globalLangMobile .dropdown-menu li {padding-left: 25px;}
    .header.main + .lang-dropdown.globalLangMobile .dropdown-menu li {padding-left: 18px;}
    .header.main + .globalFlex.globalLangMobile {right: 45px;}
}

/*
 * 2025-09-22 추가 종료
*/

@media (max-width: 1440px) {
    .header {
        padding: 0 30px 0 65px;
    }
    .header.main {
        padding: 0px 65px 0 65px;
    }
    .header .mainMenu > ul {
        margin-right: 0px;
    }
}

.mobileMenuWrap { display: none; }


/*
    **************************************footer**************************************
*/
.footer { background: #222222; padding: 60px 10px 180px 10px; box-sizing: border-box; color: #ffffff; font-family: 'PretendardR'; }
.footer .contentsWrap { display: flex; width: 100%; }
.footer .contentsWrap .logo { margin-right: 60px; }
.footer .contentsWrap .infoArea { margin-right: 200px; }
.footer .contentsWrap .privacyList { display: flex; gap: 40px; margin-bottom: 40px; }
.footer .contentsWrap .privacyList li a { color: #ffffff; font-size: 16px; }
.footer .contentsWrap .privacyList li:nth-child(1) a { font-family: 'PretendardEB'; }
.footer .contentsWrap .privacyList li { position: relative; }
.footer .contentsWrap .privacyList li:before { position: absolute; right: -20px; content: ''; width: 1px; height: 13px; background: rgba(255,255,255,0.2); }
.footer .contentsWrap .privacyList li:nth-last-child(1):before { display: none; }

.footer .info { color: #999999; font-size: 16px; display: flex; gap: 20px; margin-bottom: 10px; }
.footer .address { color: #999999; font-size: 16px; margin-bottom: 40px; }

.footer .copyright { color: #999999; font-size: 16px; }

.footer .snsArea { position: relative; padding-left: 80px; }
.footer .snsArea:before { position: absolute; top: 0; left: 0; width: 1px; height: 220px; background: rgba(255,255,255,0.2); content: ''; }
.footer .snsArea .mainText { font-size: 15px; font-family: 'PretendardEB'; margin-bottom: 10px; }
.footer .snsArea .iconWrap { display: flex; align-items: center; gap: 5px; }

/*
    **************************************quickBar**************************************
*/
.quickBar { display: flex; align-items: center; position: fixed; bottom: 0; background: #C296E5; width: 100%; height: 100px; z-index: 10; }
.quickBar.on { bottom: -100px; }
.quickBar .contentsWrap { position: relative; }
.quickBar .contentsWrap .close { position: absolute; top: -70px; left: 50%; transform: translateX(-50%); width: 120px; height: 34px;
    background-color: #C296E5; background-image: url("../images/quickArrow.png"); background-repeat: no-repeat; background-position: center center; border-top-left-radius: 30px;  border-top-right-radius: 30px; cursor: pointer; }
.quickBar.on .contentsWrap .close { transform: scaleY(-1) translateX(-50%); border-top-left-radius: 0px;  border-top-right-radius: 0px; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; }

.quickBar ul { display: flex; justify-content: space-between; align-items: center; }
.quickBar ul li { position: relative; width: 100%; text-align: center; display: flex; align-items: center; justify-content: center; }
.quickBar ul li:before { width: 1px; height: 60px; position: absolute; top: 50%; right: 0; transform: translateY(-50%); content: ''; background: rgba(255,255,255,0.2); }
.quickBar ul li:nth-child(1):after { width: 1px; height: 60px; position: absolute; top: 50%; left: 0; transform: translateY(-50%); content: ''; background: rgba(255,255,255,0.2); }
.quickBar ul li a { display: flex; align-items: center; gap: 5px; font-size: 16px; font-family: 'PretendardB'; color: #ffffff; }
.quickBar ul li.telIcon a img {filter: invert(0%) sepia(0%) saturate(0%) brightness(200%) contrast(200%); }

/*
    **************************************mainPage**************************************
*/

.mainVisual { position: relative; /*background: url("../images/mainVisual.png") center center no-repeat;*/ width: 100%; height: 1080px; background-size: cover; }
.mainVisual .contentsWrap { position: relative; height: 100%; }
.mainVisual .mainTitleWrap { position: absolute; top: 50%; transform: translateY(-50%); left: 0; }

.main .section { padding: 80px 0; box-sizing: border-box; }
.pageOutWrap.paddingNon.main {height: 100%;}
.mainVideo {position: absolute; width: 100%;height: 100%;}
.mainVideo video {width: 100%;height: 100%;}
/*
    *** quickReservation
*/
.quickReservation .reservationForm { border-top: 2px solid #C296E5; }
.quickReservation .formWrap { display: flex; width: 100%; height: 70px; border-bottom: 1px solid #DDDDDD; }
.quickReservation .formWrap.large { height: 220px; }
.quickReservation .formWrap .formRow { display: flex; align-items: center; width: 50%; height: 100%; }
.quickReservation .formWrap .formRow.full { width: 100%; }
.quickReservation .formWrap .formRow .formCol.head { width: 150px; height: 100%; display: flex; align-items: center; background: #F3EFF6; font-size: 18px;
    font-family: 'PretendardB'; color: #222222; padding: 0 20px; box-sizing: border-box; }
.quickReservation .formWrap .formRow .formCol.head .text {position: relative;}
.quickReservation .formWrap .formRow .formCol.head .text:after { position: absolute; top: 0; right: -10px; content: '*'; color: #C296E5; display: block; }

.quickReservation .formWrap .formRow .formCol.body { flex: 1; padding: 0 20px; box-sizing: border-box; }

.quickReservation .buttonWrap { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 30px; }

/*
    *** quickReservation 팝업
*/
.popupWrap.reserve { display: none;align-items: center; position: fixed; top: 50%; left: 0; transform: translateY(-50%); width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 10; }
.popupWrap.reserve .popup  { position: relative; width: 100%; max-width: 400px; margin: 0 auto;  background: #fff; border-radius: 5px;
    /*background-image: url("../images/popupLogo.png"); background-repeat: no-repeat; background-position: 100% 100%;*/ }
.popupWrap.reserve .popup .pop { /*display: flex;*/ align-items: center; padding: 10px 30px 20px 45px; box-sizing: border-box; max-height: 615px; }

.popupWrap.reserve .popup .imgArea { width: 50%; margin-right: 20px; }
.popupWrap.reserve .popup .imgArea img { width: 80%; }
.popupWrap.reserve .popup .infoArea { flex: 1; }

.popupWrap.reserve .popup .infoArea .nameArea { padding: 10px 0; box-sizing: border-box; /*border-bottom: 1px solid #ddd;*/ }
.popupWrap.reserve .popup .infoArea .nameArea .name{ /*font-size: 36px;*/ font-family: 'PretendardR'; margin-right: 10px; }
.popupWrap.reserve .popup .infoArea .nameArea .doctors{ font-size: 16px; 	font-family: 'PretendardR'; }
.popupWrap.reserve .popup .infoArea .timetable {display: flex; flex-wrap: wrap; width: 100%; align-items: center;}
.popupWrap.reserve .popup .infoArea ul { /*padding: 20px 20px;*/ box-sizing: border-box; width: calc(100%/4); margin-bottom: 10px;}
.popupWrap.reserve .popup .infoArea ul li {color: #777; font-size: 16px; width: 46px; text-align: center; border-radius: 5px; cursor: pointer; font-family:'PretendardM'; align-content: center; background:#e8e8e8; padding: .2833em .533em;}
.popupWrap.reserve .popup .infoArea ul li:hover { background-color: #e0e0e0;border-color: #e0e0e0;background-image: none;color: rgba(0, 0, 0, .8);}
.popupWrap.reserve .closeButton { position: absolute; box-sizing: border-box; font-size: 30px; color: #fff; cursor: pointer; z-index: 11; }

.popupWrap.reserve .popup .infoArea .disabled {
    background: lightseagreen;
    color: white;
    pointer-events: none;
}


/*
    *** vandsMedia
*/
.vandsMedia { background: #F3EFF6; }
.vandsMedia .mediaArea { display: flex;  gap: 20px; }
.vandsMedia .mediaArea .videoArea { max-width: 775px;height: 100%;width: 100%; }
.vandsMedia .mediaArea .youTubeVideo {    height: 0;padding-bottom: 56.25%;width: 100%;position: relative;}
.vandsMedia .mediaArea .youTubeVideo iframe { position: absolute; top: 0; left: 0; }
.vandsMedia .mediaArea .videoListWrap { height: 436px; flex: 1; }
.vandsMedia .mediaArea .videoListWrap .swiper-container{ height: 100%; overflow: auto; }
.vandsMedia .mediaArea .videoListWrap .swiper-container::-webkit-scrollbar {background: rgba(0,0,0,0.08); width: 5px; border-radius: 30px; }
.vandsMedia .mediaArea .videoListWrap .swiper-container::-webkit-scrollbar-thumb {background: #C296E5; border-radius: 30px; }

.vandsMedia .mediaArea .videoListWrap .swiper-container .swiper-slide{ height: auto; }
.vandsMedia .mediaArea .videoList { display: flex; align-items: center; cursor: pointer; flex-direction: column;}
.vandsMedia .mediaArea .videoList .mainText { font-size: 18px; font-family: 'PretendardB'; }
.vandsMedia .mediaArea .videoList .subText { font-size: 16px; font-family: 'PretendardR'; color: #777; }

.vandsMedia .mediaArea .videoListWrap .thumbCell img {
    width: 234px;
    height: 115px;
}
/*
    *** bestSeller
*/
.bestSeller .swiper-slide { position: relative; cursor: pointer; z-index: 1; padding: 10px 0; border-bottom: 1px solid #DDDDDD; }
.bestSeller .swiper-slide:hover { border-bottom: 1px solid #C296E5; transition: 0.8s; }
.bestSeller .swiper-slide .imgArea {  position: relative; overflow: hidden; font-size: 0; }
.bestSeller .swiper-slide .imgArea img { width: 100%; }
/*.bestSeller .swiper-slide:before { content: '1'; display: flex; align-items: center; justify-content: center; position: absolute; top: 0px; right: 30px; color: #ffffff; font-size: 20px; font-family: 'PretendardEB';*/
/*    background: url("../images/numIcon.png")no-repeat; width: 50px; height: 50px; z-index: 2; }*/
.bestSeller .swiper-slide .num { position: absolute; z-index: 1; top: -5px; right: 30px;}
.bestSeller .swiper-slide .num span { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); color: #ffffff; font-size: 20px; font-family: 'PretendardEB';  }
.bestSeller .swiper-slide .num:before { position: absolute; right: -6.5px;top: 5px; content: ''; background: url("../images/numIcon_before.png")no-repeat; width: 6.5px; height: 10px; }
.bestSeller .swiper-slide:hover .imgArea img { transform: scale(1.1); transition: 0.8s; }

.bestSeller .swiper-slide .textArea { padding: 30px; box-sizing: border-box; }
.bestSeller .swiper-slide:hover .mainText { color:#C296E5; transition: 0.5s; }
.bestSeller .swiper-slide .mainText { font-size: 22px; font-family: 'PretendardEB'; margin-bottom: 10px; }
.bestSeller .swiper-slide .subText { color: #777777; font-size: 18px; font-family: 'PretendardR'; margin-bottom: 20px; }
.bestSeller .swiper-slide .price { font-size: 18px; font-family: 'PretendardM'; }
.bestSeller .swiper-slide .price span{ font-size: 13px; }
.bestSellerSwiper { position: relative; }

.bestSeller .swiper-button-prev, .bestSeller .swiper-button-next { top: -100px; cursor: pointer; }
.bestSeller .swiper-button-prev { background: url("../images/bestSellerPrev.png")no-repeat; width: 50px; height: 50px; }
.bestSeller .swiper-button-next { background: url("../images/bestSellerNext.png")no-repeat; width: 50px; height: 50px; }
.bestSeller .swiper-button-next:after,.bestSeller .swiper-button-prev:after, .bestSeller .swiper-container-rtl .swiper-button-prev:after { content: ''; }



/*
    **************************************vandsIntro**************************************
*/

.vandsIntro { padding-bottom: 0; }
.vandsIntro .contentsWrap { padding: 0; }
.vandsIntro .subVisual .imgArea img { width: 100%; }
.vandsIntro .subVisual .imgArea { margin-bottom: 40px; }
.vandsIntro .subVisual .mainText { font-size: 36px; font-family: 'PretendardEB'; margin-bottom: 10px; }
.vandsIntro .subVisual .textArea { text-align: center; padding: 0 10px; box-sizing: border-box; }
.vandsIntro .subVisual .mainText .purple { color: #C296E5; }
.vandsIntro .subVisual .subText { color: #777777; font-size: 18px; font-family: 'PretendardR'; }

.vandsIntro .gridCellWrap { background: #F3EFF6; margin-top: 100px; padding: 100px 0 50px 0; box-sizing: border-box; }
.vandsIntro .gridCellWrap .contentsWrap { padding: 0 10px; box-sizing: border-box; }
.vandsIntro .gridCellWrap .mainTitle { font-size: 36px; font-family: 'PretendardEB'; text-align: center; margin-bottom: 30px; }
.vandsIntro .gridCellWrap .mainTitle .light { 	font-family: 'PretendardR'; }



/*
    **************************************doctor**************************************
*/

.doctor .cl_gridWrapper .grid .gridCell { position: relative; cursor: pointer; }
.doctor .cl_gridWrapper .grid .gridCell:before { position: absolute; content: ''; display: block; bottom: -30px; left: 0; background: #ddd; width: 100%; height: 1px; }



/*의사소개팝업*/
.popupWrap.doctor { display: none;align-items: center; position: fixed; top: 50%; left: 0; transform: translateY(-50%); width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 10; }
.popupWrap.doctor .popup  { position: relative; width: 100%; max-width: 800px; margin: 0 auto;  background: #fff;
    background-image: url("../images/popupLogo.png"); background-repeat: no-repeat; background-position: 100% 100%; }
.popupWrap.doctor .popup .pop {
    display: flex;
    align-items: center;
    padding: 30px;
    box-sizing: border-box;
}

.popupWrap.doctor .popup .imgArea { width: 50%; margin-right: 20px; }
.popupWrap.doctor .popup .imgArea img { width: 80%; }
.popupWrap.doctor .popup .infoArea { flex: 1; max-height: 400px; font-family: 'PretendardR';}

.popupWrap.doctor .popup .infoArea .nameArea { padding: 20px 0; box-sizing: border-box; border-bottom: 1px solid #ddd; }
.popupWrap.doctor .popup .infoArea .nameArea .name{ font-size: 36px; font-family: 'PretendardEB'; margin-right: 10px; }
.popupWrap.doctor .popup .infoArea .nameArea .doctors{ font-size: 16px; font-family: 'PretendardM'; }
.popupWrap.doctor .popup .infoArea ul { padding: 20px 20px; box-sizing: border-box; }
.popupWrap.doctor .popup .infoArea ul li { position: relative; color: #777; font-size: 18px; font-family: 'PretendardR'; padding: 5px 10px; }
.popupWrap.doctor .popup .infoArea ul li:before { position: absolute; top: 7px; left: -20px; content: ''; width: 20px; height: 20px; background-image: url("../images/doctorCheckIcon.png"); background-repeat: no-repeat; }

.popupWrap.doctor .closeButton { position: absolute; right: 0; top: -40px; box-sizing: border-box; font-size: 30px; color: #fff; cursor: pointer; z-index: 11; }


/*
    **************************************lookAround**************************************
*/
.look .lookSwiper img{ width: 100%; }
.look .swiper-slide {text-align: center;font-size: 18px;background: #fff;display: flex;justify-content: center;align-items: center;}
.look .swiper-pagination-progressbar { position: absolute; bottom: 0px; left: 50%; transform: translateX(-50%); width: 100%; max-width: 1100px; height: 4px; margin: 0 auto; background: #F3F4F9; }
.look .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: #C296E5; }

.look .lookSwiperWrap { overflow: hidden; }
.look .lookSwiper { position: relative; }
.look .swiper-slide { box-sizing: border-box; opacity: 0.5; padding-bottom: 30px; width: 100%; height: 668px; }
.look .swiper-slide-active { opacity: 1; }
.look .swiper-slide img {max-width:100%; width: auto; height: 100%; object-fit: contain;}

.look .navigationWrap { position: absolute; top: 50%; transform: translateY(-50%); width: 100%; margin: 0 auto; z-index: 2; }
.look .lookSwiper .swiper-button-next,.look .lookSwiper .swiper-button-prev { width: 70px; height: 70px; box-shadow: -10px 0px 20px 0px #0000001A; border-radius: 50%; background: rgba(255,255,255,0.7) }
.look .swiper-button-prev:after, .look .swiper-button-next:after { content: ''; }
.look .lookSwiper .swiper-button-next i , .look .lookSwiper .swiper-button-prev i { font-size: 30px; color: #222222; }
.look .swiper-button-next { right: 25%; left: auto; }
.look .swiper-button-prev { left: 25%; right: auto; }


/*
    **************************************equipment**************************************
*/
.equipment .cl_gridWrapper .grid .gridCell .imgArea { margin-bottom: 0; }
.equipment .cl_gridWrapper .grid .gridCell { border-width: 0 30px 30px 0; }


/*
    **************************************location**************************************
*/
.pageOutWrap.location { padding-bottom: 0; }
.location .locationWrap { display: flex; align-items: center; }
.location .locationWrap .map { margin-right: 60px; }
.location .locationWrap .map img { width: 100%; }
.location .locationWrap .infoWrap .list { margin-bottom: 30px; }
.location .locationWrap .infoWrap .mainTitle { display: flex; align-items: center; gap: 10px; font-size: 20px;	font-family: 'PretendardEB'; margin-bottom: 5px; }
.location .locationWrap .infoWrap .subText { font-size: 18px;font-family: 'PretendardR'; color: #777; line-height: 1.6; padding-left: 20px; box-sizing: border-box; }
.location .locationWrap .infoWrap .subText a{ font-size: 18px;font-family: 'PretendardR'; color: #777; line-height: 1.6; box-sizing: border-box; }
.location .locationWrap .infoWrap .subText .car.icon { margin-right: 5px; }


.location .locationWrap .infoWrap .list ul { padding: 0 10px 0 20px; box-sizing: border-box; }
.location .locationWrap .infoWrap .list ul li { position: relative; }
.location .locationWrap .infoWrap .list ul li:before { display: block; position: absolute; content: ''; top: 50%; left: -10px; transform: translateY(-50%); width: 3px; height: 3px; background: #BBBBBB; }

.location .locationIframe { padding: 100px 0; box-sizing: border-box; }
.location .locationImage { position: relative;height: 0;width: 100%;padding-bottom: 56.25%;}
.location .locationImage iframe { position: absolute; top: 0; left: 0; }
.location .locationImage img { width: 100%; }

.location .branchWrap { width: 100%; background: #F3EFF6; padding: 100px 0; box-sizing: border-box; }


.location .branchWrap .scaleWrap {  display: flex; gap: 30px; justify-content: center; margin: 0 auto;     flex-wrap: wrap;}
.location .branchWrap .scaleWrap .title { display: flex; align-items: center; justify-content: center; background: #C296E5; font-family: 'PretendardM'; color: #fff; font-size: 22px; height: 70px; box-sizing: border-box; text-align: center; }
.location .branchWrap .scaleWrap .branch { width: 535px; height: 787px;  background-color: #fff; }
.location .branchWrap .scaleWrap .branch1 .mapArea { position: relative; width: 100%; height: 717px; background-image: url("/app/layout/web/images/map_1.png"); background-repeat: no-repeat; background-position: center center; background-size: 490px 410px; }
.location .branchWrap .scaleWrap .branch2 .mapArea { position: relative; width: 100%; height: 717px; background-image: url("/app/layout/web/images/map_2.png"); background-repeat: no-repeat; background-position: center center; background-size: 450px 620px; }
.location .branchWrap .scaleWrap .branch3 .mapArea { position: relative; width: 100%; height: 712px; background-image: url("/app/layout/web/images/map_3.png"); background-repeat: no-repeat; background-position: center center; background-size: 508px 523px; }


.location .branchWrap .branch .list a { position: absolute;  display: flex; flex-direction: column; align-items: center; white-space: nowrap; }
/*.location .branchWrap .branch .list .pointer { background: url("/app/layout/web/images/locationPoint.png")no-repeat; background-size: 90% 100%; width: 24px; height: 30px; }*/
.location .branchWrap .branch .list .line { background: url("/app/layout/web/images/pointLine.png")no-repeat; width: 90px; height: 2px;}
.location .branchWrap .scaleWrap .branch .list .bubble { display: flex; justify-content: center; background: url("/app/layout/web/images/bubble_1.png")center; background-size: 100% 100%; align-items: center; padding: 5px 5px 10px 5px; height: 30px; font-size: 14px; font-family: 'PretendardM'; box-sizing: border-box; -webkit-text-size-adjust: auto; }

.location .branchWrap .branch .list .bubble.type11 { background: url("/app/layout/web/images/bubble_11.png")no-repeat center; background-size: 100% 100%; align-items: center; padding: 5px 5px 10px 5px; height: 30px; }
.location .branchWrap .branch .list .bubble.type2 { background: url("/app/layout/web/images/bubble_2.png")no-repeat center; background-size: 100% 100%; align-items: center; padding: 5px 10px 5px 5px; height: 25px; }
.location .branchWrap .branch .list .bubble.type3 { background: url("/app/layout/web/images/bubble_3.png")no-repeat center; background-size: 100% 100%; align-items: center; padding: 5px 5px 5px 10px; height: 30px; }
.location .branchWrap .branch .list .bubble.type33 { background: url("/app/layout/web/images/bubble_33.png")no-repeat center; background-size: 100% 100%; align-items: center; padding: 10px 5px 5px 5px; height: 30px; }
.location .branchWrap .branch .list .bubble.type4 { background: url("/app/layout/web/images/bubble_4.png")no-repeat center; background-size: 100% 100%; align-items: center; padding: 5px 5px 5px 10px; height: 25px; }
.location .branchWrap .branch .list .bubble.type44 { background: url("/app/layout/web/images/bubble_44.png")no-repeat center; background-size: 100% 100%; align-items: center; padding: 5px 5px 5px 10px; height: 44px; }
.location .branchWrap .branch .list .bubble.type5 { background: url("/app/layout/web/images/bubble_5.png")no-repeat; width: 87px; height: 30px; justify-content: flex-start; padding-left: 8px; }
.location .branchWrap .branch .list .bubble.type6 { background: url("/app/layout/web/images/bubble_6.png")no-repeat; }
.location .branchWrap .branch .list .bubble.type7 { background: url("/app/layout/web/images/bubble_7.png")no-repeat; }
.location .branchWrap .branch .list .bubble.type8 { background: url("/app/layout/web/images/bubble_8.png")no-repeat; height: 37px; padding-top: 13px; }


/* 서울 branch1 */
.location .branchWrap .branch1 .mapArea .list1 a { top: 162px; left: 356px; }
.location .branchWrap .branch1 .mapArea .list2 a { top: 318px; left: 210px; flex-direction: column; z-index: 2; }
.location .branchWrap .branch1 .mapArea .list3 a { top: 316px; left: 137px; flex-direction: row; z-index: 1; }
.location .branchWrap .branch1 .mapArea .list4 a { top: 290px; left: 198px; }
.location .branchWrap .branch1 .mapArea .list5 a { top: 338px; left: 345px; flex-direction: row-reverse; }
.location .branchWrap .branch1 .mapArea .list6 a { top: 289px; left: 300px; flex-direction: row-reverse; }
.location .branchWrap .branch1 .mapArea .list7 a { top: 263px; left: 315px; flex-direction: row-reverse; z-index: 1; }
.location .branchWrap .branch1 .mapArea .list8 a { top: 233px; left: 293px; }
.location .branchWrap .branch1 .mapArea .list9 a { top: 353px; left: 178px; }
.location .branchWrap .branch1 .mapArea .list10 a { top: 408px; left: 242px; flex-direction: column-reverse; z-index: 1; }
.location .branchWrap .branch1 .list10 .bubble.type3 { padding: 10px 5px 5px 5px; }
.location .branchWrap .branch1 .mapArea .list11 a { top: 405px; left: 176px; flex-direction: column-reverse; z-index: 1; }
.location .branchWrap .branch1 .list11 .bubble.type3 { padding: 10px 5px 5px 5px; }
.location .branchWrap .branch1 .mapArea .list12 a { top: 377px; left: 135px; flex-direction: column-reverse;}
.location .branchWrap .branch1 .list12 .bubble.type3 { padding: 10px 5px 5px 5px; }
.location .branchWrap .branch1 .mapArea .list13 a { top: 354px; left: 265px; flex-direction: column-reverse; }
.location .branchWrap .branch1 .list13 .bubble.type3 { padding: 10px 5px 5px 5px; }
.location .branchWrap .branch1 .mapArea .list14 a { top: 385px; left: 280px; flex-direction: row;}
.location .branchWrap .branch1 .mapArea .list15 a { top: 405px; left: 305px; flex-direction: row; }
.location .branchWrap .branch1 .mapArea .list16 a { top: 386px; left: 382px; flex-direction: row-reverse; }
.location .branchWrap .branch1 .mapArea .list17 a { top: 413px; left: 410px; flex-direction: row-reverse; }
.location .branchWrap .branch1 .mapArea .list18 a { top: 362px; left: 430px; flex-direction: row-reverse; }
.location .branchWrap .branch1 .mapArea .list19 a { top: 336px; left: 458px; flex-direction: row-reverse; }
.location .branchWrap .branch1 .mapArea .list20 a { top: 412px; left: 358px; flex-direction: column-reverse; }
.location .branchWrap .branch1 .list20 .bubble.type3 { padding: 10px 5px 5px 5px; }



/* 수도권 branch3 */
.location .branchWrap .branch3 .mapArea .list1 a { top: 320px; left: 245px; flex-direction: column; }
.location .branchWrap .branch3 .mapArea .list2 a { top: 297px;left: 115px; }
.location .branchWrap .branch3 .mapArea .list3 a { top: 270px;left: 209px; }
.location .branchWrap .branch3 .mapArea .list4 a { top: 437px; left: 79px; flex-direction: column-reverse; }
.location .branchWrap .branch3 .list4 .bubble.type3 { padding: 10px 5px 5px 5px; }
.location .branchWrap .branch3 .mapArea .list5 a { top: 420px; left: 160px; flex-direction: row-reverse; z-index: 1;}
.location .branchWrap .branch3 .mapArea .list6 a { top: 445px; left: 149px; flex-direction: row; }
.location .branchWrap .branch3 .mapArea .list7 a { top: 481px; left: 246px; flex-direction: row-reverse; z-index: 1; }
.location .branchWrap .branch3 .list7 .bubble.type4 { padding-left: 15px; }
.location .branchWrap .branch3 .mapArea .list8 a { top: 381px; left: 247px; flex-direction: column; }
.location .branchWrap .branch3 .mapArea .list9 a { top: 452px; left: 259px; flex-direction: row-reverse; }
.location .branchWrap .branch3 .mapArea .list10 a { top: 468px; left: 170px; flex-direction: row; }
.location .branchWrap .branch3 .mapArea .list11 a { top: 510px; left: 265px; flex-direction: row-reverse; }
.location .branchWrap .branch3 .mapArea .list12 a { top: 409px; left: 51px; flex-direction: row; }
.location .branchWrap .branch3 .mapArea .list13 a { top: 383px; left: 100px; flex-direction: column; }
.location .branchWrap .branch3 .mapArea .list14 a { top: 351px; left: 202px; flex-direction: column; }
.location .branchWrap .branch3 .mapArea .list15 a { top: 403px; left: 250px; flex-direction: row-reverse; }
.location .branchWrap .branch3 .mapArea .list16 a { top: 429px; left: 267px; flex-direction: row-reverse; z-index: 2; }
.location .branchWrap .branch3 .mapArea .list17 a { top: 404px; left: 281px; flex-direction: row-reverse; z-index: 1; }


/* 전국 branch2 */
.location .branchWrap .branch2 .mapArea .list1 a { top: 170px; left: 292px; flex-direction: row-reverse; }
.location .branchWrap .branch2 .mapArea .list2 a { top: 253px; left: 313px; flex-direction: row-reverse;}
.location .branchWrap .branch2 .mapArea .list3 a { top: 324px; left: 144px; flex-direction: row; }
.location .branchWrap .branch2 .mapArea .list4 a { top: 406px; left: 93px; flex-direction: row; }
.location .branchWrap .branch2 .mapArea .list5 a { top: 298px; left: 248px; flex-direction: row-reverse; }
.location .branchWrap .branch2 .mapArea .list6 a { top: 473px; left: 143px; flex-direction: row-reverse; }
.location .branchWrap .branch2 .mapArea .list7 a { top: 481px; left: 35px; flex-direction: row; }
.location .branchWrap .branch .list7 .bubble.type2 { padding-right: 15px; }
.location .branchWrap .branch2 .mapArea .list8 a { top: 474px; left: 286px; flex-direction: row-reverse; }
.location .branchWrap .branch2 .mapArea .list9 a { top: 434px; left: 385px; }
.location .branchWrap .branch2 .mapArea .list10 a { top: 503px; left: 322px; flex-direction: column-reverse; }
.location .branchWrap .branch2 .mapArea .list11 a { top: 465px; left: 407px; flex-direction: row-reverse; }
.location .branchWrap .branch .list11 .bubble.type4 { padding-left: 15px; }
.location .branchWrap .branch2 .mapArea .list12 a { top: 490px; left: 397px; flex-direction: row-reverse; }
.location .branchWrap .branch .list12 .bubble.type4 { padding-left: 15px; }
.location .branchWrap .branch2 .mapArea .list13 a { top: 451px; left: 259px; flex-direction: row; z-index: 1; }
.location .branchWrap .branch2 .mapArea .list14 a { top: 449px; left: 335px; }
.location .branchWrap .branch2 .mapArea .list15 a { top: 511px; left: 217px; flex-direction: row-reverse; }
.location .branchWrap .branch2 .mapArea .list16 a { top: 635px; left: 121px; flex-direction: row-reverse;}
/*
 * 회원가입 및 로그인 관련
 */
.subContentWrap {padding-top:70px; padding-bottom:100px;}
.subContentWrap.noBottomGap {padding-bottom:0;}

.mainSectionTitle {font-size:45px; color:#202020; font-family:RobotoT; letter-spacing: -1px; text-align:center; margin-bottom:60px;}
.mainSectionTitle span.bold {font-family:RobotoB;}

/*페이지 타이틀*/
.pageTitle {text-align:center; margin-bottom:100px;}
.pageTitle .titleText {font-size:45px; color:#303030; font-family:NotoSansL; line-height:45px; letter-spacing: -2px;}
.pageTitle .titleText span.bold {font-family:NotoSansM;}
.pageTitle .titleText span.engBold {font-family:RobotoB;}
.pageTitle .titleText span.engLight {font-family:RobotoT;}
.pageTitle .hBar {width:17px; height:2px; margin:20px auto; background-color:#59c2d8;}
.pageTitle .subText {font-size:16px; color:#303030; font-family:NotoSansL; line-height:16px;}

/*수정사항 (12/20)*/
.pageTitle .pageText { font-size: 16px; color: #a7a7a7; font-family:NotoSansL; margin-top: 30px; }
.pageTitle .pageText .brTextPc{display: none;}
.pageTitle .pageText .brTextM {display: block;}

/*페이지 섹션 타이틀*/
.pageSectionTitle {text-align:center; margin-bottom:45px; letter-spacing: -1px;}
.pageSectionTitle .partNum {font-size:70px; color:#59c2d8; font-family:RobotoB;}
.pageSectionTitle .decoText {font-size:10px; color:#c8c8c8; margin-bottom:40px; letter-spacing: 7px;}
.pageSectionTitle .title {font-size:35px; color:#303030; margin-bottom:25px;}
.pageSectionTitle .title span {font-family:NotoSansM;}
.pageSectionTitle .detailText {font-size:18px; color:#303030;}

/*로그인 폼*/
/*#loginFormWrap {width:570px; margin:0 auto;}*/
/*#loginFormWrap .inputWrap {display:flex; padding:15px; box-sizing: border-box; border:solid 1px #dedede; margin-bottom:10px;}*/
/*#loginFormWrap .inputWrap .iconCell {width:40px; height:30px; line-height:30px; border-right:solid 1px #dedede;}*/
/*#loginFormWrap .inputWrap .iconCell img {vertical-align: -6px;}*/
/*#loginFormWrap .inputWrap .inputCell {flex:1; margin-left:15px;}*/
/*#loginFormWrap .inputWrap .inputCell input {width:100%; height:100%; box-sizing: border-box; border:0;}*/
/*#loginFormWrap .btnLogin {width:100%; height:60px; border:0; line-height:60px; font-size:22px; color:#ffffff; font-family:NotoSansM; margin-top:10px; margin-bottom:60px; cursor:pointer; background-color:#59c2d8;}*/
/*#loginFormWrap .joinAndFindTable {width:100%; border-collapse: collapse;}*/
/*#loginFormWrap .joinAndFindTable tr td:last-child {text-align:right;}*/
/*#loginFormWrap .joinAndFindTable td {font-size:18px; color:#888888; padding-bottom:10px;}*/
/*#loginFormWrap .joinAndFindTable td span.bullet {color:#59c2d8;}*/
/*#loginFormWrap .joinAndFindTable td a {display:inline-block; width:180px; height:35px; line-height:35px; color:#ffffff; text-align:center; vertical-align: middle;}*/
/*#loginFormWrap .joinAndFindTable td a.btnJoin {background-color:#202020;}*/
/*#loginFormWrap .joinAndFindTable td a.btnFindIdPw {background-color:#888888;}*/

/*#loginFormWrap .loginHBar {height:1px; margin:50px 0; background-color:#cccccc;}*/
/*#loginFormWrap .snsLoginButton > div {margin-bottom:5px; text-align:center; font-size:0; cursor:pointer;}*/
/*#loginFormWrap .snsLoginButton > div img {display:inline-block;}*/


/*
    **************************************login**************************************
*/
.pageOutWrap.loginPage { height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding-top: 0; padding-bottom: 0; box-sizing: border-box;}
.login { padding: 220px 0 170px 0; box-sizing: border-box; }
.login .loginFormWrap { width: 100%; max-width: 800px; margin: 0 auto;}

/*table*/
.login .loginFormWrap table { width: 100%; border-top: 3px solid #ca90dc; margin-bottom: 20px; }

.login .loginFormWrap table tr { display: flex; border-bottom: 1px solid #dddddd; height: 70px; }
.login .loginFormWrap table tr:nth-last-child(1) { border-bottom: 0; }
.login .loginFormWrap table th { width: 220px; height: 70px; display: flex; align-items: center; justify-content: center; background: #f4eff6; }
.login .loginFormWrap table .iconCell { width: 100%; display: flex; justify-content: flex-start; align-items: center; text-align: center;
    gap: 15px; padding: 0 43px; box-sizing: border-box; font-size: 20px; color: #3d3b3d; font-family: 'PretendardB';}
.login .loginFormWrap table td {flex: 1; height: 100%; }
.login .loginFormWrap table td .inputCell { height: 100%; display: flex; justify-content: center; align-items: center; padding: 10px 20px; box-sizing: border-box; }
.login .loginFormWrap table td .inputCell input {
    width: 100%;
    height: 100%;
    /*width: 550px;*/
    /*height: 50px;*/
    font-size: 20px;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 2px solid #f4eff6;
}

.login .loginFormWrap .autoLogin { display: flex; align-items: center; gap: 7px; padding: 0 50px; margin-bottom: 30px; cursor: pointer; }
.login .loginFormWrap .autoLogin input[type="checkbox"] { /* -webkit-appearance: none; -moz-appearance: none; border: 2px solid #ca90dc;*/ width: 20px; height: 20px; box-sizing: border-box; cursor: pointer;}
.login .loginFormWrap .autoLogin input[type="checkbox"] + label {color: #7a7a7a; font-size: 18px;	font-family: 'PretendardM'; cursor: pointer; }

.login .loginFormWrap .joinFind {margin-top: 30px; display: flex; align-items: center; justify-content: center; gap: 30px; }
.login .loginFormWrap .joinFind li a { position: relative; color: #7a7a7a; font-size: 18px; 	font-family: 'PretendardM'; }
.login .loginFormWrap .joinFind li a:before { position: absolute; top: 0; left: -15px; content: ''; width: 1px; height: 20px; background: #7a7a7a; }
.login .loginFormWrap .joinFind li:nth-child(1) a:before { display: none; }


/*
    **************************************memberFind**************************************
*/

.memberFind .findFormWrap { width: 100%; max-width: 800px; margin: 0 auto; }
.memberFind .findFormWrap .tabBtnWrap { display: flex; align-items: center; height: 70px; gap: 4px; }
.memberFind .findFormWrap .tabBtnWrap .tabBtn { width: 50%; height: 100%; gap: 15px; display: flex; align-items: center; justify-content: center; text-align: center;
    font-size: 20px; color: #a7a7a7; font-family: 'PretendardB'; background: #eeeeee; cursor: pointer; box-sizing: border-box; }
.memberFind .findFormWrap .tabBtnWrap .tabBtn.on { position: relative; background: #f4eff6; color: #3d3b3d; }
.memberFind .findFormWrap .tabBtnWrap .tabBtn.on:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: #ca90dc; }

.memberFind .findFormWrap .tabBtnWrap .tabBtn:nth-child(1) .icon { background: url("/app/layout/web/images/loginIcon_off.png")no-repeat; width: 18px; height: 21px; }
.memberFind .findFormWrap .tabBtnWrap .tabBtn:nth-child(2) .icon { background: url("/app/layout/web/images/passwordIcon_off.png")no-repeat; width: 19px; height: 23px; }
.memberFind .findFormWrap .tabBtnWrap .tabBtn.on:nth-child(1) .icon{ background: url("/app/layout/web/images/loginIcon.png"); }
.memberFind .findFormWrap .tabBtnWrap .tabBtn.on:nth-child(2) .icon{ background: url("/app/layout/web/images/passwordIcon.png"); }

.memberFind .findFormWrap .tabPage .inputWrap { margin-bottom: 50px;}
.memberFind .findFormWrap .tabPage .inputCell { height: 50px; width: 100%; border: 1px solid #dddddd; /*padding: 10px 20px;*/ box-sizing: border-box; border-radius: 5px; }
.memberFind .findFormWrap .tabPage .inputCell input { width: 100%; height: 100%;font-size: 20px; font-family: 'PretendardL'; }
.memberFind .findFormWrap .tabPage .inputCell input::placeholder { color: #9a9a9a; }

.memberFind .findFormWrap .tabPage .inputWrap .gridBox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
    padding: 10px 20px;
}

.memberFind .findFormWrap .tabPage .inputWrap .gridBox .gridTitle {
    width: 25%;
    color: #a7a7a7;
    font-size: 20px;
    font-family: 'PretendardL';
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
}
.memberFind .findFormWrap .tabPage .inputWrap .gridBox .gridTitle > span {width: 100%; text-align: left;}
/*
    **************************************join**************************************
*/

.join .formWrap { border-top: 3px solid #ca90dc; box-sizing: border-box; }
.join .formWrap .formRow { display: flex; height: 70px; align-items: center; border-bottom: 1px solid #dddddd; box-sizing: border-box; }
.join .formWrap .formRow.type2 { height: 100px; }
.join .formWrap .formRow .formCol.head { display: flex; align-items: center;  height: 100%; width: 220px; color: #3d3b3d; font-family: 'PretendardB'; font-size: 20px;
    background: #f4eff6; padding: 0 32px; box-sizing: border-box; }
.join .formWrap .formRow .formCol.head span { position: relative; }
.join .formWrap .formRow .formCol.head span:before { position: absolute; top: 0; right: -15px; content: '*'; font-size: 28px; color: #c892de; }

.join .formWrap .formRow .formCol.body { flex: 1; padding: 10px 20px; box-sizing: border-box; }
.join .formWrap .formRow .formCol.body.flex { display: flex; align-items: center; gap: 20px; }

/*.join .formWrap .formRow .formCol.body input { border: none; }*/


.join .formWrap .formRow .formCol.body .checkBox { display: flex; align-items: center; gap: 5px; }
.join .formWrap .formRow .formCol.body .gender input[type=radio] +label { font-family: 'PretendardM'; }

/*약관동의*/
.join .agree { margin-bottom: 65px; }
.join .agree .agreeAllCell { padding: 0 13px; box-sizing: border-box; margin: 40px 0; display: flex; align-items: center; justify-content: space-between; color: #757575; }
.join .agree .agreeAllCell .chkTitle .mainText { font-size: 24px; font-family: 'PretendardB';}
.join .agree .agreeAllCell .chkTitle .mainText .purple { color: #c892de; font-family: 'PretendardEB'; }
.join .agree .agreeAllCell .chkTitle .subText { color: #757575; font-size: 17px; font-family: 'PretendardR'; letter-spacing: -0.8px; }
.join .agree .agreeAllCell input {  }
.join .agree .agreeAllCell input[type="checkbox"]{display: none;}
.join .agree .agreeAllCell input[type="checkbox"] + label{display: inline-block;width: 25px;height: 25px;border:2px solid #c892de;position: relative;}
.join .agree .agreeAllCell input[id="allCheck"]:checked + label::after{content:''; background: url("/app/layout/web/images/inputCheckIcon.png") center center no-repeat;width: 23px;height: 17px; position: absolute;left: 50%;top:50%; transform: translate(-50%,-50%); }
.join .agree .agreeAllCell label { cursor: pointer; }
.join .agree .checkBoxUL.checkBoxUL1 .checkBox .chk1 > span:before {
    position: absolute;
    top: 0;
    right: -15px;
    content: '*';
    font-size: 28px;
    color: #c892de;
}

.join .agree .checkBoxUL1 { margin-bottom: 70px; }
.join .agree .checkBoxUL .checkBox { display: flex; align-items: center; gap: 5px; margin-bottom: 20px; font-size: 22px; color: #3d3b3d; font-family: 'PretendardM'; cursor: pointer; }
.join .agree .checkBoxUL input[type="checkbox"]{display: none; }
.join .agree .checkBoxUL input[type="checkbox"] + label{ cursor: pointer; display: inline-block;width: 17px;height: 17px; margin-right: 3px; border:2px solid #c892de; position: relative; margin-bottom: 3px; }
.join .agree .checkBoxUL input[id="chk1"]:checked + label::after{content:''; background: url("/app/layout/web/images/inputCheckIcon.png") center center no-repeat;width: 19px;height: 14px; background-size: 19px 14px; position: absolute;left: 50%;top:50%; transform: translate(-50%,-50%); }
.join .agree .checkBoxUL input[id="chk2"]:checked + label::after{content:''; background: url("/app/layout/web/images/inputCheckIcon.png") center center no-repeat;width: 19px;height: 14px; background-size: 19px 14px; position: absolute;left: 50%;top:50%; transform: translate(-50%,-50%); }
.join .agree .checkBoxUL label { cursor: pointer; vertical-align: bottom;}

/*.join .agree .checkBoxUL .textarea div { width: 100%; height: 100%; resize: none; font-size: 18px; font-family: 'PretendardR';  }*/
.join .agree .checkBoxUL div::-webkit-scrollbar {background-color: #ffffff;}
.join .agree .checkBoxUL div::-webkit-scrollbar-thumb { background-color: #c892de; }
.join .agree .checkBoxUL div::-webkit-scrollbar-button { background: url("/app/layout/web/images/scrollButtonCustom.png") center center no-repeat; width: 20px; height: 17px; }
.join .agree .checkBoxUL div::-webkit-scrollbar-button:increment { display: none; }

/*회원가입 폼*/
/*#join {!*width:700px;*! margin:0 auto;}*/
/*#join .agree {font-size:14px;}*/
/*#join .agree .agreeAllCell {margin-bottom:20px; font-size:16px;}*/
/*#join .agree .agreeAllCell label {font-family:NotoSansM;}*/
/*#join .agree .agreeInfoBoldText {font-family:NotoSansB;}*/
/*#join .agree .agreeInfoTextUL {list-style: none; margin:15px 0;}*/
/*#join .agree .agreeInfoTextUL li::before {content:"- ";}*/
/*#join .agree .checkboxUL {list-style: none; margin-top:10px; margin-bottom:20px;}*/
/*#join .agree .checkboxUL li span {float:right;}*/
/*#join .btnJoin {display:block; width:500px; height:60px; border:0; line-height:60px; font-size:22px; color:#ffffff; font-family:NotoSansM; margin:0 auto; margin-top:50px; cursor:pointer; background-color:#59c2d8;}*/

/*
**************************************complete**************************************
*/
.pageOutWrap.login.complete .contentsWrap .cl_pageTitle {margin-bottom: 40px;}
.pageOutWrap.login.complete .contentsWrap .cl_pageTitle .mainText {font-size: 40px;}
.pageOutWrap.login.complete .contentsWrap .fontMedia {font-size: 22px;font-family: 'PretendardB';color: #595959;margin-bottom: 40px;padding-top: 40px;text-align: center;border-top: 1px solid #DDDDDD;line-height: 1.6;}
.pageOutWrap.login.complete .contentsWrap .contentBorder {margin: 0 auto;max-width: 750px;padding: 50px;border: 2px solid #dddddd;}

@media (max-width: 760px) {
    /*
    **************************************complete**************************************
    */
    .pageOutWrap.login.complete .contentsWrap .cl_pageTitle {margin-bottom: 30px;}
    .pageOutWrap.login.complete .contentsWrap .fontMain {font-size: 28px;}
    .pageOutWrap.login.complete .contentsWrap .fontMedia {font-size: 16px;margin-bottom: 25px;padding-top: 25px;line-height: 1.6;}
    .pageOutWrap.login.complete .contentsWrap .cl_pageTitle .mainText {font-size: 22px;}
    .pageOutWrap.login.complete .contentsWrap .contentBorder {border: 2px solid #dddddd;padding: 25px 10px 25px 10px;}
}


@media (max-width: 767px) {
    /*페이지 타이틀*/
    .pageTitle {text-align:center; margin-bottom:50px;}
    .pageTitle .titleText {font-size:25px; color:#303030; font-family:NotoSansL; line-height:30px; letter-spacing: -2px;}
    .pageTitle .titleText span.bold {font-family:NotoSansM;}
    .pageTitle .titleText span.engBold {font-family:RobotoB;}
    .pageTitle .titleText span.engLight {font-family:RobotoT;}
    .pageTitle .hBar {width:17px; height:2px; margin:10px auto; background-color:#59c2d8;}
    .pageTitle .subText {font-size:14px; color:#303030; font-family:NotoSansL; line-height:16px;}
}

@media (min-width: 1200px) {
    #join {
        width: 700px;
        margin: 0 auto;
    }
}

@media (max-width: 1350px) {
    /*
        **************************************header**************************************
    */
    .header { padding: 0 55px; justify-content: space-between;}
    .header.main { padding: 0 70px 0 40px; }
    /*.header .logo { margin-right: 100px; }*/
    .header .mainMenu > ul > li > a { width: 120px; }
    .header .mainMenu .loginBox{font-size: 12px}
    .header.main .headerLogin { width: 100px;}
    .header .headerLogin {width: 100px;}
    .header .globalMenuWrap {width: 120px;}
    .header .loginFlex {width: 100px;}

    /*
        **************************************footer**************************************
    */
    .footer .contentsWrap .infoArea { margin-right: 20px; }
    .footer .contentsWrap .privacyList li a { font-size: 14px; }
    .footer .info { gap: 10px; font-size: 14px;}
    .footer .copyright { font-size: 14px; }
    .footer .snsArea { padding-left: 20px; }
    .footer .address { font-size: 14px; }


    /*
        **************************************mainPage**************************************
    */

    /*.mainVisual {padding: 0 20px; box-sizing: border-box; }*/

    /*
        *** vandsMedia
    */
    .vandsMedia .mediaArea .videoArea {max-width: 500px; }
    .vandsMedia .mediaArea .videoListWrap { height: 300px; }
    .vandsMedia .mediaArea .videoList { display: flex; align-items: center; gap: 20px; cursor: pointer; }

    /*
        *** bestSeller
    */
    .bestSeller .swiper-slide .imgArea {  position: relative; overflow: hidden; height: auto; }
    .bestSeller .swiper-slide .textArea { padding: 20px; }
    .bestSeller .swiper-slide .mainText { font-size: 20px; }
    .bestSeller .swiper-slide .subText { font-size: 16px; }
    .bestSeller .swiper-slide .price { font-size: 16px; }


    /*
        **************************************doctor**************************************
    */


    /*의사팝업*/
    .popupWrap.doctor { padding: 0 20px; box-sizing: border-box; }
    .popupWrap.doctor .popup .infoArea .nameArea .name { font-size: 28px;}
    .popupWrap.doctor .popup .infoArea ul li { font-size: 16px; padding: 7px 10px; }

    /*
        **************************************vandsIntro**************************************
    */
    .vandsIntro .cl_menuList { padding: 0 20px; box-sizing: border-box; }

    /*
        **************************************lookAround**************************************
    */
    .look .lookSwiper .swiper-button-next,.look .lookSwiper .swiper-button-prev { width: 50px; height: 50px; }
    .look .lookSwiper .swiper-button-next i , .look .lookSwiper .swiper-button-prev i { font-size: 24px; }
    /*.look .navigationWrap { max-width: 700px; }*/
    .look .swiper-pagination-progressbar { max-width: 80%; }


    /*
        **************************************location**************************************
    */
    .location .locationWrap .infoWrap .list { margin-bottom: 20px; }
    .location .locationWrap .infoWrap .mainTitle { font-size: 18px; gap: 5px; margin-right: 30px; }
    .location .locationWrap .infoWrap .subText { font-size: 16px; }

    .location .branchWrap .scaleWrap { zoom: 0.73}


    /*
        **************************************login**************************************
    */
    .login {width: 100%;margin: 0 auto;max-width: 90%;}

}


@media(max-width: 1024px){

    .header .logo {
        width: 130px;
    }
    .purpleBar { width: 70px; }
    .mainHamburger { top: 28px; right: 21px; }
    .mainHamburger .line{ width: 30px; }

    /*
        **************************************header**************************************
    */
    .header { padding: 0 40px; justify-content: flex-start; height: 80px; }
    .header .logo { margin-right: 40px; }
/*    .header .logo img { width: 130px; }*/
    .header .mainMenu > ul > li > a { width: 137px; }
    .header .mainMenu > ul > li > a { font-size: 14px; }
    .header .mainMenu .subMenuWrap .subMenu li a { font-size: 12px; }
    .header .gnbBg { top: 80px; }
    .header .mainMenu .subMenuWrap { top: 80px; padding-top: 10px; }
    .header .rightArea { flex: 1; justify-content: space-between; gap: 0; }
    /*
     * 2025-07-24 추가 시작
    */
    body > div.pageOutWrap.paddingNon.main > div.mainVisual > div.contentsWrap > div > div {
        margin-left: 50px;
    }
    .header .globalFlex > li > a > img { height: 30px; width: 45px;}
    /*
     * 2025-07-24 추가 종료
    */

    /*
        **************************************footer**************************************
    */
    .footer .contentsWrap { flex-direction: column; }
    .footer .contentsWrap .logo { margin-right: 0; margin-bottom: 20px; }
    .footer .contentsWrap .privacyList { margin-bottom: 30px; }
    .footer .contentsWrap .infoArea { margin-right: 0; margin-bottom: 30px; }
    .footer .snsArea { padding-left: 0; }
    .footer .snsArea:before { display: none; }

    /*
        *** quickReservation
    */
    .quickReservation .formWrap { flex-direction: column; height: 100%; border-bottom: 0; }
    .quickReservation .formWrap .formRow { width: 100%; height: 70px; border-bottom: 1px solid #ddd; }
    .quickReservation .formWrap .formRow .formCol.head { font-size: 16px; height: 100%; }
    .quickReservation .formWrap .formRow .formCol.body { padding: 10px; box-sizing: border-box; }
    .quickReservation .formWrap .formRow.full { height: 100%; }

    /*
        **************************************mainPage**************************************
    */

    .mainVisual { position: relative; /*background: url("../images/mainVisual.png") center center no-repeat;*/ width: 100%; height: 550px;  z-index: -1; background-size: cover; }

    /*
        *** vandsMedia
    */
    .vandsMedia .mediaArea .videoArea { max-width: 100%; }
    .vandsMedia .mediaArea { flex-direction: column; }
    .vandsMedia .mediaArea .videoListWrap { width: 100%; flex: auto;}
    .vandsMedia .mediaArea .videoList { display: flex; align-items: center; gap: 20px; cursor: pointer; }

    /*
        *** bestSeller
    */
    .bestSeller .swiper-slide .num { right: 20px;}
    .bestSeller .swiper-slide .num span { font-size: 14px; }
    .bestSeller .swiper-slide .num img { width: 40px; }
    .bestSeller .swiper-button-next,.bestSeller .swiper-button-prev { background-size: 30px 30px; width: 30px; height: 30px; }
    .bestSeller .swiper-button-prev, .bestSeller .swiper-button-next { top: -60px; }
    .bestSeller .swiper-slide .textArea { padding: 10px; }
    .bestSeller .swiper-slide .mainText { font-size: 18px; }
    .bestSeller .swiper-slide .subText { font-size: 14px; margin-bottom: 10px; }
    .bestSeller .swiper-slide .price { font-size: 14px; }
    .bestSeller .swiper-slide .price span { font-size: 12px; }



    /*
        **************************************vandsIntro**************************************
    */
    .vandsIntro .subVisual .mainText { font-size: 26px; }
    .vandsIntro .subVisual .subText { font-size: 15px; }

    .vandsIntro .gridCellWrap { margin-top: 80px; padding: 80px 0; }
    .vandsIntro .gridCellWrap .mainTitle { font-size: 24px; }


    /*
        **************************************doctor**************************************
    */
    .popupWrap.doctor .popup { padding: 15px 0; }
    .popupWrap.doctor .popup .pop { flex-direction: column;  overflow-y: auto; padding: 15px; height: 500px;  }
    .popupWrap.doctor .popup .imgArea { margin-right: 0; }


    /*
        **************************************equipment**************************************
    */

    .equipment .cl_gridWrapper .grid .gridCell { margin-bottom: 0; }

    /*
        **************************************lookAround**************************************
    */
    .look .lookSwiper .swiper-button-next,.look .lookSwiper .swiper-button-prev { width: 40px; height: 40px; }
    .look .lookSwiper .swiper-button-next i , .look .lookSwiper .swiper-button-prev i { font-size: 20px; }
    .look .swiper-button-next { right: 10%; left: auto; }
    .look .swiper-button-prev { left: 10%; right: auto; }
    .look .swiper-slide { height: 500px; }


    /*
        **************************************location**************************************
    */

    /*.location .contentsWrap { padding: 0; }*/
    .location .locationWrap { flex-direction: column; }
    .location .locationWrap .map { width: 100%; margin-right: 0; margin-bottom: 20px; }
    .location .infoWrap { width: 100%; padding: 0 20px; box-sizing: border-box; }
    .location .locationIframe { padding: 80px 0; box-sizing: border-box; }
    /*.location .locationImage { position: relative;height: 0;width: 100%;padding-bottom: 56.25%;}*/
    .location .branchWrap { padding: 80px 0; }


    .location .branchWrap .scaleWrap { flex-direction: column; zoom: 1}
    .location .branchWrap .scaleWrap .branch { margin: 0 auto; }

    /*
    **************************************login**************************************
    */
    .pageOutWrap.loginPage {height: 100%; padding: 220px 0 170px 0;}
    .login { max-width: 100%; }

    .login .loginFormWrap table .iconCell { font-size: 16px; }

    .login .loginFormWrap .autoLogin input[type="checkbox"] + label { font-size: 16px; }
    .login .loginFormWrap table td .inputCell input { font-size: 16px; }

    .login .loginFormWrap .joinFind li a { font-size: 16px; }


    /*
    **************************************memberFind**************************************
    */
    .memberFind .findFormWrap .tabBtnWrap .tabBtn { font-size: 18px; }
    .memberFind .findFormWrap .tabPage .inputCell input { font-size: 18px; }


    /*
        **************************************join**************************************
    */

    .join .formWrap .formRow .formCol.head { font-size: 18px; }

    .join .agree .agreeAllCell .chkTitle .mainText { font-size: 27px; }
    .join .agree .agreeAllCell .chkTitle .subText { font-size: 18px; }

    .join .agree .agreeAllCell input[type="checkbox"] + label { width: 25px; height: 25px; }
    .join .agree .checkBoxUL .checkBox { font-size: 18px; }



}
@media(max-width: 768px){
    .purpleBar { display: none !important }
    .main .section { padding: 50px 0; }
    /*
        *** quickReservation
     */
    .quickReservation .formWrap .formRow { height: 60px; }
    .quickReservation .formWrap .formRow .formCol.head { width: 100px; font-size: 14px; padding: 0 10px; }
    .quickReservation .formWrap.large { height: 120px; }
    .quickReservation .buttonWrap { margin-top: 20px; }

    /*
        **************************************header**************************************
    */

    .header { height: 60px; padding: 0 20px; justify-content: space-between; }
    .header .logo { height: 100%;display: flex;align-items: center; }

    .header.main { padding: 0 20px; }

    /*
     * 2025-07-24 추가 시작
    */
    .globalFlex.globalLangMobile {
        position: fixed;
        top: 20px;
        right: 60px;
        gap: 5px;
        z-index: 10;
    }
    .globalFlex.globalLangMobile > li > a > img { height: 30px; width: 45px;}

    /*
     * 2025-07-24 추가 종료
    */

    /*햄버거메뉴*/
    .header .fullMenuWrap { display: none !important; }
    .header .fullMenuWrapM { display: flex !important; flex-direction: column; align-items: center; justify-content: space-between;
        box-sizing: border-box; cursor: pointer; z-index: 1; }
    .header .fullMenuWrapM .fullMenu { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
    .header .fullMenuWrapM .line { gap: 30px; width: 25px; height: 2px; background: #222222; }
    .header .fullMenuWrapM { position: absolute; top: 22px; right: 15px; z-index: 2;  }
    .header.main .fullMenuWrapM .line { background: #fff; }
    .header.main.scroll .fullMenuWrapM .line { background: #222; }


    /*mobileMenuWrap*/
    .mobileMenuWrap { display: block; background: rgba(0,0,0,0.4); width: 100%; height: 100%; z-index: 999;  }
    .mobileMenuWrap { position: fixed; top: 0; right: -100vw; }
    .mobileMenuWrap.on { right: 0; }
    .mobileMenuWrap .mobileMenu { width: 81%; background: #fff; height: 100%; position: absolute; right: 0; transition: 0.5s; overflow-y: auto; }
    .mobileMenuWrap .mobileMenu .headerM { display: flex; align-items: center; justify-content: space-between; padding: 15px 20px; box-sizing: border-box; border-bottom: 5px solid #F3F4F9; }
    .mobileMenuWrap .mobileMenu .headerM .closeButton { font-size: 24px; color: #222222; cursor: pointer;}

    .mobileMenuWrap .mobileMenu > ul { padding: 15px 20px; box-sizing: border-box; }
    .mobileMenuWrap .mobileMenu > ul > li > a { display: flex; align-items: center; justify-content: space-between; font-size: 16px; font-family: 'PretendardB'; padding: 15px; border-bottom: 1px solid #DDDDDD;}
    .mobileMenuWrap .mobileMenu > ul > li > a i { color: #777777; font-size: 20px; cursor: pointer; }
    .mobileMenuWrap .mobileMenu > ul > li.on > a i { transform: scale(-1); }

    .mobileMenuWrap .mobileMenu > ul .subMenuWrap { display: none; background: #F3F4F9; border: 1px solid #DDDDDD; }
    .mobileMenuWrap .mobileMenu > ul .subMenuWrap .subMenu li { padding: 5px 20px; }
    .mobileMenuWrap .mobileMenu > ul .subMenuWrap .subMenu li a { font-family: 'PretendardR'; font-size: 13px; }

    .mobileMenuWrap .mobileMenu > ul > li > .loginBox {
        display: flex;
        align-items: center;
        font-size: 16px;
        font-family: 'PretendardB';
        padding: 15px;
        margin-bottom: 10px;
    }


    /*
        **************************************footer**************************************
    */
    .footer { padding: 30px 10px 150px 10px; }
    .footer .contentsWrap { flex-direction: column; }
    .footer .contentsWrap .logo img { width: 90px; }
    .footer .contentsWrap .logo { margin-right: 0; margin-bottom: 20px; }
    .footer .contentsWrap .privacyList { margin-bottom: 20px; gap: 20px; }
    .footer .contentsWrap .privacyList li:before { right: -10px; top: 50%; transform: translateY(-50%); }
    .footer .contentsWrap .infoArea { margin-right: 0; margin-bottom: 20px; }

    .footer .contentsWrap .privacyList li a { font-size: 13px; }
    .footer .info { font-size: 13px; flex-wrap: wrap; }
    .footer .address { font-size: 13px; margin-bottom: 20px; }
    .footer .copyright { font-size: 12px; }

    .footer .snsArea .mainText { font-size: 13px; }


    /*
        **************************************quickBar**************************************
    */
    .quickBar { height: 70px; }
    .quickBar .contentsWrap { padding: 0;  }
    .quickBar ul { gap: 5px; }
    .quickBar ul li { width: 100%; }
    .quickBar ul li:after { display: none; }
    .quickBar ul li:before { right: -5px; }
    .quickBar ul li:nth-last-child(1):before { display: none; }
    .quickBar ul li a img { height: 17px; width: auto; margin-bottom: 5px;}
    .quickBar ul li a { flex-direction: column; font-size: 13px; font-family: 'PretendardM'; }

    .quickBar .contentsWrap .close { top: -32px; width: 70px; height: 25px; border-top-left-radius: 5px; border-top-right-radius: 5px; background-size: 13px 13px; }
    .quickBar.on { bottom: -70px; }
    .quickBar.on .contentsWrap .close {  border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }

    /*
        **************************************mainPage**************************************
    */

    .mainVisual { position: relative; background: url("../images/mainVisual_M.png") center center no-repeat; width: 100%; height: 300px;  z-index: -1; background-size: cover; }

    /*
        *** vandsMedia
    */
    .vandsMedia .mediaArea .videoListWrap .thumbCell img { width: 120px; height: auto;}
    .vandsMedia .mediaArea .videoList { gap: 10px; }
    .vandsMedia .mediaArea .videoList .mainText { font-size: 14px; margin-bottom: 5px; }
    .vandsMedia .mediaArea .videoList .subText { font-size: 13px; }
    .vandsMedia .mediaArea .videoListWrap { height: 230px; }
    .vandsMedia .mediaArea .videoList { display: flex; align-items: center; cursor: pointer; flex-direction: row;}

    /*
        *** bestSeller
    */
    .bestSeller .swiper-button-prev, .bestSeller .swiper-button-next { display: none; }
    .bestSeller .swiper-slide .mainText { font-size: 20px; }
    .bestSeller .swiper-slide .subText { font-size: 13px; margin-bottom: 10px; }
    .bestSeller .swiper-slide .price { font-size: 16px; }
    .bestSeller .swiper-slide .price span { font-size: 11px; }


    /*
        **************************************vandsIntro**************************************
    */
    .vandsIntro .subVisual .mainText { font-size: 20px; }
    .vandsIntro .subVisual .subText { font-size: 13px; }

    .vandsIntro .gridCellWrap { margin-top: 60px; padding: 60px 0; }
    .vandsIntro .gridCellWrap .mainTitle { font-size: 20px; }

    .vandsIntro .cl_menuList { padding: 0 10px; box-sizing: border-box; }

    .cl_gridWrapper .grid .gridCell .mainText .bold { font-size: 20px; }
    .cl_gridWrapper .grid .gridCell .mainText { font-size: 13px; }
    .doctor .cl_gridWrapper .grid {margin: 0; justify-content: center;}
    .doctor .cl_gridWrapper .grid .gridCell:before { bottom: -20px; }
    .doctor .cl_gridWrapper .grid .gridCell { margin-bottom: 50px; width: calc(50% - 10px);}



    /*
        **************************************doctor**************************************
    */

    .popupWrap.doctor .popup { background-image: url("../images/popupLogo_M.png"); }
    .popupWrap.doctor .popup .imgArea { width: 100%; }
    .popupWrap.doctor .popup .infoArea ul li { font-size: 13px; }
    .popupWrap.doctor .popup .infoArea ul li:before { top: 5px; }
    .popupWrap.doctor .popup .infoArea { width: 100%; }
    .popupWrap.doctor .popup .infoArea .nameArea .name { font-size: 20px; }
    .popupWrap.doctor .popup .infoArea .nameArea .doctors { font-size: 13px; }
    .popupWrap.doctor .closeButton { font-size: 20px;}
    .popupWrap.doctor .closeButton { color: black; right: 10px; top: 10px;}

    /*
        **************************************lookAround**************************************
    */
    /*.look .navigationWrap {*/
    /*    max-width: 100%;*/
    /*}*/
    .look .swiper-button-next { right: 30px; }
    .look .swiper-button-prev { left: 30px; }
    .look .lookSwiper .swiper-button-next i , .look .lookSwiper .swiper-button-prev i { font-size: 18px; }
    .look .swiper-slide {  height: 270px; }

    /*
        **************************************location**************************************
    */

    .login { padding: 160px 0 80px 0; }

    .location .locationWrap .map { margin-bottom: 20px; }
    .location .infoWrap { padding: 0 10px; }
    .location .locationWrap .infoWrap .mainTitle { font-size: 14px; gap: 2px; }
    .location .locationWrap .infoWrap .subText { font-size: 13px; padding-left: 20px; }
    .location .locationWrap .infoWrap .subText a{ font-size: 13px;}
    .location .locationWrap .infoWrap .list { margin-bottom: 10px; }
    .location .locationIframe { padding: 60px 0; box-sizing: border-box; }
    /*.location .locationImage { padding: 60px 0; height: 450px;}*/
    .location .branchWrap { padding: 60px 0; }


    .location .branchWrap .scaleWrap .branch .list .bubble { padding-top: 6px; }

    .location .branchWrap .branch .list .bubble.type5 { padding-left: 6px; }
    .location .branchWrap .branch .list .bubble.type2 {padding-left: 9px; }
    .location .branchWrap .branch .list .bubble.type3 { padding-top: 12px; }
    .location .branchWrap .branch .list .bubble.type8 { padding-top: 13px; }

    /*
        **************************************login**************************************
    */
    .login .cl_pageTitle .mainText { font-size: 28px; }

    .login .loginFormWrap table { margin-bottom: 10px; }
    .login .loginFormWrap table tr { height: 45px; }
    .login .loginFormWrap table th { width: 120px; height: 45px; }
    .login .loginFormWrap table .iconCell { padding: 0 10px; font-size: 12px; }
    .login .loginFormWrap table td .inputCell {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px 10px;
        box-sizing: border-box;
    }
    .login .loginFormWrap table td .inputCell input { font-size: 12px; }

    .login .loginFormWrap .autoLogin input[type="checkbox"] + label { font-size: 12px; }
    .login .loginFormWrap .autoLogin input[type="checkbox"] { width: 12px; height: 12px; }

    .login .loginFormWrap .joinFind li a { font-size: 12px; }


    .login .loginFormWrap .autoLogin { padding: 0 10px; }

    .login .loginFormWrap .joinFind {margin-top: 15px; gap: 20px; }
    .login .loginFormWrap .joinFind li a:before { height: 12px; left: -10px; }

    /*
    **************************************memberFind**************************************
    */
    .memberFind .findFormWrap .tabBtnWrap .tabBtn { font-size: 12px; gap: 5px; height: 45px; }
    .memberFind .findFormWrap .tabPage .inputCell { padding: 0 20px; height: 45px; }
    .memberFind .findFormWrap .tabPage .inputCell input { font-size: 12px; font-family: 'PretendardR'; }


    /*
    **************************************join**************************************
    */
    .join .formWrap .formRow { height: 60px; }
    .join .formWrap .formRow .formCol.head { width: 160px; font-size: 14px; padding: 0px 24px;}
    .join .formWrap .formRow .formCol.head span:before { font-size: 16px; right: -10px; }
    .join .formWrap .formRow.type2 { height: 80px; }

    /*.cl_button.square {*/
    /*    display: none;*/
    /*}*/
    .join .formWrap .formRow .formCol.body { padding: 5px 10px; }
    .join .formWrap .formRow .formCol.body .input {  padding: 0; }
    .join .formWrap .formRow.type2 .formCol.body .input {height: 50% !important; padding: 0; }
    .join .formWrap .formRow .formCol.body.flex {gap: 10px; }
    .join .agree { margin-bottom: 30px; }
    .join .agree .agreeAllCell { margin: 25px 0 30px 0; }
    .join .agree .agreeAllCell .chkTitle .mainText { font-size: 20px; }
    .join .agree .agreeAllCell .chkTitle .subText { font-size: 14px; }
    .join .agree .agreeAllCell input[type="checkbox"] + label { width: 13px; height: 13px; }

    .join .agree .checkBoxUL1 { margin-bottom: 30px; }
    .join .agree .checkBoxUL .checkBox { font-size: 14px; margin-bottom: 10px; }
    .join .agree .checkBoxUL input[type="checkbox"] + label { width: 13px; height: 13px; }
    .join .agree .agreeAllCell input[id="allCheck"]:checked + label::after {width: 15px; height: 15px; }

    .join .agree .checkBoxUL input[id="chk1"]:checked + label::after { background-size: 13px 10px; width: 13px; height: 10px; }
    .join .agree .checkBoxUL input[id="chk2"]:checked + label::after { background-size: 13px 10px; width: 13px; height: 10px; }

    .memberFind .findFormWrap .tabPage .inputWrap .gridBox .gridTitle {
        width: 30%;
        padding-left: 0px !important;
    }

    .memberFind .findFormWrap .tabPage .inputWrap .gridBox .gridTitle > span {
        width: 100%;
        text-align: left;
        font-size: 15px;
    }
}
@media(max-width: 425px){
    .join .agree .agreeAllCell .chkTitle .mainText {
        font-size: 15px;
    }
    .join .agree .agreeAllCell .chkTitle .subText {
        font-size: 10px;
        margin-top: 3px;
    }
    .join .formWrap .formRow .formCol.head {
        width: 120px;
        font-size: 14px;
        padding: 0px 16px;
    }
    .cl_button.square a {
        width: 100%;
        height: 36px;
        font-size: 13px;
    }
    .join .formWrap .formRow .formCol.body.flex {
        gap: 10px;
    }
    input[type=radio] + label {
        font-size: 14px;
    }

    .popupWrap.reserve .popup {
        position: relative;
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
        background: #fff;
        border-radius: 5px;
    }
}
