@charset "utf-8";
img {
	vertical-align: top;
}
.content {
	padding-top: 0px;
	padding-bottom: 0;
	background: #000;
}
.laser_cont_box {
    width: 100%;
	padding-top: 150px;
}
.top_visual {
    position: relative;
	background: url(../img/img_01.jpg) no-repeat; 
    padding-top: 530px;
    padding-bottom: 335px;
}
.top_visual .title {
  position: absolute;
  top: 372px;
  left: 0;
}
.blink {
  position: absolute;
  top: 150px;
  -webkit-animation: blink 0.6s linear infinite;
  -moz-animation: blink 0.6s linear infinite;
  animation: blink 1s linear infinite;
}
@-webkit-keyframes blink {
  0%,
  50% {
    opacity: 1;
  }
  60%,
  100% {
    opacity: 0;
  }
}
@-moz-keyframes blink {
  0%,
  50% {
    opacity: 1;
  }
  60%,
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  0%,
  50% {
    opacity: 1;
  }
  60%,
  100% {
    opacity: 0;
  }
}
.light_ani {
	position: absolute;	
    top: 340px;
    right: 436px;
	background: url(../img/img_light.png) no-repeat;
	width: 79px;
    height: 74px;
    animation: flicker 1.2s infinite ease-in-out;
}
.light {
	display: inline-block;
	width: 16px;
    height: 16px;
    margin: 29px 33px 0;
    background-color: #ffe9fa3d;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(232, 129, 207, 0.8);
    animation: flicker2 1.2s infinite ease-in-out;
}
@keyframes flicker {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0.2;
    }
  }
@keyframes flicker2 {
    0%, 100% {
      opacity: 1;
      box-shadow: 0 0 20px rgba(232, 129, 207, 0.8), 0 0 30px rgba(232, 129, 207, 0.5);
    }
    50% {
      opacity: 0.2;
      box-shadow: 0 0 10px rgba(232, 129, 207, 0.6), 0 0 20px rgba(232, 129, 207, 0.4);
    }
  }
.flower {
    position: absolute;
	top: 100px;
	left: 0;
	animation: fall 3s ease-in-out infinite;
}
@keyframes fall {
    0% {
      top: -100px;
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      top: 50vh; 
      opacity: 0;
    }
  }
.optTab {
	margin: 0 auto -2px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background: #fff;
}
.optTab.sticky {
    position: fixed;
    top: 0;
    width: 1080px;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
}
.optTab li {
	float: left;
	position: relative;
	display: inline-table;
    vertical-align: top;
	width: 33.33%;
	height: 180px;
	background: #020209;
	border-top: 0;
	border-left: 0;
	outline: 0;
	cursor: pointer;
	box-sizing: border-box;
}
.optTab li::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 55%;
    background: rgba(255,255,255,0.3);
    top: 50%;
    transform: translateY(-50%);
}
.optTab li:first-child::before,
.optTab li.active::before,
.optTab li.active + li::before {
    width: 0;
}
.optTab li span {
    display: table-cell;
    line-height: 1.2;
    font-family: 'Note Sans KR';
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -2px;
    color: rgba(255,255,255,0.6);
    vertical-align: middle;
    text-align: center;
}
.optTab li span b {
	font-weight: 500;
}
.optTab.pc li {
    height: 85px;
}
.optTab.pc li span {
    font-size: 32px;
}

.optTab li.active span {
	color: #fff;
    font-weight: 600;
}
.optTab li:nth-child(1) {
    background-color: #020209;
    background-image: url(../img/premium1.png);
    background-repeat: no-repeat;
    background-position: 50% 36px;
}
.optTab.pc li:nth-child(1) {
    background-size: auto 30px;
    background-position: 50% 7px;
}
.optTab li.active:nth-child(1) {
	background-color: #faae1b;
    background-image: url(../img/premium2.png);
}
.optTab li:nth-child(1) span {
    padding-top: 94px;
    display: block;
}
.optTab.pc li:nth-child(1) span {
    padding-top: 38px;
}
.optTab li.active:nth-child(2) {
	background: #803187;
}
.optTab li.active:nth-child(3) {
	background: #5aa4dc;
}

