@charset "utf-8";
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
:root {
  --main-color: #0072ff; /* 메인(가격, 체크박스, 상품명, 달력 등) */
  --bottom-bg-color: #fff; /* 하단 신청 배경 */
  --bottom-input-color: #f3f3f3; /* 하단 신청 입력, 달력 배경 */
  --bottom-label-color: #737373; /* 하단 신청 텍스트 */
  --btn-bg-color: #0072ff; /* 버튼 배경*/
  --btn-text-color: #fff; /* 버튼 텍스트 */
  --bg-color: #fff; /* 상품 리스트 배경 */
}
img {
	vertical-align: top;
}
.content {
	padding-top: 0px;
	padding-bottom: 0;
	background: #fff;
}
.top_visual {
    position: relative;
    padding-bottom: 40px;
}
.ppeum_box {
	position: relative;
	width: 1080px;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 330px;
	background-image: -moz-linear-gradient( 90deg, rgb(124,201,255) 0%, rgb(229,246,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(124,201,255) 0%, rgb(229,246,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(124,201,255) 0%, rgb(229,246,255) 100%);
}
.mo .ppeum_box {
	padding-bottom: 550px;
}
.ppeum_box h2 {
	font-size: 94px;
	font-weight: 900;
	color: #000;
	font-family: 'GmarketSansMedium';
    letter-spacing: -5px;
    text-align: center;
    padding: 128px 0 80px;
	z-index: 2;
    position: relative;
}
.ppeum_box .items .item{
	position: absolute;
}
.ppeum_box .items .item_01{
	left: 0;
}
.ppeum_box .items .item_02{
	right: 0;
    top: 3%;
}
.ppeum_box .items .item_03{
	left: 0;
    top: 42.2%;
}
.ppeum_box .items .item_04{
	right: 0;
    bottom: 22.5%;
}
.ppeum_box .items .item_05{
	left: 0;
    bottom: 6.5%;
}
.mo .ppeum_box .items .item_05 {
	bottom: 11.5%;
}
.top_visual .title {
	padding-top: 9%;
    padding-bottom: 7%;
    z-index: 2;
    position: relative;
}
.blink {
    position: absolute;
    top: 8.5%;
    left: 50%;
    transform: translateX(-50%);
  -webkit-animation: blink 0.6s linear infinite;
  -moz-animation: blink 0.6s linear infinite;
  animation: blink 0.6s linear infinite;
}
@-webkit-keyframes blink {
  0%,
  50% {
    opacity: 1;
  }
  60%,
  100% {
    opacity: 0;
  }
}
@-moz-keyframes blink {
  0%,
  50% {
    opacity: 1;
  }
  60%,
  100% {
    opacity: 0;
  }
}
.pop_box {
	position: relative
}
.pop_coupon {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 132px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.pop_flower {
    position: absolute;
	top: 100px;
	left: 0;
	animation: fall 2s ease-in-out infinite;
}
.mo .pop_flower {
	animation: fall2 2s ease-in-out infinite;
}
@keyframes fall {
    0% {
      top: -100px;
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      top: 25vh; 
      opacity: 0;
    }
  }
@keyframes fall2 {
    0% {
      top: -100px;
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      top: 10vh; 
      opacity: 0;
    }
  }
  .pop_btn {
    position: absolute;
	bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.laser_cont_box {
    width: 100%;
	padding-top: 0;
}
.laser_tab_cont.active {
	float: none;
	padding-bottom: 30px;
	margin-bottom: 0;
	background: transparent;
}
.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: 22px;
    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 li div::after {
    content: '';
    position: absolute;
    top: 11px;
    left: 14px;
    width: 33px;
    height: 17px;
    border-left: 7px solid var(--main-color);
    border-bottom: 7px solid var(--main-color);
    -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: var(--main-color);
}
.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 {
    position: relative;
    top: -2px;
    padding-top: 0;
    margin-left: 0;
    margin-right: 8px;
    color: var(--main-color);
    line-height: 1.2;
    font-size: 30px;
    font-weight: 600;
    background: transparent;
    letter-spacing: 0px;
}
.laser_tab_cont.ver2 li::after {
	top: 38px;
}
.laser_tab_cont li > div {
	position: relative;
	max-width: 100%;
	font-family: 'Roboto';
    min-height: 134px;
}
.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: 41px;
    font-weight: 500;
    color: #131314;
    letter-spacing: -3px;
    line-height: 1.3;
    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: 25px;
    font-weight: 400;
    color: #000;
    line-height: 1.4;
    margin-left: 85px;
    margin-top: 4px;
    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: 'Jost';
    font-size: 56px;
    font-weight: 700;
    background: transparent;
    padding: 0;
    margin-bottom: 0;
    margin-left: -4px;
    color: var(--main-color);
}
.laser_tab_cont li > p em {
    display: inline-block;
    font-size: 28px;
    font-weight: 500;
    color: #919191;
    position: relative;
    width: auto;
    font-family: 'Jost';
    letter-spacing: -2px;
    top: 11px;
}
.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;
}
.eventBox {
    display: none;
    width: 990px;
    margin: 0 auto 50px;
}
.eventBox.active {
	display: block;
}
.eventBox .laser_tab_cont.active {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 0;
}
.eventBox .laser_tab_cont li {
    margin-bottom: 10px;
    padding: 50px 30px 50px;
    border-radius: 22px;
	border: 2px solid #cacaca;
}
.eventBox .laser_tab_cont li > p {
    left: auto;
    bottom: auto;
    right: 30px;
    top: 43px;
	display: flex;
    flex-direction: column-reverse;
	align-items: flex-end;
    letter-spacing: -3px;
}
.eventBox .laser_tab_cont li > p em {
    margin-bottom: 6px;
}
.eventBox .laser_tab_cont li strong span {
	position: relative;
	top: -1px;
    font-size: 30px;
    font-weight: 400;
    color: #151414;
    margin-left: -9px;
}
.step01 {
  background-image: -moz-linear-gradient( 48.42deg, rgb(10 166 255) 0%, rgb(255,255,255) 50%, rgb(174 236 249) 100%);
  background-image: -webkit-linear-gradient(48.42deg, rgb(10 166 255) 0%, rgb(255, 255, 255) 50%, rgb(174 236 249) 100%);
  background-image: -ms-linear-gradient( 48.42deg, rgb(10 166 255) 0%, rgb(255,255,255) 50%, rgb(174 236 249) 100%);
}
.step01 .flower_bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.object {
	position: relative;
    padding: 0 0 80px;
	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: 'Roboto';
    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;
	-webkit-text-stroke: 0.5px #000
}
.object li em {
    width: 178px;
    height: 61px;
    line-height: 61px;
    text-align: center;
    display: block;
    background: #b3b3b3;
    border-radius: 35px;
    margin: 0 auto 42px;
    color: #fff;
    font-size: 31px;
	-webkit-text-stroke: 0
}
.object li p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 65px;
    font-size: 42px;
    font-weight: 500;
	color: #0096ff;
	-webkit-text-stroke: 0.5px #0096ff;
}
.object li.active em {
	color: #fff;
	background: #0096ff;
}
.object_v2 {
	background:url(../img/img_02.jpg) no-repeat;
	padding: 33% 0 19%;
}
.object_v2 ul{
	display: flex;
    flex-direction: column;
    gap: 83px;
    margin: 0 0 0 146px;
}
.object_v2 ul li {
	background: none;
	border-radius: 0;
	width: fit-content;
	height: auto;
	text-align: left;
	padding-top: 0;
	display:block;
	font-family: "Pretendard-Regular";
    font-size: 36px;
    font-weight: 500;
    color: #000;
    letter-spacing: -2px;
    line-height: 1.4;
    margin: 0 5px;
    box-sizing: border-box;
	-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
	display: flex;
	align-items: center;
	gap: 20px;
	-webkit-text-stroke: 0;
}
.object_v2 li em {
    width: 90px;
    height: 90px;
    line-height: 86px;
    text-align: center;
    display: block;
    background: #b3b3b3;
    border-radius: 0;
    color: #fff;
    font-size: 36px;
	margin: 0;
	border-radius: 16px
}
.object_v2 li.active em {
	color: #fff;
	background: #0072ff;
}
.notice {
    font-size: 24px;
    font-weight: 400;
    color: rgba(0,0,0,0.4);
    letter-spacing: -1px;
    margin-top: 56px;
	line-height: 1.5
}
.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;
}

