@charset "UTF-8";
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full, .grid, .promotion .sector-content-3 .tip-tab-box .tip-tab-list, .promotion .sector-tab .wrap {
  *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 .sector-content-3 .tip-tab-box .tip-tab-list::before, .promotion .sector-tab .wrap::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, .promotion .sector-content-3 .tip-tab-box .tip-tab-list::after, .promotion .sector-tab .wrap::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, .promotion .sector-content-3 .tip-tab-box .tip-tab-list::after, .promotion .sector-tab .wrap::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, .promotion .sector-content-3 .tip-tab-box .tip-tab-list, .promotion .sector-tab .wrap {
  position: relative;
  box-sizing: border-box;
}
.grid .col, .promotion .sector-content-3 .tip-tab-box .tip-tab-list .col, .promotion .sector-content-3 .tip-tab-box .tip-tab-list li, .promotion .sector-tab .wrap .col, .promotion .sector-tab .wrap a {
  position: relative;
  float: left;
  box-sizing: border-box;
}

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

.promotion .wide,
.product-eco .wide,
.fullservice .wide {
  position: relative;
  left: 50%;
  display: block;
  transform: translateX(-50%);
}
@keyframes effectBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.effect-bounce-diagonal {
  animation-name: effectBounceDiagonal;
  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-bounce-updown {
  animation-name: effectBounceUpDown;
  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-extend {
  animation-name: effectExtend;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.effect-blink {
  animation-name: effectBlink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
  animation-direction: normal;
}

.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 *,
.product-eco *,
.fullservice * {
  box-sizing: border-box;
}
.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;
}
.promotion img,
.product-eco img,
.fullservice img {
  vertical-align: top;
}
.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;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 55px;
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  height: 7.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 56px;
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  animation-name: pointerBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}

.promotion .only-pc {
  display: block;
}
.promotion .only-mobile {
  display: none;
}
.promotion .wrap {
  width: 1200px;
}
.promotion .fix-wing {
  position: fixed;
  bottom: 200px;
  right: 10px;
  z-index: 99;
}
.promotion .grounds-text {
  font-size: 14px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.3);
}
.promotion .btn-base a {
  position: relative;
  display: inline-block;
  padding: 2px 20px 4px 10px;
  border-radius: 4px;
  letter-spacing: -1px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
}
.promotion .btn-base a {
  position: relative;
  display: inline-block;
}
.promotion .btn-base a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .btn-base a::before {
    width: 5px;
  }
}
.promotion .btn-base a::before {
  height: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .btn-base a::before {
    height: 5px;
  }
}
.promotion .btn-base a::before {
  margin-top: -0.3472222222vw;
}
@media screen and (min-width: 720px) {
  .promotion .btn-base a::before {
    margin-top: -2.5px;
  }
}
.promotion .btn-base a::before {
  border-width: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.5);
  transform: rotate(45deg);
  right: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .btn-base a::before {
    right: 10px;
  }
}
.promotion .btn-base a::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.promotion .btn-base a {
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.promotion .btn-base a:before {
  content: "";
  margin-left: 0;
  right: 7px;
}
.promotion .slick-dots {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.promotion .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.promotion .slick-dots li button {
  width: 20px;
  height: 20px;
  text-indent: -9999em;
  border: none;
  border-radius: 50%;
  background-color: #cfcfcf;
  outline: none;
  cursor: pointer;
}
.promotion .slick-dots li.slick-active button {
  width: 53px;
  border-radius: 15px;
  background-color: #ffc20e;
}
.promotion .sector-title {
  overflow: hidden;
  background-color: #1B1611;
  background-image: url("//img.eduwill.net/eduwill/img/2026/K/event/260331/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-title::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 153px;
  background: linear-gradient(180deg, rgba(27, 22, 17, 0) 0%, #1B1611 100%);
}
.promotion .sector-title .title-1 {
  margin-top: 90px;
  color: #FFF;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.96px;
}
.promotion .sector-title .title-1 span {
  color: #FFE001;
  font-weight: 700;
}
.promotion .sector-title .title-2 {
  margin-top: 20px;
  color: #FFF;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  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);
  paint-order: stroke;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2.8px;
}
.promotion .sector-title .title-3 {
  margin-top: 20px;
  color: #FFF;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  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);
  paint-order: stroke;
  paint-order: stroke;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2.8px;
}
.promotion .sector-title .title-3 span {
  background: linear-gradient(90deg, #FFBF00 0%, #FFEAAD 50%, #FFBF00 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  letter-spacing: inherit;
}
.promotion .sector-title .trophy {
  margin-top: 30px;
}
.promotion .sector-title .title-flag {
  position: absolute;
  top: 118px;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  margin-left: 290px;
  border-radius: 50%;
  background: linear-gradient(162deg, #3D444C 15.55%, #000 95.43%), linear-gradient(162deg, #444 14.23%, #000 94.78%);
  box-shadow: 0.797px 0.797px 0 0 #FFFAC9 inset;
  filter: drop-shadow(1.595px 9.568px 24.718px rgba(23, 34, 74, 0.48));
}
.promotion .sector-title .title-flag span {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.96px;
  background: linear-gradient(158deg, #F6FF00 -11.28%, #FFB700 85.41%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.promotion .sector-title .graph-box {
  position: absolute;
  top: 378px;
  right: 0;
  left: 0;
  z-index: 1;
  width: 1002px;
  margin: 0 auto;
}
.promotion .sector-title .graph-box .graph {
  overflow: hidden;
}
.promotion .sector-title .graph-box [class^=point-] {
  position: absolute;
}
.promotion .sector-title .graph-box .point-1 {
  top: 170px;
  left: 20px;
}
.promotion .sector-title .graph-box .point-2 {
  top: 134px;
  left: 458px;
}
.promotion .sector-title .graph-box .point-3 {
  top: 21px;
  left: 857px;
}
.promotion .sector-title .base {
  position: absolute;
  right: 0;
  bottom: 36px;
  left: 0;
  z-index: 1;
  color: rgba(255, 255, 255, 0.4);
  font-size: 15px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.3px;
}
.promotion .sector-intro {
  padding: 100px 0;
  background-color: #342D27;
  background-image: url("//img.eduwill.net/eduwill/img/2026/K/event/260331/pc/bg_intro.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-intro .sub-text {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.44px;
  opacity: 0.5;
}
.promotion .sector-intro .sub-text + .main-text {
  margin-top: 10px;
}
.promotion .sector-intro .main-text {
  color: #FFF;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -2.52px;
}
.promotion .sector-intro .main-text span {
  color: #FFBF00;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.promotion .sector-intro .box {
  margin-top: 60px;
  padding: 40px 60px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}
.promotion .sector-intro .box + .sub-text {
  margin-top: 60px;
  font-size: 36px;
  letter-spacing: -2.16px;
  opacity: 1;
}
.promotion .sector-intro .box .main-text {
  font-size: 32px;
  letter-spacing: -1.92px;
}
.promotion .sector-intro .box .box-inner {
  padding: 27px 0;
  margin-top: 20px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.15);
}
.promotion .sector-intro .box .box-inner .sub-text {
  font-size: 24px;
  letter-spacing: -1.44px;
  opacity: 1;
}
.promotion .sector-band {
  padding: 37px 0;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  border-top-width: 4px;
  border-bottom-width: 4px;
  background-color: #FFBF00;
}
.promotion .sector-band .wrap {
  color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.84px;
}
.promotion .sector-band .wrap strong {
  color: #FFF;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #000;
  filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000);
  paint-order: stroke;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.promotion .sector-tab {
  z-index: 11;
  background: #73573f;
}
.promotion .sector-tab .wrap {
  padding: 0 50px;
}
.promotion .sector-tab .wrap a {
  width: 25%;
  display: block;
  padding: 27px 0;
  background: #73573f;
}
.promotion .sector-tab .wrap a span {
  display: block;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.3;
}
.promotion .sector-tab .wrap a span em {
  font-weight: 900;
  letter-spacing: -1px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
}
.promotion .sector-tab .wrap a strong {
  display: block;
  line-height: 1.3;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -2px;
  color: rgba(0, 0, 0, 0.5);
}
.promotion .sector-tab .wrap a.on {
  background: #fff;
}
.promotion .sector-tab .wrap a.on span {
  color: #222;
}
.promotion .sector-tab .wrap a.on span em {
  color: #73573f;
}
.promotion .sector-tab .wrap a.on strong {
  color: #73573f;
}
.promotion .sector-content-1 {
  padding-bottom: 120px;
}
.promotion .sector-content-1 .interview-group {
  width: 1100px;
  margin: 0 auto;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.promotion .sector-content-1 .interview-group .slide-col {
  overflow: hidden;
  padding: 90px 50px 40px;
  width: 1100px;
  box-sizing: border-box;
}
.promotion .sector-content-1 .interview-group .slide-col .winner-text {
  margin-bottom: 35px;
}
.promotion .sector-content-1 .interview-group .slide-col .winner-text span {
  display: block;
  margin-bottom: 5px;
  font-size: 22px;
  color: #999;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -1px;
}
.promotion .sector-content-1 .interview-group .slide-col .winner-text strong {
  display: block;
  word-break: keep-all;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: -2px;
  color: #222;
  line-height: 1.3;
}
.promotion .sector-content-1 .interview-group .slide-col .winner-text strong .highlight {
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1.3;
  color: #f36405;
}
.promotion .sector-content-1 .interview-group .slide-col .winner-video {
  position: relative;
  width: 1000px;
  height: 561px;
}
.promotion .sector-content-1 .interview-group .slide-col .winner-video video,
.promotion .sector-content-1 .interview-group .slide-col .winner-video iframe {
  width: 100%;
  height: 100%;
}
.promotion .sector-content-1 .interview-group .slide-col .winner-video .btn-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.promotion .sector-content-1 .interview-group .slide-col .winner-toggle-con {
  margin-top: 20px;
}
.promotion .sector-content-1 .interview-group .slide-col .winner-toggle-con .action {
  margin-bottom: 22px;
  min-height: 34px;
  text-align: right;
}
.promotion .sector-content-1 .interview-group .slide-col .winner-toggle-con .action a {
  display: inline-block;
  padding: 8px 40px;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  letter-spacing: -1px;
  line-height: 1;
  border-radius: 6px;
  border: 2px solid #222;
  background: #fff;
}
.promotion .sector-content-1 .interview-group .slide-col .winner-toggle-con .action a {
  position: relative;
  display: inline-block;
}
.promotion .sector-content-1 .interview-group .slide-col .winner-toggle-con .action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-content-1 .interview-group .slide-col .winner-toggle-con .action a::before {
    width: 5px;
  }
}
.promotion .sector-content-1 .interview-group .slide-col .winner-toggle-con .action a::before {
  height: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-content-1 .interview-group .slide-col .winner-toggle-con .action a::before {
    height: 5px;
  }
}
.promotion .sector-content-1 .interview-group .slide-col .winner-toggle-con .action a::before {
  margin-top: -0.3472222222vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-content-1 .interview-group .slide-col .winner-toggle-con .action a::before {
    margin-top: -2.5px;
  }
}
.promotion .sector-content-1 .interview-group .slide-col .winner-toggle-con .action a::before {
  border-width: 0;
  border-style: solid;
  border-color: #222;
  transform: rotate(45deg);
  right: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-content-1 .interview-group .slide-col .winner-toggle-con .action a::before {
    right: 10px;
  }
}
.promotion .sector-content-1 .interview-group .slide-col .winner-toggle-con .action a::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.promotion .sector-content-1 .interview-group .slide-col .winner-toggle-con .action a:before {
  right: 10px;
}
.promotion .sector-content-1 .interview-group .slide-col .winner-toggle-con .action a + a {
  margin-left: 10px;
}
.promotion .sector-content-1 .interview-group .slide-col .winner-toggle-con .action a.in {
  background: #222;
  color: #fff;
}
.promotion .sector-content-1 .interview-group .slide-col .winner-toggle-con .action a.in {
  position: relative;
  display: inline-block;
}
.promotion .sector-content-1 .interview-group .slide-col .winner-toggle-con .action a.in::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-content-1 .interview-group .slide-col .winner-toggle-con .action a.in::before {
    width: 5px;
  }
}
.promotion .sector-content-1 .interview-group .slide-col .winner-toggle-con .action a.in::before {
  height: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-content-1 .interview-group .slide-col .winner-toggle-con .action a.in::before {
    height: 5px;
  }
}
.promotion .sector-content-1 .interview-group .slide-col .winner-toggle-con .action a.in::before {
  margin-top: -0.3472222222vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-content-1 .interview-group .slide-col .winner-toggle-con .action a.in::before {
    margin-top: -2.5px;
  }
}
.promotion .sector-content-1 .interview-group .slide-col .winner-toggle-con .action a.in::before {
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  transform: rotate(45deg);
  right: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-content-1 .interview-group .slide-col .winner-toggle-con .action a.in::before {
    right: 10px;
  }
}
.promotion .sector-content-1 .interview-group .slide-col .winner-toggle-con .action a.in::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.promotion .sector-content-1 .interview-group .slide-col .winner-toggle-con .toggle-cont {
  display: none;
}
.promotion .sector-content-1 .interview-group .slide-col .winner-toggle-con .toggle-cont.in {
  display: block;
}
.promotion .sector-content-1 .interview-group .slick-arrow {
  border-radius: 50%;
}
.promotion .sector-content-1 .interview-group .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 11.1111111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-content-1 .interview-group .slick-arrow.slick-prev {
    width: 80px;
  }
}
.promotion .sector-content-1 .interview-group .slick-arrow.slick-prev {
  height: 11.1111111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-content-1 .interview-group .slick-arrow.slick-prev {
    height: 80px;
  }
}
.promotion .sector-content-1 .interview-group .slick-arrow.slick-prev {
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  left: 50%;
  background: rgba(255, 255, 255, 0.9);
}
.promotion .sector-content-1 .interview-group .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-content-1 .interview-group .slick-arrow.slick-prev::before {
    width: 20px;
  }
}
.promotion .sector-content-1 .interview-group .slick-arrow.slick-prev::before {
  height: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-content-1 .interview-group .slick-arrow.slick-prev::before {
    height: 20px;
  }
}
.promotion .sector-content-1 .interview-group .slick-arrow.slick-prev::before {
  border-width: 0;
  border-style: solid;
  border-color: #000;
  border-bottom-width: 3px;
  border-left-width: 3px;
  transform: translate(-25%, -50%) rotate(45deg);
}
.promotion .sector-content-1 .interview-group .slick-arrow.slick-prev {
  left: 15px;
}
.promotion .sector-content-1 .interview-group .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 11.1111111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-content-1 .interview-group .slick-arrow.slick-next {
    width: 80px;
  }
}
.promotion .sector-content-1 .interview-group .slick-arrow.slick-next {
  height: 11.1111111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-content-1 .interview-group .slick-arrow.slick-next {
    height: 80px;
  }
}
.promotion .sector-content-1 .interview-group .slick-arrow.slick-next {
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  right: 50%;
  background: rgba(255, 255, 255, 0.9);
}
.promotion .sector-content-1 .interview-group .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-content-1 .interview-group .slick-arrow.slick-next::before {
    width: 20px;
  }
}
.promotion .sector-content-1 .interview-group .slick-arrow.slick-next::before {
  height: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-content-1 .interview-group .slick-arrow.slick-next::before {
    height: 20px;
  }
}
.promotion .sector-content-1 .interview-group .slick-arrow.slick-next::before {
  border-width: 0;
  border-style: solid;
  border-color: #000;
  border-top-width: 3px;
  border-right-width: 3px;
  transform: translate(-75%, -50%) rotate(45deg);
}
.promotion .sector-content-1 .interview-group .slick-arrow.slick-next {
  right: 15px;
}
.promotion .sector-content-1 .interview-group .slick-arrow {
  top: 442px !important;
  transform: none !important;
}
.promotion .sector-content-1 .interview-group .slick-dots {
  position: absolute;
  top: 20px;
  right: 50px;
  text-align: right;
}
.promotion .sector-content-1 .review-list {
  margin: 98px auto 0;
  width: 1100px;
  border-radius: 0 50px 0 50px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.promotion .sector-content-1 .review-list .slick-arrow {
  border-radius: 50%;
}
.promotion .sector-content-1 .review-list .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-content-1 .review-list .slick-arrow.slick-prev {
    width: 60px;
  }
}
.promotion .sector-content-1 .review-list .slick-arrow.slick-prev {
  height: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-content-1 .review-list .slick-arrow.slick-prev {
    height: 60px;
  }
}
.promotion .sector-content-1 .review-list .slick-arrow.slick-prev {
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  left: 50%;
  background: rgba(0, 0, 0, 0.5);
}
.promotion .sector-content-1 .review-list .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-content-1 .review-list .slick-arrow.slick-prev::before {
    width: 15px;
  }
}
.promotion .sector-content-1 .review-list .slick-arrow.slick-prev::before {
  height: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-content-1 .review-list .slick-arrow.slick-prev::before {
    height: 15px;
  }
}
.promotion .sector-content-1 .review-list .slick-arrow.slick-prev::before {
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-bottom-width: 3px;
  border-left-width: 3px;
  transform: translate(-25%, -50%) rotate(45deg);
}
.promotion .sector-content-1 .review-list .slick-arrow.slick-prev {
  left: -30px;
}
.promotion .sector-content-1 .review-list .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-content-1 .review-list .slick-arrow.slick-next {
    width: 60px;
  }
}
.promotion .sector-content-1 .review-list .slick-arrow.slick-next {
  height: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-content-1 .review-list .slick-arrow.slick-next {
    height: 60px;
  }
}
.promotion .sector-content-1 .review-list .slick-arrow.slick-next {
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  right: 50%;
  background: rgba(0, 0, 0, 0.5);
}
.promotion .sector-content-1 .review-list .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-content-1 .review-list .slick-arrow.slick-next::before {
    width: 15px;
  }
}
.promotion .sector-content-1 .review-list .slick-arrow.slick-next::before {
  height: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-content-1 .review-list .slick-arrow.slick-next::before {
    height: 15px;
  }
}
.promotion .sector-content-1 .review-list .slick-arrow.slick-next::before {
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-top-width: 3px;
  border-right-width: 3px;
  transform: translate(-75%, -50%) rotate(45deg);
}
.promotion .sector-content-1 .review-list .slick-arrow.slick-next {
  right: -30px;
}
.promotion .sector-content-2 {
  padding-bottom: 170px;
  background: #f9f6f0;
}
.promotion .sector-content-2 .method-list {
  width: 1100px;
  margin: 0 auto;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.promotion .sector-content-2 .method-list .slick-dots {
  position: absolute;
  bottom: -50px;
}
.promotion .sector-content-2 .support-text {
  margin-top: 100px;
}
.promotion .sector-content-3 {
  padding-bottom: 120px;
  background: #f3ce69;
}
.promotion .sector-content-3 .tip-tab-box {
  width: 1100px;
  margin: 0 auto;
}
.promotion .sector-content-3 .tip-tab-box .tip-tab-list li {
  width: 33.333%;
}
.promotion .sector-content-3 .tip-tab-box .tip-tab-list li a {
  display: block;
  padding: 24px 0;
  border-radius: 15px 15px 0 0;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -2px;
  color: #f8d67a;
  background: #e2b436;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.1s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.1s;
  transition-timing-function: ease-out;
}
.promotion .sector-content-3 .tip-tab-box .tip-tab-list li.in a {
  background-color: #fff;
  color: #222;
}
.promotion .sector-content-3 .tip-tab-box .tip-tab-list li.in a strong {
  color: #df610d;
}
.promotion .sector-content-3 .tip-tab-view {
  display: none;
  width: 1100px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  border-radius: 0 0 15px 15px;
}
.promotion .sector-content-3 .tip-tab-view.in {
  display: block;
}
.promotion .sector-board {
  padding-bottom: 120px;
  background: #f9f6f0 url("//img.eduwill.net/eduwill/img/2022/K/victoryStory/220405/pc/bg_board.jpg") 50% 0 no-repeat;
  background-size: cover;
}
.promotion .sector-board .wrap {
  width: 1100px;
}
.promotion .sector-board .wrap .board-wrap .tab-list li a {
  background: #ecbc77;
}
.promotion .sector-board .wrap .board-wrap .tab-list li a span {
  font-weight: 700;
  color: #fff;
}
.promotion .sector-board .wrap .board-wrap .tab-list li.in a {
  background: #a05d18;
}
.promotion .sector-board .wrap .board-wrap .tab-contents .item {
  border-color: #a05d18;
}
.promotion .sector-board .wrap .board-wrap .button.write-apply {
  border-radius: 100px;
  background-color: #a05d18;
}
.promotion .sector-board .wrap .board-wrap .button.write-apply span {
  letter-spacing: -2px;
}
.promotion .sector-board .wrap .board-wrap .button.write-apply:after {
  width: 18px;
  height: 18px;
}
.promotion .sector-bar {
  background: #73573e url("//img.eduwill.net/eduwill/img/2022/K/victoryStory/220405/pc/bg_bar.jpg") 50% 0 no-repeat;
}
.promotion .sector-bar .bar-flag {
  position: absolute;
  left: 50px;
  top: 0;
  z-index: 1;
}
.promotion .sector-prize {
  background: url("//img.eduwill.net/eduwill/img/2022/0/event/220627/pc/bg_winner.jpg") 50% 0 no-repeat;
  background-size: cover;
}
.promotion .sector-prize .btn-base {
  position: absolute;
  bottom: 150px;
  left: auto;
  right: 0;
  transform: translateX(-50%);
  z-index: 1;
}/*# sourceMappingURL=web.css.map */