@charset "UTF-8";
.grid, .fullservice.fullservice-after .full-action .list, .fullservice.fullservice-after .full-review .write-list, .fullservice.fullservice-after .full-review .review-list .list, .fullservice.fullservice-after .gap, .fullservice.fullservice-after .full-title {
  *zoom: 1;
}

.grid:before, .fullservice.fullservice-after .full-action .list:before, .fullservice.fullservice-after .full-review .write-list:before, .fullservice.fullservice-after .full-review .review-list .list:before, .fullservice.fullservice-after .gap:before, .fullservice.fullservice-after .full-title:before, .grid:after, .fullservice.fullservice-after .full-action .list:after, .fullservice.fullservice-after .full-review .write-list:after, .fullservice.fullservice-after .full-review .review-list .list:after, .fullservice.fullservice-after .gap:after, .fullservice.fullservice-after .full-title:after {
  content: '';
  display: table;
}

.grid:after, .fullservice.fullservice-after .full-action .list:after, .fullservice.fullservice-after .full-review .write-list:after, .fullservice.fullservice-after .full-review .review-list .list:after, .fullservice.fullservice-after .gap:after, .fullservice.fullservice-after .full-title:after {
  clear: both;
}

.hidden,
.sr_only,
.sr-only,
.popupbase .popup-close span,
.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-action .list, .fullservice.fullservice-after .full-review .write-list, .fullservice.fullservice-after .full-review .review-list .list {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.grid .col, .fullservice.fullservice-after .full-action .list .col, .fullservice.fullservice-after .full-review .write-list .col, .fullservice.fullservice-after .full-review .review-list .list .col, .fullservice.fullservice-after .full-action .grid .list > div, .fullservice.fullservice-after .full-action .list > div, .fullservice.fullservice-after .full-action .full-review .write-list .list > div, .fullservice.fullservice-after .full-review .grid .write-list > div, .fullservice.fullservice-after .full-review .full-action .list .write-list > div, .fullservice.fullservice-after .full-review .write-list > div, .fullservice.fullservice-after .full-review .review-list .list .write-list > div, .fullservice.fullservice-after .full-review .review-list .grid .list > div, .fullservice.fullservice-after .full-review .review-list .full-action .list > div, .fullservice.fullservice-after .full-review .review-list .write-list .list > div, .fullservice.fullservice-after .full-review .review-list .list > div {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.table {
  display: table;
}

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

.fullservice .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  border: none;
  background: none;
  outline: none;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.effect-bounce-diagonal {
  -webkit-animation-name: effectBounceDiagonal;
          animation-name: effectBounceDiagonal;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

@-webkit-keyframes effectBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}

@keyframes effectBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}

.effect-bounce-updown {
  -webkit-animation-name: effectBounceUpDown;
          animation-name: effectBounceUpDown;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

@-webkit-keyframes effectBounceUpDown {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes effectBounceUpDown {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.effect-extend {
  -webkit-animation-name: effectExtend;
          animation-name: effectExtend;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

@-webkit-keyframes effectExtend {
  0%, 100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

@keyframes effectExtend {
  0%, 100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

.effect-blink {
  -webkit-animation-name: effectBlink;
          animation-name: effectBlink;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: step-end;
          animation-timing-function: step-end;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

@-webkit-keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
}

@keyframes slideUp {
  0% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@-webkit-keyframes bgColorChange {
  0%, 100% {
    background-color: #09227a;
  }
  50% {
    background-color: #ea0858;
  }
}

@keyframes bgColorChange {
  0%, 100% {
    background-color: #09227a;
  }
  50% {
    background-color: #ea0858;
  }
}

@-webkit-keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.fullservice {
  position: relative;
  text-align: center;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 400;
  background-color: #fff;
  margin: 0;
  padding: 0;
  /* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
  /* input type number 에서 화살표 제거 */
  /* Select box 스타일 초기화 */
  /* IE 에서 Select box 화살표 제거 */
}

.fullservice *, .fullservice *:before, .fullservice *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fullservice img {
  border: 0;
  vertical-align: top;
  line-height: 0;
  font-size: 0;
}

.fullservice input::-ms-clear {
  display: none;
}

.fullservice input[type=number]::-webkit-inner-spin-button,
.fullservice input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.fullservice input[type=number] {
  -moz-appearance: textfield;
}

.fullservice select::-ms-expand {
  display: none;
}

.fullservice .slick-dots {
  width: 100%;
  margin-top: 0.625rem;
  text-align: center;
}

@media screen and (min-width: 720px) {
  .fullservice .slick-dots {
    margin-top: 20px;
  }
}

.fullservice .slick-dots li {
  display: inline-block;
  margin: 0 0.1875rem;
}

@media screen and (min-width: 720px) {
  .fullservice .slick-dots li {
    margin: 0 6px;
  }
}

.fullservice .slick-dots li button {
  cursor: pointer;
  text-indent: -10000em;
  border: 0;
  border-radius: 50%;
  width: 0.9375rem;
  height: 0.9375rem;
  background: #c3c3c3;
}

@media screen and (min-width: 720px) {
  .fullservice .slick-dots li button {
    width: 30px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .slick-dots li button {
    height: 30px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .slick-dots li button {
    width: 0.46875rem;
    height: 0.46875rem;
  }
}

@media screen and (min-width: 720px) and (min-width: 720px) {
  .fullservice .slick-dots li button {
    width: 15px;
  }
}

@media screen and (min-width: 720px) and (min-width: 720px) {
  .fullservice .slick-dots li button {
    height: 15px;
  }
}

.fullservice .slick-dots li.slick-active button {
  width: 2.8125rem;
  border-radius: 15px;
  background: #0229d4;
}

@media screen and (min-width: 720px) {
  .fullservice .slick-dots li.slick-active button {
    width: 90px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .slick-dots li.slick-active button {
    width: 0.9375rem;
  }
}

@media screen and (min-width: 720px) and (min-width: 720px) {
  .fullservice .slick-dots li.slick-active button {
    width: 30px;
  }
}

.fullservice .slick-arrow {
  width: 20px;
  height: 20px;
  border-color: #2b2c41;
  margin-top: -10px;
}

.fullservice .slick-arrow.slick-prev {
  left: -30px;
  border-bottom-width: 3px;
  border-left-width: 3px;
}

.fullservice .slick-arrow.slick-next {
  right: -15px;
  border-top-width: 3px;
  border-right-width: 3px;
}

@media screen and (min-width: 720px) {
  .fullservice .slick-arrow {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .fullservice .slick-arrow.slick-prev {
    left: -50px;
  }
  .fullservice .slick-arrow.slick-next {
    right: -30px;
  }
}

.fullservice .holder {
  position: relative;
}

.fullservice .fail {
  color: #ff0000 !important;
}

.fullservice .pass {
  color: #1d44d8 !important;
}

.fullservice .font-eduwill-b {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}

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

.popup {
  font-family: "Noto Sans KR", Sans-Serif;
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 20000;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  max-width: 620px;
  width: 100%;
  height: auto;
  background-color: #fff;
  line-height: 1;
  letter-spacing: -1px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.popup .popup-close {
  cursor: pointer;
  display: inline-block;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 2002;
}

.popup .popup-close:before, .popup .popup-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 1px;
  margin-left: -15px;
  background-color: #fff;
}

.popup .popup-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup .popup-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup .popup-title {
  padding: 40px 0 28px;
  font-weight: 400;
  font-size: 3.33333vw;
  text-align: center;
  color: #fff;
  letter-spacing: -1px;
  line-height: 1.2;
  background-color: #393939;
}

@media screen and (min-width: 720px) {
  .popup .popup-title {
    font-size: 24px;
  }
}

.popup .popup-title strong {
  letter-spacing: -2px;
  font-size: 4.86111vw;
  font-weight: 900;
}

@media screen and (min-width: 720px) {
  .popup .popup-title strong {
    font-size: 35px;
  }
}

@media screen and (max-width: 720px) {
  .popup .popup-title {
    letter-spacing: 0;
    padding: 20px 0 20px;
  }
  .popup .popup-title strong {
    letter-spacing: 0;
  }
}

.popup .popup-cont {
  padding: 5% 3%;
}

.popup .popup-cont .label {
  position: relative;
  color: #000;
  font-size: 3.33333vw;
  font-weight: 500;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  margin-bottom: 10px;
  letter-spacing: -1px;
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .label {
    font-size: 24px;
  }
}

.popup .popup-cont .label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background-color: #000;
}

.popup .popup-cont .label .highlight {
  color: #fe0000;
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .label {
    font-size: 14px;
  }
}

.popup .popup-cont .input-box {
  width: 90%;
  margin: 0 auto;
}

.popup .popup-cont .input-box dl {
  margin-top: 10px;
}

.popup .popup-cont .input-box dl:after {
  content: '';
  display: block;
  clear: both;
}

.popup .popup-cont .input-box dl dt {
  width: 20%;
  height: auto;
  float: left;
  text-align: left;
  padding-left: 10px;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.popup .popup-cont .input-box dl dt:after {
  margin-top: 4px;
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dt {
    height: 45px;
    padding-top: 0;
  }
  .popup .popup-cont .input-box dl dt:after {
    margin-top: 0;
  }
}

.popup .popup-cont .input-box dl dd {
  position: relative;
  float: left;
  width: 80%;
}

.popup .popup-cont .input-box dl dd .ipt {
  width: 100%;
  padding: 0 10px;
  border: 1px solid #dddddd;
  color: #000;
  font-family: 'Noto Sans KR';
  font-weight: 300;
  height: 35px;
  font-size: 3.33333vw;
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dd .ipt {
    font-size: 24px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dd .ipt {
    height: 45px;
    font-size: 14px;
  }
}

.popup .popup-cont .input-box dl dd .ipt.disable {
  background-color: #efefef;
  color: #aaa;
}

.popup .popup-cont .input-box dl dd .ipt-s {
  width: 80%;
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dd .ipt-s {
    width: 71%;
  }
}

.popup .popup-cont .input-box dl dd .btn {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  height: 35px;
  line-height: 35px;
  width: 60px;
  font-size: 3.19444vw;
  background-color: #666;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 400;
  text-align: center;
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dd .btn {
    font-size: 23px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dd .btn {
    width: 120px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
}

.popup .popup-cont .input-box dl dd .btn:hover {
  background-color: #333333;
}

.popup .popup-cont .input-box dl dd .btn.disable {
  background-color: #ccc;
}

.popup .popup-cont .input-box dl.certification {
  display: none;
}

.popup .popup-cont .input-box dl.certification .timer {
  position: absolute;
  right: 32%;
  font-size: 3.33333vw;
  top: 10px;
  display: inline-block;
  color: #ff0000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl.certification .timer {
    font-size: 24px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl.certification .timer {
    right: 130px;
    font-size: 14px;
    top: 10px;
  }
}

.popup .popup-cont .ta-box {
  width: 90%;
  margin: 20px auto 0;
}

.popup .popup-cont .ta-box .label {
  padding-left: 10px;
}

.popup .popup-cont .ta-box textarea {
  resize: none;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  line-height: 130%;
  text-align: left;
  border: 1px solid #dddddd;
  color: #686868;
  padding: 10px;
  font-size: 3.33333vw;
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .ta-box textarea {
    font-size: 24px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .ta-box textarea {
    font-size: 13px;
    padding: 15px;
  }
}

.popup .popup-cont .check-box {
  width: 90%;
  margin: 5% auto 0;
  color: #686868;
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box {
    margin-top: 20px;
  }
}

.popup .popup-cont .check-box .label {
  padding-left: 10px;
}

.popup .popup-cont .check-box .table-box .text {
  line-height: 130%;
  color: #585858;
  margin-bottom: 3%;
  font-size: 3.33333vw;
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .table-box .text {
    font-size: 24px;
  }
}

.popup .popup-cont .check-box .table-box table {
  width: 100%;
  margin-bottom: 5%;
}

.popup .popup-cont .check-box .table-box table th,
.popup .popup-cont .check-box .table-box table td {
  font-size: 3.33333vw;
  line-height: 1.4;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  color: #585858;
  text-align: center;
  border: 1px solid #dcdcdc;
  padding: 10px 5px;
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .table-box table th,
  .popup .popup-cont .check-box .table-box table td {
    font-size: 24px;
  }
}

.popup .popup-cont .check-box .table-box table th {
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .table-box .text {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .popup .popup-cont .check-box .table-box table {
    margin-bottom: 20px;
  }
  .popup .popup-cont .check-box .table-box table th,
  .popup .popup-cont .check-box .table-box table td {
    font-size: 14px;
  }
}

.popup .popup-cont .check-box .agree-check {
  margin: 10px 0 7% 0;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 3.33333vw;
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .agree-check {
    font-size: 24px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .agree-check {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.popup .popup-cont .check-box .agree-check input {
  vertical-align: middle;
  margin-right: 3px;
  width: 15px;
  height: 15px;
}

.popup .popup-cont .check-box .agree-check label {
  cursor: pointer;
}

.popup .popup-cont .check-box .agree-check span {
  display: block;
  padding-left: 5.27778vw;
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .agree-check span {
    padding-left: 38px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .agree-check span {
    display: inline-block;
    padding-left: 0;
  }
}

.popup .popup-cont .survey-list + .check-box {
  width: auto;
}

.popup .popup-cont .survey-list .survey {
  margin-top: 2.77778vw;
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list .survey {
    margin-top: 20px;
  }
}

.popup .popup-cont .survey-list .survey:first-child {
  margin-top: 0;
}

.popup .popup-cont .survey-list p {
  margin: 0;
  font-size: 3.88889vw;
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p {
    font-size: 28px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p {
    font-size: 14px;
  }
}

.popup .popup-cont .survey-list p.title {
  line-height: 1.8;
  font-weight: 500;
  color: #000;
}

.popup .popup-cont .survey-list p.title span {
  color: #ff0000;
}

.popup .popup-cont .survey-list p.desc {
  margin-top: 1.38889vw;
  color: #000;
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p.desc {
    margin-top: 10px;
  }
}

.popup .popup-cont .survey-list p.desc select {
  width: 100%;
  height: 30px;
  font-size: 2.08333vw;
  color: #000;
  border-color: #d2d2d2;
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p.desc select {
    font-size: 15px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p.desc select {
    height: 40px;
    font-size: 14px;
  }
}

.popup .popup-cont .survey-list p.desc input[type="radio"] {
  width: 2.77778vw;
  height: 2.77778vw;
  vertical-align: middle;
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p.desc input[type="radio"] {
    width: 20px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p.desc input[type="radio"] {
    height: 20px;
  }
}

.popup .popup-cont .survey-list p.desc input[type="checkbox"] {
  width: 2.77778vw;
  height: 2.77778vw;
  vertical-align: middle;
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p.desc input[type="checkbox"] {
    width: 20px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p.desc input[type="checkbox"] {
    height: 20px;
  }
}

.popup .popup-cont .survey-list p.desc label {
  display: inline-block;
  width: 48%;
  margin-top: 5px;
  cursor: pointer;
}

.popup .popup-cont .survey-list p.desc textarea {
  width: 100%;
  border-color: #d2d2d2;
  height: 20.83333vw;
  resize: none;
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p.desc textarea {
    height: 150px;
  }
}

.popup .popup-btn {
  margin-bottom: 10%;
  text-align: center;
}

.popup .popup-btn a {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  width: 180px;
  height: 52px;
  text-align: center;
  -webkit-transition: all 0.9s, color 0.3;
  transition: all 0.9s, color 0.3;
  border-radius: 5px;
  -webkit-box-shadow: inset 3px 3px 2px 0px rgba(255, 255, 255, 0.18);
  box-shadow: inset 3px 3px 2px 0px rgba(255, 255, 255, 0.18);
  background: #ffd500;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffd500), color-stop(89%, #ffd500), color-stop(96%, #e9c200), color-stop(100%, #e9c200));
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd500), color-stop(89%, #ffd500), color-stop(96%, #e9c200), to(#e9c200));
  background: linear-gradient(to bottom, #ffd500 0%, #ffd500 89%, #e9c200 96%, #e9c200 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd500', endColorstr='#e9c200', GradientType=0 );
}

.popup .popup-btn a span {
  line-height: 52px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  letter-spacing: -2px;
}

@media screen and (max-width: 720px) {
  .popup .popup-btn a {
    width: 40%;
    height: 42px;
  }
  .popup .popup-btn a span {
    line-height: 42px;
    font-size: 3.75vw;
  }
}

@media screen and (max-width: 720px) and (min-width: 720px) {
  .popup .popup-btn a span {
    font-size: 27px;
  }
}

.popup .popup-btn a:hover {
  background: #db3725;
}

.popup .popup-btn a:hover span {
  color: #fff;
}

.popup .popup-btn a.btn-cancle {
  margin-left: 5px;
  background: #434343;
}

.popup .popup-btn a.btn-cancle span {
  color: #bebebe;
}

.popup .popup-btn a.btn-cancle:after, .popup .popup-btn a.btn-cancle:before {
  display: none;
}

.popup.popup-open .popup-close {
  right: 0;
  top: 0;
}

@media screen and (min-width: 720px) {
  .popup.popup-open .popup-cont {
    padding: 5% 0;
  }
}

.popup.popup-open .popup-cont .text-box {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  text-align: center;
  margin-bottom: 5%;
}

@media screen and (max-width: 720px) {
  .popup.popup-open .popup-cont .text-box {
    font-size: 3.19444vw;
  }
}

@media screen and (max-width: 720px) and (min-width: 720px) {
  .popup.popup-open .popup-cont .text-box {
    font-size: 23px;
  }
}

.popup.popup-open .popup-cont .text-box a {
  display: inline-block;
  background-color: #ffd500;
  margin-left: 8px;
  display: inline-block;
  color: #000;
  padding: 0 5px;
}

.popup.popup-base .popup-cont .text-box .text-box {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 3.33333vw;
  line-height: 1.5;
  text-align: left;
}

@media screen and (min-width: 720px) {
  .popup.popup-base .popup-cont .text-box .text-box {
    font-size: 24px;
  }
}

@media screen and (min-width: 720px) {
  .popup.popup-base .popup-cont .text-box .text-box {
    font-size: 16px;
  }
}

.popup.popup-gs .popup-cont {
  padding: 0;
}

.popup.popup-gs .join-wrap {
  padding-bottom: 5.55556vw;
  background-color: #fb699d;
  background-size: 100% auto;
}

@media screen and (min-width: 720px) {
  .popup.popup-gs .join-wrap {
    padding-bottom: 40px;
  }
}

.popup.popup-gs .join-wrap .action {
  margin: 0 6.45161%;
  text-align: center;
  font-size: 0;
}

.popup.popup-gs .join-wrap .action a {
  display: inline-block;
  width: 45%;
  margin-left: 0.97222vw;
  padding: 2.77778vw 0;
  font-size: 4.16667vw;
  font-weight: 700;
}

@media screen and (min-width: 720px) {
  .popup.popup-gs .join-wrap .action a {
    margin-left: 7px;
  }
}

@media screen and (min-width: 720px) {
  .popup.popup-gs .join-wrap .action a {
    padding: 20px 0;
  }
}

@media screen and (min-width: 720px) {
  .popup.popup-gs .join-wrap .action a {
    font-size: 30px;
  }
}

.popup.popup-gs .join-wrap .action a:first-child {
  margin-left: 0;
}

.popup.popup-gs .join-wrap .action a.btn-join {
  color: #0e335d;
  background-color: #89fbff;
}

.popup.popup-gs .join-wrap .action a.btn-close {
  color: #fff;
  background-color: #032a51;
}

.popup.popup-gs .notice-wrap {
  display: none;
  line-height: 1.5;
  font-size: 2.77778vw;
  color: rgba(0, 0, 0, 0.7);
  padding: 4.16667vw 5.55556vw;
  background-color: #fcfcfc;
}

@media screen and (min-width: 720px) {
  .popup.popup-gs .notice-wrap {
    font-size: 20px;
  }
}

@media screen and (min-width: 720px) {
  .popup.popup-gs .notice-wrap {
    padding: 30px 40px;
  }
}

.popup.popup-gs .notice-wrap strong {
  display: block;
  font-size: 2.77778vw;
  color: #032a51;
}

@media screen and (min-width: 720px) {
  .popup.popup-gs .notice-wrap strong {
    font-size: 20px;
  }
}

.popup.popup-gs .popup-close {
  top: 0;
  right: 0;
}

.popupbase {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 200;
  display: none;
  width: 90%;
  max-width: 720px;
  letter-spacing: -1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1100px) {
  .popupbase {
    max-width: 1000px;
  }
}

.popupbase * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}

.popupbase .popup-close {
  position: absolute;
  top: -40px;
  right: 0;
  background-color: #000;
  cursor: pointer;
}

.popupbase .popup-close {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 10px;
  cursor: pointer;
}

.popupbase .popup-close:before, .popupbase .popup-close:after {
  content: '';
  display: block;
  width: 140%;
  height: 2px;
  background: #fff;
}

.popupbase .popup-close:before {
  margin-top: -0.5px;
  margin-left: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.popupbase .popup-close:after {
  margin-left: -41%;
  margin-top: -2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.popupbase .popup-body {
  padding: 3.47222vw;
  text-align: left;
  line-height: 1.4;
  font-size: 2.5vw;
  font-weight: 400;
  color: #222;
  border: 2px solid #000;
  background-color: #fff;
}

@media screen and (min-width: 720px) {
  .popupbase .popup-body {
    padding: 25px;
  }
}

@media screen and (min-width: 720px) {
  .popupbase .popup-body {
    font-size: 18px;
  }
}

.popupbase .popup-body p {
  font-size: 2.22222vw;
}

@media screen and (min-width: 720px) {
  .popupbase .popup-body p {
    font-size: 16px;
  }
}

.popupbase .popup-body .base-title {
  margin-top: 2.77778vw;
}

@media screen and (min-width: 720px) {
  .popupbase .popup-body .base-title {
    margin-top: 20px;
  }
}

.popupbase .popup-body .base-title:first-child {
  margin-top: 0;
}

.popupbase .popup-body strong {
  display: block;
  font-size: 2.5vw;
}

@media screen and (min-width: 720px) {
  .popupbase .popup-body strong {
    font-size: 18px;
  }
}

.popupbase.popup-base .popup-body {
  max-height: 83.33333vw;
  overflow-y: auto;
}

@media screen and (min-width: 720px) {
  .popupbase.popup-base .popup-body {
    max-height: 600px;
  }
}

#zipcode-layer {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 40000;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100005;
  border: 6px solid #000;
}

#zipcode-layer > div {
  width: 500px !important;
}

@media screen and (max-width: 720px) {
  #zipcode-layer > div {
    width: auto !important;
  }
}

#zipcode-layer .zipcode-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  display: block;
  background-color: #000;
  z-index: 100005;
}

#zipcode-layer .zipcode-close:before, #zipcode-layer .zipcode-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 3px;
  margin-left: -15px;
  background-color: #fff;
}

#zipcode-layer .zipcode-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#zipcode-layer .zipcode-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fullservice {
  letter-spacing: -1px;
  overflow-x: hidden;
}

.fullservice .wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.fullservice .pointer {
  position: relative;
  display: inline-block;
}

.fullservice .pointer:after {
  content: '';
  position: absolute;
  top: 60%;
  right: 10%;
  z-index: 1;
  display: block;
  width: 6.52778vw;
  height: 7.5vw;
  background: url("https://img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_12.png") no-repeat 0 0;
  background-size: 100% auto;
  -webkit-animation-name: pointerBounceDiagonal;
          animation-name: pointerBounceDiagonal;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

@media screen and (min-width: 720px) {
  .fullservice .pointer:after {
    width: 47px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .pointer:after {
    height: 54px;
  }
}

@-webkit-keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}

@keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}

.fullservice img {
  vertical-align: top;
}

.fullservice .notice-group {
  background-color: #f6f6f6;
  padding: 40px 50px;
  border: 1px solid #dcdcdc;
  color: #757575;
  text-align: left;
  font-size: 20px;
}

.fullservice .notice-group strong {
  color: #202020;
}

.fullservice .fix-right {
  position: fixed;
  right: 0;
  top: 30px;
  z-index: 10;
  width: 216px;
}

.fullservice .fix-right a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.fullservice .fix-right a img {
  width: 85%;
}

.fullservice .fullservice-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(118, 55, 233, 0.8);
  z-index: 10;
}

.fullservice .fullservice-bottom a {
  position: relative;
  display: block;
}

.fullservice .fullservice-bottom a {
  position: relative;
  display: inline-block;
}

.fullservice .fullservice-bottom a:after {
  content: '';
  position: absolute;
  top: 60%;
  right: 10%;
  z-index: 1;
  display: block;
  width: 6.52778vw;
  height: 7.5vw;
  background: url("https://img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_12.png") no-repeat 0 0;
  background-size: 100% auto;
  -webkit-animation-name: pointerBounceDiagonal;
          animation-name: pointerBounceDiagonal;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

@media screen and (min-width: 720px) {
  .fullservice .fullservice-bottom a:after {
    width: 47px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .fullservice-bottom a:after {
    height: 54px;
  }
}

@-webkit-keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}

@keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}

.fullservice .fullservice-bottom a .flag {
  position: absolute;
  z-index: 11;
  top: -18px;
  left: 55px;
}

.fullservice .fullservice-top {
  background-color: #ffd800;
  padding: 30px 0;
}

.fullservice .fullservice-top p {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}

.fullservice .fullservice-top p.count {
  line-height: 1;
  color: #202852;
  font-size: 41px;
  font-weight: 700;
  letter-spacing: -3px;
}

.fullservice .fullservice-top p.count .highlight {
  color: #223dbf;
  font-size: 54px;
}

.fullservice .fullservice-top p.text {
  line-height: 1;
  margin-top: 10px;
  color: #222;
  font-size: 20px;
  font-weight: 300;
}

.fullservice .fullservice-title {
  position: relative;
  background: url("https://img.eduwill.net/eduwill/img/2022/B/fullservice/220327/pc/bg_title.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.fullservice .fullservice-title .bg-flower {
  height: 100%;
  background-image: url("https://img.eduwill.net/eduwill/img/2022/B/fullservice/220327/pc/bg_flower.png");
  -webkit-animation: flower 12s linear infinite;
  animation: flower 12s linear infinite;
}

@keyframes flower {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}

@-webkit-keyframes flower {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}

.fullservice .fullservice-banner {
  background-color: #ff6098;
}

.fullservice .fullservice-banner.banner2 .wrap:after {
  content: '';
  position: absolute;
  z-index: 5;
  width: 257px;
  height: 74px;
  bottom: -73px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url("https://img.eduwill.net/eduwill/img/2022/B/fullservice/220409/pc/bar_after.png") no-repeat 50% 50%;
}

.fullservice .fullservice-choice {
  background-color: #fff;
}

.fullservice .fullservice-review02 {
  padding-bottom: 60px;
  background: url("https://img.eduwill.net/eduwill/img/2022/B/fullservice/220409/pc/bg_review.png") no-repeat 50% 50%;
}

.fullservice .fullservice-review02 img {
  margin-bottom: 42px;
}

.fullservice .fullservice-review02 .textlo {
  position: relative;
  padding: 42px 0 42px;
}

.fullservice .fullservice-review02 .textlo > div {
  overflow: hidden;
  text-align: center;
  position: relative;
  height: 340px;
}

.fullservice .fullservice-review02 .textlo:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 153px;
  width: 1200px;
  margin-left: -600px;
  height: 95px;
  background: #fff;
  border: 7px solid #ffbe00;
  border-radius: 20px;
  -webkit-box-shadow: 0px 6px 5px rgba(68, 68, 68, 0.3);
          box-shadow: 0px 6px 5px rgba(68, 68, 68, 0.3);
}

.fullservice .fullservice-review02 .textlo:after {
  content: "";
  width: 100%;
  height: 84px;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.5)), to(white));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, white 100%);
}

.fullservice .fullservice-review02 .bottom-box {
  width: 100%;
  height: 84px;
  position: absolute;
  bottom: 10px;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(white));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, white 100%);
}

.fullservice .fullservice-review02 .textlo > div ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.fullservice .fullservice-review02 .textlo > div ul li {
  font-size: 20px;
  color: #b5b5b5;
  height: 68px;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.fullservice .fullservice-review02 .textlo > div ul li strong {
  font-weight: 900;
}

.fullservice .fullservice-review02 .textlo > div ul li.on {
  font-size: 27px;
  color: #000000;
  font-weight: 900;
  height: 80px;
  margin-top: 2px;
}

.fullservice .fullservice-review02 .textlo > div ul li.next {
  font-size: 24px;
  color: #c4c4c4;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: -10px;
}

.fullservice .fullservice-review02 .textlo > div ul li.before {
  font-size: 24px;
  color: #c4c4c4;
  font-weight: 400;
}

.fullservice .fullservice-increase .graph-wrap {
  position: relative;
  padding-top: 200px;
  padding-bottom: 140px;
}

.fullservice .fullservice-increase .graph-wrap .img-content {
  position: absolute;
  left: 0;
  top: 0;
}

.fullservice .fullservice-increase .winner-contents {
  margin-left: 90px;
  margin-top: -50px;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}

.fullservice .fullservice-increase .winner-contents .winner-list {
  -webkit-transform: perspective(300px) rotateX(45deg);
          transform: perspective(300px) rotateX(45deg);
  overflow: hidden;
}

.fullservice .fullservice-increase .winner-contents .winner-list p {
  color: #B5B5B5;
  font-size: 18px;
  margin: 5px 0;
  font-weight: 100;
  text-align: center;
}

.fullservice .fullservice-search {
  background: #f6f6f6;
}

.fullservice .fullservice-only {
  padding-bottom: 16.66667vw;
  background-color: #f8f7f0;
}

@media screen and (min-width: 720px) {
  .fullservice .fullservice-only {
    padding-bottom: 120px;
  }
}

.fullservice .fullservice-only .title {
  position: relative;
}

.fullservice .fullservice-only .title .action {
  position: absolute;
  top: 200px;
  left: 30px;
  color: #9b9a96;
}

.fullservice .fullservice-only .only-list {
  overflow: hidden;
  -webkit-transform: perspective(570px) rotateX(45deg);
  transform: perspective(570px) rotateX(45deg);
}

.fullservice .fullservice-only .only-list:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 6.94444vw;
  background: #f8f7f0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f7f0), to(rgba(248, 247, 240, 0)));
  background: linear-gradient(180deg, #f8f7f0 0%, rgba(248, 247, 240, 0) 100%);
}

@media screen and (min-width: 720px) {
  .fullservice .fullservice-only .only-list:before {
    height: 50px;
  }
}

.fullservice .fullservice-only .only-list:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 6.94444vw;
  background: #f8f7f0;
  background: -webkit-gradient(linear, left bottom, left top, from(#f8f7f0), to(rgba(248, 247, 240, 0)));
  background: linear-gradient(0deg, #f8f7f0 0%, rgba(248, 247, 240, 0) 100%);
}

@media screen and (min-width: 720px) {
  .fullservice .fullservice-only .only-list:after {
    height: 50px;
  }
}

.fullservice .fullservice-only .only-list .slick-track {
  -webkit-transform: translate(0) !important;
  transform: translate(0) !important;
}

.fullservice .fullservice-only .only-list .slick-slide {
  margin-top: 4.16667vw;
}

@media screen and (min-width: 720px) {
  .fullservice .fullservice-only .only-list .slick-slide {
    margin-top: 30px;
  }
}

.fullservice .fullservice-only .only-list .slick-slide img {
  display: inline-block;
}

.fullservice .fullservice-onair {
  background-color: #172042;
}

.fullservice.fullservice-after .highlight {
  font-weight: 700;
  color: #4847db;
}

.fullservice.fullservice-after .highlight-2 {
  color: #000;
}

.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 .gap {
  margin-top: 60px;
}

.fullservice.fullservice-after .gap:first-child {
  margin-top: 0;
}

.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 #c2c2c2;
  border-right: 1px solid #c2c2c2;
}

.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: 0;
  text-align: center;
}

.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;
  border-left: 1px solid #c2c2c2;
}

.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 .full-banner {
  margin-top: -50px;
}

.fullservice.fullservice-after .full-title {
  margin-top: 70px;
}

.fullservice.fullservice-after .full-title .title {
  float: left;
}

.fullservice.fullservice-after .full-title .title strong {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 5px;
  font-weight: 700;
}

.fullservice.fullservice-after .full-title .title strong:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 10px;
  background-color: #ffe40e;
}

.fullservice.fullservice-after .full-title .update {
  float: right;
  text-align: right;
  font-size: 15px;
  color: #929292;
}

.fullservice.fullservice-after .full-title .full-action {
  float: right;
  width: 20%;
  margin-top: -20px;
}

.fullservice.fullservice-after .full-title .full-action a {
  width: 100%;
  padding: 16px 0;
  font-size: 22px;
}

.fullservice.fullservice-after .full-action {
  margin-top: 10px;
  text-align: center;
}

.fullservice.fullservice-after .full-action + .full-action {
  margin-top: 50px;
}

.fullservice.fullservice-after .full-action .btn {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 50%;
  margin-left: 30px;
  padding: 15px 0;
  font-size: 30px;
  font-weight: 700;
  border-radius: 74px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fullservice.fullservice-after .full-action .btn:nth-child(1):nth-last-child(2), .fullservice.fullservice-after .full-action .btn:nth-child(2):nth-last-child(1) {
  width: 38%;
}

.fullservice.fullservice-after .full-action .btn:first-child {
  margin-left: 0;
}

.fullservice.fullservice-after .full-action .btn-info {
  color: #fff;
  background-color: #919191;
}

.fullservice.fullservice-after .full-action .btn-info:after {
  left: 90%;
}

.fullservice.fullservice-after .full-action .btn-info:after {
  position: relative;
  display: inline-block;
}

.fullservice.fullservice-after .full-action .btn-info:after:before {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 1.38889vw;
  height: 1.38889vw;
  margin-top: -0.69444vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.77778vw;
  border-top-width: 2px;
  border-right-width: 2px;
}

@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-action .btn-info:after:before {
    width: 10px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-action .btn-info:after:before {
    height: 10px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-action .btn-info:after:before {
    margin-top: -5px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-action .btn-info:after:before {
    right: 20px;
  }
}

.fullservice.fullservice-after .full-action .list {
  margin: 10px 100px 0;
}

.fullservice.fullservice-after .full-action .list:first-child {
  margin-top: 0;
}

.fullservice.fullservice-after .full-action .list .notice {
  margin-top: 5px;
  font-size: 20px;
}

.fullservice.fullservice-after .full-action .list .bundle-link {
  float: right;
  width: 30%;
}

.fullservice.fullservice-after .full-action .list .btn {
  width: 100%;
  padding: 9px 10px;
  font-size: 16px;
  border-radius: 5px;
}

.fullservice.fullservice-after .notice {
  text-align: left;
  font-size: 15px;
  font-weight: 300;
  color: #878787;
}

.fullservice.fullservice-after .notice + .bundle-link {
  margin-top: 60px;
}

.fullservice.fullservice-after .full-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.fullservice.fullservice-after .full-cover .cover-wrap {
  margin: 10% 5%;
  padding: 10% 5%;
  text-align: center;
  font-size: 30px;
  background: #fff;
}

.fullservice.fullservice-after .full-cover .cover-wrap strong {
  display: block;
}

.fullservice.fullservice-after .full-notice {
  padding: 100px 0;
}

.fullservice.fullservice-after .full-notice .title {
  font-weight: 700;
  color: #222;
}

.fullservice.fullservice-after .full-notice .title span {
  font-size: 32px;
}

.fullservice.fullservice-after .full-notice .title strong {
  display: block;
  font-size: 54px;
  letter-spacing: -3px;
}

.fullservice.fullservice-after .full-notice .title + .score-title {
  margin-top: 100px;
}

.fullservice.fullservice-after .full-notice .full-board {
  width: 940px;
  margin: 0 auto;
}

.fullservice.fullservice-after .full-notice .full-board .notice-board {
  position: relative;
  margin-top: 60px;
  padding: 29px 0 60px;
  text-align: left;
}

.fullservice.fullservice-after .full-notice .full-board .notice-board:before, .fullservice.fullservice-after .full-notice .full-board .notice-board:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 940px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.fullservice.fullservice-after .full-notice .full-board .notice-board:before {
  top: 0;
  height: 128px;
  background-image: url("https://img.eduwill.net/eduwill/img/2022/B/fullservice/220409/pc/board_top.png");
}

.fullservice.fullservice-after .full-notice .full-board .notice-board:after {
  bottom: 0;
  height: 120px;
  background-image: url("https://img.eduwill.net/eduwill/img/2022/B/fullservice/220409/pc/board_bottom.png");
}

.fullservice.fullservice-after .full-notice .full-board .notice-board .inner {
  padding: 44px 80px;
  background: url("https://img.eduwill.net/eduwill/img/2022/B/fullservice/220409/pc/board_middle.png") repeat-y 0 0;
}

.fullservice.fullservice-after .full-notice .full-board .notice-board p {
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 1.5;
  font-size: 34px;
  color: #fff;
}

.fullservice.fullservice-after .full-notice .full-board .notice-board p strong {
  color: #fff723;
  font-weight: 700;
}

.fullservice.fullservice-after .full-mark {
  padding: 100px 0;
  background-color: #f5f5f5;
}

.fullservice.fullservice-after .full-mark .wrap {
  width: 1100px;
}

.fullservice.fullservice-after .full-mark .title {
  font-weight: 700;
  color: #222;
}

.fullservice.fullservice-after .full-mark .title span {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 18px;
}

.fullservice.fullservice-after .full-mark .title strong {
  display: block;
  font-size: 54px;
  margin-bottom: 35px;
}

.fullservice.fullservice-after .full-mark .info-list {
  text-align: center;
  margin-bottom: 60px;
}

.fullservice.fullservice-after .full-mark .info-list .list {
  margin-top: 10px;
}

.fullservice.fullservice-after .full-mark .info-list .list:first-child {
  margin-top: 0;
}

.fullservice.fullservice-after .full-mark .info-list span {
  display: inline-block;
  line-height: 34px;
}

.fullservice.fullservice-after .full-mark .info-list span.subject {
  width: 80px;
  margin-right: 20px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  border: 1px solid #222;
  border-radius: 10px;
}

.fullservice.fullservice-after .full-mark .info-list span.desc {
  font-size: 25px;
}

.fullservice.fullservice-after .full-mark .agree-action {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 17px;
}

.fullservice.fullservice-after .full-mark .agree-action a {
  margin-left: 10px;
  vertical-align: middle;
  text-decoration: underline;
}

.fullservice.fullservice-after .full-mark .agree-action input, .fullservice.fullservice-after .full-mark .agree-action label {
  vertical-align: middle;
}

.fullservice.fullservice-after .full-mark .notice {
  margin: 0 auto;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  letter-spacing: -0.65px;
  line-height: 1.4;
}

.fullservice.fullservice-after .full-mark .notice .point {
  color: #ff427f;
}

.fullservice.fullservice-after .full-score {
  padding: 50px 0 100px 0;
}

.fullservice.fullservice-after .full-score .full-answer {
  width: 1100px;
  margin: 0 auto;
}

.fullservice.fullservice-after .full-score .full-answer .title {
  text-align: left;
  line-height: 1.2;
  font-size: 25px;
  font-weight: 700;
  color: #131313;
  margin-top: 80px;
}

.fullservice.fullservice-after .full-score .full-answer .title .highlight {
  font-weight: 700;
  color: #4847db;
}

.fullservice.fullservice-after .full-score .full-answer .title .highlight-2 {
  color: #000;
}

.fullservice.fullservice-after .full-score .full-answer .score-check {
  margin-top: 12px;
}

.fullservice.fullservice-after .full-score .full-answer .score-check .table-box {
  margin-bottom: 10px;
}

.fullservice.fullservice-after .full-score .full-answer .score-check .table-box:last-child {
  margin-bottom: 0;
}

.fullservice.fullservice-after .full-score .full-answer .score-check .table-box.exam th,
.fullservice.fullservice-after .full-score .full-answer .score-check .table-box.exam td {
  padding: 20px 0;
  text-align: center;
}

.fullservice.fullservice-after .full-score .full-answer .score-check .table-box.exam th {
  background-color: #f3f3f3;
}

.fullservice.fullservice-after .full-score .full-answer .score-check .table-box.exam td {
  font-size: 18px;
}

.fullservice.fullservice-after .full-score .full-answer .score-check .table-box.exam td:first-child {
  border-right: 1px solid #ccc;
  border-left: none;
}

.fullservice.fullservice-after .full-score .full-answer .score-check .table-box.exam td strong {
  font-size: 20px;
  font-weight: 700;
  color: #202020;
}

.fullservice.fullservice-after .full-score .full-answer .score-check .table-box.exam .total td {
  font-weight: 700;
  background-color: #f8f2fd;
}

.fullservice.fullservice-after .full-score .full-answer .score-check .table-box table {
  width: 100%;
  border-top: 1px solid #ccc;
}

.fullservice.fullservice-after .full-score .full-answer .score-check .table-box table col:first-child {
  width: 10% !important;
}

.fullservice.fullservice-after .full-score .full-answer .score-check .table-box table col:last-child {
  width: 90% !important;
}

.fullservice.fullservice-after .full-score .full-answer .score-check .table-box table th,
.fullservice.fullservice-after .full-score .full-answer .score-check .table-box table td {
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
  color: #202020;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.fullservice.fullservice-after .full-score .full-answer .score-check .table-box table th {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
  background-color: #eee;
}

.fullservice.fullservice-after .full-score .full-answer .score-check .table-box table th:first-child {
  border-left: none;
}

.fullservice.fullservice-after .full-score .full-answer .score-check .table-box table td {
  font-size: 16px;
  overflow: hidden;
}

.fullservice.fullservice-after .full-score .full-answer .score-check .table-box table td dl {
  float: left;
  width: 4%;
  border-right: 1px solid #c2c2c2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fullservice.fullservice-after .full-score .full-answer .score-check .table-box table td dl dt,
.fullservice.fullservice-after .full-score .full-answer .score-check .table-box table td dl dd {
  padding: 7px 5px;
  text-align: center;
  font-family: Verdana;
  font-size: 16px;
  color: #202020;
}

.fullservice.fullservice-after .full-score .full-answer .score-check .table-box table td dl dt {
  background-color: #f3f3f3;
}

.fullservice.fullservice-after .full-score .full-answer .score-check .table-box table td dl input[type=text],
.fullservice.fullservice-after .full-score .full-answer .score-check .table-box table td dl input[type=number] {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-family: Verdana;
  color: #202020;
  border: 1px solid #ccc;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fullservice.fullservice-after .full-score .full-answer .subtitle {
  position: relative;
}

.fullservice.fullservice-after .full-score .full-answer .subtitle .myscore {
  position: absolute;
  right: 0;
  top: 0;
}

.fullservice.fullservice-after .full-score .full-answer .subtitle + .score-check {
  margin-top: 20px;
}

.fullservice.fullservice-after .full-score .full-subject {
  width: 1100px;
  margin: 0 auto;
}

.fullservice.fullservice-after .full-score .full-subject .title {
  text-align: left;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -.65px;
}

.fullservice.fullservice-after .full-score .full-subject .title .small {
  font-size: 16px;
  font-weight: 400;
  color: #878787;
  margin-left: 20px;
}

.fullservice.fullservice-after .full-score .full-subject .checkbox-wrap {
  margin-top: 12px;
  padding: 15px 0;
  text-align: left;
  border-top: 3px solid #afafaf;
  border-bottom: 1px solid #afafaf;
}

.fullservice.fullservice-after .full-score .full-subject .checkbox-wrap span {
  display: inline-block;
  padding-left: 20px;
}

.fullservice.fullservice-after .full-score .full-subject .checkbox-wrap span input {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.fullservice.fullservice-after .full-score .full-subject .checkbox-wrap span label {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.fullservice.fullservice-after .full-result {
  padding: 50px 0 100px 0;
  width: 1100px;
  margin: 0 auto;
}

.fullservice.fullservice-after .full-result .title1 {
  text-align: left;
}

.fullservice.fullservice-after .full-result .table-wrap table {
  border-top-width: 3px;
  border-right: 0;
}

.fullservice.fullservice-after .full-result .table-wrap table th,
.fullservice.fullservice-after .full-result .table-wrap table td {
  font-size: 20px;
  color: #585858;
}

.fullservice.fullservice-after .full-result .table-wrap table th:first-child,
.fullservice.fullservice-after .full-result .table-wrap table td:first-child {
  border-left: 0;
}

.fullservice.fullservice-after .full-result .table-wrap table th {
  background-color: #f1f1f1;
}

.fullservice.fullservice-after .full-result .table-wrap table tfoot td {
  font-weight: 700;
  background-color: #f8f8f8;
}

.fullservice.fullservice-after .full-result .table-wrap table .user {
  color: #4847db;
}

.fullservice.fullservice-after .full-result .full-action {
  margin-top: 2.77778vw;
}

@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-result .full-action {
    margin-top: 20px;
  }
}

.fullservice.fullservice-after .full-result .full-action .notice {
  color: #0000ff;
  font-weight: 500;
  opacity: 1;
}

.fullservice.fullservice-after .full-result .subtitle {
  position: relative;
  margin-top: 40px;
  text-align: left;
}

.fullservice.fullservice-after .full-result .subtitle strong {
  display: inline-block;
  font-size: 24px;
}

.fullservice.fullservice-after .full-result .subtitle strong:last-child {
  position: absolute;
  top: 0;
  right: 0;
}

.fullservice.fullservice-after .full-result .subtitle + .score-check .table-box {
  margin-top: 20px;
}

.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 #ccc;
  font-weight: 400;
}

.fullservice.fullservice-after .full-result .subtitle + .score-check .table-box table th {
  color: #202020;
  font-size: 16px;
  background-color: #eee;
}

.fullservice.fullservice-after .full-result .subtitle + .score-check .table-box table th:first-child {
  border-left: none;
}

.fullservice.fullservice-after .full-result .score-check .table-box table {
  width: 100%;
  border-top: 1px solid #afafaf;
}

.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-bottom: 1px solid #c2c2c2;
}

.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: 14px;
}

.fullservice.fullservice-after .full-result .score-check .table-box table tr td:first-child {
  border-right: 1px solid #c2c2c2;
}

.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 #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
}

.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 #c2c2c2;
  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: #ff0000;
}

.fullservice.fullservice-after .full-result .score-check .table-box.exam table .total td .pass {
  color: #1d44d8;
}

.fullservice.fullservice-after .full-result .full-action {
  margin-top: 30px;
}

.fullservice.fullservice-after .full-down {
  padding: 100px 0;
}

.fullservice.fullservice-after .full-down .wrap {
  width: 1100px;
}

.fullservice.fullservice-after .full-down .title {
  font-weight: 700;
  color: #222;
  margin-bottom: 80px;
}

.fullservice.fullservice-after .full-down .title span {
  font-size: 32px;
}

.fullservice.fullservice-after .full-down .title strong {
  display: block;
  font-size: 54px;
}

.fullservice.fullservice-after .full-down .down-title {
  text-align: center;
  margin-bottom: 10px;
}

.fullservice.fullservice-after .full-down .table-wrap + .title {
  margin-top: 120px;
}

.fullservice.fullservice-after .full-down .table-wrap + .notice {
  text-align: right;
  margin-bottom: 45px;
}

.fullservice.fullservice-after .full-down .table-wrap table {
  border-right: 0;
  border-top: 3px solid #afafaf;
}

.fullservice.fullservice-after .full-down .table-wrap table th, .fullservice.fullservice-after .full-down .table-wrap table td {
  font-size: 20px;
}

.fullservice.fullservice-after .full-down .table-wrap th:first-child {
  border-left: 0;
  background-color: #f1f1f1;
}

.fullservice.fullservice-after .full-down .full-action .btn {
  width: 65%;
}

.fullservice.fullservice-after .full-event {
  position: relative;
  background: url("https://img.eduwill.net/eduwill/img/2022/B/fullservice/220409/pc/bg_event.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.fullservice.fullservice-after .full-event .notice {
  position: absolute;
  z-index: 3;
  top: 1288px;
  left: 50px;
}

.fullservice.fullservice-after .full-event-plus {
  position: relative;
  background-color: #faf7ff;
}

.fullservice.fullservice-after .full-event-plus .wrap:before {
  content: '';
  position: absolute;
  z-index: 5;
  width: 108px;
  height: 108px;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url("https://img.eduwill.net/eduwill/img/2022/B/fullservice/220409/pc/icon_plus.png") no-repeat 50% 50%;
}

.fullservice.fullservice-after .full-event-plus .action {
  position: absolute;
  z-index: 3;
  top: 648px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.fullservice.fullservice-after .full-review {
  padding: 100px 0;
}

.fullservice.fullservice-after .full-review .wrap {
  width: 1100px;
}

.fullservice.fullservice-after .full-review .title {
  margin: 0;
  text-align: center;
  line-height: 1.2;
  font-size: 65px;
  font-weight: 700;
  color: #222;
  letter-spacing: -4px;
  padding-top: 0px;
}

.fullservice.fullservice-after .full-review .title strong {
  font-size: 65px;
}

.fullservice.fullservice-after .full-review .write-list {
  margin-top: 90px;
}

.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 10px;
  line-height: 50px;
  font-size: 16px;
  color: #222;
  border: 1px solid #141414;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fullservice.fullservice-after .full-review .write-list > div.desc textarea {
  width: 100%;
  height: 100px;
  margin-top: 10px;
  padding: 10px;
  overflow-y: auto;
  font-size: 16px;
  color: #222;
  border: none;
  outline: none;
  resize: none;
  border: 1px solid #141414;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  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: #FE6093;
  background-color: #FE6093;
}

.fullservice.fullservice-after .full-review .write-list + .notice {
  margin-top: 5px;
  margin-left: 0;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  color: #999;
}

.fullservice.fullservice-after .full-review .review-list {
  margin-top: 60px;
  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.no-list .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:before {
  left: 8px;
}

.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.69444vw;
  height: 0.69444vw;
  margin-top: -0.34722vw;
  border-width: 0;
  border-style: solid;
  border-color: #949494;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 1.38889vw;
  border-bottom-width: 1px;
  border-left-width: 1px;
}

@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .pagination a.control-prev:before:before {
    width: 5px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .pagination a.control-prev:before:before {
    height: 5px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .pagination a.control-prev:before:before {
    margin-top: -2.5px;
  }
}

@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-next:before {
  left: 5px;
}

.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.69444vw;
  height: 0.69444vw;
  margin-top: -0.34722vw;
  border-width: 0;
  border-style: solid;
  border-color: #949494;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.38889vw;
  border-top-width: 1px;
  border-right-width: 1px;
}

@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .pagination a.control-next:before:before {
    width: 5px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .pagination a.control-next:before:before {
    height: 5px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .pagination a.control-next:before:before {
    margin-top: -2.5px;
  }
}

@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 + a:before {
  display: none;
}

.fullservice.fullservice-after .full-review .pagination a.on, .fullservice.fullservice-after .full-review .pagination a.active {
  color: #e62a29;
}

.layer-reserve.in {
  display: block !important;
}

.layer-reserve {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  width: 540px;
  margin-left: -270px;
  text-align: left;
  background: #fff;
  border: 3px solid #ff427f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1004;
  letter-spacing: -1px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}

.layer-reserve .layer_head {
  padding: 10px 30px 15px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #ff427f;
}

.layer-reserve .layer_body {
  padding: 30px;
}

.layer-reserve .privacy {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
}

.layer-reserve .privacy strong {
  color: #333;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}

.layer-reserve .privacy .core {
  margin-top: 20px;
  line-height: 1.4;
}

.layer-reserve .privacy .core:first-child {
  margin-top: 0;
}

.layer-reserve .privacy .table-wrap {
  margin: 10px 0 20px;
}

.layer-reserve .privacy .table-wrap table {
  width: 100%;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}

.layer-reserve .privacy .table-wrap table th,
.layer-reserve .privacy .table-wrap table td {
  padding: 5px;
  text-align: center;
  font-size: 14px;
  border-left: 1px solid #666;
  border-top: 1px solid #666;
}

.layer-reserve .privacy .table-wrap table .highlight {
  font-size: 18px;
  font-weight: 700;
}

.layer-reserve .layer_close {
  position: absolute;
  top: 5px;
  right: 2px;
  width: 38px;
  height: 38px;
}

.layer-reserve .layer_close:before, .layer-reserve .layer_close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 28px;
  height: 2px;
  margin-left: -14px;
  background-color: #fff;
}

.layer-reserve .layer_close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.layer-reserve .layer_close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*# sourceMappingURL=web.css.map */