@charset "UTF-8";
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full, .popup.popup-list .list-view .consulting-reserve .info-area, .grid {
  *zoom: 1;
}
.promotion .wrap::before,
.promotion .wrap-full::before,
.product-eco .wrap::before,
.product-eco .wrap-full::before,
.fullservice .wrap::before,
.fullservice .wrap-full::before, .popup.popup-list .list-view .consulting-reserve .info-area::before, .grid::before, .promotion .wrap::after,
.promotion .wrap-full::after,
.product-eco .wrap::after,
.product-eco .wrap-full::after,
.fullservice .wrap::after,
.fullservice .wrap-full::after, .popup.popup-list .list-view .consulting-reserve .info-area::after, .grid::after {
  content: "";
  display: table;
}
.promotion .wrap::after,
.promotion .wrap-full::after,
.product-eco .wrap::after,
.product-eco .wrap-full::after,
.fullservice .wrap::after,
.fullservice .wrap-full::after, .popup.popup-list .list-view .consulting-reserve .info-area::after, .grid::after {
  clear: both;
}

.hidden,
.sr_only,
.sr-only,
.popup-close span {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}

.grid {
  position: relative;
  box-sizing: border-box;
}
.grid .col {
  position: relative;
  float: left;
  box-sizing: border-box;
}

.table {
  display: table;
}
.table .table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.promotion .sector-frame .custom-box .slick-dots, .promotion .sector-frame .review-box .slick-dots {
  font-size: 0;
}
.promotion .sector-frame .custom-box .slick-dots li, .promotion .sector-frame .review-box .slick-dots li {
  display: inline-block;
}
.promotion .sector-frame .custom-box .slick-dots button, .promotion .sector-frame .review-box .slick-dots button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: 0;
  background: none;
}

.promotion .wide,
.product-eco .wide,
.fullservice .wide {
  position: relative;
  left: 50%;
  display: block;
  transform: translateX(-50%);
}

.effect-bounce-diagonal {
  animation-name: effectBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}