.ppeum_box {
	width: 1080px;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 330px;
	background: #e3d8f0;
}
.ppeum_box .swiper-container.slide {
	/*width: 920px;*/
	margin: 0 auto -31px;
}
.ppeum_box .swiper-container.slide .swiper-slide {
	display: block;
}
.ppeum_box .swiper-container.slide .swiper-slide.active {
	display: block;
}
.ppeum_box .swiper-container.slide .swiper-pagination-bullet {
    width: 36px;
    height: 36px;
    background: #fff;
    opacity: .5;
    margin: 0 8px !important;
}
.ppeum_box .swiper-container.slide .swiper-pagination-bullet-active {
    opacity: 1;
}
.ppeum_box > h3 {
	display: block;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: -2px;
	color: #fff;
	background: #ff4b4d;
	padding: 0;
	line-height: 117px;
	text-align: center;
	clear: both;
}
.laser_tab_cont.active {
	float: none;
	padding-bottom: 30px;
	margin-bottom: 0;
	background: transparent;
}
.laser_tab_cont.active.ver2 {
	float: none;
	margin: 0 auto;
	width: 858px;
	padding-top: 0;
	padding-bottom: 25px;
	border-bottom: 3px solid #101926;
}
.ppeum_box h3 {
    display: block;
    font-size: 69px;
    font-weight: 700;
    color: #3e2c8b;
    letter-spacing: -5px;
	text-align: center;
	margin: 87px auto 10px;
}
.ppeum_box h3 em {
	display: block;
	font-size: 33px;
	font-weight: 500;
	color: rgba(18,17,18,0.6);
	letter-spacing: -2px;
    margin-top: 18px;
    line-height: 1.3;
}
.laser_tab_cont {
	background: transparent;
}
.laser_tab_cont li {
    width: 100%;
    border-bottom: 0;
    padding: 76px 92px 60px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;
}
.laser_tab_cont li:last-child {
    border-bottom: 0;
    padding-bottom: 50px;
}
.laser_tab_cont li::before,
.laser_tab_cont li::after {
	width: 0;
	height: 0;
	border: 0;
}
.laser_tab_cont li > h3 {
    font-size: 30px;
    font-weight: 500;
    color: #8f2e9c;
    letter-spacing: -1px;
	margin-left: 99px;
	margin-bottom: 16px;
}
.laser_tab_cont li div::before {
    content: '';
    position: absolute;
    top: 27px;
    left: 0px;
    width: 60px;
    height: 60px;
    border: 1px solid #e1e1e1;
    margin-top: -28px;
    box-sizing: border-box;
    background: #e1e1e1;
    border-radius: 5px;
}
.laser_tab_cont li > em {
	position: relative;
	left: 0;
	display: block;
	margin-top: 26px;
	margin-left: 94px;
	font-size: 24px;
	font-weight: 500;
	color: #989898;
	letter-spacing: -1px;
}
.laser_tab_cont.ver2 li::before {
	top: 30px;
}
.laser_tab_cont li div::after {
    content: '';
    position: absolute;
    top: 17px;
    left: 14px;
    width: 33px;
    height: 17px;
    border-left: 7px solid #ef3dcf;
    border-bottom: 7px solid #ef3dcf;
    -webkit-transform: scale(1) rotate(-48deg);
    -moz-transform: scale(1) rotate(-48deg);
    transform: scale(1) rotate(-48deg);
    border-radius: 2px;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
    opacity: 0;
    box-sizing: border-box;
}
.laser_tab_cont li div.ver3::after {
	margin-top: 24px;
}
.laser_tab_cont li.selected div::before {
    background: #fff;
	border-color: #ef3dcf;
}
.laser_tab_cont li.selected div::after {
    opacity: 1;
}
.laser_tab_cont li span {
	display: block;
	font-size: 30px;
	font-weight: 400;
	color: #ff687b;
	margin-left: 92px;
    padding-top: 18px;
    clear: both;
}
.laser_tab_cont li span.ver2 {
	display: block;
	clear: both;
	font-size: 36px;
	color: #777;
	line-height: 1.4;
	padding: 25px 0 7px;
}
.laser_tab_cont li span:not(.ver2) {
    position: relative;
    top: -2px;
    padding-top: 0;
    margin-left: 0;
    margin-right: 8px;
    color: #ef3dcf;
    line-height: 1.2;
    font-size: 30px;
    font-weight: 600;
    /* padding-left: 87px; */
    background: transparent;
    letter-spacing: 0px;
}
.laser_tab_cont li div.ver2 span:not(.ver2) {
	margin-left: 92px;
	margin-top: 18px;
}

