@charset "utf-8";

.swiper-wrapper {
  height: auto;
}

#wrap{width: 100%; max-width:720px; margin: 0 auto;}

#header {
  position:fixed;
  top:0;
  left:0;
  right: 0;
  width:100%;
  max-width:720px;
  z-index:31;
  margin: 0 auto;
}
#header.fixed_top {
  top:-54px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

#header {
  background-color: #fff;
}
.header_top {
  position:relative;
  height:52px;
  background:#fff;
}
.header_top h1 {
  float:left;
  position: relative;
  top: 13px;
  margin-left:16px;
}
.header_top h1 img {
  width: 78px;
}

.lang {
  float: left;
  position: relative;
  z-index: 2;
  /*width: calc(100% - 122px);*/
  width: 90px;
  max-width: 290px;
  margin: 10px 0 0 12px;
}
.lang > em {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 36px;
    line-height: 34px;
    border-radius: 8px;
    border: solid 1px #f6d6f3;
    background-color: #fff8fe;
    background-image: url("/common/img/ico_global.png");
    background-size: 16px auto;
    background-position: 8PX 50%;
    background-repeat: no-repeat;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: normal;
    text-align: left;
    color: #e876dd;
    padding-left: 30px;
}
.lang.on > em {
  border-radius: 8px 8px 0 0;
}
.lang > em::after {
  content: '';
  width: 8px;
  height: 4px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -1px;  
  background-image: url("/common/img/ico_arrow_down.png");
  background-size: 8px auto;
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.lang.on > em::after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.lang > ul {
  display: none;
  position: absolute;
  top: 36px;
  width: 100%;
  margin: 0;
  border-radius: 0 0 8px 8px;
  border: solid 1px #f6d6f3;
  border-top: 0;
  background-color: rgba(255,255,255,0.8);
}
.lang > ul li {
  height: 44px;
}
.lang > ul li a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: normal;
  text-align: center;
  color: #757d86;
}
.lang > ul li.active a {
  color: #e876dd;
}

.lang.branch {
	width: 140px;
}
.lang.branch > em {
    background-image: none;
    padding-left: 12px;
}

@media screen and (max-width: 320px) {
	.lang {
		width: 90px;
	}
	.lang.branch {
		width: 110px;
		margin-left: 6px
	}
	.lang.branch > em {
		padding-left: 7px;
	}
	.lang > em,
	.lang > ul li a {
		font-size: 12px;
	}
	.lang > em::after {
		right: 7px;
	}
}
nav {
  position: relative;
  height: 44px;
}
nav .swiper-slide {
  width: auto;
  height: inherit;
  margin-right: 16px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.35px;
}
nav .swiper-slide.locations {
    line-height: 44px;
}
nav .swiper-slide:first-child {
  margin-left: 16px;
}
nav .swiper-slide a {
  display: block;
  position: relative;
  line-height: 44px;
}
nav .swiper-slide.active a {
  color: #e876dd;
  font-weight: bold;
}
nav .swiper-slide.active a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #e876dd;
}
.allMenu {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    background: #fff url("/common/img/ico_allMenu.png");
    background-size: 18px auto;
    background-position: 50%;
    background-repeat: no-repeat;
    font-size: 0;
    color: transparent;
	z-index: 1;
	box-shadow: -6px 0px 6px 0px #fff;
}
#gnb .allMenuClose {
    position: absolute;
    top: 0;
    right: 0;
    width: 96px;
    height: 96px;
    background: url("/common/img/ico_allMenu_close.png");
    background-size: 30px auto;
    background-position: 50%;
    background-repeat: no-repeat;
    font-size: 0;
    color: transparent;
	z-index: 1;
}
#gnb {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 720px;
    height: 100vh;
    background: #fff;
    z-index: 2;
}
#gnb .top {
    height: 96px;
    line-height: 96px;
    background: #fff;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #2a2a2a;
    position: fixed;
    top: 0;
    z-index: 1;
    background: #fff;
    width: 100%;
    max-width: 720px;
}
#gnb .gnb_menu {
    height: calc(100vh - 96px);
    overflow: hidden;
    overflow-y: auto;
    margin-top: 96px;
}
#gnb .gnb_menu > li > a {
    display: inline-table;
    width: 100%;
    vertical-align: top;
    height: 110px;
    position: relative;
    padding-left: 30px;
    font-size: 28px;
    font-weight: 600;
    color: #2a2a2a;
    background: #fff;
}
#gnb .gnb_menu > li > a span {
    display: table-cell;
    vertical-align: middle;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
	line-height: 1.3;
    padding-right: 96px;
}
#gnb .gnb_menu > li > a::before,
#gnb .gnb_menu > li > a::after {
    display: block;
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: 2px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    content: '';
    width: 24px;
    height: 3px;
    background: #2a2a2a;
}
#gnb .gnb_menu > li > a::before {
    opacity: 1;
    -moz-transform: rotate(-90deg) translateY(-50%);
    -webkit-transform: rotate(-90deg) translateY(-50%);
    transform: rotate(-90deg) translateY(-50%);
    right: 38px;
    margin-top: 0;
}
#gnb .gnb_menu > li.on > a::before {
    opacity: 0;
}
#gnb .sub {
    display: none;
    padding: 30px 0;
    background: #f9f9f9;
}
#gnb li.on .sub {
    display: block;
}

