@charset "UTF-8";
.grid, .popup .popup-body .check-list, .fullservice.after .full-answer .answer-list, .fullservice.after .full-answer .my-score .score-list, .fullservice.after .full-free .teacher-list, .fullservice.after .full-review .review-list .list, .fullservice .sector-product .product-list, .fullservice.after .full-review .write-list, .fullservice.after .full-notice, .write-list {
  *zoom: 1;
}

.grid:before, .popup .popup-body .check-list:before, .fullservice.after .full-answer .answer-list:before, .fullservice.after .full-answer .my-score .score-list:before, .fullservice.after .full-free .teacher-list:before, .fullservice.after .full-review .review-list .list:before, .fullservice .sector-product .product-list:before, .fullservice.after .full-review .write-list:before, .fullservice.after .full-notice:before, .write-list:before, .grid:after, .popup .popup-body .check-list:after, .fullservice.after .full-answer .answer-list:after, .fullservice.after .full-answer .my-score .score-list:after, .fullservice.after .full-free .teacher-list:after, .fullservice.after .full-review .review-list .list:after, .fullservice .sector-product .product-list:after, .fullservice.after .full-review .write-list:after, .fullservice.after .full-notice:after, .write-list:after {
  content: '';
  display: table;
}

.grid:after, .popup .popup-body .check-list:after, .fullservice.after .full-answer .answer-list:after, .fullservice.after .full-answer .my-score .score-list:after, .fullservice.after .full-free .teacher-list:after, .fullservice.after .full-review .review-list .list:after, .fullservice .sector-product .product-list:after, .fullservice.after .full-review .write-list:after, .fullservice.after .full-notice:after, .write-list:after {
  clear: both;
}

.hidden,
.sr_only,
.sr-only,
.fullservice.after .full-review .pagination a.control span {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}

.grid, .popup .popup-body .check-list, .fullservice.after .full-answer .answer-list, .fullservice.after .full-answer .my-score .score-list, .fullservice.after .full-free .teacher-list, .fullservice.after .full-review .review-list .list {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.grid .col, .popup .popup-body .check-list .col, .fullservice.after .full-answer .answer-list .col, .fullservice.after .full-answer .my-score .score-list .col, .fullservice.after .full-free .teacher-list .col, .fullservice.after .full-review .review-list .list .col, .popup .popup-body .check-list li, .fullservice.after .full-answer .answer-list .popup .popup-body .check-list li, .popup .popup-body .check-list .fullservice.after .full-answer .answer-list li, .fullservice.after .full-answer .my-score .score-list .popup .popup-body .check-list li, .popup .popup-body .check-list .fullservice.after .full-answer .my-score .score-list li, .fullservice.after .full-free .teacher-list .popup .popup-body .check-list li, .popup .popup-body .check-list .fullservice.after .full-free .teacher-list li, .fullservice.after .full-review .review-list .list .popup .popup-body .check-list li, .popup .popup-body .check-list .fullservice.after .full-review .review-list .list li, .fullservice.after .full-answer .answer-list .item, .fullservice.after .full-answer .my-score .score-list .item, .fullservice.after .full-free .teacher-list .teacher, .fullservice.after .full-review .review-list .grid .list > div, .fullservice.after .full-review .review-list .popup .popup-body .check-list .list > div, .fullservice.after .full-review .review-list .full-answer .answer-list .list > div, .fullservice.after .full-review .review-list .full-answer .my-score .score-list .list > div, .fullservice.after .full-review .review-list .full-free .teacher-list .list > div, .fullservice.after .full-review .review-list .list > div {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.table, .fullservice.after .full-answer .my-score .score-list .item {
  display: table;
}

.table .table-cell, .fullservice.after .full-answer .my-score .score-list .item .table-cell, .table .fullservice.after .full-answer .my-score .score-list label, .fullservice.after .full-answer .my-score .score-list .table label, .fullservice.after .full-answer .my-score .score-list .item label, .table .fullservice.after .full-answer .my-score .score-list input, .fullservice.after .full-answer .my-score .score-list .table input, .fullservice.after .full-answer .my-score .score-list .item input {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fullservice .container {
  position: relative;
}

.fullservice .item {
  position: relative;
}

.fullservice .wing {
  position: fixed;
  top: 300px;
  right: 50px;
  z-index: 10;
}

.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 {
  width: 0.625rem;
  height: 0.625rem;
  text-indent: -9999em;
  border: none;
  border-radius: 50%;
  background-color: #cfcfcf;
  outline: none;
  cursor: pointer;
}

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

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

.fullservice .slick-dots li.slick-active button {
  width: 1.875rem;
  border-radius: 0.46875rem;
  background-color: #ffc20e;
}

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

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

.fullservice .slick-arrow {
  margin-top: -39px !important;
}

.fullservice .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  left: 30px;
}

@media screen and (min-width: 720px) {
  .fullservice .slick-arrow.slick-prev {
    width: 80px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .slick-arrow.slick-prev {
    height: 80px;
  }
}

.fullservice .slick-arrow.slick-prev:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  border-bottom-width: 2px;
  border-left-width: 2px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}

@media screen and (min-width: 720px) {
  .fullservice .slick-arrow.slick-prev:before {
    width: 20px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .slick-arrow.slick-prev:before {
    height: 20px;
  }
}

.fullservice .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  right: 30px;
}

@media screen and (min-width: 720px) {
  .fullservice .slick-arrow.slick-next {
    width: 80px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .slick-arrow.slick-next {
    height: 80px;
  }
}

.fullservice .slick-arrow.slick-next:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  border-top-width: 2px;
  border-right-width: 2px;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}

@media screen and (min-width: 720px) {
  .fullservice .slick-arrow.slick-next:before {
    width: 20px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .slick-arrow.slick-next:before {
    height: 20px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice .slick-arrow {
    background: #000 !important;
  }
  .fullservice .slick-arrow.slick-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    margin: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    text-indent: -9999px;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    left: 30px;
  }
}

@media screen and (min-width: 1100px) and (min-width: 720px) {
  .fullservice .slick-arrow.slick-prev {
    width: 40px;
  }
}

@media screen and (min-width: 1100px) and (min-width: 720px) {
  .fullservice .slick-arrow.slick-prev {
    height: 40px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice .slick-arrow.slick-prev:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0.3125rem;
    height: 0.3125rem;
    border-width: 0;
    border-style: solid;
    border-color: #fff;
    border-bottom-width: 2px;
    border-left-width: 2px;
    -webkit-transform: translate(-25%, -50%) rotate(45deg);
    transform: translate(-25%, -50%) rotate(45deg);
  }
}

@media screen and (min-width: 1100px) and (min-width: 720px) {
  .fullservice .slick-arrow.slick-prev:before {
    width: 10px;
  }
}

@media screen and (min-width: 1100px) and (min-width: 720px) {
  .fullservice .slick-arrow.slick-prev:before {
    height: 10px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice .slick-arrow.slick-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    margin: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    text-indent: -9999px;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    right: 30px;
  }
}

@media screen and (min-width: 1100px) and (min-width: 720px) {
  .fullservice .slick-arrow.slick-next {
    width: 40px;
  }
}

@media screen and (min-width: 1100px) and (min-width: 720px) {
  .fullservice .slick-arrow.slick-next {
    height: 40px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice .slick-arrow.slick-next:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0.3125rem;
    height: 0.3125rem;
    border-width: 0;
    border-style: solid;
    border-color: #fff;
    border-top-width: 2px;
    border-right-width: 2px;
    -webkit-transform: translate(-75%, -50%) rotate(45deg);
    transform: translate(-75%, -50%) rotate(45deg);
  }
}

@media screen and (min-width: 1100px) and (min-width: 720px) {
  .fullservice .slick-arrow.slick-next:before {
    width: 10px;
  }
}

@media screen and (min-width: 1100px) and (min-width: 720px) {
  .fullservice .slick-arrow.slick-next:before {
    height: 10px;
  }
}

.fullservice .full-floating-banner {
  position: fixed;
  z-index: 99;
}

.fullservice .full-floating-banner a {
  display: inline-block;
  margin-bottom: 1.38889vw;
}

@media screen and (min-width: 720px) {
  .fullservice .full-floating-banner a {
    margin-bottom: 10px;
  }
}

.fullservice .full-fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
}

@media screen and (min-width: 1100px) {
  .fullservice .full-fixed {
    bottom: 0;
  }
}

.fullservice .full-fixed.pointer:after {
  right: 40px;
}

@media screen and (min-width: 1100px) {
  .fullservice .full-fixed.pointer:after {
    right: 50%;
    margin-right: -274px;
  }
}

.fullservice .full-fixed a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media screen and (min-width: 1100px) {
  .fullservice .full-fixed a {
    float: auto;
    display: block;
    width: 100%;
    height: auto;
  }
}

.fullservice .full-fixed a:first-child:after {
  content: '';
  width: 1px;
  height: 8.61111vw;
  background: #6e6d6a;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 4.72222vw;
}

@media screen and (min-width: 720px) {
  .fullservice .full-fixed a:first-child:after {
    height: 62px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-fixed a:first-child:after {
    top: 34px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice .full-fixed a:first-child:after {
    display: none;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice .full-fixed a:after {
    right: 8%;
    position: relative;
    display: inline-block;
  }
  .fullservice .full-fixed a:after:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    display: block;
    width: 15.27778vw;
    height: 14.86111vw;
    background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
    background-size: 100% auto;
    -webkit-animation-name: pointerBounceDiagonal;
            animation-name: pointerBounceDiagonal;
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-direction: normal;
            animation-direction: normal;
  }
}

@media screen and (min-width: 1100px) and (min-width: 720px) {
  .fullservice .full-fixed a:after:after {
    width: 110px;
  }
}

@media screen and (min-width: 1100px) and (min-width: 720px) {
  .fullservice .full-fixed a:after:after {
    height: 107px;
  }
}

@media screen and (min-width: 1100px) {
  @-webkit-keyframes pointerBounceDiagonal {
    0%, 100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(-10px, -10px);
      transform: translate(-10px, -10px);
    }
  }
  @keyframes pointerBounceDiagonal {
    0%, 100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(-10px, -10px);
      transform: translate(-10px, -10px);
    }
  }
}

.fullservice .full-fixed.type2 {
  height: 16.66667vw;
}

@media screen and (min-width: 720px) {
  .fullservice .full-fixed.type2 {
    height: 120px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice .full-fixed.type2 {
    height: auto;
  }
}

.fullservice .full-fixed.type2 a {
  float: left;
  height: 17.36111vw;
  width: 50%;
}

@media screen and (min-width: 720px) {
  .fullservice .full-fixed.type2 a {
    height: 125px;
  }
}

.fullservice .only-pc {
  display: none !important;
}

@media screen and (min-width: 1100px) {
  .fullservice .only-pc {
    display: inline-block !important;
  }
}

.fullservice .only-mobile {
  display: block !important;
}

@media screen and (min-width: 1100px) {
  .fullservice .only-mobile {
    display: none !important;
  }
}

.fullservice .full-floating-left {
  display: none;
}

@media screen and (min-width: 1100px) {
  .fullservice .full-floating-left {
    display: block;
    position: fixed;
    left: 50%;
    z-index: 9;
    margin-left: -800px;
    top: 390px;
  }
}

.fullservice .full-board {
  background: #f3f3f3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fff), to(#f3f3f3));
  background: linear-gradient(top, #fff 1%, #f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='e1cbaa', endColorstr='#f3f3f3',GradientType=0 );
  padding: 3.125rem 0;
}

@media screen and (min-width: 720px) {
  .fullservice .full-board {
    padding: 100px 0;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice .full-board .wrap {
    width: 1000px;
  }
}

.fullservice .full-board .title {
  margin: 0 4.86111%;
  font-size: 6.25vw;
  font-weight: 700;
}

@media screen and (min-width: 720px) {
  .fullservice .full-board .title {
    font-size: 45px;
  }
}

.fullservice .full-board .notice-board {
  position: relative;
  margin-top: 0.9375rem;
  text-align: left;
}

@media screen and (min-width: 720px) {
  .fullservice .full-board .notice-board {
    margin-top: 30px;
  }
}

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

.fullservice .full-board .notice-board:before {
  top: 0;
}

.fullservice .sector-wing {
  position: fixed;
  top: 30%;
  right: 0;
  bottom: auto;
  width: auto;
  z-index: 999;
}

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

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

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

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

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

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

@media screen and (min-width: 1100px) {
  .pointer {
    position: relative;
    display: inline-block;
  }
  .pointer:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    display: block;
    width: 6.94444vw;
    height: 7.77778vw;
    background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_12.png") no-repeat 0 0;
    background-size: 100% auto;
    -webkit-animation-name: pointerBounceDiagonal;
            animation-name: pointerBounceDiagonal;
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-direction: normal;
            animation-direction: normal;
  }
}

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

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

@media screen and (min-width: 1100px) {
  @-webkit-keyframes pointerBounceDiagonal {
    0%, 100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(-10px, -10px);
      transform: translate(-10px, -10px);
    }
  }
  @keyframes pointerBounceDiagonal {
    0%, 100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(-10px, -10px);
      transform: translate(-10px, -10px);
    }
  }
}

.popup-dim {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
}

.popup {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1000;
  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-base .popup-body .video-box .video-background {
  width: 100% !important;
}

.popup .popup-head {
  padding: 1.25rem 0.3125rem 0.9375rem 0;
  text-align: center;
  line-height: 1.2;
  font-size: 4.16667vw;
  font-weight: 600;
  color: #fff;
  background-color: #000;
}

@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: 30px;
  }
}

@media screen and (min-width: 1100px) {
  .popup .popup-head {
    padding: 20px;
    font-size: 30px;
  }
}

.popup .popup-head strong {
  display: block;
  color: #ffd500;
  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;
    margin-bottom: 10px;
  }
}

.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.625rem;
}

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

.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;
}

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

.popup .popup-body .table-wrap td {
  color: #000;
  border-bottom: 1px solid #ddd;
}

.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: 20px !important;
  }
}

.popup .popup-body .table-wrap + .notice {
  margin-top: 10px;
}

.popup .popup-body .agree-list {
  margin-top: 0.625rem;
}

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

.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 .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: 2.77778vw;
  margin-bottom: 1.38889vw;
  font-weight: 600;
}

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

@media screen and (min-width: 720px) {
  .popup .popup-body .personal-box .title {
    margin-bottom: 10px;
  }
}

.popup .popup-body .personal-box .title span {
  color: #133eba;
}

@media screen and (min-width: 1100px) {
  .popup .popup-body .personal-box .title {
    font-size: 16px;
  }
}

.popup .popup-body .personal-box .agree-box {
  background: #EBEBEB;
  padding: 10px 10px 0;
  margin-bottom: 16px;
  font-size: 2.77778vw;
  padding: 10px;
}

@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: #555;
  color: #fff;
  font-weight: 400;
  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;
  border-bottom: 1px solid #f6f6f6;
  font-size: 2.5vw;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .personal-box .agree-box .table-wrap table td {
    font-size: 18px;
  }
}

.popup .popup-body .personal-box .agree-box .table-wrap table td b {
  font-size: 2.77778vw;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .personal-box .agree-box .table-wrap table td b {
    font-size: 20px;
  }
}

.popup .popup-body .personal-box .agree-box .table-wrap table td:last-child {
  border-right: 0;
}

@media screen and (min-width: 1100px) {
  .popup .popup-body .personal-box .agree-box .table-wrap table td {
    font-size: 16px;
    padding: 20px 0;
  }
  .popup .popup-body .personal-box .agree-box .table-wrap table td b {
    font-size: 18px;
  }
}

