@charset "UTF-8";
.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-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-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-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;
  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;
}

.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-start;
  animation-direction: normal;
}
@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 ::-moz-placeholder, .product ::-moz-placeholder, .product-eco ::-moz-placeholder, .fullservice ::-moz-placeholder {
  color: #999 !important;
  font-weight: 700;
  font-size: 3.0555555556vw;
  letter-spacing: -0.2083333333vw;
}
.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 ::-moz-placeholder, .product ::-moz-placeholder, .product-eco ::-moz-placeholder, .fullservice ::-moz-placeholder {
    font-size: 22px;
  }
  .promotion ::placeholder,
  .product ::placeholder,
  .product-eco ::placeholder,
  .fullservice ::placeholder {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .promotion ::-moz-placeholder, .product ::-moz-placeholder, .product-eco ::-moz-placeholder, .fullservice ::-moz-placeholder {
    letter-spacing: -1.5px;
  }
  .promotion ::placeholder,
  .product ::placeholder,
  .product-eco ::placeholder,
  .fullservice ::placeholder {
    letter-spacing: -1.5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion ::-moz-placeholder, .product ::-moz-placeholder, .product-eco ::-moz-placeholder, .fullservice ::-moz-placeholder {
    font-size: 20px;
  }
  .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;
  }
}

