@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;
}
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

img {
  vertical-align: top;
}
.content {
  position: relative;
  padding-top: 0px;
  padding-bottom: 250px;
  background: transparent;
}
.content.mo {
  padding-bottom: 455px;
}
.laser_cont_box {
  width: 100%;
  padding-top: 0;
}
.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;
}
.top_visual {
  position: relative;
}
.text_ani {
  position: absolute;
  bottom: 16%;
  right: 43%;
  transform: rotate(354.6deg);
}
.text_ani p {
  color: #ff51cc;
  font-size: 200px;
  font-weight: 700;
  font-family: "GmarketSansMedium";
  letter-spacing: -10px;
  width: max-content;
}
.text_ani p span {
  font-size: 78px;
}
.shine {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 12px;
  color: #fff;
  background: linear-gradient(to right, #ff51cc 0, #fff 10%, #ff51cc 20%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
}
@-moz-keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 500px;
  }
  100% {
    background-position: 620px;
  }
}
@-webkit-keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 500px;
  }
  100% {
    background-position: 620px;
  }
}
@-o-keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 500px;
  }
  100% {
    background-position: 620px;
  }
}
@keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 500px;
  }
  100% {
    background-position: 620px;
  }
}
.info {
  font-size: 25px;
  color: #909090;
  text-align: center;
  margin-top: 38px;
}
.optTab {
  position: relative;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  width: 1080px;
  text-align: center;
  box-sizing: border-box;
  font-family: "GmarketSansMedium";
  background-color: #fff;
  display: flex;
}
.optTab.sticky {
  position: fixed;
  top: 0;
  z-index: 25;
  left: 50%;
  transform: translateX(-50%);
}
.optTab li {
  /* float: left; */
  position: relative;
  vertical-align: top;
  width: 50%;
  height: 145px;
  background: #fff;
  outline: 0;
  cursor: pointer;
  box-sizing: border-box;
  margin: 0;
  border-right: 1px solid #ff51cc;
  border-top: 1px solid #ff51cc;
  border-bottom: 1px solid #ff51cc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.optTab li:nth-child(1),
.optTab li:nth-child(5) {
  border-left: 1px solid #ff51cc;
}
.optTab li span {
  display: table-cell;
  line-height: 1.2;
  font-family: "GmarketSansMedium";
  font-size: 44px;
  font-weight: 500;
  letter-spacing: -2px;
  color: #7b7b7b;
  vertical-align: middle;
  text-align: center;
  margin-top: 7px;
  /* -webkit-text-stroke: 1px #7b7b7b; */
}
.optTab li span b {
  font-weight: 500;
}
.optTab li.active,
.optTab li:hover {
  background-color: #ffe2f6;
  /* border: 1px solid #ff51cc; */
}
.optTab li.active span,
.optTab li:hover span {
  color: #ff51cc;
  font-weight: 500;
  -webkit-text-stroke: 2px #ff51cc;
}
.optTab.pc.sticky + .ppeum_box.type02.active {
  margin-top: 110px;
  padding-top: 90px;
}
.optTab.mo.sticky + .ppeum_box.type02.active {
  margin-top: 145px;
  padding-top: 90px;
}
.ppeum_box {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 90px 0 138px;
  max-width: 1080px;
  /* border-left: 1px solid #000;
	border-right: 1px solid #000; */
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
}
/*.ppeum_box.soldout::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2257px;
    background: url(../img/soldout.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    z-index: 2;
}*/
.ppeum_box .swiper-container.slide {
  width: 960px;
  margin: 0 auto;
  /*padding: 90px 0;*/
}
.ppeum_box .swiper-container.slide .swiper-slide {
  display: block;
  /* padding-top: 70px; */
}
.ppeum_box .swiper-container.slide .swiper-slide.active {
  display: block;
}
.text_box .swiper-slide {
  width: auto;
}
.laser_tab_cont.active {
  float: none;
  margin-bottom: 0;
  background: transparent;
  /* border-radius: 28px; */
}
.laser_tab_cont li {
  float: left;
  width: 49%;
  min-height: 767px;
  /* border-left: 1px solid #ff0000;
  border-right: 1px solid #ff0000;
  border-bottom: 1px solid #ff0000; */
  border-bottom: 0;
  padding: 8px 44px 38px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #fff;
  /*margin-bottom: 10px;*/
}
.laser_tab_cont li:not(.banner) {
  margin-bottom: 19px;
}
.laser_tab_cont li:nth-child(even) {
  margin-right: 19px;
}
.laser_tab_cont li.banner {
  border: 0;
  margin-bottom: 20px;
  width: 100%;
  min-height: 210px;
}
.laser_tab_cont li:first-child {
  /* padding: 60px 44px 53px */
}
.laser_tab_cont li:nth-child(2) {
  /* padding: 60px 44px 53px */
}
.laser_tab_cont li::before,
.laser_tab_cont li::after {
  width: 0;
  height: 0;
  border: 0;
}
.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 .tit::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 0px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  background: #dadcde;
  border-radius: 5px;
}
.laser_tab_cont li .tit_wrap::after {
  content: "";
  position: absolute;
  top: 32px;
  left: 9px;
  width: 32px;
  height: 20px;
  border-left: 7px solid #ff0000;
  border-bottom: 7px solid #ff0000;
  -webkit-transform: scale(1) rotate(-48deg);
  -moz-transform: scale(1) rotate(-48deg);
  transform: scale(1) rotate(-48deg);
  /* background: #fb6ddc; */
  border-radius: 0;
  -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.selected div::after {
  opacity: 1;
}
.laser_tab_cont li span {
  display: block;
  font-size: 30px;
  font-weight: 400;
  color: #ff687b;
  margin-left: 0px;
  padding-top: 18px;
  clear: both;
}
.laser_tab_cont li > div {
  position: relative;
  max-width: none;
  width: 100%;
  padding: 18px 0 0 62px;
  box-sizing: border-box;
}
.laser_tab_cont li.banner > div {
  float: right;
  width: 450px;
  margin-top: 6px;
  gap: 38px;
  padding: 11px 0 0 70px;
}
.laser_tab_cont li > div em {
  position: relative;
  top: -8px;
  display: inline-block;
  font-family: "Roboto";
  font-size: 36px;
  font-weight: 500;
  color: #cacaca;
  letter-spacing: -2px;
  padding-right: 3px;
}
.laser_tab_cont li.banner > div em {
  top: 15px;
}
.laser_tab_cont li > div em::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background: #cacaca;
}
.laser_tab_cont li > div strong {
  display: inline-block;
  font-size: 51px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -4px;
  line-height: 1.4;
  margin-left: 0;
}
.laser_tab_cont li.banner > div strong {
  font-size: 40px;
}
.laser_tab_cont li > div strong i {
  font-size: 33px;
}
.laser_tab_cont li.etc > div strong {
  font-size: 30px;
  color: #f00404;
}
.laser_tab_cont li > div > b {
  display: block;
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  margin-top: 6px;
  letter-spacing: -2px;
}
.laser_tab_cont li.banner > div > b,
.laser_tab_cont li > div strong b {
  font-size: 30px;
}
.laser_tab_cont li > div span {
  display: inline-block;
  position: relative;
  top: 11px;
  font-size: 30px;
  color: #777;
  line-height: 1.5;
}
.laser_tab_cont li.banner > div span {
  top: 16px;
}
.laser_tab_cont li > div p {
  margin-top: 61px;
  text-align: right;
}
.laser_tab_cont li.banner > div p {
  margin-top: 20px;
  text-align: left;
  gap: 0;
}