/*룰렛*/
.rouletteBox {
    position: relative;
    padding: 0 0 60px;
}
#spin_button {
    position: absolute;
    left: 7px;
    right: 0;
    margin: 0 auto;
    width: 253px;
    height: 253px;
    top: 299px;
    border-radius: 50%;
    border: 0;
    background: url(../img/start.png);
    color: transparent;
    font-size: 0;
    cursor: pointer;
    padding: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.rouletteOpt {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

/*신청화면*/
#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;
}
#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 .formGroup .titles, #consult_wrapper .formGroup_radio span, #consult_wrapper .reserveRadioBox span {
   color: var(--bottom-label-color) !important;
}
#consult_wrapper.pc .formGroup .titles, #consult_wrapper.pc .formGroup_radio span, #consult_wrapper.pc .reserveRadioBox span {
    font-size: 34px;
}
#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: var(--bottom-label-color);
}
#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 .empty {
    height: 100px;
}
#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;
}

/* 하단 영역 */
.bottom_inner {
  position: fixed;
  z-index: 25;
  background: var(--bottom-bg-color);
  padding-top: 10px;
  padding-bottom: 175px;
  bottom: 0;
  width: 1080px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.bottom_inner.fixed {
  height: 100vh;
  overflow-y: auto;
  padding-bottom: 70px;
  box-sizing: border-box;
}
.mo .bottom_inner.fixed {
  padding-bottom: 150px;
}
.pc .bottom_inner:not(.fixed) {
  padding-bottom: 100px;
}
.check_box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 25;
}
.check_box .check_top {
  width: 970px;
  height: calc(100% - 249px);
  margin: 46px auto 0;
}
.pc .check_box .check_top {
  height: calc(100% - 141px);
  margin: 22px auto 0;
}
.check_box .check_bottom {
  width: 100%;
  height: 160px;
  margin: 0 auto 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.pc .check_box .check_bottom {
  height: 100px;
}
.reserveDateWrapper {
  display: none;
}

/* 개인정보, SMS 수신 */
#consult_wrapper .consult_inner form .mobileVer {
  overflow: hidden;
  display: block;
  width: 100%;
}
#consult_wrapper .checkbox {
  float: left;
  width: calc(54% - 4px);
}
#consult_wrapper .checkbox + .checkbox {
  width: calc(46% - 4px);
  margin-top: 17px;
}
#consult_wrapper .empty {
  height: 0;
}
#consult_wrapper .agree label,
#consult_wrapper .agree a,
#consult_wrapper .smspush label {
  color: var(--bottom-label-color);
  font-size: 32px;
  font-weight: 500;
  cursor: pointer;
}
#consult_wrapper.mo .agree a,
#consult_wrapper.mo .agree label,
#consult_wrapper.mo .smspush label {
  font-size: 32px;
}
.bottom_inner.fixed #consult_wrapper .consult_inner form .mobileVer {
  overflow: hidden;
  display: block;
  width: 100%;
  margin-top: 20px;
}
.bottom_inner.fixed #consult_wrapper .consult_inner form .mobileVer .agree {
  float: left;
  width: 50%;
  margin-top: 80px;
}
.bottom_inner.fixed #consult_wrapper .consult_inner form .mobileVer .smspush {
  float: right;
  bottom: -40px;
}
.bottom_inner.fixed #consult_wrapper.pc .consult_inner {
  padding-bottom: 150px;
}
.bottom_inner:not(.fixed) #consult_wrapper.pc .consult_inner form {
  margin-top: 0px;
}
.bottom_inner:not(.fixed) #consult_wrapper.pc .formGroup.w50 {
  margin-bottom: 17px;
}
.bottom_inner:not(.fixed) #consult_wrapper.pc .checkbox label {
  padding-left: 40px;
}
.bottom_inner:not(.fixed) #consult_wrapper.pc .formGroup input[type="text"],
.bottom_inner:not(.fixed) #consult_wrapper.pc .formGroup input[type="number"],
.bottom_inner:not(.fixed) #consult_wrapper.pc .formGroup select {
  font-size: 17px !important;
  height: 50px !important;
}
.bottom_inner:not(.fixed) #consult_wrapper.pc .agree label,
.bottom_inner:not(.fixed) #consult_wrapper.pc .agree a,
.bottom_inner:not(.fixed) #consult_wrapper.pc .smspush label {
  font-size: 17px;
}
.bottom_inner:not(.fixed) #consult_wrapper.pc .agree {
  margin-top: 30px;
  float: left;
  width: 50%;
}
.bottom_inner:not(.fixed) #consult_wrapper.pc .smspush {
  display: inline-block;
  margin-top: 7px;
  margin-left: 10px;
}
.bottom_inner:not(.fixed) #consult_wrapper.mo .agree {
  margin-top: 40px;
}
.bottom_inner:not(.fixed) #consult_wrapper.pc .checkbox label:before {
  top: 0;
  width: 25px;
  height: 25px;
}
.bottom_inner:not(.fixed)
  #consult_wrapper.pc
  .checkbox
  input[type="checkbox"]:checked
  + label:after {
  top: 8px;
  left: 5px;
  width: 14px;
  height: 6px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
#consult_wrapper #username-error {
  clear: both;
  display: block;
}

