@charset "UTF-8";
.popup .input-box dl:after, .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, .popup .input-box dl::after, .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;
}
.popup .input-box dl::after, .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%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.fullservice .sector-notice .notice-box .notice-list ul.dash-list li {
  position: relative;
  padding-left: 1.3888888889vw;
  text-align: left;
}
@media screen and (min-width: 720px) {
  .fullservice .sector-notice .notice-box .notice-list ul.dash-list li {
    padding-left: 10px;
  }
}
.fullservice .sector-notice .notice-box .notice-list ul.dash-list li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  line-height: inherit;
}

.fullservice .sector-notice .notice-box .notice-list ul.asterisk-list li {
  position: relative;
  padding-left: 1.9444444444vw;
  text-align: left;
}
@media screen and (min-width: 720px) {
  .fullservice .sector-notice .notice-box .notice-list ul.asterisk-list li {
    padding-left: 14px;
  }
}
.fullservice .sector-notice .notice-box .notice-list ul.asterisk-list li::before {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  line-height: inherit;
}

.effect-bounce-diagonal {
  animation-name: effectBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@-webkit-keyframes effectBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
@keyframes effectBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    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;
}
@-webkit-keyframes effectBounceUpDown {
  0%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes effectBounceUpDown {
  0%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.effect-extend, .fullservice .sector-title .flag {
  animation-name: effectExtend;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@-webkit-keyframes effectExtend {
  0%, 100% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}
@keyframes effectExtend {
  0%, 100% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    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;
}
@-webkit-keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.promotion,
.product-eco,
.fullservice {
  position: relative;
  text-align: center;
  overflow: hidden;
  color: #212121;
}
.promotion *,
.product-eco *,
.fullservice * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.0694444444vw;
}
@media screen and (min-width: 720px) {
  .promotion *,
  .product-eco *,
  .fullservice * {
    letter-spacing: -0.5px;
  }
}
.promotion [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  width: 100%;
}
.promotion .icon-pointer,
.product-eco .icon-pointer,
.fullservice .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3%;
  z-index: 1;
  display: block;
  width: 12.5vw;
  height: 12.5vw;
  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: 90px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 90px;
  }
}
@-webkit-keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
.promotion .slick-list *,
.product-eco .slick-list *,
.fullservice .slick-list * {
  line-height: 1;
}
.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;
}

/* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
input::-ms-clear {
  display: none;
}

/* input type number 에서 화살표 제거 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* Select box 스타일 초기화 */
select {
  border-radius: 0; /* 아이폰 사파리 보더 없애기 */
  -webkit-appearance: none; /* 화살표 없애기 for chrome*/
  -moz-appearance: none; /* 화살표 없애기 for firefox*/
  appearance: none; /* 화살표 없애기 공통*/
}

/* IE 에서 Select box 화살표 제거 */
select::-ms-expand {
  display: none;
}

.popup-dim {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
}

