@charset "UTF-8";
.fullservice .full-score .table-box .table-row > div, .fullservice .full-result .full-sub-title, .grid, .popup .popup-body .check-list, .fullservice .full-score .table-box .table-row {
  *zoom: 1;
}
.fullservice .full-score .table-box .table-row > div:before, .fullservice .full-result .full-sub-title:before, .grid:before, .popup .popup-body .check-list:before, .fullservice .full-score .table-box .table-row:before, .fullservice .full-score .table-box .table-row > div:after, .fullservice .full-result .full-sub-title:after, .grid:after, .popup .popup-body .check-list:after, .fullservice .full-score .table-box .table-row:after {
  content: "";
  display: table;
}
.fullservice .full-score .table-box .table-row > div:after, .fullservice .full-result .full-sub-title:after, .grid:after, .popup .popup-body .check-list:after, .fullservice .full-score .table-box .table-row: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, .popup .popup-body .check-list, .fullservice .full-score .table-box .table-row {
  position: relative;
  box-sizing: border-box;
}
.grid .col, .popup .popup-body .check-list .col, .popup .popup-body .check-list li, .fullservice .full-score .table-box .grid .table-row > div, .fullservice .full-score .table-box .popup .popup-body .check-list .table-row > div, .popup .popup-body .fullservice .full-score .table-box .check-list .table-row > div, .fullservice .full-score .table-box .table-row .col, .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, .fullservice .full-score .table-box .table-row > div {
  position: relative;
  float: left;
  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% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(-10px, 0);
  }
}
@keyframes slideUp {
  0% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(-10px, 0);
  }
}
@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(10px);
  }
  50% {
    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 {
  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.1666666667vw;
  padding: 1.3888888889vw;
  margin: 4.8611111111vw 0.2777777778vw;
}
@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.5555555556vw;
  margin: 0 6.9444444444vw;
  text-align: left;
  position: relative;
  padding-left: 3.4722222222vw;
  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.6944444444vw;
  height: 4.1666666667vw;
  display: inline-block;
  background: #ffc908;
  position: absolute;
  top: 0.5555555556vw;
  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 a {
  width: 15.2777777778vw;
  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.3333333333vw;
  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.8611111111%;
  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.8611111111%;
}
@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.8888888889vw;
  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.8888888889vw;
  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.3333333333vw;
  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.2222222222vw;
}
@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.8611111111%;
  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.1666666667vw;
  padding: 1.3888888889vw;
  margin: 4.8611111111vw 0.2777777778vw;
}
@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.0833333333vw;
}
@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,
.dimmed {
  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;
  transform: translateX(-50%);
  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.7777777778vw;
  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.7777777778vw;
}
@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-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.4516129032%;
  text-align: center;
  font-size: 0;
}
.popup.popup-gs .join-wrap .action a {
  display: inline-block;
  width: 45%;
  margin-left: 0.21875rem;
  padding: 0.625rem 0;
  font-size: 4.1666666667vw;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  .popup.popup-gs .join-wrap .action a {
    margin-left: 7px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-gs .join-wrap .action a {
    padding: 20px 0;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-gs .join-wrap .action a {
    font-size: 30px;
  }
}
.popup.popup-gs .join-wrap .action a:first-child {
  margin-left: 0;
}
.popup.popup-gs .join-wrap .action a.btn-join {
  color: #0e335d;
  background-color: #89fbff;
}
.popup.popup-gs .join-wrap .action a.btn-close {
  color: #fff;
  background-color: #032a51;
}
.popup.popup-gs .notice-wrap {
  line-height: 1.5;
  font-size: 2.7777777778vw;
  color: rgba(0, 0, 0, 0.7);
  padding: 0.9375rem 1.25rem;
  background-color: #fcfcfc;
}
@media screen and (min-width: 720px) {
  .popup.popup-gs .notice-wrap {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-gs .notice-wrap {
    padding: 30px 40px;
  }
}
.popup.popup-gs .notice-wrap strong {
  display: block;
  font-size: 2.7777777778vw;
  color: #032a51;
}
@media screen and (min-width: 720px) {
  .popup.popup-gs .notice-wrap strong {
    font-size: 20px;
  }
}
.popup.popup-gs .popup-close {
  top: 0;
  right: 0;
}
.popup.popup-open .popup-close {
  right: 0;
  top: 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.1944444444vw;
  }
}
@media screen and (max-width: 720px) and (min-width: 720px) {
  .popup.popup-open .popup-cont .text-box {
    font-size: 23px;
  }
}
.popup.popup-open .popup-cont .text-box a {
  display: inline-block;
  background-color: #ffd500;
  margin-left: 8px;
  display: inline-block;
  color: #000;
  padding: 0 5px;
}
.popup .popup-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.7777777778vw;
  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.7777777778vw;
  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.7777777778vw;
}
@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: white;
}
.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.7777777778vw;
  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.3333333333vw;
  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.7777777778vw;
}
@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;
  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.6111111111vw;
  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.7777777778vw;
  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.8611111111vw;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 4.4444444444vw;
  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.4444444444vw;
}
@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.4444444444vw;
  top: 11.1111111111vw;
}
@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.4444444444vw;
}
@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.9444444444vw;
  bottom: 5.5555555556vw;
}
@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.9444444444vw;
}
@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.2222222222vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.6944444444vw;
}
@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.9444444444vw;
  top: 26.25vw;
  width: 34.0277777778vw;
  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.3333333333vw;
  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.0555555556vw;
  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.7777777778vw;
}
@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.7777777778vw;
}
@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.3888888889vw;
  right: 1.3888888889vw;
  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 {
  transform: rotate(45deg);
}
.popup .popup-close:after {
  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;
    box-sizing: border-box;
    letter-spacing: -1px;
  }
}
.popup .popup-action a span {
  display: block;
  font-size: 2.7777777778vw;
  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-title {
  padding: 20px 0;
  font-weight: 400;
  font-size: 2.7777777778vw;
  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: 20px;
  }
}
.popup .popup-title strong {
  letter-spacing: -2px;
  font-size: 4.1666666667vw;
  font-weight: 900;
}
@media screen and (min-width: 720px) {
  .popup .popup-title strong {
    font-size: 30px;
  }
}
@media screen and (max-width: 720px) {
  .popup .popup-title {
    letter-spacing: 0;
    padding: 20px 0 20px;
  }
  .popup .popup-title strong {
    letter-spacing: 0;
  }
}
.popup .popup-cont {
  padding: 5% 3%;
}
.popup .popup-cont .label {
  position: relative;
  color: #000;
  font-size: 3.3333333333vw;
  font-weight: 500;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  margin-bottom: 10px;
  letter-spacing: -1px;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .label {
    font-size: 24px;
  }
}
.popup .popup-cont .label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background-color: #000;
}
.popup .popup-cont .label .highlight {
  color: #fe0000;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .label {
    font-size: 14px;
  }
}
.popup .popup-cont .notice {
  position: relative;
  color: #000;
  font-size: 3.3333333333vw;
  font-weight: 500;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  margin-bottom: 10px;
  letter-spacing: -1px;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .notice {
    font-size: 24px;
  }
}
.popup .popup-cont .notice .highlight {
  color: #fe0000;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .notice {
    font-size: 14px;
  }
}
.popup .popup-cont .member_modify a {
  display: inline-block;
  border-bottom: 1px solid #878787;
  color: #878787;
  font-weight: bold;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .member_modify a {
    font-size: 18px;
  }
}
.popup .popup-cont .input-box {
  margin: 0 auto;
}
.popup .popup-cont .input-box dl {
  margin-top: 10px;
}
.popup .popup-cont .input-box dl:after {
  content: "";
  display: block;
  clear: both;
}
.popup .popup-cont .input-box dl dt {
  width: 20%;
  height: auto;
  float: left;
  text-align: left;
  padding-left: 10px;
  padding-top: 10px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.popup .popup-cont .input-box dl dt:after {
  margin-top: 4px;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dt {
    height: 45px;
    padding-top: 0;
  }
  .popup .popup-cont .input-box dl dt:after {
    margin-top: 0;
  }
}
.popup .popup-cont .input-box dl dd {
  position: relative;
  float: left;
  width: 80%;
}
.popup .popup-cont .input-box dl dd .ipt {
  width: 100%;
  padding: 0 10px;
  border: 1px solid #dddddd;
  color: #000;
  font-family: "Noto Sans KR";
  font-weight: 300;
  height: 35px;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dd .ipt {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dd .ipt {
    height: 45px;
    font-size: 14px;
  }
}
.popup .popup-cont .input-box dl dd .ipt.disable {
  background-color: #efefef;
  color: #aaa;
}
.popup .popup-cont .input-box dl dd .ipt-s {
  width: 80%;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dd .ipt-s {
    width: 71%;
  }
}
.popup .popup-cont .input-box dl dd .btn {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  height: 35px;
  line-height: 35px;
  width: 60px;
  font-size: 3.1944444444vw;
  background-color: #666;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dd .btn {
    font-size: 23px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dd .btn {
    width: 120px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
}
.popup .popup-cont .input-box dl dd .btn:hover {
  background-color: #333333;
}
.popup .popup-cont .input-box dl dd .btn.disable {
  background-color: #ccc;
}
.popup .popup-cont .input-box dl.certification {
  display: none;
}
.popup .popup-cont .input-box dl.certification .timer {
  position: absolute;
  right: 32%;
  font-size: 3.3333333333vw;
  top: 10px;
  display: inline-block;
  color: #ff0000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl.certification .timer {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl.certification .timer {
    right: 130px;
    font-size: 14px;
    top: 10px;
  }
}
.popup .popup-cont .tab-box {
  width: 90%;
  margin: 20px auto 0;
}
.popup .popup-cont .tab-box .label {
  padding-left: 10px;
}
.popup .popup-cont .tab-box textarea {
  resize: none;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  line-height: 130%;
  text-align: left;
  border: 1px solid #dddddd;
  color: #686868;
  padding: 10px;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .tab-box textarea {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .tab-box textarea {
    font-size: 13px;
    padding: 15px;
  }
}
.popup .popup-cont .check-box {
  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 {
  background: #eee;
  padding: 10px;
}
.popup .popup-cont .check-box .table-box .text {
  line-height: 1.5;
  color: #585858;
  margin-bottom: 3%;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .table-box .text {
    font-size: 22px;
  }
}
.popup .popup-cont .check-box .table-box .text strong {
  font-size: 3.6111111111vw;
  color: #000;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .table-box .text strong {
    font-size: 26px;
  }
}
@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 .text strong {
    font-size: 16px;
  }
}
.popup .popup-cont .check-box .agree-check {
  margin: 10px 0 7% 0;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .agree-check {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .agree-check {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.popup .popup-cont .check-box .agree-check input {
  vertical-align: middle;
  margin-right: 3px;
  width: 15px;
  height: 15px;
}
.popup .popup-cont .check-box .agree-check label {
  cursor: pointer;
}
.popup .popup-cont .check-box .agree-check span {
  display: block;
  padding-left: 1.1875rem;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .agree-check span {
    padding-left: 38px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .agree-check span {
    display: inline-block;
    padding-left: 0;
  }
}
.popup .popup-cont .survey-list + .check-box {
  width: auto;
}
.popup .popup-cont .survey-list .survey {
  margin-top: 0.625rem;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list .survey {
    margin-top: 20px;
  }
}
.popup .popup-cont .survey-list .survey:first-child {
  margin-top: 0;
}
.popup .popup-cont .survey-list p {
  margin: 0;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p {
    font-size: 14px;
  }
}
.popup .popup-cont .survey-list p.title {
  line-height: 1.5;
  font-weight: 500;
  color: #000;
}
.popup .popup-cont .survey-list p.title span {
  color: #ff0000;
}
.popup .popup-cont .survey-list p.desc {
  margin-top: 0.3125rem;
  color: #000;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p.desc {
    margin-top: 10px;
  }
}
.popup .popup-cont .survey-list p.desc select {
  width: 100%;
  height: 30px;
  font-size: 2.7777777778vw;
  color: #000;
  border-color: #d2d2d2;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p.desc select {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p.desc select {
    height: 40px;
    font-size: 14px;
  }
}
.popup .popup-cont .survey-list p.desc input[type=checkbox] {
  width: 0.625rem;
  height: 0.625rem;
  vertical-align: top;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p.desc input[type=checkbox] {
    width: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p.desc input[type=checkbox] {
    height: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p.desc input[type=checkbox] {
    width: 14px;
    height: 14px;
  }
}
.popup .popup-cont .survey-list p.desc label {
  display: inline-block;
  width: 48%;
  margin-top: 5px;
  cursor: pointer;
}
.popup .popup-cont .survey-list p.desc textarea {
  width: 100%;
  border-color: #d2d2d2;
  height: 4.6875rem;
  resize: none;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p.desc textarea {
    height: 150px;
  }
}
.popup .popup-cont p {
  margin: 0;
  font-size: 2.7777777778vw;
  color: #222;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .popup .popup-cont p {
    font-size: 14px;
  }
}
.popup .popup-cont p.notice {
  position: relative;
  padding-left: 15px;
}
.popup .popup-cont p.notice:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.popup .popup-cont p.notice span {
  display: block;
}
.popup .popup-cont p.desc {
  margin-top: 0.625rem;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont p.desc {
    margin-top: 20px;
  }
}
.popup .popup-cont table {
  width: 100%;
  background-color: white;
}
.popup .popup-cont th {
  color: #fff;
  background-color: #555;
}
.popup .popup-cont th,
.popup .popup-cont td {
  padding: 0.3125rem;
  text-align: center;
  font-size: 2.7777777778vw;
  letter-spacing: -1px;
  word-break: keep-all;
  border: 1px solid #bcbcbc;
  border-top: 0;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont th,
.popup .popup-cont td {
    padding: 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont th,
.popup .popup-cont td {
    font-size: 20px;
  }
}
.popup .popup-cont th:first-child,
.popup .popup-cont td:first-child {
  border-left: 0;
}
@media screen and (min-width: 1100px) {
  .popup .popup-cont th,
.popup .popup-cont td {
    font-size: 16px;
  }
}
.popup .popup-cont td {
  color: #000;
}
.popup .popup-cont td.highlight {
  font-size: 3.3333333333vw;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont td.highlight {
    font-size: 24px;
  }
}
@media screen and (min-width: 1100px) {
  .popup .popup-cont td.highlight {
    font-size: 22px !important;
  }
}
.popup .popup-cont td.highlight.pass {
  color: #004eff !important;
}
.popup .popup-cont td.highlight.fail {
  color: #ff0000 !important;
}
.popup .popup-cont td strong {
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont td strong {
    font-size: 22px;
  }
}
.popup .popup-btn {
  margin-bottom: 10%;
  text-align: center;
}
.popup .popup-btn a {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  width: 180px;
  height: 52px;
  text-align: center;
  transition: all 0.9s, color 0.3;
  border-radius: 5px;
  box-shadow: inset 3px 3px 2px 0px rgba(255, 255, 255, 0.18);
  background: rgb(255, 213, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(255, 213, 0)), color-stop(89%, rgb(255, 213, 0)), color-stop(96%, rgb(233, 194, 0)), color-stop(100%, rgb(233, 194, 0)));
  background: linear-gradient(to bottom, rgb(255, 213, 0) 0%, rgb(255, 213, 0) 89%, rgb(233, 194, 0) 96%, rgb(233, 194, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffd500", endColorstr="#e9c200", GradientType=0 );
}
.popup .popup-btn a span {
  line-height: 52px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  letter-spacing: -2px;
}
@media screen and (max-width: 720px) {
  .popup .popup-btn a {
    width: 40%;
    height: 42px;
  }
  .popup .popup-btn a span {
    line-height: 42px;
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 720px) and (min-width: 720px) {
  .popup .popup-btn a span {
    font-size: 27px;
  }
}
.popup .popup-btn a:hover {
  background: #db3725;
}
.popup .popup-btn a:hover span {
  color: #fff;
}
.popup .popup-btn a.btn-cancle {
  margin-left: 5px;
  background: #434343;
}
.popup .popup-btn a.btn-cancle span {
  color: #bebebe;
}
.popup .popup-btn a.btn-cancle:after, .popup .popup-btn a.btn-cancle:before {
  display: none;
}

.eco-base-text {
  display: none;
  line-height: 1.5;
  font-size: 2.7777777778vw;
  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.078125rem;
  border-width: 0;
  border-style: solid;
  border-color: #bbb;
  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% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
@keyframes pointerBounce {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.fullservice .btn-link:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.46875rem;
  height: 0.46875rem;
  margin-top: -0.234375rem;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  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% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
@keyframes pointerBounce {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    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-top .wrap {
  width: 1753px;
}
.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%;
  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% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
@keyframes flagBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    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: #ff6634;
  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 #ff6634;
  background: #fff;
}
.fullservice .sector-tab .wrap .tab-views .tab-view {
  display: none;
  padding-bottom: 71px;
  overflow: hidden;
}
.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-d-day.after .title {
  display: block;
  font-size: 60px;
  font-family: "EduwillPassBold";
  text-align: left;
  padding: 20px 70px;
  line-height: 1.2;
}
.fullservice .sector-d-day.after .title .br {
  display: block;
}
.fullservice .sector-d-day.after .title .red {
  color: #d32121;
}
.fullservice .sector-d-day.after .flag {
  display: inline-block;
  width: 179px;
  height: 179px;
  border-radius: 50%;
  text-align: center;
  padding: 25px 10px 10px;
  box-sizing: border-box;
  box-shadow: -1px 5px 12px 10px rgba(0, 0, 0, 0.07);
  position: absolute;
  right: 100px;
  z-index: 999;
  top: 158px;
  background: #fff;
}
.fullservice .sector-d-day.after .flag span {
  font-size: 27px;
  display: block;
  line-height: 1.5;
  font-weight: 300;
}
.fullservice .sector-d-day.after .flag p {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 300;
}
.fullservice .sector-d-day.after .flag b {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.1;
}
.fullservice .sector-d-day.after .pointer {
  bottom: 232px !important;
}
.fullservice .sector-d-day.after .ment {
  font-size: 30px;
  font-weight: 600;
  position: relative;
  top: -20px;
}
.fullservice .sector-d-day.after .fondement {
  color: #c5c5c5;
  text-align: center;
}
.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;
}

.tab-link a {
  position: absolute;
  font-size: 0;
  height: 26px;
}
.tab-link a.link1 {
  left: 277px;
  top: 945px;
  width: 244px;
}
.tab-link a.link2 {
  left: 239px;
  top: 965px;
  width: 117px;
}/*# sourceMappingURL=web.css.map */