@charset "UTF-8";
.grid {
  *zoom: 1;
}
.grid:before, .grid:after {
  content: "";
  display: table;
}
.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;
}

.fullservice .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  border: none;
  background: none;
  outline: none;
  transform: rotate(45deg) translateY(-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-start;
  animation-direction: normal;
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

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

.popup {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1000;
  display: none;
  width: 90%;
  max-width: 600px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  background-color: #fff;
  transform: translateX(-50%);
  box-sizing: border-box;
}
@media screen and (min-width: 1100px) {
  .popup {
    width: 100%;
    max-width: 600px;
  }
}
.popup .popup-head {
  padding: 8.3333333333vw 4.1666666667vw 0;
  text-align: center;
  font-size: 5vw;
  font-weight: 700;
  color: #000;
  letter-spacing: -1px;
  line-height: 1.3;
}
@media screen and (min-width: 720px) {
  .popup .popup-head {
    padding: 60px 30px 0;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-head {
    font-size: 36px;
  }
}
.popup .popup-head strong {
  display: block;
  color: #FFBF00;
}
.popup .popup-body {
  color: #212121;
}
.popup .popup-body label {
  cursor: pointer;
}
.popup .popup-body .popup-member {
  padding: 4.7222222222vw 5.5555555556vw;
  padding-bottom: 4.7222222222vw;
  text-align: center;
  font-size: 2.7777777778vw;
  border-bottom: 1px dashed #ddd;
  color: #212121;
}
@media screen and (min-width: 720px) {
  .popup .popup-body .popup-member {
    padding: 34px 40px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-body .popup-member {
    padding-bottom: 34px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-body .popup-member {
    font-size: 20px;
  }
}
.popup .popup-body .popup-member a {
  text-decoration: underline;
}
.popup .popup-body .popup-content {
  padding: 0 5.5555555556vw 4.7222222222vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-body .popup-content {
    padding: 0 40px 34px;
  }
}
.popup .popup-body .popup-content .notice-box > div {
  color: #848484;
  line-height: 1.4;
}
.popup .popup-body .popup-content .notice-box .notice-title {
  font-size: 2.6388888889vw;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  .popup .popup-body .popup-content .notice-box .notice-title {
    font-size: 19px;
  }
}
.popup .popup-body .popup-content .notice-box .notice-text {
  font-size: 2.2222222222vw;
  font-weight: 400;
}
@media screen and (min-width: 720px) {
  .popup .popup-body .popup-content .notice-box .notice-text {
    font-size: 16px;
  }
}
.popup .popup-body .popup-content .form-text {
  color: #212121;
  font-size: 2.5vw;
  margin-bottom: 0.46875rem;
}
@media screen and (min-width: 720px) {
  .popup .popup-body .popup-content .form-text {
    font-size: 18px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-body .popup-content .form-text {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1100px) {
  .popup .popup-body .popup-content .form-text {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 1100px) and (min-width: 720px) {
  .popup .popup-body .popup-content .form-text {
    font-size: 15px;
  }
}
.popup .popup-body .popup-content .form-control .fake-radio {
  margin-right: 10px;
}
.popup .popup-body .popup-content .form-control .fake-radio input[type=checkbox] {
  width: 15px;
  height: 15px;
}
.popup .popup-body .popup-content .form-control .fake-radio label {
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-body .popup-content .form-control .fake-radio label {
    font-size: 18px;
  }
}
.popup .popup-body .popup-content .table-wrap {
  margin-top: 0.625rem;
}
@media screen and (min-width: 720px) {
  .popup .popup-body .popup-content .table-wrap {
    margin-top: 20px;
  }
}
.popup .popup-body .popup-content .table-wrap table {
  width: 100%;
  background-color: white;
}
.popup .popup-body .popup-content .table-wrap th {
  color: #fff;
  background-color: #555;
}
.popup .popup-body .popup-content .table-wrap th,
.popup .popup-body .popup-content .table-wrap td {
  padding: 0.3125rem;
  text-align: center;
  font-size: 2.7777777778vw;
  letter-spacing: -1px;
  word-break: break-all;
  border-left: 1px solid #000;
}
@media screen and (min-width: 720px) {
  .popup .popup-body .popup-content .table-wrap th,
  .popup .popup-body .popup-content .table-wrap td {
    padding: 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-body .popup-content .table-wrap th,
  .popup .popup-body .popup-content .table-wrap td {
    font-size: 20px;
  }
}
.popup .popup-body .popup-content .table-wrap th:first-child,
.popup .popup-body .popup-content .table-wrap td:first-child {
  border-left: 0;
}
@media screen and (min-width: 1100px) {
  .popup .popup-body .popup-content .table-wrap th,
  .popup .popup-body .popup-content .table-wrap td {
    font-size: 14px;
  }
}
.popup .popup-body .popup-content .table-wrap td {
  color: #000;
}
.popup .popup-body .popup-content .table-wrap td.highlight {
  font-size: 3.3333333333vw;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (min-width: 720px) {
  .popup .popup-body .popup-content .table-wrap td.highlight {
    font-size: 24px;
  }
}
@media screen and (min-width: 1100px) {
  .popup .popup-body .popup-content .table-wrap td.highlight {
    font-size: 20px;
  }
}
.popup .popup-body .popup-content .info-box {
  margin-top: 4.0277777778vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-body .popup-content .info-box {
    margin-top: 29px;
  }
}
.popup .popup-body .popup-content .info-box .table-wrap {
  margin-bottom: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-body .popup-content .info-box .table-wrap {
    margin-bottom: 20px;
  }
}
.popup .popup-body .popup-content .info-box .table-wrap th, .popup .popup-body .popup-content .info-box .table-wrap td {
  text-align: left;
  font-size: 2.7777777778vw;
  color: #000;
  border: none;
  padding: 0.6944444444vw 0;
}
@media screen and (min-width: 720px) {
  .popup .popup-body .popup-content .info-box .table-wrap th, .popup .popup-body .popup-content .info-box .table-wrap td {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-body .popup-content .info-box .table-wrap th, .popup .popup-body .popup-content .info-box .table-wrap td {
    padding: 5px 0;
  }
}
.popup .popup-body .popup-content .info-box .table-wrap th .text, .popup .popup-body .popup-content .info-box .table-wrap td .text {
  width: 100%;
  height: 9.4444444444vw;
  line-height: 5.5555555556vw;
  padding: 0 1.3888888889vw;
  font-size: 2.5vw;
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: #999;
}
@media screen and (min-width: 720px) {
  .popup .popup-body .popup-content .info-box .table-wrap th .text, .popup .popup-body .popup-content .info-box .table-wrap td .text {
    height: 68px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-body .popup-content .info-box .table-wrap th .text, .popup .popup-body .popup-content .info-box .table-wrap td .text {
    line-height: 40px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-body .popup-content .info-box .table-wrap th .text, .popup .popup-body .popup-content .info-box .table-wrap td .text {
    padding: 0 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-body .popup-content .info-box .table-wrap th .text, .popup .popup-body .popup-content .info-box .table-wrap td .text {
    font-size: 18px;
  }
}
.popup .popup-body .popup-content .info-box .table-wrap th .text[readonly], .popup .popup-body .popup-content .info-box .table-wrap td .text[readonly] {
  background-color: #f2f2f2;
}
.popup .popup-body .popup-content .info-box .table-wrap th {
  font-weight: 500;
  background: none;
}
.popup .popup-body .popup-content .personal-box {
  margin-top: 0.625rem;
  padding-top: 0.625rem;
  border-top: 1px solid #BFBFBF;
}
@media screen and (min-width: 720px) {
  .popup .popup-body .popup-content .personal-box {
    margin-top: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-body .popup-content .personal-box {
    padding-top: 20px;
  }
}
.popup .popup-body .popup-content .personal-box .personal-title {
  font-size: 2.0833333333vw;
  font-weight: 600;
  letter-spacing: -1px;
}
@media screen and (min-width: 720px) {
  .popup .popup-body .popup-content .personal-box .personal-title {
    font-size: 15px;
  }
}
.popup .popup-body .popup-content .personal-box .personal-title .highlight {
  color: #FE5956;
}
.popup .popup-body .popup-content .personal-box .agree-box {
  background-color: #F9F9F9;
  padding: 2.7777777778vw;
  margin: 2.0833333333vw 0;
}
@media screen and (min-width: 720px) {
  .popup .popup-body .popup-content .personal-box .agree-box {
    padding: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-body .popup-content .personal-box .agree-box {
    margin: 15px 0;
  }
}
.popup .popup-body .popup-content .personal-box .agree-box .desc {
  color: #666;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-body .popup-content .personal-box .agree-box .desc {
    font-size: 18px;
  }
}
.popup .popup-body .popup-content .personal-box .agree-box .table-wrap {
  margin-top: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-body .popup-content .personal-box .agree-box .table-wrap {
    margin-top: 22px;
  }
}
.popup .popup-body .popup-content .personal-box .agree-box .table-wrap table th, .popup .popup-body .popup-content .personal-box .agree-box .table-wrap table td {
  border: 1px solid #F9F9F9;
  font-size: 2.2222222222vw;
  color: #666;
}
@media screen and (min-width: 720px) {
  .popup .popup-body .popup-content .personal-box .agree-box .table-wrap table th, .popup .popup-body .popup-content .personal-box .agree-box .table-wrap table td {
    font-size: 16px;
  }
}
.popup .popup-body .popup-content .personal-box .agree-box .table-wrap table th {
  background-color: #D1D1D1;
  font-weight: 700;
}
.popup .popup-body .popup-content .personal-box .agree-box label {
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-body .popup-content .personal-box .agree-box label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .popup .popup-body .popup-content .personal-box .agree-box label {
    font-size: 16px;
  }
}
.popup .popup-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 6.9444444444vw;
  height: 6.9444444444vw;
  top: 1.3888888889vw;
  right: 1.3888888889vw;
  z-index: 1;
}
@media screen and (min-width: 720px) {
  .popup .popup-close {
    width: 50px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-close {
    height: 50px;
  }
}
.popup .popup-close:before, .popup .popup-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25px;
  height: 1.5px;
  margin-left: -12.5px;
  background-color: #CCCCCC;
}
.popup .popup-close:before {
  transform: rotate(45deg);
}
.popup .popup-close:after {
  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;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 8.3333333333vw;
    height: 8.3333333333vw;
    top: 0.6944444444vw;
    right: 0.6944444444vw;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  .popup .popup-close {
    width: 60px;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  .popup .popup-close {
    height: 60px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-close:before, .popup .popup-close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 30px;
    height: 1.5px;
    margin-left: -15px;
    background-color: #CCCCCC;
  }
  .popup .popup-close:before {
    transform: rotate(45deg);
  }
  .popup .popup-close:after {
    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) and (min-width: 720px) {
  .popup .popup-close {
    top: 5px;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  .popup .popup-close {
    right: 5px;
  }
}
.popup .popup-action {
  text-align: center;
  font-size: 0;
  display: flex;
  justify-content: center;
}
.popup .popup-action a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 13.8888888889vw;
  color: #000;
  font-weight: 700;
  font-size: 4.8611111111vw;
  background-color: #FFBF00;
  position: relative;
}
@media screen and (min-width: 720px) {
  .popup .popup-action a {
    height: 100px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-action a {
    font-size: 35px;
  }
}
.popup .popup-action a span {
  position: relative;
  display: inline-block;
}
.popup .popup-action a span:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  margin-top: -0.5555555556vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  transform: rotate(45deg);
  right: 2.2222222222vw;
  border-top-width: 1.5px;
  border-right-width: 1.5px;
}
@media screen and (min-width: 720px) {
  .popup .popup-action a span:before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-action a span:before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-action a span:before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-action a span:before {
    right: 16px;
  }
}
.popup .popup-action a span:before {
  right: -16px;
}

.eduf-layer-content p strong {
  display: block;
}

.fullservice * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -1px;
}
.fullservice .wrap {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 1200px;
}
.fullservice .only-pc {
  display: block;
}
.fullservice .only-mobile {
  display: none;
}
.fullservice .icon-pointer {
  position: relative;
  display: inline-block;
}
.fullservice .icon-pointer:after {
  content: "";
  position: absolute;
  top: 55%;
  right: 5%;
  z-index: 1;
  display: block;
  width: 6.5277777778vw;
  height: 7.6388888889vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_12.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) {
  .fullservice .icon-pointer:after {
    width: 47px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .icon-pointer:after {
    height: 55px;
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.fullservice .btn-text {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 1;
  font-weight: 400;
  padding: 5px 20px 7px 10px;
  cursor: pointer;
  background: #F6F6F6;
  color: rgba(0, 0, 0, 0.6);
}
.fullservice .btn-text:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 5px;
  height: 5px;
  margin-top: -3.5px;
  border-width: 0;
  border-style: solid;
  transform: rotate(-49deg);
  border-bottom-width: 1px;
  border-right-width: 1px;
  right: 10px;
  border-color: rgba(0, 0, 0, 0.6);
}
.fullservice .btn-text.type2 {
  border: 1px solid #cfcfcf !important;
  color: #888 !important;
}
.fullservice .btn-text.type2:after {
  border-color: #bbb;
}
.fullservice .action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
}
.fullservice .action a {
  display: inline-block;
}
.fullservice .typing-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 158px;
  width: 100%;
  height: 110px;
  background: url("//img.eduwill.net/eduwill/img/2025/X/fullservice/250526/pc/typing.png") no-repeat center 0;
}
.fullservice .typing-box .typing-text {
  display: none;
}
.fullservice .typing-box .typing {
  color: #022222;
  font-weight: 900;
  font-size: 52px;
  line-height: 1;
  letter-spacing: -1.8px;
  display: inline-block;
  animation-name: cursor;
  animation-duration: 0.3s;
  animation-iteration-count: infinite;
  margin-top: 30px;
}
@keyframes cursor {
  0% {
    border-right: 2px solid #fff;
  }
  50% {
    border-right: 2px solid #000;
  }
  100% {
    border-right: 2px solid #fff;
  }
}
.fullservice .typing-box .notice {
  position: absolute;
  right: 174px;
  bottom: -20px;
  color: #888;
  font-size: 12px;
}
.fullservice .wing-banner {
  position: fixed;
  z-index: 999;
  bottom: 110px;
  right: 1.3888888889vw;
  width: 25vw;
}
@media screen and (min-width: 720px) {
  .fullservice .wing-banner {
    right: 10px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .wing-banner {
    width: 180px;
  }
}
.fullservice .wing-banner a {
  display: block;
  margin-bottom: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .fullservice .wing-banner a {
    margin-bottom: 10px;
  }
}
.fullservice .slick-arrow {
  margin-top: -39px;
  border-radius: 50%;
}
.fullservice .slick-arrow.slick-prev {
  background-color: #000 !important;
  border-radius: 0 !important;
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  left: 0;
  background: none;
  left: 20px;
}
@media screen and (min-width: 720px) {
  .fullservice .slick-arrow.slick-prev {
    width: 40px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .slick-arrow.slick-prev {
    height: 40px;
  }
}
.fullservice .slick-arrow.slick-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-bottom-width: 3px;
  border-left-width: 3px;
  transform: translate(-25%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .fullservice .slick-arrow.slick-prev:before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .slick-arrow.slick-prev:before {
    height: 10px;
  }
}
.fullservice .slick-arrow.slick-next {
  background-color: #000 !important;
  border-radius: 0 !important;
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  right: 0;
  background: none;
  right: 20px;
}
@media screen and (min-width: 720px) {
  .fullservice .slick-arrow.slick-next {
    width: 40px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .slick-arrow.slick-next {
    height: 40px;
  }
}
.fullservice .slick-arrow.slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-top-width: 3px;
  border-right-width: 3px;
  transform: translate(-75%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .fullservice .slick-arrow.slick-next:before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .slick-arrow.slick-next:before {
    height: 10px;
  }
}
.fullservice .notice {
  text-align: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.3;
  margin-top: 20px;
}
.fullservice .slider-multiple .slick-slide {
  margin: 0 10px;
  width: 350px;
  height: 193px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  padding: 34px 10px;
  box-sizing: border-box;
  text-align: center;
}
.fullservice .slider-multiple .desc {
  height: 84px;
  color: #000;
  font-size: 16px;
  font-weight: 350;
  line-height: 160%;
  letter-spacing: -0.9px;
}
.fullservice .slider-multiple .name {
  display: block;
  margin-top: 22px;
  color: #999;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.8px;
}
.fullservice .sector-title {
  position: relative;
  background-image: url("//img.eduwill.net/eduwill/img/2025/X/fullservice/250526/pc/title_bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.fullservice .sector-title .title-flag {
  position: absolute;
  left: 50%;
  top: 113px;
  display: inline-block;
  transform: translateX(-50%);
  font-weight: 500;
  font-size: 28px;
  padding: 11px 24px;
  line-height: 1;
  border-radius: 30px;
  color: #FFCF49;
  border-radius: 25px;
  border: 2px solid #FFBC00;
  background: linear-gradient(180deg, #444 0%, #000 100%), linear-gradient(180deg, #FFF 0%, #ECECEC 100%);
  box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.15);
}
.fullservice .sector-title .notice {
  position: absolute;
  left: 50%;
  bottom: 66px;
  transform: translateX(-50%);
  color: #747474;
  font-size: 16px;
  font-weight: 400;
}
.fullservice .sector-why {
  padding-top: 75px;
}
.fullservice .sector-why .wrap {
  position: relative;
  padding-top: 65px;
}
.fullservice .sector-why .action {
  position: absolute;
  right: 200px;
  left: auto;
}
.fullservice .sector-why .typing-box {
  top: 138px;
}
.fullservice .sector-why .num {
  position: absolute;
  bottom: 177px;
  left: 203px;
  font-weight: 900;
  font-family: "Roboto";
  font-size: 26px;
  letter-spacing: -2px;
}
.fullservice .sector-why .slider-multiple .slick-slide {
  width: 427px;
  height: 200px;
  border: 1px solid #E6E6E6;
  background: #FAFAFA;
}
.fullservice .sector-why .slider-multiple .desc {
  height: 87px;
  color: #444;
  font-size: 18px;
}
.fullservice .sector-why .slider-multiple .name {
  color: rgba(0, 0, 0, 0.5);
}
.fullservice .sector-after {
  padding-bottom: 50px;
  background: linear-gradient(0deg, #FFF9E9 0%, #FFF9E9 100%), linear-gradient(90deg, #FFFACE 29.6%, #EFFFEA 70%), linear-gradient(90deg, #C5F1E0 29.6%, #D0EFB6 70%);
}
.fullservice .sector-exam {
  padding-bottom: 70px;
}
.fullservice .sector-exam .slide .eco-4243 .content-title, .fullservice .sector-exam .slide .eco-4243 .action {
  display: none;
}
.fullservice .sector-exam .exam-new {
  padding-bottom: 30px;
}
.fullservice .sector-exam .action {
  position: absolute;
  top: 312px;
  right: 50px;
  z-index: 99;
  bottom: auto;
  text-align: right;
}
.fullservice .sector-benefit-title {
  background-color: #FFBE00;
  position: relative;
  padding: 40px 0;
}
.fullservice .sector-benefit-title:after {
  content: "";
  width: 36.1111111111vw;
  height: 8.3333333333vw;
  bottom: -8.1944444444vw;
  display: inline-block;
  background: url("//img.eduwill.net/eduwill/img/2025/X/fullservice/250526/pc/benefit_tail.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -130px;
  z-index: 99;
}
@media screen and (min-width: 720px) {
  .fullservice .sector-benefit-title:after {
    width: 260px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-benefit-title:after {
    height: 60px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-benefit-title:after {
    bottom: -59px;
  }
}
.fullservice .sector-benefit-title .text {
  line-height: 1.3;
  color: #000;
  font-size: 36px;
  font-family: "EduwillBetaRegular", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.fullservice .sector-benefit-title .text strong {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.fullservice .sector-benefit-title .period {
  color: #FFBF00;
  display: inline-block;
  margin: 0 auto;
  font-weight: 600;
  font-size: 24px;
  padding: 0.1388888889vw 0.9722222222vw 0.4166666667vw;
  background: #000;
  margin-top: 16px;
  border-radius: 4px;
}
@media screen and (min-width: 720px) {
  .fullservice .sector-benefit-title .period {
    padding: 1px 7px 3px;
  }
}
.fullservice .sector-benefit-title .move-btn {
  overflow: hidden;
  position: absolute;
  width: 100%;
  bottom: 16.6666666667vw;
}
@media screen and (min-width: 720px) {
  .fullservice .sector-benefit-title .move-btn {
    bottom: 120px;
  }
}
@media screen and (min-width: 1100px) {
  .fullservice .sector-benefit-title .move-btn {
    bottom: 101px;
  }
}
.fullservice .sector-benefit-title .move-btn a {
  display: block;
  float: left;
  width: 50%;
  box-sizing: border-box;
  height: 24.5833333333vw;
  font-size: 0;
}
@media screen and (min-width: 720px) {
  .fullservice .sector-benefit-title .move-btn a {
    height: 177px;
  }
}
@media screen and (min-width: 1100px) {
  .fullservice .sector-benefit-title .move-btn a {
    height: 262px;
    width: 24.6%;
  }
}
.fullservice .sector-benefit {
  background: #FFFCF2;
  padding-top: 120px;
  padding-bottom: 180px;
}
.fullservice .sector-benefit .benefit-list {
  position: relative;
  margin-top: 20px;
}
.fullservice .sector-benefit .benefit-list:first-child {
  margin-top: 0;
}
.fullservice .sector-benefit .benefit-list .subject {
  position: absolute;
  top: 287px;
  left: 127px;
  font-size: 20px;
  font-weight: 500;
  color: #444;
  text-align: left;
}
.fullservice .sector-benefit .benefit-list .desc {
  position: absolute;
  top: 383px;
  left: 127px;
  font-size: 18px;
  font-weight: 400;
  color: #444;
  line-height: 180%;
  text-align: left;
}
.fullservice .sector-benefit .benefit-list .action {
  bottom: 50px;
}
.fullservice .sector-benefit .benefit-list .slider-multiple {
  position: absolute;
  left: 50%;
  top: 514px;
  width: 1038px;
  overflow: hidden;
  transform: translateX(-50%);
}
.fullservice .sector-benefit .benefit-list .slider-multiple .slick-slide {
  margin: 0 7.5px;
  width: auto;
  height: auto;
  background: none;
  border: none;
  padding: 0;
}
.fullservice .sector-benefit .benefit-list.benefit-list3 .action {
  bottom: 80px;
}
.fullservice .sector-benefit-2 {
  background-color: #FFFCE1;
}
.fullservice .sector-benefit-3 {
  padding-bottom: 80px;
}
.fullservice .sector-benefit-3 .slider-multiple .slick-slide {
  margin: 0 10px;
}
.fullservice .sector-benefit-3 .action {
  position: static;
  margin-top: 50px;
}
.fullservice .sector-band {
  position: relative;
  padding: 5.5555555556vw 0;
  text-align: center;
  background: #000000;
}
@media screen and (min-width: 720px) {
  .fullservice .sector-band {
    padding: 40px 0;
  }
}
.fullservice .sector-band strong {
  font-weight: 400;
  font-size: 36px;
  display: block;
  text-align: center;
  color: #FFBF00;
  line-height: 1.3;
  letter-spacing: -2.1px;
  font-family: "EduwillBetaRegular", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.fullservice .sector-band strong .highlight {
  font-weight: 900;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.fullservice .sector-band:after {
  content: "";
  width: 36.1111111111vw;
  height: 8.3333333333vw;
  bottom: -8.1944444444vw;
  display: inline-block;
  background: url("//img.eduwill.net/eduwill/img/2025/X/fullservice/250526/pc/band_tail.png") no-repeat 0 0;
  background-size: cover;
  position: absolute;
  left: 50%;
  margin-left: -130px;
  z-index: 99;
}
@media screen and (min-width: 720px) {
  .fullservice .sector-band:after {
    width: 260px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-band:after {
    height: 60px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-band:after {
    bottom: -59px;
  }
}
.fullservice .sector-service {
  background-color: #FFBF00;
}
.fullservice .sector-first-rank {
  background-color: #392A00;
}
.fullservice .sector-first-rank .top-area {
  position: relative;
}
.fullservice .sector-first-rank .top-area .trophy {
  position: absolute;
  left: 93px;
  top: -54px;
}
.fullservice .sector-first-rank .slick-arrow {
  transform: translateY(-205%) !important;
}
.fullservice .sector-first-rank .slick-arrow.slick-prev {
  left: 27px;
}
.fullservice .sector-first-rank .slick-arrow.slick-next {
  right: 27px;
}
.fullservice .sector-first-rank .action {
  position: absolute;
  right: 50px;
  bottom: 80px;
  left: auto;
}/*# sourceMappingURL=web.css.map */