#gnb .sub li {
    display: inline-table;
    width: 100%;
    vertical-align: top;
    height: 80px;
}
#gnb .sub a {
    display: table-cell;
	vertical-align: middle;
	line-height: 1.3;
    padding-left: 60px;
    font-size: 28px;
    font-weight: 500;
    color: #848484;
}

#lnb {
    position: relative;
    z-index: 10;
    width: calc(100% - 30px);
    max-width: calc(720px - 30px);
    height: 34px;
    margin: 120px auto -63px;
}
#lnb > ul {display:inline-block; width:100%; border:1px solid #c1c1c1;}
#lnb > ul > li {position:relative; float:left; width:50%;}
#lnb > ul > li.s02 {width:50%; border-left:1px solid #c1c1c1;}
#lnb > ul > li > a {
    position: relative;
    display: inline-table;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
	width: 100%;
    height: 40px;
    background: #fff;
    letter-spacing: -1px;
    vertical-align: top;
}
#lnb > ul > li > a span {
    display: table-cell;
    vertical-align: middle;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
	line-height: 1.1;
    padding-right: 20px;
}
#lnb > ul > li > a:after {position:absolute; top:50%; right:10px; width:13px; height:7px; margin-top:-4px; background:url('/common/img/ico_lnb_arrow.png') no-repeat; background-size:100% auto; content:'';}
#lnb > ul > li.on > a:after {background-image:url('/common/img/ico_lnb_arrow.png');}
#lnb > ul > li.s01 > a {background:#faf9f7;}
#lnb > ul > li > a span {
}
#lnb .sub {display:none; position:absolute; top:41px; left:-1px; right:-1px; padding:10px 0; border:1px solid #c1c1c1; border-top:0; background:#fff;}
#lnb .sub li {
    display: inline-table;
    height: 35px;
    width: 100%;
    vertical-align: top;
}
#lnb .sub a {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding-left: 10px;
    font-size: 16px;
    color: #353535;
    line-height: 1.2;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#lnb .sub a:hover {color:#333; background:#faf9f7;}
#lnb li.s02 .sub a:hover {background:#faf9f7;}
#lnb .sub a:after {position:absolute; top:50%; right:12px; width:7px; height:11px; margin-top:-3px;}
#lnb li.on .sub {display:block;}

