@charset "UTF-8";
.promotion .sector-apply .apply-sub-tab li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-item: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.promotion .sector-apply .total-price .price-area, .promotion .sector-apply .apply-tab, .promotion .package-view, .promotion .sector-notice .notice-table,
.product .sector-notice .notice-table,
.product-eco .sector-notice .notice-table,
.fullservice .sector-notice .notice-table, .grid {
  *zoom: 1;
}
.promotion .sector-apply .total-price .price-area:before, .promotion .sector-apply .apply-tab:before, .promotion .package-view:before, .promotion .sector-notice .notice-table:before,
.product .sector-notice .notice-table:before,
.product-eco .sector-notice .notice-table:before,
.fullservice .sector-notice .notice-table:before, .grid:before, .promotion .sector-apply .total-price .price-area:after, .promotion .sector-apply .apply-tab:after, .promotion .package-view:after, .promotion .sector-notice .notice-table:after,
.product .sector-notice .notice-table:after,
.product-eco .sector-notice .notice-table:after,
.fullservice .sector-notice .notice-table:after, .grid:after {
  content: "";
  display: table;
}
.promotion .sector-apply .total-price .price-area:after, .promotion .sector-apply .apply-tab:after, .promotion .package-view:after, .promotion .sector-notice .notice-table:after,
.product .sector-notice .notice-table:after,
.product-eco .sector-notice .notice-table:after,
.fullservice .sector-notice .notice-table:after, .grid:after {
  clear: both;
}