.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.type2 th, .popup .popup-body .personal-box.type2 td {
  font-size: 2.5vw;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .personal-box.type2 th, .popup .popup-body .personal-box.type2 td {
    font-size: 18px;
  }
}

.popup .popup-body .personal-box.type2 th label input, .popup .popup-body .personal-box.type2 td label input {
  margin-right: 5px;
}

.popup .popup-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  top: 1.38889vw;
  right: 1.38889vw;
  z-index: 1;
  opacity: 0.5;
}

@media screen and (min-width: 720px) {
  .popup .popup-close {
    width: 50px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-close {
    height: 50px;
  }
}

.popup .popup-close:before, .popup .popup-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25px;
  height: 2px;
  margin-left: -12.5px;
  background-color: #000;
}

.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: 0px;
    right: 20px;
  }
  .popup .popup-close:after, .popup .popup-close:before {
    width: 30px;
    margin-left: -15px;
  }
}

.popup .popup-close.event-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 2.1875rem;
  height: 2.1875rem;
  top: 4.16667vw;
  right: 2.77778vw;
}

@media screen and (min-width: 720px) {
  .popup .popup-close.event-close {
    width: 70px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-close.event-close {
    height: 70px;
  }
}

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

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

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

.popup .popup-close.event-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.event-close {
    top: 30px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-close.event-close {
    right: 20px;
  }
}

@media screen and (min-width: 1100px) {
  .popup .popup-close.event-close {
    top: 0px;
    right: 0px;
  }
  .popup .popup-close.event-close:after, .popup .popup-close.event-close:before {
    width: 30px;
    margin-left: -15px;
  }
}

.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: 0.15625rem;
}

@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: 5px;
  }
}

@media screen and (min-width: 1100px) {
  .popup .popup-action a {
    display: inline-block;
    margin: 0 5px;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.popup .popup-action a span {
  display: inline-block;
  padding: 10px 50px 10px 30px;
  font-size: 3.61111vw;
  font-weight: 700;
  color: #000;
  background: #ffd500;
  border-radius: 40px;
}

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

.popup .popup-action a span:before {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 0.83333vw;
  height: 0.83333vw;
  margin-top: -0.41667vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-width: 3px;
  border-right-width: 3px;
  right: 10%;
}

@media screen and (min-width: 720px) {
  .popup .popup-action a span:before {
    width: 6px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-action a span:before {
    height: 6px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-action a span:before {
    margin-top: -3px;
  }
}

.popup .popup-action a.btn-cancel {
  background-color: #999;
}

.popup .popup-action a.btn-apply {
  background-color: #000;
}

.popup .popup-action.type2 a span {
  background: none;
}

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

.popup.popup-gs .join-wrap {
  padding-bottom: 1.25rem;
  text-align: center;
  background-image: url("//img.eduwill.net/eduwill/img/2022/5/fullservice/220307/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;
  }
}

/*깜짝이벤트*/
div#popupService .pointer {
  position: relative;
  display: inline-block;
}

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

@media screen and (min-width: 720px) {
  div#popupService .pointer:after {
    width: 60px;
  }
}

@media screen and (min-width: 720px) {
  div#popupService .pointer:after {
    height: 66px;
  }
}

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

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

div#popupService .popup-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
}

@media screen and (min-width: 720px) {
  div#popupService .popup-close {
    width: 50px;
  }
}

@media screen and (min-width: 720px) {
  div#popupService .popup-close {
    height: 50px;
  }
}

div#popupService .popup-close:before, div#popupService .popup-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25px;
  height: 2px;
  margin-left: -12.5px;
  background-color: #fff;
}

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

div#popupService .popup-close:after {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

div#popupService .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: 1100px) {
  div#popupService .popup-close:after, div#popupService .popup-close:before {
    width: 30px;
    margin-left: -15px;
  }
}

div#popupService .popup-main-banner img {
  width: 100%;
}

div#popupService .popup-main-banner .write {
  position: absolute;
  left: 0;
  right: 0;
  top: 119.86111vw;
  width: 54.16667vw;
  margin: 0 auto;
}

@media screen and (min-width: 720px) {
  div#popupService .popup-main-banner .write {
    top: 863px;
  }
}

@media screen and (min-width: 720px) {
  div#popupService .popup-main-banner .write {
    width: 390px;
  }
}

@media screen and (min-width: 1100px) {
  div#popupService .popup-main-banner .write {
    top: 318px;
    left: 42px;
    margin: 0;
  }
}

div#popupService .popup-main-banner .write input {
  width: 54.16667vw;
  height: 12.77778vw;
  font-size: 4.16667vw;
  border: 2px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}

@media screen and (min-width: 720px) {
  div#popupService .popup-main-banner .write input {
    width: 390px;
  }
}

@media screen and (min-width: 720px) {
  div#popupService .popup-main-banner .write input {
    height: 92px;
  }
}

@media screen and (min-width: 720px) {
  div#popupService .popup-main-banner .write input {
    font-size: 30px;
  }
}

@media screen and (min-width: 1100px) {
  div#popupService .popup-main-banner .write input {
    width: 342px;
    height: 60px;
    font-size: 24px;
    padding: 0 10px;
    border: 4px solid #000;
  }
}

div#popupService .popup-main-banner .hint {
  position: absolute;
  background: #000;
  left: 0;
  display: inline-block;
  width: 54.72222vw;
  height: 10.83333vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 135.55556vw;
  font-size: 4.16667vw;
  text-align: center;
  font-weight: 600;
  border-radius: 3px;
  line-height: 2.6;
  -webkit-animation-name: flagEvent;
          animation-name: flagEvent;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

@media screen and (min-width: 720px) {
  div#popupService .popup-main-banner .hint {
    top: 976px;
  }
}

@media screen and (min-width: 720px) {
  div#popupService .popup-main-banner .hint {
    font-size: 30px;
  }
}

div#popupService .popup-main-banner .hint:after {
  content: '';
  position: absolute;
  top: 40%;
  display: block;
  width: 1.52778vw;
  height: 1.52778vw;
  border-width: 0;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(-49deg);
  border-bottom-width: 0.55556vw;
  border-right-width: 0.55556vw;
  right: 16.38889vw;
  border-color: #fff;
}

@media screen and (min-width: 720px) {
  div#popupService .popup-main-banner .hint:after {
    width: 11px;
  }
}

@media screen and (min-width: 720px) {
  div#popupService .popup-main-banner .hint:after {
    height: 11px;
  }
}

@media screen and (min-width: 720px) {
  div#popupService .popup-main-banner .hint:after {
    border-bottom-width: 4px;
  }
}

@media screen and (min-width: 720px) {
  div#popupService .popup-main-banner .hint:after {
    border-right-width: 4px;
  }
}

@media screen and (min-width: 1100px) {
  div#popupService .popup-main-banner .hint {
    top: 396px;
    left: 46px;
    margin: 0;
    width: 190px;
    height: 67px;
    font-size: 24px;
    padding: 10px 30px 10px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.8;
    border-radius: 5px;
  }
  div#popupService .popup-main-banner .hint:after {
    top: 37%;
    right: 41px;
  }
}

@-webkit-keyframes flagEvent {
  0%, 100% {
    color: #fff;
    background-color: #000;
  }
  50% {
    color: #fff;
    background-color: #ffbc01;
  }
}

@keyframes flagEvent {
  0%, 100% {
    color: #fff;
    background-color: #000;
  }
  50% {
    color: #fff;
    background-color: #ffbc01;
  }
}

div#popupService .mobile-card {
  position: relative;
  background-color: #f4f4f4;
  text-align: center;
  padding: 6.94444vw 4.16667vw;
}

@media screen and (min-width: 720px) {
  div#popupService .mobile-card {
    padding: 50px 30px;
  }
}

@media screen and (min-width: 1100px) {
  div#popupService .mobile-card {
    padding: 50px 30px 70px 50px;
  }
}

@media screen and (min-width: 1100px) {
  div#popupService .mobile-card > img {
    position: absolute;
    left: 30px;
    top: 47px;
  }
}

@media screen and (min-width: 1100px) {
  div#popupService .mobile-card ul {
    padding-left: 300px;
  }
}

div#popupService .mobile-card ul li {
  text-align: left;
  font-size: 3.05556vw;
  font-weight: 600;
  letter-spacing: -1px;
  color: #222;
  z-index: 99;
}

@media screen and (min-width: 720px) {
  div#popupService .mobile-card ul li {
    font-size: 22px;
  }
}

@media screen and (min-width: 1100px) {
  div#popupService .mobile-card ul li {
    font: size 18px;
  }
}

div#popupService .mobile-card ul dl {
  margin-top: 10px;
}

div#popupService .mobile-card ul dl dt {
  font-size: 3.33333vw;
  padding: 1.38889vw 0;
}

@media screen and (min-width: 720px) {
  div#popupService .mobile-card ul dl dt {
    font-size: 24px;
  }
}

@media screen and (min-width: 720px) {
  div#popupService .mobile-card ul dl dt {
    padding: 10px 0;
  }
}

@media screen and (min-width: 1100px) {
  div#popupService .mobile-card ul dl dt {
    font-size: 18px;
    padding: 10px 0;
  }
}

div#popupService .mobile-card ul dl dd {
  text-align: left;
  font-size: 2.77778vw;
  text-indent: -10px;
  padding-left: 10px;
  word-break: keep-all;
  color: #555;
  line-height: 1.7;
  letter-spacing: -0.13889vw;
}

@media screen and (min-width: 720px) {
  div#popupService .mobile-card ul dl dd {
    font-size: 20px;
  }
}

@media screen and (min-width: 720px) {
  div#popupService .mobile-card ul dl dd {
    letter-spacing: -1px;
  }
}

@media screen and (min-width: 1100px) {
  div#popupService .mobile-card ul dl dd {
    font-size: 14px;
  }
}

.popup-theory .popup-close:before, .popup-theory .popup-close:after {
  background-color: #fff !important;
}

.layer-dimmed {
  z-index: 10000;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  opacity: .8;
  overflow: hidden;
  z-index: 99999;
}

.popup.type2 {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 800px;
  width: 100%;
  letter-spacing: -2px;
  z-index: 40000;
  border-radius: 0.75rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99999;
}

.eduf-layer-wrap, .popup {
  max-width: 800px;
  letter-spacing: -2px;
}

.eduf-layer-wrap *, .popup * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -1px;
}

.eduf-layer-wrap .eduf-layer-close, .popup .eduf-layer-close {
  position: absolute;
  top: 50%;
  right: 3.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.eduf-layer-wrap .popup-header, .popup .popup-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.77778vw 7.22222vw;
  background: #ffbf00;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-header, .popup .popup-header {
    padding: 20px 52px;
  }
}

.eduf-layer-wrap .popup-header h3, .popup .popup-header h3 {
  font-size: 5vw;
  color: #222222;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-header h3, .popup .popup-header h3 {
    font-size: 36px;
  }
}

.eduf-layer-wrap .popup-header > a, .popup .popup-header > a {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
  position: absolute;
  top: 50% !important;
  right: 3.5% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-header > a, .popup .popup-header > a {
    width: 30px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-header > a, .popup .popup-header > a {
    height: 30px;
  }
}

.eduf-layer-wrap .popup-header > a:before, .eduf-layer-wrap .popup-header > a:after, .popup .popup-header > a:before, .popup .popup-header > a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 15px;
  height: 2px;
  margin-left: -7.5px;
  background-color: #000;
}

.eduf-layer-wrap .popup-header > a:before, .popup .popup-header > a:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.eduf-layer-wrap .popup-header > a:after, .popup .popup-header > a:after {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.eduf-layer-wrap .popup-header > a span, .popup .popup-header > a span {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}

.eduf-layer-wrap .popup-body, .popup .popup-body {
  text-align: left;
  padding: 8.33333vw;
  background: #ffffff;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body, .popup .popup-body {
    padding: 60px;
  }
}

@media screen and (max-width: 720px) {
  .eduf-layer-wrap .popup-body, .popup .popup-body {
    padding: 5.55556vw 4.16667vw;
  }
}

@media screen and (max-width: 720px) and (min-width: 720px) {
  .eduf-layer-wrap .popup-body, .popup .popup-body {
    padding: 40px 30px;
  }
}

.eduf-layer-wrap .popup-body.pd, .popup .popup-body.pd {
  padding: 0;
}

.eduf-layer-wrap .popup-body h3, .popup .popup-body h3 {
  font-size: 3.88889vw;
  font-weight: bold;
  color: #222;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body h3, .popup .popup-body h3 {
    font-size: 28px;
  }
}

.eduf-layer-wrap .popup-body .guide span, .popup .popup-body .guide span {
  position: relative;
  display: block;
  font-size: 2.22222vw;
  color: #222222;
  padding-left: 2.22222vw;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .guide span, .popup .popup-body .guide span {
    font-size: 16px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .guide span, .popup .popup-body .guide span {
    padding-left: 16px;
  }
}

.eduf-layer-wrap .popup-body .guide span::before, .popup .popup-body .guide span::before {
  content: "※";
  position: absolute;
  left: 0;
}

.eduf-layer-wrap .popup-body .input-wrap, .popup .popup-body .input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2.77778vw 0;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .input-wrap, .popup .popup-body .input-wrap {
    margin: 20px 0;
  }
}

