@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;
}

html, body {
    height: 100%;
}
body {
    font-family: 'Noto Sans KR','돋음', sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #333;
}
.ovh {
	overflow: hidden;
}
#wrap {
    width: 100%;
    min-width: 1080px;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}
.header {
	width: 1080px;
	height: 170px;
	line-height: 170px;
	background: #190121;
	padding: 0 72px;
	margin: 0 auto -2px;
	box-sizing: border-box;
}
.header .logo {
	vertical-align: middle;
}
.header > h1 {
	float: right;
	display: inline-block;
	font-size: 42px;
	font-weight: 500;
	color: #fff;
}
.content {
	width: 1080px;
    max-width: 1080px;
    margin: 0 auto 0;
	padding-top: 88px;
	padding-bottom: 180px;
	background: #190121;
}
.content.off {
	padding-bottom: 0;
}
.jijumChoice {
	width: 984px;
	margin: 0 auto 100px;
	overflow: hidden;
}
.jijumChoice button {
	float: left;
	border: 3px solid #000;
	border-left: 0;
	outline: 0;
	width: 33.333%;
	height: 113px;
	line-height: 113px;
	background: transparent;
	box-sizing: border-box;
	font-size: 42px;
	font-weight: 600;
	color: #fff;
	letter-spacing: -2px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.jijumChoice button.active {
	background: #000;
}
.jijumChoice button:nth-child(3n+1) {
	border-left: 3px solid #000;
}
.jijumChoice button:nth-child(n+4) {
	border-top: 0;
}
.ppeum_box > h3 {
	display: none;
	color: #fff;
}
.laser_cont_box {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.off .laser_cont_box {
	display: none;
}

.marquee .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0px 0 30px;
}
.marquee .swiper-container::after {
  content: '';
  display: block;
  width: 200%;
  height: 1px;
  /* background: linear-gradient(90deg, black 50%, transparent 50%);
  background-size: 10% 1px;
  background-position: -50px;
  background-repeat: repeat-x; */
  position: absolute;
  left: -10%;
  top: 40%;
  animation: line-slide 60s forwards infinite linear;
  z-index: 1;
}
.marquee .swiper-container.swiper--bottom::after {
	animation-direction: reverse;
}
.marquee .swiper-wrapper {
	-webkit-transition-timing-function:linear!important;
	transition-timing-function:linear!important;
	position: relative;
}
.marquee .swiper-slide {
	width: 241px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	padding: 0 8px;
}

@keyframes line-slide {
  0% {
    background-position: -5% 0;
  }
  100% {
    background-position: 100% 0;
  }
}

.laser_tab_box {
	width: 100%;
	float: left;
	margin-bottom: -1px;
}
.laser_tab_box > li {
	float: left;
	position: relative;
	width: 328px;
	height: 180px;
	line-height: 180px;
	text-align: center;
	cursor: pointer;
}
.laser_tab_box.ver2 > li {
	width: 270px;
	background: #ad35e5;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: -0.3px;
	text-align: center;
	color: #fff;
	border-left: 3px solid #fff;
	box-sizing: border-box;
}
.laser_tab_box.ver2.col3 > li {
	width: 360px;
}
.laser_tab_box.ver2.col3 > li#laser_tab04 {
	display: none;
}
.laser_tab_box.ver2 > li.ver2 {
	line-height: 1.3;
	padding-top: 41px;
}
.laser_tab_box > li.active {
	background: #fff;
	border-left: 1px solid #ad35e5;
	color: #ad35e5;
}
.laser_tab_box > li:first-child {
	border-left: 0;
}
.laser_tab_cont {
	display: none;
	float: left;
	width: 100%;
	overflow: hidden;
	background: #fff;
}
.laser_tab_cont.active {
	display: block;
}
.laser_tab_cont li {
	position: relative;
    width: 940px;
    margin: 0 auto;
	font-size: 35px;
	font-weight: 300;
	letter-spacing: -3px;
	color: #040d17;
	border-bottom: 1px solid #ececec;
	padding: 60px 0 60px 125px;
	cursor: pointer;
	box-sizing: border-box;
	overflow: hidden;
}
.laser_tab_cont li::before {
    content: '';
    position: absolute;
	top: 62px;
    left: 0;
    width: 90px;
    height: 90px;
    background-color: #fff;
	background: url(/new/event/img/laser_pick/ico_check.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 36px auto;
    border: 3px solid #c8c8c8;
	border-radius: 15px;
	box-sizing: border-box;
	z-index: 1;
}
.laser_tab_cont li.selected::before {
	border-color: #ad35e5;
	background-color: #ad35e5;
}
/*.laser_tab_cont li::after {
    content: '';
    position: absolute;
	left: 0px;
	top: 60px;
	width: 90px;
    height: 90px;
    background-color: #ad35e5;
	-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;
	border-radius: 15px;
}
.laser_tab_cont li.selected::after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.ppeum_box .laser_tab_cont[id$='laser_tab02_cont'] li.selected::after {
    background: #ff5bde;
}
.ppeum_box .laser_tab_cont[id$='laser_tab03_cont'] li.selected::after {
    background: #fdb300;
}
.ppeum_box .laser_tab_cont[id$='laser_tab04_cont'] li.selected::after {
    background: #5cd3ff;
}*/
.laser_tab_cont li > div strong {
	font-size: 57px;
	font-weight: 500;
	font-stretch: normal;
	line-height: 1.47;
	letter-spacing: -3px;
	color: #000;
}
.laser_tab_cont li > div em {
	display: block;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -1px;
	color: #b271d1;
}
.laser_tab_cont li > div {
    float: left;
	max-width: 65%;
}
_:-ms-input-placeholder, :root .laser_tab_cont li > div {		/* ie10이상 Hack */
	 word-break: break-all;
}
.laser_tab_cont li > div div {
	margin-top: 25px;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: -2px;
	color: #8b8b8b;
}
.laser_tab_cont li > p {
	float: right;
    display: inline-block;
    text-align: right;
	color: #e50000;
	/*margin-top: -100px;*/
}
.laser_tab_cont li > p em {
	display: inline-block;
	position: relative;
	width: auto;
	padding-right: 3px;
	font-family: Roboto;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.17;
	letter-spacing: -0.3px;
	color: #c8c8c8;
}

.laser_tab_cont li > p em::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 2px;
	background: #c8c8c8;
}
.laser_tab_cont li > p b {
    display: inline-block;
	/* background: url(/new/event/img/laser_pick/icon_won.png);
	background-repeat: no-repeat;
	background-position: 0 60%;
	background-size: 28px 24px;
	padding-left: 32px; */
	font-family: Roboto;
	font-size: 60px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -1.5px;
	color: #000;
	margin-bottom: 7px;
}
.laser_tab_cont li > p b::before {
	content: '￦';
	margin-right: 2px;
	font-family: 'Noto Sans KR';
	font-size: 42px;
	font-weight: 400;
	line-height: 1.14;
	letter-spacing: -0.35px;
}