.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;
  padding-left: 0;
  color: #fff;
  padding: 0 0 0 30px;
}
.laser_tab_cont li.banner > div p b {
  font-family: "Jost";
  font-size: 80px;
  padding: 0;
  display: block;
}
.laser_tab_cont li > p {
  float: left;
  position: absolute;
  right: 78px;
  top: 80px;
  margin-top: 0;
  width: 100%;
}
.laser_tab_cont li > p b {
  display: inline-block;
  font-family: "Roboto";
  font-size: 69px;
  font-weight: 600;
  background: transparent;
  padding: 0;
  margin-bottom: 0;
  color: #fff;
  letter-spacing: -2px;
}
.laser_tab_cont li > p em {
  display: inline-block;
  font-size: 39px;
  font-weight: 400;
  color: #555;
  position: relative;
  width: auto;
  padding-right: 4px;
  font-family: "Roboto";
  letter-spacing: -2px;
  margin-right: -2px;
  margin-left: 16px;
  top: -6px;
  margin-top: 16px;
}
.laser_tab_cont li > p em::before {
  background: #555;
}
.laser_tab_cont li > b {
  display: block;
  font-size: 30px;
  font-weight: 400;
  color: #eee;
  line-height: 1.5;
  margin-left: 86px;
  padding-top: 9px;
  clear: both;
}
.laser_tab_cont li label {
  background: #98c7fa;
  font-size: 30px;
  font-weight: 400;
  color: #111;
  display: inline-block;
  padding: 13px 34px;
  margin-right: 5px;
  border-radius: 30px;
}
.laser_tab_cont li label.pink {
  background: #ff82f4;
}
.laser_tab_cont li.ver2 > p {
  top: 127px;
}
.event02 .laser_tab_cont li > p em {
  margin-bottom: 6px;
}
.event02 .laser_tab_cont li strong span {
  position: relative;
  top: -1px;
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  margin-left: 7px;
  display: inline-block;
}
.event_request {
  display: none;
  position: fixed;
  left: 50%;
  bottom: 65px;
  margin-left: -330px;
  width: 660px;
  height: 120px;
  border: 0;
  background: #f53838;
  font-size: 46px;
  font-weight: 500;
  letter-spacing: -3px;
  color: #fff;
  z-index: 20;
  border-radius: 80px;
  font-family: "Noto Sans KR";
}
.pc .event_request {
  height: 90px;
  font-size: 36px;
  letter-spacing: -4px;
}
.laser_cont_box .noti {
  font-size: 27px;
  color: #131313;
  background: transparent;
  padding-top: 75px;
  padding-bottom: 100px;
  line-height: 1.7;
  margin-top: 0;
}
.laser_cont_box .noti li {
  display: inline-block;
  position: relative;
  font-size: 27px;
  color: #060000;
  letter-spacing: -2px;
  padding: 0 14px;
}
.laser_cont_box .noti li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 29px;
  background: #060000;
}
.event02 .noti {
  color: rgba(21, 20, 20, 0.6);
  margin-left: 0;
  margin-top: 60px;
  text-align: center;
  line-height: 1.3;
}