.hidden,
.sr_only,
.sr-only {
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid .col {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.effect-bounce-diagonal {
  animation-name: effectBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@-webkit-keyframes effectBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
@keyframes effectBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    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;
}
@-webkit-keyframes effectBounceUpDown {
  0%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes effectBounceUpDown {
  0%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

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

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

.promotion,
.product,
.product-eco,
.fullservice {
  text-align: center;
}
.promotion [class^=sector-],
.product [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion .wrap,
.product .wrap,
.product-eco .wrap,
.fullservice .wrap {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.promotion ::placeholder,
.product ::placeholder,
.product-eco ::placeholder,
.fullservice ::placeholder {
  color: #999 !important;
  font-weight: 700;
  font-size: 3.0555555556vw;
  letter-spacing: -0.2083333333vw;
}
@media screen and (min-width: 720px) {
  .promotion ::placeholder,
  .product ::placeholder,
  .product-eco ::placeholder,
  .fullservice ::placeholder {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .promotion ::placeholder,
  .product ::placeholder,
  .product-eco ::placeholder,
  .fullservice ::placeholder {
    letter-spacing: -1.5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion ::placeholder,
  .product ::placeholder,
  .product-eco ::placeholder,
  .fullservice ::placeholder {
    font-size: 20px;
  }
}
.promotion .freebook-privacy,
.product .freebook-privacy,
.product-eco .freebook-privacy,
.fullservice .freebook-privacy {
  margin-bottom: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .freebook-privacy,
  .product .freebook-privacy,
  .product-eco .freebook-privacy,
  .fullservice .freebook-privacy {
    margin-bottom: 40px;
  }
}
.promotion .freebook-privacy .wrap,
.product .freebook-privacy .wrap,
.product-eco .freebook-privacy .wrap,
.fullservice .freebook-privacy .wrap {
  width: 86.1111111111%;
  margin: 0 auto;
  max-width: 620px;
  background: #f6f6f6;
  text-align: left;
  color: #666666;
  padding: 4.8611111111vw 6.9444444444vw;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .freebook-privacy .wrap,
  .product .freebook-privacy .wrap,
  .product-eco .freebook-privacy .wrap,
  .fullservice .freebook-privacy .wrap {
    padding: 35px 50px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .freebook-privacy .wrap,
  .product .freebook-privacy .wrap,
  .product-eco .freebook-privacy .wrap,
  .fullservice .freebook-privacy .wrap {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .freebook-privacy .wrap,
  .product .freebook-privacy .wrap,
  .product-eco .freebook-privacy .wrap,
  .fullservice .freebook-privacy .wrap {
    width: 1000px;
    max-width: 1000px;
    font-size: 14px;
  }
}
.promotion .freebook-privacy .wrap .privacy-title,
.product .freebook-privacy .wrap .privacy-title,
.product-eco .freebook-privacy .wrap .privacy-title,
.fullservice .freebook-privacy .wrap .privacy-title {
  font-size: 3.6111111111vw;
  color: #333;
  font-weight: 700;
  margin-bottom: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .promotion .freebook-privacy .wrap .privacy-title,
  .product .freebook-privacy .wrap .privacy-title,
  .product-eco .freebook-privacy .wrap .privacy-title,
  .fullservice .freebook-privacy .wrap .privacy-title {
    font-size: 26px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .freebook-privacy .wrap .privacy-title,
  .product .freebook-privacy .wrap .privacy-title,
  .product-eco .freebook-privacy .wrap .privacy-title,
  .fullservice .freebook-privacy .wrap .privacy-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .freebook-privacy .wrap .privacy-title,
  .product .freebook-privacy .wrap .privacy-title,
  .product-eco .freebook-privacy .wrap .privacy-title,
  .fullservice .freebook-privacy .wrap .privacy-title {
    margin-bottom: 16px;
  }
}
.promotion .freebook-privacy .wrap .privacy-title .necessary,
.product .freebook-privacy .wrap .privacy-title .necessary,
.product-eco .freebook-privacy .wrap .privacy-title .necessary,
.fullservice .freebook-privacy .wrap .privacy-title .necessary {
  color: #f00;
}
.promotion .freebook-privacy .wrap .privacy-check,
.product .freebook-privacy .wrap .privacy-check,
.product-eco .freebook-privacy .wrap .privacy-check,
.fullservice .freebook-privacy .wrap .privacy-check {
  position: absolute;
  bottom: 4.8611111111vw;
  left: 0;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .promotion .freebook-privacy .wrap .privacy-check,
  .product .freebook-privacy .wrap .privacy-check,
  .product-eco .freebook-privacy .wrap .privacy-check,
  .fullservice .freebook-privacy .wrap .privacy-check {
    bottom: 35px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .freebook-privacy .wrap .privacy-check,
  .product .freebook-privacy .wrap .privacy-check,
  .product-eco .freebook-privacy .wrap .privacy-check,
  .fullservice .freebook-privacy .wrap .privacy-check {
    width: auto;
    text-align: right;
    top: 4.8611111111vw;
    right: 6.9444444444vw;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  .promotion .freebook-privacy .wrap .privacy-check,
  .product .freebook-privacy .wrap .privacy-check,
  .product-eco .freebook-privacy .wrap .privacy-check,
  .fullservice .freebook-privacy .wrap .privacy-check {
    top: 35px;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  .promotion .freebook-privacy .wrap .privacy-check,
  .product .freebook-privacy .wrap .privacy-check,
  .product-eco .freebook-privacy .wrap .privacy-check,
  .fullservice .freebook-privacy .wrap .privacy-check {
    right: 50px;
  }
}
.promotion .freebook-privacy .wrap .privacy-check span,
.product .freebook-privacy .wrap .privacy-check span,
.product-eco .freebook-privacy .wrap .privacy-check span,
.fullservice .freebook-privacy .wrap .privacy-check span {
  margin: 0 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .freebook-privacy .wrap .privacy-check span,
  .product .freebook-privacy .wrap .privacy-check span,
  .product-eco .freebook-privacy .wrap .privacy-check span,
  .fullservice .freebook-privacy .wrap .privacy-check span {
    margin: 0 5px;
  }
}
.promotion .freebook-privacy .wrap .privacy-check span input[type=radio],
.product .freebook-privacy .wrap .privacy-check span input[type=radio],
.product-eco .freebook-privacy .wrap .privacy-check span input[type=radio],
.fullservice .freebook-privacy .wrap .privacy-check span input[type=radio] {
  vertical-align: middle;
}
.promotion .freebook-privacy .wrap .privacy-check span label,
.product .freebook-privacy .wrap .privacy-check span label,
.product-eco .freebook-privacy .wrap .privacy-check span label,
.fullservice .freebook-privacy .wrap .privacy-check span label {
  vertical-align: middle;
  cursor: pointer;
}
.promotion .freebook-privacy .wrap .scroll-box,
.product .freebook-privacy .wrap .scroll-box,
.product-eco .freebook-privacy .wrap .scroll-box,
.fullservice .freebook-privacy .wrap .scroll-box {
  line-height: 1.6;
}
@media screen and (min-width: 720px) {
  .promotion .freebook-privacy .wrap .scroll-box span,
  .product .freebook-privacy .wrap .scroll-box span,
  .product-eco .freebook-privacy .wrap .scroll-box span,
  .fullservice .freebook-privacy .wrap .scroll-box span {
    padding-left: 1.6666666667vw;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  .promotion .freebook-privacy .wrap .scroll-box span,
  .product .freebook-privacy .wrap .scroll-box span,
  .product-eco .freebook-privacy .wrap .scroll-box span,
  .fullservice .freebook-privacy .wrap .scroll-box span {
    padding-left: 12px;
  }
}
.promotion .sector-notice,
.product .sector-notice,
.product-eco .sector-notice,
.fullservice .sector-notice {
  background-color: #f1f1f1;
}
.promotion .sector-notice .notice-table,
.product .sector-notice .notice-table,
.product-eco .sector-notice .notice-table,
.fullservice .sector-notice .notice-table {
  text-align: left;
  color: #222;
  padding: 7.2222222222vw 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-table,
  .product .sector-notice .notice-table,
  .product-eco .sector-notice .notice-table,
  .fullservice .sector-notice .notice-table {
    padding: 52px 40px;
  }
}
.promotion .sector-notice .notice-title,
.product .sector-notice .notice-title,
.product-eco .sector-notice .notice-title,
.fullservice .sector-notice .notice-title {
  font-weight: 700;
  font-size: 4.4444444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-title,
  .product .sector-notice .notice-title,
  .product-eco .sector-notice .notice-title,
  .fullservice .sector-notice .notice-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1100px) {
  .promotion .sector-notice .notice-title,
  .product .sector-notice .notice-title,
  .product-eco .sector-notice .notice-title,
  .fullservice .sector-notice .notice-title {
    float: left;
    width: 22%;
    text-align: center;
    font-size: 16px;
  }
  .promotion .sector-notice .notice-title span,
  .product .sector-notice .notice-title span,
  .product-eco .sector-notice .notice-title span,
  .fullservice .sector-notice .notice-title span {
    border-bottom: 1px solid #333;
  }
}
@media screen and (min-width: 1100px) {
  .promotion .sector-notice .notice-list,
  .product .sector-notice .notice-list,
  .product-eco .sector-notice .notice-list,
  .fullservice .sector-notice .notice-list {
    float: left;
    width: 78%;
  }
}
.promotion .sector-notice .notice-list .list,
.product .sector-notice .notice-list .list,
.product-eco .sector-notice .notice-list .list,
.fullservice .sector-notice .notice-list .list {
  margin-top: 4.4444444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-list .list,
  .product .sector-notice .notice-list .list,
  .product-eco .sector-notice .notice-list .list,
  .fullservice .sector-notice .notice-list .list {
    margin-top: 32px;
  }
}
.promotion .sector-notice .notice-list .list:first-child,
.product .sector-notice .notice-list .list:first-child,
.product-eco .sector-notice .notice-list .list:first-child,
.fullservice .sector-notice .notice-list .list:first-child {
  margin-top: 3.1944444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-list .list:first-child,
  .product .sector-notice .notice-list .list:first-child,
  .product-eco .sector-notice .notice-list .list:first-child,
  .fullservice .sector-notice .notice-list .list:first-child {
    margin-top: 23px;
  }
}
@media screen and (min-width: 1100px) {
  .promotion .sector-notice .notice-list .list,
  .product .sector-notice .notice-list .list,
  .product-eco .sector-notice .notice-list .list,
  .fullservice .sector-notice .notice-list .list {
    margin-top: 10px;
  }
  .promotion .sector-notice .notice-list .list:first-child,
  .product .sector-notice .notice-list .list:first-child,
  .product-eco .sector-notice .notice-list .list:first-child,
  .fullservice .sector-notice .notice-list .list:first-child {
    margin-top: 0;
  }
}
.promotion .sector-notice .notice-list .list p,
.product .sector-notice .notice-list .list p,
.product-eco .sector-notice .notice-list .list p,
.fullservice .sector-notice .notice-list .list p {
  font-size: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-list .list p,
  .product .sector-notice .notice-list .list p,
  .product-eco .sector-notice .notice-list .list p,
  .fullservice .sector-notice .notice-list .list p {
    font-size: 28px;
  }
}
@media screen and (min-width: 1100px) {
  .promotion .sector-notice .notice-list .list p,
  .product .sector-notice .notice-list .list p,
  .product-eco .sector-notice .notice-list .list p,
  .fullservice .sector-notice .notice-list .list p {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
  }
}
.promotion .sector-notice .notice-list .list ul,
.product .sector-notice .notice-list .list ul,
.product-eco .sector-notice .notice-list .list ul,
.fullservice .sector-notice .notice-list .list ul {
  margin-top: 0.9722222222vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-list .list ul,
  .product .sector-notice .notice-list .list ul,
  .product-eco .sector-notice .notice-list .list ul,
  .fullservice .sector-notice .notice-list .list ul {
    margin-top: 7px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-list .list ul,
  .product .sector-notice .notice-list .list ul,
  .product-eco .sector-notice .notice-list .list ul,
  .fullservice .sector-notice .notice-list .list ul {
    letter-spacing: -1.5px;
  }
}
@media screen and (min-width: 1100px) {
  .promotion .sector-notice .notice-list .list ul,
  .product .sector-notice .notice-list .list ul,
  .product-eco .sector-notice .notice-list .list ul,
  .fullservice .sector-notice .notice-list .list ul {
    margin-top: 4px;
  }
}
.promotion .sector-notice .notice-list .list ul li,
.product .sector-notice .notice-list .list ul li,
.product-eco .sector-notice .notice-list .list ul li,
.fullservice .sector-notice .notice-list .list ul li {
  position: relative;
  color: #666;
  word-wrap: break-word;
  word-break: keep-all;
  letter-spacing: -0.2083333333vw;
  padding-left: 2.2222222222vw;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-list .list ul li,
  .product .sector-notice .notice-list .list ul li,
  .product-eco .sector-notice .notice-list .list ul li,
  .fullservice .sector-notice .notice-list .list ul li {
    letter-spacing: -1.5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-list .list ul li,
  .product .sector-notice .notice-list .list ul li,
  .product-eco .sector-notice .notice-list .list ul li,
  .fullservice .sector-notice .notice-list .list ul li {
    padding-left: 16px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-list .list ul li,
  .product .sector-notice .notice-list .list ul li,
  .product-eco .sector-notice .notice-list .list ul li,
  .fullservice .sector-notice .notice-list .list ul li {
    font-size: 24px;
  }
}
@media screen and (min-width: 1100px) {
  .promotion .sector-notice .notice-list .list ul li,
  .product .sector-notice .notice-list .list ul li,
  .product-eco .sector-notice .notice-list .list ul li,
  .fullservice .sector-notice .notice-list .list ul li {
    padding-left: 10px;
    line-height: 1.7;
    font-size: 14px;
    letter-spacing: -1px;
  }
}
.promotion .sector-notice .notice-list .list ul li:before,
.product .sector-notice .notice-list .list ul li:before,
.product-eco .sector-notice .notice-list .list ul li:before,
.fullservice .sector-notice .notice-list .list ul li:before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
  color: #999;
}
.promotion .sector-notice .notice-list .list ul .action,
.product .sector-notice .notice-list .list ul .action,
.product-eco .sector-notice .notice-list .list ul .action,
.fullservice .sector-notice .notice-list .list ul .action {
  margin-top: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-list .list ul .action,
  .product .sector-notice .notice-list .list ul .action,
  .product-eco .sector-notice .notice-list .list ul .action,
  .fullservice .sector-notice .notice-list .list ul .action {
    margin-top: 12px;
  }
}
.promotion .sector-notice .notice-list .list ul + p,
.product .sector-notice .notice-list .list ul + p,
.product-eco .sector-notice .notice-list .list ul + p,
.fullservice .sector-notice .notice-list .list ul + p {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-list .list ul + p,
  .product .sector-notice .notice-list .list ul + p,
  .product-eco .sector-notice .notice-list .list ul + p,
  .fullservice .sector-notice .notice-list .list ul + p {
    margin-top: 20px;
  }
}

.eduf-layer#edufLayerTime .eduf-layer-base .eduf-layer-title strong {
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer#edufLayerTime .eduf-layer-base .eduf-layer-title strong {
    font-size: 24px;
  }
}
.eduf-layer#edufLayerTime .eduf-layer-content {
  width: 100%;
  max-height: 670px;
  padding: 3.3333333333vw;
  overflow-y: auto;
}
@media screen and (min-width: 720px) {
  .eduf-layer#edufLayerTime .eduf-layer-content {
    padding: 24px;
  }
}
.eduf-layer#edufLayerTime .eduf-layer-content img {
  width: 100%;
}
.eduf-layer#edufLayerTime .eduf-layer-content p {
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer#edufLayerTime .eduf-layer-content p {
    font-size: 22px;
  }
}
@media screen and (min-width: 1100px) {
  .eduf-layer#edufLayerTime .eduf-layer-content {
    max-width: 600px;
  }
}
.eduf-layer#edufLayerTime .eduf-layer-close:before, .eduf-layer#edufLayerTime .eduf-layer-close:after {
  width: 4.1666666667vw;
  height: 0.2777777778vw;
  margin-left: -2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer#edufLayerTime .eduf-layer-close:before, .eduf-layer#edufLayerTime .eduf-layer-close:after {
    width: 30px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer#edufLayerTime .eduf-layer-close:before, .eduf-layer#edufLayerTime .eduf-layer-close:after {
    height: 2px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer#edufLayerTime .eduf-layer-close:before, .eduf-layer#edufLayerTime .eduf-layer-close:after {
    margin-left: -15px;
  }
}
.eduf-layer#edufLayerTime .eduf-layer-content,
.eduf-layer#edufLayerTime .eduf-layer-wrap {
  width: 800px;
  max-width: 800px;
}
.eduf-layer#edufLayerTime .eduf-layer-title {
  padding-top: 20px;
  text-align: center;
  background-color: #eee;
}
.eduf-layer#edufLayerTime .eduf-layer-title strong {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 22px;
  letter-spacing: -2px;
}
.eduf-layer#edufLayerTime .notice {
  margin-top: 10px;
  line-height: 1.4;
  font-size: 12px;
  display: inline-block;
}
.eduf-layer#edufLayerTime .eduf-layer-content {
  padding: 20px;
}
.eduf-layer#edufLayerTime .eduf-layer-content .schedule-tab {
  display: flex;
  justify-content: space-between;
}
.eduf-layer#edufLayerTime .eduf-layer-content .schedule-tab li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  height: 52px;
  text-align: center;
  line-height: 52px;
  color: #222;
  font-size: 18px;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: -1.5px;
  background: #D9D9D9;
}
.eduf-layer#edufLayerTime .eduf-layer-content .schedule-tab li:last-child {
  width: 60%;
}
.eduf-layer#edufLayerTime .eduf-layer-content .schedule-tab li.active {
  color: #fff;
  font-weight: 900;
  background: #222;
}
.eduf-layer#edufLayerTime .eduf-layer-content .schedule-view {
  display: none;
}
.eduf-layer#edufLayerTime .eduf-layer-content .schedule-view.active {
  display: block;
}
.eduf-layer#edufLayerTime .eduf-layer-content .table-box {
  margin-bottom: 10px;
}
.eduf-layer#edufLayerTime .eduf-layer-content p {
  padding: 20px 0 10px;
  color: #000;
  opacity: 1;
  font-weight: 700;
  font-size: 18px;
}
.eduf-layer#edufLayerTime .eduf-layer-content table {
  width: 100%;
  border-left: 1px solid #d3d3d3;
  border-top: 1px solid #d3d3d3;
  text-align: center;
}
.eduf-layer#edufLayerTime .eduf-layer-content table thead th {
  background: #ebebeb;
  font-weight: 700;
}
.eduf-layer#edufLayerTime .eduf-layer-content table thead th span {
  display: block;
  font-size: 12px;
  font-weight: 500;
}
.eduf-layer#edufLayerTime .eduf-layer-content table tbody th {
  min-width: 45px;
}
.eduf-layer#edufLayerTime .eduf-layer-content table tbody th.th-style-2 {
  background: #ffedb6;
}
.eduf-layer#edufLayerTime .eduf-layer-content table td, .eduf-layer#edufLayerTime .eduf-layer-content table th {
  letter-spacing: -0.5px;
  border-bottom: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  padding: 8px;
  font-size: 14px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.eduf-layer#edufLayerTime .eduf-layer-content table td small, .eduf-layer#edufLayerTime .eduf-layer-content table th small {
  font-size: 11px;
}
.eduf-layer#edufLayerTime .eduf-layer-content table.content td {
  font-weight: 700;
}
.eduf-layer#edufLayerTime .eduf-layer-content table.content td span {
  display: block;
  color: #222;
  font-family: "Noto Sans KR";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -1px;
}
.eduf-layer#edufLayerTime .eduf-layer-content table.content td .flex-box {
  margin-left: 12px;
  text-align: left;
}
.eduf-layer#edufLayerTime .eduf-layer-content table.content td .flex-box span {
  display: inline-block;
}
.eduf-layer#edufLayerTime .eduf-layer-content table.content2 td {
  padding: 20px 8px;
}
.eduf-layer#edufLayerTime .eduf-layer-content .notice {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -1px;
}
.eduf-layer#edufLayerTime .eduf-layer-content .notice .highlight {
  color: #ff0000;
}