.laser_tab_cont.ver2 li::after {
	top: 38px;
}
.laser_tab_cont li > div {
	position: relative;
	max-width: 77%;
}
.laser_tab_cont li.ver2 > div {
    margin-top: 30px;
}
.laser_tab_cont li > div em {
	display: block;
	font-size: 30px;
	font-weight: 400;
	color: #f2beef;
	letter-spacing: -2px;
	margin-bottom: 17px;
}
.laser_tab_cont li > div strong {
    display: inline-block;
    font-size: 42px;
    font-weight: 600;
    color: #131314;
    letter-spacing: -3px;
    line-height: 1.5;
    margin-left: 85px;
    margin-top: -3px;
}
.laser_tab_cont li.etc > div strong {
    font-size: 30px;
    color: #f00404;
}
.laser_tab_cont li > div > b {
    display: block;
    font-size: 28px;
    font-weight: 400;
    color: #b4b4b4;
    line-height: 1.4;
    margin-left: 85px;
    margin-top: 8px;
    letter-spacing: -1px;
}
.laser_tab_cont li > div span {
	display: block;
	position: relative;
	top: 11px;
	font-size: 30px;
	color: #777;
	line-height: 1.5;
}
.laser_tab_cont li > div p {
	margin-top: 61px;
	text-align: right;
}

