@charset "UTF-8";
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full, .grid {
  *zoom: 1;
}
.promotion .wrap::before,
.promotion .wrap-full::before,
.product-eco .wrap::before,
.product-eco .wrap-full::before,
.fullservice .wrap::before,
.fullservice .wrap-full::before, .grid::before, .promotion .wrap::after,
.promotion .wrap-full::after,
.product-eco .wrap::after,
.product-eco .wrap-full::after,
.fullservice .wrap::after,
.fullservice .wrap-full::after, .grid::after {
  content: "";
  display: table;
}
.promotion .wrap::after,
.promotion .wrap-full::after,
.product-eco .wrap::after,
.product-eco .wrap-full::after,
.fullservice .wrap::after,
.fullservice .wrap-full::after, .grid::after {
  clear: both;
}

.hidden,
.sr_only,
.sr-only {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}

.grid {
  position: relative;
  box-sizing: border-box;
}
.grid .col {
  position: relative;
  float: left;
  box-sizing: border-box;
}

.table {
  display: table;
}
.table .table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.promotion .wide,
.product-eco .wide,
.fullservice .wide {
  position: relative;
  left: 50%;
  display: block;
  transform: translateX(-50%);
}

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

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

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

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

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

.dimmed {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.7);
}

.popup {
  font-family: "Noto Sans KR", Sans-Serif;
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 20000;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  max-width: 620px;
  width: 100%;
  height: auto;
  background-color: #fff;
  line-height: 1;
  letter-spacing: -1px;
  padding: 0;
  box-sizing: border-box;
}
.popup .popup-close {
  cursor: pointer;
  display: inline-block;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 2002;
}
.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: #fff;
}
.popup .popup-close:before {
  transform: rotate(45deg);
}
.popup .popup-close:after {
  transform: rotate(-45deg);
}
.popup .popup-title {
  padding: 40px 0 28px;
  font-weight: 400;
  font-size: 3.3333333333vw;
  text-align: center;
  color: #fff;
  letter-spacing: -1px;
  line-height: 1.2;
  background-color: #393939;
}
@media screen and (min-width: 720px) {
  .popup .popup-title {
    font-size: 24px;
  }
}
.popup .popup-title strong {
  letter-spacing: -2px;
  font-size: 4.8611111111vw;
  font-weight: 900;
}
@media screen and (min-width: 720px) {
  .popup .popup-title strong {
    font-size: 35px;
  }
}
@media screen and (max-width: 720px) {
  .popup .popup-title {
    letter-spacing: 0;
    padding: 20px 0 20px;
  }
  .popup .popup-title strong {
    letter-spacing: 0;
  }
}
.popup .popup-cont {
  padding: 5% 3%;
}
.popup .popup-cont .label {
  position: relative;
  color: #000;
  font-size: 3.3333333333vw;
  font-weight: 500;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  margin-bottom: 10px;
  letter-spacing: -1px;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .label {
    font-size: 24px;
  }
}
.popup .popup-cont .label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background-color: #000;
}
.popup .popup-cont .label .highlight {
  color: #fe0000;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .label {
    font-size: 14px;
  }
}
.popup .popup-cont .input-box {
  width: 90%;
  margin: 0 auto;
}
.popup .popup-cont .input-box dl {
  margin-top: 10px;
}
.popup .popup-cont .input-box dl:after {
  content: "";
  display: block;
  clear: both;
}
.popup .popup-cont .input-box dl dt {
  width: 20%;
  height: auto;
  float: left;
  text-align: left;
  padding-left: 10px;
  padding-top: 10px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.popup .popup-cont .input-box dl dt:after {
  margin-top: 4px;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dt {
    height: 45px;
    padding-top: 0;
  }
  .popup .popup-cont .input-box dl dt:after {
    margin-top: 0;
  }
}
.popup .popup-cont .input-box dl dd {
  position: relative;
  float: left;
  width: 80%;
}
.popup .popup-cont .input-box dl dd .ipt {
  width: 100%;
  padding: 0 10px;
  border: 1px solid #dddddd;
  color: #000;
  font-family: "Noto Sans KR";
  font-weight: 300;
  height: 35px;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dd .ipt {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dd .ipt {
    height: 45px;
    font-size: 14px;
  }
}
.popup .popup-cont .input-box dl dd .ipt.disable {
  background-color: #efefef;
  color: #aaa;
}
.popup .popup-cont .input-box dl dd .ipt-s {
  width: 80%;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dd .ipt-s {
    width: 71%;
  }
}
.popup .popup-cont .input-box dl dd .btn {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  height: 35px;
  line-height: 35px;
  width: 60px;
  font-size: 3.1944444444vw;
  background-color: #666;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dd .btn {
    font-size: 23px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dd .btn {
    width: 120px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
}
.popup .popup-cont .input-box dl dd .btn:hover {
  background-color: #333333;
}
.popup .popup-cont .input-box dl dd .btn.disable {
  background-color: #ccc;
}
.popup .popup-cont .input-box dl.certification {
  display: none;
}
.popup .popup-cont .input-box dl.certification .timer {
  position: absolute;
  right: 32%;
  font-size: 3.3333333333vw;
  top: 10px;
  display: inline-block;
  color: #ff0000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl.certification .timer {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl.certification .timer {
    right: 130px;
    font-size: 14px;
    top: 10px;
  }
}
.popup .popup-cont .ta-box {
  width: 90%;
  margin: 20px auto 0;
}
.popup .popup-cont .ta-box .label {
  padding-left: 10px;
}
.popup .popup-cont .ta-box textarea {
  resize: none;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  line-height: 130%;
  text-align: left;
  border: 1px solid #dddddd;
  color: #686868;
  padding: 10px;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .ta-box textarea {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .ta-box textarea {
    font-size: 13px;
    padding: 15px;
  }
}
.popup .popup-cont .check-box {
  width: 90%;
  margin: 5% auto 0;
  color: #686868;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box {
    margin-top: 20px;
  }
}
.popup .popup-cont .check-box .label {
  padding-left: 10px;
}
.popup .popup-cont .check-box .table-box .text {
  line-height: 130%;
  color: #585858;
  margin-bottom: 3%;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .table-box .text {
    font-size: 24px;
  }
}
.popup .popup-cont .check-box .table-box table {
  width: 100%;
  margin-bottom: 5%;
}
.popup .popup-cont .check-box .table-box table th,
.popup .popup-cont .check-box .table-box table td {
  font-size: 3.3333333333vw;
  line-height: 1.4;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  color: #585858;
  text-align: center;
  border: 1px solid #dcdcdc;
  padding: 10px 5px;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .table-box table th,
  .popup .popup-cont .check-box .table-box table td {
    font-size: 24px;
  }
}
.popup .popup-cont .check-box .table-box table th strong,
.popup .popup-cont .check-box .table-box table td strong {
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .table-box table th strong,
  .popup .popup-cont .check-box .table-box table td strong {
    font-size: 18px;
  }
}
.popup .popup-cont .check-box .table-box table th {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .table-box .text {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .popup .popup-cont .check-box .table-box table {
    margin-bottom: 20px;
  }
  .popup .popup-cont .check-box .table-box table th, .popup .popup-cont .check-box .table-box table td {
    font-size: 14px;
  }
}
.popup .popup-cont .check-box .agree-check {
  margin: 10px 0 7% 0;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .agree-check {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .agree-check {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.popup .popup-cont .check-box .agree-check input {
  vertical-align: middle;
  margin-right: 3px;
  width: 15px;
  height: 15px;
}
.popup .popup-cont .check-box .agree-check label {
  cursor: pointer;
}
.popup .popup-cont .check-box .agree-check span {
  display: block;
  padding-left: 1.1875rem;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .agree-check span {
    padding-left: 38px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .agree-check span {
    display: inline-block;
    padding-left: 0;
  }
}
.popup .popup-cont .survey-list + .check-box {
  width: auto;
}
.popup .popup-cont .survey-list .survey {
  margin-top: 0.625rem;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list .survey {
    margin-top: 20px;
  }
}
.popup .popup-cont .survey-list .survey:first-child {
  margin-top: 0;
}
.popup .popup-cont .survey-list p {
  margin: 0;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p {
    font-size: 14px;
  }
}
.popup .popup-cont .survey-list p.title {
  line-height: 1.5;
  font-weight: 500;
  color: #000;
}
.popup .popup-cont .survey-list p.title span {
  color: #ff0000;
}
.popup .popup-cont .survey-list p.desc {
  margin-top: 0.3125rem;
  color: #000;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p.desc {
    margin-top: 10px;
  }
}
.popup .popup-cont .survey-list p.desc select {
  width: 100%;
  height: 30px;
  font-size: 2.7777777778vw;
  color: #000;
  border-color: #d2d2d2;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p.desc select {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p.desc select {
    height: 40px;
    font-size: 14px;
  }
}
.popup .popup-cont .survey-list p.desc input[type=checkbox] {
  width: 0.625rem;
  height: 0.625rem;
  vertical-align: top;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p.desc input[type=checkbox] {
    width: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p.desc input[type=checkbox] {
    height: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p.desc input[type=checkbox] {
    width: 14px;
    height: 14px;
  }
}
.popup .popup-cont .survey-list p.desc label {
  display: inline-block;
  width: 48%;
  margin-top: 5px;
  cursor: pointer;
}
.popup .popup-cont .survey-list p.desc textarea {
  width: 100%;
  border-color: #d2d2d2;
  height: 4.6875rem;
  resize: none;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p.desc textarea {
    height: 150px;
  }
}
.popup .popup-btn {
  margin-bottom: 10%;
  text-align: center;
}
.popup .popup-btn a {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  width: 180px;
  height: 52px;
  text-align: center;
  transition: all 0.9s, color 0.3;
  border-radius: 5px;
  box-shadow: inset 3px 3px 2px 0px rgba(255, 255, 255, 0.18);
  background: rgb(255, 213, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(255, 213, 0)), color-stop(89%, rgb(255, 213, 0)), color-stop(96%, rgb(233, 194, 0)), color-stop(100%, rgb(233, 194, 0)));
  background: linear-gradient(to bottom, rgb(255, 213, 0) 0%, rgb(255, 213, 0) 89%, rgb(233, 194, 0) 96%, rgb(233, 194, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffd500", endColorstr="#e9c200", GradientType=0 );
}
.popup .popup-btn a span {
  line-height: 52px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  letter-spacing: -2px;
}
@media screen and (max-width: 720px) {
  .popup .popup-btn a {
    width: 40%;
    height: 42px;
  }
  .popup .popup-btn a span {
    line-height: 42px;
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 720px) and (min-width: 720px) {
  .popup .popup-btn a span {
    font-size: 27px;
  }
}
.popup .popup-btn a:hover {
  background: #db3725;
}
.popup .popup-btn a:hover span {
  color: #fff;
}
.popup .popup-btn a.btn-cancle {
  margin-left: 5px;
  background: #434343;
}
.popup .popup-btn a.btn-cancle span {
  color: #bebebe;
}
.popup .popup-btn a.btn-cancle:after, .popup .popup-btn a.btn-cancle:before {
  display: none;
}
.popup.popup-open .popup-close {
  right: 0;
  top: 0;
}
@media screen and (min-width: 720px) {
  .popup.popup-open .popup-cont {
    padding: 5%;
  }
}
.popup.popup-open .popup-cont .text-box {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  text-align: center;
  margin-bottom: 5%;
}
@media screen and (max-width: 720px) {
  .popup.popup-open .popup-cont .text-box {
    font-size: 3.1944444444vw;
  }
}
@media screen and (max-width: 720px) and (min-width: 720px) {
  .popup.popup-open .popup-cont .text-box {
    font-size: 23px;
  }
}
.popup.popup-open .popup-cont .text-box a {
  display: inline-block;
  background-color: #ffd500;
  margin-left: 8px;
  display: inline-block;
  color: #000;
  padding: 0 5px;
}
.popup.popup-base .popup-cont .text-box .text-box {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 3.3333333333vw;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 720px) {
  .popup.popup-base .popup-cont .text-box .text-box {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-base .popup-cont .text-box .text-box {
    font-size: 16px;
  }
}
.popup.popup-gs .popup-cont {
  padding: 0;
}
.popup.popup-gs .join-wrap {
  padding-bottom: 1.25rem;
  background: url("//img.eduwill.net/eduwill/img/2025/S/fullservice/251215/pc/bg_layer_gs25.jpg") no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (min-width: 720px) {
  .popup.popup-gs .join-wrap {
    padding-bottom: 40px;
  }
}
.popup.popup-gs .join-wrap .action {
  margin: 0 6.4516129032%;
  text-align: center;
  font-size: 0;
}
.popup.popup-gs .join-wrap .action a {
  display: inline-block;
  width: 45%;
  margin-left: 0.21875rem;
  padding: 0.625rem 0;
  font-size: 4.1666666667vw;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  .popup.popup-gs .join-wrap .action a {
    margin-left: 7px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-gs .join-wrap .action a {
    padding: 20px 0;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-gs .join-wrap .action a {
    font-size: 30px;
  }
}
.popup.popup-gs .join-wrap .action a:first-child {
  margin-left: 0;
}
.popup.popup-gs .join-wrap .action a.btn-join {
  color: #0e335d;
  background-color: #89fbff;
}
.popup.popup-gs .join-wrap .action a.btn-close {
  color: #fff;
  background-color: #032a51;
}
.popup.popup-gs .notice-wrap {
  line-height: 1.5;
  font-size: 2.7777777778vw;
  color: rgba(0, 0, 0, 0.7);
  padding: 0.9375rem 1.25rem;
  background-color: #fcfcfc;
}
@media screen and (min-width: 720px) {
  .popup.popup-gs .notice-wrap {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-gs .notice-wrap {
    padding: 30px 40px;
  }
}
.popup.popup-gs .notice-wrap strong {
  display: block;
  font-size: 2.7777777778vw;
  color: #032a51;
}
@media screen and (min-width: 720px) {
  .popup.popup-gs .notice-wrap strong {
    font-size: 20px;
  }
}
.popup.popup-gs .popup-close {
  top: 0;
  right: 0;
}

#zipcode-layer {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 40000;
  transform: translateX(-50%);
  z-index: 100005;
  border: 6px solid #000;
}
#zipcode-layer > div {
  width: 500px !important;
}
@media screen and (max-width: 720px) {
  #zipcode-layer > div {
    width: auto !important;
  }
}
#zipcode-layer .zipcode-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  display: block;
  background-color: #000;
  z-index: 100005;
}
#zipcode-layer .zipcode-close:before, #zipcode-layer .zipcode-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 3px;
  margin-left: -15px;
  background-color: #fff;
}
#zipcode-layer .zipcode-close:before {
  transform: rotate(45deg);
}
#zipcode-layer .zipcode-close:after {
  transform: rotate(-45deg);
}

#edufLayerApply .eduf-layer-wrap .eduf-layer-title {
  background-color: #000;
  padding: 3.75vw 4.1666666667vw 3.4722222222vw;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-title {
    padding: 27px 30px 25px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-title strong {
  color: #fff;
  font-size: 3.3333333333vw;
  letter-spacing: -1px;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-title strong {
    font-size: 24px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .table-row {
  margin-top: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .table-row {
    margin-top: 10px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .table-row table {
  width: 100%;
  border-top: 2px solid #000;
  border-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .table-row table {
    border-width: 2px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .table-row table th, #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .table-row table td {
  text-align: center;
  border-left: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  padding: 1.3888888889vw 0.6944444444vw;
  color: #000;
  font-size: 2.2222222222vw;
  letter-spacing: -1px;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .table-row table th, #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .table-row table td {
    padding: 10px 5px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .table-row table th, #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .table-row table td {
    font-size: 16px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .table-row table th:first-child, #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .table-row table td:first-child {
  border-left: 0;
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .table-row table th td, #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .table-row table td td {
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .table-row table th td, #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .table-row table td td {
    font-size: 18px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .table-row table th td strong, #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .table-row table td td strong {
  border-bottom: 1px solid #000;
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .text {
  font-size: 2.0833333333vw;
  margin-top: 1.3888888889vw;
  line-height: 1.3;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .text {
    font-size: 15px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .text {
    margin-top: 10px;
  }
}

.fullservice .wrap {
  width: 1200px;
}
.fullservice .fix-wing {
  position: fixed;
  right: 10px;
  bottom: 200px;
  z-index: 99;
}
.fullservice .fix-wing a {
  display: block;
}
.fullservice .fix-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: #000000;
}
.fullservice .fix-bottom img {
  margin-top: -13px;
}
.fullservice .sector-top {
  padding: 20px 0;
  border-top: 2px solid #F5EEC5;
  border-bottom: 2px solid #F5EEC5;
  background: #FFF9E5;
}
.fullservice .sector-top p {
  color: #000;
  line-height: normal;
}
.fullservice .sector-top p.count {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -1.04px;
}
.fullservice .sector-top p.count .highlight {
  color: #FFAE00;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1.28px;
}
.fullservice .sector-top p.text {
  font-size: 14px;
  font-weight: 350;
  letter-spacing: -0.56px;
  opacity: 0.5;
}
.fullservice .sector-title {
  background-color: #FFD827;
  background-image: url("//img.eduwill.net/eduwill/img/2025/S/fullservice/251215/pc/title_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.fullservice .sector-tab-title {
  padding: 100px 0 160px;
  background: linear-gradient(281deg, #000 27.99%, #0C0C0C 62.25%, #444 100%);
}
.fullservice .sector-tab-title p {
  color: #FFF;
  font-size: 36px;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: -2.52px;
}
.fullservice .sector-tab-title p .point {
  background: linear-gradient(to top, #FFBF00 50%, #F9FF50 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.fullservice .sector-tab .tab-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -100px 20px 0;
}
.fullservice .sector-tab .tab-list li {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  color: rgba(255, 255, 255, 0.2);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.48px;
  border-radius: 10px 10px 0 0;
  background: #303030;
}
.fullservice .sector-tab .tab-list li span {
  color: currentColor;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.4px;
}
.fullservice .sector-tab .tab-list li.on {
  color: #000;
  letter-spacing: -1.44px;
  background-color: #FFF;
}
.fullservice .sector-view {
  padding: 100px 0;
}
.fullservice .sector-view .wrap {
  width: 1160px;
}
.fullservice .sector-view .benefit {
  position: relative;
}
.fullservice .sector-view .benefit + .benefit {
  margin-top: 24px;
}
.fullservice .sector-view .benefit .action {
  position: absolute;
  bottom: 50px;
  left: 50px;
}
.fullservice .sector-view .benefit .action .btn-apply {
  width: 510px;
  padding: 22px 30px;
  text-align: left;
  color: #FFC20E;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.72px;
  border: 1px solid #FFC20E;
  border-radius: 10px;
  background: linear-gradient(180deg, #444 0%, #111 100%), linear-gradient(180deg, #FFE18A 0%, #FFC20E 100%);
}
.fullservice .sector-view .benefit .action .btn-apply {
  position: relative;
  display: inline-block;
}
.fullservice .sector-view .benefit .action .btn-apply::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  margin-top: -0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .fullservice .sector-view .benefit .action .btn-apply::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-view .benefit .action .btn-apply::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-view .benefit .action .btn-apply::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-view .benefit .action .btn-apply::before {
    right: 20px;
  }
}
.fullservice .sector-review {
  padding: 100px 0;
  background-color: #FF9D00;
  background-image: url("//img.eduwill.net/eduwill/img/2025/S/fullservice/251215/pc/review_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.fullservice .sector-review .review-count {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #574600;
  gap: 20px;
}
.fullservice .sector-review .review-info {
  margin-top: 10px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}
.fullservice .sector-review .review-title {
  margin-top: 30px;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 35px;
  color: #fff;
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: #111;
  paint-order: stroke;
  filter: drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111);
}
.fullservice .sector-review .review-list {
  margin-top: 60px;
}
.fullservice .sector-review .review-list .slick-slide {
  margin: 0 5px;
}/*# sourceMappingURL=web.css.map */