footer {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 56px;
}
.mapWrap {
  position: relative;
  width: 100%;
  max-width: 720px;
  height: 0;
  margin: 0 auto;
  padding-bottom: 200px;
}
.mapWrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(100% - 24px);
  z-index: 2;
}
.mapWrap .root_daum_roughmap_landing {
  position: absolute;
  width: 100% !important;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.locationInfo {
  width: calc(100% - 32px);
  margin: 0 auto 80px;
  padding-top: 60px;
}
.locationInfo dt {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: -0.48px;
  color: #2a2a2a;
  margin-bottom: 20px;
}
.locationInfo dt b {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 8px;
  margin-top: 14px;
  border-radius: 4px;
  background-color: #bcbec1;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: -0.3px;
  text-align: center;
  color: #fff;
}
.locationInfo dd {
    margin: 10px 0 0 0;
    padding-bottom: 24px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.35px;
    line-height: 1.5;
}
.locationInfo dd + dd {
  margin: 12px 0 0 0;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: -0.3px;
  color: #848484;
  background-image: url("/common/img/ico_file.png");
}
.locationInfo dd span,
.locationInfo dd span i {
  display: block;
}
.locationInfo dd span.ver2 {
  display: block !important;
  font-size: 14px;
  color: #757d86;
  margin-top: 10px;
}

.locationInfo .hours {
	margin-top: 24px;
}
.locationInfo .hours li {
  display: inline-block;
  height: 96px;
  line-height: 1.3;
  padding: 12px 24px;
  border-radius: 6px;
  border: solid 1px #dadde0;
  background-color: #fff;
  font-size: 14px;
  font-weight: normal;
  color: #3a3e45;
  text-align: center;
  vertical-align: top;
}
.global_eng .locationInfo .hours li,
.global_ru .locationInfo .hours li {
	height: 112px;
}
.locationInfo .hours li:not(:first-child) {
	margin-left: 3px;
}
.locationInfo .hours li img {
    width: 40px;
    display: block;
    margin: 0 auto 8px;
}
.locationInfo .hours dl {
    margin-top: 42px;
}
.locationInfo .hours dt {
    position: relative;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.6px;
    color: #3a3e45;
}
.locationInfo .hours dd {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  color: #757d86;
  line-height: 1.8;
  margin-top: 14px;
}

.locationInfo dd.table {
  padding-left: 0;
  padding-bottom: 0;
  border-bottom: 0;
  background-image: none;
}
.locationInfo dd.table table {
  width: 100%;
  border-top: 1px solid #848484;
  border-bottom: 1px solid #848484;
}
.locationInfo dd.table table + table {
  border-top-color: #efefef;
  top: -1px;
  position: relative;
  z-index: 1;
}
.locationInfo dd.table tr {
  height: 44px;
  border-bottom: 1px solid #efefef;
}
.locationInfo dd.table tr:last-child {  
  border-bottom: 0;
}
.locationInfo dd.table th {
  width: 120px;
  background-color: #f6f7f9;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.35px;
  padding-left: 20px;
}
.locationInfo dd.table th,
.locationInfo dd.table td {
  vertical-align: middle;
}
.locationInfo dd.table td {
  padding-left: 20px;
  font-size: 14px;
  font-weight: normal;
}

.branchInfoBox {
  background-color: #f6f7f9;
}
.branchContact {
  background-color: #fcedfe;
  padding: 25px 16px;
}
.branchContact li {
  position: relative;
  height: 52px;
  line-height: 52px;
  border-radius: 26px;
  background-color: #fff;
  background-image: url("/common/img/ico_call.png");
  background-size: auto 36px;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.35px;
  color: #4e4e4e;
}
.branchContact li.talk {
  background-image: url("/common/img/ico_talk.png");
}
.branchContact li.talk.global_ru {
  background-image: url("/common/img/eng/ico_whatsApp.png");
}
.branchContact li:not(:first-child) {
  margin-top: 8px;
}
.branchContact li a {
  display: block;
  padding-left: 58px;
}
.branchContact li::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 12px;
  height: 8px;
  background-image: url("/common/img/ico_arrow.png");
  background-size: auto 8px;
  background-position: 50%;
  background-repeat: no-repeat;
}

