@charset "utf-8";
/* CSS Document */
/*@import url("../../css/font/font.css");*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
	display: none;
}
* {
	box-sizing: border-box;
}
input[type=text],
input[type=number] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
body {
	--charcoal-grey: #353c49;
}
body {
	touch-action: pan-y;	 /* 아이폰 확대 막기 */
	line-height: 1;
	font-family: 'Noto Sans KR', 돋음, Dotum, sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #333;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button {
	font-family: 'Noto Sans JP', 'Noto Sans KR', 돋음, Dotum, sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #333;
}

#wrap {
	width: 100%;
	min-width: 320px;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}
img {
	vertical-align: top;
}
.event_request,
.hide {
	display: none !important;
}
.content {
	width: 100%;
	min-width: 320px;
	max-width: 1080px;
	margin: 0 auto 0;
	padding-top: 0;
	background: #fff;
}

.top_visual {
	position: relative;
	margin-top: 54px;
	clear: both;
}
.visual_notice {
	display: inline-table;
	vertical-align: top;
	width: 100%;
	height: 42px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	background: #222;
}
.visual_notice span {
	display: table-cell;
	line-height: 1.3;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	color: #aeaeae;
	letter-spacing: 0.3px;
}
.visual_notice b {
	font-weight: 600;
}
.visual .swiper-slide img {
	width: 100%;
}
.visual.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 18px;
}
.visual .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	background: #fff;
	opacity: .2;
}
.visual .swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff;
}
.visual .swiper-pagination-fraction {
	left: auto;
	right: 20px;
	width: auto;
	min-width: 40px;
	height: 21px;
	padding: 1px 0 0;
	opacity: 1;
	border-radius: 13px;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	font-family: 'Rubik';
	font-size: 10px;
	font-weight: 400;
	color: #fff;
}
.visual .swiper-pagination-fraction span {
	position: relative;
	top: 0;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	letter-spacing: 0;
	text-align: left;
	color: #fff;
}
.visual .swiper-pagination-fraction .swiper-pagination-total {
	left: 1px;
}

.topScroll {
	display: none;
	position: absolute;
	top: 7px;
	right: 15px;
	width: 35px;
	height: 35px;
	background: url(/common/img/btn_top.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	border: 0;
	outline: 0;
	font-size: 0;
	color: transparent;
	z-index: 1;
	cursor: pointer;
}

.menuBox {
	width: 100%;
	max-width: 1080px;
	position: relative;
	/* overflow: hidden; */
	background: #fff;
	z-index: 1;
}
.menuBox.sticky {
	position: fixed;
	top: 0px;
	z-index: 30;
}

.menuBox .mainCateBox {
	padding: 13px 0;
}
.menuBox .mainCateBox .swiper-slide {
	width: auto !important;
	height: 88px;
	line-height: 1.33;
	padding: 60px 14px 0;
	margin-left: 8px;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 500;
	background-color: #fef9e7;
	letter-spacing: 0.3px;
	text-align: center;
	color: #353c49;
	box-sizing: border-box;
	transition: border-radius 0.4s ease;
	-webkit-transition: border-radius 0.4s ease;
	cursor: pointer;
}
.menuBox .mainCateBox .swiper-slide::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 55px;
	background-image: url(/common/img/menu_01.png);
	background-repeat: no-repeat;
	background-size: auto 30px;
	background-position: 50% 50%;
	transition: border-radius 0.4s ease;
	-webkit-transition: border-radius 0.4s ease;
}
.menuBox .mainCateBox .swiper-slide.hot10 {
	background-color: #fef9e7;
}
.menuBox .mainCateBox .swiper-slide.hot10::before {
	background-image: url(/common/img/menu_01.png);
}
.menuBox .mainCateBox .swiper-slide.monthEvent {
	background-color: #f2faf6;
}
.menuBox .mainCateBox .swiper-slide.monthEvent::before {
	background-image: url(/common/img/menu_02.png);
}
.menuBox .mainCateBox .swiper-slide.dayEvent {
	background-color: #f7f0fb;
}
.menuBox .mainCateBox .swiper-slide.dayEvent::before {
	background-image: url(/common/img/menu_03.png);
}
.menuBox .mainCateBox .swiper-slide.newEvent {
	background-color: #fcefee;
}
.menuBox .mainCateBox .swiper-slide.newEvent::before {
	background-image: url(/common/img/menu_04.png);
}
.menuBox .mainCateBox .swiper-slide.singleEvent {
	background-color: #fcefee;
}
.menuBox .mainCateBox .swiper-slide.singleEvent::before {
	background-image: url(/common/img/menu_05.png);
}
.menuBox .mainCateBox .swiper-slide.firstVisit {
	background-color: #eaf6ff;
}
.menuBox .mainCateBox .swiper-slide.firstVisit::before {
	background-image: url(/common/img/menu_06.png);
}
.menuBox .mainCateBox .swiper-slide.etcEvent {
	background-color: #fcefee;
}
.menuBox .mainCateBox .swiper-slide.etcEvent::before {
	background-image: url(/common/img/menu_05.png);
}
.menuBox:not(.search) .mainCateBox .swiper-slide:hover::after,
.menuBox:not(.search) .mainCateBox .swiper-slide.active::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	border-radius: 10px;
	border: solid 2px #ec80d6;
	box-sizing: border-box;
	transition: border-radius 0.4s ease;
	-webkit-transition: border-radius 0.4s ease;
}
.menuBox .mainCateBox .swiper-slide:last-child {
	margin-right: 8px;
}
.menuBox.sticky .mainCateBox .swiper-wrapper {
	height: 42px;
	line-height: 42px;
}
.menuBox.sticky .mainCateBox .swiper-slide {
	height: 42px;
	line-height: 42px;
	padding-top: 0;
	padding-bottom: 0;
}
.menuBox.sticky .mainCateBox .swiper-slide::before {
	height: 0;
}
.menuBox.sticky .mainCateBox .swiper-slide,
.menuBox.sticky .mainCateBox .swiper-slide:hover::after, 
.menuBox.sticky .mainCateBox .swiper-slide.active::after {
	border-radius: 45px;
}

.menuType {
	position: relative;
	background: #fff;
	overflow: hidden;
	padding: 15px 20px;
	border-top: 6px solid #e0e0e0;
	border-bottom: 6px solid #e0e0e0;
}
.menuType ul {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 20px;
}
.menuType li {
	float: left;
	width: 50%;
	height: 100%;
	line-height: 100px;
	font-size: 36px;
	font-weight: 500;
	color: #000;
	letter-spacing: -2px;
	text-align: center;
	background: #fff;
	box-sizing: border-box;
	cursor: pointer;
}
.menuType li.active {
	color: #fff;
	background: #f860a4;
}
.hipass_title {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -1px;
	color: #000;
	background-image: url(/common/img/ico_hipass.png);
	background-repeat: no-repeat;
	background-size: auto 16px;
	background-position: 0 50%;
	padding-left: 56px;
}
.hipass_desc {
	font-size: 13px;
	font-weight: 400;
	color: #777;
	letter-spacing: -1px;
	margin-top: 7px;
}
.btn-switch {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}
.btn-switch i {
	position: relative;
	display: inline-block;
	width: 62px;
	height: 32px;
	background-color: #e3e3e3;
	border-radius: 30px;
	vertical-align: text-bottom;
	transition: all 0.3s linear;
}
.btn-switch i::before {
	position: absolute;
	left: 0;
	width: 50px;
	height: 28px;
	line-height: 28px;
	background-color: transparent;
	border-radius: 0;
	transform: translate3d(5px, 2px, 0) scale3d(1, 1, 1);
	content: 'OFF';
	text-align: left;
	margin-left: 0;
	transition: all 0.25s linear;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0;
	color: #fff;
}
.btn-switch input:checked + i {
	background-color: #fe5478;
}
.btn-switch i::after {
	content: "";
	position: absolute;
	left: 0;
	width: 28px;
	height: 28px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 3px 4px rgb(0 0 0 / 24%);
	transform: translate3d(32px, 2px, 0);
	transition: all 0.2s ease-in-out;
}
.btn-switch:active i::after {
	width: 28px;
	transform: translate3d(32px, 3px, 0);
}
.btn-switch input {
	display: none;
}
.btn-switch input:checked + i::before {
	transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
	content: 'ON';
	text-align: right;
	margin-left: 4px;
}
.btn-switch input:checked + i::after {
	transform: translate3d(2px, 2px, 0);
}

.subCateBox {
	width: 100%;
	min-height: 52px;
	position: relative;
	overflow: hidden;
	border-top: 1px solid #ebecef;
	border-bottom: 8px solid #f2f3f3;
	background: #f2f3f3;
	background: #fff;
}
.subCateBox.sticky {
	position: fixed;
	top: 0;
	z-index: 30;
}
.tabs {
	margin-right: -1px;
}
.tabs::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e9e9e9;
}
.tabs li {
	position: relative;
	display: inline-table;
	width: 25%;
	height: 44px;
	background: #fff;
	text-align: center;
	vertical-align: top;
	float: left;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	margin: 0;
	box-sizing: border-box;
	cursor: pointer;
	border-right: 1px solid #ebecef;
	border-bottom: 1px solid #ebecef;
}
.tabs li.real_model {
	background: #71affd;
	background: #18C746 !important;
}
.tabs li span {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.2;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.3px;
	color: #353c49;
	padding: 0 5px;
}
.tabs li.real_model span,
.menuBox:not(.search) .tabs li:hover span, 
.menuBox:not(.search) .tabs li.active span {
	color: #fff;
}
.tabs li.on {
	background: #fff0fa;
}
.tabs li.kakao {
	background: #faf15e !important;
	color: #311515 !important;
}
.tabs li.kakao img {
	position: relative;
	position: relative;
	top: 2px;
	width: 18px;
	vertical-align: top;
	margin-right: 3px;
}

.tabs.onlyHipass li:not(.hipass) {
	background: rgba(0,0,0,0.3);
	color: rgba(255,255,255,0.5);
}
/*.tabs.onlyHipass li:not(.hipass)::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
}*/
.tabs.onlyHipass li.kakao::after {
	width: 0;
	height: 0;
	background: transparent;
}
.tabs li.ver2 {
	padding-top: 20px;
	line-height: 1.3;
}
.tabs li.ver3 {
	width: 216px;
	line-height: 144px;
}
.tabs li.ver4 {
	padding-top: 20px;
	width: 216px;
	line-height: 1.3;
}
.menuBox:not(.search) .tabs li:hover, 
.menuBox:not(.search) .tabs li.active {
	background: #ec80d6;
	color: #fff;
}

