@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;
}

img {
	vertical-align: top;
}
.content {
	padding-top: 0px;
	padding-bottom: 250px;
	background: #000;
}
.laser_cont_box {
    width: 100%;
	padding-top: 0;
	margin-bottom: 2px;
}

.jijimList {
    position: relative;
    font-size: 27px;
    font-weight: 300;
    color: #fff;
    letter-spacing: -2px;
    text-align: center;
    line-height: 1.4;
    height: 74px;
    margin-bottom: 112px;
}
.optTab {
	position: relative;
	overflow: hidden;
	background: #000;
}
.optTab.sticky {
	position: fixed;
	top: 0;
	width: 1080px;
	z-index: 3;
}
.optTab button {
	position: relative;
	float: left;
	width: 352px;
	height: 180px;
	background: #fe2090;
	border: 0;
	outline: 0;
	font-family: 'Noto Sans KR';
	font-size: 36px;
	font-weight: 400;
	letter-spacing: -3px;
	color: #fff;
	cursor: pointer;
	margin-left: 12px;
	box-sizing: border-box;
}
.optTab button:nth-child(3n+1) {
	margin-left: 0;
}
.optTab button:nth-child(1n+4) {
	margin-top: 12px;
}
.optTab button.active {
	background: #fe2090;
	color: #fff;
}
.optTab button.blind {
	padding-top: 48px;
	background: rgba(254,32,144,0.3);
	color: #92466c;
}
.optTab button.blind::before {
	content: 'Coming soon';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	/* background: rgba(0,0,0,0.3); */
	font-size: 36px;
	font-weight: 400;
	letter-spacing: -1px;
	color: #fff;
	padding-top: 38px;
	box-sizing: border-box;
}
h2.titles {
	padding: 90px 0 60px;
	text-align: center;
}
.ppeum_box {
	overflow: hidden;
    position: relative;
}
.ppeum_box.blind::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	background-image: url(../img/pink_festa/coming_soon.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 2;
}
.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 {
	padding-bottom: 30px;
	margin-bottom: 0;
	background: #fff;
}
.laser_tab_cont.active.ver2 {
	float: none;
	margin: 0 auto;
	width: 858px;
	padding-top: 0;
	padding-bottom: 25px;
	border-bottom: 3px solid #101926;
}
.laser_tab_cont li {
	width: 960px;
    padding: 0 0 60px 0;
	margin: 0 auto;
	box-sizing: border-box;
	background: #fff;
	border-bottom: 1px solid #dedede;
}
.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 div::before {
	content: '';
    position: absolute;
	top: 31px;
	left: 30px;
	width: 60px;
	height: 60px;
	border: 3px solid #d5d5d5;
	margin-top: -28px;
	box-sizing: border-box;
}
.laser_tab_cont li div.ver2::before {
    top: 28px;

}
.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;
	left: 41px;
    top: 19px;
    width: 38px;
    height: 38px;
    background: #fa1b77;
	margin-top: -5px;
    -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 div.ver3::after {
	margin-top: 24px;
}
.laser_tab_cont li.selected div::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(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.ver2 li::after {
	top: 38px;
}
.laser_tab_cont li > div {
	position: relative;
	max-width: 100%;
	width: 100%;
	min-height: 118px;
	margin-top: 54px;
	padding-left: 36px;
	box-sizing: border-box;
}
.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: 45px;
	font-weight: 500;
	color: #000;
	letter-spacing: -4px;
	line-height: 1.4;
	margin-left: 77px;
}
.laser_tab_cont li > div span {
	display: block;
    position: relative;
    font-size: 36px;
    color: #000;
    line-height: 1.5;
	padding-top: 0;
    margin-left: 80px;
}
.laser_tab_cont li > div p {
	position: absolute;
	right: 30px;
	top: 4px;
	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.ver2 li > div p {
	top: 24px;
}
.laser_tab_cont li > div p b {
	font-family: 'Roboto';
	font-size: 54px;
	font-weight: 500;
	letter-spacing: -3px;
	background: transparent;
	padding-left: 0;
	color: #fa1b77;
}
.laser_tab_cont li > div p b::before {
	position: relative;
	top: -5px;
	display: inline-block;
	width: 28px;
	height: 23px;
	margin-right: 4px;
	content: '';
	font-size: 30px;
	color: #f81445;
}
.laser_tab_cont li > div p em {
	display: inline-block;
    position: relative;
    color: #aaa;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -2px;
    margin-top: 17px;
    padding-right: 3px;
}
.laser_tab_cont li > div p em::before {
	content: '';
	position: absolute;
	top: 50%;
	width: 100%;
	height: 2px;
	background: #b3b3b3;
	font-family: 'Noto Sans';
	margin-top: 1px;
}
.laser_tab_cont li div > b {
	display: block;
	max-width: 68%;
    position: relative;
    top: 8px;
    font-size: 30px;
    font-weight: 400;
    color: #aaa;
    letter-spacing: -1px;
	word-break: keep-all;
    line-height: 1.3;
    margin-left: 82px;
}
/*.event_request {
	position: fixed;
	left: 50%;
	bottom: 0;
	margin-left: -540px;
	width: 1080px;
	height: 200px;
	border: 0;
	background-color: #000;
	background-image: url(../img/pink_festa/pink_festa_btn.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	font-size: 0;
	font-weight: 600;
	letter-spacing: -5px;
	color: transparent;
	z-index: 20;
}*/

.event_request {
	position: fixed;
	left: 50%;
	bottom: 50px;
	margin-left: -480px;
	width: 960px;
	height: 150px;
	border: 0;
	background: #fe2090;
	font-size: 46px;
	font-weight: 600;
	letter-spacing: -5px;
	color: #fff;
	z-index: 20;
	border-radius: 100px;
	box-shadow: rgb(255 255 255 / 50%) 0px 1px 30px;
}
.laser_cont_box .noti {
	font-size: 24px;
	color: #000;
	background: transparent;
	padding-top: 21px;
	padding-bottom: 50px;
	line-height: 1.4;
}
.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;
}

#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;
}

#consult_wrapper.ver2 .formGroup.selectBox {
	margin-top: 26px;
	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;
}


/* pc custom */
.pc.content {
	padding-bottom: 130px;
}
.pc .optTab button {
    height: 80px;
    font-size: 22px;
    letter-spacing: -1px;
}
.pc .optTab button.blind {
    padding-top: 30px;
}
.pc .event_request {
	height: 90px;
	bottom: 30px;
	font-size: 30px;
	letter-spacing: -3px;
	box-shadow: rgb(255 255 255 / 50%) 0px 1px 10px;
}
.pc .optTab button.blind::before {
    font-size: 22px;
    padding-top: 7px;
}

.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;
}
