@charset "UTF-8";
.grid, .fullservice .full-score .table-box .table-row, .popup .popup-body .check-list, .fullservice .full-result .full-sub-title, .fullservice .full-score .table-box .table-row > div {
  *zoom: 1;
}

.grid:before, .fullservice .full-score .table-box .table-row:before, .popup .popup-body .check-list:before, .fullservice .full-result .full-sub-title:before, .fullservice .full-score .table-box .table-row > div:before, .grid:after, .fullservice .full-score .table-box .table-row:after, .popup .popup-body .check-list:after, .fullservice .full-result .full-sub-title:after, .fullservice .full-score .table-box .table-row > div:after {
  content: '';
  display: table;
}

.grid:after, .fullservice .full-score .table-box .table-row:after, .popup .popup-body .check-list:after, .fullservice .full-result .full-sub-title:after, .fullservice .full-score .table-box .table-row > div:after {
  clear: both;
}

.hidden,
.sr_only,
.sr-only {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}

.grid, .fullservice .full-score .table-box .table-row, .popup .popup-body .check-list {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.grid .col, .fullservice .full-score .table-box .table-row .col, .popup .popup-body .check-list .col, .fullservice .full-score .table-box .grid .table-row > div, .fullservice .full-score .table-box .table-row > div, .fullservice .full-score .table-box .popup .popup-body .check-list .table-row > div, .fullservice .full-score .table-box .table-row .popup .popup-body .check-list li, .popup .popup-body .check-list .fullservice .full-score .table-box .table-row li, .popup .popup-body .check-list li {
  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: 1;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}

.fullservice .slick-prev.slick-arrow {
  left: 0;
}

.fullservice .slick-next.slick-arrow {
  right: 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 {
  border-radius: 0;
  /* 아이폰 사파리 보더 없애기 */
  -webkit-appearance: none;
  /* 화살표 없애기 for chrome*/
  -moz-appearance: none;
  /* 화살표 없애기 for firefox*/
  appearance: none;
}

.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 .highlight {
  color: #ffc20e;
}

.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;
}

.fullservice .full-exam-select {
  padding-top: 60px;
}

.fullservice .full-exam-select .full-action .btn {
  width: 45%;
  border-radius: 50px;
  font-weight: 600;
  font-size: 4.16667vw;
  padding: 1.38889vw;
  margin: 4.86111vw 0.27778vw;
}

@media screen and (min-width: 720px) {
  .fullservice .full-exam-select .full-action .btn {
    font-size: 30px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-exam-select .full-action .btn {
    padding: 10px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-exam-select .full-action .btn {
    margin: 35px 2px;
  }
}

.fullservice .full-exam-select .full-action .btn span {
  display: block;
  color: #000;
}

.fullservice .full-exam-select .full-action .btn:first-child {
  background: #ffaf8c;
  border-top: 3px solid #ffd4c2;
  border-bottom: 3px solid #e39c7d;
  border-left: 1px solid #ffaf8c;
  border-right: 1px solid #ffaf8c;
}

.fullservice .full-exam-select .full-action .btn:nth-child(2) {
  background: #ffe190;
  border-top: 3px solid #ffefc4;
  border-bottom: 3px solid #e3c880;
  border-left: 1px solid #ffe190;
  border-right: 1px solid #ffe190;
}

.fullservice .full-exam-select .full-action .btn:after {
  display: none;
}

.fullservice .full-sub-title {
  font-weight: 700;
  color: #141414;
  font-size: 5.55556vw;
  margin: 0 6.94444vw;
  text-align: left;
  position: relative;
  padding-left: 3.47222vw;
  line-height: 1.1;
}

@media screen and (min-width: 720px) {
  .fullservice .full-sub-title {
    font-size: 40px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-sub-title {
    margin: 0 50px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-sub-title {
    padding-left: 25px;
  }
}

.fullservice .full-sub-title:before {
  content: "";
  width: 0.69444vw;
  height: 4.16667vw;
  display: inline-block;
  background: #ffc908;
  position: absolute;
  top: 0.55556vw;
  left: 0;
}

@media screen and (min-width: 720px) {
  .fullservice .full-sub-title:before {
    width: 5px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-sub-title:before {
    height: 30px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-sub-title:before {
    top: 4px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice .full-sub-title {
    font-size: 30px;
    padding-left: 15px;
  }
  .fullservice .full-sub-title:before {
    content: "";
    width: 5px;
    height: 28px;
    display: inline-block;
    position: absolute;
    top: 9px;
  }
}

.fullservice .full-sub-title span {
  display: block;
}

@media screen and (min-width: 1100px) {
  .fullservice .full-sub-title span {
    display: inline-block;
  }
}

.fullservice .sector-d-day.after .pointer {
  bottom: 44.47222vw;
}

@media screen and (min-width: 1100px) {
  .fullservice .sector-d-day.after .pointer {
    bottom: 220px !important;
  }
}

.fullservice .sector-d-day.after a {
  width: 15.27778vw;
  height: 12.5vw;
}

@media screen and (min-width: 720px) {
  .fullservice .sector-d-day.after a {
    width: 110px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .sector-d-day.after a {
    height: 90px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice .sector-d-day.after a {
    width: 151px;
    height: 151px;
  }
}

.fullservice .sector-d-day.after a .only-mobile {
  width: 12.5vw;
}

@media screen and (min-width: 720px) {
  .fullservice .sector-d-day.after a .only-mobile {
    width: 90px;
  }
}

.fullservice .full-result .score-view .table-box .table-row > div {
  width: 50%;
}

.fullservice .full-result .score-view .table-box .table-row:first-child {
  background-color: #545454;
  color: #fff;
  font-weight: 500;
}

.fullservice .full-result .score-view .table-box .table-row:first-child .table-desc {
  text-align: center;
  font-weight: 500;
  color: #fff;
}

.fullservice .full-result .score-view .table-box .table-row + .table-row .table-desc {
  text-align: center;
  border-top-width: 0;
}

.fullservice .full-result .score-view .table-box .table-row .table-title {
  border-right: 1px solid #c2c2c2;
  background-color: transparent;
}

.fullservice .full-result .full-sub-title strong {
  float: left;
}

.fullservice .full-result .score-check {
  margin-top: 0.625rem;
}

@media screen and (min-width: 720px) {
  .fullservice .full-result .score-check {
    margin-top: 20px;
  }
}

.fullservice .full-result .score-check .table-box table {
  width: 100%;
  border-bottom: 1px solid #c2c2c2;
}

.fullservice .full-result .score-check .table-box table th, .fullservice .full-result .score-check .table-box table td {
  padding: 0.3125rem 0;
  font-size: 3.33333vw;
  border-top: 1px solid #c2c2c2;
  border-left: 1px solid #c2c2c2;
  color: #9d9d9d;
}

@media screen and (min-width: 720px) {
  .fullservice .full-result .score-check .table-box table th, .fullservice .full-result .score-check .table-box table td {
    padding: 10px 0;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-result .score-check .table-box table th, .fullservice .full-result .score-check .table-box table td {
    font-size: 24px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice .full-result .score-check .table-box table th, .fullservice .full-result .score-check .table-box table td {
    font-size: 18px;
  }
}

.fullservice .full-result .score-check .table-box table th {
  font-weight: 400;
  color: #202020;
  background-color: #eee;
}

.fullservice .full-result .score-check .table-box table th:first-child {
  border-left: none;
}

.fullservice div#fullScore, .fullservice div#fullResult {
  padding-top: 60px;
}

.fullservice div#fullScore .full-sub-title, .fullservice div#fullResult .full-sub-title {
  padding-bottom: 20px;
}

.fullservice .table-box.topline {
  border-top: 1px solid #dfdfdf;
}

.fullservice .full-score .score-view {
  margin: 0 4.86111%;
  margin-bottom: 1.25rem;
  text-align: left;
}

@media screen and (min-width: 720px) {
  .fullservice .full-score .score-view {
    margin-bottom: 40px;
  }
}

.fullservice .full-score .score-check {
  margin: 0 4.86111%;
}

@media screen and (min-width: 1100px) {
  .fullservice .full-score .score-check .table-box .table-row {
    display: table;
  }
}

.fullservice .full-score .score-check .table-box .table-row > div {
  float: none;
  width: 100%;
}

@media screen and (min-width: 1100px) {
  .fullservice .full-score .score-check .table-box .table-row > div {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    height: 100%;
  }
  .fullservice .full-score .score-check .table-box .table-row > div.table-desc {
    width: 80%;
  }
}

.fullservice .full-score .score-check .table-box .table-title + .table-desc {
  border-top-width: 0;
}

.fullservice .full-score .score-check .table-box .table-desc {
  padding: 0;
  border-top-width: none;
}

.fullservice .full-score .table-box {
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 720px) {
  .fullservice .full-score .table-box {
    margin-bottom: 40px;
  }
}

.fullservice .full-score .table-box .table-row {
  border-bottom: 1px solid #dfdfdf;
}

.fullservice .full-score .table-box .table-row + .table-row .table-title {
  border-top-width: 0;
}

@media screen and (min-width: 1100px) {
  .fullservice .full-score .table-box .table-row:first-child .table-desc dl {
    margin-top: 0;
  }
}

.fullservice .full-score .table-box .table-row.total, .fullservice .full-score .table-box .table-row.result {
  background-color: #eee;
}

.fullservice .full-score .table-box .table-title {
  width: 20%;
  padding: 0.625rem 0;
  font-size: 3.88889vw;
  text-align: center;
  font-weight: 500;
  background-color: #eee;
}

@media screen and (min-width: 720px) {
  .fullservice .full-score .table-box .table-title {
    padding: 20px 0;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-score .table-box .table-title {
    font-size: 28px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice .full-score .table-box .table-title {
    font-size: 18px;
  }
}

.fullservice .full-score .table-box .table-desc {
  width: 80%;
  padding: 0.625rem;
  font-size: 3.88889vw;
  color: #8c8c8c;
}

@media screen and (min-width: 720px) {
  .fullservice .full-score .table-box .table-desc {
    padding: 20px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-score .table-box .table-desc {
    font-size: 28px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice .full-score .table-box .table-desc {
    font-size: 18px;
  }
}

.fullservice .full-score .table-box .table-desc strong {
  font-weight: 500;
}

.fullservice .full-score .table-box .table-desc strong.highlight-1 {
  color: #ff0000;
}

.fullservice .full-score .table-box .table-desc strong.highlight-2 {
  color: #004eff;
}

.fullservice .full-score .table-box .table-desc dl {
  float: left;
  width: 10%;
  margin-top: -1px;
  border-top: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}

.fullservice .full-score .table-box .table-desc dl:nth-child(10n) {
  border-right: none;
}

.fullservice .full-score .table-box .table-desc dl dt,
.fullservice .full-score .table-box .table-desc dl dd {
  color: #202020;
  font-size: 3.33333vw;
  font-family: Verdana;
  text-align: center;
  padding: 7px 5px;
}

@media screen and (min-width: 720px) {
  .fullservice .full-score .table-box .table-desc dl dt,
  .fullservice .full-score .table-box .table-desc dl dd {
    font-size: 24px;
  }
}

.fullservice .full-score .table-box .table-desc dl dt {
  color: #131313;
  font-size: 2.22222vw;
}

@media screen and (min-width: 720px) {
  .fullservice .full-score .table-box .table-desc dl dt {
    font-size: 16px;
  }
}

.fullservice .full-score .table-box .table-desc dl dt strong {
  font-weight: 500;
}

.fullservice .full-score .table-box .table-desc dl dd {
  border-top: 1px solid #dfdfdf;
}

.fullservice .full-score .table-box .table-desc dl dd input[type=text],
.fullservice .full-score .table-box .table-desc dl dd input[type=number] {
  padding: 0;
  border: 1px solid #ccc;
  background-color: #fff;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 auto;
  line-height: 1.25rem;
  color: #202020;
  font-family: Verdana;
  text-align: center;
}

@media screen and (min-width: 720px) {
  .fullservice .full-score .table-box .table-desc dl dd input[type=text],
  .fullservice .full-score .table-box .table-desc dl dd input[type=number] {
    width: 40px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-score .table-box .table-desc dl dd input[type=text],
  .fullservice .full-score .table-box .table-desc dl dd input[type=number] {
    height: 40px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-score .table-box .table-desc dl dd input[type=text],
  .fullservice .full-score .table-box .table-desc dl dd input[type=number] {
    line-height: 40px;
  }
}

.fullservice .full-score .notice {
  margin: 0 4.86111%;
  margin-top: 0.15625rem;
  text-align: left;
}

@media screen and (min-width: 720px) {
  .fullservice .full-score .notice {
    margin-top: 5px;
  }
}

.fullservice .full-action .btn {
  width: 45%;
  border-radius: 50px;
  color: #000 !important;
  font-weight: 600;
  font-size: 4.16667vw;
  padding: 1.38889vw;
  margin: 4.86111vw 0.27778vw;
}

@media screen and (min-width: 720px) {
  .fullservice .full-action .btn {
    font-size: 30px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-action .btn {
    padding: 10px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-action .btn {
    margin: 35px 2px;
  }
}

.fullservice .full-action .btn:first-child {
  background: #ffc908;
  border-top: 3px solid #ffe27b;
  border-bottom: 3px solid #e3b307;
  border-left: 1px solid #ffc908;
  border-right: 1px solid #ffc908;
}

.fullservice .full-action .btn:nth-child(2) {
  color: #fff !important;
  background: #3e3e3e;
  border-top: 3px solid #989898;
  border-bottom: 3px solid #373737;
  border-left: 1px solid #3e3e3e;
  border-right: 1px solid #3e3e3e;
}

.fullservice .full-action .btn:after {
  display: none !important;
}

.fullservice .full-action.type1 {
  margin-bottom: 2.08333vw;
}

@media screen and (min-width: 720px) {
  .fullservice .full-action.type1 {
    margin-bottom: 15px;
  }
}

.fullservice .full-notice {
  color: #c5c5c5;
  font-size: 2.5vw;
}

@media screen and (min-width: 720px) {
  .fullservice .full-notice {
    font-size: 18px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice .full-notice {
    font-size: 16px;
  }
}

.popup-dim {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
}

.popup {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 310;
  display: none;
  width: 90%;
  max-width: 640px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1100px) {
  .popup {
    width: 100%;
    max-width: 800px;
  }
}

.popup.popup-base .popup-body {
  max-height: 18.75rem;
  overflow-y: auto;
  padding: 0.9375rem;
  font-size: 2.77778vw;
  letter-spacing: -1px;
}

@media screen and (min-width: 720px) {
  .popup.popup-base .popup-body {
    max-height: 600px;
  }
}

@media screen and (min-width: 720px) {
  .popup.popup-base .popup-body {
    padding: 30px;
  }
}

@media screen and (min-width: 720px) {
  .popup.popup-base .popup-body {
    font-size: 20px;
  }
}

@media screen and (min-width: 1100px) {
  .popup.popup-base .popup-body {
    font-size: 14px;
  }
}

.popup.popup-base .popup-body div:first-child strong {
  margin-top: 0;
}

.popup.popup-base .popup-body strong {
  display: block;
  margin-top: 0.625rem;
  font-size: 2.77778vw;
}

@media screen and (min-width: 720px) {
  .popup.popup-base .popup-body strong {
    margin-top: 20px;
  }
}

@media screen and (min-width: 720px) {
  .popup.popup-base .popup-body strong {
    font-size: 20px;
  }
}

@media screen and (min-width: 1100px) {
  .popup.popup-base .popup-body strong {
    font-size: 14px;
  }
}

.popup .popup-head {
  padding: 1.25rem 0.3125rem 0.9375rem 0;
  text-align: center;
  line-height: 1.2;
  font-size: 5vw;
  font-weight: 700;
  color: #fff;
  letter-spacing: -2px;
  background-color: #323232;
}

@media screen and (min-width: 720px) {
  .popup .popup-head {
    padding: 40px 10px 30px 0;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-head {
    font-size: 36px;
  }
}

@media screen and (min-width: 1100px) {
  .popup .popup-head {
    padding: 20px;
    font-size: 30px;
  }
}

.popup .popup-head strong {
  display: block;
  color: #fdc200;
  display: inline-block;
}

.popup .popup-body {
  padding: 0.9375rem;
  color: #222;
}

@media screen and (min-width: 720px) {
  .popup .popup-body {
    padding: 30px;
  }
}

.popup .popup-body label {
  cursor: pointer;
}

.popup .popup-body .highlight2 {
  color: #ff0000;
}

.popup .popup-body p {
  margin: 0;
  font-size: 2.77778vw;
  color: #222;
}

@media screen and (min-width: 720px) {
  .popup .popup-body p {
    font-size: 20px;
  }
}

@media screen and (min-width: 1100px) {
  .popup .popup-body p {
    font-size: 14px;
  }
}

.popup .popup-body p.notice {
  position: relative;
  padding-left: 15px;
}

.popup .popup-body p.notice:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

.popup .popup-body p.notice span {
  display: block;
}

.popup .popup-body p.desc {
  margin-top: 0.625rem;
}

@media screen and (min-width: 720px) {
  .popup .popup-body p.desc {
    margin-top: 20px;
  }
}

.popup .popup-body .member-box {
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-size: 2.77778vw;
  border-bottom: 1px dashed #ddd;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .member-box {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-body .member-box {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-body .member-box {
    font-size: 20px;
  }
}

.popup .popup-body .member-box a {
  text-decoration: underline;
}

.popup .popup-body .check-list li {
  width: 50%;
  font-size: 2.77778vw;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .check-list li {
    font-size: 20px;
  }
}

@media screen and (min-width: 1100px) {
  .popup .popup-body .check-list li {
    font-size: 14px;
  }
}

.popup .popup-body .check-list li input {
  margin: 0;
  margin-right: 5px;
}

@media screen and (min-width: 1100px) {
  .popup .popup-body .check-list li input {
    width: 20px;
    height: 20px;
  }
}

.popup .popup-body .check-list li label {
  cursor: pointer;
}

.popup .popup-body .table-wrap {
  margin-top: 0.3125rem;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .table-wrap {
    margin-top: 10px;
  }
}

.popup .popup-body .table-wrap table {
  width: 100%;
  background-color: #ffff;
}

.popup .popup-body .table-wrap th {
  color: #fff;
  background-color: #555;
}

.popup .popup-body .table-wrap th,
.popup .popup-body .table-wrap td {
  padding: 0.3125rem;
  text-align: center;
  font-size: 2.77778vw;
  letter-spacing: -1px;
  word-break: break-all;
  border: 1px solid #bcbcbc;
  border-top: 0;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .table-wrap th,
  .popup .popup-body .table-wrap td {
    padding: 10px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-body .table-wrap th,
  .popup .popup-body .table-wrap td {
    font-size: 20px;
  }
}

.popup .popup-body .table-wrap th:first-child,
.popup .popup-body .table-wrap td:first-child {
  border-left: 0;
}

@media screen and (min-width: 1100px) {
  .popup .popup-body .table-wrap th,
  .popup .popup-body .table-wrap td {
    font-size: 16px;
  }
}

.popup .popup-body .table-wrap td {
  color: #000;
}

.popup .popup-body .table-wrap td.highlight {
  font-size: 3.33333vw;
  font-weight: 700;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .table-wrap td.highlight {
    font-size: 24px;
  }
}

@media screen and (min-width: 1100px) {
  .popup .popup-body .table-wrap td.highlight {
    font-size: 22px !important;
  }
}

.popup .popup-body .table-wrap td.highlight.pass {
  color: #004eff !important;
}

.popup .popup-body .table-wrap td.highlight.fail {
  color: #ff0000 !important;
}

.popup .popup-body .agree-list {
  margin-top: 0.3125rem;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .agree-list {
    margin-top: 10px;
  }
}

.popup .popup-body .agree-list li {
  display: inline-block;
  margin-left: 0.625rem;
  font-size: 2.77778vw;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .agree-list li {
    margin-left: 20px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-body .agree-list li {
    font-size: 20px;
  }
}

@media screen and (min-width: 1100px) {
  .popup .popup-body .agree-list li {
    font-size: 14px;
  }
}

.popup .popup-body .agree-list li:first-child {
  margin-left: 0;
}

.popup .popup-body .agree-list li input {
  margin: 0;
  margin-right: 5px;
}

.popup .popup-body .agree-list li label {
  cursor: pointer;
}

.popup .popup-body .info-box .table-wrap th, .popup .popup-body .info-box .table-wrap td {
  text-align: left;
  font-size: 2.5vw;
  color: #000;
  border: none;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .info-box .table-wrap th, .popup .popup-body .info-box .table-wrap td {
    font-size: 18px;
  }
}

.popup .popup-body .info-box .table-wrap th .text, .popup .popup-body .info-box .table-wrap td .text {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 0.3125rem;
  font-size: 2.5vw;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .info-box .table-wrap th .text, .popup .popup-body .info-box .table-wrap td .text {
    padding: 0 10px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-body .info-box .table-wrap th .text, .popup .popup-body .info-box .table-wrap td .text {
    font-size: 18px;
  }
}

.popup .popup-body .info-box .table-wrap th .text[readonly], .popup .popup-body .info-box .table-wrap td .text[readonly] {
  background-color: #f2f2f2;
}

.popup .popup-body .info-box .table-wrap th {
  font-weight: 400;
  background: none;
}

.popup .popup-body .answer-title {
  font-size: 3.61111vw;
  font-weight: 700;
  color: #000;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .answer-title {
    font-size: 26px;
  }
}

.popup .popup-body .answer-table {
  margin-top: 0.625rem;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .answer-table {
    margin-top: 20px;
  }
}

.popup .popup-body .answer-table + .answer-title {
  margin-top: 0.625rem;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .answer-table + .answer-title {
    margin-top: 20px;
  }
}

.popup .popup-body .answer-table table {
  width: 100%;
  table-layout: fixed;
  border-left: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}

.popup .popup-body .answer-table th,
.popup .popup-body .answer-table td {
  padding: 0.3125rem 0;
  text-align: center;
  font-size: 2.77778vw;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .answer-table th,
  .popup .popup-body .answer-table td {
    padding: 10px 0;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-body .answer-table th,
  .popup .popup-body .answer-table td {
    font-size: 20px;
  }
}

@media screen and (min-width: 1100px) {
  .popup .popup-body .answer-table th,
  .popup .popup-body .answer-table td {
    font-size: 14px;
  }
}

.popup .popup-body .answer-table th {
  font-weight: 400;
}

.popup .popup-body .answer-table td {
  font-weight: 700;
}

.popup .popup-body .answer-table thead th {
  background-color: #e0e0e0;
}

.popup .popup-body .popup-main-banner {
  position: relative;
}

.popup .popup-body .popup-main-banner img {
  width: 100%;
}

.popup .popup-body .popup-main-banner strong {
  font-weight: 900;
  font-size: 4.86111vw;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 4.44444vw;
  letter-spacing: -2px;
  text-align: center;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .popup-main-banner strong {
    font-size: 35px;
  }
}

.popup .popup-body .popup-main-banner strong .red {
  color: #d32121;
  font-weight: 900;
  font-size: 4.44444vw;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .popup-main-banner strong .red {
    font-size: 32px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-body .popup-main-banner strong {
    top: 32px;
  }
}

@media screen and (min-width: 1100px) {
  .popup .popup-body .popup-main-banner strong {
    top: 50px;
    display: inline-block;
    font-size: 37px;
  }
}

.popup .popup-body .popup-main-banner strong.fail {
  font-size: 4.44444vw;
  top: 11.11111vw;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .popup-main-banner strong.fail {
    font-size: 32px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-body .popup-main-banner strong.fail {
    top: 80px;
  }
}

.popup .popup-body .popup-main-banner strong.fail .red {
  font-size: 4.44444vw;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .popup-main-banner strong.fail .red {
    font-size: 32px;
  }
}

@media screen and (min-width: 1100px) {
  .popup .popup-body .popup-main-banner strong.fail {
    top: 100px;
  }
}

.popup .popup-body .popup-main-banner .product {
  position: absolute;
  right: 6.94444vw;
  bottom: 5.55556vw;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .popup-main-banner .product {
    right: 50px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-body .popup-main-banner .product {
    bottom: 40px;
  }
}

@media screen and (min-width: 1100px) {
  .popup .popup-body .popup-main-banner .product {
    right: 83px;
    bottom: 69px;
  }
}

.popup .popup-body .popup-main-banner .product ul li {
  color: #796728;
  font-size: 1.94444vw;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .popup-main-banner .product ul li {
    font-size: 14px;
  }
}

.popup .popup-body .popup-main-banner .notice {
  text-align: center;
  color: #796728;
  font-size: 2.22222vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.69444vw;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .popup-main-banner .notice {
    font-size: 16px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-body .popup-main-banner .notice {
    bottom: 5px;
  }
}

@media screen and (min-width: 1100px) {
  .popup .popup-body .popup-main-banner .notice {
    bottom: 20px;
  }
}

.popup .popup-body .popup-main-banner .link {
  position: absolute;
  font-size: 0;
  left: 6.94444vw;
  top: 26.25vw;
  width: 34.02778vw;
  height: 12.5vw;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .popup-main-banner .link {
    left: 50px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-body .popup-main-banner .link {
    top: 189px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-body .popup-main-banner .link {
    width: 245px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-body .popup-main-banner .link {
    height: 90px;
  }
}

@media screen and (min-width: 1100px) {
  .popup .popup-body .popup-main-banner .link {
    left: 58px;
    top: 218px;
    width: 304px;
    height: 128px;
  }
}

.popup .popup-body .personal-box {
  margin-top: 0.625rem;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .personal-box {
    margin-top: 20px;
  }
}

.popup .popup-body .personal-box .title {
  font-size: 3.33333vw;
  font-weight: 600;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .personal-box .title {
    font-size: 24px;
  }
}

.popup .popup-body .personal-box .title span {
  color: #ff3434;
}

@media screen and (min-width: 1100px) {
  .popup .popup-body .personal-box .title {
    font-size: 18px;
  }
}

.popup .popup-body .personal-box .title.top {
  font-size: 3.05556vw;
  text-align: center;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .personal-box .title.top {
    font-size: 22px;
  }
}

@media screen and (min-width: 1100px) {
  .popup .popup-body .personal-box .title.top {
    font-size: 16px;
  }
}

.popup .popup-body .personal-box .agree-box {
  font-size: 2.77778vw;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .personal-box .agree-box {
    font-size: 20px;
  }
}

.popup .popup-body .personal-box .agree-box .table-wrap table th {
  background-color: #676767;
  color: #fff;
  font-weight: 400;
  border: 1px solid #bcbcbc;
  border: 0;
}

@media screen and (min-width: 1100px) {
  .popup .popup-body .personal-box .agree-box .table-wrap table th {
    font-size: 18px;
  }
}

.popup .popup-body .personal-box .agree-box .table-wrap table td {
  border: 0;
  background-color: #fff;
  border: 1px solid #bcbcbc;
}

@media screen and (min-width: 1100px) {
  .popup .popup-body .personal-box .agree-box .table-wrap table td {
    font-size: 16px;
  }
}

.popup .popup-body .personal-box .agree-box label {
  font-size: 2.77778vw;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .personal-box .agree-box label {
    font-size: 20px;
  }
}

@media screen and (min-width: 1100px) {
  .popup .popup-body .personal-box .agree-box label {
    font-size: 16px;
  }
}

.popup .popup-body .personal-box .agree-box.type2 {
  background: #ededed;
}

@media screen and (min-width: 1100px) {
  .popup .popup-body .personal-box .agree-box.type2 {
    padding: 1px 15px 15px;
    margin-top: 10px;
  }
}

.popup .popup-body .personal-box.top {
  margin-top: 0;
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .personal-box.top {
    margin-bottom: 20px;
  }
}

.popup .popup-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  top: 1.38889vw;
  right: 1.38889vw;
  z-index: 1;
  opacity: 0.5;
}

@media screen and (min-width: 720px) {
  .popup .popup-close {
    width: 40px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-close {
    height: 40px;
  }
}

.popup .popup-close:before, .popup .popup-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 2px;
  margin-left: -10px;
  background-color: #fff;
}

.popup .popup-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup .popup-close:after {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.popup .popup-close span {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}

@media screen and (min-width: 720px) {
  .popup .popup-close {
    top: 10px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-close {
    right: 10px;
  }
}

@media screen and (min-width: 1100px) {
  .popup .popup-close {
    top: 12px;
    right: 10px;
  }
}

.popup .popup-action {
  margin-top: 0.9375rem;
  text-align: center;
  font-size: 0;
}

@media screen and (min-width: 720px) {
  .popup .popup-action {
    margin-top: 30px;
  }
}

.popup .popup-action a {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  padding: 0.625rem 1.25rem;
  border-radius: 1.5625rem;
}

@media screen and (min-width: 720px) {
  .popup .popup-action a {
    padding: 20px 40px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-action a {
    border-radius: 50px;
  }
}

@media screen and (min-width: 1100px) {
  .popup .popup-action a {
    display: inline-block;
    margin: 0 5px;
    padding: 10px;
    width: 287px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    letter-spacing: -1px;
  }
}

.popup .popup-action a span {
  display: block;
  font-size: 2.77778vw;
  font-weight: 700;
  color: #fff;
}

@media screen and (min-width: 720px) {
  .popup .popup-action a span {
    font-size: 20px;
  }
}

.popup .popup-action a.btn-cancel {
  background-color: #6c6c6c;
  border-left: 1px solid #6c6c6c;
  border-right: 1px solid #6c6c6c;
  border-top: 3px solid #b1b1b1;
  border-bottom: 3px solid #606060;
}

.popup .popup-action a.btn-apply {
  background-color: #ffc908;
  border-left: 1px solid #ffc908;
  border-right: 1px solid #ffc908;
  border-top: 3px solid #ffe27b;
  border-bottom: 3px solid #e3b307;
}

.popup .popup-action a.btn-apply span {
  color: #000 !important;
}

.popup.popup-gs .popup-cont {
  padding: 0;
}

.popup.popup-gs .join-wrap {
  padding-bottom: 1.25rem;
  text-align: center;
  background-image: url("https://img.eduwill.net/eduwill/img/2022/H/fullservice/220110/pc/bg_layer_gs25.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@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.21875rem;
  padding: 0.625rem 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 {
  line-height: 1.5;
  font-size: 2.77778vw;
  color: rgba(0, 0, 0, 0.7);
  padding: 0.9375rem 1.25rem;
  background-color: #fcfcfc;
}

@media screen and (min-width: 720px) {
  .popup.popup-gs .notice-wrap {
    font-size: 20px;
  }
}

@media screen and (min-width: 720px) {
  .popup.popup-gs .notice-wrap {
    padding: 30px 40px;
  }
}

.popup.popup-gs .notice-wrap strong {
  display: block;
  font-size: 2.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;
}

.eco-base-text {
  display: none;
  line-height: 1.5;
  font-size: 2.77778vw;
  font-weight: 400;
  color: #222;
  letter-spacing: -1px;
}

@media screen and (min-width: 720px) {
  .eco-base-text {
    font-size: 20px;
  }
}

@media screen and (min-width: 1100px) {
  .eco-base-text {
    font-size: 14px;
  }
}

.fullservice {
  letter-spacing: -1px;
  overflow: hidden;
}

.fullservice .wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.fullservice .wrapfull {
  width: 100%;
}

.fullservice .content {
  position: relative;
}

.fullservice .notice {
  margin-top: 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  opacity: 0.7;
}

.fullservice .btn {
  position: relative;
  display: inline-block;
  border: 1px solid #bbb;
  padding: 5px 20px 5px 10px;
  color: #999;
  font-size: 14px;
  letter-spacing: -1px;
}

.fullservice .btn:after {
  content: '';
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 0.15625rem;
  height: 0.15625rem;
  margin-top: -0.07812rem;
  border-width: 0;
  border-style: solid;
  border-color: #bbb;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-width: 1px;
  border-right-width: 1px;
  margin-left: 0;
  left: auto;
  right: 7px;
}

@media screen and (min-width: 720px) {
  .fullservice .btn:after {
    width: 5px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .btn:after {
    height: 5px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .btn:after {
    margin-top: -2.5px;
  }
}

.fullservice .btn-link {
  background-color: #ffbf00;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #000;
  width: 530px;
  height: 100px;
  line-height: 100px;
  padding: 0;
  border: none;
  position: relative;
  display: inline-block;
}

.fullservice .btn-link:after {
  content: '';
  position: absolute;
  top: 60%;
  right: 5%;
  z-index: 1;
  display: block;
  width: 1.46875rem;
  height: 1.6875rem;
  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: pointerBounce;
          animation-name: pointerBounce;
  -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 .btn-link:after {
    width: 47px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .btn-link:after {
    height: 54px;
  }
}

@-webkit-keyframes pointerBounce {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}

@keyframes pointerBounce {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}

.fullservice .btn-link:after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 0.46875rem;
  height: 0.46875rem;
  margin-top: -0.23438rem;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-width: 2px;
  border-right-width: 2px;
  margin-left: 0;
  left: auto;
  right: 30px;
}

@media screen and (min-width: 720px) {
  .fullservice .btn-link:after {
    width: 15px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .btn-link:after {
    height: 15px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .btn-link:after {
    margin-top: -7.5px;
  }
}

.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 .pointer {
  position: relative;
  display: inline-block;
}

.fullservice .pointer:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 1.875rem;
  height: 2.0625rem;
  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: pointerBounce;
          animation-name: pointerBounce;
  -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: 60px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .pointer:after {
    height: 66px;
  }
}

@-webkit-keyframes pointerBounce {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}

@keyframes pointerBounce {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}

.fullservice .text-balloon-yellow {
  background: url("https://img.eduwill.net/eduwill/img/2022/H/fullservice/220110/pc/big_text_balloon.png") no-repeat;
  background-size: 100%;
  width: 923px;
  height: 129px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.fullservice .text-balloon-yellow span {
  font-size: 26px;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 62px;
  right: 0;
}

.fullservice .fix-right {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 10;
}

.fullservice .fix-right a {
  display: block;
  margin-top: -41px;
}

.fullservice .fix-right.after a {
  margin-top: 0;
}

.fullservice .sector-top {
  background-color: #20225F;
}

.fullservice .sector-title {
  position: relative;
  background: url("https://img.eduwill.net/eduwill/img/2022/H/fullservice/220110/pc/bg_title.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.fullservice .sector-title .wrap {
  width: 1559px;
  margin: 0 auto;
  position: relative;
}

.fullservice .sector-title .wrap:after {
  content: "";
  width: 329px;
  height: 248px;
  display: inline-block;
  background: url("https://img.eduwill.net/eduwill/img/2022/H/fullservice/220110/pc/title_bg1.png") no-repeat;
  position: absolute;
  bottom: -100px;
  left: 116px;
}

.fullservice .sector-tab.type1 {
  background-color: #ffc927;
  padding: 133px 0;
}

.fullservice .sector-tab .wrap {
  width: 1067px;
}

.fullservice .sector-tab .wrap .tab-list {
  display: table;
  width: 100%;
}

.fullservice .sector-tab .wrap .tab-list li {
  position: relative;
  width: 32.3%;
  float: left;
  height: 110px;
  vertical-align: middle;
  background-color: #d7d7d7;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-size: 36px;
  color: #a8a8a8;
  font-weight: 900;
  cursor: pointer;
  line-height: 1.1;
}

.fullservice .sector-tab .wrap .tab-list li span {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-44%);
          transform: translateY(-44%);
}

.fullservice .sector-tab .wrap .tab-list li small {
  font-size: 26px;
  display: block;
}

.fullservice .sector-tab .wrap .tab-list li:nth-child(2) {
  width: 33.3%;
  margin-left: 10.5px;
}

.fullservice .sector-tab .wrap .tab-list li:last-child {
  float: right;
}

.fullservice .sector-tab .wrap .tab-list li.balloon:before {
  content: "";
  width: 166px;
  height: 66px;
  display: inline-block;
  position: absolute;
  top: -30px;
  -webkit-animation-name: flagBounce;
          animation-name: flagBounce;
  -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 flagBounce {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes flagBounce {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.fullservice .sector-tab .wrap .tab-list li.balloon.tab-1:before {
  background: url("https://img.eduwill.net/eduwill/img/2022/H/fullservice/220110/pc/text_balloon1.png") no-repeat 50% 50%;
}

.fullservice .sector-tab .wrap .tab-list li.balloon.tab-3:before {
  background: url("https://img.eduwill.net/eduwill/img/2022/H/fullservice/220110/pc/text_balloon2.png") no-repeat 50% 50%;
}

.fullservice .sector-tab .wrap .tab-list li.on {
  background-color: #d32121;
  color: #fff;
}

.fullservice .sector-tab .wrap .tab-list li.on:after {
  display: none;
}

.fullservice .sector-tab .wrap .alert {
  position: absolute;
  top: 0;
  left: 33.3%;
  bottom: 0;
  width: 33.3%;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  height: 110px;
  display: table;
  table-layout: fixed;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.fullservice .sector-tab .wrap .alert span {
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.fullservice .sector-tab .wrap .tab-views {
  border: 6px solid #d32121;
  background: #fff;
}

.fullservice .sector-tab .wrap .tab-views .tab-view {
  display: none;
  padding-bottom: 71px;
}

.fullservice .sector-tab .wrap .tab-views .tab-view.on {
  display: block;
}

.fullservice .sector-tab.type2 .tab-list li {
  width: 49.6% !important;
}

.fullservice .sector-tab.type2 .tab-list li:nth-child(2) {
  margin-left: 0;
}

.fullservice .sector-d-day2 {
  background: #FEF6DF;
}

.fullservice .sector-d-day2 .pointer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 262px;
  display: inline-block;
  width: 151px;
  height: 151px;
  margin: 0 auto;
}

.fullservice .sector-d-day .pointer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 320px;
  display: inline-block;
  width: 151px;
  height: 151px;
  margin: 0 auto;
}

.fullservice .sector-best {
  background: url("https://img.eduwill.net/eduwill/img/2022/H/fullservice/220110/pc/bg_best.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.fullservice .sector-best .btn-area {
  position: absolute;
  bottom: 315px;
  text-align: center;
  left: 0;
  right: 0;
}

.only-pc {
  display: block;
}

.only-mobile {
  display: none;
}
/*# sourceMappingURL=web.css.map */