@charset "UTF-8";
.popup .popup-cont .input-box dl {
  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;
}

.popup .popup-cont .input-box dl, .promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full, .grid, .fullservice.fullservice-after .full-review .review-list .list, .fullservice.fullservice-after .full-review .write-list, .fullservice.fullservice-after .full-action .list {
  *zoom: 1;
}
.popup .popup-cont .input-box dl::before, .promotion .wrap::before,
.promotion .wrap-full::before,
.product-eco .wrap::before,
.product-eco .wrap-full::before,
.fullservice .wrap::before,
.fullservice .wrap-full::before, .grid::before, .fullservice.fullservice-after .full-review .review-list .list::before, .fullservice.fullservice-after .full-review .write-list::before, .fullservice.fullservice-after .full-action .list::before, .popup .popup-cont .input-box dl::after, .promotion .wrap::after,
.promotion .wrap-full::after,
.product-eco .wrap::after,
.product-eco .wrap-full::after,
.fullservice .wrap::after,
.fullservice .wrap-full::after, .grid::after, .fullservice.fullservice-after .full-review .review-list .list::after, .fullservice.fullservice-after .full-review .write-list::after, .fullservice.fullservice-after .full-action .list::after {
  content: "";
  display: table;
}
.popup .popup-cont .input-box dl::after, .promotion .wrap::after,
.promotion .wrap-full::after,
.product-eco .wrap::after,
.product-eco .wrap-full::after,
.fullservice .wrap::after,
.fullservice .wrap-full::after, .grid::after, .fullservice.fullservice-after .full-review .review-list .list::after, .fullservice.fullservice-after .full-review .write-list::after, .fullservice.fullservice-after .full-action .list::after {
  clear: both;
}