.subCateBox.subOpen {
	border-bottom: 0;
}
.subCateBox .subMenuSwipe {
	position: absolute;
	top: 0;
	left: 0;
	clear: both;
	background: #fff;
	width: 100%;
	height: 44px;
	height: 0;
	overflow: hidden;
}
.subCateBox .subMenuSwipe .swiper-container {
	float: left;
	width: calc(100% - 44px);
}
.subCateBox.subOpen .subMenuSwipe .swiper-container::before {
	content: 'All menus';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 44px;
	background: #fff;
	padding: 16px 0 0 18px;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.3px;
	color: var(--charcoal-grey);
	box-sizing: border-box;
	z-index: 3;
}
.subCateBox .subMenuSwipe .swiper-container::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 44px;
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
	z-index: 2;
}
.subCateBox .subMenuSwipe .swiper-slide {
	width: auto;
	line-height: 44px;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.3px;
	color: var(--charcoal-grey);
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
}
.menuBox:not(.search) .subCateBox .subMenuSwipe .swiper-slide:hover,
.menuBox:not(.search) .subCateBox .subMenuSwipe .swiper-slide.active {
	color: #ec80d6;
}
.subCateBox .subMenuSwipe .swiper-slide:first-child {
	margin-left: 20px;
}
.subCateBox .subMenuSwipe .swiper-slide:last-child {
	margin-right: 30px;
}
.subCateBox .subMenuSwipe .all_menu {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	background: #fff;
	border: 0;
	outline: 0;
	font-size: 0;
	color: transparent;
	cursor: pointer;
}
.subCateBox .subMenuSwipe .all_menu::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 16px;
	background: #e1e2e8;
}
.subCateBox .subMenuSwipe .all_menu::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 9px;
	height: 9px;
	margin-top: -3px;
	border-left: 2px solid var(--charcoal-grey);
	border-bottom: 2px solid var(--charcoal-grey);
	-webkit-ransform: translate(-50%, -50%) rotate(-48deg);
	-moz-transform: translate(-50%, -50%) rotate(-48deg);
	transform: translate(-50%, -50%) rotate(-48deg);
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.subCateBox.subOpen .subMenuSwipe .all_menu::after {
	margin-top: 3px;
	-webkit-ransform: translate(-50%, -50%) rotate(136deg);
	-moz-transform: translate(-50%, -50%) rotate(136deg);
	transform: translate(-50%, -50%) rotate(136deg);
}
.menuBox.sticky .tabs {
	display: none;
}
.menuBox.sticky .subOpen .tabs {
	display: block;
	margin-top: 45px;
	border-top: 1px solid #ebecef;
}
.menuBox.sticky .subCateBox .subMenuSwipe {
	height: 44px;
}
.bgShadow {
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: -1;
}
.bgShadow.show {
	opacity: 1;
	z-index: 26;
	-webkit-transition: opacity ease 0.2s;
	-moz-transition: opacity ease 0.2s;
	transition: opacity ease 0.2s;
}
.ppeum_box h3 {
	display: none;
	color: #fff;
}
.event_cont_box {
	width: 100%;
	max-width: 1080px;
	position: relative;
	margin: 0 auto 0;
	padding: 0;
}
.menuBox.sticky + .event_cont_box {
	position: absolute;
	top: 860px;
	top: 324px;
	width: 100%;
	z-index: 1;
}
/* .menuBox.noneHipass.sticky + .event_cont_box {
    top: 301px;
	top: 230px;
} */
.hipassSwitch {
	position: relative;
	display: block;
	width: 294px;
	height: 34px;
	margin: 17px auto 0;
	border-radius: 17px;
	border: solid 1px #e1e2e8;
	background-color: #fff;
	font-family: 'Noto Sans JP', 'Noto Sans KR';
	font-size: 12px;
	font-weight: 400;
	color: #94979b;
	outline: 0;
	z-index: 1;
}
/*.hipassSwitch {
	width: auto;
    height: 42px;
    border-radius: 35px;
    padding: 0 21px 4px;
    letter-spacing: 0;
}*/
.hipassSwitch em {
	font-size: 13px;
	color: var(--charcoal-grey);
	letter-spacing: 0;
	margin-left: 6px;
}
.hipassSwitch.on {
	border-color: #ffd6f7;
	background-color: #fff5fd;
}
.hipassSwitch::before {
	content: '';
	display: inline-block;
	position: relative;
	top: 4px;
	width: 8px;
	height: 14px;
	background-image: url(/common/img/ico_hipass_b.png);
	background-repeat: no-repeat;
	background-size: 8px auto;
	background-position: 0 50%;
	margin-right: 7px;
}
.search .hipassSwitch,
.noneHipass .hipassSwitch {
	display: none;
}
.ppeum_box .title {
	position: relative;
	top: -1px;
	width: 100%;
	line-height: 1.2;
	font-size: 50px;
	font-weight: 500;
	letter-spacing: -4px;
	color: #000;
	clear: both;
	border-bottom: 1px solid #cacaca;
	background: #fff;
	padding: 36px 0;
	margin-bottom: 15px;
	box-sizing: border-box;
	word-break: keep-all;
}
.event_tab_cont {
	position: relative;
	overflow: hidden;
	background: #fff;
	margin: -1px 20px 0;
}
/* .event_tab_cont::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #fff;
	bottom: 0;
} */
.event_tab_cont.active {
	display: block;
}
.event_tab_cont li {
	position: relative;
	width: 100%;
	margin: 0 auto;
	font-size: 41px;
	font-weight: 500;
	letter-spacing: -3px;
	color: #000;
	padding: 23px 0 12px;
	/* cursor: pointer; */
	box-sizing: border-box;
	overflow: hidden;
	border-bottom: 1px solid #f2f3f3;
}
.event_tab_cont li.normal {
	padding: 25px 0 12px;
}

.event_tab_cont li::after {
	display: block;
	content: '';
	clear: both;
}
/* .event_tab_cont li:last-child {
	padding-bottom: 70px;
	border-bottom: 0;
} */
.onlyHipass li:not(.hipass) {
	display: none;
}
.ppeum_box_inner_box .none_hipass {
	display: none;
	height: 33vh;
	text-align: center;
	padding: 70px 0;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -1.5px;
}
.onlyHipass .ppeum_box_inner_box.noneHipass .none_hipass {
	display: block;
}

.ppeum_box {
	width: 100%;
	margin: 0 auto;
}
.ppeum_box_inner {
	width: 100%;
	max-width: 1080px;
	overflow: hidden;
	background: #fff;
}
.ppeum_box_inner .ppeum_box_inner_box {
	margin: 0;
	min-height: calc(100vh - 116px);
	min-height: calc(100vh - 115px);
	/* min-height: calc(100vh - 160px); */
	/* min-height: calc(100vh - 250px); */
	display: none;
}
.onlyHipass .ppeum_box_inner_box.noneHipass {
	min-height: 0 !important;
}
.ppeum_box_inner .ppeum_box_inner_box.active {
	display: block;
}
.ppeum_box_inner .ppeum_box_inner_box h4 {
	position: relative;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	letter-spacing: -1px;
	text-align: center;
	background: #edf5ff;
}
.ppeum_box_inner .ppeum_box_inner_box h4 > .etc {
	position: absolute;
	right: 20px;
	font-size: 35px;
	font-weight: 500;
	color: #f860a4;
	letter-spacing: -2px;
}

.ppeum_box_inner .ppeum_box_inner_box.monthEvt h4::after,
.ppeum_box_inner .ppeum_box_inner_box.dayEvt h4::after {
	content: '*이번달에만 예약 가능';
	position: absolute;
	right: 20px;
	font-size: 14px;
	font-weight: 500;
	color: #f860a4;
	letter-spacing: -1px;
}
.ppeum_box_inner .ppeum_box_inner_box.dayEvt h4::after {
	content: '*해당 요일에만 예약 가능';
}
.ppeum_box .event_tab_cont[id$='laser_tab02_cont'] li.selected::after {
	background: #f39a00;
}
.ppeum_box .event_tab_cont[id$='laser_tab03_cont'] li.selected::after {
	background: #fdb300;
}
.ppeum_box .event_tab_cont[id$='laser_tab04_cont'] li.selected::after {
	background: #5cd3ff;
}
.event_tab_cont li > div strong {
	display: inline-block;
	font-size: 48px;
	font-weight: 600;
	color: #040d17;
	letter-spacing: -3px;
	line-height: 1.1;
}
.event_tab_cont li > div em {
	position: relative;
	display: block;
	font-size: 45px;
	font-weight: 500;
	line-height: 1.5;
	color: #e9e9e9;
	letter-spacing: -4px;
	margin-top: 5px;
	margin-left: 98px;
}
.event_tab_cont li > div label em {
	top: -4px;
	margin-top: 0;
	margin-left: 4px;
}
.ppeum_box .event_tab_cont[id$='laser_tab02_cont'] li > div em {
	color: #f39a00;
}
.ppeum_box .event_tab_cont[id$='laser_tab03_cont'] li > div em {
	color: #fdb300;
}
.ppeum_box .event_tab_cont[id$='laser_tab04_cont'] li > div em {
	color: #5cd3ff;
}
.event_tab_cont li > div {
	clear: both;
	position: relative;
	min-height: 47px;
}
.event_tab_cont li.normal > div {
	min-height: 0;
}
.event_tab_cont li.normal > .hipass + div,
.event_tab_cont li > div.ver2 {
	margin-top: 21px;
}
.event_tab_cont li > div span {
	position: relative;
	top: 3px;
	display: block;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 1.5;
	text-align: left;
	color: #94979b;
	/* padding-right: 20px; */
}
/* .event_tab_cont li > div span.ver2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	z-index: 1;
}
.event_tab_cont li > div span.ver2.on {
    overflow: visible;
    -webkit-line-clamp: unset;
}
.event_tab_cont li > div > span.ver2::after {
	content: '';
	position: absolute;
	top: 5px;
	right: 0;
	width: 14px;
	height: 8px;
	background-image: url(/common/img/ico_arrow.png);
	background-repeat: no-repeat;
	background-size: 14px auto;
	background-position: 50% 50%;
	-webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.event_tab_cont li > div > span.ver2.on::after {
	-webkit-ransform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
} */
.event_tab_cont li > div strong {
	position: relative;
	max-width: 72%;
	margin-bottom: 5px;
	display: block;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.47;
	letter-spacing: 0;
	color: var(--charcoal-grey);
}
/*.event_tab_cont li > div strong::before {
	content: '';
    position: absolute;
	top: -1px;
	left: 0;
	width: 26px;
	height: 26px;
	border: 1px solid #e9e9e9;
    box-sizing: border-box;
}
.event_tab_cont li > div strong::after {
	content: '';
	position: absolute;
	left: 5px;
	top: 4px;
	width: 16px;
	height: 16px;
	background: #f860a4;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.event_tab_cont li.selected > div strong::after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}*/

.event_tab_cont li > div div {
	margin-top: 27px;
}
.event_tab_cont li p {
	position: absolute;
	top: -15px;
	right: 0;
	display: inline-block;
	text-align: right;
	color: #ff0000;
	font-family: 'Rubik';
}
.event_tab_cont li.normal p {
	top: -14px;
}
.event_tab_cont li p .discount {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.5px;
	color: #ff4850;
}
.event_tab_cont li p b {
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -1px;
	color: var(--charcoal-grey);
}

.event_tab_cont li.normal p b {
	color: #000;
}
.event_tab_cont li p span {
	position: relative;
	display: inline-block;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: -0.5px;
	color: #c1c3cf;
	padding: 0 1px;
	top: -1px;
	margin-left: 5px;
}
.event_tab_cont li p span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 1px;
	width: 100%;
	height: 1px;
	background: #c1c3cf;
}
.event_tab_cont li p .price_text::before {
	background: transparent;
}
.event_tab_cont li p em {
	display: inline-block;
	background: #f95e9e;
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	font-family: 'Noto Sans KR';
	padding: 6px 15px 8px 11px;
	position: relative;
	top: -9px;
	margin-right: 19px;
}
/*.event_tab_cont li > span:first-child {
	margin-left: 41px
}*/
span.cateName {
	width: auto;
	float: left;
	display: list-item;
	position: relative;
	margin-bottom: 9px;
	margin-right: 10px;
	font-size: 12px;
	font-weight: 400;
	height: 20px;
	line-height: 1.8;
	letter-spacing: 0.3px;
	text-align: left;
	color: #c1c3cf;
}
span.hot,
span.event,
span.event2,
span.basic,
span.premium,
span.hipass {
	width: auto;
	height: 20px;
	line-height: 2.2;
	float: left;
	display: list-item;
	background: #ff0000;
	font-family: 'Rubik';
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0;
	color: #ababab;
	margin-right: 3px;
	padding: 0 9px;
	border-radius: 3px;
	box-sizing: border-box;
}
span.hot {
	background: #fff0e6;
	color: #fd6300;
}
span.event2 {
	margin-left: 102px !important;
}
span.basic {
	line-height: 2.0;
	color: #ababab;
	background: #f6f6f6;
	text-transform: lowercase;
}
span.premium {
	line-height: 2.0;
	color: #efb94d;
	background: #fff8e6;
	text-transform: lowercase;
}
span.hipass {
	line-height: 1.6;
	background: #fff url(/common/img/ico_hipass2.png);
	background-size: 6px auto;
	background-repeat: no-repeat;
	background-position: 7px 50%;
	color: #f55e98;
	padding: 2px 7px 2px 15px;
	margin-left: 0;
	border: solid 1px #f55e98;
}
.price_text {
	position: absolute;
	top: 16px;
	right: 0;
	display: inline-block;
	min-width: 100px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -1px;
	text-align: right;
	color: #000;
	font-family: 'Noto Sans KR';
}