/* 신청완료 화면*/
.dbTitle {
  display: none;
  margin: 100px auto 50px;
}
.bottom_inner.fixed .dbTitle {
  display: block;
  font-size: 32px;
  color: var(--main-color);
  text-align: center;
  font-family: "Noto Sans KR";
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -2px;
}
.bottom_inner.fixed .dbTitle em {
  display: block;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -6px;
  margin-bottom: 15px;
}
#consult_wrapper {
  display: block;
  position: relative;
  width: 1080px;
  height: auto;
  z-index: 21;
  margin: 0 auto;
  padding-bottom: 0;
  background: var(--bottom-bg-color);
}
#consult_wrapper h1,
#consult_wrapper .consult_close {
  display: none !important;
}
#consult_wrapper .consult_inner {
  background: transparent;
  width: 90%;
  height: auto;
  max-height: none;
  width: 970px;
  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 .formGroup .titles,
#consult_wrapper .formGroup_radio span {
  color: #fff;
  font-weight: 500;
}
#consult_wrapper .formGroup.selectOpt,
#consult_wrapper .formGroup.selectBox {
  display: none !important;
}
.bottom_inner.fixed #consult_wrapper .formGroup.selectOpt,
.bottom_inner.fixed #consult_wrapper .formGroup.selectBox {
  display: block !important;
}
.bottom_inner.fixed #consult_wrapper.mo .consult_inner {
  padding-bottom: 100px;
}
#consult_wrapper.pc .consult_inner {
  width: 970px;
  height: auto;
  padding: 0;
}
#consult_wrapper.mo .consult_inner {
  width: auto;
  height: auto;
  max-height: unset;
  margin: 0 55px;
  padding-bottom: 20px;
}
#consult_wrapper .consult_inner .form_wrapper {
  height: auto;
  margin-top: 15px;
}
#consult_wrapper .consult_inner .formGroup select * {
  color: #c0c0c0;
}
#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: #888 !important;
  padding: 15px 30px !important;
  box-sizing: border-box !important;
  border: 0 !important;
  border-bottom: 1px solid #ebebeb !important;
  outline: 0;
  background: #ebebeb;
}
#consult_wrapper .reserveTimeWrapper,
#consult_wrapper .formGroup,
#consult_wrapper .formGroup_radio {
  margin-right: 0;
  border: 0;
}
#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 {
  cursor: pointer;
  background: #fff url(../../img/event_arrow02.png) no-repeat 96% 50%;
  width: 100% !important;
  height: 86px !important;
  border: 0 !important;
  margin-left: 0;
  padding: 0 27px !important;
  font-size: 34px !important;
  margin-top: 29px;
  margin-bottom: 0;
  border: 1px solid #e5e5e5 !important;
}
#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 .formGroup.w50 {
  float: left;
  width: calc(50% - 10px);
  margin-bottom: 50px;
}
#consult_wrapper .formGroup.w50 + .w50 {
  margin-left: 20px;
}
#consult_wrapper .formGroup.selectOpt {
  color: var(--bottom-label-color);
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.3;
  margin-bottom: -25px;
}
#consult_wrapper .formGroup.selectOpt em {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.8;
}