.hidden,
.sr_only,
.sr-only,
.fullservice.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, .fullservice.fullservice-after .full-review .review-list .list, .fullservice.fullservice-after .full-review .write-list, .fullservice.fullservice-after .full-action .list {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid .col, .fullservice.fullservice-after .full-review .review-list .list .col, .fullservice.fullservice-after .full-review .review-list .list > div, .fullservice.fullservice-after .full-review .write-list .col, .fullservice.fullservice-after .full-review .write-list > div, .fullservice.fullservice-after .full-action .list .col, .fullservice.fullservice-after .full-action .list > div {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.promotion .wide,
.product-eco .wide,
.fullservice .wide {
  position: relative;
  left: 50%;
  display: block;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.fullservice .sector-notice ul li {
  position: relative;
  padding-left: 1.3888888889vw;
  text-align: left;
}
@media screen and (min-width: 720px) {
  .fullservice .sector-notice ul li {
    padding-left: 10px;
  }
}
.fullservice .sector-notice ul li::before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  line-height: inherit;
}

.effect-bounce-diagonal {
  animation-name: effectBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@-webkit-keyframes effectBounceDiagonal {
  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 effectBounceDiagonal {
  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);
  }
}

.effect-bounce-updown {
  animation-name: effectBounceUpDown;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@-webkit-keyframes effectBounceUpDown {
  0%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes effectBounceUpDown {
  0%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.effect-extend, .fullservice .sector-title .flag {
  animation-name: effectExtend;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@-webkit-keyframes effectExtend {
  0%, 100% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}
@keyframes effectExtend {
  0%, 100% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

.effect-blink {
  animation-name: effectBlink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
  animation-direction: normal;
}
@-webkit-keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.promotion,
.product-eco,
.fullservice {
  text-align: center;
  overflow: hidden;
}
.promotion *,
.product-eco *,
.fullservice * {
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion *,
  .product-eco *,
  .fullservice * {
    letter-spacing: -1px;
  }
}
.promotion [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  width: 100%;
}
.promotion .slick-list *,
.product-eco .slick-list *,
.fullservice .slick-list * {
  vertical-align: top;
}
.promotion .icon-pointer,
.product-eco .icon-pointer,
.fullservice .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  content: "";
  position: absolute;
  top: 60%;
  right: 5%;
  z-index: 1;
  display: block;
  width: 7.6388888889vw;
  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) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 55px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::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);
  }
}
.promotion .fail,
.product-eco .fail,
.fullservice .fail {
  color: #ff0000 !important;
}
.promotion .pass,
.product-eco .pass,
.fullservice .pass {
  color: #1d44d8 !important;
}

/*popup*/
.dimmed {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.7);
}

.popup {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  z-index: 300;
  display: none;
  width: 100%;
  max-width: 640px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 1100px) {
  .popup {
    max-width: 720px;
  }
}
.popup * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.2083333333vw;
}
@media screen and (min-width: 720px) {
  .popup * {
    letter-spacing: -1.5px;
  }
}
.popup .popup-close a {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 6.9444444444vw;
  height: 6.9444444444vw;
  z-index: 300;
}
@media screen and (min-width: 720px) {
  .popup .popup-close a {
    width: 50px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-close a {
    height: 50px;
  }
}
.popup .popup-close a::before, .popup .popup-close a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25px;
  height: 1px;
  margin-left: -12.5px;
  background-color: #fff;
}
.popup .popup-close a::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup .popup-close a::after {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}
.popup .popup-close 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;
}
.popup .popup-title {
  padding: 4.1666666667vw 0;
  font-size: 3.3333333333vw;
  text-align: center;
  color: #fff;
  background-color: #393939;
}
@media screen and (min-width: 720px) {
  .popup .popup-title {
    padding: 30px 0;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-title {
    font-size: 24px;
  }
}
.popup .popup-title strong {
  font-size: 4.8611111111vw;
  font-weight: 900;
}
@media screen and (min-width: 720px) {
  .popup .popup-title strong {
    font-size: 35px;
  }
}
.popup .popup-cont {
  padding: 4.1666666667vw 0 0 0;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont {
    padding: 30px 0 0 0;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont {
    font-size: 20px;
  }
}
.popup .popup-cont .label {
  position: relative;
  color: #000;
  font-weight: 500;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .label {
    font-size: 20px;
  }
}
.popup .popup-cont .label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.2777777778vw;
  width: 0.5555555556vw;
  height: 0.5555555556vw;
  background-color: #000;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .label:after {
    margin-top: -2px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .label:after {
    width: 4px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .label:after {
    height: 4px;
  }
}
.popup .popup-cont .label .highlight {
  color: #fe0000;
}
.popup .popup-cont .input-box {
  width: 94%;
  margin: 0 auto;
}
.popup .popup-cont .input-box dl {
  margin: 2.7777777778vw 0;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl {
    margin: 20px 0;
  }
}
.popup .popup-cont .input-box dl dt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 20%;
  height: auto;
  float: left;
  text-align: left;
  font-size: 2.7777777778vw;
  padding-left: 1.3888888889vw;
  height: 6.25vw;
  line-height: 6.25vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dt {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dt {
    padding-left: 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dt {
    height: 45px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dt {
    line-height: 45px;
  }
}
.popup .popup-cont .input-box dl dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 80%;
  height: 6.25vw;
  line-height: 6.25vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dd {
    height: 45px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dd {
    line-height: 45px;
  }
}
.popup .popup-cont .input-box dl dd .ipt {
  width: 100%;
  border: 1px solid #ddd;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: normal;
  padding: 0 1.3888888889vw;
  height: 6.25vw;
  line-height: 6.25vw;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dd .ipt {
    padding: 0 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dd .ipt {
    height: 45px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dd .ipt {
    line-height: 45px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dd .ipt {
    font-size: 20px;
  }
}
.popup .popup-cont .input-box dl dd .ipt.disable {
  background-color: #efefef;
  color: #aaa;
}
.popup .popup-cont .input-box dl dd .ipt-s {
  width: 80%;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dd .ipt-s {
    width: 71%;
  }
}
.popup .popup-cont .input-box dl dd .btn {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  height: 6.25vw;
  line-height: 6.25vw;
  width: 8.3333333333vw;
  background-color: #666;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dd .btn {
    height: 45px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dd .btn {
    line-height: 45px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dd .btn {
    width: 60px;
  }
}
.popup .popup-cont .input-box dl dd .btn:hover {
  background-color: #333333;
}
.popup .popup-cont .input-box dl dd .btn.disable {
  background-color: #ccc;
}
.popup .popup-cont .input-box dl.certification {
  display: none;
}
.popup .popup-cont .input-box dl.certification .timer {
  position: absolute;
  right: 32%;
  font-size: 3.3333333333vw;
  top: 10px;
  display: inline-block;
  color: #ff0000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl.certification .timer {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl.certification .timer {
    right: 130px;
    font-size: 14px;
    top: 10px;
  }
}
.popup .popup-cont .ta-box {
  width: 90%;
  margin: 20px auto 0;
}
.popup .popup-cont .ta-box .label {
  padding-left: 10px;
}
.popup .popup-cont .ta-box textarea {
  resize: none;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  line-height: 1.4;
  text-align: left;
  border: 1px solid #ddd;
  color: #686868;
  padding: 10px;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .ta-box textarea {
    font-size: 24px;
  }
}
.popup .popup-cont .check-box {
  width: 94%;
  margin: 5% auto 0;
  color: #686868;
}
.popup .popup-cont .check-box .label {
  padding-left: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .label {
    padding-left: 10px;
  }
}
.popup .popup-cont .check-box .table-box .text {
  color: #585858;
  margin-bottom: 2.0833333333vw;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .table-box .text {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .table-box .text {
    font-size: 18px;
  }
}
.popup .popup-cont .check-box .table-box table {
  width: 100%;
  margin-bottom: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .table-box table {
    margin-bottom: 20px;
  }
}
.popup .popup-cont .check-box .table-box table th,
.popup .popup-cont .check-box .table-box table td {
  font-size: 2.5vw;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  color: #585858;
  text-align: center;
  border: 1px solid #dcdcdc;
  padding: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .table-box table th,
  .popup .popup-cont .check-box .table-box table td {
    font-size: 18px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .table-box table th,
  .popup .popup-cont .check-box .table-box table td {
    padding: 4px;
  }
}
.popup .popup-cont .check-box .table-box table th strong,
.popup .popup-cont .check-box .table-box table td strong {
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .table-box table th strong,
  .popup .popup-cont .check-box .table-box table td strong {
    font-size: 24px;
  }
}
.popup .popup-cont .check-box .table-box table th {
  font-weight: bold;
}
.popup .popup-cont .check-box .agree-check {
  margin: 1.3888888889vw 0 2.7777777778vw 0;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .agree-check {
    margin: 10px 0 20px 0;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .agree-check {
    font-size: 18px;
  }
}
.popup .popup-cont .check-box .agree-check label,
.popup .popup-cont .check-box .agree-check input {
  vertical-align: middle;
}
.popup .popup-cont .check-box .agree-check input {
  width: 2.7777777778vw;
  height: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .agree-check input {
    width: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .agree-check input {
    height: 20px;
  }
}
.popup .popup-cont .check-box .agree-check label {
  margin-right: 1.3888888889vw;
  cursor: pointer;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .agree-check label {
    margin-right: 10px;
  }
}
.popup .popup-cont .radio-box label,
.popup .popup-cont .radio-box input {
  vertical-align: middle;
}
.popup .popup-cont .radio-box input {
  width: 2.7777777778vw;
  height: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .radio-box input {
    width: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .radio-box input {
    height: 20px;
  }
}
.popup .popup-cont .radio-box label {
  margin-right: 1.3888888889vw;
  cursor: pointer;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .radio-box label {
    margin-right: 10px;
  }
}
.popup .popup-cont select {
  width: 100%;
  border: 1px solid #ddd;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: normal;
  padding: 0 1.3888888889vw;
  height: 6.25vw;
  line-height: 6.25vw;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont select {
    padding: 0 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont select {
    height: 45px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont select {
    line-height: 45px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont select {
    font-size: 20px;
  }
}
.popup .popup-btn {
  padding: 0 0 6.9444444444vw 0;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .popup .popup-btn {
    padding: 0 0 50px 0;
  }
}
.popup .popup-btn a {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  width: 25vw;
  line-height: 6.9444444444vw;
  text-align: center;
  transition: all 0.9s, color 0.3;
  border-radius: 5px;
  -webkit-box-shadow: inset 3px 3px 2px 0px rgba(255, 255, 255, 0.18);
  box-shadow: inset 3px 3px 2px 0px rgba(255, 255, 255, 0.18);
  background: rgb(255, 213, 0);
}
@media screen and (min-width: 720px) {
  .popup .popup-btn a {
    width: 180px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-btn a {
    line-height: 50px;
  }
}
.popup .popup-btn a span {
  font-size: 3.0555555556vw;
  display: inline-block;
  font-weight: 500;
  color: #000;
}
@media screen and (min-width: 720px) {
  .popup .popup-btn a span {
    font-size: 22px;
  }
}
.popup .popup-btn a:hover {
  background: #db3725;
}
.popup .popup-btn a:hover span {
  color: #fff;
}
.popup .popup-btn a.btn-cancle {
  margin-left: 0.6944444444vw;
  background: #434343;
}
@media screen and (min-width: 720px) {
  .popup .popup-btn a.btn-cancle {
    margin-left: 5px;
  }
}
.popup .popup-btn a.btn-cancle span {
  color: #bebebe;
}
.popup .popup-btn a.btn-cancle:after, .popup .popup-btn a.btn-cancle:before {
  display: none;
}
.popup.popup-base .popup-title {
  padding: 1.3888888889vw 4.1666666667vw;
  text-align: left;
  color: #fff;
  background-color: #393939;
}
@media screen and (min-width: 720px) {
  .popup.popup-base .popup-title {
    padding: 10px 30px;
  }
}
.popup.popup-base .popup-title strong {
  font-size: 3.0555555556vw;
  font-weight: 900;
}
@media screen and (min-width: 720px) {
  .popup.popup-base .popup-title strong {
    font-size: 22px;
  }
}
.popup.popup-base .popup-body {
  padding: 1.3888888889vw 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .popup.popup-base .popup-body {
    padding: 10px 30px;
  }
}
.popup.popup-base .popup-body p {
  font-size: 2.5vw;
  margin-bottom: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .popup.popup-base .popup-body p {
    font-size: 18px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-base .popup-body p {
    margin-bottom: 10px;
  }
}

.layer-reserve {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1004;
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -1px;
  background: #fff;
  border-width: 0.2777777778vw;
  border-style: solid;
  border-color: #FFBF00;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .layer-reserve {
    border-width: 2px;
  }
}
@media screen and (min-width: 1100px) {
  .layer-reserve {
    max-width: 540px;
  }
}
.layer-reserve.in {
  display: block !important;
}
.layer-reserve .layer_head {
  padding: 1.3888888889vw 4.1666666667vw 2.0833333333vw;
  text-align: left;
  font-size: 2.7777777778vw;
  font-weight: 700;
  color: #000;
  background-color: #FFBF00;
}
@media screen and (min-width: 720px) {
  .layer-reserve .layer_head {
    padding: 10px 30px 15px;
  }
}
@media screen and (min-width: 720px) {
  .layer-reserve .layer_head {
    font-size: 20px;
  }
}
.layer-reserve .layer_body {
  padding: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .layer-reserve .layer_body {
    padding: 30px;
  }
}
.layer-reserve .privacy {
  margin: 1.3888888889vw 0 0.6944444444vw;
  padding: 0.6944444444vw;
  line-height: 1.4;
  text-align: left;
  font-weight: 400;
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .layer-reserve .privacy {
    margin: 10px 0 5px;
  }
}
@media screen and (min-width: 720px) {
  .layer-reserve .privacy {
    padding: 5px;
  }
}
.layer-reserve .privacy strong {
  display: block;
  margin-bottom: 0.6944444444vw;
  font-weight: 700;
  color: #333;
}
@media screen and (min-width: 720px) {
  .layer-reserve .privacy strong {
    margin-bottom: 5px;
  }
}
.layer-reserve .privacy .core {
  margin-top: 2.7777777778vw;
  line-height: 1.4;
}
@media screen and (min-width: 720px) {
  .layer-reserve .privacy .core {
    margin-top: 20px;
  }
}
.layer-reserve .privacy .core:first-child {
  margin-top: 0;
}
.layer-reserve .privacy .table-wrap {
  margin: 1.3888888889vw 0 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .layer-reserve .privacy .table-wrap {
    margin: 10px 0 20px;
  }
}
.layer-reserve .privacy .table-wrap table {
  width: 100%;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}
.layer-reserve .privacy .table-wrap table th,
.layer-reserve .privacy .table-wrap table td {
  padding: 0.6944444444vw;
  text-align: center;
  border-left: 1px solid #666;
  border-top: 1px solid #666;
}
@media screen and (min-width: 720px) {
  .layer-reserve .privacy .table-wrap table th,
  .layer-reserve .privacy .table-wrap table td {
    padding: 5px;
  }
}
.layer-reserve .privacy .table-wrap table .highlight {
  font-weight: 700;
}
.layer-reserve .btn_a {
  display: block;
  padding: 10px;
  line-height: 1;
  text-align: center;
  border: 1px solid #000;
  background: #2530cb;
}
.layer-reserve .btn_a span {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 3.0555555556vw;
  color: #fff;
}
@media screen and (min-width: 720px) {
  .layer-reserve .btn_a span {
    font-size: 22px;
  }
}
.layer-reserve .btn_a span:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  height: 4px;
  width: 4px;
  margin-top: -2px;
  border: 1px solid #fff;
  border-left-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.layer-reserve .layer_close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  top: 5px;
  right: 5px;
}
@media screen and (min-width: 720px) {
  .layer-reserve .layer_close {
    width: 40px;
  }
}
@media screen and (min-width: 720px) {
  .layer-reserve .layer_close {
    height: 40px;
  }
}
.layer-reserve .layer_close::before, .layer-reserve .layer_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 1px;
  margin-left: -10px;
  background-color: #000;
}
.layer-reserve .layer_close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.layer-reserve .layer_close::after {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}
.layer-reserve .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-reserve .layer_dim {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1002;
}

.fullservice .wrap {
  width: 1200px;
}
.fullservice .only-pc {
  display: block;
}
.fullservice .only-mobile {
  display: none;
}
.fullservice .fix-right {
  position: fixed;
  right: 10px;
  bottom: 120px;
  z-index: 99;
}
.fullservice .fix-right .wrap {
  width: auto;
}
.fullservice .fix-right a {
  display: block;
}
.fullservice .fix-right a + a {
  margin-top: 5px;
}
.fullservice .fix-bottom {
  background-color: #000000;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  height: 100px;
}
.fullservice .fix-bottom a {
  top: -20px;
}
.fullservice .fix-bottom a {
  position: relative;
  display: inline-block;
}
.fullservice .fix-bottom a::after {
  content: "";
  position: absolute;
  top: 60%;
  right: 3%;
  z-index: 1;
  display: block;
  width: 6.5277777778vw;
  height: 7.5vw;
  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 .fix-bottom a::after {
    width: 47px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .fix-bottom a::after {
    height: 54px;
  }
}
@-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 .fix-bottom a .blink {
  position: absolute;
  right: 56px;
  top: 46px;
}
.fullservice .sector-top {
  background-color: #FFBF00;
  padding: 25px 0 15px;
}
.fullservice .sector-top p {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  display: inline-block;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.fullservice .sector-top p.count {
  color: #3A3A3A;
  font-size: 30px;
  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 {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  color: #000;
  font-size: 44px;
  vertical-align: bottom !important;
}
.fullservice .sector-top p.text {
  margin-top: 10px;
  color: #3A3A3A;
  font-size: 14px;
  font-weight: 300;
  display: block;
  line-height: 1.4;
  opacity: 0.5;
}
.fullservice .sector-title {
  background-image: url("//img.eduwill.net/eduwill/img/2025/B/fullservice/250812/pc/title_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  height: 1000px;
  position: relative;
  z-index: 2;
}
.fullservice .sector-title .title-text {
  position: absolute;
  top: 207px;
  left: 0;
  right: 0;
  font-size: 32px;
  color: #000;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1;
  font-family: "EduwillBetaRegular", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.fullservice .sector-title .date {
  position: absolute;
  top: 458px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 572px;
  height: 52px;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(2px);
}
.fullservice .sector-title .flag {
  position: absolute;
  left: 50%;
  margin-left: 244px;
  top: 211px;
}
.fullservice .sector-title .action {
  position: absolute;
  left: 0;
  bottom: 100px;
  right: 0;
}
.fullservice .full-notice {
  padding: 100px 0 75px;
  background-color: #FFFCF5;
}
.fullservice .full-notice .title {
  font-weight: 700;
  color: #222;
}
.fullservice .full-notice .title span {
  font-size: 32px;
}
.fullservice .full-notice .title strong {
  display: block;
  font-size: 35px;
  letter-spacing: -3px;
}
.fullservice .full-notice .title + .score-title {
  margin-top: 100px;
}
.fullservice .full-notice .notice-board {
  position: relative;
  width: 940px;
  margin: 53px auto 0;
  padding: 46px 20px 20px;
  border-radius: 20px;
  background: linear-gradient(90deg, #FFD900 -1.16%, #FB0 102.27%);
}
.fullservice .full-notice .notice-board::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 24px;
  width: 65px;
  height: 15px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/B/fullservice/250812/pc/icon_notice.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.fullservice .full-notice .notice-board .inner {
  padding: 40px;
  border-radius: 15px;
  background: #FFF;
}
.fullservice .full-notice .notice-board p {
  text-align: center;
  line-height: 1.5;
  font-size: 28px;
  color: #000;
}
.fullservice .full-notice .notice-board p strong {
  color: #fff723;
  font-weight: 700;
}
.fullservice .sector-benefit2 {
  padding-bottom: 100px;
  background: #f7f8ff;
}
.fullservice .sector-benefit2 .action {
  position: relative;
  width: 715px;
  margin: 0 auto;
}
.fullservice .sector-benefit2 .action a {
  width: 100%;
  height: 88px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  background: #0023ff;
}
.fullservice .sector-benefit2 .action a {
  position: relative;
  display: inline-block;
}
.fullservice .sector-benefit2 .action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.9444444444vw;
  height: 1.9444444444vw;
  margin-top: -0.9722222222vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 3.8888888889vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .fullservice .sector-benefit2 .action a::before {
    width: 14px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-benefit2 .action a::before {
    height: 14px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-benefit2 .action a::before {
    margin-top: -7px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-benefit2 .action a::before {
    right: 28px;
  }
}
.fullservice .sector-benefit2 .action a.btn-complete {
  cursor: default;
  background: #999;
}
.fullservice .sector-benefit2 .action a.btn-complete:before {
  display: none;
}
.fullservice .sector-event {
  padding-bottom: 100px;
  background: url("//img.eduwill.net/eduwill/img/2025/B/fullservice/250812/pc/event_bg.jpg") 50% 0 no-repeat;
  background-size: cover;
}
.fullservice .sector-event .action {
  position: relative;
  width: 715px;
  margin: 0 auto;
}
.fullservice .sector-event .action a {
  width: 100%;
  height: 88px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  background: #000;
}
.fullservice .sector-event .action a {
  position: relative;
  display: inline-block;
}
.fullservice .sector-event .action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.9444444444vw;
  height: 1.9444444444vw;
  margin-top: -0.9722222222vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 3.8888888889vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .fullservice .sector-event .action a::before {
    width: 14px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-event .action a::before {
    height: 14px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-event .action a::before {
    margin-top: -7px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-event .action a::before {
    right: 28px;
  }
}
.fullservice .sector-event .action a.btn-complete {
  cursor: default;
  color: #999;
  background: #ddd;
}
.fullservice .sector-event .action a.btn-complete:before {
  display: none;
}
.fullservice .sector-notice {
  background: #fafafa;
  padding: 70px 0px;
  text-align: left;
}
.fullservice .sector-notice .wrap {
  width: 1100px;
}
.fullservice .sector-notice .notice-title {
  margin-bottom: 20px;
  font-weight: 700;
  color: #000;
  font-size: 24px;
}
.fullservice .sector-notice .notice-title2 {
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 18px;
  color: #222;
  font-weight: 500;
}
.fullservice .sector-notice ul + .notice-title2 {
  margin-top: 30px;
}
.fullservice .sector-notice ul li {
  font-size: 16px;
  color: #7e7e7e;
  line-height: 1.3;
}
.fullservice .sector-notice ul li + li {
  margin-top: 4px;
}
.fullservice .sector-notice dl {
  padding: 0 50px;
}
.fullservice .sector-notice dl + dl {
  margin-top: 10px;
}
.fullservice .sector-notice dl dt {
  font-weight: 600;
}
.fullservice .sector-notice dl dt,
.fullservice .sector-notice dl dd {
  color: #7e7e7e;
  font-size: 16px;
  line-height: 1.7;
}
.fullservice.fullservice-after .btn {
  border: none;
}
.fullservice.fullservice-after .highlight {
  font-weight: 700;
  color: #2e75f9;
}
.fullservice.fullservice-after .highlight-2 {
  font-weight: 700;
  color: #000;
}
.fullservice.fullservice-after .title,
.fullservice.fullservice-after .subtitle strong {
  text-align: center;
  line-height: 1.2;
  font-size: 32px;
  font-weight: 700;
  color: #131313;
}
.fullservice.fullservice-after .title-full,
.fullservice.fullservice-after .subtitle strong-full {
  padding: 20px 0;
  text-align: center;
  color: #fff;
  background-color: #000;
}
.fullservice.fullservice-after .title-full + .table-wrap,
.fullservice.fullservice-after .subtitle strong-full + .table-wrap {
  margin-top: 0;
}
.fullservice.fullservice-after .title span,
.fullservice.fullservice-after .subtitle strong span {
  display: block;
  font-weight: 400;
}
.fullservice.fullservice-after .title span.small,
.fullservice.fullservice-after .subtitle strong span.small {
  display: inline-block;
  font-size: 15px;
  color: #878787;
}
.fullservice.fullservice-after .notice {
  margin: 0 auto;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  letter-spacing: -0.65px;
  line-height: 1.4;
}
.fullservice.fullservice-after select,
.fullservice.fullservice-after input[type=text],
.fullservice.fullservice-after input[type=number] {
  width: 100%;
  height: 34px;
  font-size: 17px;
  border: 1px solid #d2d2d2;
  background-color: #fff;
}
.fullservice.fullservice-after input[type=text]:read-only,
.fullservice.fullservice-after input[type=number]:read-only {
  color: #585858;
  background-color: #f8f8f8;
  outline: none;
}
.fullservice.fullservice-after input::-webkit-outer-spin-button,
.fullservice.fullservice-after input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.fullservice.fullservice-after input[type=number] {
  -moz-appearance: textfield;
}
.fullservice.fullservice-after .table-wrap {
  position: relative;
  margin-top: 20px;
}
.fullservice.fullservice-after .table-wrap + .full-action, .fullservice.fullservice-after .table-wrap + .title {
  margin-top: 40px;
}
.fullservice.fullservice-after .table-wrap table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
  table-layout: fixed;
  border-top: 1px solid #c2c2c2;
  border-left: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
}
.fullservice.fullservice-after .table-wrap table.table-row th {
  vertical-align: middle;
  font-weight: 500;
  background-color: #f1f1f1;
}
.fullservice.fullservice-after .table-wrap table.table-row td {
  padding-left: 30px;
  text-align: left;
  background-color: #fcfcfc;
}
.fullservice.fullservice-after .table-wrap table.table-row td strong {
  font-weight: 500;
}
.fullservice.fullservice-after .table-wrap table.table-col th {
  font-size: 15px;
}
.fullservice.fullservice-after .table-wrap table.table-answer {
  border-top-width: 3px;
  border-top-color: #c2c2c2;
  border-right: 0;
  border-bottom: 2px solid #c2c2c2;
}
.fullservice.fullservice-after .table-wrap table.table-answer th,
.fullservice.fullservice-after .table-wrap table.table-answer td {
  padding: 0;
  border-bottom: 1px solid #c2c2c2;
  border-left: 1px solid #c2c2c2;
}
.fullservice.fullservice-after .table-wrap table.table-answer th:first-child,
.fullservice.fullservice-after .table-wrap table.table-answer td:first-child {
  border-left-width: 0;
}
.fullservice.fullservice-after .table-wrap table.table-answer th {
  font-size: 12px;
  color: #585858;
  letter-spacing: -1.5px;
  background: #f1f1f1;
}
.fullservice.fullservice-after .table-wrap table.table-answer th.subject {
  font-size: 14px;
  font-weight: 700;
  color: #585858;
  background: #fff;
  border-left-width: 0;
}
.fullservice.fullservice-after .table-wrap table.table-answer td {
  height: 30px;
  padding: 0;
  font-size: 12px;
  color: #585858;
  letter-spacing: -1px;
}
.fullservice.fullservice-after .table-wrap table.table-answer td input {
  width: 18px;
  height: 18px;
  font-size: 12px;
  color: #585858;
  border: 1px solid #c2c2c2;
  background: #f8f8f8;
}
.fullservice.fullservice-after .table-wrap table.table-answer tr:first-child th,
.fullservice.fullservice-after .table-wrap table.table-answer tr:first-child td {
  border-top-width: 0;
}
.fullservice.fullservice-after .table-wrap table .text-center td,
.fullservice.fullservice-after .table-wrap table .text-center {
  padding-right: 0;
  padding-left: 30px;
  text-align: left;
}
.fullservice.fullservice-after .table-wrap table th,
.fullservice.fullservice-after .table-wrap table td {
  padding: 15px;
  text-align: center;
  font-size: 17px;
  color: #131313;
  border-bottom: 1px solid #c2c2c2;
}
.fullservice.fullservice-after .table-wrap table .division #SERIAL_BM {
  margin-left: 149px;
}
.fullservice.fullservice-after .table-wrap table input[type=radio] {
  width: 16px;
  height: 16px;
}
.fullservice.fullservice-after .table-wrap table select,
.fullservice.fullservice-after .table-wrap table input[type=text],
.fullservice.fullservice-after .table-wrap table input[type=number] {
  width: 50%;
}
.fullservice.fullservice-after .table-wrap table label {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
}
.fullservice.fullservice-after .table-wrap table .bundle {
  display: inline-block;
  width: 48%;
}
.fullservice.fullservice-after .checkbox-wrap {
  margin-top: 40px;
  padding: 15px 0;
  text-align: left;
  border-top: 3px solid #afafaf;
  border-bottom: 1px solid #afafaf;
}
.fullservice.fullservice-after .checkbox-wrap span {
  display: inline-block;
  padding-left: 20px;
}
.fullservice.fullservice-after .checkbox-wrap span input {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.fullservice.fullservice-after .checkbox-wrap span label {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.fullservice.fullservice-after .full-action {
  margin-top: 10px;
  text-align: center;
}
.fullservice.fullservice-after .full-action + .full-action {
  margin-top: 50px;
}
.fullservice.fullservice-after .full-action .btn {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 50%;
  margin-left: 30px;
  padding: 15px 0;
  font-size: 30px;
  font-weight: 700;
  border-radius: 74px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fullservice.fullservice-after .full-action .btn:nth-child(1):nth-last-child(2), .fullservice.fullservice-after .full-action .btn:nth-child(2):nth-last-child(1) {
  width: 38%;
}
.fullservice.fullservice-after .full-action .btn:first-child {
  margin-left: 0;
}
.fullservice.fullservice-after .full-action .btn-info {
  color: #fff;
  background-color: #919191;
}
.fullservice.fullservice-after .full-action .btn-info:after {
  left: 90%;
}
.fullservice.fullservice-after .full-action .btn-info:after {
  position: relative;
  display: inline-block;
}
.fullservice.fullservice-after .full-action .btn-info:after::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: #fff;
  -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.fullservice-after .full-action .btn-info:after::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-action .btn-info:after::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-action .btn-info:after::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-action .btn-info:after::before {
    right: 20px;
  }
}
.fullservice.fullservice-after .full-action .list {
  margin: 10px 100px 0;
}
.fullservice.fullservice-after .full-action .list:first-child {
  margin-top: 0;
}
.fullservice.fullservice-after .full-action .list .notice {
  margin-top: 5px;
  font-size: 20px;
}
.fullservice.fullservice-after .full-action .list .bundle-link {
  float: right;
  width: 30%;
}
.fullservice.fullservice-after .full-action .list .btn {
  width: 100%;
  padding: 9px 10px;
  font-size: 16px;
  border-radius: 5px;
}
.fullservice.fullservice-after .notice {
  text-align: left;
  font-size: 15px;
  font-weight: 300;
  color: #878787;
}
.fullservice.fullservice-after .notice + .bundle-link {
  margin-top: 60px;
}
.fullservice.fullservice-after .fix-bottom {
  height: 80px;
}
.fullservice.fullservice-after .fix-bottom a {
  position: relative;
  display: inline-block;
}
.fullservice.fullservice-after .fix-bottom a::after {
  content: "";
  position: absolute;
  top: 60%;
  right: 10%;
  z-index: 1;
  display: block;
  width: 6.5277777778vw;
  height: 7.5vw;
  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.fullservice-after .fix-bottom a::after {
    width: 47px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .fix-bottom a::after {
    height: 54px;
  }
}
@-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.fullservice-after .sector-consult {
  padding-bottom: 100px;
}
.fullservice.fullservice-after .sector-consult::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 794px;
  background-color: #FB0;
  background-image: url("//img.eduwill.net/eduwill/img/2025/B/fullservice/250812/pc/consult_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.fullservice.fullservice-after .sector-consult .wrap {
  z-index: 1;
}
.fullservice.fullservice-after .sector-band {
  background: #FFBF00;
}
.fullservice.fullservice-after .full-mark {
  padding: 100px 0;
}
.fullservice.fullservice-after .full-mark .wrap {
  width: 1100px;
}
.fullservice.fullservice-after .full-mark .title {
  font-weight: 700;
  color: #222;
}
.fullservice.fullservice-after .full-mark .title span {
  font-size: 35px;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
  letter-spacing: -0.7px;
}
.fullservice.fullservice-after .full-mark .title strong {
  display: block;
  font-size: 35px;
  line-height: 1.3;
  margin-bottom: 35px;
  font-weight: 700;
  color: #FA0;
  letter-spacing: -0.7px;
}
.fullservice.fullservice-after .full-mark .sub-title {
  position: relative;
}
.fullservice.fullservice-after .full-mark .sub-title p {
  width: 1100px;
  margin-bottom: 60px;
  padding: 30px 0;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  background: #000;
}
.fullservice.fullservice-after .full-mark .sub-title span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  display: inline-block;
  width: 210px;
  margin: 0 auto;
  padding: 5px 20px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  border-radius: 30px;
  background: #ff3127;
}
.fullservice.fullservice-after .full-mark .info-table {
  position: relative;
  margin-top: 20px;
  border: 1px solid #c2c2c2;
}
.fullservice.fullservice-after .full-mark .info-table dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.fullservice.fullservice-after .full-mark .info-table dl + dl {
  border-top: 1px solid #c2c2c2;
}
.fullservice.fullservice-after .full-mark .info-table dl dt {
  width: 20%;
  padding: 15px 0;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  background-color: #f1f1f1;
}
.fullservice.fullservice-after .full-mark .info-table dl dd {
  width: 80%;
  padding: 15px 0 15px 30px;
  text-align: left;
  font-size: 0;
  background-color: #fcfcfc;
  -webkit-box-sizing: bordder-box;
  box-sizing: bordder-box;
}
.fullservice.fullservice-after .full-mark .info-table dl dd label {
  display: inline-block;
  width: 25%;
  font-size: 17px;
  cursor: pointer;
}
.fullservice.fullservice-after .full-mark .agree-box {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 17px;
}
.fullservice.fullservice-after .full-mark .agree-box a {
  margin-left: 10px;
  vertical-align: middle;
  text-decoration: underline;
}
.fullservice.fullservice-after .full-mark .agree-box input,
.fullservice.fullservice-after .full-mark .agree-box label {
  vertical-align: middle;
}
.fullservice.fullservice-after .full-mark .notice {
  margin: 0 auto;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  letter-spacing: -0.65px;
  line-height: 1.4;
}
.fullservice.fullservice-after .full-mark .notice .point {
  color: #FA0;
}
.fullservice.fullservice-after .full-mark .action {
  margin-top: 60px;
}
.fullservice.fullservice-after .full-score {
  padding: 50px 0 100px 0;
}
.fullservice.fullservice-after .full-score .subject-box {
  width: 1100px;
  margin: 0 auto;
}
.fullservice.fullservice-after .full-score .subject-box .title {
  text-align: left;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.65px;
}
.fullservice.fullservice-after .full-score .subject-box .title .small {
  font-size: 16px;
  font-weight: 400;
  color: #878787;
  margin-left: 20px;
}
.fullservice.fullservice-after .full-score .subject-box .checkbox-wrap {
  margin-top: 12px;
  padding: 15px 0;
  text-align: left;
  border-top: 3px solid #afafaf;
  border-bottom: 1px solid #afafaf;
}
.fullservice.fullservice-after .full-score .subject-box .checkbox-wrap span {
  display: inline-block;
  padding-left: 20px;
}
.fullservice.fullservice-after .full-score .subject-box .checkbox-wrap span input {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.fullservice.fullservice-after .full-score .subject-box .checkbox-wrap span label {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.fullservice.fullservice-after .full-score .answer-box {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}
.fullservice.fullservice-after .full-score .answer-box .btn-reset {
  background-color: #a0a0a0;
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
}
.fullservice.fullservice-after .full-score .answer-box .btn-reset span {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  padding: 10px 15px;
  letter-spacing: -1px;
  display: inline-block;
  line-height: 1;
}
.fullservice.fullservice-after .full-score .answer-box .title {
  text-align: left;
  line-height: 1.2;
  font-size: 25px;
  font-weight: 700;
  color: #131313;
  margin-top: 80px;
}
.fullservice.fullservice-after .full-score .answer-box .title .highlight {
  font-weight: 700;
  color: #2e75f9;
}
.fullservice.fullservice-after .full-score .answer-box .title .highlight-2 {
  color: #000;
}
.fullservice.fullservice-after .full-score .answer-box .subtitle {
  position: relative;
}
.fullservice.fullservice-after .full-score .answer-box .subtitle .myscore {
  position: absolute;
  right: 0;
  top: 0;
}
.fullservice.fullservice-after .full-score .answer-box .subtitle + .score-check {
  margin-top: 20px;
}
.fullservice.fullservice-after .full-score .answer-box .score-check {
  margin-top: 12px;
}
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box {
  margin-bottom: 10px;
}
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box:last-child {
  margin-bottom: 0;
}
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box.exam th,
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box.exam td {
  padding: 20px 0;
  text-align: center;
}
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box.exam th {
  background-color: #f3f3f3;
}
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box.exam td {
  font-size: 18px;
}
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box.exam td:first-child {
  border-right: 1px solid #ccc;
  border-left: none;
}
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box.exam td strong {
  font-size: 20px;
  font-weight: 700;
  color: #202020;
}
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box.exam .total td {
  font-weight: 700;
  background-color: #f8f2fd;
}
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box table {
  width: 100%;
  border-top: 1px solid #ccc;
}
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box table col:first-child {
  width: 10% !important;
}
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box table col:last-child {
  width: 90% !important;
}
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box table th,
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box table td {
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
  color: #202020;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box table th {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
  background-color: #eee;
}
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box table th:first-child {
  border-left: none;
}
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box table td {
  font-size: 16px;
  overflow: hidden;
}
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box table td dl {
  float: left;
  width: 4%;
  border-right: 1px solid #c2c2c2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box table td dl dt,
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box table td dl dd {
  padding: 7px 5px;
  text-align: center;
  font-family: Verdana;
  font-size: 16px;
  color: #202020;
}
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box table td dl dt {
  background-color: #f3f3f3;
}
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box table td dl input[type=text],
.fullservice.fullservice-after .full-score .answer-box .score-check .table-box table td dl input[type=number] {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-family: Verdana;
  color: #202020;
  border: 1px solid #ccc;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fullservice.fullservice-after .full-result {
  padding: 50px 0 100px 0;
  width: 1100px;
  margin: 0 auto;
}
.fullservice.fullservice-after .full-result .title {
  text-align: left;
}
.fullservice.fullservice-after .full-result .sub-title {
  margin-top: 20px;
  padding: 20px 0;
  text-align: center;
  line-height: 1.2;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  background-color: #000;
}
.fullservice.fullservice-after .full-result .sub-title + .table-wrap {
  margin-top: 0;
}
.fullservice.fullservice-after .full-result .table-wrap + .notice {
  margin-top: 30px;
}
.fullservice.fullservice-after .full-result .table-wrap table {
  border-top-width: 3px;
  border-right: 0;
  border-left: 0;
}
.fullservice.fullservice-after .full-result .table-wrap table th,
.fullservice.fullservice-after .full-result .table-wrap table td {
  font-size: 20px;
  color: #585858;
}
.fullservice.fullservice-after .full-result .table-wrap table th:first-child,
.fullservice.fullservice-after .full-result .table-wrap table td:first-child {
  border-left: 0;
}
.fullservice.fullservice-after .full-result .table-wrap table th {
  background-color: #f1f1f1;
}
.fullservice.fullservice-after .full-result .table-wrap table tfoot td {
  font-weight: 700;
  background-color: #f8f8f8;
}
.fullservice.fullservice-after .full-result .table-wrap table .user {
  color: #2e75f9;
}
.fullservice.fullservice-after .full-result .subtitle {
  position: relative;
  margin-top: 40px;
  text-align: left;
}
.fullservice.fullservice-after .full-result .subtitle strong {
  display: inline-block;
  font-size: 24px;
}
.fullservice.fullservice-after .full-result .subtitle strong:last-child {
  position: absolute;
  top: 0;
  right: 0;
}
.fullservice.fullservice-after .full-result .subtitle + .score-check .table-box {
  margin-top: 20px;
}
.fullservice.fullservice-after .full-result .subtitle + .score-check .table-box table th,
.fullservice.fullservice-after .full-result .subtitle + .score-check .table-box table td {
  border-left: 1px solid #ccc;
  font-weight: 400;
}
.fullservice.fullservice-after .full-result .subtitle + .score-check .table-box table th {
  color: #202020;
  font-size: 16px;
  background-color: #eee;
}
.fullservice.fullservice-after .full-result .subtitle + .score-check .table-box table th:first-child {
  border-left: none;
}
.fullservice.fullservice-after .full-result .score-check .table-box table {
  width: 100%;
  border-top: 1px solid #afafaf;
}
.fullservice.fullservice-after .full-result .score-check .table-box table tr th,
.fullservice.fullservice-after .full-result .score-check .table-box table tr td {
  text-align: center;
  color: #585858;
  vertical-align: middle;
  border-bottom: 1px solid #c2c2c2;
}
.fullservice.fullservice-after .full-result .score-check .table-box table tr th {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
  background-color: #eee;
}
.fullservice.fullservice-after .full-result .score-check .table-box table tr td {
  font-size: 14px;
}
.fullservice.fullservice-after .full-result .score-check .table-box table tr td:first-child {
  border-right: 1px solid #c2c2c2;
}
.fullservice.fullservice-after .full-result .score-check .table-box table tr td:after {
  content: "";
  display: block;
  clear: both;
}
.fullservice.fullservice-after .full-result .score-check .table-box table tr td dl {
  float: left;
  width: 5%;
  border-right: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
}
.fullservice.fullservice-after .full-result .score-check .table-box table tr td dl dt,
.fullservice.fullservice-after .full-result .score-check .table-box table tr td dl dd {
  color: #585858;
  font-size: 16px;
  font-family: Verdana;
  text-align: center;
  padding: 7px 5px;
}
.fullservice.fullservice-after .full-result .score-check .table-box table tr td dl dt {
  background-color: #dbd9ed;
}
.fullservice.fullservice-after .full-result .score-check .table-box table tr td dl dd input[type=text],
.fullservice.fullservice-after .full-result .score-check .table-box table tr td dl dd input[type=number] {
  border: 1px solid #c2c2c2;
  background-color: #f8f8f8;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #585858;
  font-family: Verdana;
  text-align: center;
}
.fullservice.fullservice-after .full-result .score-check .table-box.exam table th {
  background-color: #dbd9ed;
}
.fullservice.fullservice-after .full-result .score-check .table-box.exam table td {
  font-size: 16px;
  padding: 10px 0;
}
.fullservice.fullservice-after .full-result .score-check .table-box.exam table td strong {
  font-size: 18px;
  font-weight: 700;
  color: #585858;
}
.fullservice.fullservice-after .full-result .score-check .table-box.exam table .total th {
  background-color: #eee;
}
.fullservice.fullservice-after .full-result .score-check .table-box.exam table .total td {
  background-color: #eee;
  font-weight: 700;
  color: #222;
}
.fullservice.fullservice-after .full-result .score-check .table-box.exam table .total td .fail {
  color: #ff0000;
}
.fullservice.fullservice-after .full-result .score-check .table-box.exam table .total td .pass {
  color: #1d44d8;
}
.fullservice.fullservice-after .full-result .full-action {
  margin-top: 30px;
}
.fullservice.fullservice-after .full-result .full-action .bundle-link > a {
  vertical-align: top;
}
.fullservice.fullservice-after .full-review {
  padding: 100px 0;
}
.fullservice.fullservice-after .full-review .wrap {
  width: 1100px;
}
.fullservice.fullservice-after .full-review .title {
  margin: 0;
  text-align: center;
  line-height: 1.3;
  font-size: 65px;
  font-weight: 700;
  color: #222;
  letter-spacing: -4px;
  padding-top: 0px;
}
.fullservice.fullservice-after .full-review .title strong {
  font-size: 35px;
}
.fullservice.fullservice-after .full-review .title span {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -2px;
  color: rgba(0, 0, 0, 0.5);
}
.fullservice.fullservice-after .full-review .write-list {
  margin-top: 60px;
}
.fullservice.fullservice-after .full-review .write-list > div {
  height: 160px;
}
.fullservice.fullservice-after .full-review .write-list > div.desc {
  width: 75%;
}
.fullservice.fullservice-after .full-review .write-list > div.desc input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  line-height: 50px;
  font-size: 16px;
  color: #222;
  border: 1px solid #141414;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fullservice.fullservice-after .full-review .write-list > div.desc textarea {
  width: 100%;
  height: 100px;
  margin-top: 10px;
  padding: 10px;
  overflow-y: auto;
  font-size: 16px;
  color: #222;
  border: none;
  outline: none;
  resize: none;
  border: 1px solid #141414;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fullservice.fullservice-after .full-review .write-list > div.action {
  display: table;
  float: right;
  width: 22%;
  margin: 0;
}
.fullservice.fullservice-after .full-review .write-list > div.action a {
  border-radius: 6px;
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  border-color: #000;
  background-color: #000;
}
.fullservice.fullservice-after .full-review .write-list + .notice {
  margin-top: 5px;
  margin-left: 0;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  color: #999;
}
.fullservice.fullservice-after .full-review .review-list {
  margin-top: 60px;
  border-bottom: 1px solid #777;
}
.fullservice.fullservice-after .full-review .review-list .list {
  border-top: 1px solid #eaeaea;
}
.fullservice.fullservice-after .full-review .review-list .list > div {
  padding: 30px 0 30px 12px;
  font-size: 16px;
  color: #333;
}
.fullservice.fullservice-after .full-review .review-list .list > div.number {
  width: 8%;
}
.fullservice.fullservice-after .full-review .review-list .list > div.user {
  width: 12%;
}
.fullservice.fullservice-after .full-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.fullservice-after .full-review .review-list .list:first-child {
  border-top-width: 3px;
  border-top-color: #777;
}
.fullservice.fullservice-after .full-review .review-list .list.list-nodata .desc {
  float: none;
  width: 100%;
  padding: 50px 0;
  font-size: 20px;
  text-align: center;
}
.fullservice.fullservice-after .full-review .review-list .review-delete {
  position: absolute;
  top: 35px;
  right: 10px;
  display: block;
  font-size: 0;
}
.fullservice.fullservice-after .full-review .pagination {
  margin-top: 30px;
  text-align: center;
}
.fullservice.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.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.fullservice-after .full-review .pagination a.control {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  color: transparent;
  border: 1px solid #d8d8d8;
  background: none;
}
.fullservice.fullservice-after .full-review .pagination a.control:before {
  background: none;
}
.fullservice.fullservice-after .full-review .pagination a.control-prev {
  position: relative;
  display: inline-block;
}
.fullservice.fullservice-after .full-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.fullservice-after .full-review .pagination a.control-prev::before {
    width: 5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .pagination a.control-prev::before {
    height: 5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .pagination a.control-prev::before {
    margin-top: -2.5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .pagination a.control-prev::before {
    left: 10px;
  }
}
.fullservice.fullservice-after .full-review .pagination a.control-prev:before {
  left: 8px;
}
.fullservice.fullservice-after .full-review .pagination a.control-next {
  position: relative;
  display: inline-block;
}
.fullservice.fullservice-after .full-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.fullservice-after .full-review .pagination a.control-next::before {
    width: 5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .pagination a.control-next::before {
    height: 5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .pagination a.control-next::before {
    margin-top: -2.5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .full-review .pagination a.control-next::before {
    right: 10px;
  }
}
.fullservice.fullservice-after .full-review .pagination a.control-next:before {
  left: 5px;
}
.fullservice.fullservice-after .full-review .pagination a.control + a:before {
  display: none;
}
.fullservice.fullservice-after .full-review .pagination a.on, .fullservice.fullservice-after .full-review .pagination a.active {
  color: #e62a29;
}/*# sourceMappingURL=web.css.map */