.button_wrapper {
	position: relative;
	display: inline-block;
	float: right;
	min-height: unset;
}
.btn_add,
.btn_view {
	position: relative;
	/* float: right; */
	height: 38px;
	margin: 10px 0 0 8px;
	padding: 0 27px;
	border-radius: 5px;
	background-color: #c1c3cf;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.3px;
	color: #fff;
	border: 0;
	outline: 0;
	clear: both;
	cursor:pointer
}
.btn_add:hover {
    background-color: #ec80d6;
    color: #fff;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
.btn_view:hover {
    border: solid 1px #ec80d6;
    color: #ec80d6;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
.selected .btn_add {
	background-color: #ec80d6;
	color: #ec80d6;
}
.selected .btn_add::before {
	content: 'Cancel';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	color: #fff;
	line-height: 40px;
}
.btn_view {
	border: solid 1px #e1e2e8;
	background-color: #fff;
	color: #94979b;
}

/* 장바구니 */
.cartBox {
	position: fixed;
	top: 0;
	right: 0;
	padding-top: 20px;
	width: 360px;
	height: 100vh;
	background: #f5f5f5;
	z-index: 31;
	box-sizing: border-box;
}
.cartBox .cartBoxInner {
	width: 100%;
	height: calc(100% - 250px);
	overflow: hidden;
	overflow-y: auto;
}

.scrollBar::-webkit-scrollbar {
	width: 3px;
}
.scrollBar::-webkit-scrollbar-thumb {
	background-color: var(--charcoal-grey);
	border-radius: 15px;
}
.scrollBar::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 15px;
}

@media screen and (min-width: 1479px) {
	.cartBox .cartBoxInner::-webkit-scrollbar {
		width: 3px;
	}
	.cartBox .cartBoxInner::-webkit-scrollbar-thumb {
		background-color: var(--charcoal-grey);
		border-radius: 15px;
	}
	.cartBox .cartBoxInner::-webkit-scrollbar-track {
		background-color: rgba(0, 0, 0, 0.4);
		border-radius: 15px;
	}
	.cartBox {
		z-index: 25;
	}
}
.cartBox .opt-item {
	position: relative;
	margin: 0 10px;
	border-bottom: 1px solid #eee;
}
.cartBox .opt-item > p {
	width: 295px;
	height: 60px;
	display: inline-table;
	vertical-align: top;
}
.cartBox .opt-item > p span,
.cartBox .opt-item > p em {
	display: table-cell;
	vertical-align: middle;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0;
	color: #000;
}
.cartBox .opt-item > p span {
	width: 195px;
	padding-left: 14px;
	box-sizing: border-box;
	/* ↓말줄임 설정 */
	display: block;
	line-height: 60px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cartBox .opt-item > p em {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 47px;
	font-family: 'Rubik';
	font-size: 17px;
	font-weight: 500;
	font-style: normal;
	text-align: right;
}
.cartBox .opt-item > p em.txt {
	font-family: 'Noto Sans KR';
	font-size: 15px;
}
.cartBox .opt-item .del {
	position: absolute;
	top: 0;
	right: -9px;
	width: 60px;
	height: 60px;
	color: transparent;
	font-size: 0;
	background: url(/common/img/ico_delete.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 12px auto;
	border: 0;
	outline: 0;
	cursor: pointer;
}

.cartTotalBox {
	width: 100%;
	height: 144px;
	padding: 14px;
	background: #fff;
	box-sizing: border-box;
}
.cartTotalBox .priceBox {
	position: relative;
	margin: 5px 0 0;
	padding: 0 12px;
	letter-spacing: -1px;
	box-sizing: border-box;
}
.cartTotalBox .priceBox span {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.3px;
	color: #888;
}
.cartTotalBox .priceBox .totalPrice {
	position: absolute;
	right: 0;
	text-align: right;
	width: 150px;
	font-family: 'Rubik';
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
	color: #fb2423;
}
.cartTotalBox .priceBox .totalPrice::before {
	content: '￦';
	position: relative;
	top: -1px;
	margin-right: 2px;
	font-family: 'Noto Sans KR';
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -0.38px;
	color: #fb2423;
}
.cartTotalBox .event_request2 {
	width: 332px;
	height: 50px;
	margin: 27px auto 0;
	padding: 0;
	border: 0;
	outline: 0;
	border-radius: 25px;
	background-color: #f66ac3;
	font-family: 'Noto Sans KR';
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.3px;
	color: #fff;
	cursor: pointer;
}
.cartTotalBox .event_request3 {
	width: 49%;
	height: 50px;
	margin: 27px 5px 0 0;
	padding: 0;
	border: 0;
	outline: 0;
	border-radius: 25px;
	background-color: #f66ac3;
	font-family: 'Noto Sans KR';
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.35px;
	color: #fff;
	float:left;
}
.cartTotalBox .event_reserve {
	width: 49%;
	height: 50px;
	margin: 27px auto 0;
	padding: 0;
	border: 0;
	outline: 0;
	border-radius: 25px;
	background-color: #8cd599;
	font-family: 'Noto Sans KR';
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.35px;
	color: #fff;
}
.cartShadow,
.totalSmBox {
	display: none;
}

/* 홈 버트 */
a.home {
	position: absolute;
	top: 8px;
	background: url(/common/img/eng/ico_home.png);
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	font-size: 0;
	color: transparent;
	width: 50px;
	height: 40px;
	margin-left: 7px;
}
/* 검색 */
/* .menuBox.sticky {
	top: 54px;
} */
.menuBox.sticky + .event_cont_box {
	top: 121px;
}

.search_box {
	float: left;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: calc(100% - 185px);
	width: calc(100% - 180px);
	max-width: 1080px;
	margin: 0 0 0 60px;
	background: #fff;
	height: 54px;
	padding-top: 7px;
	box-sizing: border-box;
	z-index: 3;
}
.searchForm {
	position: relative;
	width: 100%;
	height: 40px;
	border-radius: 20px;
	margin: 0 auto 0;
	background-color: #f2f3f3;
	padding: 0 5px 0 22px;
	box-sizing: border-box;
	overflow: hidden;
}
.searchForm input {
	width: calc(100% - 60px);
	padding: 7px 0;
	margin-top: 4px;
	outline: 0;
	border: 0;
	background: transparent;
	font-family: 'Noto Sans KR';
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.3px;
	color: #a2a2a2;
}

.search_box.fullBox {
	position: fixed;
	width: 100%;
	max-width: none;
	margin: 0;
	height: 100%;
	padding-top: 15px;
	box-sizing: border-box;
	z-index: 33;
}
.search_box.fullBox .search_box_inner {
	max-width: 1040px;
	margin: 0 auto;
}
.search_box:not(.fullBox) .close {
	display: none;
}
.fullBox .searchForm {
	float: left;
	width: calc(100% - 78px);
	height: 36px;
	margin-left: 20px;
}
.fullBox .searchForm .search_btn {
	height: 36px;
}
.fullBox .close {
	height: 36px;
	font-family: 'Noto Sans KR';
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.35px;
	color: var(--charcoal-grey);
	background: transparent;
	border: 0;
	outline: 0;
	margin-left: 7px;
}
/* 아이폰 zoom 막기 / Safari 9+ (iOS Only) */
@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) {
	@media {
		.searchForm input,
		.searchForm input:focus {
			font-size: 16px;
			line-height: 26.666666667px;
			padding: 6.666666667px;
			width: 133.333333333%;
			width: 123.333333333%;
			margin-top: 5px;

			/* scale down by 12/16 = 75% */
			transform: scale(0.75);
			transform-origin: left top;

			/* remove extra white space */
			/* margin-bottom: -10px;
			margin-right: -33.333333333%; */
		}

		.fullBox .searchForm input,
		.fullBox .searchForm input:focus {
			margin-top: 3px;
		}
	}
}
@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) and (max-width: 414px) {
	@media {
		.searchForm input,
		.searchForm input:focus {
			width: 112.333333333%;
			width: 99.333333%;
		}
		.fullBox .searchForm input,
		.fullBox .searchForm input:focus {
			width: 111.333333333%;
		}

		/* #consult_wrapper .consult_inner .form_wrapper {
		    height: calc(100% - 437px)
		}
		.submitBtnBox {
		    bottom: 150px;
		} */
	}
}

.searchForm .search_btn {
	position: absolute;
	top: 0;
	right: 5px;
	width: 50px;
	height: 40px;
	border: 0;
	outline: 0;
	font-family: 'Noto Sans KR';
	font-size: 0;
	color: transparent;
	background: url(/common/img/ico_search_v2.png);
	background-size: 18px auto;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.ppeum_box_inner.search {
	min-height: calc(100vh - 120px);
	margin-bottom: 120px;
}
.ppeum_box_inner.search .ppeum_box_inner_box {
	display: block;
	min-height: auto;
}
.ppeum_box_inner.search .ppeum_box_inner_box.active {
	margin-bottom: 0;
}
.ppeum_box_inner.search .ppeum_box_inner_box h4,
.ppeum_box_inner.search .event_tab_cont li:not(.find_key) {
	display: none;
}
.ppeum_box_inner.search .event_tab_cont {
	margin-top: 0px;
}
.ppeum_box_inner.search .event_tab_cont::after {
	background: transparent
}
/* .ppeum_box_inner.search .event_tab_cont li:last-child {
    padding-bottom: 12px;
    border-bottom: 1px solid #f2f3f3;
} */
.boldTxt {
	font-weight: 500;
	color: #f66ac3
}

#ui-id-1 {
	position: fixed;
	position: absolute;
	top: 48px !important;
	left: 0 !important;
	right: 0 !important;
	width: calc(100% - 60px) !important;
	max-width: 850px;
	max-width: 870px;
	max-height: 278px !important;
	overflow: hidden !important;
	overflow-y: auto !important;
	margin: 0 auto;
	padding: 7px 0;
	border-radius: 6px;
	border: 0;
	/* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
	box-shadow: rgb(50 50 93 / 0.25) 0px 10px 20px -10px, rgb(0 0 0 / 0.05) 0 0px 16px 2px;
	scrollbar-color: var(--charcoal-grey) rgba(0, 0, 0, 0.4);
	scrollbar-width: thin;
}
#ui-id-1::-webkit-scrollbar {
	width: 2px;
}
#ui-id-1::-webkit-scrollbar-thumb {
	background-color: var(--charcoal-grey);
	border-radius: 15px;
}
#ui-id-1::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 15px;
}
.sMenuShadow.show ~ #ui-id-1 {
	position: fixed;
	top: 51px !important;
	height: calc(100% - 64px);
	max-height: none !important;
	box-shadow: none;
	width: calc(100% - 38px) !important;
	max-width: 873px;
}
.sMenuShadow.show ~ .ui-menu .ui-menu-item-wrapper {
	white-space: normal;
	overflow: visible;
	text-overflow: unset;
	color: #c1c3cf;
	line-height: 1.6;
	padding-left: 0;
	padding-right: 30px;
	background: url(/common/img/ico_up_arrow.png);
	background-size: 8px auto;
	background-repeat: no-repeat;
	background-position: calc(100% - 3px) 15px;
}
.ui-menu .ui-menu-item-wrapper {
	text-decoration: none;
	display: block;
	font-family: 'Noto Sans KR';
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.5px;
	padding: 9px 1em 9px 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-menu .ui-menu-item-wrapper:hover,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	background: #eee;
	border: 0;
	font-weight: 400;
	color: #333;
	margin: 0;
}

/* Left Banner */
.bannerBox {
	position: fixed;
	top: 0;
	left: 0;
	width: 360px;
	width: calc(100% - 1480px);
	max-width: 360px;
	height: 100vh;
	background: #fff;
	z-index: 24;
	box-sizing: border-box;
}
.bannerImg {
	width: 320px;
	width: 88.89%;
	height: calc(100% - 133px);
}
.bannerImg .swiper-slide {
	width: 100%;
	height: 100%;
	background-size: auto;
	background-repeat: no-repeat;
	background-position: 50% 0;
	cursor: pointer;
}
.bannerThumb {
	position: relative;
	width: 330px;
	width: 91.67%;
	margin: 25px auto 0;
	margin: 0 auto;
}
.bannerThumb .swiper-container {
	/*width: 271px;
	width: 82%;*/
	width: calc(100% - 72px);
	overflow: hidden;
	padding-right: 16px;
}
.bannerThumb.ver2 .swiper-container {
	padding-right: 30px;
}
.bannerThumb .swiper-wrapper {
	justify-content: center;
}
.bannerThumb .swiper-slide {
	width: 84px !important;
	height: 84px;
	overflow: hidden;
	border-radius: 10px;
	margin: 0 4.5px;
}
.bannerThumb .swiper-slide:first-child {
	margin-left: 16px;
}
.bannerThumb.ver2 .swiper-slide:first-child {
	margin-left: 132px;
}
.bannerThumb .swiper-slide-thumb-active::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	border: solid 2px #f66ac3;
	box-sizing: border-box;
}
.bannerThumb .swiper-container:not(.swiper-container-horizontal) + .swiper-button-next,
.bannerThumb .swiper-container:not(.swiper-container-horizontal) + .swiper-button-next + .swiper-button-prev {
	display: none;
}
.bannerThumb .swiper-button-next, .bannerThumb .swiper-container-rtl .swiper-button-prev,
.bannerThumb .swiper-button-prev, .bannerThumb .swiper-container-rtl .swiper-button-next {
	background-image: url(/common/img/btn_arrow.png);
	background-size: 10px auto;
}
.bannerThumb .swiper-button-next, .bannerThumb .swiper-container-rtl .swiper-button-prev {
	left: 0;
}
.bannerThumb .swiper-button-prev, .bannerThumb .swiper-container-rtl .swiper-button-next {
	right: 0;
	left: auto;
	-webkit-ransform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.bannerThumb .swiper-button-next.swiper-button-disabled,
.bannerThumb .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

/* Util */
.util {
	float: right;
	margin-right: 17px;
}
.util li {
	position: relative;
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -0.38px;
	text-align: left;
	color: #353c49;
	line-height: 54px;
	margin: 0 5px;
	cursor: pointer;
}
.util li {
	width: 36px;
	color: transparent;
	font-size: 0;
}
.util li.noOpt::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 36px;
	height: 36px;
	background-color: var(--charcoal-grey);
	background-image: url(/common/img/eng/ico_reserve.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px auto;
	border-radius: 50%;
}
.util li.chat::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 36px;
	height: 36px;
	/*background-color: #2dc100;
	background-image: url(/common/img/eng/ico_chat.png);*/
	background-color: #2dc100;
	background-image: url(/common/img/eng/ico_whatsApp.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px auto;
	border-radius: 50%;
	overflow: hidden;
}

.util li.kakao {
	z-index: 4;
}
.util li .label {
	width: 83px;
	height: 23px;
	padding: 0px 0 4px 6px;
	background-image: linear-gradient(to left, #f2204e, #a01dd6);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: -0.3px;
	text-align: left;
	color: #fff;
	border-radius: 0 8px 8px;
	position: absolute;
	top: 37px;
	left: 16px;
	z-index: 3;
	display: inline-block;
	box-sizing: border-box;
}

/* 모바일 숨은 메뉴 */
.sMenuShadow {
	/* display: none; */
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: -1;
	box-sizing: border-box;
}
.sMenu {
	/* display: none; */
	background: #fff;
	position: fixed;
	width: 100%;
	max-width: 1080px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 30px;
	overflow: hidden;
	z-index: 31;
	border-radius: 20px 20px 0 0;
	box-sizing: border-box;
	transform: translateY(100%);
}
.sMenuShadow.show {
	/* display: block; */
	opacity: 1;
	z-index: 30;
	-webkit-transition: opacity ease 0.4s;
	-moz-transition: opacity ease 0.4s;
	transition: opacity ease 0.4s;
}
.sMenuShadow.show + .sMenu {
	/* display: block; */
	transform: translateY(0);
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	transition: all ease 0.4s;
	transition-delay: 0.1s;
}
.sMenu .close {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 50px;
	height: 50px;
	background: #fff url(/common/img/ico_close.png);
	background-size: 18px auto;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 0;
	outline: 0;
	color: transparent;
	z-index: 1;
}
.sMenu ul {
	width: calc(100% - 40px);
	margin: 0 auto;
}
.sMenu li {
	padding-left: 30px;
	font-size: 16px;
	font-weight: 500;
	height: 56px;
	line-height: 56px;
	letter-spacing: -1px;
	color: var(--charcoal-grey);
	border-top: 1px solid #f2f3f3;
	background-size: 18px auto;
	background-repeat: no-repeat;
	background-position: 0 50%;
	cursor: pointer;
}
.sMenu li.search {
	background-image: url(/common/img/ico_search_v3.png);
}
.sMenu li.pass {
	background-image: url(/common/img/ico_pass.png);
}
.sMenu li.call {
	background-image: url(/common/img/ico_call.png);
}
.sMenu li.kakao {
	background-image: url(/common/img/ico_kakao_v2.png);
}
.sMenu li:first-child {
	border-top: 0;
}

/* 상담창 */
#consult_wrapper * {
	font-family: 'Noto Sans JP', 'Noto Sans KR', sans-serif;
}
#consult_wrapper .consult_inner {
	position: fixed;
	top: 0;
	right: 0;
	left: auto !important;
	padding: 0;
	width: 360px;
	height: 100vh;
	background: #fff;
	box-sizing: border-box;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
}
#consult_wrapper .consult_inner .form_wrapper {
	height: calc(100% - 227px);
	margin-top: 0;
	scrollbar-color: var(--charcoal-grey) rgba(0, 0, 0, 0.4);
	scrollbar-width: thin;
}
#consult_wrapper .form_wrapper::-webkit-scrollbar {
	width: 3px;
}
#consult_wrapper .form_wrapper::-webkit-scrollbar-thumb {
	background-color: var(--charcoal-grey);
	border-radius: 15px;
}
#consult_wrapper .form_wrapper::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 15px;
}
#consult_wrapper h1 {
	height: 34px;
	margin: 70px 0 23px 20px;
	font-size: 23px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0;
	text-align: left;
	color: var(--charcoal-grey);
}
#consult_wrapper .selectedOpt {
	overflow: hidden;
	border-bottom: 8px solid #f2f3f3;
	padding-bottom: 17px;
}
#consult_wrapper .selectedOpt ul {
	width: calc(100% - 40px);
	margin: 0 auto;
	overflow: hidden;
}
#consult_wrapper .selectedOpt li {
	/* height: 44px; */
	margin: 0;
	padding: 8px 32px 10px 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.47;
	letter-spacing: 0.5px;
	color: var(--charcoal-grey);
	box-sizing: border-box;
}
#consult_wrapper .selectedOpt li:not(:first-child) {
	border-top: 1px solid #f2f3f3;
}
#consult_wrapper .formGroup.selectBox label {
	float: none;
}
#consult_wrapper .formGroup.selectBox label,
#consult_wrapper .sectionTitle span,
#consult_wrapper .formGroup .titles,
#consult_wrapper .formGroup_radio span {
	height: 18px;
	margin: 27px 0 10px 20px;
	font-size: 12px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 1px;
	text-align: left;
	color: #c1c3cf;
}
#consult_wrapper .formGroup.selectBox select {
	margin: -12px 0 27px 20px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.47;
	letter-spacing: 0;
	color: var(--charcoal-grey);
}
.reserveDateContainer {
	margin-top: 0;
}
#consult_wrapper .reserveAccordion.reserveDateWrapper .sectionTitle span {
	height: 22px;
	margin: 0 0 30px 20px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.53;
	letter-spacing: 0;
	text-align: left;
	color: var(--charcoal-grey);
}
#eventCalendar {
	padding-top: 30px;
}
#eventCalendar .ui-widget.ui-widget-content {
	width: calc(100% - 40px);
	margin: 0 auto;
}
#consult_wrapper #eventCalendar .ui-datepicker .ui-datepicker-title {
	line-height: 50px;
	font-family: 'Rubik';
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.4px;
	color: #212428;
}
#consult_wrapper #eventCalendar .ui-datepicker .ui-datepicker-title span {
	font-family: 'Rubik';
}
#eventCalendar .ui-datepicker-month::before {
	font-size: 15px;
	left: -3px;
	bottom: -16px;
}
#eventCalendar .ui-datepicker .ui-datepicker-prev,
#eventCalendar .ui-datepicker .ui-datepicker-next {
	top: 50%;
	transform: translateY(-50%);
}
#eventCalendar .ui-widget-header .ui-icon {
	width: 6px;
	height: 0px;
	background-image: none;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 12px auto;
}
#consult_wrapper #eventCalendar .ui-datepicker .ui-datepicker-prev span, #consult_wrapper #eventCalendar .ui-datepicker .ui-datepicker-next span {
	margin-top: 0;
	top: 50%;
	transform: translateY(-50%);
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 6px solid #aeb5bc;
}
#consult_wrapper #eventCalendar .ui-datepicker .ui-datepicker-next span {
	transform: translateY(-50%) rotate(-180deg);
	margin-left: -3px;
}
#eventCalendar .ui-datepicker .ui-datepicker-prev {
	left: 89px;
}
#eventCalendar .ui-datepicker .ui-datepicker-next {
	right: 88px;
}
#eventCalendar .ui-datepicker .ui-datepicker-header {
	height: 50px;
	line-height: 50px;
	padding: 0;
	margin-bottom: 11px;
	border-bottom: 1px solid #ececed;
}
#consult_wrapper #eventCalendar .ui-datepicker th {
	height: 18px;
	font-family: 'Noto Sans KR';
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0;
	color: #94979b;
}
#consult_wrapper .ui-datepicker td {
	border: 0;
	padding: 0;
}
#consult_wrapper #eventCalendar .ui-datepicker td span,
#consult_wrapper #eventCalendar .ui-datepicker td a {
	width: 40px;
	height: 40px;
	line-height: 41px;
	font-family: 'Rubik';
	font-size: 16px;
	padding-right: 1px;
}
#consult_wrapper #eventCalendar .ui-datepicker td.ui-datepicker-week-end span,
#consult_wrapper #eventCalendar .ui-datepicker td.ui-datepicker-week-end a:not(.ui-state-active) {
	color: #7c96db;
}
#consult_wrapper #eventCalendar .ui-datepicker td.ui-datepicker-week-end:nth-child(odd) span,
#consult_wrapper #eventCalendar .ui-datepicker td.ui-datepicker-week-end:nth-child(odd) a:not(.ui-state-active) {
	color: #f25959;
}
#eventCalendar .ui-datepicker td a.ui-state-highlight::after,
#eventCalendar .ui-datepicker td.ui-datepicker-today .ui-state-default::after {
	bottom: -1px;
	font-size: 10px;
	letter-spacing: 0;
}
#eventCalendar .ui-datepicker td a.ui-state-highlight::after,
#eventCalendar .ui-datepicker td.ui-datepicker-today .ui-state-default::after {
	content: 'Today';	/* 오늘 */
}
#eventCalendar .ui-state-active,
#eventCalendar .ui-widget-content .ui-state-active,
#eventCalendar .ui-widget-header .ui-state-active,
#eventCalendar a.ui-button:active,
#eventCalendar .ui-button:active,
#eventCalendar .ui-button.ui-state-active:hover {
	background: #ec80d6;
}
#eventCalendar .ui-state-disabled,
#eventCalendar .ui-widget-content .ui-state-disabled,
#eventCalendar .ui-widget-header .ui-state-disabled {
	color: #c1c3cf;
}
#consult_wrapper .formGroup .titles.hide {
	display: none !important;
}
#consult_wrapper .formGroup input[type="number"]::-webkit-outer-spin-button,
#consult_wrapper .formGroup input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
#consult_wrapper .reserveTimeWrapper.reserveAccordion .sectionTitle,
#consult_wrapper .formGroup input[type='text'],
#consult_wrapper .formGroup input[type='number'],
#consult_wrapper .formGroup input[type='email'] {
	width: calc(100% - 40px);
	height: 52px;
	line-height: 52px;
	margin: 10px 20px 24px;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
	color: var(--charcoal-grey);
	box-sizing: border-box;
	outline: 0;
}
#consult_wrapper .reserveTimeWrapper.reserveAccordion .sectionTitle,
#consult_wrapper .formGroup input[type='text'].linebox,
#consult_wrapper .formGroup input[type='number'].linebox,
#consult_wrapper .formGroup input[type='email'].linebox {
	padding: 15px;
	margin-bottom: 0;
	border: solid 1px #e1e2e8;
	border-radius: 5px;
}
#consult_wrapper .reserveTimeWrapper.reserveAccordion .sectionTitle {
	z-index: 2;
	position: relative;
}
#consult_wrapper .reserveTimeWrapper.reserveAccordion .sectionTitle.on,
#consult_wrapper .formGroup input[type='text'].linebox:focus,
#consult_wrapper .formGroup input[type='number'].linebox:focus,
#consult_wrapper .formGroup input[type='email'].linebox:focus {
	border-color: var(--charcoal-grey);
}
#consult_wrapper .reserveTimeWrapper.reserveAccordion .sectionTitle.error,
#consult_wrapper .formGroup input[type='text'].linebox.error,
#consult_wrapper .formGroup input[type='number'].linebox.error,
#consult_wrapper .formGroup input[type='email'].linebox.error {
	border-color: #f2204e;
}