.laser_tab_cont li[class^="opt"] > p {
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.laser_tab_cont li > div p b {
    font-family: 'Roboto';
    font-size: 72px;
    font-weight: 600;
    letter-spacing: -3px;
    background: #e9252c;
    padding-left: 0;
    color: #fff;
    padding: 0 11px 3px 10px;
}
.laser_tab_cont li > p {
	float: left;
    margin-top: 0;
    position: absolute;
    left: 120px;
    bottom: 46px;
}
.laser_tab_cont li > p b {
    display: inline-block;
    font-family: 'roboto';
    font-size: 60px;
    font-weight: 600;
    background: transparent;
    padding: 0;
    margin-bottom: 0;
    margin-left: -4px;
    color: #ef3dcf;
}
.laser_tab_cont li > p em {
    display: inline-block;
    font-size: 30px;
    font-weight: 500;
    color: #919191;
    position: relative;
    width: auto;
    padding-right: 4px;
    font-family: 'roboto';
    letter-spacing: -2px;
    margin-right: 6px;
    top: -3px;
}
.laser_tab_cont li > p em::before {
	background: #919191;
}
.laser_tab_cont li > b {
    display: block;
    font-size: 27px;
    font-weight: 400;
    color: #131314;
    line-height: 1.5;
    margin-left: 86px;
    padding-top: 9px;
    clear: both;
}
.laser_tab_cont li label {
    background: #98c7fa;
    font-size: 30px;
    font-weight: 400;
    color: #000;
    display: inline-block;
    padding: 13px 34px;
	margin-right: 5px;
    border-radius: 30px;
}
.laser_tab_cont li label.pink {
    background: #ff82f4
}
.laser_tab_cont li label.purple {
    background: #dbb1ff
}

.event01 li {
	width: 963px;
	height: 429px;
	padding: 44px 48px 44px;
	margin: 0 auto 30px;
	background-image: url(../img/discount_bg01.jpg);
	background-repeat: no-repeat;
	box-sizing: border-box;
}
.event01 li.bg2 {
	background-image: url(../img/discount_bg02.jpg);
}
.eventBox {
	position: relative;
}
.eventBox .eventTitle {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
/*.eventBox.active .eventTitle {
	position: fixed;
	top: 0;
    z-index: 1;
}*/
.event02 {
    display: none;
    width: 960px;
    margin: 0 auto 50px;
}
.event02.active {
	display: block;
}
.event02[data-id="opt01"] .laser_tab_cont li > p b {
    color: #e0980b;
}
.event02[data-id="opt01"] .laser_tab_cont li.etc > p b {
    color: #f00404;
}
.event02[data-id="opt02"] .laser_tab_cont li > p b {
    color: #5a0d61;
}
.event02[data-id="opt03"] .laser_tab_cont li > p b {
    color: #0564ae;
}
.event02[data-id="opt01"] .laser_tab_cont li div::after {
    border-left-color: #e0980b;
    border-bottom-color: #e0980b;
}
.event02[data-id="opt01"] .laser_tab_cont li.etc div::after {
    border-left-color: #f00404;
    border-bottom-color: #f00404;
}
.event02[data-id="opt02"] .laser_tab_cont li div::after {
    border-left-color: #5a0d61;
    border-bottom-color: #5a0d61;
}
.event02[data-id="opt03"] .laser_tab_cont li div::after {
    border-left-color: #0564ae;
    border-bottom-color: #0564ae;
}

.event02 .laser_tab_cont.active {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 0;
}
.event02 .laser_tab_cont li {
    margin-bottom: 10px;
    padding: 50px 30px 47px;
}
.event02 .laser_tab_cont li > p {
    left: auto;
    bottom: auto;
    right: 30px;
    top: 49px;
}
.laser_tab_cont li.ver2 > p {
	top: 127px;
}
.event02 .laser_tab_cont li > p em {
    margin-bottom: 6px;
}
.event02 .laser_tab_cont li strong span {
	position: relative;
	top: -1px;
    font-size: 30px;
    font-weight: 400;
    color: #151414;
    margin-left: -9px;
}
.allView {
    width: 905px;
    height: 157px;
    margin: 0 auto;
    display: block;
    z-index: 1;
    position: relative;
    background: url(../img/btn_bg.png);
    border: 0;
    outline: 0;
    font-family: 'Noto Sans KR';
    font-size: 51px;
    font-weight: 500;
    letter-spacing: -2px;
    color: #fff;
}
.allView::after {
	content: '';
    position: relative;
    top: -7px;
	display: inline-block;
	width: 41px;
	height: 23px;
	background: url(../img/btn_arrow.png);
	background-repeat: no-repeat;
	margin-left: 20px;
}

.event_request {
    display: none;
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 1080px;
    height: 160px;
    border: 0;
    background: url(../img/submitBtn.jpg);
    font-size: 0;
    font-weight: 500;
    letter-spacing: -3px;
    color: transparent;
    z-index: 30;
    font-family: 'Noto Sans KR';
}
.laser_cont_box .noti {
    font-size: 30px;
    color: rgba(255,255,255,0.6);
    background: transparent;
    padding-top: 0;
    padding-bottom: 100px;
    line-height: 1.7;
    margin-top: 0;
}
.laser_cont_box .noti li {
	display: inline-block;
	position: relative;
	font-size: 27px;
	color: #060000;
	letter-spacing: -2px;
	padding: 0 14px;
}
.laser_cont_box .noti li:not(:first-child)::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 29px;
	background: #060000;
}
.event02 .noti {
    color: rgba(21,20,20,0.6);
    margin-left: 0;
    margin-top: 60px;
    text-align: center;
    line-height: 1.3;
}

.videoBox {
    position: absolute;
    width: 1000px;
    height: 563px;
    /*top: 1066px;*/
    left: 0;
    right: 0;
    margin: 0 auto;
}
.videoBox video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#consult_wrapper .formGroup.selectOpt,
#consult_wrapper label.error{
	color: #dc0000;
}
#consult_wrapper .checkbox input[type=checkbox]:checked + label:before {
    background: #dc0000;
    border-color: #dc0000;
}
#consult_wrapper .consult_inner form .submit_btn {
	background: #dc0000 !important;
	margin-left: 0;
}