.promotion .motion-1,
.product-eco .motion-1 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-2,
.product-eco .motion-2 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-3,
.product-eco .motion-3 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-4,
.product-eco .motion-4 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-5,
.product-eco .motion-5 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-6,
.product-eco .motion-6 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-7,
.product-eco .motion-7 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-8,
.product-eco .motion-8 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-9,
.product-eco .motion-9 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-10,
.product-eco .motion-10 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-11,
.product-eco .motion-11 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-12,
.product-eco .motion-12 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-1,
.product-eco .motion-y-rivers-1 {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-2,
.product-eco .motion-y-rivers-2 {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-3,
.product-eco .motion-y-rivers-3 {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-4,
.product-eco .motion-y-rivers-4 {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-5,
.product-eco .motion-y-rivers-5 {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-6,
.product-eco .motion-y-rivers-6 {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-7,
.product-eco .motion-y-rivers-7 {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-8,
.product-eco .motion-y-rivers-8 {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-9,
.product-eco .motion-y-rivers-9 {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-10,
.product-eco .motion-y-rivers-10 {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-11,
.product-eco .motion-y-rivers-11 {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-12,
.product-eco .motion-y-rivers-12 {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-1,
.product-eco .motion-x-1 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-2,
.product-eco .motion-x-2 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-3,
.product-eco .motion-x-3 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-4,
.product-eco .motion-x-4 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-5,
.product-eco .motion-x-5 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-6,
.product-eco .motion-x-6 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-7,
.product-eco .motion-x-7 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-8,
.product-eco .motion-x-8 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-9,
.product-eco .motion-x-9 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-10,
.product-eco .motion-x-10 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-1,
.product-eco .motion-x-r-1 {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-2,
.product-eco .motion-x-r-2 {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-3,
.product-eco .motion-x-r-3 {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-4,
.product-eco .motion-x-r-4 {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-5,
.product-eco .motion-x-r-5 {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-6,
.product-eco .motion-x-r-6 {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-7,
.product-eco .motion-x-r-7 {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-8,
.product-eco .motion-x-r-8 {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-9,
.product-eco .motion-x-r-9 {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-10,
.product-eco .motion-x-r-10 {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-1,
.product-eco .motion-box-1 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-2,
.product-eco .motion-box-2 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-3,
.product-eco .motion-box-3 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-4,
.product-eco .motion-box-4 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-5,
.product-eco .motion-box-5 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-6,
.product-eco .motion-box-6 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-7,
.product-eco .motion-box-7 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-8,
.product-eco .motion-box-8 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-9,
.product-eco .motion-box-9 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-10,
.product-eco .motion-box-10 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-scale-y-1,
.product-eco .motion-scale-y-1 {
  opacity: 0;
  transform: scaleY(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center bottom;
}
.promotion .motion-scale-y-2,
.product-eco .motion-scale-y-2 {
  opacity: 0;
  transform: scaleY(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center bottom;
}
.promotion .motion-scale-y-3,
.product-eco .motion-scale-y-3 {
  opacity: 0;
  transform: scaleY(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center bottom;
}
.promotion .motion-graph-end,
.product-eco .motion-graph-end {
  opacity: 0;
  transform: scale(1, 1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center center;
}
.promotion .motion-stamp-1,
.product-eco .motion-stamp-1 {
  opacity: 0;
  transform: scale(1.5, 1.5);
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center center;
}
.promotion .active .motion-1,
.product-eco .active .motion-1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.promotion .active .motion-2,
.product-eco .active .motion-2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.promotion .active .motion-3,
.product-eco .active .motion-3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.promotion .active .motion-4,
.product-eco .active .motion-4 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}
.promotion .active .motion-5,
.product-eco .active .motion-5 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
.promotion .active .motion-6,
.product-eco .active .motion-6 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}
.promotion .active .motion-7,
.product-eco .active .motion-7 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.4s;
}
.promotion .active .motion-8,
.product-eco .active .motion-8 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.6s;
}
.promotion .active .motion-9,
.product-eco .active .motion-9 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.8s;
}
.promotion .active .motion-10,
.product-eco .active .motion-10 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2s;
}
.promotion .active .motion-11,
.product-eco .active .motion-11 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2.2s;
}
.promotion .active .motion-12,
.product-eco .active .motion-12 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2.4s;
}
.promotion .active .motion-y-rivers-1,
.product-eco .active .motion-y-rivers-1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.promotion .active .motion-y-rivers-2,
.product-eco .active .motion-y-rivers-2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.promotion .active .motion-y-rivers-3,
.product-eco .active .motion-y-rivers-3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.promotion .active .motion-y-rivers-4,
.product-eco .active .motion-y-rivers-4 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}
.promotion .active .motion-y-rivers-5,
.product-eco .active .motion-y-rivers-5 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
.promotion .active .motion-y-rivers-6,
.product-eco .active .motion-y-rivers-6 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}
.promotion .active .motion-y-rivers-7,
.product-eco .active .motion-y-rivers-7 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.4s;
}
.promotion .active .motion-y-rivers-8,
.product-eco .active .motion-y-rivers-8 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.6s;
}
.promotion .active .motion-y-rivers-9,
.product-eco .active .motion-y-rivers-9 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.8s;
}
.promotion .active .motion-y-rivers-10,
.product-eco .active .motion-y-rivers-10 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2s;
}
.promotion .active .motion-y-rivers-11,
.product-eco .active .motion-y-rivers-11 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2.2s;
}
.promotion .active .motion-y-rivers-12,
.product-eco .active .motion-y-rivers-12 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2.4s;
}
.promotion .active .motion-x-1,
.product-eco .active .motion-x-1 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}
.promotion .active .motion-x-2,
.product-eco .active .motion-x-2 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}
.promotion .active .motion-x-3,
.product-eco .active .motion-x-3 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s;
}
.promotion .active .motion-x-4,
.product-eco .active .motion-x-4 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.8s;
}
.promotion .active .motion-x-5,
.product-eco .active .motion-x-5 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s;
}
.promotion .active .motion-x-6,
.product-eco .active .motion-x-6 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.2s;
}
.promotion .active .motion-x-7,
.product-eco .active .motion-x-7 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.4s;
}
.promotion .active .motion-x-8,
.product-eco .active .motion-x-8 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.6s;
}
.promotion .active .motion-x-9,
.product-eco .active .motion-x-9 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.8s;
}
.promotion .active .motion-x-10,
.product-eco .active .motion-x-10 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 2s;
}
.promotion .active .motion-x-r-1,
.product-eco .active .motion-x-r-1 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}
.promotion .active .motion-x-r-2,
.product-eco .active .motion-x-r-2 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}
.promotion .active .motion-x-r-3,
.product-eco .active .motion-x-r-3 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s;
}
.promotion .active .motion-x-r-4,
.product-eco .active .motion-x-r-4 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.8s;
}
.promotion .active .motion-x-r-5,
.product-eco .active .motion-x-r-5 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s;
}
.promotion .active .motion-x-r-6,
.product-eco .active .motion-x-r-6 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.2s;
}
.promotion .active .motion-x-r-7,
.product-eco .active .motion-x-r-7 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.4s;
}
.promotion .active .motion-x-r-8,
.product-eco .active .motion-x-r-8 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.6s;
}
.promotion .active .motion-x-r-9,
.product-eco .active .motion-x-r-9 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.8s;
}
.promotion .active .motion-x-r-10,
.product-eco .active .motion-x-r-10 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 2s;
}
.promotion .active .motion-box-1,
.product-eco .active .motion-box-1 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.1s;
}
.promotion .active .motion-box-2,
.product-eco .active .motion-box-2 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.2s;
}
.promotion .active .motion-box-3,
.product-eco .active .motion-box-3 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.3s;
}
.promotion .active .motion-box-4,
.product-eco .active .motion-box-4 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.4s;
}
.promotion .active .motion-box-5,
.product-eco .active .motion-box-5 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.5s;
}
.promotion .active .motion-box-6,
.product-eco .active .motion-box-6 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.6s;
}
.promotion .active .motion-box-7,
.product-eco .active .motion-box-7 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.7s;
}
.promotion .active .motion-box-8,
.product-eco .active .motion-box-8 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.8s;
}
.promotion .active .motion-box-9,
.product-eco .active .motion-box-9 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.9s;
}
.promotion .active .motion-box-10,
.product-eco .active .motion-box-10 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1s;
}
.promotion .active .motion-scale-y-1,
.product-eco .active .motion-scale-y-1 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.1s;
  transform-origin: center bottom;
}
.promotion .active .motion-scale-y-2,
.product-eco .active .motion-scale-y-2 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.2s;
  transform-origin: center bottom;
}
.promotion .active .motion-scale-y-3,
.product-eco .active .motion-scale-y-3 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.3s;
  transform-origin: center bottom;
}
.promotion .active .motion-graph-end,
.product-eco .active .motion-graph-end {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 2.2s;
  transform-origin: center center;
}
.promotion .active .motion-stamp-1,
.product-eco .active .motion-stamp-1 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.1s;
  transform-origin: center center;
}