#consult_wrapper .formGroup input[type='text']#reserveDate {
	font-family: 'Rubik';
	font-size: 18px;
	margin-bottom: 0;
}

#consult_wrapper .formGroup input[type='text']#reserveDate::-webkit-input-placeholder,
#consult_wrapper .formGroup input[type='text']#reserveDate::-webkit-input-placeholder {
	font-size: 15px;
	letter-spacing: 0;
}
#consult_wrapper .formGroup input[type='text']#reserveDate::-moz-placeholder,
#consult_wrapper .formGroup input[type='text']#reserveDate::-moz-placeholder {
	font-size: 15px;
	letter-spacing: 0;
}
#consult_wrapper .formGroup input[type='text']#reserveDate:-ms-input-placeholder,
#consult_wrapper .formGroup input[type='text']#reserveDate:-ms-input-placeholder {
	font-size: 15px;
	letter-spacing: 0;
}
#consult_wrapper .formGroup input[type='text']#reserveDate:-moz-placeholder,
#consult_wrapper .formGroup input[type='text']#reserveDate:-moz-placeholder {
	font-size: 15px;
	letter-spacing: 0;
}
#consult_wrapper .reserveTimeWrapper {
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 30px;
	border-bottom: 8px solid #f2f3f3;
}
#consult_wrapper .formGroup,
#consult_wrapper .formGroup_radio {
	margin-right: 0;
}
#consult_wrapper .formGroup.reserveFormGroup .titles {
	margin-bottom: 0;
}
#consult_wrapper .reserveAccordion.reserveDateWrapper .reserveTimeGroup .sectionTitle span {
	position: relative;
	display: block;
	line-height: 1.47;
	margin: 0;
}
#consult_wrapper .reserveAccordion.reserveDateWrapper .reserveTimeGroup .sectionTitle span::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 0px;
	height: 0px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #aeb5bc;
	transform: translateY(-50%);
}
#consult_wrapper .reserveAccordion .selectList.on {
	position: absolute;
	left: 0;
	right: 0;
	width: calc(100% - 40px);
	height: auto;
	max-height: 190px;
	overflow-y: auto;
	padding: 20px 0 40px;
	border: 1px solid #e1e2e8;
	padding: 10px 0;
	background: #fff;
	z-index: 1;
	margin: -1px auto 0;
	border-radius: 5px;
	box-sizing: border-box;
	scrollbar-color: var(--charcoal-grey) rgba(0, 0, 0, 0.4);
	scrollbar-width: thin;
}
#consult_wrapper .reserveAccordion .selectList.on::-webkit-scrollbar {
	width: 3px;
}
#consult_wrapper .reserveAccordion .selectList.on::-webkit-scrollbar-thumb {
	background-color: var(--charcoal-grey);
	border-radius: 15px;
}
#consult_wrapper .reserveAccordion .selectList.on::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 15px;
}
#consult_wrapper .reserveAccordion .sectionTitle span em.on {
	line-height: 0.47;
	font-family: 'Rubik';
	font-size: 18px;
	color: var(--charcoal-grey);
}
#consult_wrapper .reserveTimeWrapper.reserveAccordion .selectList .radioBox {
	height: 48px;
	line-height: 48px;
	margin: 0;
	padding: 0 16px;
	font-family: 'Rubik';
	font-size: 18px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #94979b;
}
#consult_wrapper .reserveAccordion .selectList.timeList .radioBox label {
	height: 48px;
	line-height: 48px;
	font-family: 'Rubik';
	font-size: 18px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #94979b;
}
#consult_wrapper .reserveAccordion .selectList.timeList .radioBox:hover {
	background-color: #f2f3f3;
}
#consult_wrapper .reserveAccordion .selectList .radioBox input[type=radio]:checked + label,
#consult_wrapper .reserveAccordion .selectList .radioBox:hover label,
#consult_wrapper .reserveAccordion .selectList.timeList .radioBox:hover label {
	color: var(--charcoal-grey);
	font-weight: 400;
}
#consult_wrapper .reserveAccordion .sectionTitle span em {
	height: 22px;
	margin: 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.47;
	letter-spacing: 0;
	text-align: left;
	color: #94979b;
}
/*#consult_wrapper .reserveRadioBox {
	line-height: 30px;
	border-top: 8px solid #f2f3f3;
	border-bottom: 8px solid #f2f3f3;
	margin-top: 30px;
	margin-bottom: -38px;
	padding: 20px 0;
}*/
#consult_wrapper .reserveRadioBox {
    line-height: 30px;
    /* border-top: 8px solid #f2f3f3; */
    /* border-bottom: 8px solid #f2f3f3; */
    margin-top: -30px;
    margin-bottom: -8px;
    padding: 20px 0;
}
#consult_wrapper .reserveRadioBox.ver2 {
	border-top: 0;
	border-bottom: 0;
	margin-top: 0;
	margin-bottom: -13px;
}
#consult_wrapper .reserveRadioBox span {
	width: 57px;
	margin: 32px 6px 32px 20px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.53;
	letter-spacing: -0.38px;
	text-align: left;
	color: var(--charcoal-grey);
}
#consult_wrapper .reserveRadioBox span {
    display: block;
    width: auto;
    margin-bottom: 0;
}
#consult_wrapper .reserveRadioBox .radioBoxInner {
	height: 28px;
	line-height: 28px;
	margin-left: 14px;
	margin-top: 12px;
}
#consult_wrapper .reserveRadioBox label {
	position: relative;
	width: auto;
	outline: 0;
	padding-left: 34px;
	margin-left: 8px;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -0.38px;
	color: var(--charcoal-grey);
	cursor: pointer;
}
#consult_wrapper .reserveRadioBox label::before {
	content: '';
	position: absolute;
	top: -2px;
	left: 0;
	width: 26px;
	height: 26px;
	border: solid 1px #e3e3e3;
	background-color: #fff;
	border-radius: 50%;
	box-sizing: border-box;
}
#consult_wrapper .reserveRadioBox .error + label::before {
	border-color: #f2204e
}
#consult_wrapper .reserveRadioBox label::after {
	content: '';
	position: absolute;
	left: 5px;
	top: 3px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #ec80d6;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
