@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%);
}

.promotion .sector-intro .intro-item .desc-list li {
  position: relative;
  padding-left: 1.3888888889vw;
  text-align: left;
}
@media screen and (min-width: 720px) {
  .promotion .sector-intro .intro-item .desc-list li {
    padding-left: 10px;
  }
}
.promotion .sector-intro .intro-item .desc-list li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  line-height: inherit;
}

.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, .promotion .sector-curriculum .flag {
  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-eco,
.fullservice {
  overflow: hidden;
  text-align: center;
  color: #222;
}
.promotion *,
.product-eco *,
.fullservice * {
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.0694444444vw;
}
@media screen and (min-width: 720px) {
  .promotion *,
  .product-eco *,
  .fullservice * {
    letter-spacing: -0.5px;
  }
}
.promotion [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.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: 9.7222222222vw;
  height: 11.1111111111vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_12.png") no-repeat 0 0;
  background-size: 100% auto;
  animation-name: pointerBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 70px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 80px;
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.promotion .slick-list *,
.product-eco .slick-list *,
.fullservice .slick-list * {
  vertical-align: top;
}

.eduf-layer-base .eduf-layer-wrap {
  width: 100%;
  max-width: 680px;
}
.eduf-layer-base.time-table .eduf-layer-content {
  border-radius: 0;
}
.eduf-layer-base.time-table .eduf-layer-wrap {
  width: 100%;
}
.eduf-layer-base.time-table .eduf-layer-wrap img {
  width: 100%;
}
.eduf-layer-base.time-table .eduf-layer-wrap .table-wrap {
  padding: 0;
}
.eduf-layer-base.time-table .eduf-layer-wrap .table-wrap table {
  border-left: 1px solid #d8d8d8;
}
.eduf-layer-base.time-table .eduf-layer-wrap .table-wrap table td {
  word-break: break-all;
}
.eduf-layer-base.time-table .eduf-layer-wrap .table-wrap table td:last-child {
  border-right: 1px solid #d8d8d8;
}
@media screen and (min-width: 1024px) {
  .eduf-layer-base.time-table .eduf-layer-wrap {
    max-width: 1000px;
  }
  .eduf-layer-base.time-table .eduf-layer-wrap .table-wrap {
    padding: 0 20px;
  }
  .eduf-layer-base.time-table .eduf-layer-wrap .table-wrap table th, .eduf-layer-base.time-table .eduf-layer-wrap .table-wrap table td {
    font-size: 16px;
  }
  .eduf-layer-base.time-table .eduf-layer-wrap .table-wrap table td {
    height: auto;
    padding: 10px 0;
  }
}

.product-top-banner {
  display: none !important;
}

.promotion .wrap {
  width: 1200px;
}
.promotion .only-mobile {
  display: none;
}
.promotion .only-pc {
  display: block;
}
.promotion .slick-dots {
  margin-top: 20px;
}
.promotion .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 3px;
  border-radius: 50%;
  background: #bbb;
}
.promotion .slick-dots li.slick-active {
  background: #215ad8;
}
.promotion .fix-left {
  position: fixed;
  bottom: 120px;
  left: 10px;
  z-index: 99;
}
.promotion .fix-left div + div {
  margin-top: 10px;
}
.promotion .fix-banner {
  position: fixed;
  bottom: 120px;
  right: 10px;
  z-index: 99;
}
.promotion .fix-banner a {
  position: relative;
  display: block;
  width: 190px;
  border: 1px solid #FFBA00;
  border-radius: 22px;
}
.promotion .fix-banner a::after {
  top: 95%;
  width: 40px;
  height: 44px;
}
.promotion .fix-banner a .banner-list {
  border-radius: 20px 20px 0 0;
  background: #fff;
}
.promotion .fix-banner a .banner-text {
  position: relative;
  margin: 0 20px;
  padding: 20px 0;
  line-height: 1;
  font-size: 30px;
  font-weight: 900;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #D9D9D9;
  box-sizing: border-box;
}
.promotion .fix-banner a .banner-text:first-child {
  padding-top: 30px;
  border-top: none;
}
.promotion .fix-banner a .banner-text strong {
  display: block;
  margin-top: 5px;
  line-height: inherit;
  font-size: 24px;
  font-weight: inherit;
  color: #fa0000;
}
.promotion .fix-banner a .banner-detail {
  padding: 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  border-radius: 0 0 20px 20px;
  background: #FFBA00;
}
.promotion .blue {
  color: #215ad8;
}
.promotion .red {
  color: #ff0000;
}
.promotion .skyblue {
  color: #6EEEFF;
}
.promotion .fc-point {
  color: #FFBA00;
}
.promotion .notice {
  margin-top: 20px;
  line-height: 1.4;
  font-size: 13px;
  font-weight: 400;
  color: #999;
}
.promotion .title-box {
  margin-top: 100px;
  line-height: 1.4;
}
.promotion .title-box .title-1 {
  line-height: 1.2;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -1.5px;
}
.promotion .title-box .title-2 {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 30px;
  font-weight: 900;
  color: #909090;
  letter-spacing: -0.56px;
  text-decoration-line: underline;
}
.promotion .title-box .title-2 + .title-1 {
  margin-top: 10px;
}
.promotion .title-box .title-3 {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.44px;
}
.promotion .title-box .title-4 {
  margin-top: 10px;
  font-size: 22px;
  letter-spacing: -0.44px;
}
.promotion .img-box {
  margin-top: 60px;
}
.promotion .table-wrap {
  margin-top: 60px;
}
.promotion .table-wrap table {
  width: 100%;
  table-layout: fixed;
  border-bottom: 1px solid #000;
}
.promotion .table-wrap table th,
.promotion .table-wrap table td {
  padding: 12px 0;
  font-size: 20px;
  border-top: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}
.promotion .table-wrap table th:last-child,
.promotion .table-wrap table td:last-child {
  border-right: 0;
}
.promotion .table-wrap table th {
  font-weight: 700;
  color: #fff;
  background-color: #000;
}
.promotion .table-wrap table td {
  font-weight: 400;
  background-color: #fff;
}
.promotion .table-wrap table td.align-left {
  padding: 0 40px;
  text-align: left;
}
.promotion .table-wrap table td .btn-submit {
  width: 80%;
  margin: 0 auto;
  padding: 10px 0;
  border: 1px solid #ddd;
}
.promotion .table-wrap table td .btn-submit {
  position: relative;
  display: inline-block;
}
.promotion .table-wrap table td .btn-submit::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: #666;
  transform: rotate(45deg);
  right: 1.6666666667vw;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .promotion .table-wrap table td .btn-submit::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .table-wrap table td .btn-submit::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .table-wrap table td .btn-submit::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .table-wrap table td .btn-submit::before {
    right: 12px;
  }
}
.promotion .sector-visual {
  background-color: #5A4101;
  background-image: url("//img.eduwill.net/eduwill/img/2024/_105/lecture/241002/pc/bg_visual_250915.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-title {
  padding-bottom: 100px;
  background-color: #2B366D;
  background-image: url("//img.eduwill.net/eduwill/img/2024/_105/lecture/241002/pc/title_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.promotion .sector-title p {
  color: #fff;
}
.promotion .sector-title p.title-1 {
  margin-top: 100px;
  font-size: 28px;
  font-weight: 700;
}
.promotion .sector-title p.notice {
  margin-top: 10px;
  opacity: 0.7;
}
.promotion .sector-title p.title-2 {
  margin-top: 60px;
  font-size: 110px;
  font-weight: 900;
  color: #FFDD00;
}
.promotion .sector-title p.title-3 {
  font-size: 110px;
  font-weight: 900;
  background: linear-gradient(180deg, #BFE8FF 21.68%, #9BECFF 79.72%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.promotion .sector-title p.title-4 {
  margin-top: 60px;
  font-size: 38px;
  font-weight: 700;
}
.promotion .sector-intro {
  padding-bottom: 100px;
  background: #FFF;
  background: linear-gradient(180deg, #FFF 44.1%, #FFF2C3 126.01%);
}
.promotion .sector-intro .intro-list {
  margin: 60px 30px 0;
}
.promotion .sector-intro .intro-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(34, 34, 34, 0.1);
}
.promotion .sector-intro .intro-item + .intro-item {
  margin-top: 20px;
}
.promotion .sector-intro .intro-item .title {
  width: 30%;
  font-size: 30px;
  font-weight: 900;
  color: #F4B200;
}
.promotion .sector-intro .intro-item .desc {
  width: 70%;
  padding: 39px;
  text-align: left;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #f5f5f5;
  box-sizing: border-box;
}
.promotion .sector-intro .intro-item .desc-title {
  font-size: 24px;
  font-weight: 700;
}
.promotion .sector-intro .intro-item .desc-list {
  margin-top: 20px;
}
.promotion .sector-intro .intro-item .desc-list li {
  line-height: 1.4;
  font-size: 20px;
}
.promotion .sector-intro .intro-item .desc-list span {
  font-weight: 700;
}
.promotion .sector-review {
  padding-bottom: 100px;
  background: #f5f5f5;
}
.promotion .sector-review .slide-box {
  margin-top: 40px;
}
.promotion .sector-review .slick-slide {
  margin: 20px;
  opacity: 0.4;
  background: #FFF;
}
.promotion .sector-review .slick-slide.slick-active {
  opacity: 1;
}
.promotion .sector-review .slick-slide img {
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(34, 34, 34, 0.1);
}
.promotion .sector-review .video-box {
  position: relative;
  width: 1140px;
  height: 640px;
  margin: 95px auto 0;
  overflow: hidden;
}
.promotion .sector-review .video-box + .slide-box {
  margin-top: 60px;
}
.promotion .sector-review .video-box + .slide-box .slick-slide {
  margin: 0 7px;
  opacity: 1;
}
.promotion .sector-review .video-box + .slide-box .slick-slide img {
  border-radius: 0;
}
.promotion .sector-review .video-box video,
.promotion .sector-review .video-box iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.promotion .sector-review .video-box a {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
.promotion .sector-inquiry {
  padding-bottom: 60px;
}
.promotion .sector-inquiry .title-box {
  margin-top: 60px;
}
.promotion .sector-inquiry .title-box .title-1 + .title-1 {
  margin-top: 5px;
}
.promotion .sector-inquiry .title-box .title-1 + .title-1 a {
  color: inherit;
}
.promotion .sector-inquiry .title-box .title-3 {
  margin-top: 10px;
  font-weight: 300;
}
.promotion .sector-band {
  z-index: 1;
  padding-bottom: 50px;
  background: #FD0;
}
.promotion .sector-band::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  display: block;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  background: #FD0;
  transform: rotate(45deg);
}
.promotion .sector-band .title-box {
  margin-top: 50px;
}
.promotion .sector-band .title-box .title-1 {
  line-height: 1.3;
  color: #222;
}
.promotion .sector-band .title-box .title-1 span:before, .promotion .sector-band .title-box .title-1 span:after {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.promotion .sector-band .title-box .title-1 span:before {
  content: "“";
}
.promotion .sector-band .title-box .title-1 span:after {
  content: "”";
}
.promotion .sector-band .title-box .title-3 {
  color: #222;
}
.promotion .sector-curriculum {
  padding-bottom: 100px;
  background: #f5f5f5;
}
.promotion .sector-curriculum .flag {
  position: absolute;
  top: 108px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 146px;
  height: 146px;
  margin-left: 348px;
  line-height: 1.2;
  color: #FFF;
  letter-spacing: -1.5px;
  border-radius: 50%;
  background: #ff3636;
}
.promotion .sector-curriculum .flag span {
  line-height: inherit;
  font-size: 24px;
  font-weight: 500;
  color: inherit;
}
.promotion .sector-curriculum .flag strong {
  line-height: inherit;
  font-size: 32px;
  font-weight: 900;
  color: inherit;
}
.promotion .sector-curriculum .notice {
  text-align: right;
}
.promotion .sector-teacher {
  padding-bottom: 100px;
}
.promotion .sector-teacher .slide-box {
  margin-top: 40px;
  text-align: left;
}
.promotion .sector-teacher [class^=teacher-].teacher-11 .pic img {
  margin-left: 0;
}
.promotion .sector-teacher [class^=teacher-].teacher-12 .pic img {
  top: 60px;
}
.promotion .sector-teacher [class^=teacher-] a {
  position: relative;
  display: block;
  width: 265px;
  margin: 18px;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.promotion .sector-teacher [class^=teacher-] a .pic {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: #FF9A00;
  background: linear-gradient(167deg, #FF9A00 5.51%, #FFBA00 92.62%);
}
.promotion .sector-teacher [class^=teacher-] a .pic img {
  position: relative;
  top: 30px;
  display: block;
  width: 100%;
  margin-left: 20px;
}
.promotion .sector-teacher [class^=teacher-] a .desc {
  padding: 25px 20px 20px;
  text-align: left;
  line-height: 1.5;
}
.promotion .sector-teacher [class^=teacher-] a .desc .subject {
  font-size: 20px;
}
.promotion .sector-teacher [class^=teacher-] a .desc .name {
  font-weight: 900;
  font-size: 20px;
}
.promotion .sector-teacher [class^=teacher-] a .desc .link {
  margin-top: 5px;
  padding: 5px 20px 5px 10px;
  line-height: 1;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.promotion .sector-teacher [class^=teacher-] a .desc .link {
  position: relative;
  display: inline-block;
}
.promotion .sector-teacher [class^=teacher-] a .desc .link::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: #666;
  transform: rotate(45deg);
  right: 1.6666666667vw;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-teacher [class^=teacher-] a .desc .link::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-teacher [class^=teacher-] a .desc .link::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-teacher [class^=teacher-] a .desc .link::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-teacher [class^=teacher-] a .desc .link::before {
    right: 12px;
  }
}
.promotion .sector-teacher .notice {
  text-align: left;
  margin: 0 20px;
}
.promotion .sector-class {
  padding-bottom: 100px;
  background: #FFF9DA;
}
.promotion .sector-class .title-box .notice {
  text-align: left;
}
.promotion .sector-class .title-box .title-3 {
  color: #5A5A5A;
}
.promotion .sector-class .table-wrap table {
  border-color: #D8D8D8;
}
.promotion .sector-class .table-wrap table th {
  color: #000;
  background: #FFBB00;
}
.promotion .sector-class .table-wrap table td span {
  font-weight: 700;
}
.promotion .sector-class .table-wrap table td small {
  display: block;
  font-size: 12px;
  line-height: 140%;
  color: #999;
  letter-spacing: -0.5px;
}
.promotion .sector-class .notice {
  text-align: left;
  margin-top: 40px;
}
.promotion .sector-compare {
  padding-bottom: 100px;
}
.promotion .sector-compare .title-box .title-1 span {
  font-weight: 400;
}
.promotion .sector-compare .compare-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 60px;
}
.promotion .sector-compare .compare-box > div {
  width: 100%;
}
.promotion .sector-compare .compare-box > div:last-child .box-title {
  border-left: 1px solid #fff;
}
.promotion .sector-compare .compare-box > div:last-child .box-list li {
  border-left: 1px dashed #A6A6A6;
  border-radius: 0 10px 10px 0;
}
.promotion .sector-compare .compare-box > div:only-child .box-list li {
  border-left: 0;
  padding-left: 363px;
}
.promotion .sector-compare .compare-box .box-title {
  padding: 21px 0;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.5px;
  background-color: #FFBB00;
}
.promotion .sector-compare .compare-box .box-list li {
  margin-top: 10px;
  padding: 30px;
  text-align: left;
  border-radius: 10px 0 0 10px;
  background-color: #F2F2F2;
}
.promotion .sector-compare .compare-box .box-list li:first-child {
  margin-top: 20px;
}
.promotion .sector-compare .compare-box .box-list li span {
  position: relative;
  padding-left: 30px;
  font-size: 24px;
  color: #000;
  letter-spacing: -1px;
}
.promotion .sector-compare .compare-box .box-list li span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 8px;
  margin-top: -7px;
  border-bottom: 3px solid #FF7700;
  border-left: 3px solid #FF7700;
  transform: rotate(-45deg);
}
.promotion .sector-compare .img-box img {
  width: 100%;
}
.promotion .sector-compare .table-wrap table {
  border-color: #FFBB00;
}
.promotion .sector-compare .table-wrap table th {
  color: #000;
  background: #FFF3D1;
}
.promotion .sector-compare .table-wrap table thead th {
  border-top-color: #FFBB00;
}
.promotion .sector-benefit {
  padding-bottom: 80px;
  background: #f5f5f5;
}
.promotion .sector-benefit .title-box .title-1 span {
  font-family: "Nanum Myeongjo", serif;
  font-size: 62px;
  font-weight: 700;
}
.promotion .sector-benefit .benefit-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 60px;
  padding: 0 60px;
}
.promotion .sector-plus {
  padding-bottom: 100px;
}
.promotion .sector-plus .title-box .title-1 span {
  font-weight: 400;
}
.promotion .sector-plus .notice {
  text-align: right;
  margin: 40px 180px 0 0;
}
.promotion .sector-plus + .sector-band {
  background: #FFBB00;
}
.promotion .sector-plus + .sector-band::before {
  display: none;
}
.promotion .sector-plus + .sector-band .title-box {
  margin-top: 50px;
}
.promotion .sector-plus + .sector-band .title-box .title-1 {
  line-height: 1.3;
  color: #222;
}
.promotion .sector-final {
  padding-bottom: 100px;
  background: #f5f5f5;
}
.promotion .sector-price .flag {
  display: inline-block;
  min-width: 265px;
  padding: 14px 0;
  line-height: 1;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
}
.promotion .sector-event {
  padding-bottom: 64px;
  background-color: #0A0700;
  background-image: url("//img.eduwill.net/eduwill/img/2024/_105/lecture/241002/pc/bg_event.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-event .title-box .title-label {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  color: #FFF;
  letter-spacing: -0.48px;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 50px;
  background: #3B3B3B;
}
.promotion .sector-event .title-box .title-1 {
  font-size: 45px;
  color: #FFF;
}
.promotion .sector-event .title-box .title-1 span {
  color: #FFA100;
}
.promotion .sector-event .event-box {
  position: relative;
  margin: 0 30px;
  margin-top: 100px;
  padding: 64px 30px 30px;
  border: 3px solid #CB9100;
  border-radius: 15px;
  background: #FC0;
  background: linear-gradient(96deg, #FC0 -75.06%, #161000 85.74%);
  box-sizing: border-box;
}
.promotion .sector-event .event-box .event-label {
  position: absolute;
  top: -28px;
  left: 50%;
  font-size: 24px;
  font-weight: 700;
  color: #FFBA00;
  letter-spacing: -0.5px;
  padding: 20px 32px;
  border: 1px solid #CB9100;
  border-radius: 50px;
  background: #000;
  transform: translateX(-50%);
}
.promotion .sector-event .event-box ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 30px;
}
.promotion .sector-event .event-box ul li {
  font-size: 20px;
  font-weight: 900;
  line-height: 180%;
  color: #FFF;
  letter-spacing: -0.5px;
}
.promotion .sector-event .item-wrap {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 130px 40px 0;
}
.promotion .sector-event .item-wrap .item-frame {
  width: 100%;
  padding: 4px;
  border-radius: 15px;
  background: #000;
  box-sizing: border-box;
}
.promotion .sector-event .item-wrap .item-frame.best {
  background: #ECC96A;
  background: linear-gradient(180deg, #ECC96A 0%, #F1D892 13.57%, #F7E6C0 25.45%, #E6AE59 39.19%, #BB8635 53.09%, #9D6E23 71.26%);
}
.promotion .sector-event .item-wrap .item-frame.best .item-title {
  background: #0A0700;
}
.promotion .sector-event .item-wrap .item-frame.best .item-title:after {
  background: #0A0700;
}
.promotion .sector-event .item-wrap .item-frame.best .item-title p {
  font-weight: 500;
}
.promotion .sector-event .item-wrap .item-frame.best .btn-action a {
  color: #000;
  background: #FFB600;
}
.promotion .sector-event .item-wrap .item-box {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.promotion .sector-event .item-wrap .flag {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 30px;
  width: 75px;
  height: 64px;
  font-size: 22px;
  font-weight: 900;
  line-height: 140%;
  color: #000;
  padding-top: 12px;
  background-image: url("//img.eduwill.net/eduwill/img/2024/_105/lecture/241002/pc/item_flag.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  box-sizing: border-box;
}
.promotion .sector-event .item-wrap .item-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 128px;
  border-radius: 15px 15px 0 0;
  background: #201D16;
  box-sizing: border-box;
}
.promotion .sector-event .item-wrap .item-title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 30px;
  height: 30px;
  background: #201D16;
  transform: translateX(-50%) rotate(45deg);
}
.promotion .sector-event .item-wrap .item-title span {
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  color: #FFF;
}
.promotion .sector-event .item-wrap .item-title p {
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  color: #FFF;
  letter-spacing: -0.72px;
}
.promotion .sector-event .item-wrap .item-title strong {
  font-weight: 900;
  color: #FFB600;
}
.promotion .sector-event .item-wrap .item-content {
  padding: 40px 30px 20px;
  border-radius: 0 0 15px 15px;
  background: #FFF;
}
.promotion .sector-event .item-wrap .item-text {
  text-align: left;
}
.promotion .sector-event .item-wrap .item-text .text {
  font-size: 30px;
  font-weight: 900;
  line-height: 120%;
  color: #000;
  letter-spacing: -0.9px;
}
.promotion .sector-event .item-wrap .item-text .subject {
  font-size: 14px;
  line-height: 120%;
  color: #000;
  letter-spacing: -0.56px;
  margin-top: 18px;
  opacity: 0.6;
}
.promotion .sector-event .item-wrap .item-price {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 90px;
  margin-top: 15px;
}
.promotion .sector-event .item-wrap [class^=price-] * {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.promotion .sector-event .item-wrap .price-before {
  text-align: left;
  padding: 15px 0;
}
.promotion .sector-event .item-wrap .price-before .text {
  font-size: 20px;
  line-height: 100%;
  color: #000;
  letter-spacing: -0.8px;
}
.promotion .sector-event .item-wrap .price-before .price {
  width: 173px;
  height: 20px;
  font-size: 24px;
  line-height: 100%;
  color: #999;
  letter-spacing: -1.5px;
  margin-top: 18px;
  background-image: url("//img.eduwill.net/eduwill/img/2024/_105/lecture/241002/pc/icon_arrow.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.promotion .sector-event .item-wrap .price-after {
  text-align: right;
}
.promotion .sector-event .item-wrap .price-after .sale {
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  color: #FF0000;
  letter-spacing: -0.66px;
  margin-bottom: 12px;
}
.promotion .sector-event .item-wrap .price-after .price {
  font-size: 42px;
  font-weight: 900;
  line-height: 130%;
  color: #000;
  letter-spacing: -1.26px;
}
.promotion .sector-event .item-wrap .btn-action {
  margin-top: 24px;
}
.promotion .sector-event .item-wrap .btn-action a {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #FFF;
  letter-spacing: -0.5px;
  padding: 20px 0;
  border-radius: 90px;
  background: #000;
}
.promotion .sector-price {
  padding-bottom: 100px;
  background: #f5f5f5;
}
.promotion .sector-price .flag {
  background: #ff3636;
}
.promotion .sector-price .title-box {
  margin-top: 50px;
}
.promotion .sector-price .title-box .title-1 span {
  color: #FFB200;
}
.promotion .sector-price .price-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 50px;
}
.promotion .sector-price .price-group .price-item {
  position: relative;
  padding-bottom: 30px;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.promotion .sector-price .price-group .price-item:only-child {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.promotion .sector-price .price-group .price-item:only-child .price-title, .promotion .sector-price .price-group .price-item:only-child .button-group {
  width: 100%;
}
.promotion .sector-price .price-group .price-item:only-child button {
  text-align: center;
}
.promotion .sector-price .price-group .price-item:only-child .price-desc, .promotion .sector-price .price-group .price-item:only-child .price-sale {
  flex: 1 0 0;
}
.promotion .sector-price .price-group .price-item:only-child .price-desc {
  line-height: 1.8;
}
.promotion .sector-price .price-group .price-item:only-child .price-sale {
  max-width: 336px;
}
.promotion .sector-price .price-group .price-item.price-2 .price-title {
  background: #00309b;
}
.promotion .sector-price .price-group .price-title {
  padding: 18px 0;
  line-height: 1;
  font-size: 24px;
  font-weight: 900;
  color: #715E29;
  letter-spacing: -1.5px;
  background: #FFBB00;
}
.promotion .sector-price .price-group .price-title span {
  color: #000;
}
.promotion .sector-price .price-group .price-desc {
  margin: 35px 30px 0;
  text-align: left;
  line-height: 1.4;
  font-size: 20px;
}
.promotion .sector-price .price-group .price-desc strong {
  font-weight: 700;
  color: #FF8000;
}
.promotion .sector-price .price-group .price-desc span {
  font-size: 16px;
}
.promotion .sector-price .price-group .price-sale {
  margin: 30px 20px 0;
}
.promotion .sector-price .price-group .label-group {
  text-align: left;
}
.promotion .sector-price .price-group .label-group .sale-label {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  line-height: 1;
  color: #000;
  font-weight: 700;
  font-size: 20px;
  border: 1px solid #E6E6E6;
  border-radius: 50px;
  margin: 0 4px;
  padding: 9px 14px;
}
.promotion .sector-price .price-group .price-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.promotion .sector-price .price-group .price-text .before-text {
  position: relative;
  padding: 0 15px 0 10px;
  text-align: left;
}
.promotion .sector-price .price-group .price-text .before-text:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 20px;
  margin-top: -10px;
  background-image: url("//img.eduwill.net/eduwill/img/2022/_105/event/220829/pc/price_arrow.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
.promotion .sector-price .price-group .price-text .before-text span {
  font-size: 23px;
  color: #999;
  letter-spacing: -1.5px;
}
.promotion .sector-price .price-group .price-text .after-text {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  text-align: right;
  line-height: 1;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -2px;
}
.promotion .sector-price .price-group .price-text .after-text strong {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -2px;
}
.promotion .sector-price .price-group .button-group {
  margin: 30px 20px 0;
}
.promotion .sector-price .price-group .button-group .btn-apply {
  width: 100%;
  text-align: left;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  background: #646464;
  background: linear-gradient(180deg, #646464 0%, #000 100%);
}
.promotion .sector-price .price-group .button-group .btn-apply {
  position: relative;
  display: inline-block;
}
.promotion .sector-price .price-group .button-group .btn-apply::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  margin-top: -0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: #FFF;
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-price .price-group .button-group .btn-apply::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-price .price-group .button-group .btn-apply::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-price .price-group .button-group .btn-apply::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-price .price-group .button-group .btn-apply::before {
    right: 20px;
  }
}
.promotion .sector-price .price-group .button-group.half {
  display: flex;
  justify-content: space-between;
}
.promotion .sector-price .price-group .button-group.half .btn-apply {
  width: 48%;
}
.promotion .sector-price .notice {
  text-align: right;
}
.promotion .sector-map {
  padding-bottom: 100px;
}
.promotion .sector-map .title-box .title-1 {
  font-weight: 700;
}
.promotion .sector-map .map-box {
  position: relative;
  width: 970px;
  margin: 40px auto 0;
}
.promotion .sector-map .map-box a {
  display: inline-block;
}
.promotion .sector-map .map-box a img {
  width: 100%;
}
.promotion .sector-map .map-box .btn-map {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  padding: 10px 20px;
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}
.promotion .sector-map .map-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 970px;
  margin: 64px auto 0;
  text-align: left;
}
.promotion .sector-map .map-info > div {
  width: 50%;
}
.promotion .sector-map .map-info p {
  position: relative;
  padding-top: 12px;
  font-size: 24px;
  font-weight: 700;
}
.promotion .sector-map .map-info p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 2px;
  background-color: currentColor;
}
.promotion .sector-map .map-info ul {
  margin-top: 16px;
}
.promotion .sector-map .map-info ul li {
  line-height: 1.4;
  font-size: 18px;
  font-weight: 300;
  color: #212121;
  letter-spacing: -1px;
}/*# sourceMappingURL=web.css.map */