#consult_wrapper .formGroup.selectOpt,
#consult_wrapper label.error {
  color: #dc0000;
}
#consult_wrapper .checkbox input[type="checkbox"]:checked + label:before {
  background: #dc0000;
  border-color: #dc0000;
  top: 0;
}
#consult_wrapper .consult_inner form .submit_btn {
  background: #dc0000 !important;
  margin-left: 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 #cdcdcd !important;
  color: #555 !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;
}

.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: #111;
  letter-spacing: -2px;
  line-height: 1.5;
}
.pop_info_cont p {
  font-size: 60px;
  font-weight: 400;
  color: #111;
  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;
}

.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: #111;
}
.tooltip2.pc {
  width: 280px;
}

.content.benefit .laser_cont_box,
.ppeum_box.active .laser_tab_cont {
  display: block;
  z-index: 21;
}
.ppeum_box.active .laser_tab_cont {
  /* background: #fff; */
  display: none;
}
.ppeum_box.active .laser_tab_cont.active {
  display: block;
}

#consult_wrapper {
  display: block;
  position: relative;
  width: 1080px;
  height: auto;
  z-index: 21;
  margin: 0 auto;
  padding-bottom: 0;
  background: #fff;
}
#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.mo .consult_inner {
  width: auto;
  height: auto;
  max-height: unset;
  margin: 0 55px;
  padding-bottom: 20px;
}
.fb.fixed #consult_wrapper.mo .consult_inner {
  padding-bottom: 100px;
}
.laser_cont_box {
  /* background: #303030; */
  /*padding-bottom: 170px;*/
}
#consult_wrapper .consult_inner .form_wrapper {
  height: auto;
  margin-top: 15px;
}
#consult_wrapper.pc .consult_inner {
  width: 970px;
  height: auto;
  padding: 0 0;
}
#consult_wrapper.pc .consult_inner .form_wrapper {
  margin-top: 24px;
}
#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 .consult_inner .formGroup select * {
  color: #202020;
}
#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: #555 !important;
  padding: 15px 30px !important;
  box-sizing: border-box !important;
  border: 0 !important;
  border-bottom: 1px solid #e5e5e5 !important;
  outline: 0;
  background: #f3f3f3;
}
#consult_wrapper .reserveAccordion .selectList .radioBox:hover label,
#consult_wrapper
  .reserveAccordion
  .selectList
  .radioBox
  input[type="radio"]:checked
  + label {
  color: #f10300;
}
.ver3 #consult_wrapper .reserveAccordion .selectList .radioBox:hover label,
.ver3
  #consult_wrapper
  .reserveAccordion
  .selectList
  .radioBox
  input[type="radio"]:checked
  + label {
  color: #f10300;
}
#consult_wrapper.pc .formGroup .titles,
#consult_wrapper.pc .formGroup_radio span,
#consult_wrapper.pc .reserveRadioBox span {
  font-size: 34px;
  color: #333;
  font-weight: 400;
}
#consult_wrapper.pc .formGroup .titles {
  color: #000 !important;
  font-weight: 500;
}
#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;
}
#consult_wrapper .formGroup.w50 {
  float: left;
  width: calc(50% - 10px);
  margin-bottom: 50px;
}
#consult_wrapper .formGroup.w50 + .w50 {
  margin-left: 20px;
}
#eventCalendar .ui-widget.ui-widget-content {
  border: 0;
  width: 100%;
  padding: 0;
  background: #f3f3f3 !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: #555;
}
#eventCalendar .ui-datepicker td a.ui-state-highlight::after,
#eventCalendar .ui-datepicker td.ui-datepicker-today .ui-state-default::after {
  color: #555;
}
#eventCalendar .ui-state-disabled,
#eventCalendar .ui-widget-content .ui-state-disabled,
#eventCalendar .ui-widget-header .ui-state-disabled {
  opacity: 0.8;
  filter: Alpha(Opacity=30);
}
#eventCalendar .ui-datepicker th {
  color: #555;
}
#eventCalendar .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  color: #555;
}
#consult_wrapper .reserveAccordion.reserveDateWrapper .sectionTitle span,
#eventCalendar .ui-datepicker .ui-datepicker-title {
  color: #000;
}
#eventCalendar {
  padding-top: 40px;
  background: #f3f3f3;
  padding-bottom: 30px;
  margin-top: 20px;
}
#consult_wrapper .consult_inner form .submit_btn {
  position: fixed !important;
}
#consult_wrapper .formGroup.selectOpt,
#consult_wrapper label.error {
  color: #f53838;
}
#consult_wrapper .formGroup.selectOpt {
  color: #f10300;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.3;
  margin-bottom: -25px;
}
#consult_wrapper .formGroup.selectOpt em {
  font-size: 42px;
  font-weight: 600;
  color: #fb6ddc;
  line-height: 1.8;
}
#consult_wrapper .consult_inner form .submit_btn {
  background: #ff70d5 !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 1080px !important;
  height: 159px !important;
  border-radius: 0 !important;
  margin: 22px auto 0 !important;
  left: 0 !important;
  right: 0 !important;
  display: block;
  font-size: 45px !important;
  font-weight: 600 !important;
  letter-spacing: -5px !important;
  color: #fff !important;
}