#consult_wrapper .reserveRadioBox input[type=radio]:checked + label::before {
	background-color: #fff;
}
#consult_wrapper .reserveRadioBox input[type=radio]:checked + label::after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
#consult_wrapper .reserveRadioBox label#first_yn-error::before {
	width: 0;
	height: 0;
}
#consult_wrapper label#first_yn-error.error {
    margin-left: -14px;
}
#consult_wrapper .reserveRadioBox .tblStrField-error {
	border-bottom: 0;
	height: 0;
}
#consult_wrapper .consult_inner form .mobileVer {
	background: #f2f3f3;
	overflow: hidden;
	margin-top: 30px;
	padding-bottom: 20px;
}
#consult_wrapper .smspush {
	margin-top: 0px;
}
#consult_wrapper .agree label,
#consult_wrapper .agree a,
#consult_wrapper .agree span,
#consult_wrapper .smspush label {
	margin: 5px 0 19px 20px;
	font-size: 12px;
	line-height: 2;
	text-align: left;
	color: #94979b;
	letter-spacing: 0.5px;
	cursor: pointer;
}
#consult_wrapper .agree a,
#consult_wrapper .agree span {
	margin-left: 3px;
}
#consult_wrapper .agree input,
#consult_wrapper .smspush input {
	width: 28px;
	height: 28px;
}
#consult_wrapper .checkbox label {
	padding-left: 40px;
}
#consult_wrapper .checkbox label:before {
	top: -6px;
	width: 28px;
	height: 28px;
	border-radius: 5px;
	border: solid 1px #e3e3e3;
	background-color: #fff;
}
#consult_wrapper .checkbox input[type=checkbox]:checked + label:before {
	background: #ec80d6;
	border-color: #ec80d6;
}
#consult_wrapper .checkbox input[type=checkbox]:checked + label:after {
	top: 4px;
	left: 9px;
	width: 10px;
	height: 5px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-radius: 0;
}
#consult_wrapper .checkbox .error + label:before {
	border-color: #f2204e;
}
#consult_wrapper label.error {
	display: block;
	width: calc(100% - 40px);
	line-height: 1.2;
	top: 0;
	font-size: 12px !important;
	letter-spacing: 0.3px;
	color: #f2204e !important;
	margin: 7px 0 0 20px;
	cursor: default;
}

.submitBtnBox {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 110px;
	padding: 30px 0;
	border-top: 1px solid #e3e3e3;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	background-color: #fff;
	box-sizing: border-box;
	z-index: 3;
}
#consult_wrapper .submit_btn {
	display: block;
	position: relative;
	width: calc(100% - 40px);
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 25px;
	background-color: #f2204e;
	font-family: 'Noto Sans JP', 'Noto Sans KR';
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: #fff;
}
#consult_wrapper .submit_btn.disabled {
	background-color: #c1c3cf;
}

.memo {
	display: block;
	position: relative;
	line-height: 1.3;
	font-size: 12px;
	margin: 5px 19px 0 20px;
	padding-left: 16px;
}
.memo::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