.footerMenu,
.branchInfo {
  margin: 0 16px;
}
.footerMenu {
  padding-top: 15px;
  padding-bottom: 8px;
}
.footerMenu li,
.footerMenu li a {
  display: inline-block;
}
.footerMenu li {
  height: 35px;
  line-height: 35px;
  padding: 0 10px 0 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.3px;
  color: #99a1a8;
  text-transform: uppercase;
}
.footerMenu li a {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
}
.footerMenu li:last-child {
  padding-right: 0;
}

.branchInfo {
  padding-bottom: 23px;
}
.branchInfo li {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #99a1a8;
}
.footerQuick {
  position: fixed;
  left: 0;
  right:0;
  bottom: 0;
  width: 100%;
  max-width: 720px;
  height: 56px;
  margin: 0 auto;
  padding: 8px;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: rgba(255,255,255,0.7);
  z-index: 30;
}
.footerQuick .scrollTop {
  width: 40px;
  height: 40px;
  background-color: rgba(0,0,0,0.2);
  background-image: url("/common/img/ico_scrolltop.png");
  background-size: auto 16px;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  right: 8px;
  top: -48px;
  border-radius: 50%;
  font-size: 0;
  color: transparent;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
}
.footerQuick .scrollTop.show {
  visibility: visible;
  opacity: 1;
  z-index: 5;
}
.footerQuick li {
  float: left;
  width: calc(50% - 2px);
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  background-image: linear-gradient(103deg, #e876dd, #ff7053);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
  color: #fff;
  text-align: center;
}
.global_kr .footerQuick li {
	width: 100%;
}
.footerQuick li.snsAdvice {
  color: #e876dd;
  border: solid 1px #e876dd;
  background: #fff;
  margin-right: 4px;
}
.footerQuick li a {
    width: 100%;
    height: 100%;
    display: inline-table;
    vertical-align: top;
}
.footerQuick li a span {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.3;
}

/* 이용약관, 개인정보취급방침 모달 */
#footer-modal {
  display: none;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 720px;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 100;
  margin: 0 auto;
}
#footer-modal .modal-btn {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #fff;
  background-image: url("/common/img/ico_close_b.png");
  background-size: 15px auto;
  background-position: 50%;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
}
#footer-modal-content {
  background: #fff;
}
#footer-modal .m_header {
  height: 50px;
  line-height: 50px;
  font-family: "Noto Sans KR";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.4px;
  padding-left: 15px;
}
#footer-modal .m_header h2 {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    display: inline-table;
    width: 100%;
    height: 50px;
    vertical-align: top;
}
#footer-modal .m_header h2 p {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.3;
}
#footer-modal .m_con_box {
  font-size: 13px;
  overflow-y: auto;
  height: calc(100vh - 50px);
  line-height: 1.3;
  padding: 15px;
}
#footer-modal .m_con_box p {
  margin-bottom: 7px;
}
#footer-modal table {
    width: 100%;
    border: 1px solid #e0e0e0;
    margin: 0 0 12px;
    padding: 0;
    text-align: center;
}
#footer-modal th {
    background: #f7f7f7;
    font-weight: 500;
    text-align: center;
}
#footer-modal th, 
#footer-modal td {
    line-height: 1.3;
    padding: 5px 5px 8px;
    border: 1px solid #e0e0e0;
    margin: 0;
    vertical-align: middle;
}

/* 위챗 팝업 */
.counsultBox {
	display: none;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 31;
}
.counsultBox.on {
	display: block;
}
.counsultBox .qr {
	display: block;
	position: absolute;
	width: calc(100% - 30px);
	max-width: 600px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.channel-modal .close,
.counsultBox .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background-image: url(/common/img/ico_close_w.png);
	background-size: 22px auto;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: rgba(0,0,0,0.6);
	border: 0;
	outline: 0;
	color: transparent;
	font-size: 0;
}
.counsultBox .qr .qrImg {
	width: 100%;
}

