@charset "UTF-8";
.popup .popup-cont .input-box dl {
  display: flex;
  -webkit-align-item: center;
  align-items: center;
  justify-content: center;
}

.popup .popup-cont .input-box dl, .promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full, .grid, .fullservice.fullservice-after .full-review .review-list .list, .fullservice.fullservice-after .full-action .list {
  *zoom: 1;
}
.popup .popup-cont .input-box dl::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, .fullservice.fullservice-after .full-review .review-list .list::before, .fullservice.fullservice-after .full-action .list::before, .popup .popup-cont .input-box dl::after, .promotion .wrap::after,
.promotion .wrap-full::after,
.product-eco .wrap::after,
.product-eco .wrap-full::after,
.fullservice .wrap::after,
.fullservice .wrap-full::after, .grid::after, .fullservice.fullservice-after .full-review .review-list .list::after, .fullservice.fullservice-after .full-action .list::after {
  content: "";
  display: table;
}
.popup .popup-cont .input-box dl::after, .promotion .wrap::after,
.promotion .wrap-full::after,
.product-eco .wrap::after,
.product-eco .wrap-full::after,
.fullservice .wrap::after,
.fullservice .wrap-full::after, .grid::after, .fullservice.fullservice-after .full-review .review-list .list::after, .fullservice.fullservice-after .full-action .list::after {
  clear: both;
}

.hidden,
.sr_only,
.sr-only,
.fullservice.fullservice-after .full-review .pagination a.control 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;
}

