@charset "UTF-8";
.fullservice .full-tab .cover p, .fullservice .full-tab-contents .cover p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-item: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid, .fullservice .full-tab ul, .fullservice .full-answer .answer-list, .fullservice .full-answer .my-score .score-list, .fullservice .full-free .teacher-list, .fullservice .full-challenge .product-list {
  *zoom: 1;
}

.grid:before, .fullservice .full-tab ul:before, .fullservice .full-answer .answer-list:before, .fullservice .full-answer .my-score .score-list:before, .fullservice .full-free .teacher-list:before, .fullservice .full-challenge .product-list:before, .grid:after, .fullservice .full-tab ul:after, .fullservice .full-answer .answer-list:after, .fullservice .full-answer .my-score .score-list:after, .fullservice .full-free .teacher-list:after, .fullservice .full-challenge .product-list:after {
  content: '';
  display: table;
}

.grid:after, .fullservice .full-tab ul:after, .fullservice .full-answer .answer-list:after, .fullservice .full-answer .my-score .score-list:after, .fullservice .full-free .teacher-list:after, .fullservice .full-challenge .product-list:after {
  clear: both;
}

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

.grid, .fullservice .full-tab ul, .fullservice .full-answer .answer-list, .fullservice .full-answer .my-score .score-list, .fullservice .full-free .teacher-list, .fullservice .full-challenge .product-list {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.grid .col, .fullservice .full-tab ul .col, .fullservice .full-answer .answer-list .col, .fullservice .full-answer .my-score .score-list .col, .fullservice .full-free .teacher-list .col, .fullservice .full-challenge .product-list .col, .grid .fullservice .full-tab li, .fullservice .full-tab .grid li, .fullservice .full-tab ul li, .fullservice .full-answer .answer-list .full-tab li, .fullservice .full-tab .full-answer .answer-list li, .fullservice .full-answer .my-score .score-list .full-tab li, .fullservice .full-tab .full-answer .my-score .score-list li, .fullservice .full-free .teacher-list .full-tab li, .fullservice .full-tab .full-free .teacher-list li, .fullservice .full-challenge .product-list .full-tab li, .fullservice .full-tab .full-challenge .product-list li, .fullservice .full-answer .answer-list .item, .fullservice .full-answer .my-score .score-list .item, .fullservice .full-free .teacher-list .teacher, .fullservice .full-challenge .product-list .item {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

.fullservice .container {
  position: relative;
}

.fullservice .wrap {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

@media screen and (min-width: 1100px) {
  .fullservice .wrap {
    width: 1100px;
    max-width: 100%;
  }
}

.fullservice .item {
  position: relative;
}

.fullservice .full-tab {
  background-color: #2646de;
  line-height: 1;
}

.fullservice .full-tab li {
  width: 50%;
  text-align: center;
}

.fullservice .full-tab li.on {
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
  background-color: #fff;
}

@media screen and (min-width: 720px) {
  .fullservice .full-tab li.on {
    border-top-left-radius: 10px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-tab li.on {
    border-top-right-radius: 10px;
  }
}

.fullservice .full-tab li.on a {
  color: #09227a;
}

.fullservice .full-tab li a {
  display: block;
  padding: 1.34375rem 0 1.375rem;
  font-size: 4.58333vw;
  font-weight: 700;
  color: #4ac6e9;
}

@media screen and (min-width: 720px) {
  .fullservice .full-tab li a {
    padding: 43px 0 44px;
  }
}

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

.fullservice .full-tab .cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.7);
}

.fullservice .full-tab .cover p {
  height: 100%;
  font-size: 4.16667vw;
  font-weight: 700;
  color: #fff;
}

@media screen and (min-width: 720px) {
  .fullservice .full-tab .cover p {
    font-size: 30px;
  }
}

.fullservice .full-tab-contents {
  position: relative;
}

.fullservice .full-tab-contents .cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
}

.fullservice .full-tab-contents .cover p {
  height: 100%;
  font-size: 6.94444vw;
  font-weight: 700;
  color: #fff;
}

@media screen and (min-width: 720px) {
  .fullservice .full-tab-contents .cover p {
    font-size: 50px;
  }
}

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

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

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

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

.layer-dimmed {
  display: none;
  position: fixed;
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: #000;
  opacity: .8;
  overflow: hidden;
}

.layer-video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10001;
  max-width: 768px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.layer-video .layer-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 60px;
  top: -60px;
  z-index: 10002;
}

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

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

