@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");

:root {
  --main-color: #fd0000; /* 메인(가격, 체크박스, 상품명, 달력 등) */
  --bottom-bg-color: #000; /* 하단 신청 배경 */
  --bottom-input-color: #d1d1d1; /* 하단 신청 입력, 달력 배경 */
  --bottom-label-color: #fff; /* 하단 신청 텍스트 */
  --input-text-color: #555; /* 하단 신청 인풋 텍스트 */
  --btn-bg-color: #0019bc; /* 버튼 배경*/
  --btn-text-color: #fff; /* 버튼 텍스트 */
  --bg-color: #fff; /* 상품 리스트 배경 */
  --white-color: #fff;
  --text-color: #555;
}

/*상단 메인 비주얼*/
.top_visual {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #000940;
  padding-bottom: 20px;
}
.clock_box {
  position: absolute;
  top: 500px;
  left: 50%;
  transform: translateX(-50%);
}
.clock_box .light {
  position: absolute;
  top: -10px;
  left: 48px;
  opacity: 0;
  -webkit-animation: sparkleAnim 1.8s ease-out 1s infinite;
  -moz-animation: sparkleAnim 1.8s ease-out 1s infinite;
  animation: sparkleAnim 1.8s ease-out 1s infinite;
}
@-webkit-keyframes sparkleAnim {
  0% {
    opacity: 0;
    transform: scale(0.9);
    filter: blur(2px);
  }
  30% {
    opacity: 0.8;
    transform: scale(1.05);
    filter: blur(1px);
  }
  60% {
    opacity: 1;
    transform: scale(1.2);
    filter: blur(0px);
  }
  80% {
    opacity: 0.6;
    transform: scale(1.1);
    filter: blur(1px);
  }
  100% {
    opacity: 0;
    transform: scale(1);
    filter: blur(2px);
  }
}
@-moz-keyframes sparkleAnim {
  0% {
    opacity: 0;
    transform: scale(0.9);
    filter: blur(2px);
  }
  30% {
    opacity: 0.8;
    transform: scale(1.05);
    filter: blur(1px);
  }
  60% {
    opacity: 1;
    transform: scale(1.2);
    filter: blur(0px);
  }
  80% {
    opacity: 0.6;
    transform: scale(1.1);
    filter: blur(1px);
  }
  100% {
    opacity: 0;
    transform: scale(1);
    filter: blur(2px);
  }
}
@keyframes sparkleAnim {
  0% {
    opacity: 0;
    transform: scale(0.9);
    filter: blur(2px);
  }
  30% {
    opacity: 0.8;
    transform: scale(1.05);
    filter: blur(1px);
  }
  60% {
    opacity: 1;
    transform: scale(1.2);
    filter: blur(0px);
  }
  80% {
    opacity: 0.6;
    transform: scale(1.1);
    filter: blur(1px);
  }
  100% {
    opacity: 0;
    transform: scale(1);
    filter: blur(2px);
  }
}

