@charset "utf-8";
@font-face {
  font-family: "Pretendard-Regular";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff")
    format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --main-color: #fd0000; /* 메인(가격, 체크박스, 상품명, 달력 등) */
  --bottom-bg-color: #ececec; /* 하단 신청 배경 */
  --bottom-input-color: #d1d1d1; /* 하단 신청 입력, 달력 배경 */
  --bottom-label-color: #555; /* 하단 신청 텍스트 */
  --input-text-color: #555; /* 하단 신청 인풋 텍스트 */
  --btn-bg-color: #0566ed; /* 버튼 배경*/
  --btn-text-color: #fff; /* 버튼 텍스트 */
  --bg-color: #fff; /* 상품 리스트 배경 */
  --white-color: #fff;
  --text-color: #555;
}

/*상단 메인 비주얼*/
.top_visual {
  position: relative;
  background: url(../img/main.jpg) no-repeat;
  padding: 39% 0 12.5%;
}
.top_visual.gn {
  position: relative;
  background: url(../img/main_gn.jpg) no-repeat;
  padding: 39% 0 17.5%;
}
.top_visual .rolling_box img {
  width: 85%;
}
.top_visual .rolling_box .swiper-slide {
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top_visual .rolling_box .swiper-slide.swiper-slide-active {
  opacity: 1;
}

/*상품 리스트*/
.content {
  position: relative;
  padding-top: 0px;
  background: transparent;
}
.content.mo {
  padding-bottom: 300px;
}
.laser_cont_box {
  width: 100%;
  padding-top: 0;
}
.ppeum_wrap {
  margin-top: -3px;
  position: relative;
}
.ppeum_wrap .item {
  position: absolute;
}
.ppeum_wrap .item_01 {
  top: 0.2%;
  left: 0;
}
.ppeum_wrap .item_02 {
  top: 15.5%;
  right: 0;
}
.ppeum_wrap .item_03 {
  bottom: 21%;
  left: 0;
}
.mo .ppeum_wrap .item_03 {
  bottom: 20%;
}
.ppeum_wrap .item_04 {
  bottom: 2.3%;
  right: 0;
}
.mo .ppeum_wrap .item_04 {
  bottom: 1.5%;
}
.ppeum_box {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 140px;
  padding-bottom: 280px;
  /* background: var(--bg-color); */
  background-image: -moz-linear-gradient(
    90deg,
    rgb(33, 154, 248) 1%,
    rgb(11, 101, 237) 100%,
    rgb(167, 217, 255) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(33, 154, 248) 1%,
    rgb(11, 101, 237) 100%,
    rgb(167, 217, 255) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(33, 154, 248) 1%,
    rgb(11, 101, 237) 100%,
    rgb(167, 217, 255) 100%
  );
}
.ppeum_box.active {
  display: flex;
  justify-content: center;
}
.pc .ppeum_box {
  padding-bottom: 380px;
}
.ppeum_box .swiper-container.slide .swiper-slide {
  display: block;
  padding: 10px 0 80px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.ppeum_box .swiper-container.slide .swiper-slide.active {
  display: block;
}
.laser_tab_cont.active {
  float: none;
  margin-bottom: 0;
  /* background: transparent; */
  width: 940px;
  z-index: 1;
  padding: 0 20px;
}
.laser_tab_cont li {
  width: 100%;
  min-height: 290px;
  border-bottom: 0;
  padding: 39px 20px 39px 39px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #fff;
  border-bottom: 1px solid #222;
}
.laser_tab_cont li:last-child {
  border-bottom: 0;
}
.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: 45px;
  left: 0;
  width: 49px;
  height: 49px;
  margin-top: -28px;
  box-sizing: border-box;
  background: #ececec;
  border-radius: 5px;
  border: 1px solid #d4d4d4;
}
.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: 26px;
  left: 10px;
  width: 32px;
  height: 20px;
  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: 10px 0 0 64px;
  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.banner > div strong {
  font-size: 40px;
}
.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.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[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.ver2 > p {
  top: 127px;
}
.laser_tab_cont li.banner {
  min-height: initial;
  background-repeat: no-repeat;
  background-position: center left 27px;
  padding: 30px 0 50px 415px;
}

/* 상품 이름 */
.laser_tab_cont li .tit_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 5px;
  min-height: 75px;
}
.laser_tab_cont li .tit_wrap .tit {
  font-family: "Pretendard-Regular";
  display: inline-block;
  font-size: 43px;
  font-weight: 500;
  color: #050505;
  letter-spacing: -3px;
  line-height: 1.2;
  -webkit-text-stroke: 0.8px #050505;
}
.laser_tab_cont li .tit_wrap b,
.laser_tab_cont li .tit_wrap b span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #161616;
  line-height: 1.4;
  /*margin-top: 6px;*/
  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: 24px;
  padding-top: 0;
}
.laser_tab_cont li.banner .tit_wrap {
  min-height: 250px;
}

/* 상품 가격 */
.laser_tab_cont .price_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 36px;
  margin-top: 0;
  margin-right: 25px;
}
.laser_tab_cont .banner .price_wrap {
  margin-right: 50px;
}
.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 .banner .price_wrap {
  justify-content: space-between;
}

/*하단 신청 박스*/
.fb {
  background: var(--bottom-bg-color);
}

/*하단 신청 버튼*/
.proChkBtn {
  background: var(--btn-bg-color) !important;
  color: var(--btn-text-color) !important;
  /* background-image: -moz-linear-gradient(
    16deg,
    rgb(168, 53, 242) 0%,
    rgb(209, 43, 209) 50%,
    rgb(253, 32, 174) 100%
  ) !important;
  background-image: -webkit-linear-gradient(
    16deg,
    rgb(168, 53, 242) 0%,
    rgb(209, 43, 209) 50%,
    rgb(253, 32, 174) 100%
  ) !important;
  background-image: -ms-linear-gradient(
    16deg,
    rgb(168, 53, 242) 0%,
    rgb(209, 43, 209) 50%,
    rgb(253, 32, 174) 100%
  ) !important; */
}

/* 이벤트 신청 Form */
.fb.fixed .dbTitle {
  color: #333;
}
.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(--main-color);
}
#consult_wrapper .consult_inner form .submit_btn {
  background: var(--btn-bg-color) !important;
  color: var(--btn-text-color) !important;
  /* background-image: -moz-linear-gradient(
    16deg,
    rgb(168, 53, 242) 0%,
    rgb(209, 43, 209) 50%,
    rgb(253, 32, 174) 100%
  ) !important;
  background-image: -webkit-linear-gradient(
    16deg,
    rgb(168, 53, 242) 0%,
    rgb(209, 43, 209) 50%,
    rgb(253, 32, 174) 100%
  ) !important;
  background-image: -ms-linear-gradient(
    16deg,
    rgb(168, 53, 242) 0%,
    rgb(209, 43, 209) 50%,
    rgb(253, 32, 174) 100%
  ) !important; */
}
#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);
}