@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 .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 * {
  line-height: normal;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.1388888889vw;
  box-sizing: border-box;
}
@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;
}
.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;
  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: 55px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 56px;
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}

#edufLayerApply .eduf-layer-wrap .eduf-layer-title {
  padding: 4.1666666667vw 5.5555555556vw;
  background-color: #000000;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-title {
    padding: 30px 40px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-title strong {
  color: #FFF;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-title strong {
    font-size: 24px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-title {
  width: 19.4444444444vw;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-title {
    width: 140px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-title {
    font-size: 22px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-mid {
  width: 55.2777777778vw;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-mid {
    width: 398px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group input[type=text], #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group input[type=number], #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group select, #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group input[type=tel] {
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group input[type=text], #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group input[type=number], #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group select, #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group input[type=tel] {
    font-size: 22px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .highlight {
  color: #DC0000 !important;
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-action a,
#edufLayerApply .eduf-layer-wrap .eduf-layer-action button {
  font-size: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-action a,
  #edufLayerApply .eduf-layer-wrap .eduf-layer-action button {
    font-size: 28px;
  }
}

.fullservice .wrap {
  width: 1200px;
}
.fullservice .fix-wing {
  position: fixed;
  right: 10px;
  bottom: 200px;
  z-index: 99;
}
.fullservice .fix-wing a {
  display: block;
}
.fullservice .fix-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: #000000;
}
.fullservice .fix-bottom img {
  margin-top: -13px;
}
.fullservice .sector-top {
  padding: 20px 0;
  border-top: 2px solid #F5EEC5;
  border-bottom: 2px solid #F5EEC5;
  background: #FFF9E5;
}
.fullservice .sector-top p {
  color: #000;
  line-height: normal;
}
.fullservice .sector-top p.count {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -1.04px;
}
.fullservice .sector-top p.count .highlight {
  color: #FFAE00;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1.28px;
}
.fullservice .sector-top p.text {
  font-size: 14px;
  font-weight: 350;
  letter-spacing: -0.56px;
  opacity: 0.5;
}
.fullservice .sector-title {
  background-color: #FFD827;
  background-image: url("//img.eduwill.net/eduwill/img/2025/K/fullservice/251020/pc/title_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.fullservice .sector-tab-title {
  padding: 100px 0 160px;
  background: linear-gradient(281deg, #000 27.99%, #0C0C0C 62.25%, #444 100%);
}
.fullservice .sector-tab-title p {
  color: #FFF;
  font-size: 36px;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: -2.52px;
}
.fullservice .sector-tab-title p .point {
  background: linear-gradient(to top, #FFBF00 50%, #F9FF50 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.fullservice .sector-tab .tab-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -100px 20px 0;
}
.fullservice .sector-tab .tab-list li {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  color: rgba(255, 255, 255, 0.2);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.48px;
  border-radius: 10px 10px 0 0;
  background: #303030;
}
.fullservice .sector-tab .tab-list li span {
  color: currentColor;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.4px;
}
.fullservice .sector-tab .tab-list li.on {
  color: #000;
  letter-spacing: -1.44px;
  background-color: #FFF;
}
.fullservice .sector-view {
  padding: 100px 0;
}
.fullservice .sector-view .wrap {
  width: 1160px;
}
.fullservice .sector-view .benefit {
  position: relative;
}
.fullservice .sector-view .benefit + .benefit {
  margin-top: 24px;
}
.fullservice .sector-view .benefit .action {
  position: absolute;
  bottom: 50px;
  left: 50px;
}
.fullservice .sector-view .benefit .action .btn-apply {
  width: 510px;
  padding: 22px 30px;
  text-align: left;
  color: #FFC20E;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.72px;
  border: 1px solid #FFC20E;
  border-radius: 10px;
  background: linear-gradient(180deg, #444 0%, #111 100%), linear-gradient(180deg, #FFE18A 0%, #FFC20E 100%);
}
.fullservice .sector-view .benefit .action .btn-apply {
  position: relative;
  display: inline-block;
}
.fullservice .sector-view .benefit .action .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: currentColor;
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .fullservice .sector-view .benefit .action .btn-apply::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-view .benefit .action .btn-apply::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-view .benefit .action .btn-apply::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-view .benefit .action .btn-apply::before {
    right: 20px;
  }
}
.fullservice .sector-band {
  background-color: #FBF1D6;
}
.fullservice .sector-branding {
  background-color: #FFCC34;
}
.fullservice .sector-brand {
  background-color: #002B7E;
}
.fullservice .sector-brand::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 478px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/K/fullservice/251020/pc/brand_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.fullservice .sector-brand .wrap {
  z-index: 1;
}/*# sourceMappingURL=web.css.map */