.laser_tab_cont li > p span {
	display: inline-block;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -1px;
	color: #8b8b8b;
}

.laser_cont_box .noti {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -1px;
	color: #8b8b8b;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 70px;
	margin-top: -2px;
	margin-bottom: -2px;
	background: #fff;
}
.content .event_request {
	position: fixed;
	left: 50%;
	bottom: 0;
	margin-left: -540px;
	width: 1080px;
	height: 180px;
	border: 0;
	font-size: 57px;
	font-weight: 600;
	letter-spacing: -5px;
	color: #fff;
	z-index: 21;
	background: #ad35e5;
	background-image: -webkit-linear-gradient(right, #ad35e5, #ff6e48);
	background-image: -o-linear-gradient(right, #ad35e5, #ff6e48);
	background-image: linear-gradient(to left, #ad35e5, #ff6e48);
}
.content.off .event_request {
	display: none;
}
.off .map_box {
	height: 0;
	overflow: hidden;
}

.jijumSelectBox {
	width: 100%;
	padding: 78px 24px 75px;
	background-color: #000;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
}
.jijumSelectBox > em {
	display: block;
	margin-bottom: 12px;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -3px;
	color: #8b8b8b;
}
.jijumSelectBox > strong {
	display: block;
	margin: 12px auto 30px;
	font-size: 48px;
	line-height: 1.5;
	letter-spacing: -3px;
	color: #fff;
}
.jijumSelectBox .jijumSelectBtn {
	width: 936px;
	height: 180px;
	margin: 10px 0 0;
	border-radius: 93px;
	background-color: #fff;
	background: #fff url(/new/event/img/laser_pick/ico_more.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 90px) 50%;
	background-size: 60px 30px;
	font-size: 57px;
	font-weight: 600;
	letter-spacing: -4px;
	color: #000;
	text-align: left;
	padding-left: 66px;
	border: 0;
	outline: 0;
	box-sizing: border-box;
	cursor: pointer;
}
.jijumSelectBox .jijumSelectBtn b {
	font-size: inherit;
	font-weight: inherit;
	color: #ad35e5;
	letter-spacing: -5px;
	margin-right: 11px;
}

/* 지점선택 팝업 */
.jijumChoiceWrapper {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	overflow: hidden;
	z-index: 30;
}
.jijumChoiceClose {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 180px;
	height: 180px;
	background: #fff url(/new/event/img/laser_pick/ico_close.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 63px auto;
	font-size: 0;
	color: transparent;
	cursor: pointer;
}
.jijumChoiceWrapper ul {
	width: 936px;
    height: calc(100% - 460px);
	margin: 220px auto 0;
	font-size: 0;
	overflow: auto;
}
.jijumChoiceWrapper li {
	display: inline-block;
	width: 450px;
	font-size: 48px;
	font-weight: 500;
	height: 144px;
	line-height: 138px;
	letter-spacing: -2px;
	text-align: center;
	color: #000;
	margin: 8px;
	padding: 0;
	border: solid 1px #c8c8c8;
	background-color: #ffffff;
	cursor: pointer;
	vertical-align: top;
	box-sizing: border-box;
}
.jijumChoiceWrapper li.ver2 {
	line-height: 1.2;
	padding-top: 10px;
	box-sizing: border-box;
}
.jijumChoiceWrapper.pc li {
	width: 48%;
}
.jijumChoiceWrapper li.active {
	color: #fff;
	background-color: #8b8b8b;
	border-color: #8b8b8b;
}
.jijumChoiceBtn  {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 180px;
	background-image: -webkit-linear-gradient(right, #ad35e5, #ff6e48);
	background-image: -o-linear-gradient(right, #ad35e5, #ff6e48);
	background-image: linear-gradient(to left, #ad35e5, #ff6e48);
	font-size: 57px;
	font-weight: 600;
	letter-spacing: -2px;
	color: #fff;
	border: 0;
	outline: 0;
}
.pc .jijumChoiceBtn {
	left: 50%;
	width: 1080px;
	margin-left: -540px;
}

.laser_cont_box .endInfo {
    width: 100%;
    height: 400px;
    display: inline-table;
    vertical-align: top;
	text-align: center;
	background: #fff;
}
.laser_cont_box .endInfo p {
	display: table-cell;
	vertical-align: middle;
	font-size: 38px;
	font-weight: 400;
	color: #555;
	letter-spacing: -3px;
	line-height: 1.3;
}
.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: 36px !important;
	/* color: #dc0000 !important; */
	margin-top: 30px;
	margin-bottom: -22px;
}
#consult_wrapper.ver2.mo .formGroup.selectBox select {
	font-size: 42px !important;
	margin-top: 28px;
	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;
	line-height: 1.2;
    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;
}

/*#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: 22px;
}
#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: 1px !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;
}

.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;
}

/* 날짜 추가 수정 */
#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: #dc0000;
}
#consult_wrapper .reserveAccordion .selectList .radioBox:hover label,
#consult_wrapper .reserveAccordion .selectList .radioBox input[type=radio]:checked + label {
	color: #dc0000;
}