.eduf-layer .eduf-layer-content {
  width: 100%;
}
.eduf-layer .eduf-layer-content img {
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .eduf-layer .eduf-layer-content {
    width: 720px;
  }
}
.eduf-layer#edufLayerBase .eduf-layer-content {
  padding: 20px;
}
.eduf-layer#edufLayerBase .eduf-layer-content p {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: normal;
  font-size: 1.8055555556vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer#edufLayerBase .eduf-layer-content p {
    font-size: 13px;
  }
}
@media screen and (min-width: 1100px) {
  .eduf-layer#edufLayerBase .eduf-layer-content p {
    font-size: 14px;
  }
}
.eduf-layer#edufLayerBase .eduf-layer-content p strong {
  font-weight: 600;
}
.eduf-layer#edufLayerSchedule .eduf-layer-title {
  padding-top: 20px;
  text-align: center;
  background-color: #fff;
}
.eduf-layer#edufLayerSchedule .eduf-layer-title strong {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
}
.eduf-layer#edufLayerSchedule .notice {
  margin-top: 10px;
  line-height: 1.4;
  font-size: 12px;
  display: inline-block;
}
.eduf-layer#edufLayerSchedule .eduf-layer-content {
  padding: 20px;
}
.eduf-layer#edufLayerSchedule .eduf-layer-content .table-box {
  margin-bottom: 10px;
}
.eduf-layer#edufLayerSchedule .eduf-layer-content table {
  width: 100%;
  border-left: 1px solid #d3d3d3;
  border-top: 1px solid #d3d3d3;
  text-align: center;
}
.eduf-layer#edufLayerSchedule .eduf-layer-content table thead th {
  background: #ebebeb;
}
.eduf-layer#edufLayerSchedule .eduf-layer-content table tbody th {
  min-width: 45px;
}
.eduf-layer#edufLayerSchedule .eduf-layer-content table td, .eduf-layer#edufLayerSchedule .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#edufLayerSchedule .eduf-layer-content table td small, .eduf-layer#edufLayerSchedule .eduf-layer-content table th small {
  font-size: 11px;
}

