@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;
}

img {
  vertical-align: top;
}
button {
  cursor: pointer;
}
.content {
  position: relative;
  padding-top: 0px;
  padding-bottom: 238px;
  background: #ff3c5c;
}
.content.mo {
  padding-bottom: 490px;
}
.cont_box {
  width: 100%;
  padding-top: 0;
  background: transparent;
}
.top_visual {
  position: relative;
  /* background: url(../img/img_01.jpg) no-repeat; */
  /* padding: 100px 0 1490px; */
}
.blink {
  position: absolute;
  top: 7%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  margin: 0 auto;
  -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;
  }
}
@keyframes blink {
  0%,
  50% {
    opacity: 1;
  }
  60%,
  100% {
    opacity: 0;
  }
}
.glow-container {
  position: relative;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 38.5%;
  left: 59%;
}

.glow {
  width: 40px;
  height: 40px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.5) 60%,
    rgba(255, 255, 255, 0.8) 80%
  );
  border-radius: 50%;
  animation: glowEffect 1s infinite;
}
@keyframes glowEffect {
  0% {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.7),
      0 0 20px rgba(255, 255, 255, 0.5), 0 0 30px rgba(255, 255, 255, 0.4);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.9),
      0 0 70px rgba(255, 255, 255, 0.6), 0 0 90px rgba(255, 255, 255, 0.5);
    transform: scale(2);
  }
  100% {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.7),
      0 0 20px rgba(255, 255, 255, 0.5), 0 0 30px rgba(255, 255, 255, 0.4);
    transform: scale(1);
  }
}

.info {
  font-size: 26px;
  color: #ff9ca9;
  text-align: center;
  padding-bottom: 40px;
}

/* contents */
.ppeum_box {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: -300px auto 0;
  padding-bottom: 50px;
}
/*.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.active .tab_cont.active {
  width: 1003px;
  margin: 0 auto;
  display: block;
  background-color: #fff;
  /* border-radius: 28px; */
}
.ppeum_wrap {
    transform: translateY(-40px);
}
.tab_wrap.pc.sticky + .ppeum_wrap {
  margin-top: 90px;
}
.tab_wrap.mo.sticky + .ppeum_wrap {
  margin-top: 145px;
}
.tab_cont li {
  float: left;
  width: 491px;
  min-height: 1031px;
  padding: 35px;
  margin-bottom: 40px;
  box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}
.tab_cont li:nth-child(even) {
  margin-right: 21px;
}
.tab_cont li > div {
  position: relative;
  box-sizing: border-box;
  padding-left: 57px;
  margin: 590px 0 0;
}
.tab_cont li.banner {
  width: 100%;
  min-height: 1089px;
  border-bottom: 0;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  margin-bottom: 40px;
}
.tab_cont li.banner > div {
  width: 90%;
  margin-top: 706px;
  margin-left: 46px;
}
.tab02 .tab_cont li {
  /* float: unset; */
  /* width: 1003px; */
  width: 49%;
  min-height: 700px;
  /* border-bottom: 1px solid #e1e1e1; */
  margin: 0 auto 32px;
  padding: 380px 15px 30px 39px;
  background: #fff;
  border-radius: 28px;
}
.tab02 .tab_cont li:nth-child(odd) {
  margin-right: 20px;
}
.tab02 .tab_cont li h2 {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 36px;
  font-weight: 600;
  color: #111;
  width: 100%;
  text-align: center;
  letter-spacing: -2px;
}
/* .tab02 .tab_cont li:first-child {
    padding: 46px 35px 56px;
}
.tab02 .tab_cont li:last-child {
    padding: 36px 35px 56px;
} */
.tab02 .tab_cont li > div {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 16px 0 0;
}
.tab02 .tab_cont li:last-child {
  border-bottom: 0;
}

/* 체크박스 */
.tab_cont li .tit::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  width: 44px;
  height: 44px;
  box-sizing: border-box;
  background: #dadcde;
  border-radius: 5px;
}
.tab_cont li .tit::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 9px;
  width: 26px;
  height: 17px;
  -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;
}
.tab_cont li .tit::after {
  border-left: 7px solid #ff002a;
  border-bottom: 7px solid #ff002a;
}
.tab_cont li.selected .tit::after {
  opacity: 1;
}
.tab02 .tab_cont li .tit::before {
  background-color: #dadcde;
  top: 6px;
}

/* 상품 이름 */
.tab_cont li {
  position: relative;
}
.tab_cont li .tit_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 167px;
}
.tab_cont li .tit_wrap .tit {
  display: inline-block;
  font-size: 36px;
  font-weight: 500;
  color: #050505;
  letter-spacing: -3px;
  /* word-spacing: -4px; */
  line-height: 1.3;
  font-family: "Pretendard-Regular";
  -webkit-text-stroke: 0.5px #050505;
}
.tab02 .tab_cont li .tit_wrap .tit > span {
  font-size: 34px;
  color: #050505;
  font-weight: 500;
}
.tab_cont li .tit_wrap b {
  display: block;
  font-size: 28px;
  font-weight: 400;
  color: #111;
  line-height: 1.4;
  /* margin-top: 6px; */
  letter-spacing: -2px;
}
.tab02 .tab_cont li .tit_wrap b {
  color: #000;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -3px;
}
.tab02 .tab_cont li .tit_wrap span {
  color: #919191;
  font-size: 28px;
  font-weight: 400;
  margin-top: 6px;
}

