@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;
}
body {
    line-height: 1;
}
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;
}

body {
    font-family: 'Noto Sans KR','돋음', sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #333;
}
#wrap {
    width: 100%;
    min-width: 1080px;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}
.hide {
	display: none;
}
.content {
	width: 1080px;
    max-width: 1080px;
    margin: 0 auto 0;
	padding-top: 0;
	background: #fff;
}

.top_visual {
	position: relative;
}
.visual_notice {
	width: 100%;
	height: 87px;
	line-height: 87px;
	/*position: absolute;*/
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	background: #ff8168;
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	letter-spacing: -2px;
}
.visual_notice b {
	font-weight: 600;
}
.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;
}

.noOpt {
	width: 100%;
	height: 130px;
	border: 0;
	outline: 0;
	font-family: 'Noto Sans KR';
	font-size: 39px;
	font-weight: 500;
	color: #fff;
	letter-spacing: -2px;
	background: #000;
	cursor: pointer;
}
.noOpt span {
	font-size: 39px;
	font-weight: 500;
	color: #f860a4;
}
.noOpt::before {
	content: '';
	position: relative;
	top: 4px;
	display: inline-block;
	width: 42px;
	height: 42px;
	background-image: url(../img/main_event/ico_chk.png);
	background-repeat: no-repeat;
	background-size: 42px auto;
	background-position: 50% 50%;
	margin-right: 25px;
}

.topScroll {
	display: none;
	position: absolute;
	top: 15px;
	right: 30px;
	width: 100px;
	height: 100px;
	background: url(../img/main_event/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 {
	position: relative;
	overflow: hidden;
	border-bottom: 18px solid #e3e3e3;
    z-index: 1;
}
.menuBox.sticky {
    position: fixed;
    top: 0px;
	z-index: 21;
}

.menuType {
	position: relative;
	background: #fff;
	overflow: hidden;
	padding: 40px 60px;
	border-top: 16px solid #e0e0e0;
	border-bottom: 16px 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: 39px;
	font-weight: 500;
	letter-spacing: -3px;
	color: #000;
	background-image: url(../img/main_event/ico_hipass.png);
	background-repeat: no-repeat;
	background-size: auto 48px;
	background-position: 0 50%;
	padding-left: 167px;
}
.hipass_desc {
	font-size: 30px;
	font-weight: 400;
	color: #777;
	letter-spacing: -1px;
	margin-top: 15px;
}
.btn-switch {
	position: absolute;
	right: 60px;
	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: 180px;
	height: 90px;
	background-color: #e3e3e3;
	border-radius: 65px;
	vertical-align: text-bottom;
	transition: all 0.3s linear;
}
.btn-switch i::before {
	content: "OFF";
	position: absolute;
	left: 0;
	width: 174px;
	height: 83px;
	line-height: 83px;
	background-color: transparent;
	border-radius: 46px;
	transform: translate3d(93px, 3px, 0) scale3d(1, 1, 1);
	content: 'OFF';
	text-align: left;
	margin-left: -75px;
	transition: all 0.25s linear;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: -1px;
	color: #fff;
}
.btn-switch input:checked + i {
	background-color: #fe5478;
}
.btn-switch i::after {
	content: "";
	position: absolute;
	left: 0;
	width: 83px;
	height: 83px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 3px 4px rgb(0 0 0 / 24%);
	transform: translate3d(93px, 3px, 0);
	transition: all 0.2s ease-in-out;
}
.btn-switch:active i::after {
	width: 83px;
	transform: translate3d(3px, 3px, 0);
	transform: translate3d(93px, 3px, 0);
}
.btn-switch:active input:checked + i::after {
	/* transform: translate3d(16px, 2px, 0); */
}
.btn-switch input {
	display: none;
}
.btn-switch input:checked + i {
	/* background-color: #4BD763; */
}
.btn-switch input:checked + i::before {
	transform: translate3d(3px, 3px, 0) scale3d(1, 1, 1);
	content: 'ON';
	text-align: right;
	margin-left: -18px;
}
.btn-switch input:checked + i::after {
	transform: translate3d(4px, 4px, 0);
}

.tabs {
    width: 1080px;
	position: relative;
    overflow: hidden;
    background: #fff;
}
.tabs.sticky {
    position: fixed;
    top: 0;
    z-index: 30;
}
.tabs::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e9e9e9;
}
.tabs li {
	position: relative;
    width: 270px;
    height: 130px;
    line-height: 130px;
    background: #fff;
    text-align: center;
    float: left;
    font-size: 34px;
    font-weight: 500;
	letter-spacing: -2px;
    color: #000;
	border-bottom: 1px solid #e9e9e9;
	box-sizing: border-box;
	cursor: pointer;
}
.tabs li.on {
	background: #fff0fa;
}
.tabs li.kakao {
	background: #faf15e !important;
	color: #311515 !important;
}
.tabs li.kakao img {
	position: relative;
	top: -3px;
	vertical-align: middle;
	margin-right: 10px;
}
.tabs li::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #e9e9e9;
}
.tabs li:nth-child(4n)::before {
	background: transparent;
}