#consult_wrapper.ver2 .formGroup.selectBox {
	margin-top: 3px;
	margin-bottom: 35px;
	padding-bottom: 10px;
}
#consult_wrapper.ver2 .formGroup.selectBox .titles {
	display: none !important;
}
#consult_wrapper.ver2 .formGroup.selectBox select {
	background: #fff url(../../img/event_arrow02.png) no-repeat 96% 50%;
	width: 100% !important;
	height: 86px !important;
	border: 1px solid #b0b0b0 !important;
	margin-left: 0;
	padding: 0 27px !important;
	font-size: 34px !important;
	/* color: #36dc6e !important; */
	margin-top: 29px;
	margin-bottom: 0;
}
#consult_wrapper.ver2 .formGroup.selectBox::before {
	position: static;
}
#consult_wrapper.ver2.mo .formGroup.selectBox {
    padding-bottom: 24px;
}
#consult_wrapper.mo .formGroup.selectBox label {
    top: 22px;
}
#consult_wrapper.ver2.mo .formGroup.selectBox select {
	height: 120px !important;
}
/*
#consult_wrapper {
    display: block;
}*/

/* 신청완료_시간 */
#consult_wrapper .reserveAccordion .sectionTitle span em {
  width: 100% !important;
  height: 126px;
  padding: 0 30px;
  background: #3d3d3d;
  margin-left: 0;
  line-height: 126px;
}
#consult_wrapper.pc .reserveAccordion .reserveTimeGroup {
  height: 170px;
}
#consult_wrapper.mo .reserveAccordion .reserveTimeGroup {
  height: 187px;
  line-height: 50px;
  margin-top: 40px;
}
#consult_wrapper.pc .reserveAccordion .sectionTitle span em {
  top: -37px;
}
#consult_wrapper.pc .reserveAccordion .sectionTitle span em {
  width: 100% !important;
  height: 90px;
  padding: 0 30px;
  margin-left: 0;
  line-height: 90px;
  background: #3d3d3d;
}
#consult_wrapper .reserveAccordion .sectionTitle span em {
  color: #fff;
}
#consult_wrapper .reserveAccordion .selectList.on {
  margin-top: -46px;
}
#consult_wrapper.mo .reserveAccordion .selectList.on {
  margin-top: -10px;
}

.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;
	height: 537px;
	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: 0;
	outline: 0;
}

.pc .pop_info_cont {
	width: 600px;
	height: 650px;
	height: 364px;
	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;
}

.tooltip {
	display: none;
	position: fixed;
	width: auto;
	height: auto;
	line-height: 1.4;
	background: rgba(0,0,0,0.7);
	top: 50%;
	left: 50%;
	color: #fff;
	border-radius: 10px;
	text-align: center;
	transform: translate(-50%, -50%);
	font-size: 46px;
	font-weight: 400;
	letter-spacing: -3px;
	z-index: 5;
	box-sizing: border-box;
	padding: 24px;
	word-break: keep-all;
}
.tooltip.mo {
	min-width: 800px;
}
.tooltip.pc {
	width: auto;
	max-width: 400px;
	height: auto;
    line-height: 1.6;
    font-size: 20px;
	letter-spacing: -1px;
	padding: 15px 20px;
}