.popup {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 999;
  display: none;
  width: 100%;
  max-width: 720px;
  letter-spacing: -1px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1100px) {
  .popup {
    max-width: 720px;
  }
}
.popup * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.popup .popup-close {
  position: absolute;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  top: 1.3888888889vw;
  right: 1.3888888889vw;
  cursor: pointer;
}
@media screen and (min-width: 720px) {
  .popup .popup-close {
    width: 60px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-close {
    height: 60px;
  }
}
.popup .popup-close::before, .popup .popup-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 1px;
  margin-left: -15px;
  background-color: #333;
}
.popup .popup-close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup .popup-close::after {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}
.popup .popup-close span {
  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;
}
@media screen and (min-width: 720px) {
  .popup .popup-close {
    top: 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-close {
    right: 10px;
  }
}
.popup .popup-title {
  padding: 6.9444444444vw 6.9444444444vw 5.5555555556vw 6.9444444444vw;
  background-color: #fff;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 720px) {
  .popup .popup-title {
    padding: 50px 50px 40px 50px;
  }
}
.popup .popup-title:after {
  position: absolute;
  bottom: 0;
  left: 6.9444444444vw;
  right: 6.9444444444vw;
  content: "";
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 720px) {
  .popup .popup-title:after {
    left: 50px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-title:after {
    right: 50px;
  }
}
.popup .popup-title span {
  font-size: 4.7222222222vw;
  font-weight: 900;
  color: #000;
}
@media screen and (min-width: 720px) {
  .popup .popup-title span {
    font-size: 34px;
  }
}
.popup .popup-body {
  text-align: left;
  line-height: 1.4;
  font-weight: 600;
  color: #000;
  background-color: #fff;
  font-size: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-body {
    font-size: 26px;
  }
}
.popup .input-box {
  padding: 8.3333333333vw 6.9444444444vw 5.5555555556vw;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  text-align: left;
}
@media screen and (min-width: 720px) {
  .popup .input-box {
    padding: 60px 50px 40px;
  }
}
.popup .input-box dl {
  padding-bottom: 2.7777777778vw;
  font-size: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  .popup .input-box dl {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup .input-box dl {
    font-size: 26px;
  }
}
.popup .input-box dl dt {
  float: left;
  width: 23%;
  height: 11.1111111111vw;
  line-height: 11.1111111111vw;
}
@media screen and (min-width: 720px) {
  .popup .input-box dl dt {
    height: 80px;
  }
}
@media screen and (min-width: 720px) {
  .popup .input-box dl dt {
    line-height: 80px;
  }
}
.popup .input-box dl dd {
  float: left;
  width: 77%;
}
.popup .input-box dl dd input[type=text],
.popup .input-box dl dd input[type=number] {
  width: 100%;
  height: 11.1111111111vw;
  line-height: 11.1111111111vw;
  padding: 0 0 0 1.3888888889vw;
  border: 1px solid #ccc;
  background: #fff;
  color: #222;
  font-size: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  .popup .input-box dl dd input[type=text],
  .popup .input-box dl dd input[type=number] {
    height: 80px;
  }
}
@media screen and (min-width: 720px) {
  .popup .input-box dl dd input[type=text],
  .popup .input-box dl dd input[type=number] {
    line-height: 80px;
  }
}
@media screen and (min-width: 720px) {
  .popup .input-box dl dd input[type=text],
  .popup .input-box dl dd input[type=number] {
    padding: 0 0 0 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup .input-box dl dd input[type=text],
  .popup .input-box dl dd input[type=number] {
    font-size: 26px;
  }
}
.popup .survey-box {
  background-color: #f7f7f7;
  padding: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .popup .survey-box {
    padding: 40px;
  }
}
.popup .survey-box .agree-box {
  position: relative;
}
.popup .survey-box .agree-box:first-child {
  margin-bottom: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .popup .survey-box .agree-box:first-child {
    margin-bottom: 30px;
  }
}
.popup .survey-box input[type=checkbox] + label {
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
}
.popup .survey-box input[type=checkbox] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.popup .survey-box input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  padding-left: 6.9444444444vw;
  line-height: 4.7222222222vw;
  min-height: 4.7222222222vw;
  cursor: pointer;
  color: #333;
  font-weight: 700;
  font-size: 3.3333333333vw;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  background: url("//img.eduwill.net/eduwill/img/2022/J/fullservice/220709/pc/ico_check_off.png") no-repeat;
  background-size: 4.7222222222vw 4.7222222222vw;
}
@media screen and (min-width: 720px) {
  .popup .survey-box input[type=checkbox] + label {
    padding-left: 50px;
  }
}
@media screen and (min-width: 720px) {
  .popup .survey-box input[type=checkbox] + label {
    line-height: 34px;
  }
}
@media screen and (min-width: 720px) {
  .popup .survey-box input[type=checkbox] + label {
    min-height: 34px;
  }
}
@media screen and (min-width: 720px) {
  .popup .survey-box input[type=checkbox] + label {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .popup .survey-box input[type=checkbox] + label {
    background-size: 34px 34px;
  }
}
.popup .survey-box input[type=checkbox] + label.on {
  background: url("//img.eduwill.net/eduwill/img/2022/J/fullservice/220709/pc/ico_check_on.png") no-repeat;
  background-size: 4.7222222222vw 4.7222222222vw;
}
@media screen and (min-width: 720px) {
  .popup .survey-box input[type=checkbox] + label.on {
    background-size: 34px 34px;
  }
}
.popup .survey-box input[type=checkbox]:checked + label {
  background: url("//img.eduwill.net/eduwill/img/2022/J/fullservice/220709/pc/ico_check_on.png") no-repeat;
  background-size: 4.7222222222vw 4.7222222222vw;
}
@media screen and (min-width: 720px) {
  .popup .survey-box input[type=checkbox]:checked + label {
    background-size: 34px 34px;
  }
}
.popup .survey-box input::placeholder {
  color: #bababa;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .popup .survey-box input::placeholder {
    font-size: 24px;
  }
}
.popup .survey-box .privacy-layer {
  position: absolute;
  top: 0;
  right: 0;
}
.popup .survey-box .privacy-layer span {
  color: #aaa;
  font-weight: 500;
  font-size: 3.3333333333vw;
  border-bottom: 1px solid #aaa;
}
@media screen and (min-width: 720px) {
  .popup .survey-box .privacy-layer span {
    font-size: 24px;
  }
}
.popup .action-box .btn-request {
  display: block;
  background-color: #ffe000;
  text-align: center;
  width: 100%;
  height: 15.2777777778vw;
  line-height: 15.2777777778vw;
}
@media screen and (min-width: 720px) {
  .popup .action-box .btn-request {
    height: 110px;
  }
}
@media screen and (min-width: 720px) {
  .popup .action-box .btn-request {
    line-height: 110px;
  }
}
.popup .action-box .btn-request {
  position: relative;
  display: inline-block;
}
.popup .action-box .btn-request::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  margin-top: -1.3888888889vw;
  border-width: 0;
  border-style: solid;
  border-color: #222;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 5.5555555556vw;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .popup .action-box .btn-request::before {
    width: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup .action-box .btn-request::before {
    height: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup .action-box .btn-request::before {
    margin-top: -10px;
  }
}
@media screen and (min-width: 720px) {
  .popup .action-box .btn-request::before {
    right: 40px;
  }
}
.popup .action-box .btn-request span {
  color: #222;
  font-weight: 600;
  font-size: 4.7222222222vw;
}
@media screen and (min-width: 720px) {
  .popup .action-box .btn-request span {
    font-size: 34px;
  }
}
.popup .text-box {
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  text-align: left;
  color: #222;
  font-weight: normal;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .popup .text-box {
    font-size: 22px;
  }
}
.popup .text-box strong {
  font-weight: bold;
}
.popup .table-box {
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  text-align: left;
  color: #222;
  margin: 4.1666666667vw 0;
}
@media screen and (min-width: 720px) {
  .popup .table-box {
    margin: 30px 0;
  }
}
.popup .table-box th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
  font-weight: bold;
  padding: 1.3888888889vw;
  font-size: 3.0555555556vw;
}
.popup .table-box th:last-child {
  border-right: none;
}
@media screen and (min-width: 720px) {
  .popup .table-box th {
    padding: 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup .table-box th {
    font-size: 22px;
  }
}
.popup .table-box td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
  font-weight: normal;
  padding: 1.3888888889vw;
  font-size: 2.7777777778vw;
}
.popup .table-box td:last-child {
  border-right: none;
}
@media screen and (min-width: 720px) {
  .popup .table-box td {
    padding: 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup .table-box td {
    font-size: 20px;
  }
}
.popup .table-box td strong {
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .popup .table-box td strong {
    font-size: 22px;
  }
}

#popupPrivacy1,
#popupPrivacy2 {
  border: 1px solid #ccc;
}
#popupPrivacy1 .popup-body,
#popupPrivacy2 .popup-body {
  padding: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  #popupPrivacy1 .popup-body,
  #popupPrivacy2 .popup-body {
    padding: 50px;
  }
}