.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;
}
.tabs li.active {
	background: #f860a4;
	color: #fff;
}
.ppeum_box h3 {
	display: none;
	color: #fff;
}
.event_cont_box {
	width: 100%;
	position: relative;
	margin: 0 auto 0;
	padding: 0;
}
.menuBox.sticky + .event_cont_box {
	position: absolute;
	top: 860px;
	width: 1080px;
	z-index: 1;
}
.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 {
	width: 960px;
	position: relative;
    overflow: hidden;
    background: #fff;
    margin: -1px auto 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: 40px 0 40px;
	cursor: pointer;
	box-sizing: border-box;
	overflow: hidden;
	border-bottom: 1px solid #adadad;
}
.event_tab_cont li.normal {
	padding-bottom: 13px;
}

.event_tab_cont li::after {
	display: block;
	content: '';
	clear: both;
}
.event_tab_cont li:last-child {
	padding-bottom: 70px;
	border-bottom: 0;
}
.event_cont_box.onlyHipass li:not(.hipass) {
	display: none;
}
.ppeum_box_inner_box .none_hipass {
	display: none;
	height: 30vh;
    text-align: center;
    padding: 70px 0;
	font-size: 40px;
    font-weight: 500;
    letter-spacing: -3px;
}
.onlyHipass .ppeum_box_inner_box.noneHipass .none_hipass {
	display: block;
}

.ppeum_box {
	width: 100%;
	margin: 0 auto;
}
.ppeum_box_inner {
	width: 100%;
	overflow: hidden;
	background: #fff;
	margin-bottom: 30px;
}
.ppeum_box_inner .ppeum_box_inner_box {
	margin: 0;
	margin-bottom: 120px;
	min-height: 50vh;
	/* min-height: 2100px; */
	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: 120px;
    line-height: 120px;
    font-size: 36px;
    font-weight: 500;
    color: #000;
    letter-spacing: -2px;
    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: 35px;
	font-weight: 500;
	color: #f860a4;
	letter-spacing: -2px;
}
.ppeum_box_inner .ppeum_box_inner_box.dayEvt h4::after {
	content: '*목/일 예약 가능';
}
.mo .ppeum_box_inner .ppeum_box_inner_box.monthEvt h4::after,
.mo .ppeum_box_inner .ppeum_box_inner_box.dayEvt h4::after {
	right: 30px;
}
.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;
	margin-top: 12px;
	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 {
	min-height: 104px;
	/*word-break: keep-all;*/
	position: relative;
}
.event_tab_cont li > div.ver2 {
    min-height: 87px;
    margin-top: 23px;
}
.event_tab_cont li > div span {
	display: block;
	max-width: 75%;
	font-size: 36px;
	font-size: 34px;
	font-weight: 500;
	color: #adadad;
	line-height: 1.3;
	margin-left: 100px;
}
.event_tab_cont li > div strong {
	position: relative;
	max-width: 68%;
	padding-left: 98px;
	margin-bottom: 6px;
	display: block;
	font-size: 45px;
	font-size: 43px;
	font-weight: 500;
	color: #000;
	letter-spacing: -4px;
	line-height: 1.4;
}
.event_tab_cont li > div strong::before {
	content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 66px;
    height: 66px;
    border: 4px solid #e9e9e9;
    box-sizing: border-box;
}
.event_tab_cont li > div strong::after {
	content: '';
	position: absolute;
	left: 12px;
    top: 12px;
    width: 42px;
    height: 42px;
    background: #045bbd;
	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 {
	/* float: right; */
	position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    text-align: right;
	color: #ff0000;
    font-family: Roboto;
}
.event_tab_cont li p b {
	display: inline-block;
	font-size: 60px;
	font-weight: 500;
	margin-bottom: 7px;
	letter-spacing: -2px;
}
.event_tab_cont li.normal p b {
	color: #000;
}
.event_tab_cont li p span {
	position: relative;
    display: inline-block;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -1px;
    color: #000;
    padding: 0 1px;
    top: -3px;
}
.event_tab_cont li p span::before {
	content: '';
	position: absolute;
	top: 18px;
	left: 1px;
	width: 100%;
	height: 2px;
	background: #000;
}
.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: 100px
}
span.hot,
span.event,
span.event2,
span.basic,
span.premium,
span.hipass {
    display: inline-block !important;
    background: #ff0000;
    font-size: 30px !important;
    font-weight: 500 !important;
    color: #fff !important;
    padding: 6px 15px 8px 11px;
    position: relative;
    top: 5px;
    margin-right: 0px;
	/* margin-left: 0 !important; */
}
span.hot {
   background: #ffff00;
   color: #000 !important;
   margin-right: 2px;
   /* margin-left: 100px !important; */
}
span.event2 {
	margin-left: 102px !important;
}
span.basic {
    background: #949494;
    margin-right: 19px;
}
span.premium {
    /*background: #045bbd;*/
	background: #000;
    margin-right: 19px;
}
span.hipass {
    top: -22px;
	width: 112px;
	height: 38px;
	background: url(../img/main_event/ico_hipass.png);
	background-size: 112px auto;
	background-repeat: no-repeat;
	font-size: 0 !important;
	color: transparent !important;
	padding: 0;
	margin-left: 4px;
}
.price_text{
	position: absolute;
	top: 14px;
	right: 0;
    display: inline-block;
	min-width: 200px;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: -2px;
    text-align: right;
    color: #000;
    font-family: 'Noto Sans KR';
}

