@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;
}
#wrap {
    width: 100%;
    min-width: 1080px;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}
.content {
	width: 1080px;
    max-width: 1080px;
    margin: 0 auto 0;
	padding-top: 1300px;
	padding-bottom: 110px;
	background: #2451c4 url(/new/event/img/laser_pick/laser_pick_v2.jpg);
	background-repeat: no-repeat;
	background-position: 50% 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: 984px;
	margin: 0 auto;
	position: relative;
}
.laser_tab_box {
	width: 100%;
	float: left;
}
.laser_tab_box > li {
	float: left;
	position: relative;
	width: 328px;
	height: 156px;
	line-height: 156px;
	text-align: center;
	border-radius: 20px 20px 0 0;
	cursor: pointer;
}
.laser_tab_box.ver2 > li {
    width: 246px;
}
.laser_tab_box > li::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	box-sizing: border-box;
    border-radius: 20px 20px 0 0;
	border-bottom: 5px solid #000;
}
.laser_tab_box > li.active::before {
	border: 5px solid #000;
	border-bottom: 0;
}
.laser_tab_box > li.end::after {
	content: '종료된 이벤트';
	position: absolute;
	top: 0;
    left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: rgba(0,0,0,0.8);
	border-radius: 20px 20px 0 0;
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	letter-spacing: -3px;
}

.laser_tab_box > li img {
	vertical-align: middle;
}
.laser_tab_box > li .laser_tooltip {
    position: absolute;
    top: -41px;
	left: 50%;
	right: auto;
	margin-left: -76.5px;
}
.laser_tab_box .laser_tab01 {
	background: #36dc6e
}
.laser_tab_box .laser_tab02 {
	background: #ff5bde
}
.laser_tab_box .laser_tab03 {
	background: #fdb300
}
.laser_tab_box .laser_tab04 {
	background: #5cd3ff
}
.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: 900px;
    margin: 0 auto;
	font-size: 35px;
	font-weight: 300;
	letter-spacing: -3px;
	color: #040d17;
	border-bottom: 1px solid #c5c5c5;
	padding: 54px 0 54px 57px;
	cursor: pointer;
	box-sizing: border-box;
	overflow: hidden;
}
.laser_tab_cont li:last-child {
	border-bottom: 0;
	padding-bottom: 46px;
}
.laser_tab_cont li::before {
    content: '';
    position: absolute;
	top: 60px;
    left: 0;
    width: 43px;
    height: 43px;
    background: #fff;
    border: 4px solid #c5c5c5;
	box-sizing: border-box;
}
.laser_tab_cont li::after {
    content: '';
    position: absolute;
	left: 10px;
	top: 70px;
    width: 23px;
    height: 23px;
    background: #36dc6e;
	-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;
}
.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: 50px;
	font-weight: 600;
	letter-spacing: -3px;
	margin-right: 4px;
	line-height: 1.1;
}
.laser_tab_cont li > div em {
	font-size: 33px;
	font-weight: 600;
	color: #36dc6e;
	letter-spacing: -3px;
}
.ppeum_box .laser_tab_cont[id$='laser_tab02_cont'] li > div em {
	color: #ff5bde;
}
.ppeum_box .laser_tab_cont[id$='laser_tab03_cont'] li > div em {
	color: #fdb300;
}
.ppeum_box .laser_tab_cont[id$='laser_tab04_cont'] li > div em {
	color: #5cd3ff;
}
.laser_tab_cont li > div {
    float: left;
	max-width: 65%;
    /*word-break: keep-all;
	word-break: break-all;*/
}
_:-ms-input-placeholder, :root .laser_tab_cont li > div {		/* ie10이상 Hack */
	 word-break: break-all;
}
.laser_tab_cont li > div div {
	margin-top: 27px;
}
.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;
    font-size: 32px;
    font-weight: 400;
    color: #999;
    position: relative;
    width: auto;
	padding-right: 3px;
}
.laser_tab_cont li > p em::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 2px;
	background: #999;
}
.laser_tab_cont li > p b {
    display: inline-block;
	font-size: 47px;
	font-weight: 600;
	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;
	margin-bottom: 7px;
}
.laser_tab_cont li > p span {
	display: inline-block;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: -1px;
	background: url(/new/event/img/laser_pick/icon01.png);
	background-repeat: no-repeat;
	background-position: 0 60%;
	background-size: 12px 13px;
	padding-left: 18px;
}

.laser_cont_box .noti {
	font-size: 28px;
	color: #959799;
	text-align: center;
	background: #fff;
	padding-bottom: 47px;
	letter-spacing: -1px;
	margin-top: -1px;
}
.laser_cont_box .event_request {
	width: 100%;
	height: 130px;
	border: 0;
	background: #000;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: -3px;
	color: #fff;
}

.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: 30px !important;
	/* color: #36dc6e !important; */
	margin-top: 30px;
	margin-bottom: -22px;
}
#consult_wrapper.ver2.mo .formGroup.selectBox select {
	font-size: 36px !important;
	margin-top: 28px;
	margin-bottom: -12px;
}
#consult_wrapper .formGroup.selectOpt {
    font-size: 30px;
    font-weight: 500;
	color: #36dc6e;
    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: #36dc6e;
    border-color: #36dc6e;
}
#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: #36dc6e !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: #36dc6e;
    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;
}
