@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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid .col {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  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;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

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

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

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

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

html {
  overflow-x: hidden;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select, option, img, div {
  margin: 0;
  padding: 0;
}

img, fieldset {
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

img {
  vertical-align: top;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1100px) {
  img {
    width: auto;
  }
}

input, select {
  vertical-align: middle;
}

select,
input[type=text],
input[type=password],
input[type=number],
input[type=tel],
input[type=submit],
input[type=rest],
input[type=button],
textarea {
  border-radius: 0;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

em, address {
  font-style: normal;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
  table-layout: fixed;
}

legend, caption {
  visibility: hidden;
  width: 0;
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
}

h1, h2, h3, h4, h5, h6, strong, em {
  font-weight: bold;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: 0;
  cursor: pointer;
}

body {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.1px;
}

.wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.holder {
  position: relative;
}

.icon-pointer {
  position: relative;
  display: inline-block;
}
.icon-pointer::after {
  content: "";
  position: absolute;
  top: 70%;
  right: 5%;
  z-index: 1;
  display: block;
  width: 7.9166666667vw;
  height: 9.0277777778vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_12.png") no-repeat 0 0;
  background-size: 100% auto;
  -webkit-animation-name: pointerBounceDiagonal;
          animation-name: pointerBounceDiagonal;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .icon-pointer::after {
    width: 57px;
  }
}
@media screen and (min-width: 720px) {
  .icon-pointer::after {
    height: 65px;
  }
}
@-webkit-keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}

.only-mobile {
  display: block;
}
@media screen and (min-width: 720px) {
  .only-mobile {
    display: none;
  }
}

.eventWrap .action {
  position: absolute;
  left: 103px;
  top: 309px;
}
.eventWrap .action a {
  display: inline-block;
  margin-left: 52px;
}
.eventWrap .action a:first-child {
  margin-left: 0;
}
.eventWrap .sector-title {
  background: #FFD100 url("//img.eduwill.net/eduwill/img/2025/0/studywill/250619/pc/bg_title.jpg") 50% 0 no-repeat;
  background-size: cover;
}
.eventWrap .sector-product {
  padding-bottom: 100px;
}
.eventWrap .sector-product .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.eventWrap .sector-product .box-list .box-item {
  padding: 34px 23px 20px 23px;
  border-radius: 10px;
  border: 1px solid #828282;
  background-color: #fff;
  width: 572px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.eventWrap .sector-product .box-list .box-item .text-list .text-1 {
  font-size: 20px;
  font-weight: 900;
  line-height: 220%;
  color: rgb(255, 121, 0);
}
.eventWrap .sector-product .box-list .box-item .text-list .text-2 {
  color: #000;
  font-family: "Noto Sans CJK KR";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -2px;
  margin-top: 16px;
}
.eventWrap .sector-product .box-list .box-item .text-list .text-2 strong {
  display: block;
  font-weight: 900;
}
.eventWrap .sector-product .box-list .box-item .box-shell {
  padding: 12px 15px;
  margin-top: 26px;
  margin-bottom: 30px;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
.eventWrap .sector-product .box-list .box-item .box-shell .benefit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.eventWrap .sector-product .box-list .box-item .box-shell .benefit-list dt, .eventWrap .sector-product .box-list .box-item .box-shell .benefit-list dd {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -1px;
}
.eventWrap .sector-product .box-list .box-item .box-shell .benefit-list dt span {
  display: inline-block;
  margin-left: 24.4px;
}
.eventWrap .sector-product .box-list .box-item .box-shell .benefit-list dd {
  margin-left: 24px;
}
.eventWrap .sector-product .box-list .box-item .box-shell .benefit-list dd span {
  color: #BBBBBB;
}
.eventWrap .sector-product .box-list .box-item .price-list .price-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  color: #9F9F9F;
}
.eventWrap .sector-product .box-list .box-item .price-list .price-before strong {
  display: inline-block;
  margin-left: 5px;
}
.eventWrap .sector-product .box-list .box-item .price-list .price-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.eventWrap .sector-product .box-list .box-item .price-list .price-after .price {
  color: #000;
  font-size: 36px;
  line-height: 121%;
  letter-spacing: -1px;
  font-weight: 400;
}
.eventWrap .sector-product .box-list .box-item .price-list .price-after .price strong {
  font-weight: 900;
}
.eventWrap .sector-product .box-list .box-item .price-list .price-after .text {
  background: linear-gradient(281deg, #FF9A40 18.59%, #FFAE1E 44.07%, #FFC000 66.6%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-weight: 900;
  margin-left: 6px;
}
.eventWrap .sector-product .price-action {
  margin-top: 30px;
}
.eventWrap .sector-product .price-action a {
  width: 100%;
  padding: 26px 30px;
  text-align: left;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  font-weight: 900;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
  background: linear-gradient(180deg, #646464 0%, #000 100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.eventWrap .sector-product .price-action a {
  position: relative;
  display: inline-block;
}
.eventWrap .sector-product .price-action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  margin-top: -0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-product .price-action a::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-product .price-action a::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-product .price-action a::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .eventWrap .sector-product .price-action a::before {
    right: 20px;
  }
}
.eventWrap .sector-notice {
  padding: 30px 0;
  background: #222;
}
.eventWrap .sector-notice .notice-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
.eventWrap .sector-notice .notice-list li {
  position: relative;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 10px;
}
.eventWrap .sector-notice .notice-list li strong {
  color: #FFE227;
}
.eventWrap .sector-notice .notice-list li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #fff;
}
.eventWrap .sector-benefit {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFEF9), to(#FFFCF0));
  background: linear-gradient(180deg, #FFFEF9 0%, #FFFCF0 100%);
}
.eventWrap .sector-reason {
  background: #fff;
}
.eventWrap .sector-process {
  background: #F5F5F5;
}
.eventWrap .sector-review {
  padding-top: 100px;
}
.eventWrap .sector-review .review-title {
  color: #000;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -1.44px;
  margin-bottom: 60px;
}
.eventWrap .sector-review .review-title strong {
  display: block;
  font-weight: 700;
  margin-top: 20px;
}
.eventWrap .sector-review .slick-slide {
  width: 570px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #EEE;
  padding: 40px 30px;
  margin-left: 20px;
}
.eventWrap .sector-review .slide-list a {
  cursor: default;
}
.eventWrap .sector-review .slide-list .review-text {
  color: #212121;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.72px;
}
.eventWrap .sector-review .slide-list .review-text strong {
  font-weight: 700;
  color: #000;
}
.eventWrap .sector-review .slide-list .review-info {
  margin-top: 37px;
}
.eventWrap .sector-review .slide-list .review-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.eventWrap .sector-review .slide-list .review-info dl dd {
  margin-left: 13px;
}
.eventWrap .sector-review .slide-list .review-info dl dd .subject {
  color: #616161;
  font-size: 12px;
}
.eventWrap .sector-review .slide-list .review-info dl dd .name {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  margin-top: 3px;
}/*# sourceMappingURL=web.css.map */