.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: 35px; 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: 0; 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: 0 180px 0 100px; }
.header.on { background: rgba(255,255,255,0.9); }
.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 .hoverLogo { display: none; }
.header.on .logoIcon { display: none; }
.header.on .hoverLogo { display: block; }

*/
.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%; }
.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: 150px; height: 100%; color: #222; text-align: center; font-size: 17px; 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';
}
.header.main .headerLogin {
    display: flex;
    width: 150px;
    justify-content: flex-end;
    color: #737373;
}

.header .rightArea { height: 100%; display: flex; gap: 130px; }
/*햄버거메뉴*/
.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; }



.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; }

/*
 * 2025-06-26 추가 시작
*/

.location .locationWrap .map .cont { display: none; }

/*
 * 2025-06-26 추가 종료
*/


.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; }
.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-size: 490px 410px;
    background-image: url("../images/map_1.png"); background-repeat: no-repeat; background-position: center center;  }
.location .branchWrap .scaleWrap .branch2 .mapArea { position: relative; width: 100%; height: 717px;  background-image: url("../images/map_2.png"); background-repeat: no-repeat; background-position: center center;  }


.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("../images/locationPoint.png")no-repeat; width: 26px; height: 26px; }
.location .branchWrap .scaleWrap .branch .list .bubble { display: flex; justify-content: center; background: url("../images/bubble_1.png")no-repeat; width: 59px; height: 36px;
    font-size: 15px; font-family: 'PretendardB'; padding-top: 7px;  box-sizing: border-box; -webkit-text-size-adjust: auto; }
.location .branchWrap .scaleWrap .branch .list .bubble.bgM {width: 87px; background-size: 87px 36px;}
.location .branchWrap .scaleWrap .branch .list .bubble.bgL {width: 94px; height: 46px; background-size: 94px 46px;}