.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: 45px;
  font-weight: 600;
  letter-spacing: -5px;
  color: #fff;
  background: #ff70d5;
  background-repeat: no-repeat;
  background-position: center;
}

#consult_wrapper .checkbox input[type="checkbox"]:checked + label:before {
  background: #f10300;
  border-color: #f10300;
  top: 0;
}
#consult_wrapper .formGroup .titles,
#consult_wrapper .formGroup_radio span {
  color: #000;
  font-weight: 500;
  margin-bottom: 14px;
}
#consult_wrapper .empty {
  height: 0;
}
#consult_wrapper .reserveAccordion .sectionTitle span em.on {
  color: #555;
}
#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: #f10300;
  color: #fff;
}

#consult_wrapper .checkbox label:before {
  /*border: 2px solid #404040;*/
  background: #f3f3f3;
  border: transparent;
}
#consult_wrapper.pc .checkbox input[type="checkbox"]:checked + label:after {
  top: 7px;
  left: 5px;
  width: 20px;
  height: 9px;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
}
#consult_wrapper.mo .checkbox label:before {
  top: 3px;
  /*border: 2px solid #404040;*/
  border: transparent;
  background: #f3f3f3;
}
#consult_wrapper.mo .checkbox input[type="checkbox"]:checked + label:after {
  top: 9px;
  left: 9px;
  width: 26px;
  height: 12px;
}
.contInner {
  margin: 0 auto;
  overflow: hidden;
}