.fullservice .wrap {
  width: 1200px;
}
.fullservice .only-pc {
  display: block;
}
.fullservice .only-mobile {
  display: none;
}
.fullservice .fix-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: #000000;
}
.fullservice .fix-bottom img {
  margin-top: -14px;
}
.fullservice .fix-right {
  position: fixed;
  right: 10px;
  bottom: 120px;
  z-index: 99;
}
.fullservice .fix-right div + div {
  margin-top: 10px;
}
.fullservice .fix-right a {
  display: inline-block;
}
.fullservice .sector-title {
  background-color: #FFF372;
  background-image: url("//img.eduwill.net/eduwill/img/2025/J/fullservice/250609/pc/title_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.fullservice .sector-title .text-list {
  position: absolute;
  top: 562px;
  right: 150px;
  left: 150px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.fullservice .sector-title .text-list p {
  width: 150px;
  padding: 3px 0 8px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 0 0 20px 20px;
  color: #fff;
  background-color: #0c9f9f;
  animation-name: colorChange;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@-webkit-keyframes colorChange {
  0% {
    color: #fff;
    background-color: #0c9f9f;
  }
  50% {
    color: #fff;
    background-color: #fe5956;
  }
}
@keyframes colorChange {
  0% {
    color: #fff;
    background-color: #0c9f9f;
  }
  50% {
    color: #fff;
    background-color: #fe5956;
  }
}
.fullservice .sector-title .text-list p.text-1 {
  animation-delay: 1s;
}
.fullservice .sector-title .text-list p.text-2 {
  animation-delay: 1.4s;
}
.fullservice .sector-title .text-list p.text-3 {
  animation-delay: 1.8s;
}
.fullservice .sector-title .flag {
  position: absolute;
  top: 220px;
  left: 50%;
  margin-left: 447px;
}
.fullservice .sector-title .action {
  position: absolute;
  left: 0;
  bottom: -44px;
  right: 0;
  z-index: 1;
}
.fullservice .sector-goods {
  padding: 120px 0 75px;
}
.fullservice .sector-solution {
  background-color: #FAFAFA;
  padding-bottom: 100px;
}
.fullservice .sector-solution .solution-list {
  display: flex;
  justify-content: space-around;
}
.fullservice .sector-benefit .wrap-full + .wrap-full {
  background-image: url("//img.eduwill.net/eduwill/img/2024/J/fullservice/240830/pc/benefit_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}
.fullservice .sector-band {
  background-color: #231813;
  position: relative;
}
.fullservice .sector-tab .tab-title {
  position: relative;
  padding-top: 80px;
}
.fullservice .sector-tab .tab-title p {
  line-height: 1.4;
  letter-spacing: -0.9px;
}
.fullservice .sector-tab .tab-title p.title-1 {
  font-size: 30px;
}
.fullservice .sector-tab .tab-title p.title-2 {
  margin-top: 10px;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 45px;
  font-weight: 700;
}
.fullservice .sector-tab .tab-title p.title-3 {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 45px;
  font-weight: 700;
  color: #FD9800;
}
.fullservice .sector-tab .tab-title .action {
  position: absolute;
  top: 215px;
  left: 50%;
  margin-left: 378px;
}
.fullservice .sector-tab .tab-title .action .btn-base {
  padding: 5px 20px 5px 10px;
  vertical-align: top;
  font-size: 14px;
  font-weight: 900;
  color: #666;
  letter-spacing: -0.56px;
  border: 1px solid #CCC;
}
.fullservice .sector-tab .tab-title .action .btn-base {
  position: relative;
  display: inline-block;
}
.fullservice .sector-tab .tab-title .action .btn-base::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  margin-top: -0.3472222222vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.3888888889vw;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .fullservice .sector-tab .tab-title .action .btn-base::before {
    width: 5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-tab .tab-title .action .btn-base::before {
    height: 5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-tab .tab-title .action .btn-base::before {
    margin-top: -2.5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-tab .tab-title .action .btn-base::before {
    right: 10px;
  }
}
.fullservice .sector-tab .tab-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  font-size: 0;
}
.fullservice .sector-tab .tab-list::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #f7f9fa;
}
.fullservice .sector-tab .tab-list li {
  width: 300px;
  padding: 26px 0 16px;
  line-height: 1.4;
  font-size: 24px;
  font-weight: 700;
  color: #BCBCBC;
  letter-spacing: -0.96px;
  border-right: 1px solid #E9E9E9;
  border-left: 1px solid #E9E9E9;
  background-color: #f7f9fa;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fullservice .sector-tab .tab-list li em {
  color: currentColor;
}
.fullservice .sector-tab .tab-list li:first-child {
  border-left-width: 2px;
}
.fullservice .sector-tab .tab-list li:last-child {
  border-right-width: 2px;
}
.fullservice .sector-tab .tab-list li.active {
  color: #212121;
  background-color: #FFC900;
}
.fullservice .sector-tab .tab-list .flag-after, .fullservice .sector-tab .tab-list .flag-open {
  position: absolute;
  top: -15px;
  left: 50%;
  padding: 6px 0;
  line-height: 1;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.72px;
  border-radius: 30px;
}
.fullservice .sector-tab .tab-list .flag-open {
  width: 176px;
  margin-left: -538px;
  animation: blink 2s step-end infinite;
  animation-name: flagChange1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
  animation-direction: normal;
}
@-webkit-keyframes flagChange1 {
  0% {
    color: #fff;
    background-color: #212121;
  }
  50% {
    color: #999;
    background-color: #DDE1E5;
  }
}
@keyframes flagChange1 {
  0% {
    color: #fff;
    background-color: #212121;
  }
  50% {
    color: #999;
    background-color: #DDE1E5;
  }
}
.fullservice .sector-tab .tab-list .flag-after {
  width: 732px;
  margin-left: -216px;
  animation-name: flagChange2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
  animation-direction: normal;
}
@-webkit-keyframes flagChange2 {
  0% {
    color: #999;
    background-color: #DDE1E5;
  }
  50% {
    color: #fff;
    background-color: #212121;
  }
}
@keyframes flagChange2 {
  0% {
    color: #999;
    background-color: #DDE1E5;
  }
  50% {
    color: #fff;
    background-color: #212121;
  }
}
.fullservice .sector-tab .tab-view {
  display: none;
  width: 1200px;
  margin: 80px auto 0;
}
.fullservice .sector-tab .tab-view.active {
  display: block;
}
.fullservice .sector-coupon {
  padding-bottom: 111px;
}
.fullservice .sector-coupon .action {
  position: absolute;
  top: 543px;
  right: 120px;
  left: 120px;
}
.fullservice .sector-coupon .action a {
  display: block;
  width: 100%;
  height: 74px;
}
.fullservice .sector-coupon .action a + a {
  margin-top: 387px;
}
.fullservice .sector-event-plus {
  background-color: #FEF2A6;
  position: relative;
}
.fullservice .sector-event-plus:after {
  content: "";
  position: absolute;
  top: -35px;
  left: 50%;
  z-index: 1;
  width: 9.7222222222vw;
  height: 9.7222222222vw;
  background-image: url("//img.eduwill.net/eduwill/img/2025/J/fullservice/250609/pc/icon_plus.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 720px) {
  .fullservice .sector-event-plus:after {
    width: 70px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-event-plus:after {
    height: 70px;
  }
}
.fullservice .sector-event-plus .action {
  position: absolute;
  top: 891px;
  right: 0;
  left: 0;
}
.fullservice .sector-notice {
  padding: 60px 0;
  text-align: left;
  background-color: #f7f7f7;
}
.fullservice .sector-notice .notice-title {
  display: inline-block;
  padding: 0 10px;
  font-size: 22px;
  font-weight: 700;
  background-color: #fce821;
}
.fullservice .sector-notice .notice-box {
  margin-top: 20px;
}
.fullservice .sector-notice .notice-box .notice-title {
  display: block;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  background: none;
  margin-bottom: 30px;
}
.fullservice .sector-notice .notice-box .notice-text {
  line-height: 1.4;
  font-size: 16px;
  word-break: keep-all;
}
.fullservice .sector-notice .notice-box .highlight {
  color: #f00;
}
.fullservice .sector-notice .notice-box .notice-list {
  margin-top: 10px;
}
.fullservice .sector-notice .notice-box .notice-list li {
  line-height: 1.4;
  font-size: 16px;
  word-break: keep-all;
}
.fullservice .sector-notice .notice-box .notice-list li .link {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 500;
}
.fullservice .sector-notice .notice-box .notice-list ul {
  margin: 5px 0 20px 10px;
}
.fullservice .sector-notice .notice-box .notice-list ul li {
  list-style: none;
}/*# sourceMappingURL=web.css.map */