.text_box_01 {
  position: absolute;
  left: -2%;
  top: 52%;
  background: #090e49;
  transform: rotate(352deg);
}
.text_box_02 {
  position: absolute;
  left: -2%;
  top: 86%;
  background: #0c0f21;
  transform: rotate(6deg);
}
.text_box {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.text_box img {
  height: 41px;
  will-change: transform;
  animation: marquee 8s linear infinite;
}
@keyframes marquee {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

/*상품 리스트*/
.content {
  position: relative;
  padding-top: 0px;
  background: transparent;
  overflow: hidden;
}
.content.mo {
  padding-bottom: 300px;
}
.laser_cont_box {
  width: 100%;
  padding-top: 0;
}
.ppeum_wrap {
  position: relative;
}
.ppeum_wrap .line {
  position: absolute;
}
.ppeum_wrap .line_01 {
  top: 8%;
}
.ppeum_wrap .line_02 {
  top: 28%;
}
.ppeum_wrap .line_03 {
  top: 40.2%;
}
.ppeum_wrap .line_04 {
  top: 54%;
}
.ppeum_wrap .line_05 {
  top: 73%;
}
.ppeum_wrap .line_06 {
  top: 92%;
}
.mo .ppeum_wrap .line_03 {
  top: 41.2%;
}
.mo .ppeum_wrap .line_05 {
  top: 74.5%;
}
.mo .ppeum_wrap .line_06 {
  top: 93.4%;
}
.ppeum_box {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: -3px auto 0;
  padding-top: 0px;
  padding-bottom: 280px;
  /* background: var(--bg-color); */
  background-image: -moz-linear-gradient(
    -90deg,
    rgb(2 9 64) 0%,
    rgb(3 12 73) 6%,
    rgb(17 30 142) 50%,
    rgb(4 11 76) 70%,
    rgb(11 24 118) 99%
  );
  background-image: -webkit-linear-gradient(
    -90deg,
    rgb(2 9 64) 0%,
    rgb(3 12 73) 6%,
    rgb(17 30 142) 50%,
    rgb(4 11 76) 70%,
    rgb(11 24 118) 99%
  );
  background-image: -ms-linear-gradient(
    -90deg,
    rgb(2 9 64) 0%,
    rgb(3 12 73) 6%,
    rgb(17 30 142) 50%,
    rgb(4 11 76) 70%,
    rgb(11 24 118) 99%
  );
}
.ppeum_box.active {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pc .ppeum_box {
  padding-bottom: 370px;
}
.ppeum_box h2 {
  height: 114px;
  border-radius: 68px;
  border: 2px solid #72ff00;
  margin-bottom: 50px;
  width: 82%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ppeum_box h2 strong {
  font-size: 55px;
  font-weight: 500;
  color: #72ff00;
  letter-spacing: -2px;
  text-align: center;
}
.ppeum_box h2 strong span {
  color: #fff;
  font-weight: 300;
}
.laser_tab_cont.active {
  float: none;
  margin-bottom: 0;
  background: transparent;
  width: 990px;
  z-index: 1;
  /* padding: 0 20px; */
  /* border-radius: 22px; */
  width: 89%;
}
.laser_tab_cont li {
  width: 100%;
  min-height: 290px;
  border-bottom: 0;
  padding: 0 20px 23px 36px;
  margin: 0 auto 20px;
  box-sizing: border-box;
  background-color: #fff;
  /* border-bottom: 1px solid #222; */
  border-radius: 22px;
}
/* .laser_tab_cont li:first-child {
  border-radius: 22px 22px 0 0;
  padding: 64px 20px 39px 39px;
}
.laser_tab_cont li:last-child {
  border-bottom: 0;
  border-radius: 0 0 22px 22px;
} */
.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: 55px;
  left: 0;
  width: 62px;
  height: 62px;
  margin-top: -28px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #111;
}
.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: 38px;
  left: 13px;
  width: 37px;
  height: 25px;
  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: 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 > div {
  position: relative;
  max-width: none;
  width: 100%;
  padding: 42px 0 0 443px;
  box-sizing: border-box;
}
.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 > 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 > div strong i {
  margin-left: 24px;
}
.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 > div strong b {
  font-size: 30px;
}
.laser_tab_cont li > div span {
  display: inline-block;
  position: relative;
  top: 11px;
  font-size: 32px;
  color: #050505;
  line-height: 1.3;
}
.laser_tab_cont li[class^="opt"] > p {
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.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: #000;
  display: inline-block;
  padding: 13px 34px;
  margin-right: 5px;
  border-radius: 30px;
}

/* 상품 이름 */
.laser_tab_cont li .tit_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 242px;
}
.laser_tab_cont li .tit_wrap .tit {
  font-family: "Pretendard";
  display: inline-block;
  font-size: 40px;
  font-weight: 500;
  color: #050505;
  letter-spacing: -3px;
  line-height: 1.2;
  -webkit-text-stroke: 0.2px #050505;
}
.laser_tab_cont li .tit_wrap b,
.laser_tab_cont li .tit_wrap b span {
  font-family: "Pretendard";
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #161616;
  line-height: 1.4;
  margin-top: 10px;
  letter-spacing: -2px;
}
.laser_tab_cont li .tit_wrap .tit b {
  color: #050505;
  -webkit-text-stroke: 0px;
}
.laser_tab_cont li .tit_wrap span {
  margin-left: 0;
  top: 0;
  font-size: 32px;
  padding-top: 0;
  font-weight: 400;
  display: inline-block;
  -webkit-text-stroke: 0.5px #050505;
}
.laser_tab_cont li .tit_wrap .underline {
  background: #72ff00;
  display: inline;
  font-size: inherit;
  padding: 0 8px 0 4px;
  font-weight: 500;
}

/* 상품 가격 */
.laser_tab_cont .price_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 18px;
  margin-top: 25px;
  margin-right: 25px;
}
.laser_tab_cont .price_wrap span {
  font-family: "Jost";
  font-size: 45px;
  font-weight: 400;
  color: var(--main-color);
  letter-spacing: -3px;
  position: relative;
  top: 14px;
}
.laser_tab_cont .price_wrap p {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 16px;
}
.laser_tab_cont .price_wrap p em {
  font-family: "Jost";
  position: relative;
  font-size: 28px;
  font-weight: 400;
  color: #cacaca;
  letter-spacing: -3px;
}
.laser_tab_cont .price_wrap p em::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background: #cacaca;
}
.laser_tab_cont .price_wrap p b {
  font-family: "Jost";
  font-size: 75px;
  font-weight: 600;
  color: var(--main-color);
  /*padding-left: 20px;*/
  letter-spacing: -5px;
  /* min-width: 270px; */
  text-align: right;
}
.laser_tab_cont .price_wrap p b i {
  font-family: "Jost";
  font-size: 30px;
  font-weight: 600;
  color: var(--main-color);
}