.fb {
  position: fixed;
  z-index: 25;
  background: #fff;
  /* padding-top: 108px; */
  /* padding-top: 10px; */
  padding-bottom: 175px;
  bottom: 0;
  width: 1080px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.fb.fixed {
  height: 100vh;
  overflow-y: auto;
  padding-bottom: 70px;
  box-sizing: border-box;
}
.mo .fb.fixed {
  padding-bottom: 150px;
}
.chkCover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 25;
}
.chkCover .innerTop {
  width: 970px;
  height: calc(100% - 249px);
  margin: 46px auto 0;
}
.pc .chkCover .innerTop {
  height: calc(100% - 141px);
  margin: 22px auto 0;
}
.chkCover .innerBottom {
  width: 100%;
  height: 160px;
  margin: 0 auto 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.pc .chkCover .innerBottom {
  height: 100px;
}
.reserveDateWrapper {
  display: none;
}
#consult_wrapper .consult_inner form .mobileVer {
  overflow: hidden;
  display: block;
  width: 100%;
}
#consult_wrapper .checkbox {
  float: left;
  width: calc(52% - 4px);
}
#consult_wrapper .checkbox + .checkbox {
  width: calc(46% - 4px);
  margin-top: 26px;
}
.pc #consult_wrapper .checkbox + .checkbox {
  margin-top: 10px;
}
#consult_wrapper .agree {
  margin-top: 50px;
}
#consult_wrapper.pc .agree {
  margin-top: 34px;
}
#consult_wrapper.mo .agree label,
#consult_wrapper.mo .agree a,
#consult_wrapper.mo .smspush label {
  font-size: 32px;
}
#consult_wrapper #username-error.error {
  clear: both;
  display: block;
}
.dbTitle {
  display: none;
  margin: 100px auto 50px;
}
.fb.fixed .dbTitle {
  display: block;
  font-size: 32px;
  color: #f10300;
  text-align: center;
  font-family: "Noto Sans KR";
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -2px;
}
.fb.fixed .dbTitle em {
  display: block;
  color: #f10300;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -6px;
  margin-bottom: 15px;
}
.fb.fixed #consult_wrapper .consult_inner form .mobileVer {
  margin-top: 36px;
}
.fb.fixed #consult_wrapper .consult_inner form .submit_btn {
  margin: 80px auto 0 !important;
}

#consult_wrapper .formGroup.selectOpt,
#consult_wrapper .formGroup.selectBox {
  display: none !important;
}
.fb.fixed #consult_wrapper .formGroup.selectOpt,
.fb.fixed #consult_wrapper .formGroup.selectBox {
  display: block !important;
}
.formShowBtn {
  display: none;
}
.fb.fixed .formShowBtn {
  display: block;
  position: absolute;
  background: transparent;
  border: 0;
  top: 30px;
  right: 40px;
  color: #bebebe;
  font-size: 32px;
  font-family: "Noto Sans KR";
  font-weight: 500;
  letter-spacing: -1px;
  width: 200px;
  height: 50px;
  text-align: left;
  cursor: pointer;
}
.fb.fixed .formShowBtn::after {
  content: "";
  background: transparent url(../../img/event_arrow02.png) no-repeat 100% 50%;
  display: block;
  width: 24px;
  height: 80px;
  position: absolute;
  right: -29px;
  top: -17px;
  background-size: contain;
  padding: 0 27px !important;
}
#consult_wrapper.pc label#select-error {
  margin-bottom: 24px;
}
.reserveDateContainer {
  clear: both;
}

/* 신청완료_시간 */
#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: -32px;
}
#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.pc .formGroup .titles,
#consult_wrapper.pc .formGroup_radio span,
#consult_wrapper.pc .reserveRadioBox span {
  color: #fff;
}