.eduf-layer-wrap .popup-body .input-wrap input[type="file"], .popup .popup-body .input-wrap input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.eduf-layer-wrap .popup-body .input-wrap label, .popup .popup-body .input-wrap label {
  display: inline-block;
  min-width: 18.05556vw;
  height: 8.33333vw;
  line-height: 8.33333vw;
  font-size: 2.5vw;
  font-weight: 500;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  margin-left: 1.38889vw;
  padding: 0 2.77778vw;
  border: 1px solid #222222;
  border-radius: 0.55556vw;
  background: #222222;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .input-wrap label, .popup .popup-body .input-wrap label {
    min-width: 130px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .input-wrap label, .popup .popup-body .input-wrap label {
    height: 60px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .input-wrap label, .popup .popup-body .input-wrap label {
    line-height: 60px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .input-wrap label, .popup .popup-body .input-wrap label {
    font-size: 18px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .input-wrap label, .popup .popup-body .input-wrap label {
    margin-left: 10px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .input-wrap label, .popup .popup-body .input-wrap label {
    padding: 0 20px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .input-wrap label, .popup .popup-body .input-wrap label {
    border-radius: 4px;
  }
}

.eduf-layer-wrap .popup-body .input-wrap .upload, .popup .popup-body .input-wrap .upload {
  display: inline-block;
  width: 100%;
  height: 8.33333vw;
  padding: 0 2.77778vw;
  font-size: 2.22222vw;
  color: #888888;
  vertical-align: middle;
  border: 1px solid #555;
  border-radius: 4px;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .input-wrap .upload, .popup .popup-body .input-wrap .upload {
    height: 60px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .input-wrap .upload, .popup .popup-body .input-wrap .upload {
    padding: 0 20px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .input-wrap .upload, .popup .popup-body .input-wrap .upload {
    font-size: 16px;
  }
}

.eduf-layer-wrap .popup-body .image-wrap, .popup .popup-body .image-wrap {
  height: 45.13889vw;
  margin: 2.77778vw 0 5.55556vw;
  padding: 2.77778vw;
  background: #f6f6f6;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .image-wrap, .popup .popup-body .image-wrap {
    height: 325px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .image-wrap, .popup .popup-body .image-wrap {
    margin: 20px 0 40px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .image-wrap, .popup .popup-body .image-wrap {
    padding: 20px;
  }
}

.eduf-layer-wrap .popup-body .image-wrap::-webkit-scrollbar, .popup .popup-body .image-wrap::-webkit-scrollbar {
  display: none;
}

.eduf-layer-wrap .popup-body .image-wrap h3, .popup .popup-body .image-wrap h3 {
  font-size: 2.77778vw;
  margin-bottom: 1.38889vw;
  font-weight: bold;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .image-wrap h3, .popup .popup-body .image-wrap h3 {
    font-size: 20px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .image-wrap h3, .popup .popup-body .image-wrap h3 {
    margin-bottom: 10px;
  }
}

.eduf-layer-wrap .popup-body .image-wrap ul, .popup .popup-body .image-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.eduf-layer-wrap .popup-body .image-wrap ul li, .popup .popup-body .image-wrap ul li {
  position: relative;
  display: inline-block;
  width: 15.27778vw;
  height: 15.27778vw;
  margin-top: 1.38889vw;
  margin-right: 1.94444vw;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .image-wrap ul li, .popup .popup-body .image-wrap ul li {
    width: 110px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .image-wrap ul li, .popup .popup-body .image-wrap ul li {
    height: 110px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .image-wrap ul li, .popup .popup-body .image-wrap ul li {
    margin-top: 10px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .image-wrap ul li, .popup .popup-body .image-wrap ul li {
    margin-right: 14px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .image-wrap ul li, .popup .popup-body .image-wrap ul li {
    width: 113px;
    height: 113px;
  }
}

.eduf-layer-wrap .popup-body .image-wrap ul li img, .popup .popup-body .image-wrap ul li img {
  width: 100%;
  height: 100%;
}

.eduf-layer-wrap .popup-body .image-wrap ul li:nth-child(5n), .popup .popup-body .image-wrap ul li:nth-child(5n) {
  margin-right: 0;
}

.eduf-layer-wrap .popup-body .image-wrap ul li a, .popup .popup-body .image-wrap ul li a {
  position: absolute;
  right: 0;
  top: 0;
  background: #6f6f6f;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  width: 16px;
  height: 16px;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .image-wrap ul li a, .popup .popup-body .image-wrap ul li a {
    width: 24px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .image-wrap ul li a, .popup .popup-body .image-wrap ul li a {
    height: 24px;
  }
}

.eduf-layer-wrap .popup-body .image-wrap ul li a:before, .eduf-layer-wrap .popup-body .image-wrap ul li a:after, .popup .popup-body .image-wrap ul li a:before, .popup .popup-body .image-wrap ul li a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px;
  height: 1px;
  margin-left: -6px;
  background-color: #fff;
}

.eduf-layer-wrap .popup-body .image-wrap ul li a:before, .popup .popup-body .image-wrap ul li a:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.eduf-layer-wrap .popup-body .image-wrap ul li a:after, .popup .popup-body .image-wrap ul li a:after {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.eduf-layer-wrap .popup-body .image-wrap ul li a span, .popup .popup-body .image-wrap ul li a span {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}

.eduf-layer-wrap .popup-body .check-wrap label, .popup .popup-body .check-wrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.eduf-layer-wrap .popup-body .check-wrap label input, .popup .popup-body .check-wrap label input {
  width: 5vw;
  height: 5vw;
  margin: 0;
  margin-top: 0.55556vw;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .check-wrap label input, .popup .popup-body .check-wrap label input {
    width: 36px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .check-wrap label input, .popup .popup-body .check-wrap label input {
    height: 36px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .check-wrap label input, .popup .popup-body .check-wrap label input {
    margin-top: 4px;
  }
}

.eduf-layer-wrap .popup-body .check-wrap label p, .popup .popup-body .check-wrap label p {
  font-size: 4.44444vw;
  font-weight: bold;
  margin-left: 1.38889vw;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .check-wrap label p, .popup .popup-body .check-wrap label p {
    font-size: 32px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .check-wrap label p, .popup .popup-body .check-wrap label p {
    margin-left: 10px;
  }
}

.eduf-layer-wrap .popup-body .caution label, .popup .popup-body .caution label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 720px) {
  .eduf-layer-wrap .popup-body .caution label, .popup .popup-body .caution label {
    margin-top: 1.38889vw;
  }
}

@media screen and (max-width: 720px) and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .caution label, .popup .popup-body .caution label {
    margin-top: 10px;
  }
}

.eduf-layer-wrap .popup-body .caution label input, .popup .popup-body .caution label input {
  width: 3.88889vw;
  height: 3.88889vw;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .caution label input, .popup .popup-body .caution label input {
    width: 28px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .caution label input, .popup .popup-body .caution label input {
    height: 28px;
  }
}

.eduf-layer-wrap .popup-body .caution label p, .popup .popup-body .caution label p {
  font-size: 3.05556vw;
  font-weight: bold;
  color: #222222;
  margin-left: 1.38889vw;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .caution label p, .popup .popup-body .caution label p {
    font-size: 22px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .caution label p, .popup .popup-body .caution label p {
    margin-left: 10px;
  }
}

.eduf-layer-wrap .popup-body .caution .cont, .popup .popup-body .caution .cont {
  margin: 2.77778vw 0 5.55556vw;
  padding: 2.77778vw;
  border: 1px solid #cccccc;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .caution .cont, .popup .popup-body .caution .cont {
    margin: 20px 0 40px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .caution .cont, .popup .popup-body .caution .cont {
    padding: 20px;
  }
}

.eduf-layer-wrap .popup-body .caution .cont h5, .popup .popup-body .caution .cont h5 {
  position: relative;
  font-size: 2.08333vw;
  font-weight: bold;
  line-height: 3.88889vw;
  padding-left: 1.11111vw;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .caution .cont h5, .popup .popup-body .caution .cont h5 {
    font-size: 15px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .caution .cont h5, .popup .popup-body .caution .cont h5 {
    line-height: 28px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .caution .cont h5, .popup .popup-body .caution .cont h5 {
    padding-left: 8px;
  }
}

.eduf-layer-wrap .popup-body .caution .cont h5::before, .popup .popup-body .caution .cont h5::before {
  position: absolute;
  content: "·";
  left: 0;
}

.eduf-layer-wrap .popup-body .caution .cont p, .popup .popup-body .caution .cont p {
  font-size: 2.08333vw;
  line-height: 3.88889vw;
  margin-left: 1.11111vw;
  color: #222222;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .caution .cont p, .popup .popup-body .caution .cont p {
    font-size: 15px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .caution .cont p, .popup .popup-body .caution .cont p {
    line-height: 28px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .caution .cont p, .popup .popup-body .caution .cont p {
    margin-left: 8px;
  }
}

.eduf-layer-wrap .popup-body .caution .cont ul, .popup .popup-body .caution .cont ul {
  padding-left: 1.11111vw;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .caution .cont ul, .popup .popup-body .caution .cont ul {
    padding-left: 8px;
  }
}

.eduf-layer-wrap .popup-body .caution .cont ul li, .popup .popup-body .caution .cont ul li {
  position: relative;
  line-height: 3.88889vw;
  font-size: 2.08333vw;
  color: #222222;
  padding-left: 1.11111vw;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .caution .cont ul li, .popup .popup-body .caution .cont ul li {
    line-height: 28px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .caution .cont ul li, .popup .popup-body .caution .cont ul li {
    font-size: 15px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .caution .cont ul li, .popup .popup-body .caution .cont ul li {
    padding-left: 8px;
  }
}

.eduf-layer-wrap .popup-body .caution .cont ul li::before, .popup .popup-body .caution .cont ul li::before {
  content: "-";
  position: absolute;
  left: 0;
}

.eduf-layer-wrap .popup-body .caution .cont ul li span, .popup .popup-body .caution .cont ul li span {
  font-size: 2.77778vw;
  font-weight: bold;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .caution .cont ul li span, .popup .popup-body .caution .cont ul li span {
    font-size: 20px;
  }
}

.eduf-layer-wrap .popup-body .caution .cont ul li strong, .popup .popup-body .caution .cont ul li strong {
  font-weight: 700;
}

.eduf-layer-wrap .popup-body .caution .cont ul li em, .popup .popup-body .caution .cont ul li em {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}

.eduf-layer-wrap .popup-body .check, .popup .popup-body .check {
  padding-bottom: 8.33333vw;
  text-align: center;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .check, .popup .popup-body .check {
    padding-bottom: 60px;
  }
}

.eduf-layer-wrap .popup-body .check h3, .popup .popup-body .check h3 {
  display: table;
  font-size: 5.13889vw;
  font-weight: bold;
  color: #222222;
  margin: 0 auto;
  padding-bottom: 0.55556vw;
  border-bottom: 5px solid #035a3e;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .check h3, .popup .popup-body .check h3 {
    font-size: 37px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .check h3, .popup .popup-body .check h3 {
    padding-bottom: 4px;
  }
}

.eduf-layer-wrap .popup-body .check h3 b, .popup .popup-body .check h3 b {
  color: #035a3e;
}

.eduf-layer-wrap .popup-body .check-caution, .popup .popup-body .check-caution {
  text-align: left;
  padding: 8.33333vw;
  background: #035a3e;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .check-caution, .popup .popup-body .check-caution {
    padding: 60px;
  }
}

.eduf-layer-wrap .popup-body .check-caution h3, .popup .popup-body .check-caution h3 {
  font-size: 3.33333vw;
  font-weight: bold;
  color: #fff;
  margin-bottom: 2.22222vw;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .check-caution h3, .popup .popup-body .check-caution h3 {
    font-size: 24px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .check-caution h3, .popup .popup-body .check-caution h3 {
    margin-bottom: 16px;
  }
}

.eduf-layer-wrap .popup-body .check-caution span, .popup .popup-body .check-caution span {
  position: relative;
  display: block;
  padding-left: 3.33333vw;
  color: #fff;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .check-caution span, .popup .popup-body .check-caution span {
    padding-left: 24px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .check-caution span, .popup .popup-body .check-caution span {
    padding-left: 1.66667vw;
  }
}

@media screen and (min-width: 720px) and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .check-caution span, .popup .popup-body .check-caution span {
    padding-left: 12px;
  }
}

.eduf-layer-wrap .popup-body .check-caution span::before, .popup .popup-body .check-caution span::before {
  content: "※";
  padding-right: 5px;
}

.eduf-layer-wrap .popup-body .check-caution .guide, .popup .popup-body .check-caution .guide {
  margin-bottom: 5.55556vw;
  font-size: 3.33333vw;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .check-caution .guide, .popup .popup-body .check-caution .guide {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .check-caution .guide, .popup .popup-body .check-caution .guide {
    font-size: 24px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .check-caution .guide, .popup .popup-body .check-caution .guide {
    font-size: 14px;
  }
}

.eduf-layer-wrap .popup-body .caution-wrapper, .popup .popup-body .caution-wrapper {
  margin-top: 4.16667vw;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .caution-wrapper, .popup .popup-body .caution-wrapper {
    margin-top: 30px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .caution-wrapper, .popup .popup-body .caution-wrapper {
    margin: 30px 0 60px;
  }
}

.eduf-layer-wrap .popup-body .caution-wrapper .cont, .popup .popup-body .caution-wrapper .cont {
  margin: 0;
  margin-top: 2.08333vw;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .caution-wrapper .cont, .popup .popup-body .caution-wrapper .cont {
    margin-top: 15px;
  }
}

.eduf-layer-wrap .popup-body .caution-wrapper .check-wrap, .popup .popup-body .caution-wrapper .check-wrap {
  margin-top: 2.77778vw;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .caution-wrapper .check-wrap, .popup .popup-body .caution-wrapper .check-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .caution-wrapper .check-wrap, .popup .popup-body .caution-wrapper .check-wrap {
    margin-top: 20px;
  }
}

.eduf-layer-wrap .popup-body .caution-wrapper .check-wrap h5, .popup .popup-body .caution-wrapper .check-wrap h5 {
  font-size: 2.5vw;
  color: #222222;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .caution-wrapper .check-wrap h5, .popup .popup-body .caution-wrapper .check-wrap h5 {
    font-size: 18px;
  }
}

.eduf-layer-wrap .popup-body .caution-wrapper .caution, .popup .popup-body .caution-wrapper .caution {
  margin-bottom: 5vw;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .caution-wrapper .caution, .popup .popup-body .caution-wrapper .caution {
    margin-bottom: 36px;
  }
}

.eduf-layer-wrap .popup-body .caution-wrapper table, .popup .popup-body .caution-wrapper table {
  width: 100%;
  margin-top: 2.77778vw;
  border-top: 2px solid #222222;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .caution-wrapper table, .popup .popup-body .caution-wrapper table {
    margin-top: 20px;
  }
}

.eduf-layer-wrap .popup-body .caution-wrapper table th, .popup .popup-body .caution-wrapper table th {
  height: 4.44444vw;
  font-size: 2.22222vw;
  font-weight: 500;
  background: #e8e8e8;
  border-right: 1px solid #d3d3d3;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .caution-wrapper table th, .popup .popup-body .caution-wrapper table th {
    height: 32px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .caution-wrapper table th, .popup .popup-body .caution-wrapper table th {
    font-size: 16px;
  }
}

.eduf-layer-wrap .popup-body .caution-wrapper table th:last-child, .popup .popup-body .caution-wrapper table th:last-child {
  border: none;
}

.eduf-layer-wrap .popup-body .caution-wrapper table tr, .popup .popup-body .caution-wrapper table tr {
  border-bottom: 1px solid #d3d3d3;
}

.eduf-layer-wrap .popup-body .caution-wrapper table tr td, .popup .popup-body .caution-wrapper table tr td {
  height: 4.44444vw;
  font-size: 2.08333vw;
  text-align: center;
  border-right: 1px solid #d3d3d3;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .caution-wrapper table tr td, .popup .popup-body .caution-wrapper table tr td {
    height: 32px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .caution-wrapper table tr td, .popup .popup-body .caution-wrapper table tr td {
    font-size: 15px;
  }
}

.eduf-layer-wrap .popup-body .caution-wrapper table tr td:last-child, .popup .popup-body .caution-wrapper table tr td:last-child {
  border-right: none;
}

.eduf-layer-wrap .popup-body .pagination, .popup .popup-body .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4.44444vw 0;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .pagination, .popup .popup-body .pagination {
    padding: 32px 0;
  }
}

.eduf-layer-wrap .popup-body .pagination ul, .popup .popup-body .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.eduf-layer-wrap .popup-body .pagination ul li, .popup .popup-body .pagination ul li {
  margin: 0 2.22222vw;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .pagination ul li, .popup .popup-body .pagination ul li {
    margin: 0 16px;
  }
}

.eduf-layer-wrap .popup-body .pagination ul li a, .popup .popup-body .pagination ul li a {
  display: block;
  font-size: 2.77778vw;
  color: #000;
  padding: 0.55556vw 0;
  border-bottom: 1px solid transparent;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .pagination ul li a, .popup .popup-body .pagination ul li a {
    font-size: 20px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .pagination ul li a, .popup .popup-body .pagination ul li a {
    padding: 4px 0;
  }
}

.eduf-layer-wrap .popup-body .pagination ul li.active a, .popup .popup-body .pagination ul li.active a {
  border-color: #000;
}

.eduf-layer-wrap .popup-body .pagination .arrow, .popup .popup-body .pagination .arrow {
  width: 2.77778vw;
  height: 2.77778vw;
  border: 1px solid rgba(0, 0, 0, 0.8);
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .pagination .arrow, .popup .popup-body .pagination .arrow {
    width: 20px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .pagination .arrow, .popup .popup-body .pagination .arrow {
    height: 20px;
  }
}

.eduf-layer-wrap .popup-body .pagination .arrow.prev, .popup .popup-body .pagination .arrow.prev {
  margin-right: 2.22222vw;
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 0.83333vw;
  height: 0.83333vw;
  margin-top: -0.41667vw;
  border-width: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom-width: 1px;
  border-left-width: 1px;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .pagination .arrow.prev, .popup .popup-body .pagination .arrow.prev {
    margin-right: 16px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .pagination .arrow.prev, .popup .popup-body .pagination .arrow.prev {
    width: 6px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .pagination .arrow.prev, .popup .popup-body .pagination .arrow.prev {
    height: 6px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .pagination .arrow.prev, .popup .popup-body .pagination .arrow.prev {
    margin-top: -3px;
  }
}

.eduf-layer-wrap .popup-body .pagination .arrow.next, .popup .popup-body .pagination .arrow.next {
  margin-left: 2.22222vw;
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 0.83333vw;
  height: 0.83333vw;
  margin-top: -0.41667vw;
  border-width: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-width: 1px;
  border-right-width: 1px;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .pagination .arrow.next, .popup .popup-body .pagination .arrow.next {
    margin-left: 16px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .pagination .arrow.next, .popup .popup-body .pagination .arrow.next {
    width: 6px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .pagination .arrow.next, .popup .popup-body .pagination .arrow.next {
    height: 6px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-body .pagination .arrow.next, .popup .popup-body .pagination .arrow.next {
    margin-top: -3px;
  }
}

.eduf-layer-wrap .popup-body .pagination .arrow::after, .popup .popup-body .pagination .arrow::after {
  right: 0;
  left: 0;
  margin: 0 auto;
}

.eduf-layer-wrap .popup-check-caution, .popup .popup-check-caution {
  text-align: left;
  padding: 8.33333vw;
  background: #035a3e;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-check-caution, .popup .popup-check-caution {
    padding: 60px;
  }
}

.eduf-layer-wrap .popup-check-caution h3, .popup .popup-check-caution h3 {
  font-size: 3.33333vw;
  font-weight: bold;
  color: #fff;
  margin-bottom: 2.22222vw;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-check-caution h3, .popup .popup-check-caution h3 {
    font-size: 24px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-check-caution h3, .popup .popup-check-caution h3 {
    margin-bottom: 16px;
  }
}

.eduf-layer-wrap .popup-check-caution span, .popup .popup-check-caution span {
  position: relative;
  display: block;
  padding-left: 3.33333vw;
  color: #fff;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-check-caution span, .popup .popup-check-caution span {
    padding-left: 24px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-check-caution span, .popup .popup-check-caution span {
    padding-left: 1.66667vw;
  }
}

@media screen and (min-width: 720px) and (min-width: 720px) {
  .eduf-layer-wrap .popup-check-caution span, .popup .popup-check-caution span {
    padding-left: 12px;
  }
}

.eduf-layer-wrap .popup-check-caution span::before, .popup .popup-check-caution span::before {
  content: "※";
  padding-right: 5px;
}

.eduf-layer-wrap .popup-check-caution .guide, .popup .popup-check-caution .guide {
  margin-bottom: 5.55556vw;
  font-size: 3.33333vw;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-check-caution .guide, .popup .popup-check-caution .guide {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-check-caution .guide, .popup .popup-check-caution .guide {
    font-size: 24px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .popup-check-caution .guide, .popup .popup-check-caution .guide {
    font-size: 14px;
  }
}

.eduf-layer-wrap .btn-wrap, .popup .btn-wrap {
  width: 100%;
  margin: 5.55556vw auto 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .btn-wrap, .popup .btn-wrap {
    margin: 40px auto 0;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .btn-wrap, .popup .btn-wrap {
    width: 450px;
  }
}

@media screen and (max-width: 720px) {
  .eduf-layer-wrap .btn-wrap, .popup .btn-wrap {
    margin-top: 0;
  }
}

.eduf-layer-wrap .btn-wrap.full, .popup .btn-wrap.full {
  width: 100%;
  text-align: center;
}

.eduf-layer-wrap .btn-wrap a, .popup .btn-wrap a {
  display: block;
  width: 100%;
  height: 10.27778vw;
  line-height: 10.27778vw;
  font-size: 3.61111vw;
  font-weight: bold;
  text-align: center;
  background: #ffbf00;
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 1.94444vw;
  height: 1.94444vw;
  margin-top: -0.97222vw;
  border-width: 0;
  border-style: solid;
  border-color: #222222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-width: 2px;
  border-right-width: 2px;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .btn-wrap a, .popup .btn-wrap a {
    height: 74px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .btn-wrap a, .popup .btn-wrap a {
    line-height: 74px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .btn-wrap a, .popup .btn-wrap a {
    font-size: 26px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .btn-wrap a, .popup .btn-wrap a {
    width: 14px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .btn-wrap a, .popup .btn-wrap a {
    height: 14px;
  }
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .btn-wrap a, .popup .btn-wrap a {
    margin-top: -7px;
  }
}

.eduf-layer-wrap .btn-wrap a::after, .popup .btn-wrap a::after {
  right: 20px;
}

@media screen and (min-width: 720px) {
  .eduf-layer-wrap .btn-wrap a.pointer, .popup .btn-wrap a.pointer {
    position: relative;
    display: inline-block;
  }
  .eduf-layer-wrap .btn-wrap a.pointer:after, .popup .btn-wrap a.pointer:after {
    content: '';
    position: absolute;
    top: 65%;
    right: 5%;
    z-index: 1;
    display: block;
    width: 7.91667vw;
    height: 9.02778vw;
    background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_12.png") no-repeat 0 0;
    background-size: 100% auto;
    -webkit-animation-name: pointerBounceDiagonal;
            animation-name: pointerBounceDiagonal;
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-direction: normal;
            animation-direction: normal;
  }
}

@media screen and (min-width: 720px) and (min-width: 720px) {
  .eduf-layer-wrap .btn-wrap a.pointer:after, .popup .btn-wrap a.pointer:after {
    width: 57px;
  }
}

@media screen and (min-width: 720px) and (min-width: 720px) {
  .eduf-layer-wrap .btn-wrap a.pointer:after, .popup .btn-wrap a.pointer:after {
    height: 65px;
  }
}

@media screen and (min-width: 720px) {
  @-webkit-keyframes pointerBounceDiagonal {
    0%, 100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(-10px, -10px);
      transform: translate(-10px, -10px);
    }
  }
  @keyframes pointerBounceDiagonal {
    0%, 100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(-10px, -10px);
      transform: translate(-10px, -10px);
    }
  }
}

.eduf-layer-wrap .btn-wrap a.pointer::after, .popup .btn-wrap a.pointer::after {
  border: none;
}

@media screen and (max-width: 720px) {
  .eduf-layer-wrap .btn-wrap a.no-arrow::after, .popup .btn-wrap a.no-arrow::after {
    display: none;
  }
}

.eduf-layer-wrap .btn-wrap a:nth-child(1):nth-last-child(2), .eduf-layer-wrap .btn-wrap a:nth-child(2):nth-last-child(1), .popup .btn-wrap a:nth-child(1):nth-last-child(2), .popup .btn-wrap a:nth-child(2):nth-last-child(1) {
  width: 48%;
  margin: 0 auto;
}

@media screen and (max-width: 720px) {
  .eduf-layer-wrap .btn-wrap a:nth-child(1):nth-last-child(2), .eduf-layer-wrap .btn-wrap a:nth-child(2):nth-last-child(1), .popup .btn-wrap a:nth-child(1):nth-last-child(2), .popup .btn-wrap a:nth-child(2):nth-last-child(1) {
    width: 100%;
    margin: 0.69444vw 0;
  }
}

@media screen and (max-width: 720px) and (min-width: 720px) {
  .eduf-layer-wrap .btn-wrap a:nth-child(1):nth-last-child(2), .eduf-layer-wrap .btn-wrap a:nth-child(2):nth-last-child(1), .popup .btn-wrap a:nth-child(1):nth-last-child(2), .popup .btn-wrap a:nth-child(2):nth-last-child(1) {
    margin: 5px 0;
  }
}

.eduf-layer-wrap .btn-wrap a.nope, .popup .btn-wrap a.nope {
  background-color: #c9c9c9;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}

.eduf-layer-wrap .btn-wrap a.nope:after, .popup .btn-wrap a.nope:after {
  display: none;
}

.fullservice .full-notice li {
  position: relative;
  padding-left: 10px;
  text-align: left;
  font-size: 3.33333vw;
  color: rgba(0, 0, 0, 0.65);
}

@media screen and (min-width: 720px) {
  .fullservice .full-notice li {
    font-size: 24px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice .full-notice li {
    font-size: 16px;
  }
}

.fullservice .full-notice li:before {
  content: '-';
  position: absolute;
  top: 0;
  left: 0;
}

.fullservice .full-notice li span {
  display: block;
}

@media screen and (min-width: 1100px) {
  .fullservice .full-notice li span {
    display: inline-block;
  }
}

.fullservice .full-wing {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: block;
  text-align: center;
  background-color: #ffd73f;
}

@media screen and (min-width: 1100px) {
  .fullservice .full-wing {
    position: fixed;
    top: 20%;
    right: 5%;
    bottom: auto;
    left: auto;
    display: none;
    background: none;
  }
}

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

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

@media screen and (min-width: 720px) {
  .fullservice .full-wing a:after {
    width: 59px;
  }
}

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

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

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

@media screen and (min-width: 1100px) {
  .fullservice .full-wing a {
    position: relative;
    display: inline-block;
  }
  .fullservice .full-wing a:after {
    content: '';
    position: absolute;
    top: 90%;
    right: -10%;
    z-index: 1;
    display: block;
    width: 8.19444vw;
    height: 8.88889vw;
    background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_12.png") no-repeat 0 0;
    background-size: 100% auto;
    -webkit-animation-name: pointerBounceDiagonal;
            animation-name: pointerBounceDiagonal;
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-direction: normal;
            animation-direction: normal;
  }
}

@media screen and (min-width: 1100px) and (min-width: 720px) {
  .fullservice .full-wing a:after {
    width: 59px;
  }
}

@media screen and (min-width: 1100px) and (min-width: 720px) {
  .fullservice .full-wing a:after {
    height: 64px;
  }
}

@media screen and (min-width: 1100px) {
  @-webkit-keyframes pointerBounceDiagonal {
    0%, 100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(-10px, -10px);
      transform: translate(-10px, -10px);
    }
  }
  @keyframes pointerBounceDiagonal {
    0%, 100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(-10px, -10px);
      transform: translate(-10px, -10px);
    }
  }
}

.fullservice .full-after {
  background-color: #ecf1ff;
}

.fullservice .full-band {
  position: relative;
  padding: 40px 0;
  text-align: center;
  background: #10308d;
}

.fullservice .full-band strong {
  font-weight: 900;
  font-size: 6.94444vw;
  display: block;
  display: block;
  text-align: center;
  color: #fff;
  line-height: 1.3;
  letter-spacing: -0.41667vw;
}

@media screen and (min-width: 720px) {
  .fullservice .full-band strong {
    font-size: 50px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-band strong {
    letter-spacing: -3px;
  }
}

.fullservice .full-band strong .point-color {
  color: #ffde26;
}

@media screen and (min-width: 1100px) {
  .fullservice .full-band strong {
    font-size: 60px;
    letter-spacing: -4.4px;
  }
}

.fullservice .full-band .notice {
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  letter-spacing: -1px;
  font-weight: 400;
  padding-top: 33.1px;
  text-align: center;
}

.fullservice .full-band:after {
  content: "";
  width: 43.75vw;
  height: 10.83333vw;
  bottom: -10.83333vw;
  display: inline-block;
  background: url("//img.eduwill.net/eduwill/img/2022/5/fullservice/220307/band_tail_blue5.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
}

@media screen and (min-width: 720px) {
  .fullservice .full-band:after {
    width: 315px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-band:after {
    height: 78px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-band:after {
    bottom: -78px;
  }
}

.fullservice .full-band.type2 {
  background: none;
  text-align: center;
  padding: 80px 0 0;
}

.fullservice .full-band.type2 strong {
  color: #272944 !important;
  letter-spacing: -5px;
}

.fullservice .full-band.type2 .notice {
  color: #999 !important;
}

.fullservice .full-band.type3 {
  padding: 40px 0 120px !important;
}

.fullservice .full-brand .action {
  position: absolute;
  bottom: 17.36111vw;
  right: 0;
  left: 0;
}

@media screen and (min-width: 720px) {
  .fullservice .full-brand .action {
    bottom: 125px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice .full-brand .action {
    right: 50px;
    left: auto;
  }
}

.fullservice .full-winner {
  overflow: hidden;
  background-color: #ffc100;
  background: #ffc100;
  background: -webkit-gradient(linear, left top, right top, from(#ffc100), to(#ffea00));
  background: linear-gradient(90deg, #ffc100 0%, #ffea00 100%);
}

.fullservice .full-winner .winner-wrap {
  padding-bottom: 16.66667vw;
}

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

@media screen and (min-width: 1100px) {
  .fullservice .full-winner .winner-wrap {
    margin-top: -50px;
  }
}

.fullservice .full-winner .winner-wrap .winner-list {
  overflow: hidden;
  -webkit-transform: perspective(400px) rotateX(35deg);
  transform: perspective(400px) rotateX(35deg);
}

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

.fullservice .full-winner .winner-wrap p {
  line-height: 2.2;
  font-size: 2.77778vw;
  font-weight: 500;
  color: #222;
}

@media screen and (min-width: 720px) {
  .fullservice .full-winner .winner-wrap p {
    font-size: 20px;
  }
}

.fullservice .full-pass {
  background-color: #f8f8f8;
  padding-bottom: 16.66667vw;
}

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

.fullservice .full-teacher {
  background-color: #f3f4f6;
}

.fullservice .full-teacher .action {
  position: absolute;
  right: 6.94444vw;
  top: 24.30556vw;
}

@media screen and (min-width: 720px) {
  .fullservice .full-teacher .action {
    right: 50px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-teacher .action {
    top: 175px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice .full-teacher .action {
    right: 50px;
    top: 221px;
  }
}

.fullservice .full-teacher .teacherab {
  position: relative;
}

.fullservice .full-teacher .teacherab .teacher-img {
  position: absolute;
  left: 0;
  right: 0;
  width: 86.11111vw;
  margin: 0 auto;
  top: 13.88889vw;
}

@media screen and (min-width: 720px) {
  .fullservice .full-teacher .teacherab .teacher-img {
    width: 620px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-teacher .teacherab .teacher-img {
    top: 100px;
  }
}

.fullservice .full-teacher .slick-dots {
  margin: 0;
  position: relative;
  top: -5.55556vw;
}

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

.fullservice .full-book .book {
  position: absolute;
  left: 0;
  right: 0;
  top: 43.05556vw;
}

@media screen and (min-width: 720px) {
  .fullservice .full-book .book {
    top: 310px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice .full-book .book {
    top: 316px;
  }
}

.fullservice .full-book .action {
  position: absolute;
  top: 93.05556vw;
  left: 74.30556%;
  width: 18.61111%;
}

@media screen and (min-width: 720px) {
  .fullservice .full-book .action {
    top: 670px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice .full-book .action {
    top: 788px;
    right: 32px;
    left: auto;
    width: auto;
  }
}

.fullservice .full-prize {
  background-color: #f3f4f6;
}

.fullservice .full-prize .title {
  position: relative;
  position: absolute;
  left: 6.94444vw;
  margin: 0 auto;
  top: 35.41667vw;
}

@media screen and (min-width: 720px) {
  .fullservice .full-prize .title {
    left: 50px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-prize .title {
    top: 255px;
  }
}

.fullservice .full-prize .title > div {
  display: block;
  text-align: left;
  font-size: 5.55556vw;
}

@media screen and (min-width: 720px) {
  .fullservice .full-prize .title > div {
    font-size: 40px;
  }
}

.fullservice .full-prize .title > div strong {
  display: block;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -0.55556vw;
  color: #000;
}

@media screen and (min-width: 720px) {
  .fullservice .full-prize .title > div strong {
    letter-spacing: -4px;
  }
}

.fullservice .full-prize .title > div strong.point-colo-purple {
  color: #fd9604;
}

.fullservice .full-prize .title.type2 {
  top: 145.83333vw;
}

@media screen and (min-width: 720px) {
  .fullservice .full-prize .title.type2 {
    top: 1050px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice .full-prize .title {
    position: relative;
    overflow: hidden;
    width: 1136px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 297px;
  }
  .fullservice .full-prize .title > div {
    display: block;
    float: left;
    width: 50%;
    text-align: left;
    font-size: 40px;
  }
  .fullservice .full-prize .title > div strong {
    display: block;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: -4px;
    color: #000;
  }
  .fullservice .full-prize .title > div strong.point-colo-purple {
    color: #fd9604;
  }
}

.fullservice .point-color {
  color: #e3ff80;
}

.fullservice .bg {
  background-color: #f3f3f3;
}

.fullservice .bg-gradation {
  background: #f3f3f3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, white), to(#f3f3f3));
  background: linear-gradient(to bottom, white 1%, #f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ffffff', endColorstr='#f3f3f3',GradientType=0 );
}

.fullservice .teacher-slide .txt {
  padding: 4.86111vw 12.22222vw;
}

@media screen and (min-width: 720px) {
  .fullservice .teacher-slide .txt {
    padding: 35px 88px;
  }
}

.fullservice .teacher-slide .txt p {
  font-size: 2.77778vw;
  text-align: left;
}

@media screen and (min-width: 720px) {
  .fullservice .teacher-slide .txt p {
    font-size: 20px;
  }
}

.fullservice .teacher-slide .txt p .point-color {
  color: #6d36d1;
}

.fullservice .teacher-slide .txt .pass-p {
  font-size: 2.5vw;
  color: #a9a9a9;
  margin-top: 10px;
}

@media screen and (min-width: 720px) {
  .fullservice .teacher-slide .txt .pass-p {
    font-size: 18px;
  }
}

.fullservice .teacher-slide .slick-arrow {
  top: 77%;
}

.fullservice .teacher-slide .slick-arrow.slick-prev {
  left: 0;
}

.fullservice .teacher-slide .slick-arrow.slick-next {
  right: 0;
}

.fullservice .sector-why {
  background-color: #F8F5FF;
}

.fullservice .sector-band {
  background-color: #312d46;
  color: #fff;
}

.fullservice .sector-band span {
  font-size: 3.88889vw;
  color: #fff;
}

@media screen and (min-width: 720px) {
  .fullservice .sector-band span {
    font-size: 28px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice .sector-band span {
    font-size: 26px;
  }
}

.fullservice .sector-band strong {
  display: block;
  font-size: 5.83333vw;
  font-weight: 900;
}

@media screen and (min-width: 720px) {
  .fullservice .sector-band strong {
    font-size: 42px;
  }
}

.fullservice .sector-band.type-1 {
  background-image: url("//img.eduwill.net/eduwill/img/2022/5/fullservice/220307/mobile/bg_band.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.fullservice .sector-band.type-1 strong em {
  display: block;
  font-style: normal;
}

@media screen and (min-width: 1100px) {
  .fullservice .sector-band.type-1 {
    background-image: url("//img.eduwill.net/eduwill/img/2022/5/fullservice/220307/pc/bg_band.jpg");
  }
  .fullservice .sector-band.type-1 strong em {
    display: inline;
  }
}

.fullservice .sector-band.tale {
  position: relative;
}

.fullservice .sector-band.tale:after {
  content: "";
  width: 18.47222vw;
  height: 6.11111vw;
  bottom: -6.11111vw;
  display: inline-block;
  background: url("//img.eduwill.net/eduwill/img/2022/5/fullservice/220307/pc/tail2.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
}

@media screen and (min-width: 720px) {
  .fullservice .sector-band.tale:after {
    width: 133px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .sector-band.tale:after {
    height: 44px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .sector-band.tale:after {
    bottom: -44px;
  }
}

.fullservice .sector-benefit {
  background-color: #dbff5d;
  position: relative;
}

.fullservice .sector-benefit:after {
  content: "";
  width: 17.63889vw;
  height: 6.25vw;
  bottom: -6.25vw;
  display: inline-block;
  background: url("//img.eduwill.net/eduwill/img/2022/5/fullservice/220307/pc/tail1.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
}

@media screen and (min-width: 720px) {
  .fullservice .sector-benefit:after {
    width: 127px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .sector-benefit:after {
    height: 45px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .sector-benefit:after {
    bottom: -45px;
  }
}

.fullservice .sector-benefit .benefit-top {
  position: relative;
}

.fullservice .sector-benefit .benefit-top .period-area {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 30.27778vw;
  font-size: 3.61111vw;
}

@media screen and (min-width: 720px) {
  .fullservice .sector-benefit .benefit-top .period-area {
    top: 218px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .sector-benefit .benefit-top .period-area {
    font-size: 26px;
  }
}

.fullservice .sector-benefit .benefit-top .period-area .add {
  font-weight: 600;
  font-size: 2.77778vw;
  color: #fff;
  background: #6d36d1;
  display: inline-block;
  padding: 2px 10px;
  margin-right: 5px;
  border-radius: 50px;
}

@media screen and (min-width: 720px) {
  .fullservice .sector-benefit .benefit-top .period-area .add {
    font-size: 20px;
  }
}

.fullservice .sector-benefit .benefit-top .period-area .period {
  color: #000;
  font-weight: 600;
  display: inline-block;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #f5ffcd), color-stop(50%, transparent));
  background: linear-gradient(to top, #f5ffcd 50%, transparent 50%);
}

@media screen and (min-width: 1100px) {
  .fullservice .sector-benefit .benefit-top .period-area {
    font-size: 28px;
    top: 217px;
    width: 608px;
  }
  .fullservice .sector-benefit .benefit-top .period-area .add {
    padding: 0 10px;
  }
}

.fullservice .sector-benefit .benefit-bottom {
  position: relative;
}

.fullservice .sector-benefit .benefit-bottom .move-btn {
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 0;
}

@media screen and (min-width: 1100px) {
  .fullservice .sector-benefit .benefit-bottom .move-btn {
    top: 45px;
  }
}

.fullservice .sector-benefit .benefit-bottom .move-btn a {
  display: block;
  float: left;
  width: 33.3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 42.444vw;
  font-size: 0;
}

@media screen and (min-width: 1100px) {
  .fullservice .sector-benefit .benefit-bottom .move-btn a {
    height: 200px;
  }
}

.fullservice .sector-timer-black {
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.fullservice .sector-timer-black .item {
  display: inline-block;
  vertical-align: top;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 0;
  font-weight: 700;
  color: #fff;
  vertical-align: middle;
}

.fullservice .sector-timer-black .item.timer-wrap em {
  display: inline-block;
  min-width: 1.38889vw;
  margin: 0 0.69444vw;
  font-size: 4.16667vw;
  line-height: 9.72222vw;
  vertical-align: middle;
}

@media screen and (min-width: 720px) {
  .fullservice .sector-timer-black .item.timer-wrap em {
    min-width: 10px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .sector-timer-black .item.timer-wrap em {
    margin: 0 5px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .sector-timer-black .item.timer-wrap em {
    font-size: 30px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .sector-timer-black .item.timer-wrap em {
    line-height: 70px;
  }
}

.fullservice .sector-timer-black .item.timer-wrap em.bg-count {
  width: 22.77778vw;
  height: 15vw;
  font-size: 9.44444vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 6.66667vw;
  line-height: 1.5;
  background: url("//img.eduwill.net/eduwill/img/2022/5/fullservice/220307/mobile/timer_bg.png") 0 0 no-repeat;
  background-size: 100%;
  padding-left: 2.5vw;
}

@media screen and (min-width: 720px) {
  .fullservice .sector-timer-black .item.timer-wrap em.bg-count {
    width: 164px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .sector-timer-black .item.timer-wrap em.bg-count {
    height: 108px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .sector-timer-black .item.timer-wrap em.bg-count {
    font-size: 68px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .sector-timer-black .item.timer-wrap em.bg-count {
    letter-spacing: 48px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .sector-timer-black .item.timer-wrap em.bg-count {
    padding-left: 18px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice .sector-timer-black .item.timer-wrap em.bg-count {
    width: 190px;
    height: 125px;
    font-size: 80px;
    padding-left: 21px;
    background: url("//img.eduwill.net/eduwill/img/2022/5/fullservice/220307/pc/timer_bg.png") 0 0 no-repeat;
  }
}

.fullservice .sector-service.service-1 .full-action {
  position: absolute;
  left: 0;
  right: 0;
  width: 55.83333vw;
  margin: 0 auto;
  bottom: 16.66667vw;
}

@media screen and (min-width: 720px) {
  .fullservice .sector-service.service-1 .full-action {
    width: 402px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .sector-service.service-1 .full-action {
    bottom: 120px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice .sector-service.service-1 .full-action {
    bottom: 110px;
    width: 650px;
  }
}

.fullservice .sector-service.service-2 .period {
  position: absolute;
  top: 13.05556vw;
  left: 18.05556vw;
  color: #6d36d1;
  background-color: #fff;
  display: inline-block;
  border-radius: 30px;
  padding: 0.41667vw 4.16667vw;
  font-size: 3.05556vw;
  font-weight: 500;
  -webkit-animation-name: flagEvent;
          animation-name: flagEvent;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

@media screen and (min-width: 720px) {
  .fullservice .sector-service.service-2 .period {
    top: 94px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .sector-service.service-2 .period {
    left: 130px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .sector-service.service-2 .period {
    padding: 3px 30px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .sector-service.service-2 .period {
    font-size: 22px;
  }
}

@-webkit-keyframes flagEvent {
  0%, 100% {
    color: #e2ff7f;
    background-color: #6d36d1;
  }
  50% {
    color: #6d36d1;
    background-color: #fff;
  }
}

@keyframes flagEvent {
  0%, 100% {
    color: #e2ff7f;
    background-color: #6d36d1;
  }
  50% {
    color: #6d36d1;
    background-color: #fff;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice .sector-service.service-2 .period {
    top: 94px;
    left: 130px;
  }
}

.fullservice .sector-service.service-2 .action {
  position: absolute;
}

.fullservice .sector-service.service-2 .action .btn-text {
  background-color: #fff;
  border: none;
}

.fullservice .sector-service.service-2 .teacher-btn {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}

.fullservice .sector-service.service-2 .teacher-btn .action-list {
  text-align: center;
  font-size: 0;
  margin-top: 0.625rem;
  overflow: hidden;
}

@media screen and (min-width: 720px) {
  .fullservice .sector-service.service-2 .teacher-btn .action-list {
    margin-top: 20px;
  }
}

.fullservice .sector-service.service-2 .teacher-btn .action-list a {
  position: relative;
  display: inline-block;
  font-size: 3.33333vw;
  color: #fff;
  font-weight: 700;
  border-radius: 1.5625rem;
  background: #312d46;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 0 0 #fff;
  box-shadow: inset 0 1px 0 0 #fff;
  font-weight: 900;
  box-sizing: border-box;
}

@media screen and (min-width: 720px) {
  .fullservice .sector-service.service-2 .teacher-btn .action-list a {
    font-size: 24px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .sector-service.service-2 .teacher-btn .action-list a {
    border-radius: 50px;
  }
}

.fullservice .sector-service.service-2 .teacher-btn .action-list a span:before {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 0.83333vw;
  height: 0.83333vw;
  margin-top: -0.41667vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-width: 2px;
  border-right-width: 2px;
  right: 16%;
}

@media screen and (min-width: 720px) {
  .fullservice .sector-service.service-2 .teacher-btn .action-list a span:before {
    width: 6px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .sector-service.service-2 .teacher-btn .action-list a span:before {
    height: 6px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .sector-service.service-2 .teacher-btn .action-list a span:before {
    margin-top: -3px;
  }
}

.fullservice .sector-service-con3 {
  background-color: #ecf1ff;
}

.fullservice .sector-coupon {
  padding-bottom: 11.11111vw;
}

@media screen and (min-width: 720px) {
  .fullservice .sector-coupon {
    padding-bottom: 80px;
  }
}

.fullservice .sector-coupon .notice-list {
  text-align: left;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin: 0 6.94444vw;
  padding: 2.77778vw 6.94444vw;
}

@media screen and (min-width: 720px) {
  .fullservice .sector-coupon .notice-list {
    margin: 0 50px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .sector-coupon .notice-list {
    padding: 20px 50px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice .sector-coupon .notice-list {
    padding: 0;
    padding: 20px 0;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
  }
}

.fullservice .sector-coupon .notice-list strong {
  position: absolute;
  left: 9.72222vw;
  font-size: 2.77778vw;
}

@media screen and (min-width: 720px) {
  .fullservice .sector-coupon .notice-list strong {
    left: 70px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .sector-coupon .notice-list strong {
    font-size: 20px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice .sector-coupon .notice-list strong {
    left: 70px;
    font-size: 24px;
  }
}

.fullservice .sector-coupon .notice-list dl {
  padding-left: 15.83333vw;
}

@media screen and (min-width: 720px) {
  .fullservice .sector-coupon .notice-list dl {
    padding-left: 114px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice .sector-coupon .notice-list dl {
    padding-left: 31.11111vw;
  }
}

@media screen and (min-width: 1100px) and (min-width: 720px) {
  .fullservice .sector-coupon .notice-list dl {
    padding-left: 224px;
  }
}

.fullservice .sector-coupon .notice-list dt {
  font-weight: 600;
  font-size: 2.22222vw;
  color: #606060;
  margin-bottom: 4.16667vw;
}

@media screen and (min-width: 720px) {
  .fullservice .sector-coupon .notice-list dt {
    font-size: 16px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .sector-coupon .notice-list dt {
    margin-bottom: 30px;
  }
}

.fullservice .sector-coupon .notice-list dd {
  color: #000;
  font-size: 2.5vw;
  line-height: 1.7;
}

@media screen and (min-width: 720px) {
  .fullservice .sector-coupon .notice-list dd {
    font-size: 18px;
  }
}

.fullservice .sector-product {
  padding: 2.5rem 0;
}

@media screen and (min-width: 720px) {
  .fullservice .sector-product {
    padding: 80px 0;
  }
}

.fullservice .sector-product .full-sub-title {
  position: relative;
  text-align: left;
  font-size: 4.44444vw;
  letter-spacing: -0.13889vw;
  font-weight: 900;
  color: #000;
}

@media screen and (min-width: 720px) {
  .fullservice .sector-product .full-sub-title {
    font-size: 32px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .sector-product .full-sub-title {
    letter-spacing: -1px;
  }
}

.fullservice .sector-product .full-desc {
  margin-top: 0.3125rem;
  text-align: left;
}

@media screen and (min-width: 720px) {
  .fullservice .sector-product .full-desc {
    margin-top: 10px;
  }
}

.fullservice .sector-product .product-list {
  margin-top: 0.9375rem;
  text-align: left;
}

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

.fullservice .sector-product .product-list .item {
  margin-top: 0.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 720px) {
  .fullservice .sector-product .product-list .item {
    margin-top: 16px;
  }
}

.fullservice .sector-product .product-list .item.type2 a {
  background-color: #6d36d1;
}

.fullservice .sector-product .product-list a {
  position: relative;
  display: block;
  border-radius: 0.625rem;
  background-color: #531bb7;
  -webkit-box-shadow: -2px 4px 16px 0 rgba(0, 0, 0, 0.24);
  box-shadow: -2px 4px 16px 0 rgba(0, 0, 0, 0.24);
}

@media screen and (min-width: 720px) {
  .fullservice .sector-product .product-list a {
    border-radius: 20px;
  }
}

.fullservice .sector-product .product-list a .go {
  position: relative;
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  padding-top: 10px;
  font-size: 2.77778vw;
}

@media screen and (min-width: 720px) {
  .fullservice .sector-product .product-list a .go {
    font-size: 20px;
  }
}

.fullservice .sector-product .product-list a .go:after {
  content: '';
  position: absolute;
  top: 62%;
  display: block;
  width: 0.97222vw;
  height: 0.97222vw;
  border-width: 0;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(-49deg);
  border-bottom-width: 1px;
  border-right-width: 1px;
  right: -12px !important;
  border-color: rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 720px) {
  .fullservice .sector-product .product-list a .go:after {
    width: 7px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .sector-product .product-list a .go:after {
    height: 7px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice .sector-product .product-list a .go:after {
    width: 5px;
    height: 5px;
    top: 57%;
  }
}

.fullservice .sector-product .product-list a p {
  line-height: 1.2;
}

.fullservice .sector-product .product-list a p.discount {
  display: none;
}

.fullservice .sector-product .product-list a p.hashtag {
  font-size: 4.16667vw;
  font-weight: 500;
  color: #000;
}

@media screen and (min-width: 720px) {
  .fullservice .sector-product .product-list a p.hashtag {
    font-size: 30px;
  }
}

.fullservice .sector-product .product-list a p.title {
  margin-top: 0.3125rem;
  font-size: 5vw;
  font-weight: 700;
  color: #fff;
}

@media screen and (min-width: 720px) {
  .fullservice .sector-product .product-list a p.title {
    margin-top: 10px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .sector-product .product-list a p.title {
    font-size: 36px;
  }
}

.fullservice .sector-product .product-list a p.title span {
  color: #e3ff80;
}

@media screen and (min-width: 1100px) {
  .fullservice .sector-product .product-list a p.title {
    font-size: 34px;
  }
}

.fullservice .sector-search .typing {
  position: absolute;
  top: 50.69444vw;
  left: 12.08333vw;
  color: #022222;
  font-weight: 900;
  font-size: 5.27778vw;
  line-height: 1;
}

@media screen and (min-width: 720px) {
  .fullservice .sector-search .typing {
    top: 365px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .sector-search .typing {
    left: 87px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .sector-search .typing {
    font-size: 38px;
  }
}

.fullservice .sector-search .typing:after {
  content: '';
  position: relative;
  top: -5px;
  display: inline-block;
  width: 0.27778vw;
  height: 5.55556vw;
  vertical-align: middle;
  background-color: #022222;
  -webkit-animation-name: cursorEvent;
          animation-name: cursorEvent;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -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 .sector-search .typing:after {
    width: 2px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .sector-search .typing:after {
    height: 40px;
  }
}

@-webkit-keyframes cursorEvent {
  0%, 100% {
    background-color: #fff;
  }
  50% {
    background-color: #022222;
  }
}

@keyframes cursorEvent {
  0%, 100% {
    background-color: #fff;
  }
  50% {
    background-color: #022222;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice .sector-search .typing {
    top: 364px;
    left: 187px;
  }
}

.fullservice .sector-review .action {
  position: absolute;
  bottom: 11.11111vw;
  right: 12.5vw;
}

@media screen and (min-width: 720px) {
  .fullservice .sector-review .action {
    bottom: 80px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .sector-review .action {
    right: 90px;
  }
}

.fullservice .sector-review .action .btn-text {
  font-size: 2.5vw;
}

.fullservice .sector-review .action .btn-text .point-color {
  color: #e3ff80;
}

@media screen and (min-width: 720px) {
  .fullservice .sector-review .action .btn-text {
    font-size: 18px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice .sector-review .action {
    right: 44px;
    bottom: 71px;
  }
}

.fullservice .sector-brand {
  background-color: #f3f3f3;
  background-image: url("//img.eduwill.net/eduwill/img/2022/5/common//pc/bg_brand.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.fullservice .sector-prize {
  background-color: #fffae0;
}

.fullservice .sector-prize .point-color {
  color: #6d36d1 !important;
}

#footerFixedButtons {
  display: none !important;
}

.fullservice.after em.point {
  font-style: normal;
  color: #E6A300;
  display: inline-block;
  padding: 0 5px 0 13px;
  background: url(https://img.eduwill.net/Img2/Gov/Common/re.gif) no-repeat 0;
}

.fullservice.after .full-benefit.after {
  background: url("//img.eduwill.net/eduwill/img/2022/5/fullservice/220307/pc/bg_benefit_after.jpg") no-repeat center 0;
  background-size: cover;
  overflow: hidden;
}

.fullservice.after .full-benefit.after .light-area {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -2.08333vw;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-benefit.after .light-area {
    top: -15px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-benefit.after .light-area {
    width: 1538px;
    top: -10px;
  }
}

.fullservice.after .full-benefit.after .light-area .light {
  position: absolute;
  top: -10px;
}

.fullservice.after .full-benefit.after .light-area .light.light1 {
  left: -36.11111vw;
  width: 96.66667vw;
  -webkit-animation: light1 ease-in-out 1s infinite alternate;
          animation: light1 ease-in-out 1s infinite alternate;
  -webkit-transform-origin: center 20px;
          transform-origin: center 20px;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-benefit.after .light-area .light.light1 {
    left: -260px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-benefit.after .light-area .light.light1 {
    width: 696px;
  }
}

@-webkit-keyframes light1 {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}

@keyframes light1 {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-benefit.after .light-area .light.light1 {
    left: -50px;
    width: auto;
  }
  @-webkit-keyframes light1 {
    0% {
      -webkit-transform: rotate(5deg);
              transform: rotate(5deg);
    }
    100% {
      -webkit-transform: rotate(-5deg);
              transform: rotate(-5deg);
    }
  }
  @keyframes light1 {
    0% {
      -webkit-transform: rotate(5deg);
              transform: rotate(5deg);
    }
    100% {
      -webkit-transform: rotate(-5deg);
              transform: rotate(-5deg);
    }
  }
}

.fullservice.after .full-benefit.after .light-area .light.light2 {
  right: -31.94444vw;
  width: 96.66667vw;
  -webkit-animation: light2 ease-in-out 1s infinite alternate;
          animation: light2 ease-in-out 1s infinite alternate;
  -webkit-transform-origin: center 20px;
          transform-origin: center 20px;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-benefit.after .light-area .light.light2 {
    right: -230px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-benefit.after .light-area .light.light2 {
    width: 696px;
  }
}

@-webkit-keyframes light2 {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}

@keyframes light2 {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-benefit.after .light-area .light.light2 {
    right: 10px;
    width: auto;
  }
  @-webkit-keyframes light2 {
    0% {
      -webkit-transform: rotate(-5deg);
              transform: rotate(-5deg);
    }
    100% {
      -webkit-transform: rotate(5deg);
              transform: rotate(5deg);
    }
  }
  @keyframes light2 {
    0% {
      -webkit-transform: rotate(-5deg);
              transform: rotate(-5deg);
    }
    100% {
      -webkit-transform: rotate(5deg);
              transform: rotate(5deg);
    }
  }
}

.fullservice.after .full-benefit.after .period {
  top: 68.88889vw;
  right: 4.16667%;
  left: 4.16667%;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  font-size: 3.88889vw;
  border-radius: 6.94444vw;
  padding: 5px;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-benefit.after .period {
    top: 496px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-benefit.after .period {
    font-size: 28px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-benefit.after .period {
    border-radius: 50px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-benefit.after .period {
    top: 512px;
    right: 150px;
    left: 150px;
    padding: 10px 0;
  }
}

.fullservice.after .full-benefit.after:after {
  display: none !important;
}

.fullservice.after .full-benefit.after .on {
  -webkit-animation: blink 1.2s step-start infinite;
          animation: blink 1.2s step-start infinite;
  -webkit-animation: blink-effect 1s step-end infinite;
          animation: blink-effect 1s step-end infinite;
  left: 0;
  top: 24.58333vw;
  right: 2.77778vw;
  width: 69.44444vw;
  margin: 0 auto;
  position: absolute;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-benefit.after .on {
    top: 177px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-benefit.after .on {
    right: 20px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-benefit.after .on {
    width: 500px;
  }
}

@-webkit-keyframes blink-effect {
  50% {
    opacity: 0;
  }
}

@keyframes blink-effect {
  50% {
    opacity: 0;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-benefit.after .on {
    top: 188px;
    right: -2px;
  }
}

.fullservice.after .full-benefit-plus {
  z-index: 1;
}

.fullservice.after .full-benefit-plus .wrap > img {
  margin-top: -2.34375rem;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-benefit-plus .wrap > img {
    margin-top: -75px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-benefit-plus .wrap > img {
    margin-top: -64px;
  }
}

.fullservice.after .full-benefit-plus .full-action {
  position: absolute;
  top: 74.90446%;
  right: 18.75%;
  left: 18.75%;
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-benefit-plus .full-action {
    top: 320px;
    right: auto;
    left: 100px;
  }
}

.fullservice.after .full-benefit-plus .full-action a {
  position: relative;
  display: inline-block;
}

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

@media screen and (min-width: 720px) {
  .fullservice.after .full-benefit-plus .full-action a:after {
    width: 59px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-benefit-plus .full-action a:after {
    height: 64px;
  }
}

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

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

.fullservice.after .full-sub-title {
  text-align: left;
  font-family: 'Noto Sans KR';
  font-size: 4.44444vw;
  font-weight: 900;
  color: #222;
  letter-spacing: -0.27778vw;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-sub-title {
    font-size: 32px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-sub-title {
    letter-spacing: -2px;
  }
}

.fullservice.after .full-sub-title span {
  display: block;
  font-family: 'Noto Sans KR';
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-sub-title span {
    display: inline-block;
  }
}

.fullservice.after .full-desc {
  font-size: 2.77778vw;
  font-weight: 300;
  color: #666;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-desc {
    font-size: 20px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-desc {
    font-size: 18px;
  }
}

.fullservice.after .full-desc span {
  display: block;
}

.fullservice.after .full-answer {
  padding: 2.5rem 0;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-answer {
    padding: 80px 0;
  }
}

.fullservice.after .full-answer .answer-table {
  padding-top: 6.94444vw;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-answer .answer-table {
    padding-top: 50px;
  }
}

.fullservice.after .full-answer .answer-list {
  position: absolute;
}

.fullservice.after .full-answer .answer-list .item {
  width: 50%;
}

.fullservice.after .full-answer .answer-list .item .action-answer {
  text-align: center;
  margin: 0 auto;
}

.fullservice.after .full-answer .answer-list .action-answer a {
  position: relative;
  display: table;
  width: 100%;
  padding: 9% 0;
  text-align: center;
  line-height: 1.2;
  font-size: 3.88889vw;
  font-weight: 700;
  color: #fff;
  background-color: #898989;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-answer .answer-list .action-answer a {
    font-size: 28px;
  }
}

.fullservice.after .full-answer .answer-list .action-answer a span {
  display: table-cell;
  vertical-align: middle;
}

.fullservice.after .full-answer .answer-list .action-answer a strong {
  display: block;
  font-weight: 500;
}

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

.fullservice.after .full-answer .answer-list .action-answer a.active {
  background-color: #6d36d1;
}

.fullservice.after .full-answer .answer-list .action-answer a.active:after {
  border-top-color: #000;
}

.fullservice.after .full-answer .answer-list .action-answer a em {
  font-size: 0;
}

.fullservice.after .full-answer .my-score {
  position: relative;
  margin-top: 2.8125rem;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-answer .my-score {
    margin-top: 90px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-answer .my-score {
    margin-top: 130px;
  }
}

.fullservice.after .full-answer .my-score .full-sub-title {
  font-size: 4.44444vw;
  color: #202020;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-answer .my-score .full-sub-title {
    font-size: 32px;
  }
}

.fullservice.after .full-answer .my-score .holder {
  margin: 0 4.16667%;
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-answer .my-score .holder {
    position: absolute;
    top: 160px;
    right: 50px;
    left: 50px;
    margin: 0;
  }
}

.fullservice.after .full-answer .my-score .core {
  padding: 1.25rem;
  border: 1px solid #ccc;
  background-color: #fff;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-answer .my-score .core {
    padding: 40px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-answer .my-score .core {
    margin-left: 550px;
    padding: 0;
    border: none;
    background: none;
  }
}

.fullservice.after .full-answer .my-score .score-list {
  margin-top: 0.9375rem;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-answer .my-score .score-list {
    margin-top: 30px;
  }
}

.fullservice.after .full-answer .my-score .score-list .item {
  width: 33.33%;
  table-layout: fixed;
}

.fullservice.after .full-answer .my-score .score-list label {
  padding: 0 0.3125rem;
  text-align: center;
  font-size: 4.44444vw;
  font-weight: 700;
  color: #000;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-answer .my-score .score-list label {
    padding: 0 10px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-answer .my-score .score-list label {
    font-size: 32px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-answer .my-score .score-list label {
    font-size: 28px;
    font-weight: 400;
  }
}

.fullservice.after .full-answer .my-score .score-list input {
  width: 100%;
  padding: 0 0.3125rem;
  border: 1px solid #7d7d7d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-answer .my-score .score-list input {
    padding: 0 10px;
  }
}

.fullservice.after .full-answer .my-score .score-list input::-webkit-outer-spin-button, .fullservice.after .full-answer .my-score .score-list input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

.fullservice.after .full-answer .my-score .score-list input[type="number"] {
  -moz-appearance: textfield;
}

.fullservice.after .full-answer .my-score .full-desc {
  margin-top: 0.3125rem;
  color: #000;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-answer .my-score .full-desc {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-answer .my-score .full-desc {
    margin-top: 100px;
  }
}

.fullservice.after .full-answer .my-score .action-coupon {
  margin-top: 1.25rem;
  text-align: center;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-answer .my-score .action-coupon {
    margin-top: 40px;
  }
}

.fullservice.after .full-answer .my-score .action-coupon a {
  position: relative;
  display: block;
  padding: 0.65625rem 0;
  font-size: 4.16667vw;
  font-weight: 700;
  color: #fff;
  background-color: #2a3dff;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-answer .my-score .action-coupon a {
    padding: 21px 0;
  }
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-answer .my-score .action-coupon a {
    font-size: 30px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-answer .my-score .action-coupon a {
    padding: 8px 0;
    font-size: 23px;
    color: #000;
    background-color: #ffd000;
  }
}

.fullservice.after .full-answer .my-score .action-coupon a:after {
  right: 10%;
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 1.38889vw;
  height: 1.38889vw;
  margin-top: -0.69444vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-width: 1px;
  border-right-width: 1px;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-answer .my-score .action-coupon a:after {
    width: 10px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-answer .my-score .action-coupon a:after {
    height: 10px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-answer .my-score .action-coupon a:after {
    margin-top: -5px;
  }
}

.fullservice.after .full-answer .my-score .action-recommend {
  margin-top: 1.25rem;
  text-align: center;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-answer .my-score .action-recommend {
    margin-top: 40px;
  }
}

.fullservice.after .full-answer .my-score .action-recommend a {
  position: relative;
  display: inline-block;
}

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

@media screen and (min-width: 720px) {
  .fullservice.after .full-answer .my-score .action-recommend a:after {
    width: 57px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-answer .my-score .action-recommend a:after {
    height: 65px;
  }
}

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

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

.fullservice.after .full-qna {
  padding: 3.125rem 0;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-qna {
    padding: 100px 0;
  }
}

.fullservice.after .full-qna .full-desc {
  margin: 4.16667%;
  text-align: center;
  font-size: 3.47222vw;
  color: #000;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-qna .full-desc {
    font-size: 25px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-qna .full-desc {
    margin: 15px 0;
    font-size: 22px;
  }
}

.fullservice.after .full-qna .notice-list {
  margin: 0 4.16667%;
  margin-top: 1.25rem;
  padding: 0.9375rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-qna .notice-list {
    margin-top: 40px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-qna .notice-list {
    padding: 30px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-qna .notice-list {
    display: table;
    width: 100%;
    height: 120px;
    margin: 80px 0 0;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-qna .notice-list .item {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
  }
}

.fullservice.after .full-qna .notice-list .item.title {
  font-size: 2.91667vw;
  font-weight: 700;
  color: #000;
  text-align: left;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-qna .notice-list .item.title {
    font-size: 21px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-qna .notice-list .item.title {
    width: 20%;
    text-align: center;
    font-size: 17px;
  }
}

.fullservice.after .full-qna .notice-list .item.list {
  margin-top: 0.3125rem;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-qna .notice-list .item.list {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-qna .notice-list .item.list {
    width: 80%;
    margin-top: 0;
    padding-left: 40px;
    border-left: 1px solid #ccc;
  }
}

.fullservice.after .full-qna .notice-list .item.list li {
  position: relative;
  padding-left: 10px;
  text-align: left;
  font-size: 2.77778vw;
  font-weight: 400;
  color: #666;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-qna .notice-list .item.list li {
    font-size: 20px;
  }
}

.fullservice.after .full-qna .notice-list .item.list li:before {
  content: '·';
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-qna .notice-list .item.list li {
    font-size: 16px;
  }
}

.fullservice.after .full-qna .full-table .qna-table {
  margin: 0 4.16667%;
  margin-top: 1.5625rem;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-qna .full-table .qna-table {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-qna .full-table .qna-table {
    margin-right: 0;
    margin-left: 0;
  }
}

.fullservice.after .full-qna .full-table .qna-table.qna-list .subject {
  text-align: left;
  padding: 0;
}

.fullservice.after .full-qna .full-table .qna-table.qna-list th,
.fullservice.after .full-qna .full-table .qna-table.qna-list td {
  border-left: 0;
}

.fullservice.after .full-qna .full-table .qna-table.qna-list th {
  padding-right: 0;
  padding-left: 0;
}

.fullservice.after .full-qna .full-table .qna-table.qna-list td {
  text-align: center;
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-qna .full-table .qna-table.qna-list .pagination {
    margin-top: 90px;
    position: absolute;
    left: 0;
    right: 0;
  }
  .fullservice.after .full-qna .full-table .qna-table.qna-list .action-table {
    margin-top: 17px;
    padding-bottom: 86px;
  }
}

.fullservice.after .full-qna .full-table .qna-table.qna-write td.lecture label {
  display: inline-block;
  width: 48%;
  margin: 1px 0;
  cursor: pointer;
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-qna .full-table .qna-table.qna-write td.lecture label {
    width: 20%;
  }
}

.fullservice.after .full-qna .full-table .qna-table.qna-write select,
.fullservice.after .full-qna .full-table .qna-table.qna-write input[type='text'],
.fullservice.after .full-qna .full-table .qna-table.qna-write textarea {
  width: 100%;
  height: 40px;
  margin-top: 0;
  vertical-align: middle;
  font-size: 3.05556vw;
  border: 1px solid #ccc;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-qna .full-table .qna-table.qna-write select,
  .fullservice.after .full-qna .full-table .qna-table.qna-write input[type='text'],
  .fullservice.after .full-qna .full-table .qna-table.qna-write textarea {
    font-size: 22px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-qna .full-table .qna-table.qna-write select,
  .fullservice.after .full-qna .full-table .qna-table.qna-write input[type='text'],
  .fullservice.after .full-qna .full-table .qna-table.qna-write textarea {
    font-size: 16px;
  }
}

.fullservice.after .full-qna .full-table .qna-table.qna-write input[type='radio'] {
  display: inline-block;
  margin: 0;
  line-height: 1;
}

.fullservice.after .full-qna .full-table .qna-table.qna-write textarea {
  height: 130px;
  line-height: 1.4;
}

.fullservice.after .full-qna .full-table table {
  width: 100%;
  border-top: 2px solid #c2c2c2;
  table-layout: fixed;
  background-color: #fff;
}

.fullservice.after .full-qna .full-table th,
.fullservice.after .full-qna .full-table td {
  padding: 0.625rem 0.3125rem;
  line-height: 1.4;
  text-align: left;
  font-size: 3.05556vw;
  color: #2d2d2d;
  border-bottom: 1px solid #c2c2c2;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-qna .full-table th,
  .fullservice.after .full-qna .full-table td {
    padding: 20px 10px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-qna .full-table th,
  .fullservice.after .full-qna .full-table td {
    font-size: 22px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-qna .full-table th,
  .fullservice.after .full-qna .full-table td {
    font-size: 16px;
  }
}

.fullservice.after .full-qna .full-table th {
  text-align: center;
  font-weight: 500;
  color: #535261;
  background-color: #edeef2;
}

.fullservice.after .full-qna .full-table td a {
  display: inline-block;
  width: 90%;
  padding: 0.3125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  color: #666;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-qna .full-table td a {
    padding: 10px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-qna .full-table td a:hover {
    color: #333;
    text-decoration: underline;
  }
}

.fullservice.after .full-qna .full-table td.original a {
  width: auto;
  padding: 0;
  font-weight: 700;
}

.fullservice.after .full-qna .full-table td.original .original-box {
  margin-top: 0.3125rem;
  padding: 0.3125rem;
  color: #999;
  background-color: #f9f9f9;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-qna .full-table td.original .original-box {
    margin-top: 10px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-qna .full-table td.original .original-box {
    padding: 10px;
  }
}

.fullservice.after .full-qna .full-table td.original .original-box .desc {
  margin-top: 0.15625rem;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-qna .full-table td.original .original-box .desc {
    margin-top: 5px;
  }
}

.fullservice.after .full-qna .full-table .action-table {
  margin-top: 1.25rem;
  font-size: 0;
}

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

@media screen and (min-width: 1100px) {
  .fullservice.after .full-qna .full-table .action-table {
    margin-top: 10px;
    text-align: right;
  }
}

.fullservice.after .full-qna .full-table .action-table .btn {
  display: inline-block;
  width: calc(50% - 2px);
  margin: 0.0625rem;
  padding: 0.46875rem;
  text-align: center;
  font-size: 3.05556vw;
  color: #666;
  border: 1px solid #aaa;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-qna .full-table .action-table .btn {
    margin: 2px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-qna .full-table .action-table .btn {
    padding: 15px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-qna .full-table .action-table .btn {
    font-size: 22px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-qna .full-table .action-table .btn {
    width: 140px;
    padding: 4px;
    font-size: 16px;
  }
}

.fullservice.after .full-qna .full-table .action-table .btn:only-child {
  width: 100%;
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-qna .full-table .action-table .btn:only-child {
    width: 140px;
  }
}

.fullservice.after .full-qna .full-table .action-table .btn-black {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

.fullservice.after .full-qna .full-table .action-table .btn-yellow {
  color: #000;
  border-color: #ffd000;
  background-color: #ffd000;
}

.fullservice.after .full-qna .full-table .action-table .btn-gray {
  color: #fff;
  border-color: #898989;
  background-color: #898989;
}

.fullservice.after .full-qna .full-table .action-table .btn-white {
  color: #666;
  border-color: #aaa;
  background-color: #fff;
}

.fullservice.after .full-qna .full-table .pagination {
  margin-top: 30px;
  text-align: center;
}

.fullservice.after .full-qna .full-table .pagination a {
  position: relative;
  display: inline-block;
  height: 18px;
  padding: 0 10px;
  line-height: 18px;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 700;
  color: #666;
}

.fullservice.after .full-qna .full-table .pagination a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 10px;
  margin-top: -5px;
  background-color: #666;
}

.fullservice.after .full-qna .full-table .pagination a.control:before {
  width: 8px;
  height: 8px;
  border-width: 0;
  border-style: solid;
  border-color: #999;
  background-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fullservice.after .full-qna .full-table .pagination a.control-prev:before {
  border-bottom-width: 2px;
  border-left-width: 2px;
}

.fullservice.after .full-qna .full-table .pagination a.control-next:before {
  border-top-width: 2px;
  border-right-width: 2px;
}

.fullservice.after .full-qna .full-table .pagination a.active {
  color: #4749d4;
}

.fullservice.after .full-free {
  padding-bottom: 3.75rem;
  text-align: center;
  background-color: #f6f6f6;
}

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

.fullservice.after .full-free .notice-list {
  margin: 0 4.16667%;
  text-align: center;
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-free .notice-list {
    margin: 0;
  }
}

.fullservice.after .full-free .notice-list li {
  position: relative;
  display: block;
  font-size: 3.47222vw;
  font-weight: 300;
  color: #000;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-free .notice-list li {
    font-size: 25px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-free .notice-list li {
    display: inline-block;
    font-size: 22px;
  }
}

.fullservice.after .full-free .teacher-list {
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fullservice.after .full-free .teacher-list .teacher {
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-free .teacher-list .teacher {
    width: 50%;
    margin: 0;
    text-align: center;
  }
}

.fullservice.after .full-free .teacher-list .teacher-1 .action-teacher {
  top: 33.58209%;
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-free .teacher-list .teacher-1 .action-teacher {
    top: 525px;
  }
}

.fullservice.after .full-free .action-teacher {
  position: absolute;
  top: 37.31343%;
  right: 4.86111%;
  width: 22.36111%;
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-free .action-teacher {
    top: 525px;
    right: auto;
    left: 324px;
    width: auto;
  }
}

.fullservice.after .full-free .action-teacher a {
  display: block;
  margin-top: 0.625rem;
}

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

.fullservice.after .full-free .action-teacher a:first-child {
  margin-top: 0;
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-free .action-teacher a {
    display: inline-block;
    margin-top: 0;
  }
}

.fullservice.after .full-free .action-lecture {
  margin: 0 6.94444%;
  font-size: 0;
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-free .action-lecture {
    margin: 0 7px;
  }
}

.fullservice.after .full-free .action-lecture a {
  position: relative;
  display: inline-block;
  width: calc(50% - 20px);
  margin: 1.38889%;
  padding: 0.78125rem;
  font-size: 4.16667vw;
  color: #222;
  font-weight: 700;
  border-radius: 0.3125rem;
  background: #e0e0e0;
  background-image: -webkit-linear-gradient(top, #e0e0e0, #cbcbcb);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 0 0 #fff;
  box-shadow: inset 0 1px 0 0 #fff;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-free .action-lecture a {
    padding: 25px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-free .action-lecture a {
    font-size: 30px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-free .action-lecture a {
    border-radius: 10px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-free .action-lecture a {
    width: 227px;
    margin: 5px;
    padding: 15px;
    font-size: 22px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-free .action-lecture a:hover {
    background: #fce100;
    background-image: -webkit-linear-gradient(top, #fce100, #fcc800);
    -webkit-box-shadow: inset 0 1px 0 0 #fff;
    box-shadow: inset 0 1px 0 0 #fff;
  }
}

.fullservice.after .full-free .action-lecture a:after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 1.38889vw;
  height: 1.38889vw;
  margin-top: -0.69444vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-width: 1px;
  border-right-width: 1px;
  right: 10%;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-free .action-lecture a:after {
    width: 10px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-free .action-lecture a:after {
    height: 10px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-free .action-lecture a:after {
    margin-top: -5px;
  }
}

.fullservice.after .full-free .full-desc {
  margin: 0 6.94444%;
  margin-top: 0.3125rem;
  text-align: left;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-free .full-desc {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-free .full-desc {
    margin: 0 0 0 80px;
    text-align: left;
  }
}

.fullservice.after .full-review {
  background: #f3f3f3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fff), to(#f3f3f3));
  background: linear-gradient(top, #fff 1%, #f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='e1cbaa', endColorstr='#f3f3f3',GradientType=0 );
  padding-bottom: 3.125rem;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-review {
    padding-bottom: 100px;
  }
}

.fullservice.after .full-review .full-sub-title {
  padding-top: 3.125rem;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-review .full-sub-title {
    padding-top: 100px;
  }
}

.fullservice.after .full-review .write-list {
  margin: 0 4.86111%;
  margin-top: 1.5625rem;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-review .write-list {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-review .write-list {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-review .write-list > div {
    float: left;
    height: 160px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-review .write-list > div.desc {
    width: 82%;
  }
}

.fullservice.after .full-review .write-list > div.desc input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  line-height: 50px;
  font-size: 2.5vw;
  color: #222;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-review .write-list > div.desc input {
    font-size: 18px;
  }
}

.fullservice.after .full-review .write-list > div.desc textarea {
  width: 100%;
  height: 100px;
  margin-top: 10px;
  padding: 10px;
  overflow-y: auto;
  font-size: 2.5vw;
  color: #222;
  border: none;
  outline: none;
  resize: none;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-review .write-list > div.desc textarea {
    font-size: 18px;
  }
}

.fullservice.after .full-review .write-list > div.action {
  margin: 0;
  margin-top: 0.3125rem;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-review .write-list > div.action {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-review .write-list > div.action {
    display: table;
    float: right;
    width: 16%;
    margin-top: 0;
  }
}

.fullservice.after .full-review .write-list > div.action a {
  display: block;
  padding: 0.625rem 0;
  font-size: 3.88889vw;
  font-weight: 700;
  color: #fff;
  border-color: #6d36d1;
  border-radius: 5px;
  background-color: #6d36d1;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-review .write-list > div.action a {
    padding: 20px 0;
  }
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-review .write-list > div.action a {
    font-size: 28px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-review .write-list > div.action a {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding: 0;
    vertical-align: middle;
  }
}

.fullservice.after .full-review .write-list > div.action a:after {
  right: 10%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-color: #fff;
}

.fullservice.after .full-review .write-list + .notice {
  margin-top: 0.3125rem;
  margin-left: 4.86111%;
  text-align: left;
  font-size: 2.36111vw;
  font-weight: 400;
  color: #999;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-review .write-list + .notice {
    margin-top: 10px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-review .write-list + .notice {
    font-size: 17px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-review .write-list + .notice {
    margin-left: 0;
  }
}

.fullservice.after .full-review .review-list {
  margin: 0 4.86111%;
  margin-top: 1.875rem;
  border-bottom: 1px solid #777;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-review .review-list {
    margin-top: 60px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-review .review-list {
    margin-right: 0;
    margin-left: 0;
  }
}

.fullservice.after .full-review .review-list .list {
  border-top: 1px solid #eaeaea;
}

.fullservice.after .full-review .review-list .list > div {
  padding: 0.9375rem 0 0.9375rem 0.375rem;
  font-size: 2.22222vw;
  color: #333;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-review .review-list .list > div {
    padding: 30px 0 30px 12px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-review .review-list .list > div {
    font-size: 16px;
  }
}

.fullservice.after .full-review .review-list .list > div.number {
  width: 8%;
}

.fullservice.after .full-review .review-list .list > div.user {
  width: 12%;
}

.fullservice.after .full-review .review-list .list > div.desc {
  position: relative;
  width: 80%;
  padding-right: 0.625rem;
  text-align: left;
  line-height: 1.5;
  word-wrap: break-word;
  word-break: keep-all;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-review .review-list .list > div.desc {
    padding-right: 20px;
  }
}

.fullservice.after .full-review .review-list .list:first-child {
  border-top-width: 0.09375rem;
  border-top-color: #777;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-review .review-list .list:first-child {
    border-top-width: 3px;
  }
}

.fullservice.after .full-review .review-list .list.no-list .desc {
  float: none;
  width: 100%;
  padding: 1.5625rem 0;
  font-size: 3.05556vw;
  text-align: center;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-review .review-list .list.no-list .desc {
    padding: 50px 0;
  }
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-review .review-list .list.no-list .desc {
    font-size: 22px;
  }
}

.fullservice.after .full-review .review-list .review-delete {
  position: absolute;
  top: 1.09375rem;
  right: 0.3125rem;
  display: block;
  font-size: 0;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-review .review-list .review-delete {
    top: 35px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-review .review-list .review-delete {
    right: 10px;
  }
}

.fullservice.after .full-review .list-more {
  display: block;
  margin: 0 4.86111%;
  margin-top: 0.625rem;
}

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

@media screen and (min-width: 1100px) {
  .fullservice.after .full-review .list-more {
    display: none;
  }
}

.fullservice.after .full-review .list-more a {
  display: block;
  padding: 0.46875rem;
  text-align: center;
  font-size: 3.61111vw;
  color: #555;
  border: 1px solid #aaa;
  background-color: #fff;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-review .list-more a {
    padding: 15px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-review .list-more a {
    font-size: 26px;
  }
}

.fullservice.after .full-review .list-more a span {
  position: relative;
  display: inline-block;
  padding-right: 0.9375rem;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-review .list-more a span {
    padding-right: 30px;
  }
}

.fullservice.after .full-review .list-more a span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 1.38889vw;
  height: 1.38889vw;
  margin-top: -0.69444vw;
  border-width: 0;
  border-style: solid;
  border-color: #555;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom-width: 1px;
  border-right-width: 1px;
  right: 0;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-review .list-more a span:after {
    width: 10px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-review .list-more a span:after {
    height: 10px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-review .list-more a span:after {
    margin-top: -5px;
  }
}

.fullservice.after .full-review .pagination {
  display: none;
  margin-top: 30px;
  text-align: center;
}

@media screen and (min-width: 1100px) {
  .fullservice.after .full-review .pagination {
    display: block;
  }
}

.fullservice.after .full-review .pagination a {
  position: relative;
  display: inline-block;
  height: 18px;
  padding: 0 10px;
  line-height: 18px;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 700;
  color: #666;
}

.fullservice.after .full-review .pagination a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 10px;
  margin-top: -5px;
  background-color: #999;
}

.fullservice.after .full-review .pagination a.control {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  color: transparent;
  border: 1px solid #d8d8d8;
  background: none;
}

.fullservice.after .full-review .pagination a.control:before {
  background: none;
}

.fullservice.after .full-review .pagination a.control-prev:before {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 0.69444vw;
  height: 0.69444vw;
  margin-top: -0.34722vw;
  border-width: 0;
  border-style: solid;
  border-color: #949494;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom-width: 1px;
  border-left-width: 1px;
  left: 8px;
}

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

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

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

.fullservice.after .full-review .pagination a.control-next:before {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 0.69444vw;
  height: 0.69444vw;
  margin-top: -0.34722vw;
  border-width: 0;
  border-style: solid;
  border-color: #949494;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-width: 1px;
  border-right-width: 1px;
  left: 5px;
}

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

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

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

.fullservice.after .full-review .pagination a.control + a:before {
  display: none;
}

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

.fullservice.after .full-notice {
  padding-bottom: 1.5625rem;
  background-color: #eee;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-notice {
    padding-bottom: 50px;
  }
}

.fullservice.after .full-notice .title {
  color: #222;
  margin: 0 4.86111%;
  margin-top: 1.5625rem;
  text-align: left;
  font-size: 3.47222vw;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-notice .title {
    margin-top: 50px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-notice .title {
    font-size: 25px;
  }
}

.fullservice.after .full-notice .title + ul {
  margin: 0 4.86111%;
  margin-top: 0.3125rem;
}

@media screen and (min-width: 720px) {
  .fullservice.after .full-notice .title + ul {
    margin-top: 10px;
  }
}

.fullservice.after .full-notice li {
  color: #666;
}

.container.full-top {
  background-color: #1D2266;
}

.container.full-top.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.full-floating {
  position: fixed;
  bottom: 21.9vw;
  right: 0;
  width: 20%;
  z-index: 99;
}

.full-floating a {
  display: inline-block;
  margin-top: 10px;
}

@media screen and (min-width: 1100px) {
  .full-floating {
    display: none;
  }
}

.content-title {
  text-align: center;
}

.content-title p {
  font-size: 5.55556vw;
  letter-spacing: -0.27778vw;
}

@media screen and (min-width: 720px) {
  .content-title p {
    font-size: 40px;
  }
}

@media screen and (min-width: 720px) {
  .content-title p {
    letter-spacing: -2px;
  }
}

.content-title strong {
  font-size: 6.94444vw;
  letter-spacing: -0.27778vw;
  font-weight: 900;
}

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

@media screen and (min-width: 720px) {
  .content-title strong {
    letter-spacing: -2px;
  }
}

.sector-product.after {
  padding: 11.11111vw 0;
}

@media screen and (min-width: 720px) {
  .sector-product.after {
    padding: 80px 0;
  }
}

@media (max-width: 320px) {
  .fullservice.after .full-answer .answer-list .action-answer a {
    margin-top: 4.85556vw;
  }
}

@media (max-width: 280px) {
  .fullservice.after .full-answer .answer-list .action-answer a {
    margin-top: 3.25556vw;
  }
}

.write-list {
  margin: 0 4.86111%;
  margin-top: 1.5625rem;
}

@media screen and (min-width: 720px) {
  .write-list {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1100px) {
  .write-list {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 1100px) {
  .write-list > div {
    float: left;
    height: 160px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 1100px) {
  .write-list > div.desc {
    width: 82%;
  }
}

.write-list > div.desc input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  line-height: 50px;
  font-size: 2.5vw;
  color: #222;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

@media screen and (min-width: 720px) {
  .write-list > div.desc input {
    font-size: 18px;
  }
}

.write-list > div.desc textarea {
  width: 100%;
  height: 100px;
  margin-top: 10px;
  padding: 10px;
  overflow-y: auto;
  font-size: 2.5vw;
  color: #222;
  border: none;
  outline: none;
  resize: none;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

@media screen and (min-width: 720px) {
  .write-list > div.desc textarea {
    font-size: 18px;
  }
}

.write-list > div.action {
  margin: 0;
  margin-top: 0.3125rem;
}

@media screen and (min-width: 720px) {
  .write-list > div.action {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1100px) {
  .write-list > div.action {
    display: table;
    float: right;
    width: 16%;
    margin-top: 0;
  }
}

.write-list > div.action a {
  display: block;
  padding: 0.625rem 0;
  font-size: 3.88889vw;
  font-weight: 700;
  color: #fff;
  border-color: #6d36d1;
  border-radius: 5px;
  background-color: #6d36d1;
}

@media screen and (min-width: 720px) {
  .write-list > div.action a {
    padding: 20px 0;
  }
}

@media screen and (min-width: 720px) {
  .write-list > div.action a {
    font-size: 28px;
  }
}

@media screen and (min-width: 1100px) {
  .write-list > div.action a {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding: 0;
    vertical-align: middle;
  }
}

.write-list > div.action a:after {
  right: 10%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-color: #fff;
}

.write-list + .notice {
  margin-top: 0.3125rem;
  margin-left: 4.86111%;
  text-align: left;
  font-size: 2.36111vw;
  font-weight: 400;
  color: #999;
}

@media screen and (min-width: 720px) {
  .write-list + .notice {
    margin-top: 10px;
  }
}

@media screen and (min-width: 720px) {
  .write-list + .notice {
    font-size: 17px;
  }
}

@media screen and (min-width: 1100px) {
  .write-list + .notice {
    margin-left: 0;
  }
}

.wrap {
  position: relative;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.btn-text {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 1;
  font-weight: 400;
  padding: 5px 20px 7px 10px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.4);
  color: rgba(0, 0, 0, 0.8);
  border: 0;
  border-radius: 4px;
}

.btn-text:after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 5px;
  height: 5px;
  margin-top: -3.5px;
  border-width: 0;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(-49deg);
  border-bottom-width: 1px;
  border-right-width: 1px;
  right: 10px;
  border-color: rgba(0, 0, 0, 0.8);
}

.btn-text.type2 {
  border: 1px solid transparent !important;
  color: #fff !important;
  background: #6d36d1 !important;
  border-radius: 4px;
}

.btn-text.type2:after {
  border-color: #fff;
}

.full-floating-banner {
  left: 50%;
  top: 300px;
  bottom: auto;
  margin-left: -790px;
  width: 181px;
  height: 215px;
}

.full-benefit.after .review-write {
  position: relative;
  top: -100px;
  padding-top: 50px;
}

.full-board .wrap {
  width: 1000px;
}

.full-board .notice-board {
  padding: 29px 0 60px;
}

.full-board .notice-board:before, .full-board .notice-board:after {
  width: 994px;
  background-size: auto;
}

.full-board .notice-board:before {
  height: 74px;
  background-image: url("//img.eduwill.net/eduwill/img/2022/5/fullservice/220307/pc/board_top.png");
}

.full-board .notice-board:after {
  height: 78px;
  background-image: url("//img.eduwill.net/eduwill/img/2022/5/fullservice/220307/pc/board_bottom.png");
  bottom: -14px;
}

.full-board .notice-board .inner {
  padding: 30px 80px 15px;
  background-image: url("//img.eduwill.net/eduwill/img/2022/5/fullservice/220307/pc//board_middle.png");
  background-position: 26px 0;
  background-repeat-x: no-repeat;
  background-size: auto;
}

.full-board .notice-board .inner p {
  line-height: 1.7;
  font-size: 4.44444vw;
  font-weight: 600;
  text-align: center;
}

@media screen and (min-width: 720px) {
  .full-board .notice-board .inner p {
    font-size: 32px;
  }
}

.full-answer .answer-list {
  margin-right: 0;
  margin-left: 0;
  width: 854px;
  height: 358px;
  right: 49px;
  bottom: -9px;
  top: auto;
}

.full-answer .answer-list .item {
  padding-right: 0;
}

.full-answer .answer-list .item:first-child {
  padding-left: 0;
}

.full-answer .answer-list .item .action-answer {
  width: 216px;
}

.full-answer .answer-list .action-answer a {
  height: 60px;
  padding: 0;
  margin-top: 17px;
}

.full-answer .my-score {
  margin-top: 130px;
}

.full-answer .my-score .holder {
  position: absolute;
  top: 160px;
  right: 50px;
  left: 50px;
  margin: 0;
}

.full-answer .my-score .core {
  margin-left: 550px;
  padding: 0;
  border: none;
  background: none;
}

.full-answer .my-score .score-list .item {
  height: 50px;
}

.full-answer .my-score .score-list label {
  font-size: 28px;
  font-weight: 400;
}

.full-answer .my-score .full-desc {
  margin-top: 100px;
}

.full-answer .my-score .action-coupon a {
  padding: 8px 0;
  font-size: 23px;
  color: #000;
  background-color: #ffd000;
}

.full-answer .my-score .action-coupon a:after {
  right: 10%;
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 1.38889vw;
  height: 1.38889vw;
  margin-top: -0.69444vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-width: 1px;
  border-right-width: 1px;
}

@media screen and (min-width: 720px) {
  .full-answer .my-score .action-coupon a:after {
    width: 10px;
  }
}

@media screen and (min-width: 720px) {
  .full-answer .my-score .action-coupon a:after {
    height: 10px;
  }
}

@media screen and (min-width: 720px) {
  .full-answer .my-score .action-coupon a:after {
    margin-top: -5px;
  }
}

.sector-title {
  background-image: url("//img.eduwill.net/eduwill/img/2022/5/fullservice/220307/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}

.sector-title .action {
  position: absolute;
  top: 154px;
  right: 60px;
}

.sector-band {
  padding: 30px;
}

.sector-band.type-2 {
  background-color: #f2f2f2;
  background-image: url("//img.eduwill.net/eduwill/img/2022/5/fullservice/220307/pc/bg_band_type2.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}

.sector-service .action {
  top: 218px;
  left: 499px;
}

.sector-service .teacher-btn {
  right: 0;
  left: 0;
  width: auto;
  bottom: 177px;
  top: auto;
  text-align: center;
}

.sector-service .teacher-btn .action-list {
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}

.sector-service .teacher-btn .action-list a {
  width: 22%;
  margin: 5px;
  padding: 15px 60px 15px 50px;
}

.sector-product {
  padding: 2.5rem 0;
}

@media screen and (min-width: 720px) {
  .sector-product {
    padding: 80px 0;
  }
}

.sector-product .full-sub-title {
  margin: 0;
}

.sector-product .full-sub-title span {
  display: inline-block;
}

.sector-product .full-video {
  margin: 0;
}

.sector-product .full-desc {
  margin: 10px 0 0;
}

.sector-product .product-list {
  margin: 0 0 0 -44px;
}

.sector-product .product-list .item {
  float: left;
  width: calc(50% - 44px);
  margin: 34px 0 0 44px;
}

.sector-product .product-list .item:nth-child(odd) {
  padding-right: 0.375rem;
}

@media screen and (min-width: 720px) {
  .sector-product .product-list .item:nth-child(odd) {
    padding-right: 12px;
  }
}

@media screen and (min-width: 1100px) {
  .sector-product .product-list .item:nth-child(odd) {
    padding-right: 0;
  }
}

.sector-product .product-list .item:nth-child(even) {
  padding-left: 0.375rem;
}

@media screen and (min-width: 720px) {
  .sector-product .product-list .item:nth-child(even) {
    padding-left: 12px;
  }
}

@media screen and (min-width: 1100px) {
  .sector-product .product-list .item:nth-child(even) {
    padding-left: 0;
  }
}

.sector-product .product-list.type2 a {
  background-color: #6d36d1;
}

.sector-product .product-list a {
  padding: 15px 30px 30px;
}

.sector-product .product-list a .go:after {
  width: 5px;
  height: 5px;
  top: 57%;
}

.sector-product .product-list a p.discount {
  display: inline-block;
  padding: 0 10px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  background-color: #3b49d0;
}
/*# sourceMappingURL=web.css.map */