/* 신청완료_달력 */
#eventCalendar {
  padding-top: 40px;
  background: #ebebeb;
  padding-bottom: 30px;
  margin-top: 20px;
}
#eventCalendar .ui-widget.ui-widget-content {
  border: 0;
  width: 100%;
  padding: 0;
  background: #ebebeb !important;
}
#eventCalendar .ui-state-default,
#eventCalendar .ui-widget-content .ui-state-default,
#eventCalendar .ui-widget-header .ui-state-default,
#eventCalendar .ui-button,
#eventCalendar .ui-button.ui-state-disabled:hover,
#eventCalendar .ui-button.ui-state-disabled:active {
  border: 0;
  background: transparent;
  font-weight: normal;
  color: #fff;
}
#eventCalendar .ui-state-disabled,
#eventCalendar .ui-widget-content .ui-state-disabled,
#eventCalendar .ui-widget-header .ui-state-disabled {
  opacity: 1;
  filter: Alpha(Opacity=100);
}
#eventCalendar .ui-datepicker th,
#eventCalendar .ui-datepicker .ui-datepicker-title {
  color: #535353;
}
#eventCalendar .ui-datepicker .ui-datepicker-prev,
#eventCalendar .ui-datepicker .ui-datepicker-next {
  cursor: pointer;
}
#eventCalendar .ui-datepicker td a.ui-state-highlight::after,
#eventCalendar .ui-datepicker td.ui-datepicker-today .ui-state-default::after {
  color: #535353;
}
#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: var(--main-color);
  color: #fff;
}
#eventCalendar .ui-datepicker td a:not(.ui-state-active) {
  color: #000;
}