.content .noti {
	position: relative;
	width: 984px;
	font-size: 28px;
	color: #fff;
	text-align: center;
	margin: -30px auto 0;
	padding-top: 44px;
	padding-bottom: 47px;
	letter-spacing: -1px;
}
.content .event_request {
	position: fixed;
	bottom: 0;
	width: 1080px;
	height: 150px;
	border: 0;
	background: #f860a4;
	font-size: 46px;
	font-weight: 600;
	letter-spacing: -5px;
	color: #fff;
	z-index: 21;
}

.ppeum_box {
	display: none;
}
.ppeum_box.active {
	display: block;
}

/* 이벤트 신청 Form */
#consult_wrapper * {
	font-family: 'Noto Sans KR','돋음', sans-serif;
}
#consult_wrapper {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	background: rgba(0,0,0,0.8);
}
#consult_wrapper.on {
	display: block;
}
#consult_wrapper .consult_inner {
	background: #fff;
	width: 90%;
	height: 90%;
	max-height: 1300px;
	width: 900px;
	position: absolute;
	top: 50%;
	left: 0 !important;
	right: 0;
	margin: 0 auto;
	padding: 68px 0 0 43px;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
	box-sizing: border-box;
}
#consult_wrapper .consult_inner .form_wrapper {
	height: calc(100% - 180px);
	overflow: hidden;
	overflow-y: auto;
	margin-top: 60px;
}
#consult_wrapper h1 {
	display: block !important;
	font-size: 52px;
	font-weight: 700;
	color: #424248;
	letter-spacing: -1px;
	line-height: 1.0;
}
#consult_wrapper .consult_close {
	display: block !important;
	position: absolute;
	top: 68px;
	right: 43px;
}
#consult_wrapper .formGroup {
	display: block !important;
}
#consult_wrapper .formGroup.selectBox {
    width: 0;
    height: 0;
    overflow: hidden;
}
#consult_wrapper.ver2 .formGroup.selectBox {
	position: relative;
    width: inherit;
    height: inherit;
    overflow: inherit;
}
#consult_wrapper.ver2 .formGroup.selectBox::before {
	content: '';
	position: absolute;
	top: 25px;
	left: 0;
	width: 100%;
	height: 100%;
}
#consult_wrapper .formGroup.selectBox label {
	float: left;
}
#consult_wrapper.ver2 .formGroup.selectBox select {
	background: none;
	width: auto !important;
	border: 0 !important;
	margin-left: 15px;
	height: 60px !important;
	padding: 0 !important;
	font-size: 35px !important;
	/* color: #36dc6e !important; */
	margin-top: 29px;
	margin-bottom: -22px;
}
#consult_wrapper.ver2.mo .formGroup.selectBox select {
	font-size: 42px !important;
    margin-top: 30px;
    margin-bottom: -12px;
}
#consult_wrapper .formGroup.selectOpt {
    font-size: 30px;
    font-weight: 500;
	color: #dc0000;
    word-break: break-all;
	line-height: 1.2;
}
#consult_wrapper .formGroup,
#consult_wrapper .formGroup_radio {
	margin-right: 43px
}
#consult_wrapper .formGroup .titles,
#consult_wrapper .formGroup_radio span {
	display: block !important;
	font-size: 32px;
	font-weight: 600;
	color: #424248;
	margin-top: 43px;
	margin-bottom: 10px;
}
#consult_wrapper .formGroup_radio span {
	margin-bottom: 10px;
}
#consult_wrapper .formGroup input[type='text'],
#consult_wrapper .formGroup input[type='number'],
#consult_wrapper .formGroup select {
	width: 100% !important;
	height: 126px !important;
	font-size: 40px !important;
	font-weight: 600 !important;
	color: #424248 !important;
	padding: 15px 0 !important;
    box-sizing: border-box !important;
	border: 0 !important;
	border-bottom: 1px solid #e5e5e5 !important;
	outline: 0;
}
#consult_wrapper .formGroup select {
	font-weight: 400;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url('/m/event/img/select_arrow.png') no-repeat 92% 50%;
}
#consult_wrapper .formGroup select::-ms-expand {
	display: none;
}
#consult_wrapper .formGroup input[type='text']::-webkit-input-placeholder,
#consult_wrapper .formGroup input[type='number']::-webkit-input-placeholder {
	font-weight: 400;
	color: #b4b4b4;
	letter-spacing: -1px;
}
#consult_wrapper .formGroup input[type='text']::-moz-placeholder,
#consult_wrapper .formGroup input[type='number']::-moz-placeholder {
	font-weight: 400;
	color: #b4b4b4;
	letter-spacing: -1px;
}
#consult_wrapper .formGroup input[type='text']:-ms-input-placeholder,
#consult_wrapper .formGroup input[type='number']:-ms-input-placeholder {
	font-weight: 400;
	color: #b4b4b4;
	letter-spacing: -1px;
}
#consult_wrapper .formGroup input[type='text']:-moz-placeholder,
#consult_wrapper .formGroup input[type='number']:-moz-placeholder {
	font-weight: 400;
	color: #b4b4b4;
	letter-spacing: -1px;
}