.rouletteBox {
    position: relative;
    padding: 73px 0 90px;
}
#spin_button {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 236px;
    height: 236px;
    top: 386px;
    border-radius: 50%;
    border: 0;
    background: url(../img/ico_start.png);
    color: transparent;
    font-size: 0;
    cursor: pointer;
    padding: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.object {
	position: relative;
    padding: 0 0 133px;
	text-align: center;
}
.object ul {
    display: block;
    margin: 0 auto;
}
.object li {
    position: relative;
    display: inline-block;
    width: 306px;
    height: 406px;
    background: #fff;
    font-family: 'Noto Sans KR';
    font-size: 37px;
    font-weight: 500;
    color: #000;
    letter-spacing: -2px;
    line-height: 1.2;
    text-align: center;
	vertical-align: top;
    border-radius: 12px;
    margin: 0 5px;
    padding-top: 54px;
    box-sizing: border-box;
	-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.object li em {
    width: 178px;
    height: 61px;
    line-height: 61px;
    text-align: center;
    display: block;
    background: #b3b3b3;
    border-radius: 35px;
    margin: 0 auto 30px;
    color: #fff;
    font-size: 31px;
}
.object li p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 65px;
    font-size: 23px;
    font-weight: 300;
	color: #666
}

.object li.active {
}
.object li.active em {
	color: #fff;
	background: #f453b8;
}

.object .notice {
    font-size: 26px;
    font-weight: 300;
    color: rgba(255,255,255,0.2);
    letter-spacing: -1px;
    margin-top: 43px;
}

.content:not(.benefit) .laser_cont_box,
.content:not(.benefit) .event_request {
    display: none;
}
.content.benefit .laser_cont_box,
.ppeum_box.active .laser_tab_cont{
	display: block;
    z-index: 21;
}
.ppeum_box.active .laser_tab_cont {
    background: transparent;
}

/*.content.benefit .rouletteBox {
    display: none;
}*/

#consult_wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    z-index: 21;
    margin: 0 auto;
    padding-bottom: 100px;
    background: #1c1c1d;
}
#consult_wrapper h1,
#consult_wrapper .consult_close {
    display: none !important;
}
#consult_wrapper .consult_inner {
    background: transparent;
    width: 90%;
    height: auto;
    max-height: none;
    width: 900px;
    position: relative;
    top: 0;
    left: 0 !important;
    right: 0;
    margin: 0 auto;
    padding: 0 0 0 0;
    -webkit-transform: unset;
    -moz-transform: unset;
    transform: unset;
    box-sizing: border-box;
}