/* 신청완료_시간 */
#consult_wrapper .reserveAccordion .sectionTitle span em {
  width: 100% !important;
  height: 126px;
  padding: 0 30px;
  background: #ebebeb;
  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;
}
#consult_wrapper .reserveAccordion .sectionTitle span em {
  color: #888;
}
#consult_wrapper .reserveAccordion .selectList.on {
  margin-top: -46px;
}
#consult_wrapper.mo .reserveAccordion .selectList.on {
  margin-top: -10px;
}

/* 신청완료_체크박스 */
#consult_wrapper .checkbox label:before {
  border: 2px solid #ebebeb;
  background: #ebebeb;
}
#consult_wrapper .checkbox input[type="checkbox"]:checked + label:before {
  top: 0px;
  background: var(--main-color);
  border-color: var(--main-color);
}
#consult_wrapper.pc .checkbox input[type="checkbox"]:checked + label:after {
  top: 9px;
  left: 7px;
  width: 20px;
  height: 9px;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
}
#consult_wrapper.mo .checkbox label:before {
  top: 3px;
}
#consult_wrapper.mo .checkbox input[type="checkbox"]:checked + label:after {
  top: 12px;
  left: 9px;
  width: 26px;
  height: 12px;
  border-left: 6px solid #fff;
  border-bottom: 6px solid #fff;
}

/* 신청 완료 전 전송버튼 */
.proChkBtn {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 1080px;
  height: 159px;
  line-height: 1;
  border-radius: 0;
  z-index: 26;
  border: 0;
  font-family: "Noto Sans KR";
  font-size: 53px;
  font-weight: 500;
  letter-spacing: -5px;
  color: var(--btn-text-color) !important;
  background: var(--main-color) !important; 
  /*background-image: -moz-linear-gradient(*/
  /*  1deg,*/
  /*  rgb(193, 119, 253) 0%,*/
  /*  rgb(244, 116, 251) 100%*/
  /*) !important;*/
  /*background-image: -webkit-linear-gradient(*/
  /*  1deg,*/
  /*  rgb(193, 119, 253) 0%,*/
  /*  rgb(244, 116, 251) 100%*/
  /*) !important;*/
  /*background-image: -ms-linear-gradient(*/
  /*  1deg,*/
  /*  rgb(193, 119, 253) 0%,*/
  /*  rgb(244, 116, 251) 100%*/
  /*) !important;*/
  /*background-repeat: no-repeat;*/
  /*background-position: center;*/
}
.pc .proChkBtn {
  font-size: 38px;
  height: 100px;
  background-size: auto;
  letter-spacing: -1px;
}
.proChkBtn.off {
	display: none;
}
.bottom_inner.off {
	display: none;
}