/* PC 커스텀 */
.optTab.pc li {
  height: 110px;
}
.pc .fb:not(.fixed) {
  padding-bottom: 100px;
}
.fb.fixed #consult_wrapper.pc .consult_inner {
  padding-bottom: 150px;
}
.fb:not(.fixed) #consult_wrapper.pc .consult_inner form {
  margin-top: 0px;
}
.fb:not(.fixed) #consult_wrapper.pc .formGroup.w50 {
  margin-bottom: 17px;
}
.fb:not(.fixed) #consult_wrapper.pc .checkbox label {
  padding-left: 40px;
}
.fb:not(.fixed) #consult_wrapper.pc .formGroup input[type="text"],
.fb:not(.fixed) #consult_wrapper.pc .formGroup input[type="number"],
.fb:not(.fixed) #consult_wrapper.pc .formGroup select {
  font-size: 17px !important;
  height: 50px !important;
  background: #dadcde;
}
.fb:not(.fixed) #consult_wrapper.pc .agree label,
.fb:not(.fixed) #consult_wrapper.pc .agree a,
.fb:not(.fixed) #consult_wrapper.pc .smspush label {
  font-size: 17px;
  color: #000;
}
.fb:not(.fixed) #consult_wrapper.pc .agree {
  line-height: 25px;
  margin-top: 30px;
}
.fb:not(.fixed) #consult_wrapper.pc .checkbox label:before {
  top: 0;
  width: 25px;
  height: 25px;
  border: transparent;
  background: #dadcde;
}
#consult_wrapper.pc .checkbox label:before {
  top: 0;
}
.fb: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;
}
.pc .proChkBtn {
  font-size: 33px;
  height: 100px;
  background-size: auto;
  letter-spacing: -1px;
}
.fb:not(.fixed) #consult_wrapper.pc .consult_inner form .submit_btn {
  font-size: 33px !important;
  height: 100px !important;
  letter-spacing: -1px !important;
  background-size: auto;
}

/* 상품 이름 */
.laser_tab_cont li > div {
  display: flex;
  /* align-items: flex-start; */
  justify-content: space-between;
  flex-direction: column;
  margin: 16px 0 0;
  gap: 18px;
}
.laser_tab_cont li:not(.banner) > div {
  gap: 6px;
}
.laser_tab_cont li .tit_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 5px;
  min-height: 200px;
}
.laser_tab_cont li.banner .tit_wrap {
  min-height: 0;
}
.laser_tab_cont li .tit_wrap .tit {
  display: inline-block;
  font-size: 34px;
  font-weight: 500;
  color: #020000;
  letter-spacing: -3px;
  line-height: 1.3;
}
.laser_tab_cont li.banner .tit_wrap .tit {
  font-size: 40px;
}
.laser_tab_cont li .tit_wrap b,
.laser_tab_cont li .tit_wrap b span {
  display: block;
  font-size: 28px;
  font-weight: 400;
  color: #020000;
  line-height: 1.4;
  margin-top: 6px;
  letter-spacing: -2px;
}
.laser_tab_cont li .tit_wrap .tit b {
  color: #050505;
  display: inline-block;
}
.laser_tab_cont li .tit_wrap span {
  margin-left: 0;
  top: 0;
  font-size: 28px;
  padding-top: 0;
  letter-spacing: -2px;
}

/* 가격 ver02 */
.price_wrap.ver02 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin-top: -10px;
  gap: 18px;
  transform: translateX(-16px);
}
.price_wrap.ver02 span {
  font-size: 35px;
  font-weight: 500;
  color: #ff0000;
  letter-spacing: -3px;
  position: relative;
  top: 12px;
  font-family: "Jost", serif;
}
.price_wrap.ver02 p {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 14px;
  margin-top: 24px;
}
.price_wrap.ver02 p em {
  font-family: "Jost", serif;
  position: relative;
  font-size: 28px;
  font-weight: 400;
  color: #919191;
  letter-spacing: -3px;
}
.price_wrap.ver02 p em::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background: #919191;
}
.price_wrap.ver02 p b {
  font-family: "Jost", serif;
  font-size: 60px;
  font-weight: 600;
  padding-left: 0px;
  letter-spacing: -4px;
  /* padding: 10px 14px; */
  /* background-color: #ff0000; */
  color: #ff0000;
  -webkit-text-stroke: 1px #ff0000;
}
