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

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

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

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

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

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

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

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

.popup-apply {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 300;
  display: none;
  width: 100%;
  max-width: 640px;
  max-height: 90vh;
  margin: 0 auto;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  transform: translateX(-50%);
}
@media screen and (min-width: 720px) {
  .popup-apply {
    max-height: 99vh;
  }
}
.popup-apply::-webkit-scrollbar {
  width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .popup-apply::-webkit-scrollbar {
    width: 8px;
  }
}
.popup-apply::-webkit-scrollbar-track {
  background: #e9e9e9;
}
.popup-apply::-webkit-scrollbar-thumb {
  background: #777;
}
.popup-apply::-webkit-scrollbar-thumb:hover {
  background: #777;
}
.popup-apply * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  box-sizing: border-box;
}
.popup-apply .popup-title {
  position: relative;
  padding: 5.2777777778vw 0;
  text-align: center;
  color: #FFF;
  font-size: 3.3333333333vw;
  font-weight: 700;
  letter-spacing: -0.2333333333vw;
  background: #2E0F6E;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-title {
    padding: 38px 0;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-title {
    letter-spacing: -1.68px;
  }
}
.popup-apply .popup-title .popup-close {
  position: absolute;
  top: 4.1666666667vw;
  right: 2.7777777778vw;
  z-index: 1;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-title .popup-close {
    top: 30px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-title .popup-close {
    right: 20px;
  }
}
.popup-apply .popup-title .popup-close button {
  display: block;
  color: inherit;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 6.9444444444vw;
  height: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-title .popup-close button {
    width: 50px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-title .popup-close button {
    height: 50px;
  }
}
.popup-apply .popup-title .popup-close button::before, .popup-apply .popup-title .popup-close button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25px;
  height: 2px;
  margin-left: -12.5px;
  background-color: currentColor;
}
.popup-apply .popup-title .popup-close button::before {
  transform: rotate(45deg);
}
.popup-apply .popup-title .popup-close button::after {
  transform: rotate(315deg);
}
.popup-apply .popup-title .popup-close button span {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}
.popup-apply .popup-content {
  padding: 5.5555555556vw 4.1666666667vw;
  background: #fff;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content {
    padding: 40px 30px;
  }
}
.popup-apply .popup-content .content-title {
  margin-top: 4.1666666667vw;
  color: #000;
  font-size: 4.1666666667vw;
  font-weight: 700;
  letter-spacing: -0.2916666667vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .content-title {
    margin-top: 30px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .content-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .content-title {
    letter-spacing: -2.1px;
  }
}
.popup-apply .popup-content .content-title:first-child {
  margin-top: 0;
}
.popup-apply .popup-content .select-box {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 2.7777777778vw;
       column-gap: 2.7777777778vw;
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .select-box {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .select-box {
    margin-top: 20px;
  }
}
.popup-apply .popup-content .select-box + .info-box {
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .select-box + .info-box {
    margin-top: 30px;
  }
}
.popup-apply .popup-content .select-box .item-select, .popup-apply .popup-content .select-box .goods-select {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-align: center;
  color: #000;
  font-size: 3.1944444444vw;
  font-weight: 400;
  letter-spacing: -0.0958333333vw;
  cursor: pointer;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .select-box .item-select, .popup-apply .popup-content .select-box .goods-select {
    font-size: 23px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .select-box .item-select, .popup-apply .popup-content .select-box .goods-select {
    letter-spacing: -0.69px;
  }
}
.popup-apply .popup-content .select-box .goods-select {
  flex-direction: column;
  padding-bottom: 2.7777777778vw;
  background: #F8F8F8;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .select-box .goods-select {
    padding-bottom: 20px;
  }
}
.popup-apply .popup-content .select-box .goods-select input {
  width: 3.1944444444vw;
  height: 3.1944444444vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .select-box .goods-select input {
    width: 23px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .select-box .goods-select input {
    height: 23px;
  }
}
.popup-apply .popup-content .select-box .item-select input {
  width: 3.1944444444vw;
  height: 3.1944444444vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .select-box .item-select input {
    width: 23px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .select-box .item-select input {
    height: 23px;
  }
}
.popup-apply .popup-content input[type=number]::-webkit-outer-spin-button,
.popup-apply .popup-content input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.popup-apply .popup-content input[type=number] {
  -moz-appearance: textfield;
}
.popup-apply .popup-content input[type=radio] {
  display: inline-block;
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  margin: 0 0.6944444444vw 0 0;
  vertical-align: middle;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content input[type=radio] {
    width: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content input[type=radio] {
    height: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content input[type=radio] {
    margin: 0 5px 0 0;
  }
}
.popup-apply .popup-content .form-box {
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .form-box {
    margin-top: 30px;
  }
}
.popup-apply .popup-content .form-box + .form-box {
  margin-top: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .form-box + .form-box {
    margin-top: 16px;
  }
}
.popup-apply .popup-content .form-box .list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup-apply .popup-content .form-box .list-item:last-child {
  align-items: flex-start;
}
.popup-apply .popup-content .form-box .list-item:last-child .item-title {
  line-height: 6.6666666667vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .form-box .list-item:last-child .item-title {
    line-height: 48px;
  }
}
.popup-apply .popup-content .form-box .list-item + .list-item {
  margin-top: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .form-box .list-item + .list-item {
    margin-top: 16px;
  }
}
.popup-apply .popup-content .form-box .list-item .item-title {
  width: 20%;
  color: #000;
  font-size: 3.1944444444vw;
  font-weight: 400;
  letter-spacing: -0.0958333333vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .form-box .list-item .item-title {
    font-size: 23px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .form-box .list-item .item-title {
    letter-spacing: -0.69px;
  }
}
.popup-apply .popup-content .form-box .list-item .item-text {
  width: 60%;
  height: 6.6666666667vw;
  padding: 0 1.3888888889vw;
  line-height: 6.6666666667vw;
  font-size: 2.9166666667vw;
  font-weight: 300;
  color: #000;
  border: 1px solid #ddd;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .form-box .list-item .item-text {
    height: 48px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .form-box .list-item .item-text {
    padding: 0 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .form-box .list-item .item-text {
    line-height: 48px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .form-box .list-item .item-text {
    font-size: 21px;
  }
}
.popup-apply .popup-content .form-box .list-item .item-text:nth-last-child(1) {
  width: 80%;
}
.popup-apply .popup-content .form-box .list-item .item-text.disabled {
  background-color: #efefef;
  color: #aaa;
}
.popup-apply .popup-content .form-box .list-item .item-text-wrap {
  width: 80%;
}
.popup-apply .popup-content .form-box .list-item .item-text-wrap div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup-apply .popup-content .form-box .list-item .item-text-wrap div + div {
  margin-top: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .form-box .list-item .item-text-wrap div + div {
    margin-top: 16px;
  }
}
.popup-apply .popup-content .form-box .list-item .item-text-wrap .item-text {
  width: 100%;
}
.popup-apply .popup-content .form-box .list-item .item-text-wrap .item-text:nth-last-child(2) {
  width: 50%;
}
.popup-apply .popup-content .form-box .list-item .item-text-wrap .btn-post {
  width: 49%;
  padding: 1.8055555556vw 0;
  line-height: 1;
  font-size: 2.7777777778vw;
  border: 1px solid #000;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .form-box .list-item .item-text-wrap .btn-post {
    padding: 13px 0;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .form-box .list-item .item-text-wrap .btn-post {
    font-size: 20px;
  }
}
.popup-apply .popup-content .form-box .list-item .btn-post {
  position: relative;
  width: 20%;
  padding: 0.9722222222vw 0;
  text-align: center;
  font-size: 3.1944444444vw;
  font-weight: 400;
  color: #fff;
  letter-spacing: -0.0958333333vw;
  background: #000;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .form-box .list-item .btn-post {
    padding: 7px 0;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .form-box .list-item .btn-post {
    font-size: 23px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .form-box .list-item .btn-post {
    letter-spacing: -0.69px;
  }
}
.popup-apply .popup-content .form-box .list-item .notice {
  margin: 0 0 0 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .form-box .list-item .notice {
    margin: 0 0 0 30px;
  }
}
.popup-apply .popup-content .info-box {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .info-box {
    margin-top: 20px;
  }
}
.popup-apply .popup-content .info-box + .select-box {
  margin-top: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .info-box + .select-box {
    margin-top: 10px;
  }
}
.popup-apply .popup-content .info-box .point {
  color: #F00;
}
.popup-apply .popup-content .info-box .notice {
  color: #6F6F6F;
  font-size: 2.2222222222vw;
  font-weight: 500;
  line-height: 190%;
  letter-spacing: -0.1555555556vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .info-box .notice {
    font-size: 16px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .info-box .notice {
    letter-spacing: -1.12px;
  }
}
.popup-apply .popup-content .info-box .notice strong {
  font-size: 2.7777777778vw;
  color: #000;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .info-box .notice strong {
    font-size: 20px;
  }
}
.popup-apply .popup-content .info-box .info-detail {
  margin-top: 2.7777777778vw;
  padding: 2.7777777778vw;
  background: #F8F8F8;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .info-box .info-detail {
    margin-top: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .info-box .info-detail {
    padding: 20px;
  }
}
.popup-apply .popup-content .info-box .info-detail + .notice {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .info-box .info-detail + .notice {
    margin-top: 20px;
  }
}
.popup-apply .popup-content .info-box .info-detail ol {
  list-style: decimal;
  margin-left: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .info-box .info-detail ol {
    margin-left: 30px;
  }
}
.popup-apply .popup-content .info-box .info-detail li {
  list-style: decimal;
  color: #6F6F6F;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 190%;
  letter-spacing: -0.175vw;
  word-wrap: break-word;
  word-break: keep-all;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .info-box .info-detail li {
    font-size: 18px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .info-box .info-detail li {
    letter-spacing: -1.26px;
  }
}
.popup-apply .popup-content .info-box .info-detail strong {
  font-size: 2.7777777778vw;
  text-decoration: underline;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .info-box .info-detail strong {
    font-size: 20px;
  }
}
.popup-apply .popup-content .popup-action {
  margin-top: 6.9444444444vw;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .popup-action {
    margin-top: 50px;
  }
}
.popup-apply .popup-content .popup-action button {
  position: relative;
  display: block;
  width: 100%;
  padding: 2.7777777778vw 0;
  text-align: center;
  font-size: 4.4444444444vw;
  font-weight: 700;
  color: #fff;
  background: #000;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .popup-action button {
    padding: 20px 0;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .popup-action button {
    font-size: 32px;
  }
}

#zipcode-layer {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 300;
  display: none;
  border-style: solid;
  border-color: #000;
  border-width: 0.8333333333vw;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  #zipcode-layer {
    border-width: 6px;
  }
}
#zipcode-layer > div {
  width: 100% !important;
  min-width: 300px !important;
}
@media screen and (min-width: 720px) {
  #zipcode-layer > div {
    width: 500px !important;
  }
}
#zipcode-layer .zipcode-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 300;
  display: block;
  width: 46px;
  height: 46px;
  background-color: #000;
}
#zipcode-layer .zipcode-close:before, #zipcode-layer .zipcode-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 3px;
  margin-left: -15px;
  background-color: #fff;
}
#zipcode-layer .zipcode-close:before {
  transform: rotate(45deg);
}
#zipcode-layer .zipcode-close:after {
  transform: rotate(-45deg);
}

.promotion .wrap {
  width: 1160px;
}
.promotion .only-mobile {
  display: none;
}
.promotion .only-pc {
  display: block;
}
.promotion .slick-arrow {
  border-radius: 50%;
}
.promotion .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  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: -52.7777777778vw;
  background: #fff;
  border: 1px solid #E6E6E6;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    width: 60px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    height: 60px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    margin-right: -380px;
  }
}
.promotion .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-width: 0;
  border-style: solid;
  border-color: #878787;
  border-top-width: 2px;
  border-right-width: 2px;
  transform: translate(-75%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next::before {
    width: 15px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next::before {
    height: 15px;
  }
}
.promotion .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  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: -52.7777777778vw;
  background: #fff;
  border: 1px solid #E6E6E6;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev {
    width: 60px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev {
    height: 60px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev {
    margin-left: -380px;
  }
}
.promotion .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-width: 0;
  border-style: solid;
  border-color: #878787;
  border-bottom-width: 2px;
  border-left-width: 2px;
  transform: translate(-25%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev::before {
    width: 15px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev::before {
    height: 15px;
  }
}
.promotion .slick-dots {
  margin-top: 20px;
}
.promotion .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #000;
  opacity: 0.15;
}
.promotion .slick-dots li.slick-active {
  opacity: 1;
}
.promotion .eco-6479 {
  display: inline-block;
}
.promotion .fix-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  border-width: 0;
  border-style: solid;
  border-color: #FFC300;
  border-top-width: 3px;
  border-bottom-width: 3px;
  background: #42008E;
}
.promotion .fix-bottom a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.promotion .fix-bottom p {
  line-height: 110%;
}
.promotion .fix-bottom p.img {
  width: 182px;
  margin-top: -24px;
}
.promotion .fix-bottom p.img img {
  width: 100%;
}
.promotion .fix-bottom p.title {
  text-align: left;
  color: #FFF;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -1.2px;
}
.promotion .fix-bottom p.detail {
  padding: 14px 30px;
  color: #42008E;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.8px;
  border-radius: 50px;
  background: #FC0;
}
.promotion .fix-bottom p.detail {
  position: relative;
  display: inline-block;
}
.promotion .fix-bottom p.detail::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: currentColor;
  transform: rotate(45deg);
  right: 2.2222222222vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .promotion .fix-bottom p.detail::before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .fix-bottom p.detail::before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .fix-bottom p.detail::before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .fix-bottom p.detail::before {
    right: 16px;
  }
}
.promotion .sector-title {
  padding-bottom: 125px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/K/product/250512/pc/title_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #ffcd02;
  background: linear-gradient(to right, #ffcd02 50%, #9c3c7c 50%);
}
.promotion .sector-title p {
  opacity: 0;
}
.promotion .sector-title p.title-1 {
  margin-top: 60px;
}
.promotion .sector-title p.title-2 {
  margin-top: 20px;
}
.promotion .sector-title p.title-3 {
  margin-top: 30px;
}
.promotion .sector-title .title-pass {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -30px;
  -moz-column-gap: 250px;
       column-gap: 250px;
}
.promotion .sector-title .title-pass .title-6 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.promotion .sector-title .action {
  margin-top: 40px;
  opacity: 0;
}
.promotion .sector-title .action a {
  min-width: 780px;
  padding: 29px 0;
  line-height: 1;
  color: #F9CE33;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.88px;
  border-radius: 98px;
  background: #490893;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.promotion .sector-title .action a {
  position: relative;
  display: inline-block;
}
.promotion .sector-title .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: currentColor;
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .action a::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .action a::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .action a::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .action a::before {
    right: 20px;
  }
}
.promotion .sector-title .action a::before {
  right: 15%;
}
.promotion .sector-title .action a span {
  font-weight: 400;
  color: #FFF;
}
.promotion .pass-wrap {
  position: relative;
  z-index: 1;
}
.promotion .pass-wrap .pass-tab-view {
  display: none;
}
.promotion .pass-wrap .pass-tab-view.active {
  display: block;
}
.promotion .pass-wrap .title-box {
  margin-top: 100px;
}
.promotion .pass-wrap .title-box p.title-img, .promotion .pass-wrap .title-box p.title {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -1.44px;
}
.promotion .pass-wrap .title-box p {
  color: #000;
  line-height: 130%;
}
.promotion .pass-wrap .title-box p.title + .title-img {
  margin-top: 10px;
}
.promotion .pass-wrap .title-box p.title-img {
  display: inline-flex;
  align-items: normal;
  justify-content: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  line-height: 1;
}
.promotion .pass-wrap .title-box p.title-img strong {
  line-height: inherit;
}
.promotion .pass-wrap .title-box p.sub-title {
  margin-top: 50px;
  font-size: 30px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -1.2px;
}
.promotion .pass-wrap .title-box p.sub-title strong {
  font-weight: 700;
}
.promotion .pass-wrap .title-box p.num-title {
  display: inline-flex;
  padding: 12px 19px;
  color: #000;
  font-size: 12px;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.promotion .pass-wrap .title-box p.num-title + .sub-title {
  margin-top: 20px;
}
.promotion .pass-wrap .title-box p.desc {
  font-size: 26px;
  font-weight: 700;
  line-height: 104.429%;
  letter-spacing: -0.52px;
}
.promotion .pass-wrap .title-box p strong {
  font-weight: 700;
}
.promotion .pass-wrap .frame {
  padding: 50px 59px;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background-color: #fff;
}
.promotion .pass-wrap .frame .title-box {
  margin-top: 0;
}
.promotion .pass-wrap .frame .title-box .sub-title {
  font-size: 22px;
}
.promotion .pass-wrap .frame .img-box {
  position: relative;
  margin-top: 30px;
}
.promotion .pass-wrap .frame .img-box + div {
  margin-top: 90px;
}
.promotion .pass-wrap .frame .list-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  gap: 10px;
}
.promotion .pass-wrap .notice {
  margin-top: 20px;
  text-align: left;
  color: #6E6E6E;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.36px;
  word-wrap: break-word;
  word-break: keep-all;
}
.promotion .sector-benefit {
  padding-bottom: 100px;
  background: #FFFEFA;
}
.promotion .sector-benefit .benefit-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}
.promotion .sector-benefit .benefit-basic {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.promotion .sector-benefit .benefit-basic > div {
  width: 285px;
  height: 136px;
  padding: 32px;
  text-align: left;
  color: #1A1714;
  font-size: 24px;
  font-weight: 400;
  line-height: 126%;
  letter-spacing: -0.96px;
  border: 1px solid;
  -o-border-image: linear-gradient(136deg, #FFC701, #C38D2E) 1;
     border-image: linear-gradient(136deg, #FFC701, #C38D2E) 1;
  background: linear-gradient(136deg, #FFF 25.78%, #FFF9D7 103.38%);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  box-sizing: border-box;
}
.promotion .sector-benefit .benefit-basic > div strong {
  display: block;
  font-weight: 900;
}
.promotion .sector-goods {
  padding-bottom: 100px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/K/product/250512/pc/goods_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-goods::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #2B00BC 0%, #2E0F6E 100%), #180048;
}
.promotion .sector-goods .title-box p {
  color: #fff;
}
.promotion .sector-goods .intro-box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: -53px;
}
.promotion .sector-goods .intro-graph {
  position: relative;
}
.promotion .sector-goods .intro-graph p {
  position: absolute;
}
.promotion .sector-goods .intro-graph p.standard {
  top: 113px;
  left: 17px;
}
.promotion .sector-goods .intro-graph p.graph {
  bottom: 95px;
  left: 66px;
}
.promotion .sector-goods .intro-graph .count {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 22px;
  color: #FFF;
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 13px;
  font-weight: 700;
  background: #7C36FF;
  background: linear-gradient(180deg, #7C36FF 0%, #8600FF 100%);
}
.promotion .sector-goods .intro-graph .count::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  display: block;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  border-top-width: 7px;
  border-right-width: 5px;
  border-left-width: 5px;
  border-top-color: #8600FF;
}
.promotion .sector-goods .intro-graph .count + img {
  margin-top: 15px;
}
.promotion .sector-goods .goods-box {
  display: inline-flex;
  flex-direction: column;
}
.promotion .sector-goods .goods-box .goods {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.promotion .sector-goods .notice {
  color: rgba(255, 255, 255, 0.6);
}
.promotion .sector-product {
  padding-bottom: 100px;
  background-color: #F8F8F8;
}
.promotion .sector-product .product-tab-list {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
  margin-top: 50px;
}
.promotion .sector-product .product-tab-list + .plus-box {
  margin-top: 25px;
}
.promotion .sector-product .product-tab-list a {
  width: 100%;
  padding: 25px 0;
  color: #6D6D6D;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.8px;
  line-height: 1;
  border: 1px solid #CFCFCF;
}
.promotion .sector-product .product-tab-list a.active {
  color: #FFF;
  border-color: #2A2A2A;
  background: #2A2A2A;
}
.promotion .sector-product .product-view {
  display: none;
}
.promotion .sector-product .product-view.active {
  display: block;
}
.promotion .sector-product .plus-box {
  position: relative;
  margin-top: 50px;
}
.promotion .sector-product .plus-box::after {
  content: "";
  position: absolute;
  bottom: -44px;
  left: 50%;
  z-index: 1;
  display: block;
  width: 88px;
  height: 87px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/K/product/250512/pc/icon_plus.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  transform: translateX(-50%);
}
.promotion .sector-product .box-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.promotion .sector-product .box-list .box-price {
  position: relative;
  width: 100%;
  padding: 50px 20px 20px;
  text-align: left;
  border: 1px solid #828282;
  background: #FFF;
  box-sizing: border-box;
}
.promotion .sector-product .box-list .box-inner {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.promotion .sector-product .box-list .title-list {
  position: relative;
  text-align: left;
}
.promotion .sector-product .box-list .title-list p {
  line-height: 1.2;
  letter-spacing: -2px;
}
.promotion .sector-product .box-list .title-list p.title-1 {
  color: #FA0;
  font-size: 20px;
  font-weight: 900;
}
.promotion .sector-product .box-list .title-list p.title-2 {
  margin-top: 24px;
  color: #000;
  font-size: 28px;
}
.promotion .sector-product .box-list .title-list p.title-2 strong {
  font-weight: 900;
}
.promotion .sector-product .box-list .box-detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 30px;
}
.promotion .sector-product .box-list .text-list {
  min-height: 120px;
  padding: 10px 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
.promotion .sector-product .box-list .text-list li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.promotion .sector-product .box-list .text-list p {
  line-height: 1.6;
  color: #000;
  font-size: 15px;
}
.promotion .sector-product .box-list .text-list p.text-title {
  display: inline-flex;
  width: 52px;
}
.promotion .sector-product .box-list .text-list p.text-title:has(span) {
  display: inline-grid;
  grid-template-columns: 3fr 1fr;
}
.promotion .sector-product .box-list .cooperate-flag {
  width: 124px;
  margin-top: 30px;
}
.promotion .sector-product .box-list .cooperate-flag + .price-after {
  margin-top: 10px;
}
.promotion .sector-product .box-list .cooperate-flag img {
  width: 100%;
}
.promotion .sector-product .box-list .price-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.promotion .sector-product .box-list .price-list .price-discount {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -2px;
}
.promotion .sector-product .box-list .price-list .price-before {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-top: 5px;
  color: #999;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.promotion .sector-product .box-list .price-list .price-before + .price-after {
  margin-top: 5px;
}
.promotion .sector-product .box-list .price-list .price-before::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
}
.promotion .sector-product .box-list .price-list .price-before strong {
  font-weight: inherit;
  line-height: inherit;
}
.promotion .sector-product .box-list .price-list .price-after {
  color: #000;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
}
.promotion .sector-product .box-list .price-list .price-after strong {
  display: inline-block;
  margin-right: 5px;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: -2.69px;
  line-height: inherit;
  color: currentColor;
}
.promotion .sector-product .box-list .price-action {
  margin-top: 20px;
}
.promotion .sector-product .box-list .price-action a {
  width: 100%;
  padding: 22px;
  text-align: left;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  font-weight: 900;
  line-height: normal;
  border-radius: 6px;
  background: linear-gradient(180deg, #646464 0%, #000 100%);
  box-sizing: border-box;
}
.promotion .sector-product .box-list .price-action a {
  position: relative;
  display: inline-block;
}
.promotion .sector-product .box-list .price-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: currentColor;
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-product .box-list .price-action a::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-product .box-list .price-action a::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-product .box-list .price-action a::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-product .box-list .price-action a::before {
    right: 20px;
  }
}
.promotion .sector-branding {
  padding-bottom: 50px;
  background: #031C4C;
}
.promotion .sector-branding .wrap-full {
  padding-bottom: 50px;
  background-color: #002B7E;
  background-image: url("//img.eduwill.net/eduwill/img/2025/K/product/250512/pc/branding_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-branding .wrap-full .notice {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.promotion .sector-branding .survey-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  gap: 10px;
}
.promotion .sector-branding .survey-list + .notice {
  color: #637CAC;
}
.promotion .sector-perfect {
  padding-bottom: 50px;
}
.promotion .sector-perfect .slide-box {
  margin-top: 50px;
  padding: 50px 30px 40px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FAFAFA;
}
.promotion .sector-perfect .slide-box .perfect-slide {
  width: 600px;
  margin: 0 auto;
}
.promotion .sector-review {
  padding-bottom: 100px;
}
.promotion .sector-review .slide-box {
  margin-top: 50px;
  padding: 50px 30px 40px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.promotion .sector-review .slide-box .review-slide {
  width: 600px;
  margin: 0 auto;
}
.promotion .sector-review .slide-box .notice {
  margin-top: 50px;
}
.promotion .sector-teacher {
  padding-bottom: 30px;
  background-color: #F8F8F8;
}
.promotion .sector-teacher .frame {
  margin-top: 50px;
}
.promotion .sector-teacher .teacher-wrap {
  margin-top: 100px;
}
.promotion .sector-teacher .teacher-wrap .teacher-list {
  flex-wrap: nowrap;
  gap: 0;
}
.promotion .sector-teacher .teacher-wrap .teacher-list a {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
  padding: 27px 30px 20px;
  text-align: left;
  border-width: 0;
  border-top-width: 1px;
  border-style: solid;
  border-color: #CFCFCF;
  box-sizing: border-box;
}
.promotion .sector-teacher .teacher-wrap .teacher-list a:first-child {
  border-left-width: 1px;
  border-radius: 10px 0 0 0;
}
.promotion .sector-teacher .teacher-wrap .teacher-list a:last-child {
  border-right-width: 1px;
  border-radius: 0 10px 0 0;
}
.promotion .sector-teacher .teacher-wrap .teacher-list a + a {
  border-left: 1px solid #CFCFCF;
}
.promotion .sector-teacher .teacher-wrap .teacher-list a.active {
  background-color: #FFBF00;
}
.promotion .sector-teacher .teacher-wrap .teacher-list a.active .teacher-img {
  filter: grayscale(0);
}
.promotion .sector-teacher .teacher-wrap .teacher-list a.active .teacher-img::after {
  display: block;
}
.promotion .sector-teacher .teacher-wrap .teacher-list .teacher-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.promotion .sector-teacher .teacher-wrap .teacher-list .teacher-text span {
  color: #000;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.8px;
}
.promotion .sector-teacher .teacher-wrap .teacher-list .teacher-text span.subject {
  font-weight: 400;
}
.promotion .sector-teacher .teacher-wrap .teacher-list .teacher-text span.name {
  margin-top: 5px;
  font-weight: 900;
}
.promotion .sector-teacher .teacher-wrap .teacher-list .teacher-img {
  position: absolute;
  right: 0;
  bottom: 0;
  filter: grayscale(1);
}
.promotion .sector-teacher .teacher-wrap .teacher-list .teacher-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: none;
  width: 150px;
  height: 146px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/K/product/250512/pc/tab_active.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.promotion .sector-teacher .teacher-wrap .teacher-view {
  position: relative;
  display: none;
  border-radius: 0 0 10px 10px;
}
.promotion .sector-teacher .teacher-wrap .teacher-view.active {
  display: block;
}
.promotion .sector-teacher .teacher-wrap .teacher-view > div {
  position: absolute;
  left: 50%;
  margin-left: -72px;
}
.promotion .sector-teacher .teacher-wrap .teacher-view > div.slide-box {
  top: 234px;
  width: 470px;
}
.promotion .sector-teacher .teacher-wrap .teacher-view > div.action-home {
  top: 49px;
}
.promotion .sector-teacher .teacher-wrap .teacher-view > div.action-home a {
  display: block;
  width: 470px;
  height: 60px;
}
.promotion .sector-teacher .teacher-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
}
.promotion .sector-teacher .teacher-list a {
  display: block;
}
.promotion .sector-curriculum {
  padding-bottom: 30px;
  background-color: #F8F8F8;
}
.promotion .sector-book {
  padding-bottom: 30px;
  background-color: #F8F8F8;
}
.promotion .sector-book .frame {
  background: #FAFAFA;
  background: linear-gradient(-25deg, #FAFAFA 50%, #fff 50%);
}
.promotion .sector-book .frame .title-box .sub-title + .sub-title {
  font-size: 24px;
}
.promotion .sector-book .flag {
  position: absolute;
  top: 210px;
  left: 50%;
  margin-left: 200px;
  filter: drop-shadow(0px 22.191px 22.957px rgba(0, 0, 0, 0.17));
}
.promotion .sector-book .slide-box {
  margin-top: 40px;
}
.promotion .sector-book .slide-box + .slide-box {
  margin-top: 20px;
}
.promotion .sector-book .slide-box .book-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.promotion .sector-book .slide-box .book-slide > div {
  margin: 0 -20px;
}
.promotion .sector-book .slide-box .book-review-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.promotion .sector-book .slide-box .book-review-slide > div {
  margin: 0 5px;
}
.promotion .sector-exam {
  padding-bottom: 30px;
  background-color: #F8F8F8;
}
.promotion .sector-lecture {
  padding-bottom: 30px;
  background-color: #F8F8F8;
}
.promotion .sector-support {
  padding-bottom: 30px;
  background-color: #F8F8F8;
}
.promotion .sector-motivation {
  padding-bottom: 100px;
  background-color: #F8F8F8;
}/*# sourceMappingURL=web.css.map */