@charset "UTF-8";
.fullservice.fullservice-after .full-review .review-write .write-list, .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;
}
.fullservice.fullservice-after .full-review .review-write .write-list::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, .fullservice.fullservice-after .full-review .review-write .write-list::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;
}
.fullservice.fullservice-after .full-review .review-write .write-list::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%);
}
@keyframes effectBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.effect-bounce-diagonal {
  animation-name: effectBounceDiagonal;
  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-bounce-updown {
  animation-name: effectBounceUpDown;
  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-extend {
  animation-name: effectExtend;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.effect-blink {
  animation-name: effectBlink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
  animation-direction: normal;
}

.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 *,
.product-eco *,
.fullservice * {
  box-sizing: border-box;
}
.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;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 55px;
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  height: 9.0277777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 65px;
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_12.png") no-repeat 0 0;
  background-size: 100% auto;
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  animation-name: pointerBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
.promotion .fail,
.product-eco .fail,
.fullservice .fail {
  color: #ff0000 !important;
}
.promotion .pass,
.product-eco .pass,
.fullservice .pass {
  color: #1d44d8 !important;
}

.eduf-layer-base .eduf-layer-content .info-text-list .star-text {
  position: relative;
  padding-left: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .eduf-layer-content .info-text-list .star-text {
    padding-left: 10px;
  }
}
.eduf-layer-base .eduf-layer-content .info-text-list .star-text {
  color: #848484;
  font-size: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .eduf-layer-content .info-text-list .star-text {
    font-size: 16px;
  }
}
.eduf-layer-base .eduf-layer-content .info-text-list .star-text {
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.0888888889vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .eduf-layer-content .info-text-list .star-text {
    letter-spacing: -0.64px;
  }
}
.eduf-layer-base .eduf-layer-content .info-text-list .star-text {
  word-break: keep-all;
  overflow-wrap: break-word;
}
.eduf-layer-base .eduf-layer-content .info-text-list .star-text:before {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
}
.eduf-layer-base .eduf-layer-content .info-text-list + .title-agree {
  margin-top: 4.7222222222vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .eduf-layer-content .info-text-list + .title-agree {
    margin-top: 34px;
  }
}
.eduf-layer-base .eduf-layer-content .title-agree {
  margin-bottom: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .eduf-layer-content .title-agree {
    margin-bottom: 10px;
  }
}
.eduf-layer-base .eduf-layer-content .title-agree {
  color: #212121;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .eduf-layer-content .title-agree {
    font-size: 22px;
  }
}
.eduf-layer-base .eduf-layer-content .title-agree {
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.1222222222vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .eduf-layer-content .title-agree {
    letter-spacing: -0.88px;
  }
}
.eduf-layer-base .eduf-layer-content .title-agree {
  opacity: 1;
}
.eduf-layer-base .eduf-layer-content .title-agree .required {
  color: #FE5956;
}
.eduf-layer-base .eduf-layer-content .text-agree {
  color: #666;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .eduf-layer-content .text-agree {
    font-size: 18px;
  }
}
.eduf-layer-base .eduf-layer-content .text-agree {
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.075vw;
}
@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 {
  line-height: 3.75vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .eduf-layer-content .text-agree {
    line-height: 27px;
  }
}
.eduf-layer-base .eduf-layer-content .text-agree {
  word-break: keep-all;
  overflow-wrap: break-word;
  opacity: 1;
}
.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: 2.0833333333vw 0 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .table-wrap {
    margin: 15px 0 24px;
  }
}
.eduf-layer-base .table-wrap {
  padding: 2.6388888889vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .table-wrap {
    padding: 19px;
  }
}
.eduf-layer-base .table-wrap {
  background: #F9F9F9;
}
.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;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .table-wrap thead tr th {
    padding: 13px 0;
  }
}
.eduf-layer-base .table-wrap thead tr th {
  background: #D1D1D1;
  color: #666;
  font-size: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .table-wrap thead tr th {
    font-size: 16px;
  }
}
.eduf-layer-base .table-wrap thead tr th {
  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 {
    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: 2px solid #F9F9F9;
}
.eduf-layer-base .table-wrap tbody td {
  padding: 3.0555555556vw 2.5vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .table-wrap tbody td {
    padding: 22px 18px;
  }
}
.eduf-layer-base .table-wrap tbody td {
  color: #000;
  font-size: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .table-wrap tbody td {
    font-size: 16px;
  }
}
.eduf-layer-base .table-wrap tbody td {
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.0833333333vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .table-wrap tbody td {
    letter-spacing: -0.6px;
  }
}
.eduf-layer-base .table-wrap tbody td {
  word-break: keep-all;
  overflow-wrap: break-word;
  background-color: #fff;
  border-top: 2px solid #F9F9F9;
  text-align: center;
}
.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: 2px solid #F9F9F9;
}
.eduf-layer-base .input-agree {
  display: flex;
  -ms-box-align: center;
  align-items: center;
  -ms-box-pack: center;
  justify-content: center;
  margin-top: 2.5vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .input-agree {
    margin-top: 18px;
  }
}
.eduf-layer-base .input-agree {
  gap: 2.5vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .input-agree {
    gap: 18px;
  }
}
.eduf-layer-base .input-agree input {
  display: inline-block;
  vertical-align: top;
  accent-color: #000;
  width: 2.5vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .input-agree input {
    width: 18px;
  }
}
.eduf-layer-base .input-agree input {
  height: 2.5vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .input-agree input {
    height: 18px;
  }
}
.eduf-layer-base .input-agree input {
  margin-top: 0;
}
.eduf-layer-base .input-agree label {
  display: inline-block;
  color: #212121;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .input-agree label {
    font-size: 18px;
  }
}
.eduf-layer-base .input-agree label {
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.1vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .input-agree label {
    letter-spacing: -0.72px;
  }
}
.eduf-layer-base .input-agree label {
  vertical-align: top;
  cursor: pointer;
}
.eduf-layer-base .action {
  margin-top: 4.7222222222vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .action {
    margin-top: 34px;
  }
}
.eduf-layer-base .action button {
  width: 100%;
  padding: 1.6666666667vw 0;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .action button {
    padding: 12px 0;
  }
}
.eduf-layer-base .action button {
  border-radius: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .action button {
    border-radius: 10px;
  }
}
.eduf-layer-base .action button {
  background: #FC0;
  color: #212121;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .action button {
    font-size: 22px;
  }
}
.eduf-layer-base .action button {
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.1222222222vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .action button {
    letter-spacing: -0.88px;
  }
}
.eduf-layer-base .action button {
  position: relative;
  display: inline-block;
}
.eduf-layer-base .action button::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .action button::before {
    width: 8px;
  }
}
.eduf-layer-base .action button::before {
  height: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .action button::before {
    height: 8px;
  }
}
.eduf-layer-base .action button::before {
  margin-top: -0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .action button::before {
    margin-top: -4px;
  }
}
.eduf-layer-base .action button::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .action button::before {
    right: 16px;
  }
}
.eduf-layer-base .action button::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.eduf-layer-base .action button:before {
  right: 28.3333333333vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .action button:before {
    right: 204px;
  }
}
.eduf-layer-base.eudf-layer-personal .eduf-layer-wrap .eduf-layer-title {
  background: #454545;
  text-align: center;
}
.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 .num-title {
  display: inline-block;
  min-width: 110px;
  margin-bottom: 20px;
  padding: 10px 0;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  color: #97761A;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.64px;
}
.fullservice .title-box .main-title {
  color: #212121;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -1.08px;
}
.fullservice .title-box .main-title strong {
  font-weight: 700;
}
.fullservice .title-box .main-title small {
  color: #444;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.48px;
}
.fullservice .text-notice {
  margin-top: 20px;
  color: #888;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.56px;
}
.fullservice .frame {
  margin: 0 20px;
  padding: 40px 0;
  border-radius: 20px;
  border: 2px solid #FFFAE1;
  background: rgba(255, 255, 255, 0.88);
}
.fullservice .frame .title-box {
  margin-bottom: 20px;
}
.fullservice .frame p.main-title {
  font-size: 28px;
  color: #000;
}
.fullservice .frame + .frame {
  margin-top: 20px;
}
.fullservice .action {
  margin-top: 20px;
}
.fullservice .action .btn-action {
  width: 366px;
  padding: 25px 0;
  border-radius: 6px;
  background: linear-gradient(0deg, #000 0%, #373737 54.46%);
  font-size: 0;
}
.fullservice .action .btn-action:after {
  right: -26px;
}
.fullservice .action .btn-action span {
  padding-right: 27px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.9px;
}
.fullservice .action .btn-action span {
  position: relative;
  display: inline-block;
}
.fullservice .action .btn-action span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.9722222222vw;
}
@media screen and (min-width: 720px) {
  .fullservice .action .btn-action span::before {
    width: 7px;
  }
}
.fullservice .action .btn-action span::before {
  height: 0.9722222222vw;
}
@media screen and (min-width: 720px) {
  .fullservice .action .btn-action span::before {
    height: 7px;
  }
}
.fullservice .action .btn-action span::before {
  margin-top: -0.4861111111vw;
}
@media screen and (min-width: 720px) {
  .fullservice .action .btn-action span::before {
    margin-top: -3.5px;
  }
}
.fullservice .action .btn-action span::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 1.9444444444vw;
}
@media screen and (min-width: 720px) {
  .fullservice .action .btn-action span::before {
    right: 14px;
  }
}
.fullservice .action .btn-action span::before {
  border-top-width: 3px;
  border-right-width: 3px;
}
.fullservice .action .btn-action span.fc-point {
  color: #FFD509;
}
.fullservice .action .btn-action span .fc-point {
  color: #FFE900;
}
.fullservice .action .btn-action span:before {
  right: 0;
}
.fullservice .fix-right {
  position: fixed;
  right: 10px;
  bottom: 200px;
  z-index: 99;
}
.fullservice .fix-right .wrap {
  width: auto;
}
.fullservice .fix-right a,
.fullservice .fix-right button {
  display: block;
  filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.14));
}
.fullservice .fix-right a + a,
.fullservice .fix-right a button,
.fullservice .fix-right button + a,
.fullservice .fix-right button button {
  margin-top: 10px;
}
.fullservice .fix-bottom {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99;
  background-color: #000;
}
.fullservice .fix-bottom a {
  display: flex;
  padding: 19px 0;
  align-items: center;
  justify-content: center;
}
.fullservice .fix-bottom a:after {
  right: 280px;
  margin-top: -13px;
}
.fullservice .fix-bottom a span {
  padding-right: 30px;
  color: #FFFBEB;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.2px;
}
.fullservice .fix-bottom a span {
  position: relative;
  display: inline-block;
}
.fullservice .fix-bottom a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .fullservice .fix-bottom a span::before {
    width: 12px;
  }
}
.fullservice .fix-bottom a span::before {
  height: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .fullservice .fix-bottom a span::before {
    height: 12px;
  }
}
.fullservice .fix-bottom a span::before {
  margin-top: -0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .fullservice .fix-bottom a span::before {
    margin-top: -6px;
  }
}
.fullservice .fix-bottom a span::before {
  border-width: 0;
  border-style: solid;
  border-color: #FFE400;
  transform: rotate(45deg);
  right: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .fullservice .fix-bottom a span::before {
    right: 24px;
  }
}
.fullservice .fix-bottom a span::before {
  border-top-width: 3px;
  border-right-width: 3px;
}
.fullservice .fix-bottom a span:before {
  right: 0;
}
.fullservice .fix-bottom a span strong {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.2px;
  background: linear-gradient(180deg, #FFFBEB 0%, #FFCF1B 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fullservice .sector-title {
  padding-bottom: 55px;
  background-color: #0E0E0F;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_128/fullservice/260421/pc/bg_title.jpg");
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto 100%;
}
.fullservice .sector-title .title-1 {
  display: inline-block;
  margin-top: 44px;
  border-radius: 20px;
  border: 1px solid rgba(255, 231, 146, 0.15);
  background: rgba(13, 13, 13, 0.8);
  padding: 5px 24px;
  color: #FFE792;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16.8px;
  letter-spacing: -0.28px;
}
.fullservice .sector-title .title-2 {
  margin-top: 33px;
  color: #CCC;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.36px;
}
.fullservice .sector-title .title-3 {
  margin-top: 21px;
}
.fullservice .sector-title .title-3 span {
  color: #FFF;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #211403;
  paint-order: stroke;
  filter: drop-shadow(0 1px #211403) drop-shadow(0 1px #211403) drop-shadow(0 1px #211403) drop-shadow(0 1px #211403) drop-shadow(0 1px #211403);
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 77px;
  letter-spacing: -2.2px;
}
.fullservice .sector-title .title-3 .fc-point {
  background: linear-gradient(180deg, #FFF1C0 0%, #FFD951 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fullservice .sector-title .title-badge {
  position: absolute;
  top: 71px;
  right: 295px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_128/fullservice/260421/mobile/badge_title.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  color: #472B10;
  font-size: 18.333px;
  font-style: normal;
  font-weight: 900;
  line-height: 124%;
  letter-spacing: -0.55px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.fullservice .sector-title .box-list {
  margin-top: 33px;
}
.fullservice .sector-title .action {
  margin-top: 33px;
  position: relative;
  z-index: 1;
}
.fullservice .sector-title .action a,
.fullservice .sector-title .action button {
  display: inline-block;
  padding: 21px 45px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: var(--btn, linear-gradient(104deg, #FFE792 0%, #FFD709 100%));
  box-shadow: 0 0.707px 0.707px -0.625px rgba(0, 0, 0, 0.15), 0 1.807px 1.807px -1.25px rgba(0, 0, 0, 0.14), 0 3.622px 3.622px -1.875px rgba(0, 0, 0, 0.14), 0 6.866px 6.866px -2.5px rgba(0, 0, 0, 0.13), 0 13.647px 13.647px -3.125px rgba(0, 0, 0, 0.1), 0 30px 30px -3.75px rgba(0, 0, 0, 0.05);
}
.fullservice .sector-title .action a:after,
.fullservice .sector-title .action button:after {
  right: -10px;
}
.fullservice .sector-title .action a span,
.fullservice .sector-title .action button span {
  display: inline-block;
  padding-right: 25px;
  color: #111;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.6px;
}
.fullservice .sector-title .action a span,
.fullservice .sector-title .action button span {
  position: relative;
  display: inline-block;
}
.fullservice .sector-title .action a span::before,
.fullservice .sector-title .action button span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .fullservice .sector-title .action a span::before,
  .fullservice .sector-title .action button span::before {
    width: 8px;
  }
}
.fullservice .sector-title .action a span::before,
.fullservice .sector-title .action button span::before {
  height: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .fullservice .sector-title .action a span::before,
  .fullservice .sector-title .action button span::before {
    height: 8px;
  }
}
.fullservice .sector-title .action a span::before,
.fullservice .sector-title .action button span::before {
  margin-top: -0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .fullservice .sector-title .action a span::before,
  .fullservice .sector-title .action button span::before {
    margin-top: -4px;
  }
}
.fullservice .sector-title .action a span::before,
.fullservice .sector-title .action button span::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .fullservice .sector-title .action a span::before,
  .fullservice .sector-title .action button span::before {
    right: 16px;
  }
}
.fullservice .sector-title .action a span::before,
.fullservice .sector-title .action button span::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.fullservice .sector-title .action a span:before,
.fullservice .sector-title .action button span:before {
  right: 0;
}
.fullservice .sector-different {
  padding: 60px 0 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 .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;
}
@media screen and (min-width: 720px) {
  .fullservice .sector-different .action .btn-base::before {
    width: 4px;
  }
}
.fullservice .sector-different .action .btn-base::before {
  height: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .fullservice .sector-different .action .btn-base::before {
    height: 4px;
  }
}
.fullservice .sector-different .action .btn-base::before {
  margin-top: -0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .fullservice .sector-different .action .btn-base::before {
    margin-top: -2px;
  }
}
.fullservice .sector-different .action .btn-base::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .fullservice .sector-different .action .btn-base::before {
    right: 8px;
  }
}
.fullservice .sector-different .action .btn-base::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.fullservice .sector-different .action .btn-base:before {
  right: 10px;
}
.fullservice .sector-bar {
  padding: 45px 0;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  background: linear-gradient(180deg, #FFD453 -27.78%, #FFBF00 94.44%);
}
.fullservice .sector-bar p {
  color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.72px;
}
.fullservice .sector-bar p strong {
  color: #FFF;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #000;
  paint-order: stroke;
  filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000);
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.72px;
}
.fullservice .sector-point {
  padding: 100px 0;
  background: #F8F6ED;
}
.fullservice .sector-point .box-beige {
  display: flex;
  align-items: center;
  padding: 60px 24px;
  margin: 0 84px;
  border-radius: 20px;
  border: 1px solid rgba(94, 65, 18, 0.15);
  background: linear-gradient(180deg, #FFFDF3 0%, #F4F4E8 100%);
}
.fullservice .sector-point .box-beige .info-box {
  width: 100%;
  display: inline-flex;
  align-items: stretch;
  justify-content: center;
  gap: 10px;
  margin-left: auto;
  padding: 23px;
  border-radius: 20px;
  border: 1px solid rgba(105, 95, 71, 0.15);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(244, 241, 216, 0.55) 100%);
}
.fullservice .sector-point .box-beige .info-box p {
  position: relative;
  flex: 1 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 27px 20px;
  border-radius: 10px;
  background: #FDFCF7;
  color: #624333;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 160%;
  letter-spacing: -0.36px;
  border: 1px solid transparent;
  background-image: linear-gradient(white, white), linear-gradient(180deg, #D2C594 0%, #6C654C 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.fullservice .sector-benefit {
  background-color: #000;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_128/fullservice/260421/pc/bg_benefit.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.fullservice .sector-benefit .wrap {
  padding: 100px 0;
}
.fullservice .sector-benefit .badge-benefit {
  position: absolute;
  top: 70px;
  right: 165px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_128/fullservice/260421/mobile/badge_title.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  color: #472B10;
  font-size: 18.333px;
  font-style: normal;
  font-weight: 900;
  line-height: 124%;
  letter-spacing: -0.55px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.fullservice .sector-benefit p.main-title {
  color: #fff;
}
.fullservice .sector-benefit p.main-title strong {
  color: #FFED68;
}
.fullservice .sector-benefit .text-comingsoon {
  margin-top: 47px;
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -1.12px;
}
.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: 20px;
  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: 16px;
  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: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.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 .fix-bottom a {
  padding: 0;
}
.fullservice.fullservice-after .fix-bottom a img {
  margin-top: -32px;
}
.fullservice.fullservice-after .title-box .main-title {
  font-weight: 700;
  color: #000;
}
.fullservice.fullservice-after .spinner {
  position: relative;
  width: 30px;
  height: 30px;
}
.fullservice.fullservice-after .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.fullservice-after .spinner span:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.9s;
}
.fullservice.fullservice-after .spinner span:nth-child(2) {
  transform: rotate(36deg);
  animation-delay: -0.8s;
}
.fullservice.fullservice-after .spinner span:nth-child(3) {
  transform: rotate(72deg);
  animation-delay: -0.7s;
}
.fullservice.fullservice-after .spinner span:nth-child(4) {
  transform: rotate(108deg);
  animation-delay: -0.6s;
}
.fullservice.fullservice-after .spinner span:nth-child(5) {
  transform: rotate(144deg);
  animation-delay: -0.5s;
}
.fullservice.fullservice-after .spinner span:nth-child(6) {
  transform: rotate(180deg);
  animation-delay: -0.4s;
}
.fullservice.fullservice-after .spinner span:nth-child(7) {
  transform: rotate(216deg);
  animation-delay: -0.3s;
}
.fullservice.fullservice-after .spinner span:nth-child(8) {
  transform: rotate(252deg);
  animation-delay: -0.2s;
}
.fullservice.fullservice-after .spinner span:nth-child(9) {
  transform: rotate(288deg);
  animation-delay: -0.1s;
}
.fullservice.fullservice-after .spinner span:nth-child(10) {
  transform: rotate(324deg);
  animation-delay: 0s;
}
@keyframes spinnerAni {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
.fullservice.fullservice-after .sector-top {
  background: #000;
  padding: 20px 0;
}
.fullservice.fullservice-after .sector-top .wrap {
  display: flex;
  -ms-box-align: center;
  align-items: center;
  -ms-box-pack: center;
  justify-content: center;
}
.fullservice.fullservice-after .sector-top .text {
  margin-left: 20px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_128/fullservice/260421/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.fullservice-after .sector-top .text .fc-point {
  color: #FFC917;
}
.fullservice.fullservice-after .sector-title {
  background-image: url("//img.eduwill.net/eduwill/img/2026/_128/fullservice/260421/pc/bg_title_score.jpg");
}
.fullservice.fullservice-after .sector-title .notice {
  margin-top: 20px;
  color: #FFF;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 89, 18, 0);
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 118%;
  letter-spacing: -0.48px;
  opacity: 0.4;
  text-align: right;
}
.fullservice.fullservice-after .sector-title .title-after-1 {
  margin-top: 32px;
  color: #FFF;
  text-shadow: 2px 2px 0 #211403;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #211403;
  paint-order: stroke;
  filter: drop-shadow(0 1px #211403) drop-shadow(0 1px #211403) drop-shadow(0 1px #211403) drop-shadow(0 1px #211403) drop-shadow(0 1px #211403);
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 77px;
  letter-spacing: -2.2px;
}
.fullservice.fullservice-after .sector-title .title-after-2 {
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #211403;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  paint-order: stroke;
  filter: drop-shadow(0 1px #211403) drop-shadow(0 1px #211403) drop-shadow(0 1px #211403) drop-shadow(0 1px #211403) drop-shadow(0 1px #211403);
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 77px;
  letter-spacing: -2.2px;
  background: linear-gradient(180deg, #FFF1C0 0%, #FFD951 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fullservice.fullservice-after .sector-title .title-after-3 {
  color: #FFF;
  text-shadow: 0 2px 0 #211403;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #211403;
  paint-order: stroke;
  filter: drop-shadow(0 1px #211403) drop-shadow(0 1px #211403) drop-shadow(0 1px #211403) drop-shadow(0 1px #211403) drop-shadow(0 1px #211403);
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -2.2px;
}
.fullservice.fullservice-after .sector-title .title-badge {
  top: 72px;
  left: 189px;
  right: unset;
}
.fullservice.fullservice-after .sector-title .action a span, .fullservice.fullservice-after .sector-title .action button span {
  font-weight: 700;
}
.fullservice.fullservice-after .sector-board {
  padding: 100px 0;
  background: linear-gradient(90deg, #383838 16.43%, #101010 99.23%);
}
.fullservice.fullservice-after .sector-board .main-title {
  color: #FFCF1B;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 70px;
  letter-spacing: -0.8px;
}
.fullservice.fullservice-after .sector-board .notice-board {
  width: 1005px;
  margin: 0 auto;
  min-height: 336px;
  padding: 60px 101px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_128/fullservice/260421/pc/bg_board.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.fullservice.fullservice-after .sector-board .notice-board .eco-notice p {
  color: #FFE200;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.72px;
  text-align: left;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.fullservice.fullservice-after .cont-difficulty-wrap {
  position: relative;
}
.fullservice.fullservice-after .cont-difficulty-wrap .before-dim-layer {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.fullservice.fullservice-after .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.fullservice-after .cont-difficulty-wrap .before-dim-layer .loading-popup .flag-ai {
  position: absolute;
  top: -45px;
  right: -5px;
}
.fullservice.fullservice-after .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.fullservice-after .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.fullservice-after .cont-difficulty-wrap .before-dim-layer .loading-popup .action {
  margin-top: 80px;
}
.fullservice.fullservice-after .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.fullservice-after .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.fullservice-after .cont-difficulty-wrap .before-dim-layer .loading-popup .action a span {
  position: relative;
  display: inline-block;
}
.fullservice.fullservice-after .cont-difficulty-wrap .before-dim-layer .loading-popup .action a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .cont-difficulty-wrap .before-dim-layer .loading-popup .action a span::before {
    width: 5px;
  }
}
.fullservice.fullservice-after .cont-difficulty-wrap .before-dim-layer .loading-popup .action a span::before {
  height: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .cont-difficulty-wrap .before-dim-layer .loading-popup .action a span::before {
    height: 5px;
  }
}
.fullservice.fullservice-after .cont-difficulty-wrap .before-dim-layer .loading-popup .action a span::before {
  margin-top: -0.3472222222vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .cont-difficulty-wrap .before-dim-layer .loading-popup .action a span::before {
    margin-top: -2.5px;
  }
}
.fullservice.fullservice-after .cont-difficulty-wrap .before-dim-layer .loading-popup .action a span::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .cont-difficulty-wrap .before-dim-layer .loading-popup .action a span::before {
    right: 10px;
  }
}
.fullservice.fullservice-after .cont-difficulty-wrap .before-dim-layer .loading-popup .action a span::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.fullservice.fullservice-after .cont-difficulty-wrap .before-dim-layer .loading-popup .action a span:before {
  right: 0;
}
.fullservice.fullservice-after .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);
  backdrop-filter: blur(10px);
}
.fullservice.fullservice-after .sector-difficulty {
  padding: 100px 0;
}
.fullservice.fullservice-after .sector-difficulty .frame {
  padding: 29px 37px;
  margin: 0 20px 20px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FAFAFA;
}
.fullservice.fullservice-after .sector-difficulty .frame .box {
  flex: 1 0 0;
  position: relative;
  box-sizing: border-box;
  height: 624px;
  padding: 30px 29px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.fullservice.fullservice-after .sector-difficulty .frame .box .title-box {
  padding: 14px 0;
  margin-bottom: 38px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #000;
}
.fullservice.fullservice-after .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.fullservice-after .sector-difficulty .frame .box .box-desc {
  margin-bottom: 36px;
  color: #444;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.48px;
}
.fullservice.fullservice-after .sector-difficulty .frame .box .badge-difficulty {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 117px;
  height: 119px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_128/fullservice/260421/pc/badge_difficulty.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  transform: rotate(8deg);
  color: #000;
  font-size: 18px;
  font-weight: 900;
  line-height: 117%;
  letter-spacing: -0.54px;
}
.fullservice.fullservice-after .sector-difficulty .frame .box .chart-container {
  position: relative;
  width: 384px;
  height: 384px;
  margin: 0 auto;
}
.fullservice.fullservice-after .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.fullservice-after .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.fullservice-after .sector-difficulty .frame .box .chart-legend span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.fullservice.fullservice-after .sector-difficulty .frame .box .chart-legend .legend-box {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: inline-block;
}
.fullservice.fullservice-after .sector-difficulty .frame .box .graph-box {
  position: relative;
  margin: 0 auto;
}
.fullservice.fullservice-after .sector-difficulty .frame .box .graph-box .point-difficulty {
  position: absolute;
  left: 63px;
  width: 381px;
  padding: 0 23px;
  color: #DA0000;
  font-size: 18.087px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -0.181px;
  text-align: left;
}
.fullservice.fullservice-after .sector-difficulty .frame .box .graph-box .point-difficulty:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 15px);
  top: 100%;
  left: 0;
  height: 10px;
  background-color: #DA0000;
}
.fullservice.fullservice-after .sector-difficulty .frame .box .graph-box .point-difficulty:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  right: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0px 10px 20px;
  border-color: transparent transparent transparent #da0000;
}
.fullservice.fullservice-after .sector-difficulty .frame .box .graph-box .graph-list {
  position: absolute;
  bottom: 30px;
  left: 62px;
  right: 33px;
  content: "";
  display: flex;
  justify-content: space-evenly;
  width: 383px;
  height: 316px;
}
.fullservice.fullservice-after .sector-difficulty .frame .box .graph-box .graph-list li {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}
.fullservice.fullservice-after .sector-difficulty .frame .box .graph-box .graph-list li .subject {
  margin-top: 5px;
  color: #444;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.16px;
}
.fullservice.fullservice-after .sector-difficulty .frame .box .graph-box .graph-list li .graph-bar {
  position: relative;
  width: 76px;
  border-radius: 10.048px 10.048px 0 0;
  border-top: 1.005px solid #DFD9B9;
  border-right: 1.005px solid #DFD9B9;
  border-left: 1.005px solid #DFD9B9;
  background: linear-gradient(180deg, #FFBD04 0%, #FFDB76 100%), #FFBD04;
}
.fullservice.fullservice-after .sector-difficulty .frame .box .graph-box .graph-list li .percent {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  color: #444;
  font-size: 18.087px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.181px;
}
.fullservice.fullservice-after .sector-difficulty .text-difficulty-notice {
  margin: 0 20px;
  position: relative;
  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.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;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-action .btn .text::before {
    width: 5px;
  }
}
.fullservice.fullservice-after .full-action .btn .text::before {
  height: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-action .btn .text::before {
    height: 5px;
  }
}
.fullservice.fullservice-after .full-action .btn .text::before {
  margin-top: -0.3472222222vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-action .btn .text::before {
    margin-top: -2.5px;
  }
}
.fullservice.fullservice-after .full-action .btn .text::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-action .btn .text::before {
    right: 10px;
  }
}
.fullservice.fullservice-after .full-action .btn .text::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.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 {
  position: relative;
  display: inline-block;
}
.fullservice.fullservice-after .full-action .btn-info:after::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-action .btn-info:after::before {
    width: 10px;
  }
}
.fullservice.fullservice-after .full-action .btn-info:after::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-action .btn-info:after::before {
    height: 10px;
  }
}
.fullservice.fullservice-after .full-action .btn-info:after::before {
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-action .btn-info:after::before {
    margin-top: -5px;
  }
}
.fullservice.fullservice-after .full-action .btn-info:after::before {
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  transform: rotate(45deg);
  right: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-action .btn-info:after::before {
    right: 20px;
  }
}
.fullservice.fullservice-after .full-action .btn-info:after::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.fullservice.fullservice-after .full-action .btn-info:after {
  left: 90%;
}
.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;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .fix-bottom a::after {
    width: 47px;
  }
}
.fullservice.fullservice-after .fix-bottom a::after {
  height: 7.5vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .fix-bottom a::after {
    height: 54px;
  }
}
.fullservice.fullservice-after .fix-bottom a::after {
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_12.png") no-repeat 0 0;
  background-size: 100% auto;
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.fullservice.fullservice-after .fix-bottom a::after {
  animation-name: pointerBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
.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/2026/_128/fullservice/260421/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;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-mark .action .text::before {
    width: 5px;
  }
}
.fullservice.fullservice-after .full-mark .action .text::before {
  height: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-mark .action .text::before {
    height: 5px;
  }
}
.fullservice.fullservice-after .full-mark .action .text::before {
  margin-top: -0.3472222222vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-mark .action .text::before {
    margin-top: -2.5px;
  }
}
.fullservice.fullservice-after .full-mark .action .text::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-mark .action .text::before {
    right: 10px;
  }
}
.fullservice.fullservice-after .full-mark .action .text::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.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 {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.64px;
  text-align: left;
}
.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;
}
.fullservice.fullservice-after .full-review .wrap {
  width: 1160px;
}
.fullservice.fullservice-after .full-review .review-visual {
  padding: 100px 0;
  background: linear-gradient(180deg, #FF9D00 0%, #FC0 55.7%, #FFF5BC 100%);
}
.fullservice.fullservice-after .full-review .review-visual .title-box {
  margin-bottom: 0;
}
.fullservice.fullservice-after .full-review .review-visual .sup-title {
  color: #000;
  font-size: 26px;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -0.52px;
}
.fullservice.fullservice-after .full-review .review-visual p.main-title {
  margin-top: 5px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  paint-order: stroke;
  filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000);
  font-size: 50px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1px;
  background: linear-gradient(180deg, #FFF479 10%, #FB0 87%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fullservice.fullservice-after .full-review .review-visual .duration {
  margin-top: 20px;
  color: #444;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
}
.fullservice.fullservice-after .full-review .y-star {
  color: #ffbe00;
  display: block;
  font-size: 22px;
  position: relative;
  top: -8px;
}
.fullservice.fullservice-after .full-review .review-visual {
  position: relative;
  background-size: cover;
}
.fullservice.fullservice-after .full-review .review-visual .date-box {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .review-visual .date-box {
    font-size: 24px;
  }
}
.fullservice.fullservice-after .full-review .review-visual .date-box {
  font-weight: 700;
  top: 30.5555555556vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .review-visual .date-box {
    top: 220px;
  }
}
.fullservice.fullservice-after .full-review {
  padding-bottom: 13.8888888889vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review {
    padding-bottom: 100px;
  }
}
.fullservice.fullservice-after .full-review .full-sub-title {
  padding-top: 13.8888888889vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .full-sub-title {
    padding-top: 100px;
  }
}
.fullservice.fullservice-after .full-review .review-list {
  margin: 0 4.8611111111%;
  margin-top: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .review-list {
    margin-top: 60px;
  }
}
.fullservice.fullservice-after .full-review .review-list {
  border-bottom: 1px solid #777;
}
@media screen and (min-width: 1100px) {
  .fullservice.fullservice-after .full-review .review-list {
    margin-right: 0;
    margin-left: 0;
  }
}
.fullservice.fullservice-after .full-review .review-list .notice {
  margin-bottom: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .review-list .notice {
    margin-bottom: 10px;
  }
}
.fullservice.fullservice-after .full-review .review-list .notice {
  margin-left: 4.8611111111%;
  text-align: left;
  font-size: 2.3611111111vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .review-list .notice {
    font-size: 17px;
  }
}
.fullservice.fullservice-after .full-review .review-list .notice {
  font-weight: 400;
  color: #999;
}
@media screen and (min-width: 1100px) {
  .fullservice.fullservice-after .full-review .review-list .notice {
    margin-left: 0;
  }
}
.fullservice.fullservice-after .full-review .review-list .list {
  border-top: 1px solid #eaeaea;
}
.fullservice.fullservice-after .full-review .review-list .list > div {
  padding: 4.1666666667vw 0 4.1666666667vw 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .review-list .list > div {
    padding: 30px 0 30px 12px;
  }
}
.fullservice.fullservice-after .full-review .review-list .list > div {
  font-size: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .review-list .list > div {
    font-size: 16px;
  }
}
.fullservice.fullservice-after .full-review .review-list .list > div {
  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: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .review-list .list > div.desc {
    padding-right: 20px;
  }
}
.fullservice.fullservice-after .full-review .review-list .list > div.desc {
  text-align: left;
  line-height: 1.5;
  word-wrap: break-word;
  word-break: keep-all;
}
.fullservice.fullservice-after .full-review .review-list .list:first-child {
  border-top-width: 0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .review-list .list:first-child {
    border-top-width: 3px;
  }
}
.fullservice.fullservice-after .full-review .review-list .list:first-child {
  border-top-color: #777;
}
.fullservice.fullservice-after .full-review .review-list .list.no-list .desc {
  float: none;
  width: 100%;
  padding: 6.9444444444vw 0;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .review-list .list.no-list .desc {
    padding: 50px 0;
  }
}
.fullservice.fullservice-after .full-review .review-list .list.no-list .desc {
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .review-list .list.no-list .desc {
    font-size: 22px;
  }
}
.fullservice.fullservice-after .full-review .review-list .list.no-list .desc {
  text-align: center;
}
.fullservice.fullservice-after .full-review .review-list .review-delete {
  position: absolute;
  top: 4.8611111111vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .review-list .review-delete {
    top: 35px;
  }
}
.fullservice.fullservice-after .full-review .review-list .review-delete {
  right: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .review-list .review-delete {
    right: 10px;
  }
}
.fullservice.fullservice-after .full-review .review-list .review-delete {
  display: block;
  font-size: 0;
}
.fullservice.fullservice-after .full-review .list-more {
  display: block;
  margin: 0 4.8611111111%;
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .list-more {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .fullservice.fullservice-after .full-review .list-more {
    display: none;
  }
}
.fullservice.fullservice-after .full-review .list-more a {
  display: block;
  padding: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .list-more a {
    padding: 15px;
  }
}
.fullservice.fullservice-after .full-review .list-more a {
  text-align: center;
  font-size: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .list-more a {
    font-size: 26px;
  }
}
.fullservice.fullservice-after .full-review .list-more a {
  color: #555;
  border: 1px solid #aaa;
  background-color: #fff;
}
.fullservice.fullservice-after .full-review .list-more a span {
  position: relative;
  display: inline-block;
  padding-right: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .list-more a span {
    padding-right: 30px;
  }
}
.fullservice.fullservice-after .full-review .list-more a span:after {
  position: relative;
  display: inline-block;
}
.fullservice.fullservice-after .full-review .list-more a span:after::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .list-more a span:after::before {
    width: 10px;
  }
}
.fullservice.fullservice-after .full-review .list-more a span:after::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .list-more a span:after::before {
    height: 10px;
  }
}
.fullservice.fullservice-after .full-review .list-more a span:after::before {
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .list-more a span:after::before {
    margin-top: -5px;
  }
}
.fullservice.fullservice-after .full-review .list-more a span:after::before {
  border-width: 0;
  border-style: solid;
  border-color: #555;
  transform: rotate(45deg);
  border-bottom-width: 1px;
  border-right-width: 1px;
}
.fullservice.fullservice-after .full-review .list-more a span:after {
  right: 0;
}
.fullservice.fullservice-after .full-review .pagination {
  display: none;
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .fullservice.fullservice-after .full-review .pagination {
    display: block;
  }
}
.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:before {
  position: relative;
  display: inline-block;
}
.fullservice.fullservice-after .full-review .pagination a.control-prev:before::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .pagination a.control-prev:before::before {
    width: 5px;
  }
}
.fullservice.fullservice-after .full-review .pagination a.control-prev:before::before {
  height: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .pagination a.control-prev:before::before {
    height: 5px;
  }
}
.fullservice.fullservice-after .full-review .pagination a.control-prev:before::before {
  margin-top: -0.3472222222vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .pagination a.control-prev:before::before {
    margin-top: -2.5px;
  }
}
.fullservice.fullservice-after .full-review .pagination a.control-prev:before::before {
  border-width: 0;
  border-style: solid;
  border-color: #949494;
  transform: rotate(45deg);
  left: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .pagination a.control-prev:before::before {
    left: 10px;
  }
}
.fullservice.fullservice-after .full-review .pagination a.control-prev:before::before {
  border-bottom-width: 1px;
  border-left-width: 1px;
}
.fullservice.fullservice-after .full-review .pagination a.control-prev:before {
  left: 8px;
}
.fullservice.fullservice-after .full-review .pagination a.control-next:before {
  position: relative;
  display: inline-block;
}
.fullservice.fullservice-after .full-review .pagination a.control-next:before::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .pagination a.control-next:before::before {
    width: 5px;
  }
}
.fullservice.fullservice-after .full-review .pagination a.control-next:before::before {
  height: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .pagination a.control-next:before::before {
    height: 5px;
  }
}
.fullservice.fullservice-after .full-review .pagination a.control-next:before::before {
  margin-top: -0.3472222222vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .pagination a.control-next:before::before {
    margin-top: -2.5px;
  }
}
.fullservice.fullservice-after .full-review .pagination a.control-next:before::before {
  border-width: 0;
  border-style: solid;
  border-color: #949494;
  transform: rotate(45deg);
  right: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .pagination a.control-next:before::before {
    right: 10px;
  }
}
.fullservice.fullservice-after .full-review .pagination a.control-next:before::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.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;
}
.fullservice.fullservice-after .full-review .review-write {
  padding-bottom: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .review-write {
    padding-bottom: 40px;
  }
}
.fullservice.fullservice-after .full-review .review-write .write-list {
  margin: 0 4.8611111111%;
  margin-top: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .review-write .write-list {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1100px) {
  .fullservice.fullservice-after .full-review .review-write .write-list {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 1100px) {
  .fullservice.fullservice-after .full-review .review-write .write-list > div {
    float: left;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1100px) {
  .fullservice.fullservice-after .full-review .review-write .write-list > div.desc {
    width: 82%;
  }
}
.fullservice.fullservice-after .full-review .review-write .write-list > div.desc input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .review-write .write-list > div.desc input {
    padding: 0 20px;
  }
}
.fullservice.fullservice-after .full-review .review-write .write-list > div.desc input {
  line-height: 50px;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .review-write .write-list > div.desc input {
    font-size: 22px;
  }
}
.fullservice.fullservice-after .full-review .review-write .write-list > div.desc input {
  color: #222;
  border: 1px solid #222;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #fff;
  letter-spacing: 0;
}
@media screen and (min-width: 1100px) {
  .fullservice.fullservice-after .full-review .review-write .write-list > div.desc input {
    font-size: 18px;
  }
}
.fullservice.fullservice-after .full-review .review-write .write-list > div.desc textarea {
  width: 100%;
  height: 100px;
  margin-top: 10px;
  padding: 1.3888888889vw 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .review-write .write-list > div.desc textarea {
    padding: 10px 20px;
  }
}
.fullservice.fullservice-after .full-review .review-write .write-list > div.desc textarea {
  overflow-y: auto;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .review-write .write-list > div.desc textarea {
    font-size: 22px;
  }
}
.fullservice.fullservice-after .full-review .review-write .write-list > div.desc textarea {
  color: #222;
  border: none;
  outline: none;
  resize: none;
  border: 1px solid #222;
  background-color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
}
.fullservice.fullservice-after .full-review .review-write .write-list > div.desc textarea + .notice {
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .review-write .write-list > div.desc textarea + .notice {
    font-size: 18px;
  }
}
@media screen and (min-width: 1100px) {
  .fullservice.fullservice-after .full-review .review-write .write-list > div.desc textarea {
    font-size: 18px;
  }
}
.fullservice.fullservice-after .full-review .review-write .write-list > div.list-action {
  margin: 0;
  height: 284px;
  margin-top: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .review-write .write-list > div.list-action {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1100px) {
  .fullservice.fullservice-after .full-review .review-write .write-list > div.list-action {
    display: table;
    float: right;
    width: 16%;
    margin-top: 0;
  }
}
.fullservice.fullservice-after .full-review .review-write .write-list > div.list-action a {
  display: block;
  padding: 2.7777777778vw 0;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .review-write .write-list > div.list-action a {
    padding: 20px 0;
  }
}
.fullservice.fullservice-after .full-review .review-write .write-list > div.list-action a {
  font-size: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .review-write .write-list > div.list-action a {
    font-size: 28px;
  }
}
.fullservice.fullservice-after .full-review .review-write .write-list > div.list-action a {
  font-weight: 700;
  color: #fff;
  border-color: #221c1a;
  border-radius: 5px;
  background-color: #221c1a;
}
@media screen and (min-width: 1100px) {
  .fullservice.fullservice-after .full-review .review-write .write-list > div.list-action a {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding: 0;
    vertical-align: middle;
  }
}
.fullservice.fullservice-after .full-review .review-write .write-list > div.list-action a:after {
  right: 10%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-color: #fff;
}
.fullservice.fullservice-after .full-review .star-area {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #222;
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
  height: 50px;
}
.fullservice.fullservice-after .full-review .star-area p {
  font-size: 18px;
  width: 220px;
  text-align: left;
  padding-left: 20px;
}
.fullservice.fullservice-after .full-review .star-area .star {
  display: flex;
  overflow: hidden;
}
.fullservice.fullservice-after .full-review .star-area .star .fake-radio {
  position: relative;
  margin-right: 20px;
  text-align: left;
}
.fullservice.fullservice-after .full-review .star-area .star .fake-radio label {
  padding-left: 25px;
  line-height: 1;
  font-size: 22px;
  font-weight: 400;
  cursor: pointer;
  background-image: url(//img.eduwill.net/eduwill/img/2022/X/fullservice/220725/pc/radio.png);
  background-repeat: no-repeat;
  background-position: left 10px;
  color: #ffbe00;
}
.fullservice.fullservice-after .full-review .star-area .star .fake-radio input.radio {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 30px !important;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}
.fullservice.fullservice-after .full-review .star-area .star .fake-radio input.radio:checked + label {
  background-image: url(///img.eduwill.net/eduwill/img/2022/X/fullservice/220725/pc/radio_check.png);
  background-repeat: no-repeat;
  background-position: left 10px;
  height: 30px !important;
}
.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/2026/_128/fullservice/260421/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;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .pagination a.control-prev::before {
    width: 5px;
  }
}
.fullservice.fullservice-after .full-review .pagination a.control-prev::before {
  height: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .pagination a.control-prev::before {
    height: 5px;
  }
}
.fullservice.fullservice-after .full-review .pagination a.control-prev::before {
  margin-top: -0.3472222222vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .pagination a.control-prev::before {
    margin-top: -2.5px;
  }
}
.fullservice.fullservice-after .full-review .pagination a.control-prev::before {
  border-width: 0;
  border-style: solid;
  border-color: #949494;
  transform: rotate(45deg);
  left: 1.3888888889vw;
}
@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 {
  border-bottom-width: 1px;
  border-left-width: 1px;
}
.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;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .pagination a.control-next::before {
    width: 5px;
  }
}
.fullservice.fullservice-after .full-review .pagination a.control-next::before {
  height: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .pagination a.control-next::before {
    height: 5px;
  }
}
.fullservice.fullservice-after .full-review .pagination a.control-next::before {
  margin-top: -0.3472222222vw;
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .pagination a.control-next::before {
    margin-top: -2.5px;
  }
}
.fullservice.fullservice-after .full-review .pagination a.control-next::before {
  border-width: 0;
  border-style: solid;
  border-color: #949494;
  transform: rotate(45deg);
  right: 1.3888888889vw;
}
@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 {
  border-top-width: 1px;
  border-right-width: 1px;
}
.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 */