.layer-video .layer-close:after {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

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

.layer-video .layer-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.layer-video .layer-box iframe, .layer-video .layer-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: inherit;
     object-fit: inherit;
}

.fullservice .full-top {
  padding: 0.8125rem 0 1.0625rem;
  text-align: center;
  background-color: #f2f3ff;
}

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

.fullservice .full-top p.count {
  font-size: 5.69444vw;
  font-weight: 700;
  color: #202852;
  letter-spacing: -2px;
}

@media screen and (min-width: 720px) {
  .fullservice .full-top p.count {
    font-size: 41px;
  }
}

.fullservice .full-top p.count .highlight {
  font-size: 7.5vw;
  color: #223dbf;
}

@media screen and (min-width: 720px) {
  .fullservice .full-top p.count .highlight {
    font-size: 54px;
  }
}

.fullservice .full-top p.text {
  margin-top: 0.3125rem;
  font-size: 2.77778vw;
  font-weight: 300;
  color: #222;
}

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

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

.fullservice .full-title {
  padding-bottom: 3.96875rem;
  background-color: #a5d0fb;
  background-image: url("//img.eduwill.net/eduwill/img/2021/X/fullservice/210208/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

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

.fullservice .full-title .flag {
  position: absolute;
  top: 28.0345%;
  right: 33.05556%;
  left: 14.58333%;
}

@media screen and (min-width: 1100px) {
  .fullservice .full-title .flag {
    top: 39px;
    right: auto;
    left: 50%;
    margin-left: 42px;
  }
}

.fullservice .full-lecture {
  padding-bottom: 5.625rem;
  background-color: #f9f9f9;
}

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

.fullservice .full-lecture .full-action {
  margin: 0 12.63889%;
  margin-top: -1.5625rem;
  font-size: 0;
}

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

@media screen and (min-width: 1100px) {
  .fullservice .full-lecture .full-action {
    margin: 0 30px;
  }
}

.fullservice .full-lecture .full-action a {
  width: calc(50% - 9px);
  margin-top: 1.5625rem;
  position: relative;
  display: inline-block;
}

@media screen and (min-width: 720px) {
  .fullservice .full-lecture .full-action a {
    margin-top: 50px;
  }
}

.fullservice .full-lecture .full-action a:nth-child(odd) {
  margin-right: 9px;
}

.fullservice .full-lecture .full-action a:nth-child(even) {
  margin-left: 9px;
}

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

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

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

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

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

@media screen and (min-width: 1100px) {
  .fullservice .full-lecture .full-action a {
    width: auto;
    margin-top: 0;
    margin-left: 12px;
  }
  .fullservice .full-lecture .full-action a:first-child {
    margin-left: 0;
  }
  .fullservice .full-lecture .full-action a:nth-child(odd) {
    margin-right: 0;
  }
  .fullservice .full-lecture .full-action a:nth-child(even) {
    margin-left: 12px;
  }
}

.fullservice .full-notice {
  margin: 1.5625rem 0.9375rem 0;
}

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

.fullservice .full-notice li {
  position: relative;
  padding-left: 15px;
  font-size: 2.77778vw;
  color: rgba(0, 0, 0, 0.6);
}

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

@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-band {
  background-color: #1e34d5;
  background-image: url("//img.eduwill.net/eduwill/img/2021/X/fullservice/210208/pc/bg_band.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.fullservice .comment-event .comment-section .sns .step li {
  border-top-color: #3a8499;
}

@media screen and (min-width: 1100px) {
  .fullservice .comment-event .comment-section .title .bg {
    height: 494px;
  }
}

.fullservice .comment-event .comment-section .title .bg:before {
  content: '';
  position: absolute;
  top: -2.9375rem;
  right: 0;
  width: 18.125rem;
  height: 2.9375rem;
  background-image: url("//img.eduwill.net/eduwill/img/2021/X/fullservice/210208/pc/bg_event.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

@media screen and (min-width: 720px) {
  .fullservice .comment-event .comment-section .title .bg:before {
    top: -94px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .comment-event .comment-section .title .bg:before {
    width: 580px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .comment-event .comment-section .title .bg:before {
    height: 94px;
  }
}

.fullservice .full-sub-title {
  text-align: center;
  font-size: 6.25vw;
  font-weight: 700;
  color: #222;
}

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

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

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

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

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

.fullservice .full-answer {
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}

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

.fullservice .full-answer .answer-list {
  margin: 0 2.08333%;
  margin-top: 1.25rem;
}

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

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

.fullservice .full-answer .answer-list .item {
  width: 50%;
  padding: 0 2.08333%;
}

@media screen and (min-width: 1100px) {
  .fullservice .full-answer .answer-list .item {
    padding-right: 0;
    padding-left: 40px;
  }
  .fullservice .full-answer .answer-list .item:first-child {
    padding-right: 40px;
    padding-left: 0;
  }
}

.fullservice .full-answer .answer-list .action-answer a {
  position: relative;
  display: table;
  width: 100%;
  min-height: 3.375rem;
  margin-top: 0.6875rem;
  padding: 5% 0;
  text-align: center;
  line-height: 1.2;
  font-size: 4.44444vw;
  font-weight: 700;
  color: #fff;
  background-color: #898989;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 720px) {
  .fullservice .full-answer .answer-list .action-answer a {
    min-height: 108px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-answer .answer-list .action-answer a {
    margin-top: 22px;
  }
}

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

@media screen and (min-width: 1100px) {
  .fullservice .full-answer .answer-list .action-answer a {
    height: 108px;
    padding: 0;
  }
}

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

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

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

.fullservice .full-answer .answer-list .action-answer a.active {
  background-color: #3b49d0;
}

.fullservice .full-answer .answer-list .action-answer a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 2%;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-bottom: none;
  border-width: 0.3125rem;
  border-top-width: 0.46875rem;
  border-style: solid;
  border-color: transparent;
  border-top-color: #fff;
}

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

@media screen and (min-width: 720px) {
  .fullservice .full-answer .answer-list .action-answer a:after {
    border-top-width: 15px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice .full-answer .answer-list .action-answer a:after {
    right: 5%;
  }
}

.fullservice .full-answer .answer-list .action-answer a em {
  font-size: 3.61111vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1100px) {
  .fullservice .full-answer .my-score .score-list .item {
    height: 50px;
  }
}

.fullservice .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 .full-answer .my-score .score-list label {
    padding: 0 10px;
  }
}

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

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

.fullservice .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 .full-answer .my-score .score-list input {
    padding: 0 10px;
  }
}

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

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

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

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

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

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

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

.fullservice .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 .full-answer .my-score .action-coupon a {
    padding: 21px 0;
  }
}

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

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

.fullservice .full-answer .my-score .action-coupon a:after {
  right: 10%;
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 5px;
  height: 5px;
  margin-top: -2.5px;
  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: 1100px) {
  .fullservice .full-answer .my-score .action-coupon a:after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
}

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

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

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

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

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

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

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

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

.fullservice .full-qna {
  padding-bottom: 3.125rem;
  background-color: #fff;
}

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

.fullservice .full-qna .full-desc {
  text-align: center;
  font-size: 3.47222vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1100px) {
  .fullservice .full-qna .full-table .qna-table.qna-list .pagination {
    margin-top: 70px;
  }
  .fullservice .full-qna .full-table .qna-table.qna-list .action-table {
    margin-top: -86px;
    padding-bottom: 86px;
  }
}

.fullservice .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 .full-qna .full-table .qna-table.qna-write td.lecture label {
    width: 20%;
  }
}

.fullservice .full-qna .full-table .qna-table.qna-write select,
.fullservice .full-qna .full-table .qna-table.qna-write input[type='text'],
.fullservice .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 .full-qna .full-table .qna-table.qna-write select,
  .fullservice .full-qna .full-table .qna-table.qna-write input[type='text'],
  .fullservice .full-qna .full-table .qna-table.qna-write textarea {
    font-size: 22px;
  }
}

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

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

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

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

.fullservice .full-qna .full-table th,
.fullservice .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 .full-qna .full-table th,
  .fullservice .full-qna .full-table td {
    padding: 20px 10px;
  }
}

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

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

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

.fullservice .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 .full-qna .full-table td a {
    padding: 10px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice .full-qna .full-table td a:hover {
    color: #333;
    text-decoration: underline;
  }
}

.fullservice .full-qna .full-table td.original a {
  width: auto;
  padding: 0;
  font-weight: 700;
}

.fullservice .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 .full-qna .full-table td.original .original-box {
    margin-top: 10px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-qna .full-table td.original .original-box {
    padding: 10px;
  }
}

.fullservice .full-qna .full-table td.original .original-box .desc {
  margin-top: 0.15625rem;
}

@media screen and (min-width: 720px) {
  .fullservice .full-qna .full-table td.original .original-box .desc {
    margin-top: 5px;
  }
}

.fullservice .full-qna .full-table .action-table {
  margin-top: 1.25rem;
  font-size: 0;
}

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

@media screen and (min-width: 1100px) {
  .fullservice .full-qna .full-table .action-table {
    margin-top: 10px;
    text-align: right;
  }
}

.fullservice .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 .full-qna .full-table .action-table .btn {
    margin: 2px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-qna .full-table .action-table .btn {
    padding: 15px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-qna .full-table .action-table .btn {
    font-size: 22px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice .full-qna .full-table .action-table .btn {
    width: 140px;
    padding: 4px;
    font-size: 16px;
  }
}

.fullservice .full-qna .full-table .action-table .btn:only-child {
  width: 100%;
}

@media screen and (min-width: 1100px) {
  .fullservice .full-qna .full-table .action-table .btn:only-child {
    width: 140px;
  }
}

.fullservice .full-qna .full-table .action-table .btn-black {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

.fullservice .full-qna .full-table .action-table .btn-blue {
  color: #fff;
  border-color: #3b49d0;
  background-color: #3b49d0;
}

.fullservice .full-qna .full-table .action-table .btn-gray {
  color: #fff;
  border-color: #898989;
  background-color: #898989;
}

.fullservice .full-qna .full-table .action-table .btn-white {
  color: #666;
  border-color: #aaa;
  background-color: #fff;
}

.fullservice .full-qna .full-table .pagination {
  margin-top: 30px;
  text-align: center;
}

.fullservice .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 .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 .full-qna .full-table .pagination a.control + a:before {
  display: none;
}

.fullservice .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 .full-qna .full-table .pagination a.control-prev:before {
  border-bottom-width: 2px;
  border-left-width: 2px;
}

.fullservice .full-qna .full-table .pagination a.control-next:before {
  border-top-width: 2px;
  border-right-width: 2px;
}

.fullservice .full-qna .full-table .pagination a.active {
  color: #3b49d0;
}

.fullservice .full-free {
  padding-bottom: 3.75rem;
  text-align: center;
  background-color: #f7f7f7;
}

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

.fullservice .full-free .notice-list {
  display: inline-block;
}

.fullservice .full-free .notice-list li {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  font-size: 2.77778vw;
  font-weight: 400;
  color: #666;
}

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

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

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

.fullservice .full-free .teacher-list {
  margin-top: 0.9375rem;
}

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

.fullservice .full-free .teacher-list .teacher {
  width: 100%;
}

@media screen and (min-width: 1100px) {
  .fullservice .full-free .teacher-list .teacher {
    width: 50%;
  }
}

.fullservice .full-free .teacher-list .teacher-2 .action {
  left: 262px;
}

.fullservice .full-free .action-teacher {
  position: absolute;
  top: 438px;
  left: 298px;
}

.fullservice .full-free .action-lecture {
  margin: 0 6.94444%;
  font-size: 0;
}

@media screen and (min-width: 1100px) {
  .fullservice .full-free .action-lecture {
    margin: 0 7px;
  }
}

.fullservice .full-free .action-lecture a {
  position: relative;
  display: inline-block;
  width: 49%;
  padding: 0.84375rem 0;
  font-size: 3.05556vw;
  border: 1px solid #b3b3b4;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

@media screen and (min-width: 720px) {
  .fullservice .full-free .action-lecture a {
    padding: 27px 0;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-free .action-lecture a {
    font-size: 22px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice .full-free .action-lecture a {
    width: calc(50% - 7px);
    font-size: 18px;
  }
}

.fullservice .full-free .action-lecture a:first-child {
  margin-right: .5%;
}

@media screen and (min-width: 1100px) {
  .fullservice .full-free .action-lecture a:first-child {
    margin-right: 7px;
  }
}

.fullservice .full-free .action-lecture a:last-child {
  margin-left: .5%;
}

@media screen and (min-width: 1100px) {
  .fullservice .full-free .action-lecture a:last-child {
    margin-left: 7px;
  }
}

.fullservice .full-free .action-lecture a:hover {
  background-color: #f0f0f0;
}

.fullservice .full-free .action-lecture a:after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 5px;
  height: 5px;
  margin-top: -2.5px;
  border-width: 0;
  border-style: solid;
  border-color: #b3b3b4;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-width: 1px;
  border-right-width: 1px;
  right: 10%;
}

@media screen and (min-width: 1100px) {
  .fullservice .full-free .action-lecture a:after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
}

.fullservice .full-free .full-desc {
  margin: 0 6.94444%;
  margin-top: 0.3125rem;
  text-align: left;
}

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

@media screen and (min-width: 1100px) {
  .fullservice .full-free .full-desc {
    margin-left: 7px;
    text-align: left;
  }
}

.fullservice .full-challenge {
  padding-bottom: 5rem;
}

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

.fullservice .full-challenge .full-sub-title {
  margin-top: 3.125rem;
  font-size: 4.16667vw;
}

@media screen and (min-width: 720px) {
  .fullservice .full-challenge .full-sub-title {
    margin-top: 100px;
  }
}

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

.fullservice .full-challenge .full-video {
  margin: 0 4.16667%;
}

@media screen and (min-width: 1100px) {
  .fullservice .full-challenge .full-video {
    margin: 0;
  }
}

.fullservice .full-challenge .full-desc {
  margin: 0 4.16667%;
  margin-top: 0.3125rem;
  text-align: left;
}

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

@media screen and (min-width: 1100px) {
  .fullservice .full-challenge .full-desc {
    margin: 10px 0 0;
  }
}

.fullservice .full-challenge .product-list {
  margin: 0 4.16667%;
  margin-top: 0.9375rem;
}

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

@media screen and (min-width: 1100px) {
  .fullservice .full-challenge .product-list {
    margin: 0;
    margin-left: -44px;
  }
}

.fullservice .full-challenge .product-list .item {
  width: 50%;
  margin-top: 0.5rem;
}

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

@media screen and (min-width: 1100px) {
  .fullservice .full-challenge .product-list .item {
    width: calc(50% - 44px);
    margin: 34px 0 0 44px;
  }
}

.fullservice .full-challenge .product-list .item:nth-child(odd) {
  padding-right: 0.375rem;
}

@media screen and (min-width: 720px) {
  .fullservice .full-challenge .product-list .item:nth-child(odd) {
    padding-right: 12px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice .full-challenge .product-list .item:nth-child(odd) {
    padding-right: 0;
  }
}

.fullservice .full-challenge .product-list .item:nth-child(even) {
  padding-left: 0.375rem;
}

@media screen and (min-width: 720px) {
  .fullservice .full-challenge .product-list .item:nth-child(even) {
    padding-left: 12px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice .full-challenge .product-list .item:nth-child(even) {
    padding-left: 0;
  }
}

.fullservice .full-challenge .product-list a {
  position: relative;
  display: block;
  padding: 0.875rem 0.3125rem;
  border: 1px solid #b4b4b4;
  border-radius: 0.25rem;
  background-color: #ebebeb;
}

@media screen and (min-width: 720px) {
  .fullservice .full-challenge .product-list a {
    padding: 28px 10px;
  }
}

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

@media screen and (min-width: 1100px) {
  .fullservice .full-challenge .product-list a {
    padding: 30px;
  }
}

.fullservice .full-challenge .product-list a:after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 5px;
  height: 5px;
  margin-top: -2.5px;
  border-width: 0;
  border-style: solid;
  border-color: #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-width: 1px;
  border-right-width: 1px;
  right: 5%;
}

@media screen and (min-width: 1100px) {
  .fullservice .full-challenge .product-list a:after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
}

@media screen and (min-width: 1100px) {
  .fullservice .full-challenge .product-list a:after {
    display: none;
  }
}

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

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

@media screen and (min-width: 1100px) {
  .fullservice .full-challenge .product-list a p.discount {
    display: inline-block;
    padding: 0 10px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    background-color: #3b49d0;
  }
}

.fullservice .full-challenge .product-list a p.hashtag {
  display: none;
}

@media screen and (min-width: 1100px) {
  .fullservice .full-challenge .product-list a p.hashtag {
    display: block;
    margin-top: 20px;
    font-size: 23px;
    font-weight: 500;
    color: #3b49d0;
  }
}

.fullservice .full-challenge .product-list a p.title {
  display: block;
  font-size: 3.47222vw;
  font-weight: 700;
  color: #222;
}

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

@media screen and (min-width: 1100px) {
  .fullservice .full-challenge .product-list a p.title {
    margin-top: 10px;
    font-size: 38px;
  }
  .fullservice .full-challenge .product-list a p.title span {
    display: block;
  }
}

.fullservice .full-challenge .product-list a p.go {
  display: none;
}

@media screen and (min-width: 1100px) {
  .fullservice .full-challenge .product-list a p.go {
    position: relative;
    display: inline-block;
    position: absolute;
    right: 25px;
    bottom: 25px;
    width: 76px;
    height: 76px;
    text-align: center;
    line-height: 60px;
    font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
    font-size: 38px;
    font-weight: 500;
    color: #fff;
    border-radius: 50%;
    background-color: #000;
  }
  .fullservice .full-challenge .product-list a p.go:after {
    content: '';
    position: absolute;
    top: 60%;
    right: -50%;
    z-index: 1;
    display: block;
    width: 1.78125rem;
    height: 2.03125rem;
    background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_12.png") no-repeat 0 0;
    background-size: 100% auto;
    -webkit-animation-name: pointerBounce;
            animation-name: pointerBounce;
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-direction: normal;
            animation-direction: normal;
  }
}

@media screen and (min-width: 1100px) and (min-width: 720px) {
  .fullservice .full-challenge .product-list a p.go:after {
    width: 57px;
  }
}

@media screen and (min-width: 1100px) and (min-width: 720px) {
  .fullservice .full-challenge .product-list a p.go:after {
    height: 65px;
  }
}

@media screen and (min-width: 1100px) {
  @-webkit-keyframes pointerBounce {
    0%, 100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(-10px, -10px);
      transform: translate(-10px, -10px);
    }
  }
  @keyframes pointerBounce {
    0%, 100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(-10px, -10px);
      transform: translate(-10px, -10px);
    }
  }
}
/*# sourceMappingURL=web.css.map */