@charset "UTF-8";
.grid, .fullservice .full-view .full-content .action-list, .fullservice .full-view .full-content .number-input, .fullservice .sector-review .review-list .list, .fullservice .sector-event .info-list .list {
  *zoom: 1;
}
.grid:before, .fullservice .full-view .full-content .action-list:before, .fullservice .full-view .full-content .number-input:before, .fullservice .sector-review .review-list .list:before, .fullservice .sector-event .info-list .list:before, .grid:after, .fullservice .full-view .full-content .action-list:after, .fullservice .full-view .full-content .number-input:after, .fullservice .sector-review .review-list .list:after, .fullservice .sector-event .info-list .list:after {
  content: "";
  display: table;
}
.grid:after, .fullservice .full-view .full-content .action-list:after, .fullservice .full-view .full-content .number-input:after, .fullservice .sector-review .review-list .list:after, .fullservice .sector-event .info-list .list:after {
  clear: both;
}

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

.grid, .fullservice .full-view .full-content .action-list, .fullservice .full-view .full-content .number-input, .fullservice .sector-review .review-list .list, .fullservice .sector-event .info-list .list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid .col, .fullservice .full-view .full-content .action-list .col, .fullservice .full-view .full-content .action-list > div, .fullservice .full-view .full-content .number-input .col, .fullservice .full-view .full-content .number-input > div, .fullservice .sector-review .review-list .list .col, .fullservice .sector-review .review-list .list > div, .fullservice .sector-event .info-list .list .col, .fullservice .sector-event .info-list .list span {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

.fullservice {
  position: relative;
  text-align: center;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 400;
  background-color: #fff;
  margin: 0;
  padding: 0;
  /* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
  /* input type number 에서 화살표 제거 */
  /* Select box 스타일 초기화 */
  /* IE 에서 Select box 화살표 제거 */
}
.fullservice *, .fullservice *:before, .fullservice *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fullservice img {
  border: 0;
  vertical-align: top;
  line-height: 0;
  font-size: 0;
}
.fullservice input::-ms-clear {
  display: none;
}
.fullservice input[type=number]::-webkit-inner-spin-button,
.fullservice input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.fullservice input[type=number] {
  -moz-appearance: textfield;
}
.fullservice select {
  border-radius: 0; /* 아이폰 사파리 보더 없애기 */
  -webkit-appearance: none; /* 화살표 없애기 for chrome*/
  -moz-appearance: none; /* 화살표 없애기 for firefox*/
  appearance: none;
}
.fullservice select::-ms-expand {
  display: none;
}
.fullservice .icon-pointer {
  position: relative;
  display: inline-block;
}
.fullservice .icon-pointer:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 9.1666666667vw;
  height: 10.1388888889vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_1.png") no-repeat 0 0;
  background-size: 100% auto;
  animation-name: pointerBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .fullservice .icon-pointer:after {
    width: 66px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .icon-pointer:after {
    height: 73px;
  }
}
@-webkit-keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
.fullservice .slick-dots {
  width: 100%;
  text-align: center;
}
.fullservice .slick-dots li {
  display: inline-block;
  margin: 0 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .fullservice .slick-dots li {
    margin: 0 6px;
  }
}
.fullservice .slick-dots li button {
  cursor: pointer;
  text-indent: -10000em;
  border: 0;
  border-radius: 50%;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  background: #c3c3c3;
}
@media screen and (min-width: 720px) {
  .fullservice .slick-dots li button {
    width: 15px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .slick-dots li button {
    height: 15px;
  }
}
.fullservice .slick-dots li.slick-active button {
  background: #000;
}
.fullservice .slick-arrow {
  width: 20px;
  height: 20px;
  border-color: #2b2c41;
  margin-top: -10px;
}
.fullservice .slick-arrow.slick-prev {
  left: -30px;
  border-bottom-width: 3px;
  border-left-width: 3px;
}
.fullservice .slick-arrow.slick-next {
  right: -15px;
  border-top-width: 3px;
  border-right-width: 3px;
}
@media screen and (min-width: 720px) {
  .fullservice .slick-arrow {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .fullservice .slick-arrow.slick-prev {
    left: -50px;
  }
  .fullservice .slick-arrow.slick-next {
    right: -30px;
  }
}
.fullservice .holder {
  position: relative;
}
.fullservice .highlight {
  color: #ffc20e;
}
.fullservice .fail {
  color: #ff0000 !important;
}
.fullservice .pass {
  color: #1d44d8 !important;
}
.fullservice .font-eduwill-b {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}

.fullservice .wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.fullservice .only-pc {
  display: block;
}
.fullservice .only-mobile {
  display: none;
}
.fullservice .title-box {
  margin-top: 100px;
}
.fullservice .title-box p {
  text-align: left;
  line-height: 1.4;
}
.fullservice .title-box p.title-1 {
  font-size: 28px;
  font-weight: 700;
  color: #df4b47;
  letter-spacing: -1.4px;
}
.fullservice .title-box p.title-2 {
  font-size: 57px;
  font-weight: 900;
  color: #222;
  letter-spacing: -4.56px;
}
.fullservice .title-box p.title-3 {
  text-align: center;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 40px;
  font-weight: 700;
  color: #000;
  letter-spacing: -2.16px;
}
.fullservice .title-box p.notice {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  letter-spacing: -1.12px;
  text-align: center;
}
.fullservice .main-title {
  color: #000;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1.44px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  line-height: 1.4;
}
.fullservice .main-title .desc {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
.fullservice .notice {
  margin-top: 10px;
  text-align: center;
  color: #6E6E6E;
  font-size: 12px;
  text-align: left;
  line-height: 1.3;
}
.fullservice .frame {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FAFAFA;
  padding: 40px 60px;
  width: 1160px;
  margin: 0 auto;
}
.fullservice .fix-right {
  position: fixed;
  right: 0;
  bottom: 120px;
  z-index: 99;
}
.fullservice .fix-right a {
  display: block;
  margin-bottom: 10px;
}
.fullservice .fix-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: #000;
}
.fullservice .fix-bottom a {
  display: block;
  padding: 34px 0;
}
.fullservice .fix-bottom a::after {
  right: 120px;
}
.fullservice .fix-bottom a .text {
  padding-right: 30px;
  line-height: 1.4;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.36px;
}
.fullservice .fix-bottom a .text {
  position: relative;
  display: inline-block;
}
.fullservice .fix-bottom a .text:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  margin-top: -1.0416666667vw;
  border-width: 0;
  border-style: solid;
  border-color: #FFBF00;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 4.1666666667vw;
  border-top-width: 4px;
  border-right-width: 4px;
}
@media screen and (min-width: 720px) {
  .fullservice .fix-bottom a .text:before {
    width: 15px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .fix-bottom a .text:before {
    height: 15px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .fix-bottom a .text:before {
    margin-top: -7.5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .fix-bottom a .text:before {
    right: 30px;
  }
}
.fullservice .fix-bottom a .text::before {
  right: 0;
}
.fullservice .fix-bottom a .text strong {
  line-height: inherit;
  font-family: inherit;
  color: #FFBF00;
}
.fullservice .fix-bottom .bottom-flag {
  position: absolute;
  top: -22px;
  left: 0;
  z-index: 1;
}
.fullservice .fix-bottom .bottom-flag span {
  position: relative;
  padding: 10px 14px;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 21px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.21px;
  border-radius: 44px;
  background: #FFBF00;
}
.fullservice .fix-bottom .bottom-flag span:after {
  content: "";
  position: absolute;
  display: block;
  top: 100%;
  left: 36px;
  border-top: 8px solid #FFBF00;
  border-left: 8px solid transparent;
}
.fullservice .sector-top {
  background-color: #FFF6D5;
  padding: 20px 0;
}
.fullservice .sector-top p {
  line-height: 1;
  margin: 0;
  padding: 0;
}
.fullservice .sector-top p.count {
  color: #111;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1px;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.fullservice .sector-top p.count .highlight {
  color: #FFBF00;
  font-size: 32px;
  letter-spacing: -2px;
  font-weight: 900;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.fullservice .sector-top p.text {
  margin-top: 10px;
  color: rgba(17, 17, 17, 0.5);
  font-size: 14px;
  font-weight: 400;
}
.fullservice .sector-title {
  background-color: #ffe347;
  background-image: url("//img.eduwill.net/eduwill/img/2025/A/fullservice/250926/pc/title_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.fullservice .sector-banner {
  padding-bottom: 30px;
  background-color: #000;
}
.fullservice .sector-banner p {
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 1.4;
}
.fullservice .sector-banner p.text {
  font-size: 35px;
  color: #FFBF00;
}
.fullservice .sector-banner p.text strong {
  display: block;
  font-weight: 700;
}
.fullservice .sector-banner p.notice {
  margin-top: 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.fullservice .sector-notice .full-board {
  width: 1100px;
  margin: 40px auto 0;
}
.fullservice .sector-notice .full-board .notice-board {
  position: relative;
  margin-top: 30px;
  padding: 50px 110px;
  overflow: hidden;
  background-image: url("//img.eduwill.net/eduwill/img/2025/A/fullservice/250926/pc/board_bg.png");
}
.fullservice .sector-notice .full-board p {
  line-height: 1.4;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -1.28px;
}
.fullservice .sector-notice .full-board p.highlight {
  font-weight: 700;
  color: #FFBF00;
}
.fullservice .sector-comment {
  padding-bottom: 100px;
}
.fullservice .sector-comment .wrap {
  width: 1100px;
}
.fullservice .sector-comment .review-box {
  margin-top: 40px;
}
.fullservice .sector-comment .review-table {
  background: #F0F0F0;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
}
.fullservice .sector-comment .review-row {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #DDD;
}
.fullservice .sector-comment .review-row:first-child {
  border-top: 0;
}
.fullservice .sector-comment .review-row .review-cell {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 18px;
  font-size: 24px;
  color: #000;
  letter-spacing: -1.68px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fullservice .sector-comment .review-row .review-cell:nth-child(1) {
  justify-content: center;
  width: 30%;
  font-weight: 700;
}
.fullservice .sector-comment .review-row .review-cell:nth-child(2) {
  width: 70%;
  text-align: left;
  font-weight: 400;
  background-color: #fff;
}
.fullservice .sector-comment .login-row {
  position: relative;
  padding: 60px 0;
  border: 2px solid #505050;
  background: #FFF;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
}
.fullservice .sector-comment .login-row p {
  line-height: 1.4;
  font-size: 28px;
  font-weight: 400;
  color: #000;
  letter-spacing: -1.96px;
}
.fullservice .sector-comment .login-row a {
  display: inline-block;
  margin-top: 20px;
}
.fullservice .sector-event {
  background: linear-gradient(180deg, #FFF6CF 0%, #FFE778 100%);
}
.fullservice .sector-event .info-list {
  position: absolute;
  top: 520px;
  left: 50%;
  width: 546px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.fullservice .sector-event .info-list .list {
  background: #fff;
  border: 1px solid #000;
  border-radius: 100px;
  overflow: hidden;
  margin-bottom: 10px;
}
.fullservice .sector-event .info-list .list span.period {
  width: 160px;
  padding: 18px 0;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  border-radius: 0 0 30px 0;
  background: #000;
}
.fullservice .sector-event .info-list .list span.desc {
  padding: 18px 20px;
  width: 380px;
  text-align: left;
  font-size: 24px;
  color: #222;
  letter-spacing: -1.5px;
  line-height: 1;
}
.fullservice .sector-event .eco-5942 {
  position: absolute;
  left: 280px;
  top: 1096px;
}
.fullservice .sector-event .notice {
  display: inline-block;
  text-align: left;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: -0.48px;
}
.fullservice .sector-event .action {
  position: absolute;
  left: 280px;
  bottom: 196px;
}
.fullservice .sector-event .action a {
  display: inline-block;
}
.fullservice .sector-coupon {
  padding-bottom: 100px;
  background-color: #fff0f0;
}
.fullservice .sector-coupon::after {
  content: "";
  position: absolute;
  top: -55px;
  left: 50%;
  z-index: 1;
  display: block;
  width: 132px;
  height: 132px;
  margin-left: -66px;
  border-radius: 50%;
  background-color: #fff0f0;
  background-image: url("//img.eduwill.net/eduwill/img/2022/G/common/bg/bg_plus_red.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.fullservice .sector-coupon .action {
  margin-top: -43px;
}
.fullservice .sector-review {
  padding-bottom: 100px;
}
.fullservice .sector-review .title {
  margin-top: 100px;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  line-height: 1.4;
  font-size: 57px;
  font-weight: 700;
  color: #222;
  letter-spacing: -2.28px;
}
.fullservice .sector-review .write-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.fullservice .sector-review .write-list > div {
  height: 160px;
}
.fullservice .sector-review .write-list > div.desc {
  width: 78%;
}
.fullservice .sector-review .write-list > div.desc input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  font-size: 16px;
  color: #222;
  border-radius: 8px;
  border: 1px solid #010101;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fullservice .sector-review .write-list > div.desc textarea {
  width: 100%;
  height: 100px;
  margin-top: 10px;
  padding: 20px;
  overflow-y: auto;
  font-size: 16px;
  color: #222;
  border: none;
  outline: none;
  resize: none;
  border-radius: 8px;
  border: 1px solid #010101;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fullservice .sector-review .write-list > div.action {
  width: 20%;
}
.fullservice .sector-review .write-list > div.action a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #000;
}
.fullservice .sector-review .write-list > div.action a span {
  padding-right: 20px;
  font-size: 25px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -1px;
}
.fullservice .sector-review .write-list > div.action a span {
  position: relative;
  display: inline-block;
}
.fullservice .sector-review .write-list > div.action a span:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  margin-top: -0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .fullservice .sector-review .write-list > div.action a span:before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-review .write-list > div.action a span:before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-review .write-list > div.action a span:before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-review .write-list > div.action a span:before {
    right: 20px;
  }
}
.fullservice .sector-review .write-list > div.action a span::before {
  right: 0;
}
.fullservice .sector-review .write-list + .notice {
  margin-top: 5px;
  margin-left: 0;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  color: #999;
}
.fullservice .sector-review .review-list {
  margin-top: 60px;
  border-bottom: 1px solid #777;
}
.fullservice .sector-review .review-list .list {
  border-top: 1px solid #eaeaea;
}
.fullservice .sector-review .review-list .list > div {
  padding: 30px 0 30px 12px;
  font-size: 16px;
  color: #333;
}
.fullservice .sector-review .review-list .list > div.number {
  width: 8%;
}
.fullservice .sector-review .review-list .list > div.user {
  width: 12%;
}
.fullservice .sector-review .review-list .list > div.desc {
  position: relative;
  width: 80%;
  padding-right: 10px;
  text-align: left;
  line-height: 1.6;
  word-wrap: break-word;
  word-break: keep-all;
}
.fullservice .sector-review .review-list .list:first-child {
  border-top-width: 3px;
  border-top-color: #777;
}
.fullservice .sector-review .review-list .list.no-list .desc {
  float: none;
  width: 100%;
  padding: 50px 0;
  font-size: 20px;
  text-align: center;
}
.fullservice .sector-review .review-list .review-delete {
  position: absolute;
  top: 35px;
  right: 10px;
  display: block;
  font-size: 0;
}
.fullservice .sector-review .pagination {
  margin-top: 30px;
  margin-bottom: 120px;
  text-align: center;
}
.fullservice .sector-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 .sector-review .pagination a.page + .page {
  border-left: 1px solid #999;
}
.fullservice .sector-review .pagination a.control {
  width: 20px;
  height: 20px;
  padding: 0;
}
.fullservice .sector-review .pagination a.control-prev {
  position: relative;
  display: inline-block;
}
.fullservice .sector-review .pagination a.control-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  margin-top: -0.3472222222vw;
  border-width: 0;
  border-style: solid;
  border-color: #949494;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 1.3888888889vw;
  border-bottom-width: 1px;
  border-left-width: 1px;
}
@media screen and (min-width: 720px) {
  .fullservice .sector-review .pagination a.control-prev:before {
    width: 5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-review .pagination a.control-prev:before {
    height: 5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-review .pagination a.control-prev:before {
    margin-top: -2.5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-review .pagination a.control-prev:before {
    left: 10px;
  }
}
.fullservice .sector-review .pagination a.control-next {
  position: relative;
  display: inline-block;
}
.fullservice .sector-review .pagination a.control-next:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  margin-top: -0.3472222222vw;
  border-width: 0;
  border-style: solid;
  border-color: #949494;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.3888888889vw;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .fullservice .sector-review .pagination a.control-next:before {
    width: 5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-review .pagination a.control-next:before {
    height: 5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-review .pagination a.control-next:before {
    margin-top: -2.5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-review .pagination a.control-next:before {
    right: 10px;
  }
}
.fullservice .sector-review .pagination a.on, .fullservice .sector-review .pagination a.active {
  color: #e62a29;
}
.fullservice .sector-band {
  background-color: #FFBF00;
}
.fullservice .sector-interview {
  padding: 80px 0 70px;
}
.fullservice .sector-interview .frame {
  margin-top: 46px;
  padding: 43px 0 43px 60px;
  text-align: left;
}
.fullservice .sector-interview .frame .notice {
  margin-top: 6px;
}
.fullservice .sector-interview .frame + .notice {
  padding-left: 20px;
}
.fullservice .sector-interview .review-list {
  margin-top: 30px;
}
.fullservice .sector-interview .review-list .slick-slide {
  width: 315px;
  margin-right: 10px;
}
.fullservice .sector-interview .review-list .slick-slide img {
  width: 100%;
}
.fullservice .sector-exam {
  background-color: #FFBF00;
  padding: 100px 0;
}
.fullservice .sector-exam .main-title {
  margin-bottom: 60px;
}
.fullservice .sector-exam .exam-list img {
  width: 100%;
}
.fullservice .sector-exam .exam-list .slick-slide {
  position: relative;
}
.fullservice .sector-exam .exam-list .slick-slide.slick-active {
  opacity: 1;
}
.fullservice .sector-exam .exam-list .slick-slide.slick-active .stamp {
  display: block;
  animation-name: stampEvent;
  animation-duration: 1.2s;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.89, -0.01, 0.96, 0.07);
  animation-direction: normal;
}
@-webkit-keyframes stampEvent {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes stampEvent {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.fullservice .sector-exam .exam-list .slick-slide .stamp {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -115px 0 0 -115px;
  display: none;
}
.fullservice .sector-exam .winner-review {
  width: 1160px;
  margin: 40px auto 0;
}
.fullservice .sector-exam .winner-review .slick-slide {
  margin-left: 10px;
}
.fullservice .sector-exam .winner-review .slick-slide:first-child {
  margin-left: 0;
}
.fullservice .sector-brand {
  padding-bottom: 40px;
  background-color: #002B7E;
  background-image: url("//img.eduwill.net/eduwill/img/2025/A/fullservice/250901/pc/brand_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.fullservice .sector-brand .notice {
  text-align: center;
}
.fullservice .sector-winner {
  padding: 100px 0;
  background-color: #FFD800;
}
.fullservice .sector-winner .winner-box {
  width: 1000px;
  margin: -30px auto 0;
}
.fullservice .sector-winner .winner-box .winner-list {
  -webkit-transform: perspective(400px) rotateX(40deg);
  transform: perspective(400px) rotateX(40deg);
}
.fullservice .sector-winner .winner-box .winner-list p {
  font-size: 18px;
  color: #444;
  line-height: 2;
  font-weight: 500;
  text-align: center;
  padding: 0;
  margin: 0;
}
.fullservice .sector-winner .slide-box {
  margin-top: 50px;
}
.fullservice .sector-winner .slide-box .slick-slide {
  width: 340px;
  margin: 0 10px;
}
.fullservice .sector-banner-text {
  background-color: #111;
  padding: 40px 0;
}
.fullservice .sector-banner-text p {
  color: #fff;
  font-size: 35px;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.fullservice .sector-banner-text p strong {
  color: #FFBF00;
}
.fullservice .sector-banner-text .notice {
  text-align: center;
}
.fullservice .full-view .table-wrap {
  position: relative;
  margin-top: 20px;
}
.fullservice .full-view .table-wrap table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
  table-layout: fixed;
  border-top: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
}
.fullservice .full-view .table-wrap table.table-row th {
  vertical-align: middle;
  font-weight: 500;
}
.fullservice .full-view .table-wrap table.table-row td {
  padding-left: 30px;
  text-align: left;
}
.fullservice .full-view .table-wrap table.table-row td strong {
  font-weight: 500;
}
.fullservice .full-view .table-wrap table.table-col th {
  font-size: 15px;
}
.fullservice .full-view .table-wrap table.table-answer {
  border-top-width: 3px;
  border-top-color: #c2c2c2;
  border-right: 0;
  border-bottom: 2px solid #c2c2c2;
}
.fullservice .full-view .table-wrap table.table-answer th,
.fullservice .full-view .table-wrap table.table-answer td {
  padding: 0;
  border-bottom: 1px solid #c2c2c2;
  border-left: 1px solid #c2c2c2;
}
.fullservice .full-view .table-wrap table.table-answer th:first-child,
.fullservice .full-view .table-wrap table.table-answer td:first-child {
  border-left-width: 0;
}
.fullservice .full-view .table-wrap table.table-answer th {
  font-size: 12px;
  color: #585858;
  letter-spacing: -1.5px;
  background: #eceae6;
}
.fullservice .full-view .table-wrap table.table-answer th.subject {
  font-size: 14px;
  font-weight: 700;
  color: #585858;
  background: #fff;
  border-left-width: 0;
}
.fullservice .full-view .table-wrap table.table-answer td {
  height: 30px;
  padding: 0;
  font-size: 12px;
  color: #585858;
  letter-spacing: -1px;
}
.fullservice .full-view .table-wrap table.table-answer td input {
  width: 18px;
  height: 18px;
  font-size: 12px;
  color: #585858;
  border: 1px solid #c2c2c2;
  background: #f8f8f8;
}
.fullservice .full-view .table-wrap table.table-answer tr:first-child th,
.fullservice .full-view .table-wrap table.table-answer tr:first-child td {
  border-top-width: 0;
}
.fullservice .full-view .table-wrap table .text-center td,
.fullservice .full-view .table-wrap table .text-center {
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}
.fullservice .full-view .table-wrap table th,
.fullservice .full-view .table-wrap table td {
  padding: 15px;
  text-align: center;
  font-size: 17px;
  color: #131313;
  border-bottom: 1px solid #c2c2c2;
  border-left: 1px solid #c2c2c2;
}
.fullservice .full-view .table-wrap table input[type=radio] {
  width: 16px;
  height: 16px;
}
.fullservice .full-view .table-wrap table select,
.fullservice .full-view .table-wrap table input[type=text],
.fullservice .full-view .table-wrap table input[type=number] {
  width: 50%;
}
.fullservice .full-view .table-wrap table label {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
}
.fullservice .full-view .table-wrap table .bundle {
  display: inline-block;
  width: 48%;
}
.fullservice .full-view .full-content {
  position: relative;
  padding-bottom: 130px;
}
.fullservice .full-view .full-content .title {
  padding-top: 100px;
  font-weight: 700;
  color: #222;
  letter-spacing: -2px;
}
.fullservice .full-view .full-content .title span {
  font-size: 32px;
}
.fullservice .full-view .full-content .title strong {
  display: block;
  font-weight: 900;
  font-size: 54px;
  letter-spacing: -4px;
}
.fullservice .full-view .full-content .title + .score-title {
  margin-top: 100px;
}
.fullservice .full-view .full-content .notice {
  margin: 0 auto;
  margin-top: 40px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.fullservice .full-view .full-content .number-input {
  position: relative;
  width: 640px;
  margin: 50px auto 25px;
  border: 1px solid #dcdcdc;
}
.fullservice .full-view .full-content .number-input > div.subj {
  width: 30%;
  font-size: 30px;
  line-height: 86px;
  color: #131313;
  font-weight: 500;
  letter-spacing: -1.5px;
  background: #f2f2f2;
  text-align: center;
}
.fullservice .full-view .full-content .number-input > div.input-box {
  width: 70%;
}
.fullservice .full-view .full-content .number-input > div.input-box input {
  padding: 0 34px;
  display: block;
  border: 0;
  width: 100%;
  line-height: 86px;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -1.5px;
  color: #000;
  background: #fff;
}
.fullservice .full-view .full-content .agree-action {
  position: relative;
  width: 640px;
  margin: 0 auto;
  text-align: left;
}
.fullservice .full-view .full-content .agree-action input[type=checkbox] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.fullservice .full-view .full-content .agree-action label {
  font-size: 16px;
  color: #222;
  font-weight: 400;
}
.fullservice .full-view .full-content .agree-action a {
  display: inline-block;
  margin-left: 5px;
  font-weight: 700;
  color: #222;
  text-decoration: underline;
}
.fullservice .full-view .full-content .action {
  margin-top: 100px;
}
.fullservice .full-view .full-content .action a {
  display: inline-block;
  margin-left: 40px;
}
.fullservice .full-view .full-content .action a:first-child {
  margin-left: 0;
}
.fullservice .full-view .full-content .action + .notice {
  margin-top: 80px;
  text-align: left;
}
.fullservice .full-view .full-content .action-list {
  display: inline-block;
  margin-top: 50px;
}
.fullservice .full-view .full-content .action-list .title {
  margin-right: 100px;
  padding-top: 0;
  line-height: 1.2;
}
.fullservice .full-view .full-content .action-list .title span {
  font-size: 20px;
  font-weight: 400;
}
.fullservice .full-view .full-content .action-list .title strong {
  font-size: 55px;
}
.fullservice .full-view .full-content .action-list .action {
  margin-top: 0;
}
.fullservice .full-view .full-content .action-list .action a {
  position: relative;
  display: inline-block;
}
.fullservice .full-view .full-content .action-list .action a:after {
  content: "";
  position: absolute;
  top: 60%;
  right: 5%;
  z-index: 1;
  display: block;
  width: 7.9166666667vw;
  height: 9.0277777778vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_12.png") no-repeat 0 0;
  background-size: 100% auto;
  animation-name: pointerBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .fullservice .full-view .full-content .action-list .action a:after {
    width: 57px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .full-view .full-content .action-list .action a:after {
    height: 65px;
  }
}
@-webkit-keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}/*# sourceMappingURL=web.css.map */