@charset "UTF-8";
.form-control .fake-file-box, .promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full, .grid {
  *zoom: 1;
}
.form-control .fake-file-box::before, .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, .form-control .fake-file-box::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;
}
.form-control .fake-file-box::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,
.form-control .fake-checkbox input,
.form-control .fake-file-box .fake-file input[type=file],
.form-control .fake-radio input {
  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%);
}

@keyframes light {
  0% {
    filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.6));
  }
  50% {
    filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.6));
  }
  100% {
    filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.6));
  }
}
.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 {
  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 {
  text-align: center;
  overflow: hidden;
  color: #111;
}
.promotion *,
.product-eco *,
.fullservice * {
  line-height: normal;
  font-family: "Pretendard", "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;
  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;
  }
}
@-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);
  }
}

.form-control {
  font-size: 0;
}
.form-control input::-webkit-outer-spin-button,
.form-control input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}
.form-control input[type=number] {
  -moz-appearance: textfield;
}
.form-control .fake-radio {
  margin-right: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .form-control .fake-radio {
    margin-right: 10px;
  }
}
.form-control .fake-radio label {
  display: inline-block;
  vertical-align: middle;
  padding-left: 4.1666666667vw;
  background-image: url("//img.eduwill.net/eduwill/img/2024/U/fullservice/241209/common/icon_radio_check.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  background-size: 3.3333333333vw 3.3333333333vw;
  cursor: pointer;
  font-weight: 400;
  font-size: 2.5vw;
  color: #212121;
}
@media screen and (min-width: 720px) {
  .form-control .fake-radio label {
    padding-left: 30px;
  }
}
@media screen and (min-width: 720px) {
  .form-control .fake-radio label {
    background-size: 24px 24px;
  }
}
@media screen and (min-width: 720px) {
  .form-control .fake-radio label {
    font-size: 18px;
  }
}
@media screen and (min-width: 1100px) {
  .form-control .fake-radio label {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 1100px) and (min-width: 720px) {
  .form-control .fake-radio label {
    font-size: 15px;
  }
}
.form-control .fake-radio input:checked + label {
  background-image: url("//img.eduwill.net/eduwill/img/2024/U/fullservice/241209/common/icon_radio_checked.png");
}
.form-control .fake-file-box {
  position: relative;
  width: 100%;
  height: 11.1111111111vw;
}
@media screen and (min-width: 720px) {
  .form-control .fake-file-box {
    height: 80px;
  }
}
.form-control .fake-file-box .fake-file-name {
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  padding: 1.25vw 41.6666666667vw 1.25vw 2.2222222222vw;
  border-radius: 16px;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .form-control .fake-file-box .fake-file-name {
    padding: 9px 300px 9px 16px;
  }
}
@media screen and (min-width: 720px) {
  .form-control .fake-file-box .fake-file-name {
    font-size: 20px;
  }
}
.form-control .fake-file-box .fake-file {
  position: absolute;
  right: 0;
  top: 0;
}
.form-control .fake-file-box .fake-file input[type=file]::placeholder {
  color: #C0C0C0;
}
.form-control .fake-file-box .fake-file label {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2.7777777778vw;
  color: #fff;
  border-radius: 0px 16px 16px 0px;
  background: #000;
  cursor: pointer;
  font-weight: 700;
  line-height: 1;
  width: 23.8888888889vw;
  height: 11.1111111111vw;
}
@media screen and (min-width: 720px) {
  .form-control .fake-file-box .fake-file label {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .form-control .fake-file-box .fake-file label {
    width: 172px;
  }
}
@media screen and (min-width: 720px) {
  .form-control .fake-file-box .fake-file label {
    height: 80px;
  }
}
.form-control .text {
  display: inline-block;
  width: 100%;
  padding: 1.1111111111vw 1.1111111111vw 1.1111111111vw 2.2222222222vw;
  font-size: 2.7777777778vw;
  border: 1px solid #666;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  height: 11.1111111111vw;
  border-radius: 20px;
}
@media screen and (min-width: 720px) {
  .form-control .text {
    padding: 8px 8px 8px 16px;
  }
}
@media screen and (min-width: 720px) {
  .form-control .text {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .form-control .text {
    height: 80px;
  }
}
.form-control .text::placeholder {
  color: #C0C0C0;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .form-control .text::placeholder {
    font-size: 20px;
  }
}
.form-control .fake-checkbox label {
  display: inline-block;
  padding-left: 4.1666666667vw;
  background: url("//img.eduwill.net/eduwill/img/2024/U/fullservice/241209/common/icon_checkbox_check.png") no-repeat left top;
  background-size: 3.3333333333vw 3.3333333333vw;
  font-weight: 700;
  font-size: 3.3333333333vw;
  color: #212121;
  text-align: left;
}
@media screen and (min-width: 720px) {
  .form-control .fake-checkbox label {
    padding-left: 30px;
  }
}
@media screen and (min-width: 720px) {
  .form-control .fake-checkbox label {
    background-size: 24px 24px;
  }
}
@media screen and (min-width: 720px) {
  .form-control .fake-checkbox label {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .form-control .fake-checkbox label {
    font-size: 2.5vw;
    background-size: 3.3333333333vw 3.0555555556vw;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  .form-control .fake-checkbox label {
    font-size: 18px;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  .form-control .fake-checkbox label {
    background-size: 24px 22px;
  }
}
.form-control .fake-checkbox input:checked + label {
  background-image: url("//img.eduwill.net/eduwill/img/2024/U/fullservice/241209/common/icon_checkbox_checked.png");
}

.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;
  -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 {
    width: 100%;
    max-width: 600px;
  }
}
.popup .popup-head {
  padding: 0.9375rem;
  text-align: center;
  font-size: 3.6111111111vw;
  font-weight: 700;
  color: #fff;
  letter-spacing: -1px;
  background-color: #454545;
}
@media screen and (min-width: 720px) {
  .popup .popup-head {
    padding: 30px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-head {
    font-size: 26px;
  }
}
.popup .popup-head strong {
  display: block;
  color: #fdc200;
  display: inline-block;
}
.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: 4.7222222222vw 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-body .popup-content {
    padding: 34px 40px;
  }
}
.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 .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 th, .popup .popup-body .popup-content .info-box .table-wrap td {
  text-align: left;
  font-size: 3.0555555556vw;
  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: 22px;
  }
}
@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;
  -webkit-box-sizing: border-box;
  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 .info-box .table-wrap .form-control .fake-radio label {
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-body .popup-content .info-box .table-wrap .form-control .fake-radio label {
    font-size: 18px;
  }
}
.popup .popup-body .popup-content .personal-box {
  margin-top: 0.625rem;
}
@media screen and (min-width: 720px) {
  .popup .popup-body .popup-content .personal-box {
    margin-top: 20px;
  }
}
.popup .popup-body .popup-content .personal-box .personal-title {
  font-size: 3.0555555556vw;
  font-weight: 600;
  letter-spacing: -1px;
}
@media screen and (min-width: 720px) {
  .popup .popup-body .popup-content .personal-box .personal-title {
    font-size: 22px;
  }
}
.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-body .popup-content .personal-box .check-box .form-text {
  color: #212121;
  font-size: 2.5vw;
  margin-bottom: 0.46875rem;
}
@media screen and (min-width: 720px) {
  .popup .popup-body .popup-content .personal-box .check-box .form-text {
    font-size: 18px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-body .popup-content .personal-box .check-box .form-text {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1100px) {
  .popup .popup-body .popup-content .personal-box .check-box .form-text {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 1100px) and (min-width: 720px) {
  .popup .popup-body .popup-content .personal-box .check-box .form-text {
    font-size: 15px;
  }
}
.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: #fff;
}
.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;
  }
}
@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: #fff;
  }
  .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) 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;
  padding: 0 5.5555555556vw 4.7222222222vw;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 720px) {
  .popup .popup-action {
    padding: 0 40px 34px;
  }
}
.popup .popup-action a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34.0277777778vw;
  height: 7.5vw;
  color: #fff;
  font-weight: 700;
  font-size: 3.0555555556vw;
  border-radius: 1.3888888889vw;
  background-color: #999999;
  margin: 0 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-action a {
    width: 245px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-action a {
    height: 54px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-action a {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-action a {
    border-radius: 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-action a {
    margin: 0 12px;
  }
}
.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: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  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;
}
.popup .popup-action a:first-child {
  background-color: #FFD504;
  color: #000;
}
.popup .popup-action a:first-child span:before {
  border-color: #000;
}

#edufLayerBase .eduf-layer-content p {
  font-size: 3.3333333333vw;
  line-height: 1.27;
  letter-spacing: -0.73px;
  color: #131415;
  opacity: 0.4;
}
@media screen and (min-width: 720px) {
  #edufLayerBase .eduf-layer-content p {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerBase .eduf-layer-content p {
    font-size: 1.9444444444vw;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  #edufLayerBase .eduf-layer-content p {
    font-size: 14px;
  }
}

.fullservice .only-pc {
  display: block;
}
.fullservice .only-mobile {
  display: none;
}
.fullservice .wrap {
  width: 1200px;
}
.fullservice .btn-text {
  display: inline-block;
  padding: 5px 10px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  letter-spacing: -1px;
  line-height: 1;
  font-weight: 400;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.fullservice .btn-text span {
  padding-right: 12px;
}
.fullservice .btn-text span {
  position: relative;
  display: inline-block;
}
.fullservice .btn-text span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.9722222222vw;
  height: 0.9722222222vw;
  margin-top: -0.4861111111vw;
  border-width: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.9444444444vw;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .fullservice .btn-text span::before {
    width: 7px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .btn-text span::before {
    height: 7px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .btn-text span::before {
    margin-top: -3.5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .btn-text span::before {
    right: 14px;
  }
}
.fullservice .btn-text span:before {
  right: 0;
}
.fullservice .btn-text.color-fff {
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
}
.fullservice .btn-text.color-fff span:before {
  border-color: rgba(255, 255, 255, 0.6);
}
.fullservice .slick-dots {
  text-align: center;
}
.fullservice .slick-dots li {
  display: inline-block;
  margin-left: 6px;
}
.fullservice .slick-dots li button {
  cursor: pointer;
  text-indent: -10000em;
  border: 0;
  padding: 0;
  border-radius: 20px;
  width: 18px;
  height: 18px;
  background: #bbbbbb;
}
.fullservice .slick-dots li.slick-active button {
  width: 52px;
  background: #ffbe00;
}
.fullservice .slick-arrow {
  position: absolute;
  bottom: 83px;
  z-index: 20;
  width: 19px;
  height: 30px;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fullservice .slick-arrow.slick-prev {
  left: 50%;
  margin-left: -100px;
  background-image: url("//img.eduwill.net/eduwill/img/2022/_114/event/220718/pc/slide_prev.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.fullservice .slick-arrow.slick-next {
  right: 50%;
  margin-right: -100px;
  background-image: url("//img.eduwill.net/eduwill/img/2022/_114/event/220718/pc/slide_next.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.fullservice .fixed-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: #0F0525;
  backdrop-filter: blur(6px);
}
.fullservice .fixed-bottom .wrap {
  display: flex;
  justify-content: center;
}
.fullservice .sector-visual {
  background-color: #000;
  background-image: url("//img.eduwill.net/eduwill/img/2025/U/fullservice/250604/pc/bg_visual.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.fullservice .sector-visual .title-flag {
  position: absolute;
  right: 54px;
  top: 92px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(156deg, #676767 1.98%, #000 62.73%);
  border: 2px solid #fff;
}
.fullservice .sector-visual .title-flag .text {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.fullservice .sector-visual .title-flag .text strong {
  font-weight: 900;
}
.fullservice .sector-visual .title-flag .text strong.highlight {
  color: #FFD800;
}
.fullservice .sector-why {
  padding: 0 0 100px;
  background-color: #121212;
}
.fullservice .sector-why .title {
  position: relative;
}
.fullservice .sector-why .title .btn-text {
  position: absolute;
  right: 0;
  bottom: 0;
}
.fullservice .sector-why #reviewCounter {
  margin: 60px 0 80px;
  color: #fff;
  font-weight: 700;
  font-size: 140px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.fullservice .sector-why #reviewCounter .digit {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("//img.eduwill.net/eduwill/img/2024/U/fullservice/241209/pc/bg_count.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  width: 170px;
  height: 234px;
  margin-left: 30px;
}
.fullservice .sector-why #reviewCounter .digit:first-child {
  margin-left: 0;
}
.fullservice .sector-why #reviewCounter .comma + .digit {
  margin-left: 0;
}
.fullservice .sector-reservation {
  background: radial-gradient(50.6% 49.07% at 50% 5.48%, rgba(255, 251, 219, 0.09) 4.33%, rgba(255, 205, 97, 0.09) 100%);
}
.fullservice .sector-reservation .date-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 430px;
}
.fullservice .sector-reservation .date-box dl {
  display: flex;
}
.fullservice .sector-reservation .date-box dl dt, .fullservice .sector-reservation .date-box dl dd {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
.fullservice .sector-reservation .date-box dl dd {
  color: rgb(255, 202, 41);
}
.fullservice .sector-reservation .action {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1279px;
}
.fullservice .sector-event-title {
  background-image: url("//img.eduwill.net/eduwill/img/2025/U/fullservice/250604/pc/bg_event.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.fullservice .sector-event-title .date-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 514px;
}
.fullservice .sector-event-title .date-box dl {
  display: flex;
}
.fullservice .sector-event-title .date-box dl dt, .fullservice .sector-event-title .date-box dl dd {
  font-size: 24px;
  font-weight: 400;
  color: #000;
}
.fullservice .sector-event-title .date-box dl dd {
  color: #FEB000;
  font-weight: 700;
  margin-left: 10px;
}
.fullservice .sector-event-title .btn-link {
  position: absolute;
  left: 128px;
  top: 1160px;
  color: #FEB000;
}
.fullservice .sector-event-title .btn-link span {
  padding-right: 12px;
  font-weight: 700;
  font-weight: 22px;
  line-height: 24px;
  border-bottom: 1.5px solid #FEB000;
}
.fullservice .sector-event-title .btn-link span {
  position: relative;
  display: inline-block;
}
.fullservice .sector-event-title .btn-link span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  margin-top: -0.4166666667vw;
  border-width: 0;
  border-style: solid;
  border-color: #FEB000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.6666666667vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .fullservice .sector-event-title .btn-link span::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-event-title .btn-link span::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-event-title .btn-link span::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-event-title .btn-link span::before {
    right: 12px;
  }
}
.fullservice .sector-event-title .btn-link span:before {
  right: 0;
}
.fullservice .sector-event-title .notice {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100px;
  color: #9E9E9E;
  font-size: 18px;
}
.fullservice .sector-event {
  padding-top: 100px;
  padding-bottom: 100px;
}
.fullservice .sector-event .step-box {
  text-align: left;
}
.fullservice .sector-event .step-box + .step-box {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #DDD;
}
.fullservice .sector-event .step-box .step-title {
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -1.26px;
  margin-bottom: 10px;
}
.fullservice .sector-event .step-box .step-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.72px;
}
.fullservice .sector-event .step-box .fake-file-box {
  margin-top: 40px;
}
.fullservice .sector-event .step-box .input-box {
  display: flex;
  margin-top: 40px;
}
.fullservice .sector-event .step-box .input-box .form-control:first-child {
  width: 376px;
}
.fullservice .sector-event .step-box .input-box .form-control:last-child {
  width: 789px;
  margin-left: 35px;
}
.fullservice .sector-event .step-box .step-notice {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.72px;
  color: #9E9E9E;
  margin-top: 20px;
}
.fullservice .sector-event .check-box {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 2px solid #000;
}
.fullservice .sector-event .action {
  margin-top: 60px;
}
.fullservice .sector-event .notice {
  color: #9E9E9E;
  font-size: 18px;
  margin-top: 20px;
}
.fullservice .sector-benefit {
  background: linear-gradient(180deg, #FFF 5.2%, #FFE3AD 100%);
  padding-bottom: 100px;
}
.fullservice .sector-banner {
  background-color: #FAFAFA;
}
.fullservice .sector-banner .tab-box {
  text-align: center;
}
.fullservice .sector-banner .tab-list {
  font-size: 0;
  display: flex;
}
.fullservice .sector-banner .tab-list li {
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  cursor: pointer;
  color: #BEBEBE;
  width: 33%;
  height: 76px;
  line-height: 76px;
  border-bottom: 3px solid #fff;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fullservice .sector-banner .tab-list li.active {
  color: #FF960E;
  font-weight: 900;
  border-bottom: 3px solid #FF960E;
}
.fullservice .sector-banner .tab-view {
  display: none;
}
.fullservice .sector-banner .tab-list + .tab-view {
  display: block;
}
.fullservice .sector-banner .eco-2364 .sector-eco-banner {
  border-top: 0;
}
.fullservice .sector-banner .eco-2422 .product-banner p {
  color: #fff;
}
.fullservice .sector-notice {
  padding: 70px 0;
  background-color: #E7E9EE;
  text-align: left;
}
.fullservice .sector-notice .notice-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1C1C1C;
}
.fullservice .sector-notice .notice-list dl {
  margin-top: 20px;
}
.fullservice .sector-notice .notice-list dl:first-child {
  margin-top: 0;
}
.fullservice .sector-notice .notice-list dl dt, .fullservice .sector-notice .notice-list dl dd {
  color: #1C1C1C;
  opacity: 0.5;
  font-weight: 400;
}
.fullservice .sector-notice .notice-list dl dt {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.fullservice .sector-notice .notice-list dl dd {
  font-size: 18px;
  line-height: 1.5;
}/*# sourceMappingURL=web.css.map */