/* 가격 ver02 */
.price_wrap.ver02 {
  display: flex;
  justify-content: flex-end;
  transform: translateX(-28px);
  margin-top: 8px;
}
.price_wrap.ver02 span {
  font-size: 40px;
  font-weight: 500;
  color: #ff002a;
  letter-spacing: -3px;
  position: relative;
  top: -8px;
}
.price_wrap.ver02 p {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 10px;
  position: relative;
}
.price_wrap.ver02 p em {
  font-family: "Roboto";
  position: relative;
  font-size: 31px;
  font-weight: 400;
  color: #cacaca;
  letter-spacing: -4px;
}
.price_wrap.ver02 p em::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background: #cacaca;
}
.price_wrap.ver02 p b {
  font-family: "Roboto";
  font-size: 55px;
  font-weight: 600;
  color: #ff002a;
  padding-left: 20px;
  letter-spacing: -4px;
  /* -webkit-text-stroke: 1px #ff002a; */
}

/* 하단 공지사항 */
.cont_box .noti {
  font-size: 30px;
  color: rgba(202, 202, 202, 0.6);
  background: transparent;
  padding-top: 75px;
  padding-bottom: 100px;
  line-height: 1.7;
  margin-top: 0;
}
.cont_box .noti li {
  display: inline-block;
  position: relative;
  font-size: 27px;
  color: #060000;
  letter-spacing: -2px;
  padding: 0 14px;
}
.cont_box .noti li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 29px;
  background: #060000;
}

/* 영상 */
/* .videoBox {
    position: absolute;
    width: 1000px;
    height: 563px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.videoBox video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
} */

/* 하단 영역 */
.bottom_inner {
  position: fixed;
  z-index: 25;
  background: #1a1a1a;
  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: #fff;
  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: #e52564;
  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;
  color: #e52564;
  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: #1a1a1a;
}
#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 .reserveAccordion .selectList .radioBox:hover label,
#consult_wrapper
  .reserveAccordion
  .selectList
  .radioBox
  input[type="radio"]:checked
  + label {
  color: #e70015;
}
#consult_wrapper.pc .formGroup .titles,
#consult_wrapper.pc .formGroup_radio span,
#consult_wrapper.pc .reserveRadioBox span {
  font-size: 34px;
  color: #fff;
  font-weight: 500;
}
#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: #fff;
  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,
#consult_wrapper .reserveAccordion.reserveDateWrapper .sectionTitle span,
#eventCalendar .ui-datepicker .ui-datepicker-title {
  color: #fff;
}
#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: #e52564;
  color: #fff;
}
#eventCalendar .ui-datepicker td a:not(.ui-state-active) {
  color: #e52564;
}

/* 신청완료_시간 */
#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: #e52564;
  border-color: #e52564;
}
#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;
}

/* 신청 완료 전 전송버튼 */
.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: #fff;
  /* background: #e70015; */
  background-image: -moz-linear-gradient(
    1deg,
    rgb(238, 39, 98) 0%,
    rgb(65, 8, 155) 100%
  ) !important;
  background-image: -webkit-linear-gradient(
    1deg,
    rgb(238, 39, 98) 0%,
    rgb(65, 8, 155) 100%
  ) !important;
  background-image: -ms-linear-gradient(
    1deg,
    rgb(238, 39, 98) 0%,
    rgb(65, 8, 155) 100%
  ) !important;
  background-repeat: no-repeat;
  background-position: center;
}
.pc .proChkBtn {
  font-size: 38px;
  height: 100px;
  background-size: auto;
  letter-spacing: -1px;
}

/* 신청완료 버튼 */
#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;
  /* background: #e70015 !important; */
  background-image: -moz-linear-gradient(
    1deg,
    rgb(238, 39, 98) 0%,
    rgb(65, 8, 155) 100%
  ) !important;
  background-image: -webkit-linear-gradient(
    1deg,
    rgb(238, 39, 98) 0%,
    rgb(65, 8, 155) 100%
  ) !important;
  background-image: -ms-linear-gradient(
    1deg,
    rgb(238, 39, 98) 0%,
    rgb(65, 8, 155) 100%
  ) !important;
  color: #fff !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;
  /* background: #e70015 !important; */
  background-image: -moz-linear-gradient(
    1deg,
    rgb(238, 39, 98) 0%,
    rgb(65, 8, 155) 100%
  ) !important;
  background-image: -webkit-linear-gradient(
    1deg,
    rgb(238, 39, 98) 0%,
    rgb(65, 8, 155) 100%
  ) !important;
  background-image: -ms-linear-gradient(
    1deg,
    rgb(238, 39, 98) 0%,
    rgb(65, 8, 155) 100%
  ) !important;
  color: #fff !important;
}

/* 화면접기 버튼 */
.formShowBtn {
  display: none;
}
.bottom_inner.fixed .formShowBtn {
  display: block;
  position: absolute;
  background: transparent;
  border: 0;
  top: 30px;
  right: 40px;
  color: #fff;
  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.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 #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: 890px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  box-sizing: border-box;
  font-size: 42px;
  font-weight: 400;
  color: #000;
  letter-spacing: -2px;
  line-height: 1.5;
}
.pop_info_cont p {
  font-size: 60px;
  font-weight: 400;
  color: #000;
  letter-spacing: -3px;
  line-height: 1.5;
  margin-top: 100px;
  margin-bottom: 90px;
}
.pop_info_cont p em {
  color: #ea4da4;
}
.pop_info_cont .ok-btn {
  width: 480px;
  height: 150px;
  background: #ea4da4;
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -6px;
  border: 0;
  border-radius: 75px;
  margin-top: 70px;
  outline: 0;
}
.pc .pop_info_cont {
  width: 600px;
  height: 650px;
  font-size: 30px;
}
.pc .pop_info_cont p {
  font-size: 40px;
  margin-top: 72px;
  margin-bottom: 50px;
}
.pc .pop_info_cont .ok-btn {
  width: 380px;
  height: 100px;
  font-size: 40px;
}

/* 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;
}