#consult_wrapper.mo .consult_inner {
    width: 90%;
    height: auto;
    max-height: unset;
}
.laser_cont_box {
    background: #1c1c1d;
}
#consult_wrapper .consult_inner .form_wrapper {
    height: auto;
}
#consult_wrapper.pc .consult_inner {
    width: 870px;
    height: auto;
    padding: 0 0 70px;
}
#consult_wrapper.ver2 .formGroup.selectBox select {
    background: #3d3d3d url(../img/ico_arrow.png) no-repeat 96% 50%;
    border: 0 !important;
}
#consult_wrapper .consult_inner .formGroup select * {
    color: #fff;
}
#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: #fff !important;
    padding: 15px 30px !important;
    box-sizing: border-box !important;
    border: 0 !important;
    border-bottom: 1px solid #e5e5e5 !important;
    outline: 0;
    background: #3d3d3d;
}
#consult_wrapper .reserveAccordion .selectList .radioBox:hover label, #consult_wrapper .reserveAccordion .selectList .radioBox input[type=radio]:checked + label {
    color: #e544ea;
}
#consult_wrapper.pc .formGroup .titles, #consult_wrapper.pc .formGroup_radio span, #consult_wrapper.pc .reserveRadioBox span {
    font-size: 34px;
    color: #fff;
    font-weight: 400;
}
#consult_wrapper .formGroup input[type='text'], #consult_wrapper .formGroup input[type='number'], #consult_wrapper .formGroup select,
#consult_wrapper.pc .formGroup input[type='text'], #consult_wrapper.pc .formGroup input[type='number'], #consult_wrapper.pc .formGroup select {
    border: 0 !important;
}
#consult_wrapper .reserveTimeWrapper,
#consult_wrapper .formGroup, #consult_wrapper .formGroup_radio {
    margin-right: 0;
    border: 0;
}
#eventCalendar .ui-widget.ui-widget-content {
    border: 0;
    width: 100%;
    padding: 0;
    background: #3d3d3d !important;
}
#eventCalendar .ui-state-default, #eventCalendar .ui-widget-content .ui-state-default, #eventCalendar .ui-widget-header .ui-state-default, #eventCalendar .ui-button, html #eventCalendar .ui-button.ui-state-disabled:hover, html #eventCalendar .ui-button.ui-state-disabled:active {
    border: 0;
    background: transparent;
    font-weight: normal;
    color: #fff;
}
#eventCalendar .ui-datepicker td a.ui-state-highlight::after, #eventCalendar .ui-datepicker td.ui-datepicker-today .ui-state-default::after {
    color: #fff;
}
#eventCalendar .ui-state-disabled, #eventCalendar .ui-widget-content .ui-state-disabled, #eventCalendar .ui-widget-header .ui-state-disabled {
    opacity: 0.3;
    filter: Alpha(Opacity=30);
}
#eventCalendar .ui-datepicker th,
#consult_wrapper .reserveAccordion.reserveDateWrapper .sectionTitle span,
#eventCalendar .ui-datepicker .ui-datepicker-title {
    color: #fff;
}
#eventCalendar {
    padding-top: 40px;
    background: #3d3d3d;
    padding-bottom: 30px;
    margin-top: 20px;
}
#consult_wrapper .consult_inner form .submit_btn {
    position: relative !important;
}
#consult_wrapper .formGroup.selectOpt {
    color: rgba(255,255,255,0.3);
    font-weight: 300;
}
#consult_wrapper label.error {
	color: #e544ea;
}
#consult_wrapper .consult_inner form .submit_btn {
	display: inline-block;
    background: url(../img/btn01.png) !important;
    width: 405px !important;
    height: 120px !important;
    border-radius: 56px !important;
    margin: 0 auto !important;
    left: 18px !important;
    right: 0 !important;
    font-size: 0 !important;
    color: transparent !important;
}
#consult_wrapper .consult_inner form .moreBtn {
	display: inline-block;
    background: url(../img/btn02.png);
    width: 405px;
    height: 120px;
    border-radius: 56px;
    margin: 0 auto;
    font-size: 0;
    color: transparent;
    border: 0;
    margin-left: 56px;
}
#consult_wrapper .checkbox input[type=checkbox]:checked + label:before {
    background: #e544ea;
    border-color: #e544ea;
}
#consult_wrapper .formGroup .titles, #consult_wrapper .formGroup_radio span {
    color: #fff;
}
#consult_wrapper .empty {
    height: 100px;
}
#consult_wrapper .reserveAccordion .sectionTitle span em.on {
    color: #fff;
}
#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 {
    border-radius: 50%;
    background: #e544ea;
    color: #fff;
}

.pop {
	display: none;
    position: fixed;
    width: 1080px;
    background: rgba(0,0,0,0.7);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 10;
	-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.pop .innerPop {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 957px;
    height: 1284px;
    transform: translate(-50%, -50%);
}
.pop .popImg {
	width: 100%;
    border-radius: 38px;
}
.pop .popClose {
    position: absolute;
    border: 0;
    top: 50px;
    right: 50px;
    width: 50px;
    height: 50px;
    background: url(../img/ico_close.png) no-repeat 50% 50%;
    background-size: 38px;
	font-size: 0;
    color: transparent;
	cursor: pointer;
}

.pop .moveBtn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    width: 779px;
    border: 0;
    background: transparent;
    margin: 0 auto;
}
.pop .moveBtn img {
	width: 100%;
	cursor: pointer;
}

.pop.pc .innerPop {
    width: 507px;
    height: 680px;
}
.pop.pc .popClose {
    top: 23px;
    right: 23px;
    background-size: 30px;
}
.pop.pc .moveBtn {
    bottom: 53px;
    width: 85%;
}

.rouletteOpt {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}