@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,
.promotion .fake-radio input[type=radio],
.promotion .fake-radio input[type=checkbox],
.product-eco .fake-radio input[type=radio],
.product-eco .fake-radio input[type=checkbox],
.fullservice .fake-radio input[type=radio],
.fullservice .fake-radio input[type=checkbox] {
  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 .wide,
.product-eco .wide,
.fullservice .wide {
  position: relative;
  left: 50%;
  display: block;
  transform: translateX(-50%);
}

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

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

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

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

.promotion,
.product-eco,
.fullservice {
  text-align: center;
  overflow: hidden;
}
.promotion *,
.product-eco *,
.fullservice * {
  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 .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: -40px;
  z-index: 1;
  display: block;
  width: 15.2777777778vw;
  height: 14.8611111111vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.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: 110px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 107px;
  }
}
@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;
}
.promotion .fake-radio,
.product-eco .fake-radio,
.fullservice .fake-radio {
  position: relative;
  display: inline-block;
}
.promotion .fake-radio label,
.product-eco .fake-radio label,
.fullservice .fake-radio label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  box-sizing: border-box;
}
#wrap {
  overflow: unset;
}

.promotion {
  overflow: unset;
}
.promotion * {
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.promotion .only-mobile {
  display: block;
}
.promotion .only-pc {
  display: none;
}
.promotion .wrap {
  max-width: 720px;
}
.promotion .sector-title {
  background: #FFE63D;
  background: linear-gradient(180deg, #FFE63D 0%, #FFF5B0 100%);
}
.promotion .sector-title .wrap {
  padding: 15.2777777778vw 0 12.5vw;
  background-image: url("//img.eduwill.net/eduwill/img/2025/0/event/251120/mobile/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .wrap {
    padding: 110px 0 90px;
  }
}
.promotion .sector-title .title-1 {
  color: #000;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 4.1666666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .title-1 {
    font-size: 30px;
  }
}
.promotion .sector-title .title-2 {
  margin-top: 5.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .title-2 {
    margin-top: 42px;
  }
}
.promotion .sector-title [class^=flag] {
  position: absolute;
  width: 34.1666666667vw;
  z-index: 1;
  animation-name: dungdung;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title [class^=flag] {
    width: 246px;
  }
}
@keyframes dungdung {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
.promotion .sector-title .flag-1 {
  top: 54.5833333333vw;
  left: 36.25vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .flag-1 {
    top: 393px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .flag-1 {
    left: 261px;
  }
}
.promotion .sector-title .flag-2 {
  top: 67.3611111111vw;
  left: 11.5277777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .flag-2 {
    top: 485px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .flag-2 {
    left: 83px;
  }
}
.promotion .sector-title .flag-3 {
  top: 68.4722222222vw;
  left: 58.0555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .flag-3 {
    top: 493px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .flag-3 {
    left: 418px;
  }
}
.promotion .sector-title .img-character {
  position: relative;
  margin: 26.6666666667vw auto 0;
  width: 43.8888888889vw;
  height: 52.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .img-character {
    margin: 192px auto 0;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .img-character {
    width: 316px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .img-character {
    height: 380px;
  }
}
.promotion .sector-title .img-character img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.promotion .sector-title .deco-text-title {
  position: absolute;
  right: 23.1944444444vw;
  bottom: 31.5277777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .deco-text-title {
    right: 167px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .deco-text-title {
    bottom: 227px;
  }
}
.promotion .sector-title .deco-text-title img {
  width: 14.3055555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .deco-text-title img {
    width: 103px;
  }
}
.promotion .sector-title .btn-action {
  margin: 3.4722222222vw 8.3333333333vw 0;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .btn-action {
    margin: 25px 60px 0;
  }
}
.promotion .sector-title .btn-action .btn-start {
  width: 100%;
  padding: 4.4444444444vw 0;
  border-radius: 13.8888888889vw;
  background: #646464;
  background: linear-gradient(180deg, #646464 0%, #000 78%);
  box-shadow: 4px 4px 8px 0 rgba(238, 238, 238, 0.25) inset, -2px -4px 11px 0 rgba(0, 0, 0, 0.25) inset;
  color: #FFF;
  font-size: 3.6111111111vw;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .btn-action .btn-start {
    padding: 32px 0;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .btn-action .btn-start {
    border-radius: 100px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .btn-action .btn-start {
    font-size: 26px;
  }
}
.promotion .sector-title .btn-action .btn-start {
  position: relative;
  display: inline-block;
}
.promotion .sector-title .btn-action .btn-start::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 .btn-action .btn-start::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .btn-action .btn-start::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .btn-action .btn-start::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .btn-action .btn-start::before {
    right: 20px;
  }
}
.promotion .sector-title .btn-action .btn-start:before {
  right: 5.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .btn-action .btn-start:before {
    right: 42px;
  }
}
.promotion .sector-test {
  display: none;
  background: #FFF7BF;
  background: linear-gradient(180deg, #FFF7BF 0%, #FDFEEC 50.7%, #FFFFF9 100%);
}
.promotion .sector-test .wrap {
  height: 152.7777777778vw;
  padding: 2.2222222222vw 0 32.9166666667vw 0;
  background-image: url("//img.eduwill.net/eduwill/img/2025/0/event/251120/mobile/bg_test.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .promotion .sector-test .wrap {
    height: 1100px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-test .wrap {
    padding: 16px 0 237px 0;
  }
}
.promotion .sector-test .test-box {
  box-sizing: border-box;
}
.promotion .sector-test .test-box .test-control {
  margin: 0 8.3333333333vw 8.0555555556vw 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-test .test-box .test-control {
    margin: 0 60px 58px 60px;
  }
}
.promotion .sector-test .test-box .number-box {
  color: #888;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 3.3333333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 4.4444444444vw;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-test .test-box .number-box {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-test .test-box .number-box {
    line-height: 32px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-test .test-box .number-box {
    letter-spacing: -1px;
  }
}
.promotion .sector-test .test-box .number-box span {
  display: inline-block;
  font-family: inherit;
  font-weight: inherit;
}
.promotion .sector-test .test-box .number-box span.current {
  color: #000;
}
.promotion .sector-test .test-box .progress-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.promotion .sector-test .test-box .btn-back img {
  width: 19.5833333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-test .test-box .btn-back img {
    width: 141px;
  }
}
.promotion .sector-test .test-box .progress-box {
  position: relative;
  width: 100%;
  height: 1.9444444444vw;
  border-radius: 1.3888888889vw;
  margin-top: 0.8333333333vw;
  overflow: hidden;
}
@media screen and (min-width: 720px) {
  .promotion .sector-test .test-box .progress-box {
    height: 14px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-test .test-box .progress-box {
    border-radius: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-test .test-box .progress-box {
    margin-top: 6px;
  }
}
.promotion .sector-test .test-box .progress-box .progress-inner {
  width: 100%;
  height: 100%;
  background: #FEFEFE;
}
.promotion .sector-test .test-box .progress-box .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 14.2857142857%;
  transition: all 0.3s;
  height: 100%;
  background: #060A09;
}
.promotion .sector-test .test-box .question {
  position: relative;
}
.promotion .sector-test .test-box .question .question-idx {
  font-family: "BinggraeSamanco", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 6.9444444444vw;
  color: #222;
  text-align: center;
  font-weight: 700;
  line-height: 120%;
  color: #222;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 720px) {
  .promotion .sector-test .test-box .question .question-idx {
    font-size: 50px;
  }
}
.promotion .sector-test .test-box .question .question-text {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  margin-top: 3.3333333333vw;
  min-height: 15.5555555556vw;
  line-height: 1.4;
  font-size: 5.5555555556vw;
  font-weight: 500;
  color: #000;
}
@media screen and (min-width: 720px) {
  .promotion .sector-test .test-box .question .question-text {
    margin-top: 24px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-test .test-box .question .question-text {
    min-height: 112px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-test .test-box .question .question-text {
    font-size: 40px;
  }
}
.promotion .sector-test .test-box .answer {
  margin: 9.7222222222vw 8.3333333333vw 0;
}
@media screen and (min-width: 720px) {
  .promotion .sector-test .test-box .answer {
    margin: 70px 60px 0;
  }
}
.promotion .sector-test .test-box .answer .fake-radio {
  width: 100%;
}
.promotion .sector-test .test-box .answer .fake-radio + .fake-radio {
  margin-top: 1.9444444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-test .test-box .answer .fake-radio + .fake-radio {
    margin-top: 14px;
  }
}
.promotion .sector-test .test-box .answer .fake-radio input:checked + label {
  background: #646464;
  background: linear-gradient(180deg, #646464 0%, #000 100%);
}
.promotion .sector-test .test-box .answer .fake-radio input:checked + label .answer-order {
  color: #FFE000;
}
.promotion .sector-test .test-box .answer .fake-radio input:checked + label .text {
  background: linear-gradient(165deg, #FFF500 1.96%, #FFC700 89.16%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promotion .sector-test .test-box .answer .fake-radio label {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 12.5vw;
  padding: 0 4.7222222222vw;
  border-radius: 1.3888888889vw;
  border-width: 0.1388888889vw;
  border-color: #D9D9D9;
  border-style: solid;
  background: rgba(255, 255, 255, 0.9);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 71.66%, rgba(246, 246, 246, 0.9) 110.24%);
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .promotion .sector-test .test-box .answer .fake-radio label {
    height: 90px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-test .test-box .answer .fake-radio label {
    padding: 0 34px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-test .test-box .answer .fake-radio label {
    border-radius: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-test .test-box .answer .fake-radio label {
    border-width: 1px;
  }
}
.promotion .sector-test .test-box .answer .fake-radio label .answer-order {
  margin-right: 1.25vw;
  font-size: 4.1666666667vw;
  line-height: 1.2;
  color: #000;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  .promotion .sector-test .test-box .answer .fake-radio label .answer-order {
    margin-right: 9px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-test .test-box .answer .fake-radio label .answer-order {
    font-size: 30px;
  }
}
.promotion .sector-test .test-box .answer .fake-radio label .text {
  font-size: 3.6111111111vw;
  letter-spacing: -0.1444444444vw;
  line-height: 1.4;
  color: #000;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  .promotion .sector-test .test-box .answer .fake-radio label .text {
    font-size: 26px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-test .test-box .answer .fake-radio label .text {
    letter-spacing: -1.04px;
  }
}
.promotion .sector-test .test-box .answer .fake-radio label:active {
  background: #646464;
  background: linear-gradient(180deg, #646464 0%, #000 100%);
}
.promotion .sector-test .test-box .answer .fake-radio label:active .answer-order {
  color: #FFE000;
}
.promotion .sector-test .test-box .answer .fake-radio label:active .text {
  background: linear-gradient(165deg, #FFF500 1.96%, #FFC700 89.16%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promotion .sector-test .test-box .quiz-action {
  text-align: right;
  margin-top: 0.2777777778vw;
  margin-right: 9.8611111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-test .test-box .quiz-action {
    margin-top: 2px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-test .test-box .quiz-action {
    margin-right: 71px;
  }
}
.promotion .sector-test .test-box .quiz-action .btn-result {
  display: none;
}
.promotion .sector-test .test-box .quiz-action .btn-result img {
  width: 29.7222222222vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-test .test-box .quiz-action .btn-result img {
    width: 214px;
  }
}
.promotion .sector-test .test-box .quiz-action .btn-next img {
  width: 24.0277777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-test .test-box .quiz-action .btn-next img {
    width: 173px;
  }
}
.promotion .sector-result {
  display: none;
}
.promotion .sector-result .wrap {
  padding: 13.8888888889vw 0 11.1111111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-result .wrap {
    padding: 100px 0 80px;
  }
}
.promotion .sector-result .title-1 {
  color: #000;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 4.1666666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (min-width: 720px) {
  .promotion .sector-result .title-1 {
    font-size: 30px;
  }
}
.promotion .sector-result .title-2 {
  margin-top: 39px;
}
.promotion .sector-result .type-box {
  position: relative;
  padding: 4.1666666667vw 0;
  margin: -27.3611111111vw 8.3333333333vw 0;
  border-radius: 1.3888888889vw;
  border-width: 0.1388888889vw;
  border-style: solid;
  border-color: #D9D9D9;
  background: rgba(255, 255, 255, 0.9);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 71.66%, rgba(246, 246, 246, 0.9) 110.24%);
  z-index: 1;
}
@media screen and (min-width: 720px) {
  .promotion .sector-result .type-box {
    padding: 30px 0;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-result .type-box {
    margin: -197px 60px 0;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-result .type-box {
    border-radius: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-result .type-box {
    border-width: 1px;
  }
}
.promotion .sector-result .type-num {
  color: #888;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 3.0555555556vw;
  font-style: normal;
  font-weight: 600;
  line-height: 137%;
}
@media screen and (min-width: 720px) {
  .promotion .sector-result .type-num {
    font-size: 22px;
  }
}
.promotion .sector-result .type-description {
  color: #041C0A;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 3.0555555556vw;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: -0.1833333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-result .type-description {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-result .type-description {
    letter-spacing: -1.32px;
  }
}
.promotion .sector-result .action-btn {
  margin: 2.7777777778vw 8.3333333333vw 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.9444444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-result .action-btn {
    margin: 20px 60px 0;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-result .action-btn {
    gap: 14px;
  }
}
.promotion .sector-result .action-btn button, .promotion .sector-result .action-btn a {
  box-sizing: border-box;
  display: inline-block;
  border-radius: 8px;
  background: linear-gradient(180deg, #646464 0%, #000 100%);
  vertical-align: top;
}
.promotion .sector-result .action-btn .btn-coupon {
  width: 100%;
  padding: 2.7777777778vw 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-result .action-btn .btn-coupon {
    padding: 20px 30px;
  }
}
.promotion .sector-result .action-btn .btn-coupon {
  position: relative;
  display: inline-block;
}
.promotion .sector-result .action-btn .btn-coupon::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: #FFF300;
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 3px;
  border-right-width: 3px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-result .action-btn .btn-coupon::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-result .action-btn .btn-coupon::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-result .action-btn .btn-coupon::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-result .action-btn .btn-coupon::before {
    right: 20px;
  }
}
.promotion .sector-result .action-btn .btn-coupon:before {
  right: 5.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-result .action-btn .btn-coupon:before {
    right: 42px;
  }
}
.promotion .sector-result .action-btn .btn-coupon .text {
  font-size: 3.8888888889vw;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  background: linear-gradient(165deg, #FFF500 1.96%, #FFC700 89.16%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 720px) {
  .promotion .sector-result .action-btn .btn-coupon .text {
    font-size: 28px;
  }
}
.promotion .sector-result .action-btn .link-item, .promotion .sector-result .action-btn .btn-share {
  width: 40.6944444444vw;
  padding: 3.1944444444vw 4.1666666667vw;
  text-align: left;
}
@media screen and (min-width: 720px) {
  .promotion .sector-result .action-btn .link-item, .promotion .sector-result .action-btn .btn-share {
    width: 293px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-result .action-btn .link-item, .promotion .sector-result .action-btn .btn-share {
    padding: 23px 30px;
  }
}
.promotion .sector-result .action-btn .link-item .text, .promotion .sector-result .action-btn .btn-share .text {
  color: #FFF;
  font-size: 3.6111111111vw;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (min-width: 720px) {
  .promotion .sector-result .action-btn .link-item .text, .promotion .sector-result .action-btn .btn-share .text {
    font-size: 26px;
  }
}
.promotion .sector-result .action-btn .link-item {
  position: relative;
  display: inline-block;
}
.promotion .sector-result .action-btn .link-item::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: 3px;
  border-right-width: 3px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-result .action-btn .link-item::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-result .action-btn .link-item::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-result .action-btn .link-item::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-result .action-btn .link-item::before {
    right: 20px;
  }
}
.promotion .sector-result .action-btn .link-item:before {
  right: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-result .action-btn .link-item:before {
    right: 30px;
  }
}
.promotion .sector-result .action-btn .btn-share {
  position: relative;
}
.promotion .sector-result .action-btn .btn-share:after {
  content: "";
  position: absolute;
  top: 3.4722222222vw;
  right: 4.3055555556vw;
  width: 3.8888888889vw;
  height: 4.3055555556vw;
  background-image: url("//img.eduwill.net/eduwill/img/2025/0/event/251120/mobile/ico_share.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}
@media screen and (min-width: 720px) {
  .promotion .sector-result .action-btn .btn-share:after {
    top: 25px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-result .action-btn .btn-share:after {
    right: 31px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-result .action-btn .btn-share:after {
    width: 28px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-result .action-btn .btn-share:after {
    height: 31px;
  }
}
.promotion .sector-result.type-sympathetic {
  background: #FFE4EB;
  background: linear-gradient(180deg, #FFE4EB 0%, #FFF5EE 49.23%, #FFF1E7 100%);
}
.promotion .sector-result.type-sympathetic .wrap {
  background-image: url("//img.eduwill.net/eduwill/img/2025/0/event/251120/mobile/bg_result_sympathetic.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-result.type-analytical {
  background: #C8F7FF;
  background: linear-gradient(180deg, #C8F7FF 0%, #EFF7FF 49.23%, #F2F7FF 100%);
}
.promotion .sector-result.type-analytical .wrap {
  background-image: url("//img.eduwill.net/eduwill/img/2025/0/event/251120/mobile/bg_result_analytical.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-result.type-practical {
  background: #FFE73B;
  background: linear-gradient(180deg, #FFE73B 0%, #FFF7BB 49.23%, #FFF5AE 100%);
}
.promotion .sector-result.type-practical .wrap {
  background-image: url("//img.eduwill.net/eduwill/img/2025/0/event/251120/mobile/bg_result_practical.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}/*# sourceMappingURL=mobile.css.map */