.grid, .fullservice.fullservice-after .full-review .review-list .list, .fullservice.fullservice-after .full-action .list {
  position: relative;
  box-sizing: border-box;
}
.grid .col, .fullservice.fullservice-after .full-review .review-list .list .col, .fullservice.fullservice-after .full-review .review-list .list > div, .fullservice.fullservice-after .full-action .list .col, .fullservice.fullservice-after .full-action .list > div {
  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, .fullservice .sector-title .bubble-2, .fullservice .sector-title .bubble-1 {
  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 * {
  font-family: "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 .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 .slick-list *,
.product-eco .slick-list *,
.fullservice .slick-list * {
  vertical-align: top;
}
.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: 60%;
  right: 5%;
  z-index: 1;
  display: block;
  width: 7.6388888889vw;
  height: 9.0277777778vw;
  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) {
  .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: 65px;
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.promotion .fail,
.product-eco .fail,
.fullservice .fail {
  color: #CD0000 !important;
}
.promotion .pass,
.product-eco .pass,
.fullservice .pass {
  color: #1d44d8 !important;
}

/*popup*/
.dimmed {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.7);
}

.popup {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  z-index: 300;
  display: none;
  width: 100%;
  max-width: 640px;
  background-color: #fff;
  box-sizing: border-box;
  transform: translateX(-50%);
}
@media screen and (min-width: 1100px) {
  .popup {
    max-width: 720px;
  }
}
.popup * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.2083333333vw;
}
@media screen and (min-width: 720px) {
  .popup * {
    letter-spacing: -1.5px;
  }
}
.popup .popup-close a {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 6.9444444444vw;
  height: 6.9444444444vw;
  z-index: 300;
}
@media screen and (min-width: 720px) {
  .popup .popup-close a {
    width: 50px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-close a {
    height: 50px;
  }
}
.popup .popup-close a::before, .popup .popup-close a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25px;
  height: 1px;
  margin-left: -12.5px;
  background-color: #fff;
}
.popup .popup-close a::before {
  transform: rotate(45deg);
}
.popup .popup-close a::after {
  transform: rotate(315deg);
}
.popup .popup-close a 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;
}
.popup .popup-title {
  padding: 4.1666666667vw 0;
  font-size: 3.3333333333vw;
  text-align: center;
  color: #fff;
  background-color: #393939;
}
@media screen and (min-width: 720px) {
  .popup .popup-title {
    padding: 30px 0;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-title {
    font-size: 24px;
  }
}
.popup .popup-title strong {
  font-size: 4.8611111111vw;
  font-weight: 900;
}
@media screen and (min-width: 720px) {
  .popup .popup-title strong {
    font-size: 35px;
  }
}
.popup .popup-cont {
  padding: 4.1666666667vw 0 0 0;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont {
    padding: 30px 0 0 0;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont {
    font-size: 20px;
  }
}
.popup .popup-cont .label {
  position: relative;
  color: #000;
  font-weight: 500;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .label {
    font-size: 20px;
  }
}
.popup .popup-cont .label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.2777777778vw;
  width: 0.5555555556vw;
  height: 0.5555555556vw;
  background-color: #000;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .label:after {
    margin-top: -2px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .label:after {
    width: 4px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .label:after {
    height: 4px;
  }
}
.popup .popup-cont .label .highlight {
  color: #fe0000;
}
.popup .popup-cont .input-box {
  width: 94%;
  margin: 0 auto;
}
.popup .popup-cont .input-box dl {
  margin: 2.7777777778vw 0;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl {
    margin: 20px 0;
  }
}
.popup .popup-cont .input-box dl dt {
  box-sizing: border-box;
  position: relative;
  width: 20%;
  height: auto;
  float: left;
  text-align: left;
  font-size: 2.7777777778vw;
  padding-left: 1.3888888889vw;
  height: 6.25vw;
  line-height: 6.25vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dt {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dt {
    padding-left: 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dt {
    height: 45px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dt {
    line-height: 45px;
  }
}
.popup .popup-cont .input-box dl dd {
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 80%;
  height: 6.25vw;
  line-height: 6.25vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dd {
    height: 45px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dd {
    line-height: 45px;
  }
}
.popup .popup-cont .input-box dl dd .ipt {
  width: 100%;
  border: 1px solid #ddd;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: normal;
  padding: 0 1.3888888889vw;
  height: 6.25vw;
  line-height: 6.25vw;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dd .ipt {
    padding: 0 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dd .ipt {
    height: 45px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dd .ipt {
    line-height: 45px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dd .ipt {
    font-size: 20px;
  }
}
.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: 6.25vw;
  line-height: 6.25vw;
  width: 8.3333333333vw;
  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 {
    height: 45px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dd .btn {
    line-height: 45px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dd .btn {
    width: 60px;
  }
}
.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: 1.4;
  text-align: left;
  border: 1px solid #ddd;
  color: #686868;
  padding: 10px;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .ta-box textarea {
    font-size: 24px;
  }
}
.popup .popup-cont .check-box {
  width: 94%;
  margin: 5% auto 0;
  color: #686868;
}
.popup .popup-cont .check-box .label {
  padding-left: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .label {
    padding-left: 10px;
  }
}
.popup .popup-cont .check-box .table-box .text {
  color: #585858;
  margin-bottom: 2.0833333333vw;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .table-box .text {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .table-box .text {
    font-size: 18px;
  }
}
.popup .popup-cont .check-box .table-box table {
  width: 100%;
  margin-bottom: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .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: 2.5vw;
  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: 0.5555555556vw;
}
@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: 18px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .table-box table th,
  .popup .popup-cont .check-box .table-box table td {
    padding: 4px;
  }
}
.popup .popup-cont .check-box .table-box table th strong,
.popup .popup-cont .check-box .table-box table td strong {
  font-size: 3.3333333333vw;
}
@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: 24px;
  }
}
.popup .popup-cont .check-box .table-box table th {
  font-weight: bold;
}
.popup .popup-cont .check-box .agree-check {
  margin: 1.3888888889vw 0 2.7777777778vw 0;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .agree-check {
    margin: 10px 0 20px 0;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .agree-check {
    font-size: 18px;
  }
}
.popup .popup-cont .check-box .agree-check label,
.popup .popup-cont .check-box .agree-check input {
  vertical-align: middle;
}
.popup .popup-cont .check-box .agree-check input {
  width: 2.7777777778vw;
  height: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .agree-check input {
    width: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .agree-check input {
    height: 20px;
  }
}
.popup .popup-cont .check-box .agree-check label {
  margin-right: 1.3888888889vw;
  cursor: pointer;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .agree-check label {
    margin-right: 10px;
  }
}
.popup .popup-cont .radio-box label,
.popup .popup-cont .radio-box input {
  vertical-align: middle;
}
.popup .popup-cont .radio-box input {
  width: 2.7777777778vw;
  height: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .radio-box input {
    width: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .radio-box input {
    height: 20px;
  }
}
.popup .popup-cont .radio-box label {
  margin-right: 1.3888888889vw;
  cursor: pointer;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .radio-box label {
    margin-right: 10px;
  }
}
.popup .popup-cont select {
  width: 100%;
  border: 1px solid #ddd;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: normal;
  padding: 0 1.3888888889vw;
  height: 6.25vw;
  line-height: 6.25vw;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont select {
    padding: 0 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont select {
    height: 45px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont select {
    line-height: 45px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont select {
    font-size: 20px;
  }
}
.popup .popup-btn {
  padding: 0 0 6.9444444444vw 0;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .popup .popup-btn {
    padding: 0 0 50px 0;
  }
}
.popup .popup-btn a {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  width: 25vw;
  line-height: 6.9444444444vw;
  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);
}
@media screen and (min-width: 720px) {
  .popup .popup-btn a {
    width: 180px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-btn a {
    line-height: 50px;
  }
}
.popup .popup-btn a span {
  font-size: 3.0555555556vw;
  display: inline-block;
  font-weight: 500;
  color: #000;
}
@media screen and (min-width: 720px) {
  .popup .popup-btn a span {
    font-size: 22px;
  }
}
.popup .popup-btn a:hover {
  background: #db3725;
}
.popup .popup-btn a:hover span {
  color: #fff;
}
.popup .popup-btn a.btn-cancle {
  margin-left: 0.6944444444vw;
  background: #434343;
}
@media screen and (min-width: 720px) {
  .popup .popup-btn a.btn-cancle {
    margin-left: 5px;
  }
}
.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-base .popup-title {
  padding: 1.3888888889vw 4.1666666667vw;
  text-align: left;
  color: #fff;
  background-color: #393939;
}
@media screen and (min-width: 720px) {
  .popup.popup-base .popup-title {
    padding: 10px 30px;
  }
}
.popup.popup-base .popup-title strong {
  font-size: 3.0555555556vw;
  font-weight: 900;
}
@media screen and (min-width: 720px) {
  .popup.popup-base .popup-title strong {
    font-size: 22px;
  }
}
.popup.popup-base .popup-body {
  padding: 1.3888888889vw 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .popup.popup-base .popup-body {
    padding: 10px 30px;
  }
}
.popup.popup-base .popup-body p {
  font-size: 2.5vw;
  margin-bottom: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .popup.popup-base .popup-body p {
    font-size: 18px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-base .popup-body p {
    margin-bottom: 10px;
  }
}

.layer-reserve {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1004;
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -1px;
  background: #fff;
  border-width: 0.2777777778vw;
  border-style: solid;
  border-color: #FFBF00;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .layer-reserve {
    border-width: 2px;
  }
}
@media screen and (min-width: 1100px) {
  .layer-reserve {
    max-width: 540px;
  }
}
.layer-reserve.in {
  display: block !important;
}
.layer-reserve .layer_head {
  padding: 2.7777777778vw 4.1666666667vw 3.4722222222vw;
  text-align: left;
  font-size: 4.7222222222vw;
  font-weight: 700;
  color: #000;
  background-color: #FFBF00;
}
@media screen and (min-width: 720px) {
  .layer-reserve .layer_head {
    padding: 20px 30px 25px;
  }
}
@media screen and (min-width: 720px) {
  .layer-reserve .layer_head {
    font-size: 34px;
  }
}
@media screen and (min-width: 720px) {
  .layer-reserve .layer_head {
    padding: 1.3888888889vw 4.1666666667vw 2.0833333333vw;
    font-size: 2.7777777778vw;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  .layer-reserve .layer_head {
    padding: 10px 30px 15px;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  .layer-reserve .layer_head {
    font-size: 20px;
  }
}
.layer-reserve .layer_body {
  padding: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .layer-reserve .layer_body {
    padding: 30px;
  }
}
.layer-reserve .privacy {
  margin: 1.3888888889vw 0 0.6944444444vw;
  padding: 0.6944444444vw;
  line-height: 1.4;
  text-align: left;
  font-weight: 400;
  color: #333;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .layer-reserve .privacy {
    margin: 10px 0 5px;
  }
}
@media screen and (min-width: 720px) {
  .layer-reserve .privacy {
    padding: 5px;
  }
}
.layer-reserve .privacy strong {
  display: block;
  margin-bottom: 0.6944444444vw;
  font-weight: 700;
  color: #333;
}
@media screen and (min-width: 720px) {
  .layer-reserve .privacy strong {
    margin-bottom: 5px;
  }
}
.layer-reserve .privacy .core {
  margin-top: 2.7777777778vw;
  line-height: 1.4;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .layer-reserve .privacy .core {
    margin-top: 20px;
  }
}
.layer-reserve .privacy .core:first-child {
  margin-top: 0;
}
@media screen and (min-width: 720px) {
  .layer-reserve .privacy .core {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .layer-reserve .privacy .core {
    font-size: 2.7777777778vw;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  .layer-reserve .privacy .core {
    font-size: 20px;
  }
}
.layer-reserve .privacy .table-wrap {
  margin: 1.3888888889vw 0 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .layer-reserve .privacy .table-wrap {
    margin: 10px 0 20px;
  }
}
.layer-reserve .privacy .table-wrap table {
  width: 100%;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}
.layer-reserve .privacy .table-wrap table th,
.layer-reserve .privacy .table-wrap table td {
  padding: 0.6944444444vw;
  text-align: center;
  border-left: 1px solid #666;
  border-top: 1px solid #666;
}
@media screen and (min-width: 720px) {
  .layer-reserve .privacy .table-wrap table th,
  .layer-reserve .privacy .table-wrap table td {
    padding: 5px;
  }
}
.layer-reserve .privacy .table-wrap table .highlight {
  font-weight: 700;
}
.layer-reserve .btn_a {
  display: block;
  padding: 10px;
  line-height: 1;
  text-align: center;
  border: 1px solid #000;
  background: #2530cb;
}
.layer-reserve .btn_a span {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 3.0555555556vw;
  color: #fff;
}
@media screen and (min-width: 720px) {
  .layer-reserve .btn_a span {
    font-size: 22px;
  }
}
.layer-reserve .btn_a span:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  height: 4px;
  width: 4px;
  margin-top: -2px;
  border: 1px solid #fff;
  border-left-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.layer-reserve .layer_close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  top: 2.7777777778vw;
  right: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .layer-reserve .layer_close {
    width: 40px;
  }
}
@media screen and (min-width: 720px) {
  .layer-reserve .layer_close {
    height: 40px;
  }
}
.layer-reserve .layer_close::before, .layer-reserve .layer_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 1px;
  margin-left: -10px;
  background-color: #000;
}
.layer-reserve .layer_close::before {
  transform: rotate(45deg);
}
.layer-reserve .layer_close::after {
  transform: rotate(315deg);
}
.layer-reserve .layer_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) {
  .layer-reserve .layer_close {
    top: 20px;
  }
}
@media screen and (min-width: 720px) {
  .layer-reserve .layer_close {
    right: 20px;
  }
}
@media screen and (min-width: 720px) {
  .layer-reserve .layer_close {
    top: 5px;
    right: 5px;
  }
}
.layer-reserve .layer_dim {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1002;
}

.eduf-layer-base .eduf-layer-content .title-agree {
  margin-bottom: 1.3888888889vw;
  color: #212121;
  font-size: 3.3333333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.1333333333vw;
  opacity: 1;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .eduf-layer-content .title-agree {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .eduf-layer-content .title-agree {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .eduf-layer-content .title-agree {
    letter-spacing: -0.96px;
  }
}
.eduf-layer-base .eduf-layer-content .title-agree .required {
  color: #F00;
}
.eduf-layer-base .eduf-layer-content .text-agree {
  color: #000;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.075vw;
  word-break: keep-all;
  overflow-wrap: break-word;
  opacity: 1;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .eduf-layer-content .text-agree {
    font-size: 18px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .eduf-layer-content .text-agree {
    letter-spacing: -0.54px;
  }
}
.eduf-layer-base .eduf-layer-content .text-agree + .text-agree {
  margin-top: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .eduf-layer-content .text-agree + .text-agree {
    margin-top: 40px;
  }
}
.eduf-layer-base .table-wrap {
  margin: 4.1666666667vw 0 3.3333333333vw;
  padding: 6.25vw 4.4444444444vw;
  background: #F8F8F8;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .table-wrap {
    margin: 30px 0 24px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .table-wrap {
    padding: 45px 32px;
  }
}
.eduf-layer-base .table-wrap .text-agree + table {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .table-wrap .text-agree + table {
    margin-top: 20px;
  }
}
.eduf-layer-base .table-wrap thead tr th {
  padding: 1.8055555556vw 0;
  border-top: 2px solid #000;
  color: #000;
  font-size: 2.7777777778vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.0833333333vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .table-wrap thead tr th {
    padding: 13px 0;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .table-wrap thead tr th {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .table-wrap thead tr th {
    letter-spacing: -0.6px;
  }
}
.eduf-layer-base .table-wrap thead tr th.highlight {
  color: #F00;
}
.eduf-layer-base .table-wrap thead tr th + th {
  border-left: 1px solid #E6E6E6;
}
.eduf-layer-base .table-wrap tbody td {
  padding: 3.0555555556vw 2.5vw;
  color: #000;
  font-size: 2.7777777778vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.0833333333vw;
  text-align: left;
  word-break: keep-all;
  overflow-wrap: break-word;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .table-wrap tbody td {
    padding: 22px 18px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .table-wrap tbody td {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .table-wrap tbody td {
    letter-spacing: -0.6px;
  }
}
.eduf-layer-base .table-wrap tbody td.highlight {
  color: #F00;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.eduf-layer-base .table-wrap tbody td + td {
  border-left: 1px solid #E6E6E6;
}
.eduf-layer-base .action {
  margin-top: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .action {
    margin-top: 24px;
  }
}
.eduf-layer-base .action button {
  width: 100%;
  padding: 3.3333333333vw 0;
  border-radius: 1.9444444444vw;
  background: #FC0;
  color: #000;
  font-size: 3.3333333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.1vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .action button {
    padding: 24px 0;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .action button {
    border-radius: 14px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .action button {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .action button {
    letter-spacing: -0.72px;
  }
}
.eduf-layer-base.eudf-layer-personal .eduf-layer-wrap .eduf-layer-title {
  background: #000;
}
.eduf-layer-base.eudf-layer-personal .eduf-layer-wrap .eduf-layer-title strong {
  color: #FFF;
}
.eduf-layer-base.eudf-layer-personal .eduf-layer-wrap .eduf-layer-title .eduf-layer-close:before, .eduf-layer-base.eudf-layer-personal .eduf-layer-wrap .eduf-layer-title .eduf-layer-close:after {
  background-color: #fff;
}

.fullservice .wrap {
  width: 1200px;
}
.fullservice .only-pc {
  display: block;
}
.fullservice .only-mobile {
  display: none;
}
.fullservice .box-list {
  display: flex;
  -ms-box-pack: center;
  justify-content: center;
  gap: 10px;
}
.fullservice .title-box {
  margin-bottom: 60px;
}
.fullservice .title-box .main-title {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1.08px;
}
.fullservice .title-box .main-title small {
  color: #444;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.48px;
}
.fullservice .fix-right {
  position: fixed;
  right: 10px;
  bottom: 120px;
  z-index: 99;
}
.fullservice .fix-right .wrap {
  width: auto;
}
.fullservice .fix-right a {
  display: block;
  filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.14));
}
.fullservice .fix-right a + a {
  margin-top: 10px;
}
.fullservice .spinner {
  position: relative;
  width: 30px;
  height: 30px;
}
.fullservice .spinner span {
  position: absolute;
  top: 0;
  left: 14px;
  width: 2px;
  height: 6px;
  background: #fff;
  border-radius: 1px;
  transform-origin: center 15px;
  animation: spinnerAni 1s linear infinite;
}
.fullservice .spinner span:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.9s;
}
.fullservice .spinner span:nth-child(2) {
  transform: rotate(36deg);
  animation-delay: -0.8s;
}
.fullservice .spinner span:nth-child(3) {
  transform: rotate(72deg);
  animation-delay: -0.7s;
}
.fullservice .spinner span:nth-child(4) {
  transform: rotate(108deg);
  animation-delay: -0.6s;
}
.fullservice .spinner span:nth-child(5) {
  transform: rotate(144deg);
  animation-delay: -0.5s;
}
.fullservice .spinner span:nth-child(6) {
  transform: rotate(180deg);
  animation-delay: -0.4s;
}
.fullservice .spinner span:nth-child(7) {
  transform: rotate(216deg);
  animation-delay: -0.3s;
}
.fullservice .spinner span:nth-child(8) {
  transform: rotate(252deg);
  animation-delay: -0.2s;
}
.fullservice .spinner span:nth-child(9) {
  transform: rotate(288deg);
  animation-delay: -0.1s;
}
.fullservice .spinner span:nth-child(10) {
  transform: rotate(324deg);
  animation-delay: 0s;
}
@keyframes spinnerAni {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
.fullservice .sector-top {
  background: #000;
  padding: 20px 0;
}
.fullservice .sector-top .wrap {
  display: flex;
  -ms-box-align: center;
  align-items: center;
  -ms-box-pack: center;
  justify-content: center;
}
.fullservice .sector-top .text {
  margin-left: 20px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/F/fullservice/251122/mobile/ico_sparkle.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 23px 22px;
  padding-left: 28px;
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.66px;
}
.fullservice .sector-top .text .fc-point {
  color: #FFC917;
}
.fullservice .sector-title {
  padding-bottom: 85px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/F/fullservice/251122/pc/bg_title.jpg");
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto 100%;
}
.fullservice .sector-title .notice {
  margin: 39px 22px 0;
  color: rgba(0, 0, 0, 0.5);
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.32px;
}
.fullservice .sector-title .title-1 {
  margin-top: 42px;
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 7.5px;
}
.fullservice .sector-title .title-1 strong {
  font-weight: 700;
  letter-spacing: 7.5px;
}
.fullservice .sector-title .title-2 {
  margin-top: 16px;
}
.fullservice .sector-title .bubble-1 {
  position: absolute;
  top: -5px;
  left: 106px;
}
.fullservice .sector-title .bubble-2 {
  position: absolute;
  top: 46px;
  right: 224px;
}
.fullservice .sector-title .gift-box {
  position: relative;
  margin-top: 66px;
  width: 1200px;
  height: 364px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/F/fullservice/251122/pc/bg_gift_box.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.fullservice .sector-title .gift-box .gift {
  position: absolute;
  left: 0;
  right: 0;
}
.fullservice .sector-title .gift-box .img-box-frame {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
.fullservice .sector-title .action {
  position: relative;
  z-index: 1;
}
.fullservice .sector-title .action a {
  display: inline-block;
  width: 800px;
  padding: 22px 0;
  border-radius: 999px;
  border: 1px solid #FC0;
  background: linear-gradient(180deg, #444 5.56%, #000 100%);
}
.fullservice .sector-title .action a span {
  display: inline-block;
  padding-right: 25px;
  color: #FC0;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.72px;
  vertical-align: top;
}
.fullservice .sector-title .action a span {
  position: relative;
  display: inline-block;
}
.fullservice .sector-title .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: currentColor;
  transform: rotate(45deg);
  right: 2.2222222222vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .fullservice .sector-title .action a span::before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-title .action a span::before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-title .action a span::before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-title .action a span::before {
    right: 16px;
  }
}
.fullservice .sector-title .action a span:before {
  right: 0;
}
.fullservice .sector-different {
  padding-bottom: 100px;
  background-color: #FFFCEF;
}
.fullservice .sector-different .box-list {
  width: 1160px;
  margin: 0 auto;
}
.fullservice .sector-different .box-list .box {
  flex: 1 0 0;
}
.fullservice .sector-different .box-list .box:nth-child(2) {
  display: flex;
  -ms-box-align: center;
  align-items: center;
  -ms-box-pack: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid #DACD9F;
  background: #FFF;
}
.fullservice .sector-different .box-list .box:nth-child(2) .counter {
  display: flex;
  align-items: flex-end;
  gap: 9px;
  margin-top: 40px;
}
.fullservice .sector-different .box-list .box:nth-child(2) .counter span {
  display: inline-block;
  vertical-align: top;
}
.fullservice .sector-different .box-list .box:nth-child(2) .counter span.comma {
  font-family: "GmarketSans", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 57px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.741px;
}
.fullservice .sector-different .box-list .box:nth-child(2) .counter span:not(.comma) {
  position: relative;
  width: 62px;
  height: 93px;
  border-radius: 7.406px;
  border: 3.703px solid #FFDE00;
  background: #FFF;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.05);
  color: #000;
  font-family: "GmarketSans", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
  line-height: 101px;
  letter-spacing: -0.741px;
  z-index: 1;
  overflow: hidden;
}
.fullservice .sector-different .box-list .box:nth-child(2) .counter span:not(.comma):before {
  content: "";
  display: inline-block;
  width: 62px;
  height: 46px;
  background: #F0F0F0;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.fullservice .sector-different .box-list .box:nth-child(2) p {
  margin-top: 27px;
  color: #614800;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.32px;
}
.fullservice .sector-different .action {
  margin: 14px 21px 0;
  text-align: right;
}
.fullservice .sector-different .action .btn-base {
  padding: 5px 20px 5px 10px;
  vertical-align: top;
  border-radius: 2px;
  border: 1px solid #9A9A9A;
  color: #9A9A9A;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.32px;
}
.fullservice .sector-different .action .btn-base {
  position: relative;
  display: inline-block;
}
.fullservice .sector-different .action .btn-base::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.5555555556vw;
  height: 0.5555555556vw;
  margin-top: -0.2777777778vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 1.1111111111vw;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .fullservice .sector-different .action .btn-base::before {
    width: 4px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-different .action .btn-base::before {
    height: 4px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-different .action .btn-base::before {
    margin-top: -2px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-different .action .btn-base::before {
    right: 8px;
  }
}
.fullservice .sector-different .action .btn-base:before {
  right: 10px;
}
.fullservice .cont-difficulty-wrap {
  position: relative;
}
.fullservice .cont-difficulty-wrap .before-dim-layer {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.fullservice .cont-difficulty-wrap .before-dim-layer .loading-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 640px;
  height: 401px;
  border-radius: 20px;
  border: 1px solid #8A6300;
  background: #1A1A1A;
  background: linear-gradient(113deg, #1A1A1A 3.92%, #352B00 76.97%);
}
.fullservice .cont-difficulty-wrap .before-dim-layer .loading-popup .flag-ai {
  position: absolute;
  top: -45px;
  right: -5px;
}
.fullservice .cont-difficulty-wrap .before-dim-layer .loading-popup .text-box {
  margin-top: 153px;
  display: flex;
  -ms-box-align: center;
  align-items: center;
  -ms-box-pack: center;
  justify-content: center;
}
.fullservice .cont-difficulty-wrap .before-dim-layer .loading-popup .text-box p {
  margin-left: 21px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1.108px;
}
.fullservice .cont-difficulty-wrap .before-dim-layer .loading-popup .action {
  margin-top: 80px;
}
.fullservice .cont-difficulty-wrap .before-dim-layer .loading-popup .action a {
  display: inline-block;
  width: 560px;
  padding: 23px 0;
  margin: 0 auto;
  border-radius: 14px;
  border: 1px solid #FC0;
  background: #FC0;
  font-size: 0;
}
.fullservice .cont-difficulty-wrap .before-dim-layer .loading-popup .action a span {
  padding-right: 35px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.72px;
}
.fullservice .cont-difficulty-wrap .before-dim-layer .loading-popup .action a span {
  position: relative;
  display: inline-block;
}
.fullservice .cont-difficulty-wrap .before-dim-layer .loading-popup .action a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  margin-top: -0.3472222222vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 1.3888888889vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .fullservice .cont-difficulty-wrap .before-dim-layer .loading-popup .action a span::before {
    width: 5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .cont-difficulty-wrap .before-dim-layer .loading-popup .action a span::before {
    height: 5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .cont-difficulty-wrap .before-dim-layer .loading-popup .action a span::before {
    margin-top: -2.5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .cont-difficulty-wrap .before-dim-layer .loading-popup .action a span::before {
    right: 10px;
  }
}
.fullservice .cont-difficulty-wrap .before-dim-layer .loading-popup .action a span:before {
  right: 0;
}
.fullservice .cont-difficulty-wrap .before-dim-layer:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.fullservice .sector-difficulty {
  padding: 100px 0;
}
.fullservice .sector-difficulty .frame {
  padding: 29px 37px;
  margin: 0 20px 20px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FAFAFA;
}
.fullservice .sector-difficulty .frame .box {
  flex: 1 0 0;
}
.fullservice .sector-difficulty .frame .box.box-chart {
  position: relative;
  box-sizing: border-box;
  height: 624px;
  padding: 30px 29px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.fullservice .sector-difficulty .frame .box .title-box {
  padding: 14px 0;
  margin-bottom: 38px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #000;
}
.fullservice .sector-difficulty .frame .box .title-box span {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.2px;
  background: #FFF479;
  background: linear-gradient(180deg, #FFF479 10%, #FB0 87%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fullservice .sector-difficulty .frame .box .chart-container {
  position: relative;
  width: 384px;
  height: 384px;
  margin: 0 auto;
}
.fullservice .sector-difficulty .frame .box .chart-container:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 357px;
  height: 15px;
  border-radius: 357px;
  opacity: 0.3;
  background: #D9D9D9;
  filter: blur(8px);
}
.fullservice .sector-difficulty .frame .box .chart-legend {
  position: absolute;
  right: 29px;
  bottom: 29px;
  display: inline-flex;
  width: 150px;
  box-sizing: border-box;
  flex-direction: column;
  -ms-box-align: start;
  align-items: flex-start;
  gap: 4px;
  font-size: 16px;
  padding: 7px 15px;
  border-radius: 5px;
  border: 1px solid rgba(233, 233, 233, 0.5);
  background: #FCFCFC;
  z-index: 1;
}
.fullservice .sector-difficulty .frame .box .chart-legend span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.fullservice .sector-difficulty .frame .box .chart-legend .legend-box {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: inline-block;
}
.fullservice .sector-difficulty .dash-text {
  margin: 0 20px;
  position: relative;
  padding-left: 10px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.42px;
  text-align: left;
}
.fullservice .sector-difficulty .dash-text:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "-";
}
.fullservice .sector-notice {
  background: #F5F5F5;
  text-align: left;
}
.fullservice .sector-notice .wrap {
  padding: 80px 20px;
  box-sizing: border-box;
}
.fullservice .sector-notice .title-notice {
  margin-bottom: 20px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.fullservice .sector-notice .title-notice ~ .title-notice {
  margin-top: 40px;
}
.fullservice .sector-notice .title-notice-sub {
  color: #474747;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
.fullservice .sector-notice .title-notice-sub ~ .title-notice-sub {
  margin-top: 40px;
}
.fullservice .sector-notice .dot-text {
  position: relative;
  padding-left: 10px;
  color: #474747;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.fullservice .sector-notice .dot-text:before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
}
.fullservice .sector-notice .dot-text + .title-notice-sub {
  margin-top: 20px;
}
.fullservice.fullservice-after .btn {
  border: none;
}
.fullservice.fullservice-after .title,
.fullservice.fullservice-after .subtitle strong {
  text-align: center;
  line-height: 1.2;
  font-size: 32px;
  font-weight: 700;
  color: #131313;
}
.fullservice.fullservice-after .title-full,
.fullservice.fullservice-after .subtitle strong-full {
  padding: 20px 0;
  text-align: center;
  color: #fff;
  background-color: #000;
}
.fullservice.fullservice-after .title-full + .table-wrap,
.fullservice.fullservice-after .subtitle strong-full + .table-wrap {
  margin-top: 0;
}
.fullservice.fullservice-after .title span,
.fullservice.fullservice-after .subtitle strong span {
  display: block;
  font-weight: 400;
}
.fullservice.fullservice-after .title span.small,
.fullservice.fullservice-after .subtitle strong span.small {
  display: inline-block;
  font-size: 15px;
  color: #878787;
}
.fullservice.fullservice-after select,
.fullservice.fullservice-after input[type=text],
.fullservice.fullservice-after input[type=number] {
  width: 100%;
  height: 34px;
  font-size: 17px;
  border: 1px solid #d2d2d2;
  background-color: #fff;
}
.fullservice.fullservice-after input[type=text]:-moz-read-only, .fullservice.fullservice-after input[type=number]:-moz-read-only {
  color: #585858;
  background-color: #f8f8f8;
  outline: none;
}
.fullservice.fullservice-after input[type=text]:read-only,
.fullservice.fullservice-after input[type=number]:read-only {
  color: #585858;
  background-color: #f8f8f8;
  outline: none;
}
.fullservice.fullservice-after input::-webkit-outer-spin-button,
.fullservice.fullservice-after input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.fullservice.fullservice-after input[type=number] {
  -moz-appearance: textfield;
}
.fullservice.fullservice-after .table-wrap {
  position: relative;
  margin-top: 20px;
}
.fullservice.fullservice-after .table-wrap + .full-action, .fullservice.fullservice-after .table-wrap + .title {
  margin-top: 40px;
}
.fullservice.fullservice-after .table-wrap table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
  table-layout: fixed;
  border-top: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
}
.fullservice.fullservice-after .table-wrap table.table-row th {
  vertical-align: middle;
  font-weight: 500;
  background-color: #f1f1f1;
}
.fullservice.fullservice-after .table-wrap table.table-row td {
  padding-left: 30px;
  text-align: left;
  background-color: #fcfcfc;
}
.fullservice.fullservice-after .table-wrap table.table-row td strong {
  font-weight: 500;
}
.fullservice.fullservice-after .table-wrap table.table-col th {
  font-size: 15px;
}
.fullservice.fullservice-after .table-wrap table.table-answer {
  border-top-width: 3px;
  border-top-color: #c2c2c2;
  border-right: 0;
  border-bottom: 2px solid #c2c2c2;
}
.fullservice.fullservice-after .table-wrap table.table-answer th,
.fullservice.fullservice-after .table-wrap table.table-answer td {
  padding: 0;
  border-bottom: 1px solid #c2c2c2;
  border-left: 1px solid #c2c2c2;
}
.fullservice.fullservice-after .table-wrap table.table-answer th:first-child,
.fullservice.fullservice-after .table-wrap table.table-answer td:first-child {
  border-left-width: 0;
}
.fullservice.fullservice-after .table-wrap table.table-answer th {
  font-size: 12px;
  color: #585858;
  letter-spacing: -1.5px;
  background: #f1f1f1;
}
.fullservice.fullservice-after .table-wrap table.table-answer th.subject {
  font-size: 14px;
  font-weight: 700;
  color: #585858;
  background: #fff;
  border-left-width: 0;
}
.fullservice.fullservice-after .table-wrap table.table-answer td {
  height: 30px;
  padding: 0;
  font-size: 12px;
  color: #585858;
  letter-spacing: -1px;
}
.fullservice.fullservice-after .table-wrap table.table-answer td input {
  width: 18px;
  height: 18px;
  font-size: 12px;
  color: #585858;
  border: 1px solid #c2c2c2;
  background: #f8f8f8;
}
.fullservice.fullservice-after .table-wrap table.table-answer tr:first-child th,
.fullservice.fullservice-after .table-wrap table.table-answer tr:first-child td {
  border-top-width: 0;
}
.fullservice.fullservice-after .table-wrap table .text-center td,
.fullservice.fullservice-after .table-wrap table .text-center {
  padding-right: 0;
  padding-left: 30px;
  text-align: left;
}
.fullservice.fullservice-after .table-wrap table th,
.fullservice.fullservice-after .table-wrap table td {
  padding: 15px;
  text-align: center;
  font-size: 17px;
  color: #131313;
  border-bottom: 1px solid #c2c2c2;
}
.fullservice.fullservice-after .table-wrap table .division #SERIAL_BM {
  margin-left: 149px;
}
.fullservice.fullservice-after .table-wrap table input[type=radio] {
  width: 16px;
  height: 16px;
}
.fullservice.fullservice-after .table-wrap table select,
.fullservice.fullservice-after .table-wrap table input[type=text],
.fullservice.fullservice-after .table-wrap table input[type=number] {
  width: 50%;
}
.fullservice.fullservice-after .table-wrap table label {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
}
.fullservice.fullservice-after .table-wrap table .bundle {
  display: inline-block;
  width: 48%;
}
.fullservice.fullservice-after .checkbox-wrap {
  margin-top: 40px;
  padding: 15px 0;
  text-align: left;
  border-top: 3px solid #afafaf;
  border-bottom: 1px solid #afafaf;
}
.fullservice.fullservice-after .checkbox-wrap span {
  display: inline-block;
  padding-left: 20px;
}
.fullservice.fullservice-after .checkbox-wrap span input {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.fullservice.fullservice-after .checkbox-wrap span label {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.fullservice.fullservice-after .score-group {
  padding: 100px 0;
  background: #FFFCEF;
}
.fullservice.fullservice-after .full-action {
  margin-top: 40px;
  text-align: center;
}
.fullservice.fullservice-after .full-action + .full-action {
  margin-top: 50px;
}
.fullservice.fullservice-after .full-action .notice {
  margin-top: -20px;
}
.fullservice.fullservice-after .full-action .notice p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.48px;
  text-align: left;
}
.fullservice.fullservice-after .full-action .notice + .bundle-link {
  margin-top: 30px;
}
.fullservice.fullservice-after .full-action .bundle-link {
  display: flex;
}
.fullservice.fullservice-after .full-action .bundle-link .btn {
  flex: 1 0 0;
}
.fullservice.fullservice-after .full-action .btn {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 24px 0;
  border-radius: 14px;
}
.fullservice.fullservice-after .full-action .btn .text {
  padding-right: 35px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.72px;
}
.fullservice.fullservice-after .full-action .btn .text {
  position: relative;
  display: inline-block;
}
.fullservice.fullservice-after .full-action .btn .text::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  margin-top: -0.3472222222vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 1.3888888889vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-action .btn .text::before {
    width: 5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-action .btn .text::before {
    height: 5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-action .btn .text::before {
    margin-top: -2.5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-action .btn .text::before {
    right: 10px;
  }
}
.fullservice.fullservice-after .full-action .btn .text:before {
  right: 0;
}
.fullservice.fullservice-after .full-action .btn.btn-start, .fullservice.fullservice-after .full-action .btn.btn-retry {
  background: #FC0;
}
.fullservice.fullservice-after .full-action .btn.btn-cancel, .fullservice.fullservice-after .full-action .btn.btn-complete {
  background: #D2D2D2;
}
.fullservice.fullservice-after .full-action .btn.btn-cancel .text, .fullservice.fullservice-after .full-action .btn.btn-complete .text {
  color: #5F5F5F;
}
.fullservice.fullservice-after .full-action .btn + .btn {
  margin-left: 10px;
}
.fullservice.fullservice-after .full-action .btn-info {
  color: #fff;
  background-color: #919191;
}
.fullservice.fullservice-after .full-action .btn-info:after {
  left: 90%;
}
.fullservice.fullservice-after .full-action .btn-info:after {
  position: relative;
  display: inline-block;
}
.fullservice.fullservice-after .full-action .btn-info:after::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: #fff;
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-action .btn-info:after::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-action .btn-info:after::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-action .btn-info:after::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-action .btn-info:after::before {
    right: 20px;
  }
}
.fullservice.fullservice-after .full-action .list {
  margin: 10px 100px 0;
}
.fullservice.fullservice-after .full-action .list:first-child {
  margin-top: 0;
}
.fullservice.fullservice-after .full-action .list .notice {
  margin-top: 5px;
  font-size: 20px;
}
.fullservice.fullservice-after .full-action .list .bundle-link {
  float: right;
  width: 30%;
}
.fullservice.fullservice-after .full-action .list .btn {
  width: 100%;
  padding: 9px 10px;
  font-size: 16px;
  border-radius: 5px;
}
.fullservice.fullservice-after .fix-bottom {
  height: 80px;
}
.fullservice.fullservice-after .fix-bottom a {
  position: relative;
  display: inline-block;
}
.fullservice.fullservice-after .fix-bottom a::after {
  content: "";
  position: absolute;
  top: 60%;
  right: 10%;
  z-index: 1;
  display: block;
  width: 6.5277777778vw;
  height: 7.5vw;
  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.fullservice-after .fix-bottom a::after {
    width: 47px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .fix-bottom a::after {
    height: 54px;
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.fullservice.fullservice-after .sector-consult {
  padding-bottom: 100px;
}
.fullservice.fullservice-after .sector-consult::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 794px;
  background-color: #FB0;
  background-image: url("//img.eduwill.net/eduwill/img/2025/F/fullservice/251122/pc/consult_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.fullservice.fullservice-after .sector-consult .wrap {
  z-index: 1;
}
.fullservice.fullservice-after .sector-band {
  background: #FFBF00;
}
.fullservice.fullservice-after .full-mark .wrap {
  width: 1160px;
}
.fullservice.fullservice-after .full-mark .title {
  font-weight: 700;
  color: #222;
}
.fullservice.fullservice-after .full-mark .title span {
  font-size: 35px;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
  letter-spacing: -0.7px;
}
.fullservice.fullservice-after .full-mark .title strong {
  display: block;
  font-size: 35px;
  line-height: 1.3;
  margin-bottom: 35px;
  font-weight: 700;
  color: #FA0;
  letter-spacing: -0.7px;
}
.fullservice.fullservice-after .full-mark .sub-title {
  position: relative;
}
.fullservice.fullservice-after .full-mark .sub-title p {
  width: 1100px;
  margin-bottom: 60px;
  padding: 30px 0;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  background: #000;
}
.fullservice.fullservice-after .full-mark .sub-title span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  display: inline-block;
  width: 210px;
  margin: 0 auto;
  padding: 5px 20px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  border-radius: 30px;
  background: #ff3127;
}
.fullservice.fullservice-after .full-mark .info-table {
  position: relative;
  margin-top: 20px;
  border: 1px solid #dbdbdb;
}
.fullservice.fullservice-after .full-mark .info-table dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.fullservice.fullservice-after .full-mark .info-table dl + dl {
  border-top: 1px solid #dbdbdb;
}
.fullservice.fullservice-after .full-mark .info-table dl dt {
  width: 20%;
  padding: 15px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  background-color: #FAFAFA;
  border-right: 1px solid #dbdbdb;
}
.fullservice.fullservice-after .full-mark .info-table dl dd {
  width: 80%;
  padding: 15px 0 15px 30px;
  text-align: left;
  font-size: 0;
  background-color: #fcfcfc;
  box-sizing: border-box;
}
.fullservice.fullservice-after .full-mark .info-table dl dd input {
  display: inline-block;
  margin-top: 7px;
  accent-color: #000;
  vertical-align: top;
}
.fullservice.fullservice-after .full-mark .info-table dl dd label {
  display: block;
  display: inline-block;
  width: 12%;
  font-size: 16px;
  cursor: pointer;
}
.fullservice.fullservice-after .full-mark .agree-box {
  text-align: left;
  margin-top: 20px;
  padding: 29px;
  border-radius: 10px;
  border: 1px solid #E7E7E7;
  background: rgba(255, 255, 255, 0.8);
}
.fullservice.fullservice-after .full-mark .agree-box button {
  margin-left: 10px;
  padding: 6px 10px;
  border-radius: 4px;
  border: 1px solid #F1F1F1;
  background: #FAFAFA;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.56px;
}
.fullservice.fullservice-after .full-mark .agree-box input,
.fullservice.fullservice-after .full-mark .agree-box label {
  vertical-align: middle;
}
.fullservice.fullservice-after .full-mark .agree-box input {
  accent-color: #000;
  width: 15px;
  height: 15px;
}
.fullservice.fullservice-after .full-mark .agree-box label {
  color: #2D1D10;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.72px;
}
.fullservice.fullservice-after .full-mark .agree-box label .required {
  color: #D40000;
}
.fullservice.fullservice-after .full-mark .notice {
  margin-top: 20px;
}
.fullservice.fullservice-after .full-mark .notice .dash-text {
  position: relative;
  padding-left: 10px;
  color: #2D1D10;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.64px;
}
.fullservice.fullservice-after .full-mark .notice .dash-text:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.fullservice.fullservice-after .full-mark .action {
  margin-top: 40px;
}
.fullservice.fullservice-after .full-mark .action a {
  display: inline-block;
  width: 800px;
  padding: 25px 0;
  border-radius: 14px;
  border: 1px solid #FC0;
  background: #000;
  font-size: 0;
}
.fullservice.fullservice-after .full-mark .action .text {
  padding-right: 35px;
  color: #FC0;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.72px;
}
.fullservice.fullservice-after .full-mark .action .text {
  position: relative;
  display: inline-block;
}
.fullservice.fullservice-after .full-mark .action .text::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  margin-top: -0.3472222222vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 1.3888888889vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-mark .action .text::before {
    width: 5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-mark .action .text::before {
    height: 5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-mark .action .text::before {
    margin-top: -2.5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-mark .action .text::before {
    right: 10px;
  }
}
.fullservice.fullservice-after .full-mark .action .text:before {
  right: 0;
}
.fullservice.fullservice-after .full-score .answer-box {
  position: relative;
  width: 1160px;
  margin: 0 auto;
}
.fullservice.fullservice-after .full-score .answer-box .btn-reset {
  border-radius: 4px;
  background: #686868;
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 15px;
}
.fullservice.fullservice-after .full-score .answer-box .btn-reset span {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-weight: normal;
  letter-spacing: -0.64px;
  line-height: 1.6;
}
.fullservice.fullservice-after .full-score .answer-box .title {
  padding-bottom: 17px;
  border-bottom: 2px solid #000;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.66px;
  text-align: left;
}
.fullservice.fullservice-after .full-score .answer-box .subtitle {
  position: relative;
}
.fullservice.fullservice-after .full-score .answer-box .subtitle .myscore {
  position: absolute;
  right: 0;
  top: 0;
}
.fullservice.fullservice-after .full-score .answer-box .subtitle + .score-check {
  margin-top: 20px;
}
.fullservice.fullservice-after .full-score .answer-box .score-check {
  margin-top: 17px;
}
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box {
  margin-bottom: 18px;
}
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box:last-child {
  margin-bottom: 0;
}
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box table {
  border-collapse: separate;
}
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box.exam th,
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box.exam td {
  padding: 20px 0;
  text-align: center;
}
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box.exam th {
  background-color: #f3f3f3;
}
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box.exam td {
  font-size: 18px;
}
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box.exam td:first-child {
  border-right: 1px solid #dbdbdb;
  border-left: none;
}
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box.exam td strong {
  font-size: 20px;
  font-weight: 700;
  color: #202020;
}
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box.exam .total td {
  font-weight: 700;
  background-color: #f8f2fd;
}
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box table {
  width: 100%;
}
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box table th,
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box table td {
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #DBDBDB;
}
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box table th {
  padding: 10px 0;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.48px;
  background-color: #FAFAFA;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #dbdbdb;
}
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box table th:first-child {
  border-left: none;
}
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box table td {
  overflow: hidden;
}
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box table td dl {
  float: left;
  width: 4%;
  border-right: 1px solid #DBDBDB;
  box-sizing: border-box;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #DBDBDB;
}
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box table td dl dt,
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box table td dl dd {
  padding: 7px 5px;
  text-align: center;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.48px;
}
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box table td dl dt {
  border-bottom: 1px solid #DBDBDB;
  background-color: #FAFAFA;
}
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box table td dl dd {
  background-color: #fff;
  padding: 26px 5px;
}
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box table td dl.bg-highlight dt {
  background-color: #EBEBEB;
}
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box table td dl input[type=text],
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box table td dl input[type=number] {
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-family: Verdana;
  color: #202020;
  border: 1px solid #ccc;
  background-color: #fff;
  box-sizing: border-box;
}
.fullservice.fullservice-after .full-result {
  width: 1160px;
  margin: 0 auto;
}
.fullservice.fullservice-after .full-result .title {
  padding-bottom: 17px;
  border-bottom: 2px solid #000;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.66px;
  text-align: left;
}
.fullservice.fullservice-after .full-result .sub-title {
  margin-top: 30px;
  background: #000;
  padding: 23px 0;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.6px;
}
.fullservice.fullservice-after .full-result .sub-title + .table-wrap {
  margin-top: 0;
}
.fullservice.fullservice-after .full-result .table-wrap + .notice {
  margin-top: 30px;
}
.fullservice.fullservice-after .full-result .table-wrap table th,
.fullservice.fullservice-after .full-result .table-wrap table td {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.48px;
}
.fullservice.fullservice-after .full-result .table-wrap table th {
  background-color: #F7F7F7;
}
.fullservice.fullservice-after .full-result .table-wrap table th + th {
  border-left: 1px solid #dbdbdb;
}
.fullservice.fullservice-after .full-result .table-wrap table tbody td {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.48px;
  background-color: #FFF;
}
.fullservice.fullservice-after .full-result .table-wrap table tbody td + td {
  border-left: 1px solid #dbdbdb;
}
.fullservice.fullservice-after .full-result .table-wrap table tfoot td {
  font-weight: 700;
  background-color: #f8f8f8;
}
.fullservice.fullservice-after .full-result .table-wrap table tfoot td + td {
  border-left: 1px solid #dbdbdb;
}
.fullservice.fullservice-after .full-result .table-wrap table .user {
  color: #2e75f9;
}
.fullservice.fullservice-after .full-result .coupon-box {
  margin-top: 20px;
}
.fullservice.fullservice-after .full-result .coupon-box + .notice {
  margin-top: 17px;
  text-align: left;
}
.fullservice.fullservice-after .full-result .notice {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.64px;
}
.fullservice.fullservice-after .full-result .subtitle {
  position: relative;
  margin-top: 100px;
  text-align: left;
  padding-bottom: 17px;
  border-bottom: 2px solid #000;
}
.fullservice.fullservice-after .full-result .subtitle strong {
  display: inline-block;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.66px;
}
.fullservice.fullservice-after .full-result .subtitle strong:last-child {
  position: absolute;
  top: 5px;
  right: 0;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.48px;
}
.fullservice.fullservice-after .full-result .subtitle + .score-check {
  margin-top: 14px;
}
.fullservice.fullservice-after .full-result .subtitle + .score-check .table-box table th,
.fullservice.fullservice-after .full-result .subtitle + .score-check .table-box table td {
  border-left: 1px solid #dbdbdb;
}
.fullservice.fullservice-after .full-result .subtitle + .score-check .table-box table th {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.48px;
  background-color: #FAFAFA;
}
.fullservice.fullservice-after .full-result .subtitle + .score-check .table-box table td {
  background-color: #fff;
}
.fullservice.fullservice-after .full-result .subtitle ~ .subtitle {
  margin-top: 40px;
}
.fullservice.fullservice-after .full-result .score-check .table-box table {
  width: 100%;
}
.fullservice.fullservice-after .full-result .score-check .table-box table tr th,
.fullservice.fullservice-after .full-result .score-check .table-box table tr td {
  text-align: center;
  color: #585858;
  vertical-align: middle;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.fullservice.fullservice-after .full-result .score-check .table-box table tr th {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
  background-color: #eee;
}
.fullservice.fullservice-after .full-result .score-check .table-box table tr td {
  font-size: 16px;
  font-weight: 500;
}
.fullservice.fullservice-after .full-result .score-check .table-box table tr td.bg-highlight {
  background-color: #EBEBEB;
}
.fullservice.fullservice-after .full-result .score-check .table-box table tr td:last-child {
  border-right: 1px solid #dbdbdb;
}
.fullservice.fullservice-after .full-result .score-check .table-box table tr td:after {
  content: "";
  display: block;
  clear: both;
}
.fullservice.fullservice-after .full-result .score-check .table-box table tr td dl {
  float: left;
  width: 5%;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.fullservice.fullservice-after .full-result .score-check .table-box table tr td dl dt,
.fullservice.fullservice-after .full-result .score-check .table-box table tr td dl dd {
  color: #585858;
  font-size: 16px;
  font-family: Verdana;
  text-align: center;
  padding: 7px 5px;
}
.fullservice.fullservice-after .full-result .score-check .table-box table tr td dl dt {
  background-color: #dbd9ed;
}
.fullservice.fullservice-after .full-result .score-check .table-box table tr td dl dd input[type=text],
.fullservice.fullservice-after .full-result .score-check .table-box table tr td dl dd input[type=number] {
  border: 1px solid #dbdbdb;
  background-color: #f8f8f8;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #585858;
  font-family: Verdana;
  text-align: center;
}
.fullservice.fullservice-after .full-result .score-check .table-box.exam table th {
  background-color: #dbd9ed;
}
.fullservice.fullservice-after .full-result .score-check .table-box.exam table td {
  font-size: 16px;
  padding: 10px 0;
}
.fullservice.fullservice-after .full-result .score-check .table-box.exam table td strong {
  font-size: 18px;
  font-weight: 700;
  color: #585858;
}
.fullservice.fullservice-after .full-result .score-check .table-box.exam table .total th {
  background-color: #eee;
}
.fullservice.fullservice-after .full-result .score-check .table-box.exam table .total td {
  background-color: #eee;
  font-weight: 700;
  color: #222;
}
.fullservice.fullservice-after .full-result .score-check .table-box.exam table .total td .fail {
  color: #CD0000;
}
.fullservice.fullservice-after .full-result .score-check .table-box.exam table .total td .pass {
  color: #0004FF;
}
.fullservice.fullservice-after .full-result .full-action {
  margin-top: 30px;
}
.fullservice.fullservice-after .full-result .full-action .bundle-link > a {
  vertical-align: top;
}
.fullservice.fullservice-after .full-review {
  position: relative;
  padding: 100px 0;
  background-image: url("//img.eduwill.net/eduwill/img/2025/F/fullservice/251122/pc/bg_review.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.fullservice.fullservice-after .full-review .wrap {
  width: 1160px;
}
.fullservice.fullservice-after .full-review:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #FE0;
  background: linear-gradient(142deg, #FE0 -38.33%, #FFBF00 88.05%);
}
.fullservice.fullservice-after .full-review #reviewEcoHtmlPaste .title-box small {
  display: inline-block;
  font-size: 32px;
  color: #000;
  margin-bottom: 20px;
}
.fullservice.fullservice-after .full-review .review-step-list {
  display: flex;
  -ms-box-pack: center;
  justify-content: center;
}
.fullservice.fullservice-after .full-review .review-step-list .review-step {
  position: relative;
  flex: 1 0 0;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background-color: #fff;
}
.fullservice.fullservice-after .full-review .review-step-list .review-step .review-deadline {
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  color: #444;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 121%;
  letter-spacing: -1.6px;
}
.fullservice.fullservice-after .full-review .review-step-list .review-step .tit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.fullservice.fullservice-after .full-review .review-step-list .review-step .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -1.6px;
}
.fullservice.fullservice-after .full-review .review-step-list .review-step + .review-step {
  position: relative;
  margin-left: 12px;
}
.fullservice.fullservice-after .full-review .review-step-list .review-step + .review-step:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -28px;
  content: "";
  display: inline-block;
  width: 41px;
  height: 41px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/F/fullservice/251122/pc/ico_step_arw_right.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  filter: drop-shadow(0 2.759px 13.793px rgba(0, 0, 0, 0.05));
}
.fullservice.fullservice-after .full-review .frame {
  margin-top: 10px;
  padding: 59px 39px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.fullservice.fullservice-after .full-review .review-write .title-box .main-title {
  color: #222;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.fullservice.fullservice-after .full-review .review-write .title-box .sub-title {
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1px;
}
.fullservice.fullservice-after .full-review .write-list {
  display: flex;
  margin-top: 60px;
  gap: 22px;
}
.fullservice.fullservice-after .full-review .write-list > div {
  height: 160px;
}
.fullservice.fullservice-after .full-review .write-list > div.desc {
  width: 75%;
}
.fullservice.fullservice-after .full-review .write-list > div.desc input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  font-size: 16px;
  color: #222;
  border: 1px solid #141414;
  border-radius: 6px;
  box-sizing: border-box;
}
.fullservice.fullservice-after .full-review .write-list > div.desc textarea {
  width: 100%;
  height: 100px;
  margin-top: 10px;
  padding: 10px 20px;
  overflow-y: auto;
  font-size: 16px;
  color: #222;
  border: none;
  outline: none;
  resize: none;
  border: 1px solid #141414;
  border-radius: 6px;
  box-sizing: border-box;
}
.fullservice.fullservice-after .full-review .write-list > div.action {
  display: table;
  float: right;
  width: 22%;
  margin: 0;
}
.fullservice.fullservice-after .full-review .write-list > div.action a {
  border-radius: 6px;
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  border-color: #000;
  background-color: #000;
}
.fullservice.fullservice-after .full-review .write-list + .notice {
  margin-top: 5px;
  margin-left: 0;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  color: rgba(153, 153, 153, 0.7);
}
.fullservice.fullservice-after .full-review .review-list {
  margin-top: 35px;
  border-bottom: 1px solid #777;
}
.fullservice.fullservice-after .full-review .review-list .list {
  border-top: 1px solid #eaeaea;
}
.fullservice.fullservice-after .full-review .review-list .list > div {
  padding: 30px 0 30px 12px;
  font-size: 16px;
  color: #333;
}
.fullservice.fullservice-after .full-review .review-list .list > div.number {
  width: 8%;
}
.fullservice.fullservice-after .full-review .review-list .list > div.user {
  width: 12%;
}
.fullservice.fullservice-after .full-review .review-list .list > div.desc {
  position: relative;
  width: 80%;
  padding-right: 10px;
  text-align: left;
  line-height: 1.6;
  word-wrap: break-word;
  word-break: keep-all;
}
.fullservice.fullservice-after .full-review .review-list .list:first-child {
  border-top-width: 3px;
  border-top-color: #777;
}
.fullservice.fullservice-after .full-review .review-list .list.list-nodata .desc {
  float: none;
  width: 100%;
  padding: 50px 0;
  font-size: 20px;
  text-align: center;
}
.fullservice.fullservice-after .full-review .review-list .review-delete {
  position: absolute;
  top: 35px;
  right: 10px;
  display: block;
  font-size: 0;
}
.fullservice.fullservice-after .full-review .pagination {
  margin-top: 30px;
  text-align: center;
}
.fullservice.fullservice-after .full-review .pagination a {
  position: relative;
  display: inline-block;
  height: 18px;
  padding: 0 10px;
  line-height: 18px;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 700;
  color: #666;
}
.fullservice.fullservice-after .full-review .pagination a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 10px;
  margin-top: -5px;
  background-color: #999;
}
.fullservice.fullservice-after .full-review .pagination a.control {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  color: transparent;
  border: 1px solid #d8d8d8;
  background: none;
}
.fullservice.fullservice-after .full-review .pagination a.control:before {
  background: none;
}
.fullservice.fullservice-after .full-review .pagination a.control-prev {
  position: relative;
  display: inline-block;
}
.fullservice.fullservice-after .full-review .pagination a.control-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  margin-top: -0.3472222222vw;
  border-width: 0;
  border-style: solid;
  border-color: #949494;
  transform: rotate(45deg);
  left: 1.3888888889vw;
  border-bottom-width: 1px;
  border-left-width: 1px;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .pagination a.control-prev::before {
    width: 5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .pagination a.control-prev::before {
    height: 5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .pagination a.control-prev::before {
    margin-top: -2.5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .pagination a.control-prev::before {
    left: 10px;
  }
}
.fullservice.fullservice-after .full-review .pagination a.control-prev:before {
  left: 8px;
}
.fullservice.fullservice-after .full-review .pagination a.control-next {
  position: relative;
  display: inline-block;
}
.fullservice.fullservice-after .full-review .pagination a.control-next::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  margin-top: -0.3472222222vw;
  border-width: 0;
  border-style: solid;
  border-color: #949494;
  transform: rotate(45deg);
  right: 1.3888888889vw;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .pagination a.control-next::before {
    width: 5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .pagination a.control-next::before {
    height: 5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .pagination a.control-next::before {
    margin-top: -2.5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .pagination a.control-next::before {
    right: 10px;
  }
}
.fullservice.fullservice-after .full-review .pagination a.control-next:before {
  left: 5px;
}
.fullservice.fullservice-after .full-review .pagination a.control + a:before {
  display: none;
}
.fullservice.fullservice-after .full-review .pagination a.on, .fullservice.fullservice-after .full-review .pagination a.active {
  color: #e62a29;
}/*# sourceMappingURL=web.css.map */