@media screen and (max-width: 640px) {
	#gnb .top {
		height: 48px;
		line-height: 48px;
		font-size: 16px;
	}
	#gnb .allMenuClose {
		width: 48px;
		height: 48px;
		background-size: 16px auto;
	}
	#gnb .gnb_menu {
		height: calc(100vh - 48px);
		margin-top: 48px;
	}
	#gnb .gnb_menu > li > a {
		font-size: 18px;
		height: 55px;
		padding-left: 15px;
	}
	#gnb .gnb_menu > li > a span {
		padding-right: 45px;
	}
	#gnb .gnb_menu > li > a::before,
	#gnb .gnb_menu > li > a::after {
		width: 14px;
		height: 2px;
		right: 16px;
	}
	#gnb .gnb_menu > li > a::before {
		right: 15px;
	}
	#gnb .gnb_menu > li > a::after {
		margin-top: 1px;
	}
	#gnb .sub {
		padding: 15px 0;
	}
	#gnb .sub li {
		height: 44px;
	}
	#gnb .sub a {
		padding-left: 30px;
		font-size: 16px;
	}

	#lnb > ul > li > a {
		font-size: 14px;
	}
	#lnb .sub a {
		font-size: 13px;
	}
}
/* 영어 커스텀 */
.global_eng #lnb .sub li {
    margin: 0 0 10px;
    height: 25px;
} 
.global_eng #lnb .sub li:last-child {
    margin: 0
}
.global_eng #lnb .sub li:last-child {
    margin: 0;
} 
.global_eng #lnb > ul > li.s01 { 
    width: 41%
}
.global_eng #lnb > ul > li.s02 { 
    width: 59%
}

/* 일본어 커스텀 */
.global_jp #gnb .gnb_menu > li > a > span,
.global_jp #gnb .sub a,
.global_jp #lnb .sub li,
.global_jp #lnb > ul > li > a span {
    letter-spacing: -0.05em;
}

/* 러시아 커스텀 */
.global_ru  #gnb .sub a {
    padding: 0 8px 10px 60px;
}
.global_ru #lnb .sub li {
    margin: 0 0 8px;
    height: 30px;
} 
.global_ru #lnb .sub li:last-child {
    margin: 0
}
.global_ru #lnb {
    height: 55px;
    margin: 115px auto -63px;
}
.global_ru #lnb .sub {
    top: 63px
}
.global_eng #lnb .sub li {
    margin: 0 0 8px;
    height: 27px;
} 
.global_ru #lnb > ul > li.s01 { 
    width: 44%
}
.global_ru #lnb > ul > li.s02 { 
    width: 56%
}
.global_ru #lnb > ul > li > a { 
   height: 62px;
}

/* 베트남 커스텀 */
.global_vn  #lnb .sub li {
     margin: 0 0 8px;
    height: 30px;
}
.global_vn #lnb .sub li:last-child {
    margin: 0
}

/* 태국 커스텀 */
.global_thai #lnb {
    height: 55px;
    margin: 115px auto -63px;
}
.global_thai #lnb .sub {
    top: 63px
}
.global_thai #lnb .sub li {
    margin: 0 0 8px;
    height: 30px;
} 
.global_thai #lnb > ul > li.s01 { 
    width: 47%
}
.global_thai #lnb > ul > li.s02 { 
    width: 53%
}
.global_thai #lnb > ul > li > a { 
   height: 62px;
}

/*중국어 메신저 채널*/
.channel-modal {
	display: none;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 30;
}
.channel-modal.on {
	display: block;
}
.channel-modal .modal-content {
	display: block;
	position: absolute;
	width: calc(100% - 30px);
	max-width: 1080px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.channel-modal .modal-content img {
	width: 100%;
}
.global-channel {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.global-channel li{
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.global-channel .img-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 56px;
  height: 58px;
  border-radius: 50%;
  transform: translateY(-17px);
}