.effect-bounce-updown {
  animation-name: effectBounceUpDown;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBounceUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.effect-extend {
  animation-name: effectExtend;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectExtend {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
}

.effect-blink {
  animation-name: effectBlink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
  animation-direction: normal;
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.dimmed {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.7);
}

.popup {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 300;
  display: none;
  width: 100%;
  max-width: 720px;
  text-align: left;
  letter-spacing: -1px;
  background-color: #fff;
  box-sizing: border-box;
  transform: translateX(-50%);
}
.popup * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
@media screen and (min-width: 720px) {
  .popup {
    width: 900px;
  }
}
.popup-body {
  padding: 1.25rem;
  max-height: 18.75rem;
  overflow-y: auto;
}
@media screen and (min-width: 720px) {
  .popup-body {
    padding: 40px;
  }
}
@media screen and (min-width: 720px) {
  .popup-body {
    max-height: 600px;
  }
}
.popup-head {
  padding: 32px 20px;
  font-size: 30px;
  font-weight: 600;
  color: #000;
  background-color: #ececec;
}
.popup-desc {
  padding: 20px;
}
.popup-desc li {
  padding: 10px 0;
  line-height: 1.2;
  font-size: 20px;
  color: #000;
  border-bottom: 1px solid #ccc;
}
.popup-close {
  position: absolute;
  top: -40px;
  right: 0;
  background-color: #000;
  cursor: pointer;
}
.popup-close {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 10px;
  cursor: pointer;
}
.popup-close::before, .popup-close::after {
  content: "";
  display: block;
  width: 140%;
  height: 2px;
  background: #fff;
}
.popup-close::before {
  margin-top: -0.5px;
  margin-left: 1px;
  transform: rotate(45deg);
  transform-origin: 0 0;
}
.popup-close::after {
  margin-left: -41%;
  margin-top: -2px;
  transform: rotate(-45deg);
  transform-origin: 100% 0;
}
.popup-close-layer {
  position: absolute;
  top: 0;
  right: 0;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  cursor: pointer;
}
@media screen and (min-width: 720px) {
  .popup-close-layer {
    width: 60px;
  }
}
@media screen and (min-width: 720px) {
  .popup-close-layer {
    height: 60px;
  }
}
.popup-close-layer::before, .popup-close-layer::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 1px;
  margin-left: -15px;
  background-color: #333;
}
.popup-close-layer::before {
  transform: rotate(45deg);
}
.popup-close-layer::after {
  transform: rotate(315deg);
}
.popup-close-layer span {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}
.popup.popup-reserve {
  max-width: 594px;
}
.popup.popup-reserve .list-view {
  height: auto !important;
  padding: 7% 5% !important;
  overflow-y: hidden !important;
}
@media screen and (min-width: 720px) {
  .popup.popup-reserve .list-view {
    height: auto !important;
    overflow-y: hidden !important;
  }
}
.popup.popup-reserve .popup-close {
  top: 0;
  background-color: #333;
}
.popup.popup-reserve .popup-close {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 10px;
  cursor: pointer;
}
.popup.popup-reserve .popup-close::before, .popup.popup-reserve .popup-close::after {
  content: "";
  display: block;
  width: 140%;
  height: 2px;
  background: #fff;
}
.popup.popup-reserve .popup-close::before {
  margin-top: -0.5px;
  margin-left: 1px;
  transform: rotate(45deg);
  transform-origin: 0 0;
}
.popup.popup-reserve .popup-close::after {
  margin-left: -41%;
  margin-top: -2px;
  transform: rotate(-45deg);
  transform-origin: 100% 0;
}
@media screen and (min-width: 720px) {
  .popup.popup-reserve .popup-close {
    background-color: #333;
  }
  .popup.popup-reserve .popup-close {
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 10px;
    cursor: pointer;
  }
  .popup.popup-reserve .popup-close::before, .popup.popup-reserve .popup-close::after {
    content: "";
    display: block;
    width: 140%;
    height: 2px;
    background: #fff;
  }
  .popup.popup-reserve .popup-close::before {
    margin-top: -0.5px;
    margin-left: 1px;
    transform: rotate(45deg);
    transform-origin: 0 0;
  }
  .popup.popup-reserve .popup-close::after {
    margin-left: -41%;
    margin-top: -2px;
    transform: rotate(-45deg);
    transform-origin: 100% 0;
  }
}
.popup.popup-list .popup-body {
  max-height: none;
  padding: 0;
}
.popup.popup-list .popup-close {
  top: 0;
  background-color: #333;
}
.popup.popup-list .popup-close {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 10px;
  cursor: pointer;
}
.popup.popup-list .popup-close::before, .popup.popup-list .popup-close::after {
  content: "";
  display: block;
  width: 140%;
  height: 2px;
  background: #fff;
}
.popup.popup-list .popup-close::before {
  margin-top: -0.5px;
  margin-left: 1px;
  transform: rotate(45deg);
  transform-origin: 0 0;
}
.popup.popup-list .popup-close::after {
  margin-left: -41%;
  margin-top: -2px;
  transform: rotate(-45deg);
  transform-origin: 100% 0;
}
@media screen and (min-width: 720px) {
  .popup.popup-list .popup-close {
    background-color: #333;
  }
  .popup.popup-list .popup-close {
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 10px;
    cursor: pointer;
  }
  .popup.popup-list .popup-close::before, .popup.popup-list .popup-close::after {
    content: "";
    display: block;
    width: 140%;
    height: 2px;
    background: #fff;
  }
  .popup.popup-list .popup-close::before {
    margin-top: -0.5px;
    margin-left: 1px;
    transform: rotate(45deg);
    transform-origin: 0 0;
  }
  .popup.popup-list .popup-close::after {
    margin-left: -41%;
    margin-top: -2px;
    transform: rotate(-45deg);
    transform-origin: 100% 0;
  }
}
.popup.popup-list .list-title {
  text-align: left;
  background: #333333;
  color: #fff;
  padding: 4%;
  letter-spacing: -1px;
  line-height: 1.4;
  font-weight: 400;
  font-size: 0.5625rem;
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-title {
    font-size: 18px;
  }
}
.popup.popup-list .list-title strong {
  display: block;
  font-size: 0.9375rem;
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-title strong {
    font-size: 30px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-title strong {
    font-size: 30px;
  }
}
.popup.popup-list .list-view {
  position: relative;
  background: #fff;
  padding: 4%;
  overflow-y: auto;
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view {
    overflow-y: auto;
  }
}
.popup.popup-list .list-view ul li, .popup.popup-list .list-view p {
  line-height: 1.5;
  color: #333;
  font-size: 0.6875rem;
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view ul li, .popup.popup-list .list-view p {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view ul li, .popup.popup-list .list-view p {
    font-size: 18px;
  }
}
.popup.popup-list .list-view .status-table {
  width: 100%;
  table-layout: fixed;
  text-align: center;
  border: 1px solid #dcdcdc;
}
.popup.popup-list .list-view .status-table thead th {
  padding: 0.46875rem 0.3125rem;
  font-size: 0.5625rem;
  color: #353535;
  border-right: 1px solid #ccc;
  background-color: #efefef;
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .status-table thead th {
    padding: 15px 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .status-table thead th {
    font-size: 18px;
  }
}
.popup.popup-list .list-view .status-table tbody td {
  padding: 0.53125rem 0.3125rem;
  font-size: 0.5625rem;
  color: #353535;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .status-table tbody td {
    padding: 17px 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .status-table tbody td {
    font-size: 18px;
  }
}
.popup.popup-list .list-view .status-table tr th:last-child, .popup.popup-list .list-view .status-table tr td:last-child {
  border-right: none;
}
.popup.popup-list .list-view .status-table tr:last-child td {
  border-bottom: none;
}
.popup.popup-list .list-view .status-table .btn-cancle {
  display: inline-block;
  padding: 0.15625rem 0.46875rem;
  font-size: 0.46875rem;
  font-weight: 500;
  color: #fff;
  background-color: #383838;
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .status-table .btn-cancle {
    padding: 5px 15px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .status-table .btn-cancle {
    font-size: 15px;
  }
}
.popup.popup-list .list-view .status-table .btn-cancle:after {
  content: "";
  display: inline-block;
  width: 0.21875rem;
  height: 0.21875rem;
  margin-left: 0.09375rem;
  vertical-align: 0.0625rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .status-table .btn-cancle:after {
    width: 7px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .status-table .btn-cancle:after {
    height: 7px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .status-table .btn-cancle:after {
    margin-left: 3px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .status-table .btn-cancle:after {
    vertical-align: 2px;
  }
}
.popup.popup-list .list-view .status-table .btn-down {
  display: inline-block;
  padding: 0.15625rem 0.46875rem;
  font-size: 0.46875rem;
  font-weight: 500;
  color: #fff;
  background-color: #383838;
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .status-table .btn-down {
    padding: 5px 15px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .status-table .btn-down {
    font-size: 15px;
  }
}
.popup.popup-list .list-view .status-table .btn-down:after {
  content: "";
  display: inline-block;
  width: 0.21875rem;
  height: 0.21875rem;
  margin-left: 0.09375rem;
  vertical-align: 0.0625rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .status-table .btn-down:after {
    width: 7px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .status-table .btn-down:after {
    height: 7px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .status-table .btn-down:after {
    margin-left: 3px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .status-table .btn-down:after {
    vertical-align: 2px;
  }
}
.popup.popup-list .list-view .consulting-reserve .ipt {
  width: 100%;
  height: 6.6666666667vw;
  padding: 0 1.3888888889vw;
  font-size: 1.9444444444vw;
  font-weight: 300;
  color: #ababab;
  border: 1px solid #dcdcdc;
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .ipt {
    height: 48px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .ipt {
    padding: 0 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .ipt {
    font-size: 14px;
  }
}
.popup.popup-list .list-view .consulting-reserve .box:not(:first-of-type) {
  margin-top: 0.78125rem;
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .box:not(:first-of-type) {
    margin-top: 25px;
  }
}
.popup.popup-list .list-view .consulting-reserve .bul-tit {
  margin: 0 0 1.3888888889vw 2.2222222222vw;
  color: #000;
  font-size: 2.2222222222vw;
  font-weight: 500;
  text-indent: -2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .bul-tit {
    margin: 0 0 10px 16px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .bul-tit {
    font-size: 16px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .bul-tit {
    text-indent: -16px;
  }
}
.popup.popup-list .list-view .consulting-reserve .num-txt {
  margin: 2.0833333333vw 0 1.3888888889vw;
  color: #000;
  font-size: 0.46875rem;
  font-weight: 500;
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .num-txt {
    margin: 15px 0 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .num-txt {
    font-size: 15px;
  }
}
.popup.popup-list .list-view .consulting-reserve .list1 {
  overflow: hidden;
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .list1 {
    margin-top: -5px;
  }
}
.popup.popup-list .list-view .consulting-reserve .list1 li {
  float: left;
  padding: 0.6944444444vw 0;
  font-size: 0.46875rem;
  font-weight: 500;
  color: #000;
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .list1 li {
    padding: 5px 0;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .list1 li {
    font-size: 15px;
  }
}
.popup.popup-list .list-view .consulting-reserve .list1 li label {
  padding: 0 1.3888888889vw;
  line-height: 4.1666666667vw;
  vertical-align: middle;
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .list1 li label {
    padding: 0 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .list1 li label {
    line-height: 30px;
  }
}
.popup.popup-list .list-view .consulting-reserve .list1 li .field {
  width: 6.9444444444vw;
  height: 4.1666666667vw;
  padding: 0;
  border: 1px solid #dcdcdc;
  color: #ababab;
  font-size: 1.9444444444vw;
  font-weight: 300;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .list1 li .field {
    width: 50px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .list1 li .field {
    height: 30px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .list1 li .field {
    font-size: 14px;
  }
}
.popup.popup-list .list-view .consulting-reserve .list1 li .field:-moz-read-only {
  background-color: #eee;
}
.popup.popup-list .list-view .consulting-reserve .list1 li .field:read-only {
  background-color: #eee;
}
.popup.popup-list .list-view .consulting-reserve .list1 li.chk-type label {
  padding-right: 5px;
}
.popup.popup-list .list-view .consulting-reserve .list1 li.chk-type input[type=checkbox] {
  margin: 0;
  vertical-align: middle;
}
.popup.popup-list .list-view .consulting-reserve .info-area li {
  font-size: 0;
  box-sizing: border-box;
}
.popup.popup-list .list-view .consulting-reserve .info-area .name {
  float: left;
  width: 40%;
}
.popup.popup-list .list-view .consulting-reserve .info-area .tel {
  float: left;
  width: 60%;
  padding-left: 0.5625rem;
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .info-area .tel {
    padding-left: 18px;
  }
}
.popup.popup-list .list-view .consulting-reserve .info-area .bullet {
  display: inline-block;
  width: 25%;
  vertical-align: middle;
  margin-bottom: 0;
  box-sizing: border-box;
}
.popup.popup-list .list-view .consulting-reserve .info-area .input-box {
  display: inline-block;
  width: 75%;
  vertical-align: middle;
  box-sizing: border-box;
}
.popup.popup-list .list-view .consulting-reserve .schedule-area {
  padding: 0.78125rem 1rem;
  height: 5.46875rem;
  overflow-y: auto;
  border: 1px solid #dcdcdc;
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .schedule-area {
    padding: 25px 32px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .schedule-area {
    height: 175px;
  }
}
.popup.popup-list .list-view .consulting-reserve .schedule-area li:not(:first-of-type) {
  margin-top: 0.3125rem;
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .schedule-area li:not(:first-of-type) {
    margin-top: 10px;
  }
}
.popup.popup-list .list-view .consulting-reserve .schedule-area li input[type=radio]:disabled + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #adadad;
}
.popup.popup-list .list-view .consulting-reserve .schedule-area li label {
  position: relative;
  font-size: 0.46875rem;
  font-weight: 500;
  color: #353535;
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .schedule-area li label {
    font-size: 15px;
  }
}
.popup.popup-list .list-view .consulting-reserve .field-area {
  font-size: 0;
}
.popup.popup-list .list-view .consulting-reserve .field-area li {
  display: inline-block;
  margin-right: 0.9375rem;
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .field-area li {
    margin-right: 30px;
  }
}
.popup.popup-list .list-view .consulting-reserve .field-area li label {
  font-size: 0.46875rem;
  font-weight: 500;
  color: #000;
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .field-area li label {
    font-size: 15px;
  }
}
.popup.popup-list .list-view .consulting-reserve .field-area li .write {
  display: none;
  width: 25vw;
  height: 2.9166666667vw;
  border: 0;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .field-area li .write {
    width: 180px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .field-area li .write {
    height: 21px;
  }
}
.popup.popup-list .list-view .consulting-reserve .job-area textarea {
  resize: none;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 13.8888888889vw;
  padding: 2.0833333333vw 1.3888888889vw;
  font-size: 1.9444444444vw;
  border: 1px solid #dcdcdc;
  font-weight: 300;
  text-align: left;
  line-height: 1.3;
  color: #ababab;
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .job-area textarea {
    height: 100px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .job-area textarea {
    padding: 15px 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .job-area textarea {
    font-size: 14px;
  }
}
.popup.popup-list .list-view .consulting-reserve .file-area {
  position: relative;
  font-size: 0;
}
.popup.popup-list .list-view .consulting-reserve .file-area input[type=file] {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 0;
}
.popup.popup-list .list-view .consulting-reserve .file-area .ipt {
  width: 7.5rem;
  vertical-align: middle;
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .file-area .ipt {
    width: 240px;
  }
}
.popup.popup-list .list-view .consulting-reserve .file-area .btn-file {
  display: inline-block;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 1.125rem;
  margin-left: 0.125rem;
  font-size: 0.53125rem;
  font-weight: 700;
  color: #fff;
  vertical-align: middle;
  background-color: #343434;
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .file-area .btn-file {
    height: 48px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .file-area .btn-file {
    line-height: 48px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .file-area .btn-file {
    padding: 0 36px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .file-area .btn-file {
    margin-left: 4px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .file-area .btn-file {
    font-size: 17px;
  }
}
.popup.popup-list .list-view .consulting-reserve .file-area .btn-file {
  display: inline-block;
  position: relative;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 1.125rem;
  margin-left: 0.125rem;
  font-size: 0.53125rem;
  font-weight: 700;
  color: #fff;
  vertical-align: middle;
  background-color: #343434;
  cursor: pointer;
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .file-area .btn-file {
    height: 48px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .file-area .btn-file {
    line-height: 48px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .file-area .btn-file {
    padding: 0 36px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .file-area .btn-file {
    margin-left: 4px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .file-area .btn-file {
    font-size: 17px;
  }
}
.popup.popup-list .list-view .consulting-reserve .file-area .hide-file {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  visibility: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  opacity: 0;
}
.popup.popup-list .list-view .consulting-reserve .agree-area {
  text-align: center;
}
.popup.popup-list .list-view .consulting-reserve .agree-area label {
  font-size: 0.4375rem;
  font-weight: 300;
  color: #777;
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .agree-area label {
    font-size: 14px;
  }
}
.popup.popup-list .list-view .consulting-reserve .btn-area {
  text-align: center;
  margin-top: 0.78125rem;
  font-size: 0;
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .btn-area {
    margin-top: 25px;
  }
}
.popup.popup-list .list-view .consulting-reserve .btn-area .btn-reserve {
  display: inline-block;
  position: relative;
  width: 90%;
  height: 1.875rem;
  line-height: 1.875rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #191919;
  box-shadow: inset 3px 3px 2px 0px rgba(255, 255, 255, 0.18);
  border-radius: 0.15625rem;
  background-color: #ffd503;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffd500), color-stop(89%, #ffd500), color-stop(96%, #e9c200), color-stop(100%, #e9c200));
  background: linear-gradient(to bottom, #ffd500 0%, #ffd500 89%, #e9c200 96%, #e9c200 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffd500", endColorstr="#e9c200", GradientType=0 );
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .btn-area .btn-reserve {
    height: 60px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .btn-area .btn-reserve {
    line-height: 60px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .btn-area .btn-reserve {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .btn-area .btn-reserve {
    border-radius: 5px;
  }
}
.popup.popup-list .list-view .consulting-reserve .btn-area .btn-reserve:after {
  content: "";
  display: inline-block;
  width: 0.3125rem;
  height: 0.3125rem;
  margin-left: 0.09375rem;
  vertical-align: 0.09375rem;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .btn-area .btn-reserve:after {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .btn-area .btn-reserve:after {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .btn-area .btn-reserve:after {
    margin-left: 3px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .btn-area .btn-reserve:after {
    vertical-align: 3px;
  }
}
.popup.popup-list .list-view .consulting-reserve .bullet {
  position: relative;
  margin-bottom: 0.3125rem;
  padding-left: 0.375rem;
  font-size: 0.46875rem;
  font-weight: 500;
  color: #000;
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .bullet {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .bullet {
    padding-left: 12px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .bullet {
    font-size: 15px;
  }
}
.popup.popup-list .list-view .consulting-reserve .bullet:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.0625rem;
  width: 0.125rem;
  height: 0.125rem;
  background-color: #000;
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .bullet:before {
    margin-top: -2px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .bullet:before {
    width: 4px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-list .list-view .consulting-reserve .bullet:before {
    height: 4px;
  }
}
.popup.popup-list .list-view .consulting-reserve .point {
  color: #ff0000;
}
.popup.popup-base {
  font-size: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .popup.popup-base {
    font-size: 16px;
  }
}

.eduf-layer-base .eduf-layer-title {
  text-align: center;
  border-radius: 0;
  background: #FFCE00;
}
.eduf-layer-base .eduf-layer-content {
  border-radius: 0;
  background: #FFF;
}
.eduf-layer-base .eduf-layer-content .eduf-layer-text {
  text-align: left;
  margin-bottom: 4.4444444444vw;
  opacity: 1;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .eduf-layer-content .eduf-layer-text {
    margin-bottom: 32px;
  }
}
.eduf-layer-base .eduf-layer-content .eduf-layer-text:last-child {
  margin-bottom: 0;
}
.eduf-layer-base .eduf-layer-content .eduf-layer-text strong {
  display: block;
  color: #666;
  margin-bottom: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .eduf-layer-content .eduf-layer-text strong {
    margin-bottom: 8px;
  }
}
.eduf-layer-base .eduf-layer-content .eduf-layer-text li {
  position: relative;
  color: #666;
  padding-left: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .eduf-layer-content .eduf-layer-text li {
    padding-left: 12px;
  }
}
.eduf-layer-base .eduf-layer-content .eduf-layer-text li span {
  position: absolute;
  left: 0;
}
.eduf-layer-base .eduf-layer-content .eduf-layer-text + .eduf-layer-text li {
  padding-left: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .eduf-layer-content .eduf-layer-text + .eduf-layer-text li {
    padding-left: 16px;
  }
}

.promotion,
.product-eco,
.fullservice {
  text-align: center;
  overflow: hidden;
}
.promotion *,
.product-eco *,
.fullservice * {
  line-height: normal;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.1388888889vw;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .promotion *,
  .product-eco *,
  .fullservice * {
    letter-spacing: -1px;
  }
}
.promotion [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion button,
.product-eco button,
.fullservice button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: 0;
  cursor: pointer;
}
.promotion p,
.product-eco p,
.fullservice p {
  margin: 0;
  padding: 0;
}
.promotion img,
.product-eco img,
.fullservice img {
  vertical-align: top;
}
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  width: 100%;
}
.promotion .icon-pointer,
.product-eco .icon-pointer,
.fullservice .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 7.6388888889vw;
  height: 7.7777777778vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
  animation-name: pointerBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 55px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 56px;
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}

/* 공통 */
.promotion .wrap {
  width: 1200px;
}
.promotion .only-mobile {
  display: none;
}
.promotion .fix-wing {
  z-index: 50;
  position: fixed;
  right: 50px;
  bottom: 50px;
}
.promotion .fix-wing a {
  display: block !important;
  width: 180px;
  font-size: 18px;
  text-align: left;
  margin-bottom: 10px;
  padding: 24px 20px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  background: #FFF;
  background: linear-gradient(124deg, #FFF 9.96%, #FFF8E3 84.49%);
  box-sizing: border-box;
}
.promotion .fix-wing a {
  position: relative;
  display: inline-block;
}
.promotion .fix-wing a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  margin-top: -0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .promotion .fix-wing a::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .fix-wing a::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .fix-wing a::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .fix-wing a::before {
    right: 20px;
  }
}
.promotion .fix-wing a:before {
  right: 20px;
}
.promotion .fix-wing a:nth-child(2) {
  background: #FFF;
  background: linear-gradient(124deg, #FFF 9.96%, #F4FFE3 84.49%);
}
.promotion .fix-wing a:nth-child(3) {
  background: #FFF;
  background: linear-gradient(124deg, #FFF 9.96%, #E3FEFF 84.49%);
}
.promotion .fix-wing a:nth-child(4) {
  background: #FFF;
  background: linear-gradient(124deg, #FFF 9.96%, #E3EEFF 84.49%);
}
.promotion .fix-wing a:last-child {
  margin-bottom: 0;
}
.promotion .title-box {
  margin-bottom: 60px;
}
.promotion .title-box .main-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 140%;
  color: #000;
  letter-spacing: -1.44px;
}
.promotion [class^=sector-] {
  position: relative;
}
.promotion .sector-title {
  background-image: url("//img.eduwill.net/eduwill/img/2025/B/event/251211/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-title:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 250, 231, 0.6);
  background: linear-gradient(313deg, rgba(255, 250, 231, 0.6) -7.97%, rgba(255, 230, 141, 0.6) 79.9%);
}
.promotion .sector-title .wrap {
  width: 1300px;
}
.promotion .sector-item {
  padding: 100px 0;
  background: #FFF;
}
.promotion .sector-item .box-item {
  position: relative;
  padding: 24px 20px;
  border: 1px solid #828282;
  border-radius: 10px;
  box-sizing: border-box;
}
.promotion .sector-item .flag-wrap {
  position: absolute;
  top: -1px;
  right: 30px;
  display: flex;
  gap: 0 12px;
}
.promotion .sector-item .flag-wrap .flag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 63px;
}
.promotion .sector-item .flag-wrap .flag.flag-1 {
  background-image: url("//img.eduwill.net/eduwill/img/2025/B/event/251211/pc/flag_red.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.promotion .sector-item .flag-wrap .flag.flag-2 {
  background-image: url("//img.eduwill.net/eduwill/img/2025/B/event/251211/pc/flag_yellow.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.promotion .sector-item .flag-wrap .flag.flag-2 span {
  color: #301D03;
}
.promotion .sector-item .flag-wrap .flag span {
  display: block;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
  color: #FFF;
  letter-spacing: -1.2px;
  margin-top: -6px;
  transform: skewY(-5deg);
}
.promotion .sector-item .info-top-area {
  margin: 0 15px;
  padding: 12px 0 40px;
  border-bottom: 1px solid #DEDEDE;
}
.promotion .sector-item .info-top-area .title-box {
  text-align: left;
  margin-bottom: 0;
}
.promotion .sector-item .info-top-area .title-box .title-1 {
  font-size: 20px;
  line-height: 220%;
  color: #6A6A6A;
  letter-spacing: -2px;
  margin-bottom: 32px;
}
.promotion .sector-item .info-top-area .title-box .title-1 strong {
  color: #FFAA00;
}
.promotion .sector-item .info-top-area .title-box .title-2 {
  font-size: 28px;
  color: #000;
  letter-spacing: -2px;
}
.promotion .sector-item .info-bottom-area {
  margin: 30px 0;
  padding: 0 15px;
}
.promotion .sector-item .info-bottom-area ul {
  display: flex;
  justify-content: space-between;
}
.promotion .sector-item .info-bottom-area ul li {
  position: relative;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  color: #000;
  letter-spacing: -0.64px;
  text-align: left;
  padding-left: 10px;
}
.promotion .sector-item .info-bottom-area ul li:before {
  content: "-";
  position: absolute;
  left: 0;
}
.promotion .sector-item .price-list {
  position: absolute;
  bottom: 230px;
  right: 40px;
  display: flex;
  align-items: flex-end;
  gap: 0 12px;
}
.promotion .sector-item .price-before {
  display: flex;
  transform: translateY(-6px);
}
.promotion .sector-item .price-before p {
  font-size: 14px;
  line-height: 160%;
  color: #6A6A6A;
}
.promotion .sector-item .price-before .price {
  text-decoration: line-through;
}
.promotion .sector-item .price-after {
  text-align: right;
}
.promotion .sector-item .price-after .text {
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  color: #000;
  letter-spacing: -1px;
}
.promotion .sector-item .price-after .price {
  font-size: 36px;
  line-height: 120%;
  color: #000;
  letter-spacing: -1px;
}
.promotion .sector-item .price-after .price span {
  font-weight: 900;
}
.promotion .sector-item .btn-action a {
  width: 100%;
  font-size: 20px;
  font-weight: 900;
  color: #FFF;
  letter-spacing: -1px;
  text-align: left;
  padding: 28px 40px;
  border-radius: 6px;
  background: #646464;
  background: linear-gradient(180deg, #646464 0%, #000 100%);
  box-sizing: border-box;
}
.promotion .sector-item .btn-action a {
  position: relative;
  display: inline-block;
}
.promotion .sector-item .btn-action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  margin-top: -0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: #FFF;
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-item .btn-action a::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-item .btn-action a::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-item .btn-action a::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-item .btn-action a::before {
    right: 20px;
  }
}
.promotion .sector-item .btn-action a:before {
  right: 40px;
}
.promotion .sector-item .notice-box {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.promotion .sector-item .notice-box .btn-box {
  max-width: 280px;
  min-width: 280px;
}
.promotion .sector-item .notice-box .btn-action {
  margin-bottom: 10px;
}
.promotion .sector-item .notice-box .btn-action:last-child {
  margin-bottom: 0;
}
.promotion .sector-item .notice-box .btn-action button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100px;
  border: 1px solid #D1D1D1;
  border-radius: 10px;
  background: #FFF;
  background: linear-gradient(180deg, #FFF 0%, #EFEFEF 100%);
}
.promotion .sector-item .notice-box .btn-action button span {
  font-size: 20px;
  padding-right: 16px;
}
.promotion .sector-item .notice-box .btn-action button span {
  position: relative;
  display: inline-block;
}
.promotion .sector-item .notice-box .btn-action button span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  margin-top: -0.5555555556vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  transform: rotate(45deg);
  right: 2.2222222222vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-item .notice-box .btn-action button span::before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-item .notice-box .btn-action button span::before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-item .notice-box .btn-action button span::before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-item .notice-box .btn-action button span::before {
    right: 16px;
  }
}
.promotion .sector-item .notice-box .btn-action button span:before {
  right: 0;
}
.promotion .sector-item .notice-box .btn-action button strong {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  color: #171717;
  letter-spacing: -0.8px;
}
.promotion .sector-item .notice-box .notice-text {
  width: 100%;
  text-align: left;
  padding: 32px 40px;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background: #FAFAFA;
  box-sizing: border-box;
}
.promotion .sector-item .notice-box .notice-text * {
  font-size: 18px;
  line-height: 160%;
  color: #222;
  letter-spacing: -0.72px;
}
.promotion .sector-item .notice-box .notice-text strong {
  font-weight: 700;
}
.promotion .sector-frame {
  padding: 100px 0;
  background: #FFFAF2;
}
.promotion .sector-frame .frame {
  margin: 0 20px 20px;
  padding: 60px 0;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background: #FFF;
}
.promotion .sector-frame .frame-title {
  margin-bottom: 40px;
}
.promotion .sector-frame .frame-title small {
  display: block;
  font-size: 22px;
  line-height: 150%;
  color: #222;
  margin-bottom: 20px;
}
.promotion .sector-frame .frame-title .main-title strong {
  font-size: 28px;
  font-weight: 700;
  line-height: 140%;
  color: #111;
  letter-spacing: -1.96px;
}
.promotion .sector-frame .frame-title .main-title span {
  color: #FFBE00;
}
.promotion .sector-frame .img-box {
  position: relative;
}
.promotion .sector-frame .gif {
  position: absolute;
  right: 140px;
  width: 339px;
  overflow: hidden;
}
.promotion .sector-frame .gif img {
  width: 100%;
}
.promotion .sector-frame .gif.gif-1 {
  top: 124px;
}
.promotion .sector-frame .gif.gif-2 {
  top: 370px;
}
.promotion .sector-frame .gif.gif-3 {
  top: 620px;
}
.promotion .sector-frame .logo-slide {
  position: relative;
}
.promotion .sector-frame .logo-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FAFAFA;
  background: linear-gradient(90deg, #FAFAFA 3%, rgba(250, 250, 250, 0) 33%, #FAFAFA 97%);
}
.promotion .sector-frame .logo-slide .slick-slide {
  width: 200px;
}
.promotion .sector-frame .review-box {
  position: relative;
  width: 1040px;
  margin: 72px auto 0;
  padding: 50px 40px 30px;
  border-radius: 10px;
  background: #FFBF00;
  box-sizing: border-box;
}
.promotion .sector-frame .review-box:before {
  content: "";
  position: absolute;
  top: -26px;
  left: 50%;
  width: 60px;
  height: 60px;
  transform: translateX(-50%);
  background-image: url("//img.eduwill.net/eduwill/img/2025/B/event/251211/pc/icon_plus.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.promotion .sector-frame .review-box .slick-slide {
  width: 960px;
}
.promotion .sector-frame .review-box .slick-dots {
  margin-top: 32px;
}
.promotion .sector-frame .review-box .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 5px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.5);
}
.promotion .sector-frame .review-box .slick-dots li.slick-active {
  width: 40px;
  background: #FFF;
}
.promotion .sector-frame .character {
  position: absolute;
  top: 250px;
  right: -104px;
}
.promotion .sector-frame .custom-box {
  width: 1160px;
}
.promotion .sector-frame .custom-box .slick-slide {
  width: 1160px;
}
.promotion .sector-frame .custom-box .slick-dots {
  margin-top: 30px;
}
.promotion .sector-frame .custom-box .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 5px;
  border-radius: 14px;
  background: rgba(217, 217, 217, 0.5);
}
.promotion .sector-frame .custom-box .slick-dots li.slick-active {
  width: 40px;
  background: #FFA800;
}
.promotion .sector-apply {
  box-sizing: border-box;
  padding-bottom: 100px;
  background: #fff;
  background: linear-gradient(to bottom, #fff 50%, #f5f5f5 100%);
}
.promotion .sector-apply .point {
  color: #ea1d00;
}
.promotion .sector-apply .bold {
  font-weight: bold;
}
.promotion .sector-apply .apply-table {
  width: 1100px;
  margin: 0 auto;
  border-top: 2px solid #1c1f26;
  border-bottom: 2px solid #1c1f26;
}
.promotion .sector-apply .apply-table .row {
  display: table;
  width: 100%;
  border-top: 1px solid #d2d2d2;
}
.promotion .sector-apply .apply-table .row .col {
  display: table-cell;
  vertical-align: middle;
  letter-spacing: -1px;
  padding: 15px 0;
  box-sizing: border-box;
}
.promotion .sector-apply .apply-table .row .col.table-th {
  width: 20%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  background: #f5f5f5;
}
.promotion .sector-apply .apply-table .row .col.table-td {
  width: 80%;
  padding-left: 20px;
  text-align: left;
  font-size: 17px;
  color: #333;
  line-height: 1.5;
}
.promotion .sector-apply .apply-table .row .col .line {
  text-decoration: line-through;
  text-decoration-thickness: 3px;
  font-weight: bold;
}
.promotion .sector-apply .apply-table .row .col .btn-link {
  display: inline-block;
  margin-top: 5px;
  width: 160px;
  padding: 6px 10px;
  font-weight: 500;
  color: #555;
}
.promotion .sector-apply .button-group {
  margin-top: 60px;
  position: relative;
}
.promotion .sector-apply .button-group .button {
  position: relative;
  display: inline-block;
  margin: 0 25px;
}
.promotion .sector-apply .button-group .button img {
  width: 100%;
}
.promotion .sector-apply .button-group .img-bubble {
  position: absolute;
  z-index: 7;
  top: -100px;
  right: -10px;
}
.promotion .sector-apply .notice-list {
  margin-left: 80px;
  padding-top: 40px;
  letter-spacing: -1px;
}
.promotion .sector-apply .notice-list .item {
  color: #333;
  font-size: 16px;
  text-align: left;
  line-height: 22px;
  font-weight: 400;
}
.promotion .sector-apply .notice-list .item + .item {
  margin-top: 4px;
}
.promotion .sector-apply .notice-list ul {
  margin-left: 20px;
}
.promotion .sector-apply .notice-list .btn-popup {
  display: inline-block;
  margin-right: 5px;
  padding: 0 5px;
  border: 1px solid #333;
  line-height: 20px;
}
.promotion .cont9 .action {
  position: absolute;
  top: 350px;
  left: 50px;
}
.promotion .sector-unbreakable {
  border: solid #F5F5F5;
  border-width: 5px 0;
}/*# sourceMappingURL=web.css.map */