#consult_wrapper .formGroup_radio {
	position: relative;
    overflow: hidden;
}
#consult_wrapper .formGroup_radio .radio_group {
	position: relative;
}
#consult_wrapper .formGroup_radio label:not(#wr_14-error) {
	float: left;
	display: inline-block;
	width: 281px;
	width: 48.92%;
	height: 90px;
	line-height: 90px;
	background-color:#f3f3f3;
	font-size: 30px;
	font-weight: 400;
	color: #424248;
	text-align: center;
	border-radius: 50px;
	margin-top: 18px;
}

#consult_wrapper .formGroup_radio .odd {
	margin-right: 12px;
}
#consult_wrapper .formGroup_radio input[type=radio] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#consult_wrapper .formGroup_radio input[type=radio]:checked + label:not(#wr_14-error) {
	color: #fff;
	background-color:#30d3bd;
}
#consult_wrapper .consult_inner form .mobileVer {
	display: block;
}
#consult_wrapper .agree {
	clear: both;
	margin-top: 90px;
	bottom: 24px;
}
#consult_wrapper .smspush {
	margin-top: 20px;
	padding-bottom: 10px;
}
#consult_wrapper .agree label,
#consult_wrapper .agree a,
#consult_wrapper .smspush label {
	font-size: 32px;
	font-weight: 600;
	color: #b4b4b4;
}