.promotion {
  overflow: hidden;
}
.promotion * {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -1px;
}
.promotion .wrap {
  width: 1200px;
}
.promotion .content {
  position: relative;
}
.promotion .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer:after {
  content: "";
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 1;
  display: block;
  width: 9.1666666667vw;
  height: 10.1388888889vw;
  background: url("https://img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_1.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 {
    width: 66px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer:after {
    height: 73px;
  }
}
@-webkit-keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
.promotion .fix-sale-banner {
  bottom: 90px;
}
.promotion .slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 1;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}
.promotion .slick-arrow.slick-prev {
  left: 0;
}
.promotion .slick-arrow.slick-prev:after {
  position: relative;
  display: inline-block;
}
.promotion .slick-arrow.slick-prev:after:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  margin-top: -1.3888888889vw;
  border-width: 0;
  border-style: solid;
  border-color: #585858;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 5.5555555556vw;
  border-bottom-width: 2px;
  border-left-width: 2px;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev:after:before {
    width: 20px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev:after:before {
    height: 20px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev:after:before {
    margin-top: -10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev:after:before {
    left: 40px;
  }
}
.promotion .slick-arrow.slick-next {
  right: -18px;
}
.promotion .slick-arrow.slick-next:after {
  position: relative;
  display: inline-block;
}
.promotion .slick-arrow.slick-next:after:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  margin-top: -1.3888888889vw;
  border-width: 0;
  border-style: solid;
  border-color: #585858;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 5.5555555556vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next:after:before {
    width: 20px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next:after:before {
    height: 20px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next:after:before {
    margin-top: -10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next:after:before {
    right: 40px;
  }
}
.promotion .slick-dots {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.promotion .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.promotion .slick-dots li button {
  width: 16px;
  height: 16px;
  text-indent: -9999em;
  border: none;
  border-radius: 50%;
  background-color: #d6d6d6;
  outline: none;
  cursor: pointer;
}
.promotion .slick-dots li.slick-active button {
  background-color: #ffc20e;
}
.promotion .notice {
  color: #999;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-weight: 350;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.7px;
}
.promotion .wing {
  display: none;
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 100;
}
.promotion .wing a {
  display: block;
  margin-bottom: 20px;
}
.promotion .fix-bottom {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
  opacity: 0;
}
.promotion .fix-bottom .timer-pass {
  position: absolute;
  top: 18px;
  left: 0;
}
.promotion .fix-bottom .timer-pass .d-day {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 50px;
  font-weight: 900;
  color: #FFD000;
}
.promotion .fix-bottom .timer-pass .d-day .day {
  display: flex;
  margin-left: 4px;
}
.promotion .fix-bottom .timer-pass .d-day .day span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 41px;
  height: 59px;
  color: #000;
  font-size: 40px;
  font-weight: 900;
  border-radius: 4px;
  background: #FFD000;
}
.promotion .fix-bottom .timer-pass .d-day .day span + span {
  margin-left: 5px;
}
.promotion .fix-bottom a:after {
  right: -30px;
}
.promotion .btn-text, .promotion .btn-grounds {
  display: inline-block;
  padding: 5px 10px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  letter-spacing: -1px;
  line-height: 1;
  font-weight: 400;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.promotion .btn-text span, .promotion .btn-grounds span {
  padding-right: 12px;
}
.promotion .btn-text span, .promotion .btn-grounds span {
  position: relative;
  display: inline-block;
}
.promotion .btn-text span:before, .promotion .btn-grounds span:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.9722222222vw;
  height: 0.9722222222vw;
  margin-top: -0.4861111111vw;
  border-width: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.9444444444vw;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .promotion .btn-text span:before, .promotion .btn-grounds span:before {
    width: 7px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-text span:before, .promotion .btn-grounds span:before {
    height: 7px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-text span:before, .promotion .btn-grounds span:before {
    margin-top: -3.5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-text span:before, .promotion .btn-grounds span:before {
    right: 14px;
  }
}
.promotion .btn-text span:before, .promotion .btn-grounds span:before {
  right: 0;
  margin-top: -5.5px;
}
.promotion .btn-text.color-fff, .promotion .btn-grounds.color-fff {
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
}
.promotion .btn-text.color-fff span:before, .promotion .btn-grounds.color-fff span:before {
  border-color: rgba(255, 255, 255, 0.6);
}
.promotion .btn-text.line, .promotion .btn-grounds.line {
  padding: 5px 2px;
  color: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}
.promotion .btn-text.line span:before, .promotion .btn-grounds.line span:before {
  border-color: rgba(0, 0, 0, 0.8);
}
.promotion .sector-visual {
  height: 740px;
  background: #232527 url("https://img.eduwill.net/eduwill/img/2025/L/event/250728/pc/bg_visual.jpg") no-repeat top center;
}
.promotion .sector-visual .wrap {
  height: 100%;
}
.promotion .sector-visual .motion {
  position: absolute;
  opacity: 0;
}
.promotion .sector-visual .motion.laurel {
  top: 46px;
  left: 0;
  right: 0;
}
.promotion .sector-visual .motion.title-1 {
  top: 208px;
  left: 0;
}
.promotion .sector-visual .motion.title-2 {
  top: 282px;
  left: -11px;
}
.promotion .sector-visual .motion.title-3 {
  top: 411px;
  left: -11px;
}
.promotion .sector-visual .motion.title-4 {
  top: 542px;
  left: 0;
}
.promotion .sector-visual .motion.teacher-list {
  overflow: hidden;
  left: 0;
  right: 0;
  bottom: -4px;
}
.promotion .sector-visual .motion.action {
  position: absolute;
  top: 689px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}
.promotion .sector-grounds {
  padding: 83px 0 0;
}
.promotion .sector-grounds p {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
}
.promotion .sector-grounds p .btn-text {
  vertical-align: top;
}
.promotion .sector-grounds small {
  display: block;
  margin-top: 5px;
  font-size: 17px;
  color: #636363;
  font-weight: 500;
}
.promotion .sector-grounds .btn-text {
  position: absolute;
  top: 30px;
  right: 240px;
  z-index: 1;
}
.promotion .sector-video {
  padding: 120px 0 0;
}
.promotion .sector-video .video-title {
  position: relative;
  padding-bottom: 60px;
}
.promotion .sector-video .video-title .title-text {
  padding-left: 50px;
  font-size: 44px;
  font-weight: 900;
  color: #000;
  line-height: 1.3;
}
.promotion .sector-video .video-title .title-text strong {
  font-weight: 900;
  color: #FFC900;
  line-height: 1.3;
}
.promotion .sector-video .video-title .btn-text {
  position: absolute;
  top: 80px;
  right: 100px;
  z-index: 1;
}
.promotion .sector-video .video-title .timer-pass {
  position: absolute;
  top: 0;
  left: 100px;
  width: 183px;
  height: 112px;
  font-weight: 900;
  font-size: 44px;
  color: #fff;
  border: 1px solid #FFC900;
  background: linear-gradient(180deg, #FFDA46 0%, #FCA701 100%);
  border-radius: 100px;
}
.promotion .sector-video .video-title .timer-pass > div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.promotion .sector-video .video-box {
  width: 1000px;
  height: 568px;
  margin: 0 auto;
}
.promotion .sector-review {
  padding: 120px 0 100px;
  background: #fff url("https://img.eduwill.net/eduwill/img/2025/L/event/250728/pc/bg_review.png") no-repeat 905px -40px;
}
.promotion .sector-review .slider {
  margin: 60px auto 13px;
  width: 100%;
  height: 360px;
  background: url("https://img.eduwill.net/eduwill/img/2025/L/event/250728/pc/bg_slide.png") no-repeat top center;
}
.promotion .sector-review .slider .slick-dots {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 30px;
  padding-right: 30px;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.promotion .sector-review .slider .slick-dots li button {
  background-color: rgba(255, 255, 255, 0.4);
}
.promotion .sector-review .slider .slick-dots li.slick-active button {
  background-color: rgb(255, 255, 255);
}
.promotion .sector-review .notice {
  text-align: left;
  font-size: 14px;
  color: #999;
  font-weight: 350;
  line-height: 1.6;
  letter-spacing: -0.7px;
}
.promotion .sector-case {
  padding-top: 110px;
  height: 1093px;
  background: #FFC900 url("https://img.eduwill.net/eduwill/img/2025/L/event/250728/pc/bg_case.jpg") no-repeat top center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.promotion .sector-case .wrap {
  height: 100%;
}
.promotion .sector-case .case-box {
  position: absolute;
  top: 170px;
  left: 0;
}
.promotion .sector-case .case-box .row {
  position: relative;
  transition: all 1s;
}
.promotion .sector-case .case-box .row + .row {
  margin-top: 10px;
}
.promotion .sector-case .case-box .row.on:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 450px;
  height: 170px;
  z-index: 1;
  transition: all 1s;
}
.promotion .sector-case .case-box .row.row-1.on:after {
  background: url("https://img.eduwill.net/eduwill/img/2025/L/event/250728/pc/case1_on.png") no-repeat top center;
}
.promotion .sector-case .case-box .row.row-2.on:after {
  background: url("https://img.eduwill.net/eduwill/img/2025/L/event/250728/pc/case2_on.png") no-repeat top center;
}
.promotion .sector-case .case-box .row.row-3.on:after {
  background: url("https://img.eduwill.net/eduwill/img/2025/L/event/250728/pc/case3_on.png") no-repeat top center;
}
.promotion .sector-case .case-box .row.row-4.on:after {
  background: url("https://img.eduwill.net/eduwill/img/2025/L/event/250728/pc/case4_on.png") no-repeat top center;
}
.promotion .sector-slide-tab {
  padding: 100px 0 80px;
  background: #1F2123 url("https://img.eduwill.net/eduwill/img/2025/L/event/250728/pc/bg_slide_tab.jpg") no-repeat bottom center;
}
.promotion .sector-slide-tab .slick-slider .slick-track, .promotion .sector-slide-tab .slick-slider .slick-list {
  left: 0 !important;
  font-size: 0;
}
.promotion .sector-slide-tab .slide-tab {
  margin-top: 60px;
}
.promotion .sector-slide-tab .slide-tab .slick-slide {
  padding: 0 5px;
}
.promotion .sector-slide-tab .slide-tab .slide-list {
  cursor: pointer;
  border-radius: 100px;
  text-align: center;
  height: 100px;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -1.5px;
  color: #000;
  line-height: 100px;
  background: #434445;
}
.promotion .sector-slide-tab .slide-tab .slide-list span {
  position: relative;
  top: -4px;
  display: inline-block;
  padding: 10px;
  margin-right: 10px;
  text-align: center;
  line-height: 1;
  color: #646667;
  font-size: 24px;
  font-weight: 900;
  border-radius: 4px;
  background: #000;
}
.promotion .sector-slide-tab .slide-tab .slick-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.promotion .sector-slide-tab .slide-tab .slick-slide.slick-current .slide-list {
  color: #000;
  background: #FFC900;
}
.promotion .sector-slide-tab .slide-tab .slick-slide.slick-current .slide-list span {
  color: #fff;
}
.promotion .sector-slide-tab .slide-tab-view {
  margin-top: 20px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}
.promotion .sector-use {
  background: linear-gradient(180deg, #FFFBEF 40%, #FFF7E0 100%);
}
.promotion .sector-final {
  background: #242529 url("https://img.eduwill.net/eduwill/img/2025/L/event/250728/pc/bg_final.png") no-repeat bottom center;
  height: 1262px;
}
.promotion .sector-final .final-title {
  position: absolute;
  left: 50%;
  top: -45px;
  width: 558px;
  transform: translateX(-50%);
}
.promotion .sector-final .final-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 1000px;
  margin: 47px auto 32px;
}
.promotion .sector-final .final-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 326.6666666667px;
  height: 170px;
  color: rgba(255, 255, 255, 0.3);
  font-family: "Noto Sans KR";
  font-size: 22px;
  font-weight: 700;
  line-height: 140%; /* 30.8px */
  letter-spacing: -0.66px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(7px);
  box-sizing: border-box;
}
.promotion .sector-final .final-item.on {
  color: #FFF;
  border: 1px solid #FFF;
  background: linear-gradient(312deg, #FF5C00 6.79%, #FFA842 93.84%);
}
.promotion .sector-final .final_notice {
  width: 1000px;
  margin: 0 auto;
  color: #999;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-weight: 350;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.7px;
  text-align: left;
}
.promotion .package-container {
  width: 1100px;
  margin: 0 auto;
}
.promotion .package-view {
  display: none;
}
.promotion .package-view.active {
  display: block;
}
.promotion .package-view .col {
  float: left;
  width: 365px;
  height: 365px;
  font-size: 0;
  vertical-align: top;
  margin-right: 2px;
}
.promotion .package-view .col:nth-child(3n) {
  margin-right: 0;
}
.promotion .package-view .col a {
  display: block;
}
.promotion .package-view .package-price {
  position: relative;
  width: 1100px;
  margin: 40px auto 0;
  padding: 30px 40px 22px;
  float: left;
  text-align: left;
  position: relative;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
}
.promotion .package-view .package-price .package-flag {
  position: relative;
}
.promotion .package-view .package-price .package-flag span {
  display: inline-block;
  margin-right: 10px;
  padding: 8px 16px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #E91C00;
  line-height: 1;
  border-radius: 60px;
  border: 1px solid #E91C00;
}
.promotion .package-view .package-price .package-flag span.live {
  color: #fff;
  background-color: #E91C00;
}
.promotion .package-view .package-price .package-title {
  margin-top: 11px;
  font-weight: 900;
  font-size: 44px;
  color: #222;
  letter-spacing: -2px;
  line-height: 1.3;
}
.promotion .package-view .package-price .package-title small {
  display: block;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.3;
}
.promotion .package-view .package-price .price-list {
  margin-top: 30px;
}
.promotion .package-view .package-price .price-list .list-box {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 80%;
}
.promotion .package-view .package-price .price-list .checkbox {
  display: flex;
  padding-right: 45px;
}
.promotion .package-view .package-price .price-list .checkbox input {
  position: relative;
  top: -4px;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  line-height: 1;
  vertical-align: top;
  border: 1px solid #ddd;
}
.promotion .package-view .package-price .price-list .checkbox label {
  letter-spacing: -1.5px;
  line-height: 1;
  font-size: 20px;
  vertical-align: top;
  color: #333;
  font-weight: 400;
}
.promotion .package-view .package-price .price-list .price-box {
  position: absolute;
  top: 38px;
  right: 235px;
  text-align: right;
}
.promotion .package-view .package-price .price-list .price-box div {
  display: block;
}
.promotion .package-view .package-price .price-list .price-box .before {
  margin-bottom: 8px;
  font-size: 28px;
  color: #999;
  font-weight: 400;
  text-decoration: line-through;
  line-height: 100%; /* 28px */
  letter-spacing: -1.4px;
}
.promotion .package-view .package-price .price-list .price-box .before.none {
  height: 28px;
  text-decoration: none;
}
.promotion .package-view .package-price .price-list .price-box .after {
  font-size: 65px;
  font-weight: 900;
  color: #E91C00;
  letter-spacing: -3px;
  line-height: 1;
}
.promotion .package-view .package-price .price-list .notice {
  margin-top: 20px;
}
.promotion .package-view .package-price .btn-action {
  position: absolute;
  top: 49px;
  right: 40px;
  width: 170px;
  height: 170px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  font-family: "Noto Sans KR";
  letter-spacing: -1.5px;
  border-radius: 14.223px;
  background: #E91C00;
  box-shadow: 0px -4.346px 12.168px 0px rgba(0, 0, 0, 0.2) inset;
}
.promotion .package-view .package-price .btn-action.icon-pointer:after {
  top: 65%;
  right: -32px;
}
.promotion .package-view .package-price .btn-view {
  position: relative;
  top: -6px;
  margin-left: 6px;
  padding: 0 26px 0 10px;
  height: 32px;
  line-height: 32px;
  letter-spacing: -0.7px;
  color: #7E7E7E;
  font-size: 14px;
  font-weight: 500;
  background: transparent;
  border-radius: 2px;
  border: 1px solid #A5A5A5;
}
.promotion .package-view .package-price .btn-view {
  position: relative;
  display: inline-block;
}
.promotion .package-view .package-price .btn-view:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  margin-top: -0.3472222222vw;
  border-width: 0;
  border-style: solid;
  border-color: #A5A5A5;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.3888888889vw;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .promotion .package-view .package-price .btn-view:before {
    width: 5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .package-view .package-price .btn-view:before {
    height: 5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .package-view .package-price .btn-view:before {
    margin-top: -2.5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .package-view .package-price .btn-view:before {
    right: 10px;
  }
}
.promotion .package-view .package-price.total .price-list .list-box {
  position: relative;
  padding-left: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.promotion .package-view .package-price.total .price-list .checkbox {
  margin: 3px 0;
}
.promotion .package-view .package-price.total .price-list .checkbox.rowspan {
  position: absolute;
  top: 0;
  left: 0;
}
.promotion .package-view .package-price.total .price-list .checkbox.rowspan label {
  margin-left: 5px;
  line-height: 1.2;
}
.promotion .package-view .package-price.total .price-list .price-box {
  position: absolute;
  top: 49px;
  right: 284px;
  text-align: right;
}
.promotion .package-view .package-price.total .price-list .price-box div {
  display: block;
}
.promotion .package-view .package-price.total .price-list .price-box .before {
  font-size: 28px;
  color: #999;
  font-weight: 400;
  text-decoration: line-through;
}
.promotion .package-view .package-price.total .price-list .price-box .after {
  font-size: 65px;
  font-weight: 900;
  color: #E91C00;
  letter-spacing: -3px;
  line-height: 1;
}
.promotion .sector-apply {
  padding: 100px 0;
  /* PROGRESS 자세히보기 버튼 */
}
.promotion .sector-apply .apply-title {
  position: relative;
  padding-bottom: 60px;
  font-size: 46px;
  font-weight: 900;
  color: #222;
  letter-spacing: -2px;
  line-height: 1.4;
}
.promotion .sector-apply .btn-time {
  position: absolute;
  top: 130px;
  right: 50px;
}
.promotion .sector-apply .btn-time a {
  position: relative;
  padding: 0 31px 0 20px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background: #222;
  border-radius: 4px;
}
.promotion .sector-apply .btn-time a {
  position: relative;
  display: inline-block;
}
.promotion .sector-apply .btn-time a: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: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.2222222222vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .btn-time a:before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .btn-time a:before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .btn-time a:before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .btn-time a:before {
    right: 16px;
  }
}
.promotion .sector-apply .apply-tab li {
  float: left;
  width: 50%;
  height: 52px;
  text-align: center;
  line-height: 52px;
  color: #222;
  font-size: 20px;
  cursor: pointer;
  font-weight: 700;
  background: #D9D9D9;
}
.promotion .sector-apply .apply-tab li.active {
  color: #fff;
  font-weight: 900;
  background: #222;
}
.promotion .sector-apply .apply-sub-tab {
  display: flex;
}
.promotion .sector-apply .apply-sub-tab li {
  cursor: pointer;
  width: 33.3333333333%;
  height: 85px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
  background: #858585;
}
.promotion .sector-apply .apply-sub-tab li + li {
  margin-left: 1px;
}
.promotion .sector-apply .apply-sub-tab li.active {
  color: #222;
  font-weight: 700;
  background: #FFD900;
}
.promotion .sector-apply .package-view .package-price {
  background-color: #fef9e6;
}
.promotion .sector-apply .apply-view {
  display: none;
}
.promotion .sector-apply .apply-view.active {
  display: block;
}
.promotion .sector-apply .apply-view table {
  width: 100%;
  background: #fff;
}
.promotion .sector-apply .apply-view table thead th {
  padding: 18px 0;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #222;
  border-bottom: 1px solid #ddd;
}
.promotion .sector-apply .apply-view table tbody .noneborder td.product-title::before {
  display: none;
}
.promotion .sector-apply .apply-view table tbody td {
  border-bottom: 1px solid #ddd;
}
.promotion .sector-apply .apply-view table tbody td.profile {
  text-align: left;
  background: #fed047;
  vertical-align: bottom;
}
.promotion .sector-apply .apply-view table tbody td.profile img {
  width: 150px;
  display: inline-block;
}
.promotion .sector-apply .apply-view table tbody td.book {
  font-size: 20px;
  color: #222;
  font-weight: 700;
  background: #FEFCF2;
}
.promotion .sector-apply .apply-view table tbody td.desc {
  padding: 15px 30px 3px;
  text-align: left;
  border-bottom: 0;
}
.promotion .sector-apply .apply-view table tbody td.desc .teacher-name {
  font-size: 24px;
  color: #222;
  font-weight: 900;
  line-height: 1;
}
.promotion .sector-apply .apply-view table tbody td.desc .lecture-title {
  font-weight: 900;
  font-size: 22px;
  color: #222;
  line-height: 1.4;
}
.promotion .sector-apply .apply-view table tbody td.desc .lecture-desc {
  display: inline-block;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #444;
  line-height: 1.4;
}
.promotion .sector-apply .apply-view table tbody td.product-title {
  position: relative;
  padding: 10px 30px;
  text-align: left;
  font-weight: 400;
  color: #444;
}
.promotion .sector-apply .apply-view table tbody td.product-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 14px;
  height: 4px;
  background-color: #fff;
}
.promotion .sector-apply .apply-view table tbody td.product-title small {
  color: #888;
  font-size: 14px;
}
.promotion .sector-apply .apply-view table tbody td.lecture-price {
  font-size: 24px;
  font-weight: 500;
  color: #999;
  text-align: right;
}
.promotion .sector-apply .apply-view table tbody td.lecture-price span {
  color: #999;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 20px */
  letter-spacing: -0.8px;
  text-decoration-line: line-through;
}
.promotion .sector-apply .apply-view table tbody td.lecture-price strong {
  display: inline-block;
  color: #E91C00;
  font-family: "Roboto";
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  line-height: 41.229px; /* 158.573% */
  letter-spacing: -0.78px;
}
.promotion .sector-apply .apply-view table tbody td.lecture-price u {
  text-decoration: line-through;
  font-size: 20px;
  line-height: 1.4;
}
.promotion .sector-apply .apply-view table tbody td.lecture-price u:after {
  content: "→";
  display: inline-block;
}
.promotion .sector-apply .apply-view table tbody td.lecture-price u + strong {
  color: #E91C00;
}
.promotion .sector-apply .apply-view table tbody td.checkbox input {
  width: 20px;
  height: 20px;
}
.promotion .sector-apply .total-price {
  position: relative;
  width: 1100px;
  margin: 50px auto 0;
  padding: 20px 40px 30px;
  min-height: 150px;
  margin-top: 50px;
  text-align: left;
  border-radius: 20px;
  background: #FFF7D7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.promotion .sector-apply .total-price .select-list {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.promotion .sector-apply .total-price .select-list li {
  position: relative;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
}
.promotion .sector-apply .total-price .select-list li + li {
  margin-top: 5px;
}
.promotion .sector-apply .total-price .select-list li strong {
  position: absolute;
  font-size: 18px;
  font-weight: 700;
  color: #222;
  right: 0;
}
.promotion .sector-apply .total-price .price-area {
  position: relative;
  padding-right: 272px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.promotion .sector-apply .total-price .price-area span, .promotion .sector-apply .total-price .price-area strong {
  display: inline-block;
  font-weight: 900;
  font-size: 40px;
  line-height: 95px;
  color: #222;
  vertical-align: middle;
  letter-spacing: -2px;
}
.promotion .sector-apply .total-price .price-area span {
  float: left;
}
.promotion .sector-apply .total-price .price-area strong {
  float: right;
  color: #E91C00;
  font-size: 65px;
  letter-spacing: -3.25px;
}
.promotion .sector-apply .total-price .btn-action {
  position: absolute;
  bottom: 30px;
  right: 40px;
  width: 228px;
  height: 95px;
  line-height: 95px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -2px;
  border-radius: 14.223px;
  background: #E91C00;
  box-shadow: 0px 3.477px 3.477px 0px rgba(255, 255, 255, 0.25) inset, 0px -4.346px 12.168px 0px rgba(0, 0, 0, 0.2) inset;
}
.promotion .sector-apply .apply-table {
  width: 1100px;
  margin: 70px auto;
  border-top: 2px solid #000;
}
.promotion .sector-apply .apply-table .text-left {
  padding-left: 20px;
  text-align: left;
}
.promotion .sector-apply .apply-table thead th {
  border-bottom: 2px solid #000;
}
.promotion .sector-apply .apply-table th, .promotion .sector-apply .apply-table td {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  padding: 14px 4px;
  text-align: center;
  line-height: normal;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  letter-spacing: -1px;
  line-height: 1.4;
  background: #fff;
  border-bottom: 1px solid #bcbcbc;
  border-left: 1px solid #d2d2d2;
}
.promotion .sector-apply .apply-table th li, .promotion .sector-apply .apply-table td li {
  line-height: 1.4;
}
.promotion .sector-apply .apply-table th li + li, .promotion .sector-apply .apply-table td li + li {
  margin-top: 4px;
}
.promotion .sector-apply .apply-table th:first-child, .promotion .sector-apply .apply-table td:first-child {
  border-left-width: 0;
}
.promotion .sector-apply .apply-table th {
  font-weight: 700;
  background: #eee;
}
.promotion .sector-apply .apply-table .highlight {
  color: #ff0000;
}
.promotion .sector-apply .apply-table .btn-card {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  padding: 4px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.promotion .sector-apply .apply-table .btn-card:after {
  content: ">";
  font-family: dotum;
  font-size: 11px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 1px;
  vertical-align: top;
}
.promotion .sector-apply .apply-table .text-desc {
  font-size: 15px;
}
.promotion .sector-apply .apply-table .select {
  position: relative;
  padding: 0;
}
.promotion .sector-apply .apply-table .select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  outline: 0;
  border: 0;
  padding: 0 16px;
  border-radius: 0;
  color: #999;
  font-size: 14px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.promotion .sector-apply .apply-table .select select::-ms-expand {
  display: none;
}
.promotion .sector-apply .apply-table .select select:hover,
.promotion .sector-apply .apply-table .select select:focus {
  color: #000;
}
.promotion .sector-apply .apply-table .select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.promotion .sector-apply .apply-table .select-arrow {
  position: absolute;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -10px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: rotate(135deg);
}
.promotion .sector-apply .apply-table .select select:hover ~ .select-arrow,
.promotion .sector-apply .apply-table .select select:focus ~ .select-arrow {
  border-color: #000;
}
.promotion .sector-apply .apply-table .select select:disabled ~ .select-arrow {
  border-color: #999;
}
.promotion .sector-apply .apply-table .price {
  letter-spacing: -1px;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.promotion .sector-apply .apply-table .price .before {
  color: #999;
  font-size: 14px;
}
.promotion .sector-apply .apply-table .price .after {
  color: #EC0D0D;
  font-size: 24px;
  font-weight: 600;
}
.promotion .sector-apply .apply-table .price .line {
  text-decoration: line-through;
}
.promotion .sector-apply .apply-table-desc th {
  text-align: center;
  background-color: #f5f7f9;
}
.promotion .sector-apply .apply-table-desc td {
  text-align: left;
  padding: 14px;
}
.promotion .sector-apply .apply-result {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
  border-top: 1px solid #C9C9C9;
  padding-top: 40px;
  margin-top: 40px;
}
.promotion .sector-apply .apply-result .sum {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.06em;
}
.promotion .sector-apply .apply-result .action {
  display: flex;
  gap: 10px;
}
.promotion .sector-apply .btn_style01 {
  display: inline-block;
  background-color: #868686;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.promotion .sector-apply .btn_style01 span {
  display: inline-block;
  padding-right: 17px;
  padding-left: 7px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -1px;
  background: url("https://img.eduwill.net/Img2/Common/Product/applyCommon/bg_btnRight.gif") right 0 no-repeat;
}/*# sourceMappingURL=web.css.map */