.promotion {
  overflow: hidden;
}
.promotion * {
  font-family: Pretendard, "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: 5%;
  z-index: 1;
  display: block;
  width: 7.9166666667vw;
  height: 9.0277777778vw;
  background: url("https://img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_12.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: 57px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer:after {
    height: 65px;
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.promotion .icon-pointer::after {
  right: -1%;
  background: url("https://img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_16.png") no-repeat 0 0;
  background-size: 100% auto;
}
.promotion .only-mobile {
  display: none;
}
.promotion .fix-wing {
  z-index: 100;
  position: fixed;
  bottom: 150px;
  right: 20px;
  opacity: 0;
}
.promotion .fix-wing a {
  display: block;
}
.promotion .fix-wing a:not(:first-child) {
  margin-top: 20px;
}
.promotion .fix-bottom {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  text-align: center;
  background: #222;
  opacity: 0;
}
.promotion .fix-bottom a {
  position: relative;
  display: block;
}
.promotion .fix-bottom a .flag {
  position: absolute;
  top: 8px;
  left: 38px;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  color: #FFF;
  letter-spacing: -0.42px;
  animation-name: titleFlagMotion;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
  animation-direction: normal;
}
@keyframes titleFlagMotion {}
.promotion .fix-bottom a.icon-pointer::after {
  right: -1%;
  top: 65%;
}
.promotion .slick-dots {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.promotion .slick-dots li {
  margin: 0 4px;
}
.promotion .slick-dots li button {
  width: 10px;
  height: 10px;
  text-indent: -9999em;
  border-radius: 10px;
  background: #EEE;
  transition: all 0.3s;
  overflow: hidden;
}
.promotion .slick-dots li.slick-active button {
  width: 30px;
  background: #FFB200;
}
.promotion .flag-motion {
  position: absolute;
  top: 80px;
  left: 50%;
  display: inline-block;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  color: #FFF;
  letter-spacing: -0.54px;
  padding: 12px 20px 10px;
  border-radius: 80px;
  background: #FE0102;
  animation-name: titleFlagMotion;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
  animation-direction: normal;
  transform: translateX(-50%);
}
@keyframes titleFlagMotion {}
.promotion .sector-title {
  background-image: url("https://img.eduwill.net/eduwill/img/2025/L/event/250915/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;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  background: linear-gradient(180deg, #000 0%, #271D00 59.12%, #2A1F00 100%);
}
.promotion .sector-title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 176px;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("https://img.eduwill.net/eduwill/img/2025/L/event/250915/pc/title_after.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-title [class^=title-] {
  z-index: 3;
  position: absolute;
  left: 50%;
  opacity: 0;
}
.promotion .sector-title .title-item {
  position: relative;
  left: auto;
}
.promotion .sector-title .title-text {
  top: 132px;
  margin-left: -251px;
}
.promotion .sector-title .title-flag {
  top: 80px;
  display: inline-block;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  color: #FFF;
  letter-spacing: -0.54px;
  margin-left: -69px;
  padding: 12px 20px 10px;
  border-radius: 80px;
  background: #FE0102;
  animation-name: titleFlagMotion;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
  animation-direction: normal;
}
@keyframes titleFlagMotion {
  0%, 100% {
    color: #FFF;
  }
  50% {
    color: transparent;
  }
}
.promotion .sector-process {
  background-color: #000;
  background-image: url("https://img.eduwill.net/eduwill/img/2025/L/event/250915/pc/bg_process.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-process .wrap {
  width: 1300px;
}
.promotion .sector-process .process-container {
  position: relative;
  width: 1160px;
  height: 491px;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: border-box;
}
.promotion .sector-process .process-container img {
  width: 100%;
  margin-top: -156px;
}
.promotion .sector-process .process-container .timer-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 550px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("https://img.eduwill.net/eduwill/img/2025/L/event/250915/pc/bg_timer.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.promotion .sector-process .process-container .timer-container .timer {
  display: flex;
}
.promotion .sector-process .process-container .timer-container .timer * {
  line-height: 1;
}
.promotion .sector-process .process-container .timer-container .timer li {
  font-size: 30px;
  font-weight: 700;
  background: linear-gradient(180deg, #FFF175 0%, #FFA70F 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promotion .sector-process .process-container .timer-container .timer .d-day {
  margin-right: 12px;
}
.promotion .sector-process .process-container .process-item {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 66px;
  font-size: 20px;
  color: #FFF;
  border-radius: 10px;
  background: rgba(105, 105, 105, 0.4);
  background: linear-gradient(180deg, rgba(105, 105, 105, 0.4) 0%, rgba(25, 25, 25, 0.4) 100%);
}
.promotion .sector-process .process-container .process-item:after {
  background-image: url("https://img.eduwill.net/eduwill/img/2025/L/event/250915/pc/process_arrow.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  content: "";
  position: absolute;
  width: 32px;
  height: 25px;
  opacity: 0.3;
  filter: grayscale(100);
  transition: all 0.5s;
}
.promotion .sector-process .process-container .process-item.first {
  left: 0;
  top: -4px;
}
.promotion .sector-process .process-container .process-item.first:after {
  right: -448px;
}
.promotion .sector-process .process-container .process-item.second {
  right: 0;
  top: 0;
}
.promotion .sector-process .process-container .process-item.second:after {
  transform: rotate(90deg);
  bottom: -190px;
}
.promotion .sector-process .process-container .process-item.third {
  right: 0;
  bottom: 0;
}
.promotion .sector-process .process-container .process-item.third:after {
  transform: rotate(180deg);
  left: -448px;
}
.promotion .sector-process .process-container .process-item.fourth {
  left: 0;
  bottom: 0;
}
.promotion .sector-process .process-container .process-item.fourth:after {
  transform: rotate(270deg);
  top: -190px;
}
.promotion .sector-process .process-container .process-item.active {
  color: #000;
  font-weight: 700;
  background: #FFF175;
  background: linear-gradient(180deg, #FFF175 0%, #FFA70F 100%);
}
.promotion .sector-process .process-container .process-item.active:after {
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.6s;
  filter: grayscale(0);
}
.promotion .sector-teacher {
  background-color: #FFF;
  background-image: url("https://img.eduwill.net/eduwill/img/2025/L/event/250915/pc/bg_teacher.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-teacher .teacher-slide {
  width: 1160px;
  margin: 0 auto;
}
.promotion .sector-teacher .teacher-slide .slick-slide {
  width: 1160px;
  font-size: 0;
  margin: 0 20px;
}
.promotion .sector-note {
  background: #FFF;
}
.promotion .sector-pack {
  background-color: #000;
  background-image: url("https://img.eduwill.net/eduwill/img/2025/L/event/250915/pc/bg_pack.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-pack:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 353px;
  background-image: url("https://img.eduwill.net/eduwill/img/2025/L/event/250915/pc/pack_after.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-pack .motion-1 {
  z-index: 3;
  position: relative;
}
.promotion .sector-lecture {
  padding-bottom: 100px;
  background-color: #140F00;
  background-image: url("https://img.eduwill.net/eduwill/img/2025/L/event/250915/pc/bg_lecture.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-lecture * {
  word-break: keep-all;
  word-wrap: break-word;
}
.promotion .sector-lecture .table-wrap {
  width: 1100px;
  margin: 0 auto;
}
.promotion .sector-lecture .info-table {
  margin-bottom: 10px;
}
.promotion .sector-lecture .info-table .dis {
  font-size: 16px;
  color: #FFC900;
}
.promotion .sector-lecture .info-table tr {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.promotion .sector-lecture .info-table tr:first-child {
  border-top: 3px solid #FFF;
}
.promotion .sector-lecture .info-table tr:last-child {
  border-bottom: 3px solid #FFF;
}
.promotion .sector-lecture .info-table th, .promotion .sector-lecture .info-table td {
  color: #FFF;
  text-align: left;
  padding: 30px 0;
}
.promotion .sector-lecture .info-table th {
  width: 271px;
  font-size: 20px;
  line-height: 110%;
  vertical-align: top;
  padding-left: 55px;
}
.promotion .sector-lecture .info-table td {
  font-size: 18px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.7);
}
.promotion .sector-lecture .info-table tr:last-child th, .promotion .sector-lecture .info-table tr:last-child td {
  border-bottom: 0;
}
.promotion .sector-lecture .dis-list li {
  position: relative;
  line-height: 150%;
  padding-left: 10px;
}
.promotion .sector-lecture .dis-list li:before {
  content: "-";
  position: absolute;
  left: 0;
}
.promotion .sector-lecture .lecture-btn {
  margin-top: 40px;
}
.promotion .sector-lecture .lecture-btn.icon-pointer:after {
  right: 10%;
}/*# sourceMappingURL=web.css.map */