#consult_wrapper .checkbox {
    position: relative;
}
#consult_wrapper .checkbox label {
    position: relative;
    margin-top: 7px;
    padding-left: 70px;
    outline: 0;
}
#consult_wrapper .checkbox label:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 48px;
    height: 48px;
    border: 3px solid #424248;
    border-radius: 5px;
}
#consult_wrapper .checkbox input[type=checkbox] {
    position: absolute;
    top: -1px;
    left: 0;
    opacity: 0;
}
#consult_wrapper .checkbox input[type=checkbox]:checked + label:before {
    background: #dc0000;
    border-color: #dc0000;
}
#consult_wrapper .checkbox input[type=checkbox]:checked + label:after {
    content: '';
    position: absolute;
	top: 7px;
	left: 9px;
	width: 30px;
	height: 20px;
	border-left: 6px solid #fff;
	border-bottom: 6px solid #fff;
    -webkit-ransform: rotate(-48deg);
    -moz-transform: rotate(-48deg);
    transform: rotate(-48deg);
    border-radius: 2px;
}

#consult_wrapper .agree a {
    position: relative;
    top: -1px;
	text-decoration: none;
}
#consult_wrapper .agree input,
#consult_wrapper .smspush input {
	width: 48px;
    height: 48px;
    vertical-align: middle;
    margin-right: 5px;
}
#consult_wrapper .submit_btn {
    position: absolute !important;
    width: 100% !important;
    height: 173px !important;
    left: 0 !important;
    right: 0 !important;
	top: auto !important;
    bottom: 0 !important;
	background: #dc0000 !important;
	border: 0 !important;
	border-radius: 0 !important;
	color: #fff !important;
	font-size: 53px !important;
	font-weight: 600 !important;
	outline: 0 !important;
	letter-spacing: -1px !important;
}

#consult_wrapper label.error {
	position: relative;
    top: 10px;
	color: #dc0000;
    font-size: 34px;
    font-weight: 400;
}
#consult_wrapper #username-error {
	padding-bottom: 20px;
	word-break: keep-all;
}

.reserveRadioBox.tblIntField_b {
    line-height: 1.3 !important;
	padding: 14px 0;
}
#consult_wrapper .reserveRadioBox .tblIntField-error {
    width: calc(100% - 43px);
    border-bottom: 1px solid #b0b0b0;
    height: 1px;
	margin-top: 40px;
}
#consult_wrapper .reserveRadioBox #tblIntField-error.error:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: transparent;
    border-radius: 50%;
}
#tblIntField-error.error,
#tblStrField-error.error {
    color: #dc0000 !important;
	width: 100% !important;
    padding-left: 0 !important;
}
.mo #tblIntField-error.error {
	margin-bottom: 50px !important;
}

/*#quick_consult {
    position: fixed;
    bottom: 0;
    width: 1080px;
    height: 194px;
	left: 50%;
    margin-left: -540px;
    padding: 14px 18px;
    box-sizing: border-box;
    background: #fff;
}*/
#quick_consult li {
	float: left;
}
#quick_consult .consult_tel {
	width: 100px;
}
#quick_consult .event_request {
	width: 100%;
	height: 164px;
	line-height: 164px;
	background: #000;
	border-radius: 5px;
	font-size: 45px;
	font-weight: 400;
	letter-spacing: -2px;
	text-align: center;
	color: #fff;
}

#consult_wrapper .empty {
    height: 200px;
}
#consult_wrapper.pc .consult_inner .form_wrapper {
    margin-top: 9px;
}
#consult_wrapper.pc .consult_inner form {
    margin-top: 40px;
}
#consult_wrapper.pc .consult_inner {
    width: 655px;
    height: 852px;
    padding: 68px 0 0 43px;
}
#consult_wrapper.pc h1 {
    font-size: 40px;
}
#consult_wrapper.pc .formGroup .titles,
#consult_wrapper.pc .formGroup_radio span {
    font-size: 34px;
}
#consult_wrapper.pc .formGroup input[type='text'],
#consult_wrapper.pc .formGroup input[type='number'],
#consult_wrapper.pc .formGroup select {
	font-size: 28px !important;
	height: 90px !important;
}
#consult_wrapper.pc .agree label,
#consult_wrapper.pc .agree a,
#consult_wrapper.pc .smspush label {
    font-size: 22px;
    font-weight: 500;
}
#consult_wrapper.pc .checkbox label {
    padding-left: 55px;
}
#consult_wrapper.pc .checkbox label:before {
	top: -3px;
    width: 36px;
    height: 36px;
}
#consult_wrapper.pc .checkbox input[type=checkbox]:checked + label:after {
    top: 6px;
    left: 7px;
    width: 23px;
    height: 12px;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
}
#consult_wrapper.pc label.error {
    font-size: 22px;
    font-weight: 400;
}
#consult_wrapper.pc .smspush {
    margin-top: 10px;
}
#consult_wrapper.pc .empty {
    height: 50px;
}
#consult_wrapper.pc .submit_btn {
    height: 130px !important;
    left: 0 !important;
    font-size: 40px !important;
    font-weight: 500 !important;
    letter-spacing: -2px !important;
}

