@charset "UTF-8";
.promotion .wrap, .grid {
  *zoom: 1;
}
.promotion .wrap::before, .grid::before, .promotion .wrap::after, .grid::after {
  content: "";
  display: table;
}
.promotion .wrap::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;
}

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

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

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

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

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

.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;
  width: 100%;
  margin: 0 auto;
}

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

.eduf-layer * {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.eduf-layer-review .eduf-layer-wrap {
  max-width: 88.8888888889vw;
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-wrap {
    max-width: 640px;
  }
}
.eduf-layer-review .eduf-layer-title {
  position: relative;
  padding: 3.3333333333vw 5.5555555556vw;
  background-color: #222222;
}
@media screen and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-title {
    padding: 24px 40px;
  }
}
.eduf-layer-review .eduf-layer-title strong {
  font-size: 4.4444444444vw;
  color: #fff;
}
@media screen and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-title strong {
    font-size: 32px;
  }
}
@media screen and (min-width: 1100px) {
  .eduf-layer-review .eduf-layer-title strong {
    font-size: 20px;
  }
}
.eduf-layer-review .eduf-layer-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 4.4444444444vw;
  height: 4.4444444444vw;
  right: 5.5555555556vw;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-close {
    width: 32px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-close {
    height: 32px;
  }
}
.eduf-layer-review .eduf-layer-close::before, .eduf-layer-review .eduf-layer-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 16px;
  height: 2px;
  margin-left: -8px;
  background-color: #fff;
}
.eduf-layer-review .eduf-layer-close::before {
  transform: rotate(45deg);
}
.eduf-layer-review .eduf-layer-close::after {
  transform: rotate(315deg);
}
.eduf-layer-review .eduf-layer-close span {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}
@media screen and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-close {
    right: 40px;
  }
}
@media screen and (min-width: 1100px) {
  .eduf-layer-review .eduf-layer-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 8.8888888889vw;
    height: 8.8888888889vw;
    top: 50%;
    right: 20px;
  }
}
@media screen and (min-width: 1100px) and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-close {
    width: 64px;
  }
}
@media screen and (min-width: 1100px) and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-close {
    height: 64px;
  }
}
@media screen and (min-width: 1100px) {
  .eduf-layer-review .eduf-layer-close::before, .eduf-layer-review .eduf-layer-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 32px;
    height: 2px;
    margin-left: -16px;
    background-color: #fff;
  }
  .eduf-layer-review .eduf-layer-close::before {
    transform: rotate(45deg);
  }
  .eduf-layer-review .eduf-layer-close::after {
    transform: rotate(315deg);
  }
  .eduf-layer-review .eduf-layer-close span {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 0px;
    height: 0px;
    margin: -1px;
    padding: 0;
    word-break: keep-all;
    white-space: nowrap;
    color: transparent;
    border: 0;
    text-indent: -9999px;
  }
}
.eduf-layer-review .eduf-layer-content {
  padding: 4.4444444444vw 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-content {
    padding: 32px 40px;
  }
}
.eduf-layer-review .eduf-layer-content .form-wrapper .col {
  width: 100%;
  margin-bottom: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col {
    margin-bottom: 24px;
  }
}
.eduf-layer-review .eduf-layer-content .form-wrapper .col:last-child {
  margin-bottom: 0;
}
.eduf-layer-review .eduf-layer-content .form-wrapper .col label {
  display: flex;
  align-items: center;
  width: 100%;
}
.eduf-layer-review .eduf-layer-content .form-wrapper .col label p {
  min-width: 12.5vw;
  font-size: 4.1666666667vw;
  font-weight: 600;
  color: #000;
  margin-right: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col label p {
    min-width: 90px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col label p {
    font-size: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col label p {
    font-size: 16px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col label p {
    margin-right: 12px;
  }
}
.eduf-layer-review .eduf-layer-content .form-wrapper .col label input {
  width: 100%;
  height: 8.3333333333vw;
  border: 1px solid #dddddd !important;
  font-size: 4.1666666667vw;
  color: #000;
}
@media screen and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col label input {
    height: 60px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col label input {
    font-size: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col label input {
    font-size: 16px;
    height: 40px;
  }
}
.eduf-layer-review .eduf-layer-content .form-wrapper .col label textarea {
  width: 100%;
  height: 31.9444444444vw;
  font-size: 3.3333333333vw;
  color: #999999;
  padding: 2.7777777778vw 0;
  border: 1px solid #dddddd;
  border-left: none;
  border-right: none;
  resize: none;
}
@media screen and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col label textarea {
    height: 230px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col label textarea {
    font-size: 24px;
  }
}
@media screen and (min-width: 1100px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col label textarea {
    font-size: 16px;
    height: 180px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col label textarea {
    padding: 20px 0;
  }
}
.eduf-layer-review .eduf-layer-content .form-wrapper .col label select {
  width: 44.4444444444vw;
  height: 8.3333333333vw;
  font-size: 4.1666666667vw;
  border: 1px solid #dddddd;
  color: #000;
}
@media screen and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col label select {
    width: 320px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col label select {
    height: 60px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col label select {
    font-size: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col label select {
    font-size: 16px;
    height: 40px;
  }
}
.eduf-layer-review .eduf-layer-content .form-wrapper .col label .star-ratings {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  font-size: 5vw;
  unicode-bidi: bidi-override;
  line-height: 1;
  color: #aaaa9a;
  -webkit-text-fill-color: #dddddd;
}
@media screen and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col label .star-ratings {
    font-size: 36px;
  }
}
@media screen and (min-width: 1100px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col label .star-ratings {
    font-size: 20px;
  }
}
.eduf-layer-review .eduf-layer-content .form-wrapper .col label .star-ratings-fill {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  padding: 0;
  overflow: hidden;
  -webkit-text-fill-color: #fdc300;
}
.eduf-layer-review .eduf-layer-content .form-wrapper .col label .star-ratings-base {
  z-index: 0;
  padding: 0;
  display: flex;
}
.eduf-layer-review .eduf-layer-content .form-wrapper .col label .star {
  position: relative;
}
.eduf-layer-review .eduf-layer-content .form-wrapper .col label .star a {
  display: inline-block;
  vertical-align: middle;
  color: #222;
}
.eduf-layer-review .eduf-layer-content .form-wrapper .col label .star a i {
  display: inline-block;
  vertical-align: middle;
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  background-image: url("//img.eduwill.net/eduwill/img/common/icon/icon_star_off.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col label .star a i {
    width: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col label .star a i {
    height: 20px;
  }
}
.eduf-layer-review .eduf-layer-content .form-wrapper .col label .star a i.on {
  background-image: url("//img.eduwill.net/eduwill/img/common/icon/icon_star_on.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (min-width: 1100px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col label .star a i {
    width: 12px;
    height: 12px;
  }
}
.eduf-layer-review .eduf-layer-content .form-wrapper .col.other {
  display: flex;
  margin-bottom: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col.other {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1100px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col.other {
    justify-content: space-between;
    margin-bottom: 24px;
  }
}
.eduf-layer-review .eduf-layer-content .form-wrapper .col.other ul li {
  font-size: 3.3333333333vw;
  font-weight: 400;
  color: #000;
}
@media screen and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col.other ul li {
    font-size: 24px;
  }
}
@media screen and (min-width: 1100px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col.other ul li {
    font-size: 14px;
  }
}
.eduf-layer-review .eduf-layer-content .form-wrapper .col.other .typing {
  font-size: 3.3333333333vw;
  font-weight: 400;
  color: #000;
  margin-left: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col.other .typing {
    font-size: 24px;
  }
}
@media screen and (min-width: 1100px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col.other .typing {
    font-size: 14px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col.other .typing {
    margin-left: 40px;
  }
}
.eduf-layer-review .eduf-layer-content .form-wrapper .col.check-wrap input {
  width: 4.4444444444vw;
  height: 4.4444444444vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col.check-wrap input {
    width: 32px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col.check-wrap input {
    height: 32px;
  }
}
@media screen and (min-width: 1100px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col.check-wrap input {
    width: 20px;
    height: 20px;
  }
}
.eduf-layer-review .eduf-layer-content .form-wrapper .col.check-wrap span {
  font-size: 4.1666666667vw;
  font-weight: 600;
  color: #000;
  margin-left: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col.check-wrap span {
    font-size: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col.check-wrap span {
    font-size: 16px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col.check-wrap span {
    margin-left: 10px;
  }
}
.eduf-layer-review .eduf-layer-content .form-wrapper .col.check-wrap .scroll-box {
  height: 33.3333333333vw;
  margin-top: 3.3333333333vw;
  padding: 3.3333333333vw 5.5555555556vw;
  border: 1px solid #ddd;
  box-sizing: border-box;
  overflow: auto;
}
@media screen and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col.check-wrap .scroll-box {
    height: 240px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col.check-wrap .scroll-box {
    margin-top: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col.check-wrap .scroll-box {
    padding: 24px 40px;
  }
}
.eduf-layer-review .eduf-layer-content .form-wrapper .col.check-wrap .scroll-box p {
  font-size: 3.3333333333vw;
  font-weight: 400;
  color: #666666;
}
@media screen and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col.check-wrap .scroll-box p {
    font-size: 24px;
  }
}
@media screen and (min-width: 1100px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col.check-wrap .scroll-box p {
    font-size: 14px;
  }
}
.eduf-layer-review .eduf-layer-content .form-wrapper .col.check-wrap .scroll-box ul li {
  font-size: 3.3333333333vw;
  font-weight: 400;
  color: #666;
}
@media screen and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col.check-wrap .scroll-box ul li {
    font-size: 24px;
  }
}
@media screen and (min-width: 1100px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col.check-wrap .scroll-box ul li {
    font-size: 14px;
  }
}
.eduf-layer-review .eduf-layer-content .form-wrapper .col.check-wrap .scroll-box ul li strong {
  font-size: 3.8888888889vw;
  font-weight: 700;
  color: #000;
}
@media screen and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col.check-wrap .scroll-box ul li strong {
    font-size: 28px;
  }
}
@media screen and (min-width: 1100px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col.check-wrap .scroll-box ul li strong {
    font-size: 20px;
  }
}
.eduf-layer-review .eduf-layer-content .form-wrapper .col.check-wrap .scroll-box ul li span {
  font-size: 3.3333333333vw;
  font-weight: 600;
  color: #000;
  margin-left: 0;
}
@media screen and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col.check-wrap .scroll-box ul li span {
    font-size: 24px;
  }
}
@media screen and (min-width: 1100px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .col.check-wrap .scroll-box ul li span {
    font-size: 14px;
  }
}
.eduf-layer-review .eduf-layer-content .form-wrapper .action {
  display: flex;
}
.eduf-layer-review .eduf-layer-content .form-wrapper .action a {
  display: block;
  width: 50%;
  font-size: 4.4444444444vw;
  font-weight: 700;
  color: #000;
  text-align: center;
  padding: 4.1666666667vw 0;
  margin-right: 2.7777777778vw;
  border-radius: 6px;
  background-color: #aaaaaa;
}
@media screen and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .action a {
    font-size: 32px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .action a {
    padding: 30px 0;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .action a {
    margin-right: 20px;
  }
}
.eduf-layer-review .eduf-layer-content .form-wrapper .action a:last-child {
  margin-right: 0;
}
.eduf-layer-review .eduf-layer-content .form-wrapper .action a.btn-enroll {
  background-color: #ffc600;
}
@media screen and (min-width: 1100px) {
  .eduf-layer-review .eduf-layer-content .form-wrapper .action a {
    font-size: 18px;
    padding: 12px 0;
  }
}

.sector-review .star-ratings {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  font-size: 3.3333333333vw;
  unicode-bidi: bidi-override;
  line-height: 1;
  color: #aaaa9a;
  -webkit-text-fill-color: #dddddd;
}
@media screen and (min-width: 720px) {
  .sector-review .star-ratings {
    font-size: 24px;
  }
}
.sector-review .star-ratings-fill {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  padding: 0;
  overflow: hidden;
  -webkit-text-fill-color: #fdc300;
}
.sector-review .star-ratings-base {
  z-index: 0;
  padding: 0;
  display: flex;
}
.sector-review .review-box {
  text-align: left;
  padding: 0 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .sector-review .review-box {
    padding: 0 40px;
  }
}
.sector-review .review-box > div {
  display: flex;
  align-items: center;
  padding: 5.5555555556vw 4.1666666667vw;
  border-top: 1px solid #ebebeb;
}
@media screen and (min-width: 720px) {
  .sector-review .review-box > div {
    padding: 40px 30px;
  }
}
.sector-review .review-box > div .number {
  width: 10%;
  font-size: 2.5vw;
  font-weight: 400;
  color: #000;
  padding: 0 4.1666666667vw;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .sector-review .review-box > div .number {
    font-size: 18px;
  }
}
@media screen and (min-width: 720px) {
  .sector-review .review-box > div .number {
    padding: 0 30px;
  }
}
.sector-review .review-box > div .item {
  position: relative;
  width: 90%;
  box-sizing: border-box;
}
.sector-review .review-box > div .item .info-wrap {
  margin-bottom: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .sector-review .review-box > div .item .info-wrap {
    margin-bottom: 30px;
  }
}
.sector-review .review-box > div .item .info-wrap .star-ratings {
  position: relative;
  top: -0.9722222222vw;
  margin-right: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .sector-review .review-box > div .item .info-wrap .star-ratings {
    top: -7px;
  }
}
@media screen and (min-width: 720px) {
  .sector-review .review-box > div .item .info-wrap .star-ratings {
    margin-right: 12px;
  }
}
.sector-review .review-box > div .item .info-1 {
  position: relative;
  font-size: 2.5vw;
  font-weight: bold;
  color: #2e2e2e;
  word-break: break-all;
  clear: both;
}
@media screen and (min-width: 720px) {
  .sector-review .review-box > div .item .info-1 {
    font-size: 18px;
  }
}
.sector-review .review-box > div .item .info-2 {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6666666667vw;
  color: #2e2e2e;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  .sector-review .review-box > div .item .info-2 {
    font-size: 12px;
  }
}
.sector-review .review-box > div .item .info-3 {
  padding: 2.7777777778vw 0 4.4444444444vw;
}
@media screen and (min-width: 720px) {
  .sector-review .review-box > div .item .info-3 {
    padding: 20px 0 32px;
  }
}
.sector-review .review-box > div .item .info-3 div {
  position: relative;
  font-size: 2.2222222222vw;
  color: #2e2e2e;
  display: -webkit-box;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}
@media screen and (min-width: 720px) {
  .sector-review .review-box > div .item .info-3 div {
    font-size: 16px;
  }
}
.sector-review .review-box > div .item .info-5 {
  float: right;
}
.sector-review .review-box > div .item .info-5 .bold {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6666666667vw;
  color: #2e2e2e;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  .sector-review .review-box > div .item .info-5 .bold {
    font-size: 12px;
  }
}
.sector-review .review-box > div .item .info-5 .bar {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6666666667vw;
  color: #585858;
  padding: 0 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .sector-review .review-box > div .item .info-5 .bar {
    font-size: 12px;
  }
}
@media screen and (min-width: 720px) {
  .sector-review .review-box > div .item .info-5 .bar {
    padding: 0 10px;
  }
}

/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  animation-iteration-count: 1;
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  animation-iteration-count: 2;
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  animation-iteration-count: 3;
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  animation-delay: 1s;
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  animation-delay: 2s;
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  animation-delay: 3s;
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  animation-delay: 4s;
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  animation-delay: 5s;
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  animation-duration: 0.5s;
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  animation-duration: 0.8s;
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  animation-duration: 3s;
  animation-duration: calc(var(--animate-duration) * 3);
}

@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@keyframes bounce {
  0%, 20%, 53%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  animation-name: flash;
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
}
@keyframes rubberBand {
  0% {
    opacity: 0;
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.animate__rubberBand {
  animation-name: rubberBand;
}
@keyframes shakeX {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  animation-name: shakeX;
}
@keyframes shakeY {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  animation-name: shakeY;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.animate__headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.animate__swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__tada {
  animation-name: tada;
}
@keyframes wobble {
  0% {
    transform: translateZ(0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__wobble {
  animation-name: wobble;
}
@keyframes jello {
  0%, 11.1%, to {
    transform: translateZ(0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.animate__heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-duration: calc(var(--animate-duration) * 1.3);
  animation-timing-function: ease-in-out;
}
@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  animation-name: backInDown;
}
@keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  animation-name: backInLeft;
}
@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  animation-name: backInRight;
}
@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  animation-name: backInUp;
}
@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  animation-name: backOutDown;
}
@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  animation-name: backOutLeft;
}
@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  animation-name: backOutRight;
}
@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  animation-name: backOutUp;
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.animate__bounceIn {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInTopLeft {
  animation-name: fadeInTopLeft;
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInTopRight {
  animation-name: fadeInTopRight;
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInBottomLeft {
  animation-name: fadeInBottomLeft;
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInBottomRight {
  animation-name: fadeInBottomRight;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  animation-name: fadeOutTopLeft;
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  animation-name: fadeOutTopRight;
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  animation-name: fadeOutBottomRight;
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  animation-name: fadeOutBottomLeft;
}
@keyframes flip {
  0% {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedInRight {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__lightSpeedInRight {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedInLeft {
  0% {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__lightSpeedInLeft {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in;
}
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateIn {
  animation-name: rotateIn;
  transform-origin: center;
}
@keyframes rotateInDownLeft {
  0% {
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateInDownRight {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}
@keyframes rotateInUpLeft {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  animation-name: rotateInUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateInUpRight {
  0% {
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  animation-name: rotateInUpRight;
  transform-origin: right bottom;
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  animation-name: rotateOut;
  transform-origin: center;
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  animation-name: rotateOutDownRight;
  transform-origin: right bottom;
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  animation-name: rotateOutUpRight;
  transform-origin: right bottom;
}
@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate(60deg);
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
  animation-name: hinge;
  transform-origin: top left;
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  animation-name: jackInTheBox;
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.animate__rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  animation-name: zoomOutDown;
  transform-origin: center bottom;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  animation-name: zoomOutLeft;
  transform-origin: left center;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  animation-name: zoomOutRight;
  transform-origin: right center;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  animation-name: zoomOutUp;
  transform-origin: center bottom;
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  animation-name: slideOutUp;
}

.motion-1 {
  opacity: 0;
  transform: translateY(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-2 {
  opacity: 0;
  transform: translateY(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-3 {
  opacity: 0;
  transform: translateY(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-4 {
  opacity: 0;
  transform: translateY(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-5 {
  opacity: 0;
  transform: translateY(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-6 {
  opacity: 0;
  transform: translateY(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-7 {
  opacity: 0;
  transform: translateY(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-8 {
  opacity: 0;
  transform: translateY(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-9 {
  opacity: 0;
  transform: translateY(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-10 {
  opacity: 0;
  transform: translateY(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-11 {
  opacity: 0;
  transform: translateY(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-12 {
  opacity: 0;
  transform: translateY(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-x-1 {
  opacity: 0;
  transform: translateX(-50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-x-2 {
  opacity: 0;
  transform: translateX(-50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-x-3 {
  opacity: 0;
  transform: translateX(-50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-x-4 {
  opacity: 0;
  transform: translateX(-50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-x-5 {
  opacity: 0;
  transform: translateX(-50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-x-6 {
  opacity: 0;
  transform: translateX(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-x-7 {
  opacity: 0;
  transform: translateX(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-x-8 {
  opacity: 0;
  transform: translateX(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-x-9 {
  opacity: 0;
  transform: translateX(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-x-10 {
  opacity: 0;
  transform: translateX(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-box-1 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-box-2 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-box-3 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-box-4 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-box-5 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-box-6 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-box-7 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-box-8 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-box-9 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-box-10 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-scale-y-1 {
  opacity: 0;
  transform: scaleY(0);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center bottom;
}

.motion-scale-y-2 {
  opacity: 0;
  transform: scaleY(0);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center bottom;
}

.motion-scale-y-3 {
  opacity: 0;
  transform: scaleY(0);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center bottom;
}

.motion-scale-1 {
  opacity: 0;
  transform: scale(2, 2);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center bottom;
}

.active .motion-1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.active .motion-2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.active .motion-3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.active .motion-4 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}
.active .motion-5 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
.active .motion-6 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}
.active .motion-7 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.4s;
}
.active .motion-8 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.6s;
}
.active .motion-9 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.8s;
}
.active .motion-10 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2s;
}
.active .motion-11 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2.2s;
}
.active .motion-12 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2.4s;
}
.active .motion-x-1 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}
.active .motion-x-2 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}
.active .motion-x-3 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s;
}
.active .motion-x-4 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.8s;
}
.active .motion-x-5 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s;
}
.active .motion-x-6 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.7s;
}
.active .motion-x-7 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.4s;
}
.active .motion-x-8 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.6s;
}
.active .motion-x-9 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.8s;
}
.active .motion-x-10 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 2s;
}
.active .motion-box-1 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.1s;
}
.active .motion-box-2 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.2s;
}
.active .motion-box-3 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.3s;
}
.active .motion-box-4 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.4s;
}
.active .motion-box-5 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.5s;
}
.active .motion-box-6 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.6s;
}
.active .motion-box-7 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.7s;
}
.active .motion-box-8 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.8s;
}
.active .motion-box-9 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.9s;
}
.active .motion-box-10 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1s;
}
.active .motion-scale-y-1 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.1s;
}
.active .motion-scale-y-2 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.2s;
}
.active .motion-scale-y-3 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.3s;
}
.active .motion-scale-1 {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.7s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.7s;
  transition-timing-function: ease-out;
  transform-origin: center bottom;
}

.promotion .only-mobile {
  display: none;
}
.promotion .only-pc {
  display: block;
}
.promotion .wrap {
  width: 1200px;
}
.promotion .slick-arrow {
  margin-top: -12px !important;
  border-radius: 50%;
}
.promotion .slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  left: 50%;
  margin-left: -83.3333333333vw;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 720px) {
  .promotion .slick-prev {
    width: 40px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-prev {
    height: 40px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-prev {
    margin-left: -600px;
  }
}
.promotion .slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  border-width: 0;
  border-style: solid;
  border-color: #FFF;
  border-bottom-width: 2px;
  border-left-width: 2px;
  transform: translate(-25%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .promotion .slick-prev::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-prev::before {
    height: 10px;
  }
}
.promotion .slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  right: 50%;
  margin-right: -83.3333333333vw;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 720px) {
  .promotion .slick-next {
    width: 40px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-next {
    height: 40px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-next {
    margin-right: -600px;
  }
}
.promotion .slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  border-width: 0;
  border-style: solid;
  border-color: #FFF;
  border-top-width: 2px;
  border-right-width: 2px;
  transform: translate(-75%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .promotion .slick-next::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-next::before {
    height: 10px;
  }
}
.promotion .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 4px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.3);
}
.promotion .slick-dots li.slick-active {
  width: 36px;
  background: #FFF;
}
.promotion .fc-point {
  color: #FF9900;
}
.promotion .title-box {
  margin-bottom: 60px;
}
.promotion .title-box .main-title {
  font-size: 34px;
  line-height: 140%;
  letter-spacing: -1.36px;
}
.promotion .title-box .main-title strong {
  font-weight: 700;
}
.promotion .title-box .num-title {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 120%;
  color: #000;
  letter-spacing: -0.48px;
  margin-bottom: 20px;
  padding: 12px 24px;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  background: #FFF;
}
.promotion .btn-base button {
  padding: 6px 14px;
  border: 1px solid #000;
  border-radius: 4px;
  opacity: 0.4;
}
.promotion .btn-base button span {
  font-size: 14px;
  color: #000;
  letter-spacing: -0.28px;
  padding-right: 10px;
}
.promotion .btn-base button span {
  position: relative;
  display: inline-block;
}
.promotion .btn-base button span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  margin-top: -0.5555555556vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  transform: rotate(45deg);
  right: 2.2222222222vw;
  border-top-width: 0.1388888889vw;
  border-right-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .btn-base button span::before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-base button span::before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-base button span::before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-base button span::before {
    right: 16px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-base button span::before {
    border-top-width: 1px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-base button span::before {
    border-right-width: 1px;
  }
}
.promotion .btn-base button span:before {
  right: 0;
}
.promotion .box-list {
  display: flex;
  flex-wrap: wrap;
  -ms-box-align: center;
  align-items: center;
  -ms-box-pack: center;
  justify-content: center;
  gap: 10px;
}
.promotion [class^=sector-] {
  position: relative;
  overflow: hidden;
}
.promotion .sector-title {
  background-image: url("//img.eduwill.net/eduwill/img/2025/_115/product/251218/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: rgba(255, 247, 219, 0.3);
  background: linear-gradient(327deg, rgba(255, 247, 219, 0.3) 24.6%, rgba(255, 217, 27, 0.3) 64.22%);
}
.promotion .sector-title .wrap {
  width: 1300px;
}
.promotion .sector-title .wrap > img {
  z-index: 4;
  position: relative;
}
.promotion .sector-title .book {
  z-index: 2;
  position: absolute;
  top: 152px;
  left: 50%;
  margin-left: -92px;
}
.promotion .sector-item {
  padding: 100px 0;
  background: #FFF;
}
.promotion .sector-item .item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
}
.promotion .sector-item .item-box {
  position: relative;
  width: 380px;
  text-align: left;
  padding: 32px 28px;
  border: 1px solid #828282;
  border-radius: 10px;
  background: #FFF;
  box-sizing: border-box;
}
.promotion .sector-item .item-box.full {
  width: 1160px;
}
.promotion .sector-item .item-box.full .item-price {
  position: absolute;
  right: 36px;
  bottom: 273px;
  text-align: right;
}
.promotion .sector-item .item-box.full [class^=price-] {
  justify-content: flex-end;
}
.promotion .sector-item .item-box.full .benefit-box {
  display: flex;
  align-items: center;
  gap: 0 20px;
  padding: 0;
  padding-top: 32px;
  border: none;
  border-top: 1px solid rgba(195, 195, 195, 0.4);
}
.promotion .sector-item .item-box.full .benefit-box label {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.promotion .sector-item .item-box.full .benefit-box label input {
  width: 20px;
  height: 20px;
  border: 1px solid #D0D5DD;
  border-radius: 4px;
}
.promotion .sector-item .item-box.full .benefit-box label span {
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.84px;
}
.promotion .sector-item .item-box.full .benefit-box ul {
  display: flex;
}
.promotion .sector-item .item-box.full .benefit-box ul li {
  font-size: 14px;
  line-height: 150%;
  color: #000;
  letter-spacing: -0.84px;
  padding: 15px 32px;
  border-left: 1px solid rgba(195, 195, 195, 0.4);
}
.promotion .sector-item .item-box.full .benefit-box ul strong {
  font-weight: 700;
}
.promotion .sector-item .item-label p {
  font-size: 20px;
  color: #767676;
}
.promotion .sector-item .item-label strong {
  font-weight: 900;
  color: #FFAA00;
  letter-spacing: -2px;
}
.promotion .sector-item .item-flag {
  position: absolute;
  top: 0;
  right: 36px;
}
.promotion .sector-item .item-title {
  margin: 32px 0;
}
.promotion .sector-item .item-title p {
  font-size: 28px;
  color: #000;
  letter-spacing: -2px;
}
.promotion .sector-item .item-title p strong {
  font-weight: 900;
}
.promotion .sector-item .benefit-box {
  padding: 12px 0;
  border: solid #DEDEDE;
  border-width: 1px 0;
}
.promotion .sector-item .item-benefit {
  display: flex;
  gap: 0 20px;
}
.promotion .sector-item .item-benefit p {
  display: flex;
  justify-content: space-between;
  min-width: 52px;
  max-width: 52px;
}
.promotion .sector-item .item-benefit span {
  font-size: 15px;
  line-height: 180%;
  letter-spacing: -1px;
  color: #000;
}
.promotion .sector-item .item-benefit ul li {
  font-size: 15px;
  line-height: 180%;
  color: #000;
  letter-spacing: -1px;
}
.promotion .sector-item .check-box {
  margin-top: 12px;
}
.promotion .sector-item .check-box label {
  display: inline-flex;
  align-items: center;
  gap: 0 4px;
}
.promotion .sector-item .check-box input {
  width: 20px;
  height: 20px;
  border: 1px solid #D0D5DD;
  border-radius: 4px;
}
.promotion .sector-item .item-price {
  margin-top: 20px;
}
.promotion .sector-item .item-price [class^=price-] {
  display: flex;
  align-items: center;
}
.promotion .sector-item .item-price .price-before {
  gap: 0 8px;
}
.promotion .sector-item .item-price .price-before p {
  font-size: 14px;
  line-height: 160%;
  color: #6A6A6A;
}
.promotion .sector-item .item-price .price-before .price {
  text-decoration: line-through;
}
.promotion .sector-item .item-price .price-after {
  align-items: flex-end;
  gap: 0 12px;
}
.promotion .sector-item .item-price .price-after .text {
  font-size: 15px;
  line-height: 160%;
  color: #6A6A6A;
  letter-spacing: -0.8px;
}
.promotion .sector-item .item-price .price-after .price {
  font-size: 36px;
  font-weight: 900;
  line-height: 120%;
  color: #000;
  letter-spacing: -1px;
}
.promotion .sector-item .item-price .price-after .price span {
  font-weight: 400;
}
.promotion .sector-item .item-action {
  margin-top: 30px;
}
.promotion .sector-item .item-action a {
  display: block !important;
  width: 100%;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -1px;
  color: #FFF;
  text-align: left;
  padding: 20px 24px;
  border-radius: 6px;
  background: #646464;
  background: linear-gradient(180deg, #646464 0%, #000 100%);
  box-sizing: border-box;
}
.promotion .sector-item .item-action a {
  position: relative;
  display: inline-block;
}
.promotion .sector-item .item-action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  margin-top: -0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: #FFF;
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 0.2777777778vw;
  border-right-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-item .item-action a::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-item .item-action a::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-item .item-action a::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-item .item-action a::before {
    right: 20px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-item .item-action a::before {
    border-top-width: 2px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-item .item-action a::before {
    border-right-width: 2px;
  }
}
.promotion .sector-item .subject {
  font-size: 18px;
  line-height: 130%;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: -0.36px;
  text-align: right;
  margin-top: 16px;
  padding: 0 20px;
}
.promotion .sector-discount {
  padding-bottom: 100px;
}
.promotion .sector-discount .text-wait {
  display: block;
  margin-bottom: 20px;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 70px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -2.8px;
  opacity: 0.8;
  background: linear-gradient(94deg, #FFC801 35.45%, #FFE0B7 60.76%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #E89900;
  paint-order: stroke;
}
.promotion .sector-discount .flag-only {
  position: absolute;
  top: 0;
  right: 0;
}
.promotion .sector-discount .box-list {
  -ms-box-align: stretch;
  align-items: stretch;
  margin: 0 20px;
  gap: 14px;
}
.promotion .sector-discount .box-list .box {
  display: flex;
  padding: 41px 29px 26px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #828282;
  background: #FBFBFB;
  text-align: left;
}
.promotion .sector-discount .box-list .box:not(.w-full) {
  flex-direction: column;
  flex: 1 0 0;
}
.promotion .sector-discount .box-list .box.w-full {
  width: 100%;
  -ms-box-align: center;
  align-items: center;
  padding: 33px 40px;
}
.promotion .sector-discount .box-list .box.w-full .side-text {
  max-width: 281px;
  min-width: 281px;
  margin-right: 40px;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: -0.84px;
  border-right: 2px solid rgba(212, 212, 212, 0.6);
}
.promotion .sector-discount .box-list .box.w-full .side-text strong {
  font-weight: 900;
}
.promotion .sector-discount .box-list .box.w-full .discount-value {
  margin-top: -10px;
  margin-bottom: 0;
}
.promotion .sector-discount .box-list .box.w-full .title-discount {
  font-weight: 700;
}
.promotion .sector-discount .box-list .box.w-full .text-info .discount-value {
  -ms-box-pack: start;
  justify-content: flex-start;
}
.promotion .sector-discount .box-list .box.w-full .action {
  margin: 0 0 0 auto;
}
.promotion .sector-discount .box-list .box.w-full .action a {
  width: 290px;
  text-align: center;
  padding: 48px 0;
}
.promotion .sector-discount .box-list .box.w-full .action a:before {
  right: 90px;
}
.promotion .sector-discount .box-list .box .title-discount {
  min-height: 75px;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.27;
  letter-spacing: -0.56px;
}
.promotion .sector-discount .box-list .box .title-discount strong {
  font-weight: 700;
}
.promotion .sector-discount .box-list .box .discount-value {
  display: flex;
  -ms-box-pack: end;
  justify-content: flex-end;
  -ms-box-align: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.promotion .sector-discount .box-list .box .discount-value strong {
  color: #171923;
  font-family: Inter;
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -1.8px;
}
.promotion .sector-discount .box-list .box .discount-value .text {
  margin-top: 3px;
  margin-left: 3px;
  color: #171923;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -0.2px;
}
.promotion .sector-discount .box-list .box .action {
  margin: auto -7px 0;
}
.promotion .sector-discount .box-list .box .action a {
  width: 100%;
  padding: 13px 30px;
  border-radius: 6px;
  border: 1px solid #CCC;
  background: #646464;
  background: linear-gradient(180deg, #646464 0%, #000 100%);
  text-align: center;
  box-sizing: border-box;
}
.promotion .sector-discount .box-list .box .action a {
  position: relative;
  display: inline-block;
}
.promotion .sector-discount .box-list .box .action 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;
  transform: rotate(45deg);
  right: 2.2222222222vw;
  border-top-width: 0.2777777778vw;
  border-right-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-discount .box-list .box .action a::before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-discount .box-list .box .action a::before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-discount .box-list .box .action a::before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-discount .box-list .box .action a::before {
    right: 16px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-discount .box-list .box .action a::before {
    border-top-width: 2px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-discount .box-list .box .action a::before {
    border-right-width: 2px;
  }
}
.promotion .sector-discount .box-list .box .action a:before {
  right: 110px;
}
.promotion .sector-discount .box-list .box .action a .text {
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -0.8px;
}
.promotion .sector-discount .box-list .box-full {
  position: relative;
  width: 100%;
}
.promotion .sector-discount .box-list .box-full .action {
  position: absolute;
  top: 61px;
  right: 54px;
  bottom: 51px;
}
.promotion .sector-discount .box-list .box-full .action a {
  display: inline-flex;
  -ms-box-align: center;
  align-items: center;
  -ms-box-pack: center;
  justify-content: center;
  width: 290px;
  height: 122px;
  border-radius: 8px;
  background-color: #000;
}
.promotion .sector-discount .box-list .box-full .action a .text {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.88px;
  vertical-align: top;
}
.promotion .sector-discount .box-list .box-full .action a .text {
  position: relative;
  display: inline-block;
}
.promotion .sector-discount .box-list .box-full .action a .text::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  margin-top: -0.4166666667vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 1.6666666667vw;
  border-top-width: 0.2777777778vw;
  border-right-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-discount .box-list .box-full .action a .text::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-discount .box-list .box-full .action a .text::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-discount .box-list .box-full .action a .text::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-discount .box-list .box-full .action a .text::before {
    right: 12px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-discount .box-list .box-full .action a .text::before {
    border-top-width: 2px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-discount .box-list .box-full .action a .text::before {
    border-right-width: 2px;
  }
}
.promotion .sector-discount .box-list .box-full .action a .text:before {
  right: 0;
}
.promotion .sector-reason {
  padding: 100px 0;
  background: #FFBE00;
}
.promotion .sector-must {
  padding: 100px 0;
  background: #FFFDF2;
}
.promotion .sector-band {
  padding: 50px 0;
  border: solid #000;
  border-width: 4px 0;
  background: #FFD453;
  background: linear-gradient(180deg, #FFD453 -27.78%, #FFBF00 94.44%);
}
.promotion .sector-band .text-box span {
  font-family: "EduwillPassRegular", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 32px;
  line-height: 130%;
  color: #000;
  letter-spacing: -0.64px;
}
.promotion .sector-band .text-box p {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
  color: #FFF;
  letter-spacing: -0.76px;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #000;
  paint-order: stroke;
  filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000);
}
.promotion .sector-band-2 {
  padding: 50px 0;
  border: solid #000;
  border-width: 4px 0;
  background: #444;
  background: linear-gradient(180deg, #444 -27.78%, #000 94.44%);
}
.promotion .sector-band-2 .text-box span {
  font-family: "EduwillPassRegular", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 32px;
  line-height: 130%;
  color: #FFCD38;
  letter-spacing: -0.64px;
}
.promotion .sector-band-2 .text-box p {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
  color: #FFF;
  letter-spacing: -0.76px;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #000;
  paint-order: stroke;
  filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000);
}
.promotion .sector-frame {
  padding: 100px 0;
  background: #FFFDF2;
}
.promotion .sector-frame .frame {
  position: relative;
  margin: 0 20px 20px;
  padding: 60px;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background: #FFF;
  box-sizing: border-box;
}
.promotion .sector-frame .frame:last-child {
  margin-bottom: 0;
}
.promotion .sector-frame .frame.curriculum .title-box {
  margin-bottom: 50px;
}
.promotion .sector-frame .title-box {
  margin-bottom: 40px;
}
.promotion .sector-frame .title-box .main-title {
  font-size: 28px;
}
.promotion .sector-frame .video-box {
  z-index: 4;
  position: relative;
  margin-bottom: 30px;
}
.promotion .sector-frame .video-box:before {
  z-index: -1;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 808px;
  height: 123px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_115/product/251218/pc/video_shadow.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  transform: translateX(-50%);
}
.promotion .sector-frame .video-box .character {
  position: absolute;
  top: 99px;
  left: 50%;
  margin-left: 243px;
}
.promotion .sector-frame .btn-base {
  text-align: right;
  margin-bottom: 10px;
}
.promotion .sector-review {
  padding: 100px 0;
  background: #FFBE00;
  background: linear-gradient(180deg, #FFBE00 0%, #FFA600 100%);
}
.promotion .sector-review .title-box .main-title {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 5vw;
  font-weight: 700;
  line-height: 140%;
  color: #000;
  letter-spacing: -0.2vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-review .title-box .main-title {
    font-size: 36px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-review .title-box .main-title {
    letter-spacing: -1.44px;
  }
}
.promotion .sector-review .title-box .main-title strong {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  color: #FFF;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  paint-order: stroke;
  filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000);
}
.promotion .sector-review .video-box {
  position: relative;
  width: 689px;
  margin: 0 auto;
}
.promotion .sector-review .video-box .character {
  position: absolute;
  top: 79px;
  left: 50%;
  width: 411px;
  margin-left: 144px;
}
.promotion .sector-review .review-slide {
  width: 1160px;
  margin: 40px auto 20px;
}
.promotion .sector-review .review-slide .slick-dots {
  margin-top: 20px;
}
.promotion .sector-review .review-slide .slick-slide {
  font-size: 0;
}
.promotion .sector-review .btn-action {
  text-align: right;
  margin-top: 32px;
}
.promotion .sector-review .btn-action a {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #000;
  border-radius: 4px;
  opacity: 0.5;
}
.promotion .sector-review .btn-action a span {
  font-size: 14px;
  line-height: 120%;
  color: #000;
  letter-spacing: -0.28px;
  padding-right: 10px;
}
.promotion .sector-review .btn-action a span {
  position: relative;
  display: inline-block;
}
.promotion .sector-review .btn-action a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  margin-top: -0.4166666667vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  transform: rotate(45deg);
  right: 1.6666666667vw;
  border-top-width: 0.1388888889vw;
  border-right-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-review .btn-action a span::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-review .btn-action a span::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-review .btn-action a span::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-review .btn-action a span::before {
    right: 12px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-review .btn-action a span::before {
    border-top-width: 1px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-review .btn-action a span::before {
    border-right-width: 1px;
  }
}
.promotion .sector-review .btn-action a span:before {
  right: 0;
}/*# sourceMappingURL=web.css.map */