.btnConsultClose {
	position: absolute;
	top: 0;
	right: 5px;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.btnConsultClose .con {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin-top: -3px;
}
.btnConsultClose .bar {
	display: block;
	height: 2px;
	width: 18px;
	background: #94979b;
	margin: 3px auto;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.btnConsultClose .top {
	-webkit-transform: translateY(6px) rotateZ(45deg);
	-moz-transform: translateY(6px) rotateZ(45deg);
	-ms-transform: translateY(6px) rotateZ(45deg);
	-o-transform: translateY(6px) rotateZ(45deg);
	transform: translateY(6px) rotateZ(45deg);
}
.btnConsultClose .bottom {
	-webkit-transform: translateY(-4px) rotateZ(-45deg);
	-moz-transform: translateY(-4px) rotateZ(-45deg);
	-ms-transform: translateY(-4px) rotateZ(-45deg);
	-o-transform: translateY(-4px) rotateZ(-45deg);
	transform: translateY(-4px) rotateZ(-45deg);
}
.btnConsultClose .middle {
	width: 0;
}

.btnViewClose {
	position: absolute;
	top: 0;
	right: 5px;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.btnViewClose .con {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin-top: -3px;
}
.btnViewClose .bar {
	display: block;
	height: 2px;
	width: 18px;
	background: #fff;
	margin: 3px auto;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.btnViewClose .top {
	-webkit-transform: translateY(6px) rotateZ(45deg);
	-moz-transform: translateY(6px) rotateZ(45deg);
	-ms-transform: translateY(6px) rotateZ(45deg);
	-o-transform: translateY(6px) rotateZ(45deg);
	transform: translateY(6px) rotateZ(45deg);
}
.btnViewClose .bottom {
	-webkit-transform: translateY(-4px) rotateZ(-45deg);
	-moz-transform: translateY(-4px) rotateZ(-45deg);
	-ms-transform: translateY(-4px) rotateZ(-45deg);
	-o-transform: translateY(-4px) rotateZ(-45deg);
	transform: translateY(-4px) rotateZ(-45deg);
}
.btnViewClose .middle {
	width: 0;
}

.tooltip {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 70px;
	z-index: 1;
	margin: 0 auto;
	width: 320px;
	height: 44px;
	line-height: 44px;
	border-radius: 5px;
	background-color: rgba(53,60,73,0.8);
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.3px;
	text-align: center;
	color: #fff;
}

/* 상세보기 */
.itemViewBox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 100;
	background: #fff;
	overflow: hidden;
	/* overflow-y: auto; */
	display: none;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	transform-origin: right;
}

.showItem {
	display: block;
	-webkit-animation: slideItemBox 0.7s ease-in forwards;
	animation: slideItemBox 0.7s ease-in forwards;
}
.itemViewInner,
.itemViewTop {
	opacity: 0;
}
.itemViewTop {
	position: relative;
	z-index: 1;
}
.itemViewInner {
	overflow: hidden;
	overflow-y: auto;
	height: 100%;
}
.showItem .itemViewInner {
	-webkit-animation: slideItemInner .6s forwards 0.5s ease-in-out;
	animation: slideItemInner .6s forwards 0.5s ease-in-out;
}
.showItem .itemViewTop {
	-webkit-animation: slideItemClose .6s forwards 1s ease-in-out;
	animation: slideItemClose .6s forwards 1s ease-in-out;
}
@-webkit-keyframes slideItemBox {
	from {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes slideItemBox {
	from {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@-webkit-keyframes slideItemInner {
	from {
		/* -webkit-transform: translate(-50%, -40%);
				transform: translate(-50%, -40%); */
		/* -webkit-transform: translate(calc(-50% + 0.1px), calc(-40% + 0.1px));
				transform: translate(calc(-50% + 0.1px), calc(-40% + 0.1px)); */
		top: 50px;
		opacity: 0;
	}
	to {
		/* -webkit-transform: translate(-50%, -50%);
				  transform: translate(-50%, -50%); */
		/* -webkit-transform: translate(calc(-50% + 0.1px), calc(-50% + 0.1px));
				transform: translate(calc(-50% + 0.1px), calc(-50% + 0.1px)); */
		top: 20px;
		opacity: 1;
	}
}

@keyframes slideItemInner {
	from {
		/* -webkit-transform: translate(-50%, -40%);
				transform: translate(-50%, -40%); */
		/* -webkit-transform: translate(calc(-50% + 0.1px), calc(-40% + 0.1px));
				transform: translate(calc(-50% + 0.1px), calc(-40% + 0.1px)); */
		top: 50px;
		opacity: 0;
	}
	to {
		/* -webkit-transform: translate(-50%, -50%);
				  transform: translate(-50%, -50%); */
		/* -webkit-transform: translate(calc(-50% + 0.1px), calc(-50% + 0.1px));
				transform: translate(calc(-50% + 0.1px), calc(-50% + 0.1px)); */
		top: 20px;
		opacity: 1;
	}
}

@-webkit-keyframes slideItemClose {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes slideItemClose {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.viewVisual {
	width: 100%;
}
.itemViewBox .contentArea {
	overflow: hidden;
	clear: both;
	padding: 35px 40px 25px 20px;
	border-bottom: 8px solid #f2f3f3;
}
.itemViewBox .contentArea .category {
	display: block;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: -0.3px;
	color: #c1c3cf;
}
.itemViewBox .contentArea .title {
	display: block;
	margin: 16px 0 10px 0;
	font-size: 23px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0;
	color: var(--charcoal-grey);
}
.itemViewBox .contentArea .desc {
	margin: 10px 0 24px 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.79;
	letter-spacing: 0.4px;
	color: #94979b;
}
.itemViewBox .contentArea .hashtag li {
	float: left;
	display: inline-block;
	height: 38px;
	line-height: 36px;
	margin: 0 4px 7px 0;
	padding: 0 10px;
	border-radius: 19px;
	border: solid 1px #ffd6f7;
	background-color: #fff5fd;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-align: center;
	color: #ec80d6;
	box-sizing: border-box;
}
.itemViewBox .videoArea .title {
	display: block;
	margin: 28px 20px 14px 20px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.53;
	letter-spacing: -0.38px;
	color: var(--charcoal-grey);
}
.itemViewBox .videoArea .videoBox {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.itemViewBox .videoArea .videoBox iframe,
.itemViewBox .videoArea .videoBox video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.itemViewBox .infoArea {
	padding: 40px 20px 18px;
	overflow: hidden;
	clear: both;
}
.itemViewBox .infoArea dt {
	float: left;
	display: inline-block;
	clear: both;
	height: 22px;
	margin: 0 10px 19px 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.53;
	letter-spacing: 0.2px;
	color: var(--charcoal-grey);
}
.itemViewBox .infoArea dd {
	margin: 0 0 19px 10px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.53;
	letter-spacing: 0.2px;
	text-align: left;
	color: var(--charcoal-grey);
}
.itemViewBox .noti {
	display: block;
	padding: 30px 34px 50px 20px;
	background-color: #f2f3f3;
}
.itemViewBox .noti > em {
	display: block;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.64;
	letter-spacing: 0;
	color: var(--charcoal-grey);
}
.itemViewBox .noti li {
	position: relative;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.57;
	letter-spacing: 0.5px;
	color: #94979b;
	padding-left: 9px;
}
.itemViewBox .noti li::before {
	content: '-';
	position: absolute;
	left: 0;
	top: -1px;
}
.etcNoti {
	display: block;
	font-size: 12px;
	font-weight: 400;
	color: #ef1111;
	margin: 8px 0 0 21px;
	line-height: 1.3;
}

/* 명동점 바로예약 옵션 */
#consult_wrapper .selectedOpt ul.etc {
	display: none;
	margin-top: 12px;
}
#consult_wrapper .selectedOpt ul.etc.on {
	display: block;
}
#consult_wrapper .selectedOpt .etc li {
	position: relative;
	border-top: 0;
}
#consult_wrapper .selectedOpt .etc li input[type=checkbox] {
	position: absolute;
	top: -1px;
	left: 0;
	opacity: 0;
}
#consult_wrapper .selectedOpt .etc li label:not(.error) {
	position: relative;
	display: block;
	height: 26px;
	line-height: 26px;
	padding-left: 37px;
	outline: 0;
}
#consult_wrapper .selectedOpt .etc li label:not(.error)::before,
#consult_wrapper .selectedOpt .etc li label:not(.error)::after {
	content: '';
	position: absolute;
	border-radius: 50%;
	box-sizing: border-box;
}
#consult_wrapper .selectedOpt .etc li label:not(.error)::before {
	top: 1px;
	left: 0;
	width: 26px;
	height: 26px;
	border: solid 1px #e3e3e3;
	background-color: #fff;
}
#consult_wrapper .selectedOpt .etc li label:not(.error)::after {
	left: 5px;
	top: 6px;
	width: 16px;
	height: 16px;
	background-color: #ec80d6;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
#consult_wrapper .selectedOpt .etc li input[type=checkbox]:checked + label:not(.error)::after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.privacyShadow {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	z-index: 1001;
}
.privacyBox {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	right: 0;
	border: 0;
	margin: 0 auto;
	width: calc(100% - 40px);
	max-width: 700px;
	height: calc(100% - 85px);
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
	z-index: 1002;
	transform: translate(-50%, -50%);
}
.privacyShadow.on,
.privacyShadow.on + .privacyBox {
	display: block;
}
.privacyBox  h3 {
	margin: 16px 0 16px 0;
	font-size: 23px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: -0.58px;
	text-align: center;
	color: var(--charcoal-grey);
}
.privacyBox .inner {
	padding: 10px 16px 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.3px;
	color: #94979b;
	height: 100%;
	height: 90%;
	overflow: hidden;
	overflow-y: auto;
}
.privacyBox .inner p {
	margin-bottom: 15px;
}
.privacyBox .inner h4,
.privacyBox .inner h5 {
	clear: both;
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.53;
	color: var(--charcoal-grey);
}
.privacyBox .inner h5 {
	font-size: 14px;
}
.privacyBox .inner ul {
	overflow: hidden;
	margin-bottom: 10px;
}
.privacyBox .alltable {
	width: 100%;
	border: 1px solid #e0e0e0;
	margin: 0 0 12px;
	padding: 0;
	text-align: center
}
.privacyBox .alltable th,
.privacyBox .alltable td {
	line-height: 1.3;
	padding: 5px 5px 8px;
	border: 1px solid #e0e0e0;
	margin: 0;
	vertical-align: middle;
}
.privacyBox .alltable th {
	background: #f7f7f7;
	font-weight: 500;
	text-align: center;
}
.privacyClose {
	position: fixed;
	top: 0;
	right: 0;
	display: inline-block;
	width: 62px;
	height: 62px;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	background: rgba(0,0,0,0.7);
}
.privacyClose .con {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin-top: -3px;
}
.privacyClose .bar {
	display: block;
	height: 3px;
	width: 24px;
	background: #fff;
	margin: 3px auto;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.privacyClose .top {
	-webkit-transform: translateY(5px) rotateZ(45deg);
	-moz-transform: translateY(5px) rotateZ(45deg);
	-ms-transform: translateY(5px) rotateZ(45deg);
	-o-transform: translateY(5px) rotateZ(45deg);
	transform: translateY(5px) rotateZ(45deg);
}
.privacyClose .middle {
	width: 0;
}
.privacyClose .bottom {
	-webkit-transform: translateY(-7px) rotateZ(-45deg);
	-moz-transform: translateY(-7px) rotateZ(-45deg);
	-ms-transform: translateY(-7px) rotateZ(-45deg);
	-o-transform: translateY(-7px) rotateZ(-45deg);
	transform: translateY(-7px) rotateZ(-45deg);
}

/* 지점선택 팝업 */
.branchSelectPop {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	z-index: 100;
}
.branchSelectPop.on {
	display: block;
}
.branchSelectInner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 20px);
	max-width: 440px;
	height: 500px;
	padding: 15px 0 0;
	background: #fff;
	border-radius: 15px;
	box-sizing: border-box;
	overflow: hidden;
}
.branchSelectPop h3 {
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	font-weight: 600;
}

.branchOptionBox {
	position: relative;
}
.branchOptionBox em,
.branchOptionBox b {
	position: relative;
	display: block;
	margin: 20px 0;
	padding: 15px 16px;
	background: #fff;
	border: solid 1px #e1e2e8;
	border-radius: 5px;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: normal;
	color: var(--charcoal-grey);
}
.branchOptionBox b {
	font-size: 16px;
	margin: 20px 40px 10px;
}
@media only screen and (max-width: 414px) {
	.branchOptionBox b {
		margin: -20px 20px 5px;
	}
}
.branchOptionBox em::after,
.branchOptionBox b::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 17px;
	width: 14px;
	height: 8px;
	background: url(/common/img/ico_jijum_arrow_m.png);
	background-size: 14px auto;
	background-repeat: no-repeat;
	background-position: 50%;
	transform: translateY(-50%);
}
.branchOption {
	height: 0;
	overflow: hidden;
	border: 0;
	padding: 0;
}
.branchOption.on {
	position: absolute;
	left: 0;
	right: 0;
	/* width: calc(100% - 40px); */
	height: auto;
	max-height: 190px;
	overflow-y: auto;
	padding: 20px 0 40px;
	border: 1px solid #e1e2e8;
	padding: 8px 0;
	background: #fff;
	z-index: 1;
	margin: -21px auto 0;
	border-radius: 0 0 5px 5px;
	box-sizing: border-box;
	scrollbar-color: var(--charcoal-grey) rgba(0, 0, 0, 0.4);
	scrollbar-width: thin;
}
.branchOption li {
	padding: 0 17px;
	height: 48px;
	line-height: 48px;
	font-size: 13px;
	letter-spacing: normal;
	color: #c1c3cf;
}
.branchOption li.active {
	color: var(--charcoal-grey);
}
.branchOption li:hover {
	color: #ec80d6;
}
/* 러시아, 베트남, 한국 숨김 */
.branchOption li:nth-child(5),
.branchOption li:nth-child(6),
.branchOption li:nth-child(7){
	display: none;
}

.branchSelectPop .ver2 .branchOption {
	height: 0;
	padding: 0;
}
.branchSelectPop .ver2 .branchOption.on {
	height: auto;
    border: solid 1px #e1e2e8;
	border-radius: 5px;
	max-height: 170px;
	overflow-y: auto;
}
.branchSelectPop .ver2 .branchOption li {
    height: 55px;
    line-height: 1.0;
    margin-bottom: 0;
    padding: 0 20px 0 60px;
    border: 0;
    border-bottom: solid 1px #e1e2e8;
    font-size: 16px;
    border-radius: 0;
    vertical-align: top;
    display: inline-table;
}

@media only screen and (max-width: 414px) {
	.branchSelectPop .ver2 .branchOption li {
		padding: 0 15px 0 55px;
	}
}
.branchSelectPop .ver2 .branchOption li:last-child {
	border-bottom: 0;
}
.branchSelectPop .ver2 .branchOption li span {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.2;
    font-size: inherit;
	color: inherit
}

.branchOpt:not(.active) {
	display: none;
}
.branchOpt li {
	font-size: 12px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 0.3px;
	color: #94979b;
}

.locationBox {
	position: relative;
	font-size: 12px;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	letter-spacing: 0.3px;
	color: var(--charcoal-grey);
	background: url(/common/img/ico_location_cart.png);
	background-size: 14px auto;
	background-repeat: no-repeat;
	background-position: 0 50%;
	text-align: left;
	margin: 0 15px;
	padding-left: 20px;
	clear: both;
}
.locationBox a {
	display: inline-block;
	position: absolute;
	top: 0;
	right: -15px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: url(/common/img/ico_arror_right.png);
	background-size: 5px auto;
	background-repeat: no-repeat;
	background-position: 50%;
	text-align: center;
	text-decoration: none;
	font-size: 0;
	color: transparent;
}

.branchSelectPop .branchSelectInner h3 {
	height: auto;
	font-size: 29px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: -0.73px;
	text-align: center;
	color: var(--charcoal-grey);
	background: url(/common/img/ico_location.png);
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: 50% 0;
	margin: 28px auto 31px;
	padding-top: 29px;
}
.branchSelectPop .branchOptionBox {
	position: relative;
}
.branchSelectPop .branchOption {
	width: calc(100% - 80px);
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.branchSelectPop .branchOption li {
	position: relative;
	width: 100%;
	height: 72px;
	line-height: 68px;
	margin-bottom: 8px;
	padding: 0 20px 0 60px;
	border-radius: 5px;
	border: solid 1px #e1e2e8;
	background-color: #fff;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: normal;
	color: var(--charcoal-grey);
	cursor: pointer;
}
.branchSelectPop .branchOption li::before {
	content: '';
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	background-color: #e1e2e8;
	border-radius: 50%;
}
.branchSelectPop .branchOption li.active::before {
	background-color: var(--charcoal-grey);
	background-image: url(/common/img/ico_jijum.png);
	background-size: 12px auto;
	background-repeat: no-repeat;
	background-position: 50%;
}
@media only screen and (max-width: 320px) {
	.branchSelectPop .branchOption li {
		padding: 0 15px 0 50px;
		font-size: 15px;
	}
	.branchSelectPop .branchOption li::before {
		left: 15px;
		width: 24px;
		height: 24px;
	}
	.branchSelectPop .branchOption li.active::before {
		background-size: 10px auto;
	}
}

.branchSelectPop .branchInfo {
	margin: 28px 40px 0;
}
.branchSelectPop .branchOpt:not(.active) {
	display: none;
}
.branchSelectPop .branchOpt dt {
	float: left;
	width: 76px;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: var(--charcoal-grey);
	margin-top: 1px;
}
.branchSelectPop .branchOpt dd {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: normal;
	color: #94979b;
	margin-left: 76px;
	margin-bottom: 18px;
}
@media only screen and (max-width: 414px) {
	.branchSelectPop .branchInfo {
		margin: 28px 37px 0;
	}
	.branchSelectPop .branchOpt dd {
		font-size: 14px;
		line-height: 1.3;
		margin-bottom: 10px;
	}
}
.branchSelectPop .branchChange {
	display: block;
	position: absolute;
	width: 100%;
	height: 60px;
	font-size: 17px;
	font-weight: normal;
	color: #fff;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	background: #ec80d6;
	border: 0;
	outline: 0;
	border-radius: 0;
}

/* pc버전 카트 위 지점선택 */
.branchOptionWrap {
	margin: 0px 20px;
}
.branchOptionWrap .branchOptionBox {
	float: left;
	/*width: calc(100% - 48px);*/
	width: 100%;
	cursor: pointer;
}
.branchOptionWrap .branchOptionBox em {
	margin-top: 0;
	margin-bottom: 0;
}
.branchOptionWrap .branchOption.on {
	margin-top: -1px;
}
.branchOptionWrap .branchOpt li {
	height: 37px;
}
.branchOptionWrap .branchChange {
	width: 44px;
	height: 44px;
	line-height: 44px;
	font-size: 10px;
	font-weight: 300;
	color: #fff;
	background: #353c49;
	border: 0;
	outline: 0;
	border-radius: 5px;
	margin: 0 0 0 4px;
	padding: 0;
}
.branchOptionWrap .branchInfo {
	clear: both;
	margin: 0 15px;
}

/* 비활성화 상품 */
.event_tab_cont li.disable {

}
.event_tab_cont li.disable::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.5);
	z-index: 1;
}
.event_tab_cont li.disable .notice {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 6px 0 7px;
	line-height: 1.5;
	z-index: 1;
}
.event_tab_cont li.disable .notice em {
	float: left;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	color: #353c49;
	letter-spacing: 0;
	line-height: 24px;
}
.event_tab_cont li.disable .notice b {
	float: left;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	border-radius: 12px;
	background: #fff5fd;
	font-size: 10px;
	font-weight: normal;
	color: #ec80d6;
	padding: 0 10px;
	letter-spacing: 0px;
	margin-left: 2px;
}
.event_tab_cont li.disable > div strong,
.event_tab_cont li.disable > div span {
	color: #c1c3cf
}
/*.event_tab_cont li.disable::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.6);
}*/
.event_tab_cont li.disable .button_wrapper {
	z-index: 2;
}