/* 신청완료 버튼 */
#consult_wrapper .consult_inner form .submit_btn {
  width: 1080px !important;
  height: 160px !important;
  border-radius: 0 !important;
  margin: 22px auto 0 !important;
  left: 0 !important;
  right: 0 !important;
  display: block;
  font-size: 53px !important;
  font-weight: 500 !important;
  letter-spacing: -5px !important;
  color: var(--btn-text-color)  !important;
  background: var(--main-color)  !important; 
  /*background-image: -moz-linear-gradient(*/
  /*  1deg,*/
  /*  rgb(193, 119, 253) 0%,*/
  /*  rgb(244, 116, 251) 100%*/
  /*) !important;*/
  /*background-image: -webkit-linear-gradient(*/
  /*  1deg,*/
  /*  rgb(193, 119, 253) 0%,*/
  /*  rgb(244, 116, 251) 100%*/
  /*) !important;*/
  /*background-image: -ms-linear-gradient(*/
  /*  1deg,*/
  /*  rgb(193, 119, 253) 0%,*/
  /*  rgb(244, 116, 251) 100%*/
  /*) !important;*/
  position: fixed !important;
}
.bottom_inner:not(.fixed) #consult_wrapper.pc .consult_inner form .submit_btn {
  font-size: 38px !important;
  height: 100px !important;
  letter-spacing: -1px !important;
  background-size: auto;
  color: var(--btn-text-color);
  background: var(--main-color); 
  /*background-image: -moz-linear-gradient(*/
  /*  1deg,*/
  /*  rgb(193, 119, 253) 0%,*/
  /*  rgb(244, 116, 251) 100%*/
  /*) !important;*/
  /*background-image: -webkit-linear-gradient(*/
  /*  1deg,*/
  /*  rgb(193, 119, 253) 0%,*/
  /*  rgb(244, 116, 251) 100%*/
  /*) !important;*/
  /*background-image: -ms-linear-gradient(*/
  /*  1deg,*/
  /*  rgb(193, 119, 253) 0%,*/
  /*  rgb(244, 116, 251) 100%*/
  /*) !important;*/
}

/* 화면접기 버튼 */
.formShowBtn {
  display: none;
}
.bottom_inner.fixed .formShowBtn {
  display: block;
  position: absolute;
  background: transparent;
  border: 0;
  top: 30px;
  right: 40px;
  color: var(--bottom-label-color) !important;
  font-size: 32px;
  font-family: "Noto Sans KR";
  font-weight: 500;
  letter-spacing: -1px;
  width: 20%;
  height: 50px;
  cursor: pointer;
}
.bottom_inner.fixed .formShowBtn::after {
  content: "";
  background: url(../img/ico_arrow_bk.png) no-repeat 100% 50%;
  display: block;
  width: 24px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 21px;
  background-size: contain;
}

/* 신청완료_오류 */
#consult_wrapper label.error {
  color: #ff3fde;
}
#consult_wrapper.pc label.error {
  line-height: 20px;
}
#consult_wrapper.pc label #select-error {
  margin-bottom: 24px;
  color: #ff3fde;
}

/* 안내 팝업 */
.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: 550px;
  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: 0px;
  outline: 0;
}
.pc .pop_info_cont {
  width: 600px;
  height: 370px;
  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;
  margin-top: 0px
}

/* tooltip */
.tooltip,
.tooltip2 {
  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: 27;
  box-sizing: border-box;
  padding: 24px;
  word-break: keep-all;
}
.tooltip.mo,
.tooltip2.mo {
  min-width: 800px;
}
.tooltip.pc,
.tooltip2.pc {
  width: auto;
  max-width: 400px;
  height: auto;
  line-height: 1.6;
  font-size: 20px;
  letter-spacing: -1px;
  padding: 15px 20px;
}
.tooltip2 {
  background: rgba(255, 255, 255, 0.7);
  color: #000;
}
.tooltip2.pc {
  width: 280px;
}