.location .branchWrap .branch .list .bubble.type2 { background: url("../images/bubble_2.png")no-repeat; width: 65px; height: 30px; justify-content: flex-start; padding-left: 10px; }
.location .branchWrap .branch .list .bubble.type3 { background: url("../images/bubble_3.png")no-repeat; padding-top: 12px; }
.location .branchWrap .branch .list .bubble.type4 { background: url("../images/bubble_4.png")no-repeat; width: 65px; height: 30px; padding-left: 5px; }
.location .branchWrap .branch .list .bubble.type5 { background: url("../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("../images/bubble_6.png")no-repeat; }
.location .branchWrap .branch .list .bubble.type7 { background: url("../images/bubble_7.png")no-repeat; }
.location .branchWrap .branch .list .bubble.type8 { background: url("../images/bubble_8.png")no-repeat; height: 37px; padding-top: 13px; }
.location .branchWrap .branch .list .bubble.type2.pdlS { padding-left: 3px; }



.location .branchWrap .branch1 .mapArea .list1 a { top: 162px; left: 356px; }
.location .branchWrap .branch1 .mapArea .list2 a { top: 286px; left: 209px; }
.location .branchWrap .branch1 .mapArea .list3 a { top: 307px; left: 141px; flex-direction: row;}
.location .branchWrap .branch1 .mapArea .list4 a { top: 326px; left: 328px; flex-direction: row-reverse;}
.location .branchWrap .branch1 .mapArea .list5 a { top: 282px; left: 276px; flex-direction: row-reverse;}
.location .branchWrap .branch1 .mapArea .list6 a { top: 256px; left: 303px; flex-direction: row-reverse;}
.location .branchWrap .branch1 .mapArea .list7 a { top: 404px; left: 57px; flex-direction: row; }
.location .branchWrap .branch1 .mapArea .list8 a { top: 349px; left: 157px; flex-direction: row;}
.location .branchWrap .branch1 .mapArea .list9 a { top: 339px; left: 71px; flex-direction: row; }
.location .branchWrap .branch1 .mapArea .list10 a { top: 370px; left: 65px; flex-direction: row; }
.location .branchWrap .branch1 .mapArea .list11 a { top: 375px; left: 181px; flex-direction: column-reverse;}
.location .branchWrap .branch1 .mapArea .list12 a { top: 329px; left: 268px; flex-direction: column-reverse; }
.location .branchWrap .branch1 .mapArea .list13 a { top: 381px; left: 280px; flex-direction: row;}
.location .branchWrap .branch1 .mapArea .list14 a { top: 408px; left: 295px; flex-direction: row; }
.location .branchWrap .branch1 .mapArea .list15 a { top: 376px; left: 368px; flex-direction: row-reverse; }
.location .branchWrap .branch1 .mapArea .list16 a { top: 400px; left: 394px; flex-direction: row-reverse; z-index: 2;}
.location .branchWrap .branch1 .mapArea .list17 a { top: 412px; left: 358px; flex-direction: column-reverse; z-index: 1;}
.location .branchWrap .branch1 .mapArea .list18 a { top: 465px; left: 295px; flex-direction: row-reverse;}
.location .branchWrap .branch1 .mapArea .list19 a { top: 468px; left: 420px; flex-direction: row-reverse; }
.location .branchWrap .branch1 .mapArea .list20 a { top: 517px; left: 302px; flex-direction: row; }
.location .branchWrap .branch1 .mapArea .list21 a { top: 493px; left: 411px; flex-direction: row-reverse; }
.location .branchWrap .branch1 .mapArea .list22 a { top: 519px; left: 397px; flex-direction: row-reverse; }


.location .branchWrap .branch2 .mapArea .list1 a { top: 112px; left: 112px; flex-direction: row; }
.location .branchWrap .branch2 .mapArea .list2 a { top: 142px; left: 65px; flex-direction: row;}
.location .branchWrap .branch2 .mapArea .list3 a { top: 170px; left: 53px; flex-direction: row; }
.location .branchWrap .branch2 .mapArea .list4 a { top: 200px; left: 97px; flex-direction: row; }
.location .branchWrap .branch2 .mapArea .list5 a { top: 175px; left: 182px; flex-direction: row-reverse;}
.location .branchWrap .branch2 .mapArea .list6 a { top: 197px; left: 182px; flex-direction: row-reverse;}
.location .branchWrap .branch2 .mapArea .list7 a { top: 228px; left: 194px; flex-direction: row-reverse;}
.location .branchWrap .branch2 .mapArea .list8 a { top: 240px; left: 280px; flex-direction: row-reverse; }
.location .branchWrap .branch2 .mapArea .list9 a { top: 311px; left: 140px; flex-direction: row; }
.location .branchWrap .branch2 .mapArea .list10 a { top: 293px; left: 229px; flex-direction: row-reverse; }
.location .branchWrap .branch2 .mapArea .list11 a { top: 455px; left: 159px; flex-direction: row-reverse; }
.location .branchWrap .branch2 .mapArea .list12 a { top: 453px; left: 270px; flex-direction: row-reverse; }
.location .branchWrap .branch2 .mapArea .list13 a { top: 446px; left: 364px; flex-direction: row-reverse; }
.location .branchWrap .branch2 .mapArea .list14 a { top: 474px; left: 225px; flex-direction: row-reverse; }
.location .branchWrap .branch2 .mapArea .list15 a { top: 622px; left: 114px; 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;}*/

@media (min-width: 1200px) {
    #join {
        width: 700px;
        margin: 0 auto;
    }
}


@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 (max-width: 1350px) {
    /*
        **************************************header**************************************
    */
    .header { padding: 0 40px; justify-content: space-between;}
    .header.main { padding: 0 140px 0 40px;; }
    .header .logo { margin-right: 100px; }
    .header .mainMenu > ul > li > a { width: 90px; }
    .header .mainMenu .loginBox{font-size: 12px}
    .header.main .headerLogin {width: 120px;}
    .header .headerLogin {width: 120px;}

    /*
        **************************************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){

    .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: 100px; }
    .header .mainMenu > ul > li > a { width: 100px; }
    .header .mainMenu > ul > li > a { font-size: 15px; }
    .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; }


    /*
        **************************************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 .logoIcon img { width: 90px; }

    .header.main { padding: 0 20px; }

    /*햄버거메뉴*/
    .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;
    }
}