/*하단 신청 박스*/
.fb {
  background: var(--bottom-bg-color);
}

/*하단 신청 버튼*/
#consult_wrapper .consult_inner form .submit_btn,
.proChkBtn {
  background: var(--btn-bg-color) !important;
  color: var(--btn-text-color) !important;
  /* background-image: -moz-linear-gradient(
    16deg,
    rgb(180 105 255) 0%,
    rgb(158 86 248) 50%,
    rgb(126 54 241) 100%
  ) !important;
  background-image: -webkit-linear-gradient(
    16deg,
    rgb(180 105 255) 0%,
    rgb(158 86 248) 50%,
    rgb(126 54 241) 100%
  ) !important;
  background-image: -ms-linear-gradient(
    16deg,
    rgb(180 105 255) 0%,
    rgb(158 86 248) 50%,
    rgb(126 54 241) 100%
  ) !important; */
}

/* 이벤트 신청 Form */
.fb.fixed .dbTitle {
  color: var(--white-color);
}
.fb.fixed .formShowBtn {
  color: #555;
}
.fb.fixed .formShowBtn::after {
  background: url(/include/common/img/ico_arrow_bk.png) no-repeat 100% 50%;
}
#consult_wrapper {
  background: var(--bottom-bg-color);
}
#consult_wrapper .checkbox input[type="checkbox"]:checked + label:before {
  background: var(--main-color);
  border-color: var(--main-color);
}
#consult_wrapper .formGroup.selectBox select {
  background: var(--bottom-input-color)
    url(/include/common/img/ico_arrow_bk.png) no-repeat 96% 50%;
  /*border: 1px solid #cdcdcd !important;*/
  color: var(--input-text-color) !important;
}
#consult_wrapper .formGroup input[type="text"],
#consult_wrapper .formGroup input[type="number"] {
  background: var(--bottom-input-color);
  color: var(--input-text-color) !important;
}
#consult_wrapper .reserveAccordion .selectList .radioBox:hover label,
#consult_wrapper
  .reserveAccordion
  .selectList
  .radioBox
  input[type="radio"]:checked
  + label {
  color: var(--main-color);
}
#eventCalendar {
  background: var(--bottom-input-color);
}
#eventCalendar .ui-widget.ui-widget-content {
  background: var(--bottom-input-color) !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 {
  color: #555;
}
#eventCalendar .ui-datepicker td a.ui-state-highlight::after,
#eventCalendar .ui-datepicker td.ui-datepicker-today .ui-state-default::after {
  color: var(--main-color);
}
#consult_wrapper .reserveAccordion.reserveDateWrapper .sectionTitle span {
  color: var(--bottom-label-color) !important;
}
#consult_wrapper .agree label,
#consult_wrapper .agree a,
#consult_wrapper .smspush label {
  color: var(--bottom-label-color) !important;
}
#consult_wrapper .formGroup.selectOpt {
  color: var(--white-color);
}
#consult_wrapper .formGroup .titles {
  color: var(--bottom-label-color);
}
#eventCalendar .ui-state-active,
#eventCalendar .ui-widget-content .ui-state-active,
#eventCalendar .ui-widget-header .ui-state-active,
#eventCalendar a.ui-button:active,
#eventCalendar .ui-button:active,
#eventCalendar .ui-button.ui-state-active:hover {
  background: var(--main-color);
  color: #fff !important;
}
#eventCalendar .ui-state-disabled span {
  color: #bbb !important;
}
#consult_wrapper .checkbox label:before {
  border: 2px solid var(--bottom-input-color);
  background: var(--bottom-input-color);
}
#consult_wrapper .checkbox input[type="checkbox"]:checked + label:after {
  border-left: 5px solid var(--white-color);
  border-bottom: 5px solid var(--white-color);
}

/* 시간 */
#consult_wrapper .reserveAccordion .sectionTitle span em {
  background: var(--bottom-input-color);
}