.footer {
	background: #000;
	padding: 33px 0 180px;
}
.sns {
     text-align: center;
}
.sns li {
     display: inline-block;
     margin: 0 27px 0;
}
.copyright {
	margin: 30px auto 0px;
	text-align: center;
}

.content.ver2 {
	width: 1080px;
    max-width: 1080px;
    margin: 0 auto 0;
	padding-bottom: 150px;
}
.content.ver2 img {
	vertical-align: top;
}
.content.ver2 .event_cont_box.part2 {
    background: #da9a9b;
	padding-top: 0;
}
.content.ver2 .part2 .event_tab_cont li > p {
    position: relative;
    top: 76px;
}
.content.ver2 .part2 .event_tab_cont li > p span {
    width: 266px;
    height: 46px;
    line-height: 46px;
    background: #01007f;
    border-radius: 30px;
    font-size: 27px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

/* 팝업 */
.pop_info {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
}
.pop_info_cont {
    width: 810px;
    height: 890px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    box-sizing: border-box;
    font-size: 42px;
    font-weight: 400;
    color: #000;
    letter-spacing: -2px;
    line-height: 1.5;
}
.pop_info_cont p {
    font-size: 60px;
    font-weight: 400;
    color: #000;
    letter-spacing: -3px;
    line-height: 1.5;
    margin-top: 100px;
    margin-bottom: 90px;
}
.pop_info_cont p em {
    color: #ea4da4;
}
.pop_info_cont .ok-btn {
    width: 480px;
    height: 150px;
    background: #ea4da4;
    color: #fff;
    font-size: 60px;
    font-weight: 400;
    letter-spacing: -6px;
    border: 0;
    border-radius: 75px;
    margin-top: 70px;
    outline: 0;
}
.pc .pop_info_cont {
    width: 600px;
    height: 650px;
    font-size: 30px;
}
.pc .pop_info_cont p {
    font-size: 40px;
    margin-top: 72px;
    margin-bottom: 50px;
}
.pc .pop_info_cont .ok-btn {
    width: 380px;
    height: 100px;
    font-size: 40px;
}

/* pc custom */
.pc.content.ver2 {
	margin-bottom: 75px;
	padding-bottom: 0;
}
.pc .noOpt {
	height: 65px;
	font-size: 18px;
	letter-spacing: -1px;
}
.pc .noOpt span {
	font-size: 18px;
}
.pc .noOpt::before {
	width: 21px;
	height: 21px;
	background-size: 21px auto;
	margin-right: 12px;
}
.pc .topScroll {
	top: 0;
	right: 15px;
	width: 65px;
	height: 65px;
	background-size: 50px auto;
}

.pc .menuBox {
    border-bottom-width: 9px;
}
.pc .menuType {
    padding: 20px 30px;
	border-top-width: 8px;
	border-bottom-width: 8px;
}
.pc .menuType ul {
    height: 50px;
    border-radius: 10px;
}
.pc .menuType li {
    line-height: 50px;
    font-size: 18px;
    letter-spacing: -1px;
}

.pc .hipass_title {
    font-size: 19px;
    letter-spacing: -2px;
    background-size: auto 24px;
    padding-left: 82px;
}
.pc .hipass_desc {
    font-size: 15px;
    margin-top: 8px;
}

.pc .btn-switch {
	right: 30px;
}
.pc .btn-switch i {
    width: 90px;
    height: 45px;
}
.pc .btn-switch i::before {
    width: 74px;
    height: 40px;
    line-height: 40px;
    border-radius: 46px;
    transform: translate3d(93px, 2px, 0) scale3d(1, 1, 1);
    margin-left: -80px;
    font-size: 15px;
}
.pc .btn-switch i::after {
    width: 40px;
    height: 40px;
    box-shadow: 0 3px 4px rgb(0 0 0 / 24%);
    transform: translate3d(47px, 2px, 0);
}
.pc .btn-switch input:checked + i::after {
    transform: translate3d(3px, 2px, 0);
}
.pc .btn-switch input:checked + i::before {
    transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    margin-left: -2px;
}

.pc .tabs li {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    letter-spacing: -1px;
}
.pc .tabs li.kakao img {
    top: -1px;
    margin-right: 6px;
    width: 18px;
}
.pc .tabs li.ver2 {
    padding-top: 10px;
    line-height: 1.3;
}
.pc .ppeum_box_inner .ppeum_box_inner_box {
	min-height: 1000px;
	margin-bottom: 85px;
}
.pc .ppeum_box_inner .ppeum_box_inner_box h4 {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    letter-spacing: -1px;
}
.pc .ppeum_box_inner .ppeum_box_inner_box h4 > .etc {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -1px;
}

.pc .ppeum_box_inner .ppeum_box_inner_box.monthEvt h4::after,
.pc .ppeum_box_inner .ppeum_box_inner_box.dayEvt h4::after {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -1px;
}
.pc .menuBox.sticky + .event_cont_box {
	top: 412px;
}
.pc .event_tab_cont li > span:first-child {
    margin-left: 52px;
}

/* 하이패스 상품/버튼이 없는 경우 사용*/
.menuBox.noneHipass.sticky + .event_cont_box {
	top: 665px;
}
.pc .menuBox.noneHipass.sticky + .event_cont_box {
	top: 314px;
}
/* //하이패스 상품/버튼이 없는 경우 사용*/

.pc span.hot,
.pc span.event,
.pc span.event2,
.pc span.basic,
.pc span.premium {
    font-size: 15px !important;
    padding: 3px 7px 3px 5px;
	letter-spacing: -1px;
}
.pc span.hipass {
	top: -10px;
	width: 60px;
	height: 21px;
	background-size: 60px auto;
	margin-left: -2px;
}
.pc span.hot {
    margin-right: 0;
}
.pc .event_tab_cont li {
    padding: 20px 0 0;
}
.pc .event_tab_cont li.normal {
    padding-top: 44px;
}
.pc .event_tab_cont li > div {
    min-height: 91px;
}

.pc .event_tab_cont li > div.ver2 {
	min-height: 74px;
	margin-top: 22px;
}
.pc .event_tab_cont li > div strong {
	max-width: 73%;
    padding-left: 50px;
    margin-bottom: 8px;
    font-size: 22px;
    letter-spacing: -1px;
    line-height: 1.3;
}
.pc .event_tab_cont li > div strong::before {
    width: 33px;
    height: 33px;
    border: 2px solid #e9e9e9;
}
.pc .event_tab_cont li > div strong::after {
    left: 6px;
    top: 6px;
    width: 21px;
    height: 21px;
}
.pc .event_tab_cont li > div span {
    font-size: 18px;
    margin-left: 52px;
    letter-spacing: -1px;
}
.pc .event_tab_cont li p {
    top: -7px;
}
.pc .event_tab_cont li p b {
    font-size: 30px;
    letter-spacing: -1px;
	margin-bottom: 0px;
}
.pc .event_tab_cont li p span {
    font-size: 20px;
    letter-spacing: -1px;
    top: -18px;
}
.pc .event_tab_cont li > div span.ver2 {
	line-height: 1.3;
	margin-bottom: 30px;
}
.pc .event_tab_cont li p span::before {
    top: 12px;
}
.pc .price_text {
    min-width: 100px;
    font-size: 18px;
    letter-spacing: -1px;
}
.pc div.ver2 .price_text {
    margin-top: 21px;
}
.pc.content .event_request {
    height: 75px;
    font-size: 23px;
    letter-spacing: -3px;
}
.pc .ppeum_box_inner_box .none_hipass {
	height: 20vh;
    font-size: 20px;
    letter-spacing: -1px;
}