@media only screen and (max-width: 414px) {
	.privacyBox  h3 {
		font-size: 20px;
		text-align: left;
		margin-left: 15px;
	}
	.privacyClose {
		width: 50px;
		height: 58px;
	}
	.privacyBox .alltable th, .privacyBox .alltable td {
		padding: 0;
	}
}
@media only screen and (max-height: 940px) {
	.bannerThumb {
		margin-top: 25px;
	}
}
@media only screen and (min-width: 1480px) {
	.ppeum_box_inner.search,
	.ppeum_box_inner:not(.search) .ppeum_box_inner_box {
		margin-bottom: 50px;
	}
	.tooltip {
		display: none !important;
	}
}
@media only screen and (min-width: 1940px) {
	.bannerBox {
		left: 50%;
		margin-left: -900px;
	}
	.cartBox,
	#consult_wrapper .consult_inner {
		right: 50%;
		margin-right: -920px;
	}
}
@media only screen and (min-width: 1921px) {
	.sMenuShadow:not(.show) ~ #ui-id-1 {
		left: -141px !important;
		left: -71px !important;
	}
}
@media only screen and (min-width: 1479px) and (max-width: 1920px) {
	.sMenuShadow:not(.show) ~ #ui-id-1 {
		left: auto !important;
		right: 590px !important;
		right: 539px !important;
	}
}
@media only screen and (min-width: 1479px) {
	.sMenuShadow.show,
	.sMenuShadow.show + .sMenu,
	.menuBox .branchOptionWrap {
		display: none !important;
	}
}
@media only screen and (min-width: 1300px) and (max-width: 1920px) {
	.content {
		margin-right: 400px;
	}

	/*.search_box {
	    left: auto;
	    right: 400px;
	}*/

	body:not(.noneBanner) .tooltip {
		left: auto;
		right: 380px;
	}
	body:not(.noneBanner) .sMenu {
		left: auto;
		right: 0;
		bottom: 0;
	}
}
@media only screen and (min-width: 769px) {
	.itemViewBox {
		background: rgba(0,0,0,0.7);
		/* background: rgba(255,255,255,0.7); */
		overflow-y: hidden;
	}
	/* .itemViewInner {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 90%;
		max-width: 860px;
		height: 90%;
		margin: 0 auto;
		transform: translate(-50%, -50%);
		overflow: hidden;
		overflow-y: auto;
		background: #fff;
	} */
	.itemViewInner {
		position: absolute;
		top: 20px;
		left: 0;
		right: 0;
		width: 90%;
		max-width: 860px;
		height: calc(100vh - 40px);
		margin: 0 auto;
		overflow: hidden;
		overflow-y: auto;
		background: #fff;
	}
	.btnViewClose {
		position: fixed;
		top: 4%;
		top: 20px;
		right: 50%;
		transform: translateX(50%);
		margin-right: -402px;
		background: rgba(0,0,0,0.7);
	}
	.itemViewClose,
	.itemViewShadow {
		display: none;
	}
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
	.itemViewTop {
		position: relative;
		z-index: 1;
	}
	.btnViewClose {
		right: 25px;
		right: 40px;
		transform: translateX(0);
		margin-right: 0;
	}
}
@media only screen and (min-width: 640px) {
	.menuBox .mainCateBox .swiper-wrapper {
		height: 88px;
		line-height: 88px;
	}
	.menuBox .mainCateBox:not(.slideViewAuto) .swiper-wrapper {
		display: -webkit-flex;
		-webkit-flex-flow: row wrap;
		display: flex;
		flex-flow: row wrap;
		width: 100%;
	}
	.menuBox .mainCateBox:not(.slideViewAuto) .swiper-slide {
		width: 100%;
		height: 100%;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}

@media screen and (max-width: 1479px) {
	.cartBox .branchOptionWrap {
		display: none;
	}
	.menuBox .branchOptionWrap {
		margin: 0;
		padding: 0 20px 9px;
		background: #f2f3f3;
		min-height: 55px;
	}
	.menuBox .subOpen + .branchOptionWrap {
		display: none;
	}
	.menuBox.sticky + .event_cont_box {
		top: 174px;
	}
	.ppeum_box_inner .ppeum_box_inner_box.active {
		margin-bottom: 120px;
	}
	.cartShadow {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: rgba(0,0,0,0.2);
		z-index:31;
	}
	.cartShadow.active {
		display: block;
	}
	.cartBox {
		display: none;
	}
	.cartShadow.active + .cartBox {
		display: block;
	}
	.cartBox {
		left: 0;
		top: auto;
		bottom: 0;
		width: 100%;
		max-width: 1080px;
		height: auto;
		margin: 0 auto;
		background: transparent;
	}
	body:not(.noneBanner) .cartBox {
		left: auto;
		right: 0;
	}
	.cartBox .cartBoxInner {
		width: 100%;
		height: auto;
		max-height: 42vh;
		background: #f5f5f5;
		border-radius: 25px 25px 0 0;
	}
	.cartBox .opt-item:first-child {
		padding-top: 10px;
	}
	.cartBox .opt-item:first-child > p em {
		margin-top: 6px;
	}
	.cartBox .opt-item:first-child .del {
		top: 10px;
	}
	.cartTotalBox .event_request2 {
		width: 100%;
	}
	.cartBox .opt-item > p {
		width: calc(100% - 50px);
	}
	.cartBox .opt-item > p span {
		width: calc(100% - 100px);
	}
	.cartTotalBox {
		height: 130px;
	}

	.totalSmBox {
		display: block;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		max-width: 1080px;
		height: 60px;
		margin: 0 auto;
		/* box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.12); */
		box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.12);
		background-color: #fff;
		box-sizing: border-box;
		z-index: 25;
	}
	.cartShadow.active + .cartBox + .totalSmBox {
		display: none;
	}
	.totalSmInner {
		float: left;
		position: relative;
		width: calc(100% - 60px);
		/* width: 100%; */
		background: #f2204e;
	}
	.totalSmBox .btn-cart {
		position: relative;
		display: inline-block;
		width: 26px;
		height: 60px;
		text-indent: -99999px;
		padding: 0;
		margin-left: 16px;
		border: 0;
		outline: 0;
		background: transparent;
	}
	.totalSmBox .btn-cart span {
		text-indent: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -1px;
		display: inline-block;
		background: #fff;
		color: #f2204e;
		font-family: 'Rubik';
		font-size: 12px;
		font-weight: 400;
		letter-spacing: -0.3px;
		width: 20px;
		height: 20px;
		line-height: 20px;
		border-radius: 25px;
		text-align: center;
		transform: translate(-50%, -50%);
	}

	.totalSmBox .priceBox {
		display: inline-block;
		visibility: hidden;
	}
	.totalSmBox .priceBox.on {
		visibility: visible;
	}
	.totalSmBox .priceBox .totalPrice {
		position: relative;
		display: inline-block;
		max-width: 150px;
		font-family: 'Rubik';
		font-size: 18px;
		font-weight: 400;
		font-style: normal;
		line-height: normal;
		letter-spacing: normal;
		text-align: right;
		color: #fff;
	}
	.totalSmBox .btnSmMenu {
		position: absolute;
		right: 0;
		width: 60px;
		height: 60px;
		background: #fff;
	}
	.totalSmBox .stage {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		padding: 26px 0;
		margin: 0 -5%;
		overflow: hidden;
	}

	.dot-pulse {
		position: relative;
		left: -9995px;
		width: 6px;
		height: 6px;
		border-radius: 5px;
		background-color: #94979b;
		color: #94979b;
		box-shadow: 9995px 0 0 0;
		-webkit-animation: dot-pulse 1.3s 3 linear;
		animation: dot-pulse 1.3s 3 linear;
		-webkit-animation-delay: .23s;
		animation-delay: .23s;
	}
	.dot-pulse::before, .dot-pulse::after {
		content: "";
		display: inline-block;
		position: absolute;
		top: 0;
		width: 6px;
		height: 6px;
		border-radius: 5px;
		background-color: #94979b;
		color: #94979b;
	}
	.dot-pulse::before {
		box-shadow: 9983px 0 0 0;
		-webkit-animation: dot-pulse-before 1.3s 3 linear;
		animation: dot-pulse-before 1.3s 3 linear;
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
	}

	.dot-pulse::after {
		box-shadow: 10007px 0 0 0;
		-webkit-animation: dot-pulse-after 1.3s 3 linear;
		animation: dot-pulse-after 1.3s 3 linear;
		-webkit-animation-delay: .3s;
		animation-delay: .3s;
	}

	@-webkit-keyframes dot-pulse-before {
		0% {
			box-shadow: 9983px 0 0 0;
		}
		30% {
			box-shadow: 9983px 0 0 2px;
		}
		60%,
		100% {
			box-shadow: 9983px 0 0 0;
		}
	}
	@keyframes dot-pulse-before {
		0% {
			box-shadow: 9983px 0 0 0;
		}
		30% {
			box-shadow: 9983px 0 0 2px;
		}
		60%,
		100% {
			box-shadow: 9983px 0 0 0;
		}
	}

	@-webkit-keyframes dot-pulse {
		0% {
			box-shadow: 9995px 0 0 0;
		}
		30% {
			box-shadow: 9995px 0 0 2px;
		}
		60%,
		100% {
			box-shadow: 9995px 0 0 0;
		}
	}
	@keyframes dot-pulse {
		0% {
			box-shadow: 9995px 0 0 0;
		}
		30% {
			box-shadow: 9995px 0 0 2px;
		}
		60%,
		100% {
			box-shadow: 9995px 0 0 0;
		}
	}

	@-webkit-keyframes dot-pulse-after {
		0% {
			box-shadow: 10007px 0 0 0;
		}
		30% {
			box-shadow: 10007px 0 0 2px;
		}
		60%,
		100% {
			box-shadow: 10007px 0 0 0;
		}
	}
	@keyframes dot-pulse-after {
		0% {
			box-shadow: 10007px 0 0 0;
		}
		30% {
			box-shadow: 10007px 0 0 2px;
		}
		60%,
		100% {
			box-shadow: 10007px 0 0 0;
		}
	}
	.cart_view {
		position: absolute;
		top: 50%;
		right: 14px;
		height: 50px;
		margin: 0 0 0 11px;
		background-color: transparent;
		font-family: 'Noto Sans JP', 'Noto Sans KR';
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 0;
		text-align: center;
		color: #fff;
		border: 0;
		outline: 0;
		transform: translateY(-50%);
	}
	.bannerBox {
		width: calc(100% - 1082px);
	}
	.sMenuShadow:not(.show) ~ #ui-id-1 {
		left: auto !important;
		right: 194px !important;
	}
	body.noneBanner .sMenuShadow:not(.show) ~ #ui-id-1 {
		left: 50% !important;
		right: 0 !important;
		margin-left: -502px;
	}

	/* body:not(.noneBanner) #ui-id-1 {
		left: auto !important;
		right: 38px !important;
	} */

	.scrollTop {
		width: 60px;
		height: 60px;
		font-size: 0;
		font-weight: 400;
		color: transparent;
		border: 0;
		outline: 0;
		background: #fff url(/common/img/ico_top.png);
		background-size: 20px auto;
		background-repeat: no-repeat;
		background-position: 50%;
	}
}
@media screen and (min-width: 1300px) and (max-width: 1479px) {
	.content {
		margin-right: 0;
	}
	.noneBanner .content {
		margin-right: auto;
	}
	.search_box,
	.totalSmBox {
		left: auto;
		right: 0;
	}
	.noneBanner .search_box,
	.noneBanner .totalSmBox {
		left: 0;
		right: 0;
	}
}
@media screen and (max-width: 1300px) {
	body:not(.noneBanner) .sMenuShadow:not(.show) ~ #ui-id-1 {
		left: 50% !important;
		right: 0 !important;
		margin-left: -467px;
	}
	.bannerBox {
		width: 10px;
		visibility: hidden;
		z-index: -1;
	}

	/* #ui-id-1,
	body:not(.noneBanner) #ui-id-1 {
		left: 0 !important;
		right: 0 !important;
	} */
	body:not(.noneBanner) .cartBox {
		left: 0;
	}
}
@media screen and (min-width: 1480px) and (max-width: 1680px) {
	.bannerBox {
		width: 10px;
		visibility: hidden;
		z-index: -1;
	}
}
@media screen and (max-width: 1080px) {
	.totalSmBox {
		box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.12);
	}
	body:not(.noneBanner) .sMenuShadow:not(.show) ~ #ui-id-1,
	body.noneBanner .sMenuShadow:not(.show) ~ #ui-id-1 {
		left: 29px !important;
		left: 59px !important;
		margin-left: 0;
		max-width: calc(100% - 208px);
		max-width: calc(100% - 207px);
	}
}
@media screen and (max-width: 768px) {
	.event_tab_cont {
		margin-left: 20px;
		margin-right: 20px;
	}
	#consult_wrapper .consult_inner {
		width: 100%;
	}

	.btnConsultClose {
		right: auto;
		left: 9px;
	}
	.btnViewClose .con {
		margin-top: -8px;
	}
	.btnViewClose .bar {
		background: #fff;
	}
	.btnConsultClose .con .top {
		width: 10px;
		-webkit-transform: rotateZ(-45deg) translate(-9px, -6px);
		-moz-transform: rotateZ(-45deg) translate(-9px, -6px);
		-ms-transform: rotateZ(-45deg) translate(-9px, -6px);
		-o-transform: rotateZ(-45deg) translate(-9px, -6px);
		transform: rotateZ(-45deg) translate(-9px, -6px);
	}
	.btnConsultClose .con .middle {
		width: 25px;
		-webkit-transform: translateX(-1px);
		-moz-transform: translateX(-1px);
		-ms-transform: translateX(-1px);
		-o-transform: translateX(-1px);
		transform: translateX(-1px);
		transform: translateX(-1px);
	}
	.btnConsultClose .con .bottom {
		width: 10px;
		-webkit-transform: rotateZ(45deg) translate(-9px, 6px);
		-moz-transform: rotateZ(45deg) translate(-9px, 6px);
		-ms-transform: rotateZ(45deg) translate(-9px, 6px);
		-o-transform: rotateZ(45deg) translate(-9px, 6px);
		transform: rotateZ(45deg) translate(-9px, 6px);
	}

	/* .itemViewTop {
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 58px;
	    background: #fff;
		z-index: 2;
	} */
	.itemViewTop {
		position: fixed;
		top: 30px;
		right: 20px;
		width: 40px;
		height: 40px;
		background: rgba(0,0,0,0.7);
		z-index: 2;
	}
	.btnViewClose {
		top: 4px;
		right: auto;
		left: 9px;
		left: 0;
		width: 40px;
		height: 40px;
	}
	/* .btnViewClose .con .top {
		width: 10px;
		-webkit-transform: rotateZ(-45deg) translate(-9px, -6px);
		-moz-transform: rotateZ(-45deg) translate(-9px, -6px);
		-ms-transform: rotateZ(-45deg) translate(-9px, -6px);
		-o-transform: rotateZ(-45deg) translate(-9px, -6px);
		transform: rotateZ(-45deg) translate(-9px, -6px);
	}
	.btnViewClose .con .middle {
		width: 25px;
		-webkit-transform: translateX(-1px);
		-moz-transform: translateX(-1px);
		-ms-transform: translateX(-1px);
		-o-transform: translateX(-1px);
		transform: translateX(-1px);
		transform: translateX(-1px);
	}
	.btnViewClose .con .bottom {
		width: 10px;
		-webkit-transform: rotateZ(45deg) translate(-9px, 6px);
		-moz-transform: rotateZ(45deg) translate(-9px, 6px);
		-ms-transform: rotateZ(45deg) translate(-9px, 6px);
		-o-transform: rotateZ(45deg) translate(-9px, 6px);
		transform: rotateZ(45deg) translate(-9px, 6px);
	} */
	/* .viewVisual {
	    margin-top: 58px;
	} */

	.event_tab_cont li > div strong {
		max-width: 100%;
	}
	.event_tab_cont li p {
		position: relative;
		top: 0;
		display: block;
	}
	.event_tab_cont li.normal p {
		top: 0;
	}
	.event_tab_cont li p span {
		top: -2px;
	}
	.price_text {
		position: relative;
		top: 0;
	}

	#consult_wrapper .consult_inner,
	#consult_wrapper .consult_inner .form_wrapper {
		height: 100%;
	}
	#consult_wrapper .consult_inner form .mobileVer {
		padding-bottom: 230px;
	}
	.submitBtnBox {
		position: fixed;
	}

	.itemViewBox {
		background: rgba(0, 0, 0, 0.6);
	}
	.itemViewShadow {
		display: block;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	.itemViewInner {
		background: #fff;
		height: calc(100% - 85px);
		width: calc(100% - 40px);
		margin: 30px auto 0;
	}
	.showItem .itemViewInner {
		-webkit-animation: slideItemInner .5s forwards 0.7s ease-in-out;
		animation: slideItemInner .5s forwards 0.7s ease-in-out;
	}
	.itemViewClose {
		display: block;
		font-family: 'Noto Sans JP', 'Noto Sans KR';
		font-size: 15px;
		font-weight: 400;
		letter-spacing: 0;
		color: #fff;
		margin: 6px auto 0;
		background: transparent;
		border: 0;
		outline: 0;
		opacity: 0;
	}
	.itemViewClose::before {
		content: '';
		display: inline-block;
		width: 12px;
		height: 12px;
		background: url(/common/img/ico_close_w.png);
		background-size: 12px auto;
		background-repeat: no-repeat;
		margin-right: 10px;
	}
	.showItem .itemViewClose {
		-webkit-animation: slideItemClose .6s forwards 1s ease-in-out;
		animation: slideItemClose .6s forwards 1s ease-in-out;
	}
}
@media screen and (max-width: 640px) {
	body:not(.noneBanner) .sMenuShadow:not(.show) ~ #ui-id-1,
	body.noneBanner .sMenuShadow:not(.show) ~ #ui-id-1 {
		max-width: calc(100%);
		width: calc(100% - 56px) !important;
		width: calc(100% - 74px) !important;
	}
	.cart_view {
		font-size: 13px;
		letter-spacing: 0.3px;
	}

	/*.ppeum_box_inner .ppeum_box_inner_box {
		min-height: calc(100vh - 234px);
	}*/
	.menuBox .mainCateBox .swiper-container {
		padding-right: 10px;
	}
	.menuBox .mainCateBox .swiper-slide:first-child {
		margin-left: 20px
	}
	/* .subCateBox .swiper-slide {
	    width: 584px;
		width: 600px;
	} */
	.tabs li {
		width: 50%;
	}
	.ppeum_box_inner.search {
		min-height: calc(100vh - 225px);
	}
	.searchForm {
		padding-left: 10px;
	}
	.searchForm .search_btn {
		right: 0;
		width: 45px;
		height: 40px;
		border: 0;
		outline: 0;
		font-family: 'Noto Sans JP', 'Noto Sans KR';
		font-size: 0;
		color: transparent;
		background: url(/common/img/ico_search_v2.png);
		background-size: 18px auto;
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}

	.itemViewBox .infoArea dt {
		margin-bottom: 2px;
	}
	.itemViewBox .infoArea dd {
		clear: both;
		margin-left: 0;
	}
}
@media screen and (max-width: 500px) {
	#consult_wrapper .reserveRadioBox span {
		margin-top: 16px;
		margin-bottom: 16px;
	}
}
@media screen and (max-width: 414px) {
	.visual_notice {
		height: 40px;
	}
	.visual.swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 6px;
	}
	.visual .swiper-pagination-bullet {
		margin: 0 2px;
		width: 12px;
		height: 12px;
	}
	.noOpt,
	.noOpt span {
		font-size: 13px;
	}
	.noOpt::before {
		width: 14px;
		height: 14px;
		background-size: 14px auto;
	}
	.menuType {
		padding: 13px 15px;
	}
	.hipass_title {
		font-size: 13px;
		background-size: auto 14px;
		padding-left: 48px;
	}
	.hipass_desc {
		font-size: 12px;
		margin-top: 6px;
	}
	.btn-switch {
		right: 15px;
	}
	.tabs li {
		height: 44px;
	}
	.tabs li span {
		font-size: 12px;
	}
	.tabs li.kakao img {
		top: 3px;
		width: 13px;
		margin-right: 1px;
	}
	.ppeum_box_inner .ppeum_box_inner_box h4 {
		height: 45px;
		line-height: 45px;
		font-size: 14px;
	}
	.ppeum_box_inner .ppeum_box_inner_box.monthEvt h4::after,
	.ppeum_box_inner .ppeum_box_inner_box.dayEvt h4::after {
		font-size: 12px;
		right: 10px;
	}
	/* .menuBox.sticky + .event_cont_box {
	    top: 354px;
	}
	.menuBox.noneHipass.sticky + .event_cont_box {
	    top: 285px;
	} */
	.event_tab_cont {
		margin-left: 15px;
		margin-right: 15px;
	}
	/*span.hot,
	span.event,
	span.event2,
	span.basic,
	span.premium,
	span.hipass {
	    font-size: 11px !important;
	    padding: 1px 3px 2px 2px;
	    margin-right: 2px;
	}
	span.hipass {
	    top: 1px;
	    width: 44px;
	    height: 12px;
	    background-size: 44px auto;
	    margin-left: 0;
	}*/
	.event_tab_cont li > div {
		min-height: 38px;
	}
	.event_tab_cont li.normal > .hipass + div,
	.event_tab_cont li > div.ver2 {
		margin-top: 19px;
	}
	.event_tab_cont li > div strong {
		/* padding-left: 33px; */
		margin-bottom: 4px;
		font-size: 15px;
	}
	.event_tab_cont li > div strong::before {
		top: -2px;
		width: 24px;
		height: 24px;
	}
	.event_tab_cont li > div strong::after {
		top: 3px;
		width: 14px;
		height: 14px;
	}
	/* .event_tab_cont li > span:first-child {
	    margin-left: 33px;
	} */
	.event_tab_cont li > div > span {
		/* max-width: 64%; */
		font-size: 12px;
		/* margin-left: 34px; */
	}
	.event_tab_cont li p b {
		font-size: 20px;
	}
	.event_tab_cont li p span {
		font-size: 14px;
	}
	.event_tab_cont li p span::before {
		margin-top: -1px;
	}

	#consult_wrapper .formGroup.selectOpt {
		font-size: 16px;
	}
	.cartBox .opt-item > p {
		display: block;
	}
	.cartBox .opt-item > p span {
		float: left;
		width: calc(100% - 80px);
	}
	.cartBox .opt-item > p em {
		display: block;
		position: absolute;
		float: left;
		width: 80px;
		line-height: 60px;
		right: 48px;
	}
	.ppeum_box_inner_box .none_hipass {
		font-size: 14px;
	}
	.price_text {
		font-size: 16px;
	}

	.branchSelectPop .branchInfo {
		margin-top: 12px;
	}
	.branchSelectInner {
		height: 65vh;
	}
	.branchSelectPop .branchOption {
		width: calc(100% - 40px);
	}
	.branchSelectPop .branchOpt dt {
		float: unset;
	}
	.branchSelectPop .branchOpt dd {
		margin-left: 0;
		margin-top: 3px;
	}
}

/* 위챗 팝업 */
.counsultBox {
	display: none;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 30;
}
.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%);
}
.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: 320px) {
	.branchSelectInner {
		height: 92vh;
	}
}