@charset "UTF-8";
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full, .grid, .fullservice .sector-view .full-content .review-list .list, .fullservice .sector-view .full-content .write-list, .fullservice .sector-view .full-content .action-list {
  *zoom: 1;
}
.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 .sector-view .full-content .review-list .list::before, .fullservice .sector-view .full-content .write-list::before, .fullservice .sector-view .full-content .action-list::before, .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 .sector-view .full-content .review-list .list::after, .fullservice .sector-view .full-content .write-list::after, .fullservice .sector-view .full-content .action-list::after {
  content: "";
  display: table;
}
.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 .sector-view .full-content .review-list .list::after, .fullservice .sector-view .full-content .write-list::after, .fullservice .sector-view .full-content .action-list::after {
  clear: both;
}

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

.grid, .fullservice .sector-view .full-content .review-list .list, .fullservice .sector-view .full-content .write-list, .fullservice .sector-view .full-content .action-list {
  position: relative;
  box-sizing: border-box;
}
.grid .col, .fullservice .sector-view .full-content .review-list .list .col, .fullservice .sector-view .full-content .review-list .list > div, .fullservice .sector-view .full-content .write-list .col, .fullservice .sector-view .full-content .write-list > div, .fullservice .sector-view .full-content .action-list .col, .fullservice .sector-view .full-content .action-list > div {
  position: relative;
  float: left;
  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;
  transform: translateX(-50%);
}

.effect-bounce-diagonal {
  animation-name: effectBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    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;
}
@keyframes effectBounceUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.effect-extend {
  animation-name: effectExtend;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectExtend {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    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;
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.promotion,
.product-eco,
.fullservice {
  text-align: center;
  overflow: hidden;
}
.promotion *,
.product-eco *,
.fullservice * {
  line-height: normal;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.1388888889vw;
  box-sizing: border-box;
}
@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 button,
.product-eco button,
.fullservice button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: 0;
  cursor: pointer;
}
.promotion p,
.product-eco p,
.fullservice p {
  margin: 0;
  padding: 0;
}
.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 .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: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 7.6388888889vw;
  height: 7.7777777778vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.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: 56px;
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}

.dimmed {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.7);
}

.popup {
  font-family: "Noto Sans KR", Sans-Serif;
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 20000;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  max-width: 620px;
  width: 100%;
  height: auto;
  background-color: #fff;
  line-height: 1;
  letter-spacing: -1px;
  padding: 0;
  box-sizing: border-box;
}
.popup .popup-close {
  cursor: pointer;
  display: inline-block;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 2002;
}
.popup .popup-close:before, .popup .popup-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 1px;
  margin-left: -15px;
  background-color: #fff;
}
.popup .popup-close:before {
  transform: rotate(45deg);
}
.popup .popup-close:after {
  transform: rotate(-45deg);
}
.popup .popup-title {
  padding: 40px 0 28px;
  font-weight: 400;
  font-size: 3.3333333333vw;
  text-align: center;
  color: #fff;
  letter-spacing: -1px;
  line-height: 1.2;
  background-color: #393939;
}
@media screen and (min-width: 720px) {
  .popup .popup-title {
    font-size: 24px;
  }
}
.popup .popup-title strong {
  letter-spacing: -2px;
  font-size: 4.8611111111vw;
  font-weight: 900;
}
@media screen and (min-width: 720px) {
  .popup .popup-title strong {
    font-size: 35px;
  }
}
@media screen and (max-width: 720px) {
  .popup .popup-title {
    letter-spacing: 0;
    padding: 20px 0 20px;
  }
  .popup .popup-title strong {
    letter-spacing: 0;
  }
}
.popup .popup-cont {
  padding: 5% 3%;
}
.popup .popup-cont .label {
  position: relative;
  color: #000;
  font-size: 3.3333333333vw;
  font-weight: 500;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  margin-bottom: 10px;
  letter-spacing: -1px;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .label {
    font-size: 24px;
  }
}
.popup .popup-cont .label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background-color: #000;
}
.popup .popup-cont .label .highlight {
  color: #fe0000;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .label {
    font-size: 14px;
  }
}
.popup .popup-cont .input-box {
  width: 90%;
  margin: 0 auto;
}
.popup .popup-cont .input-box dl {
  margin-top: 10px;
}
.popup .popup-cont .input-box dl:after {
  content: "";
  display: block;
  clear: both;
}
.popup .popup-cont .input-box dl dt {
  width: 20%;
  height: auto;
  float: left;
  text-align: left;
  padding-left: 10px;
  padding-top: 10px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.popup .popup-cont .input-box dl dt:after {
  margin-top: 4px;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dt {
    height: 45px;
    padding-top: 0;
  }
  .popup .popup-cont .input-box dl dt:after {
    margin-top: 0;
  }
}
.popup .popup-cont .input-box dl dd {
  position: relative;
  float: left;
  width: 80%;
}
.popup .popup-cont .input-box dl dd .ipt {
  width: 100%;
  padding: 0 10px;
  border: 1px solid #dddddd;
  color: #000;
  font-family: "Noto Sans KR";
  font-weight: 300;
  height: 35px;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dd .ipt {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dd .ipt {
    height: 45px;
    font-size: 14px;
  }
}
.popup .popup-cont .input-box dl dd .ipt.disable {
  background-color: #efefef;
  color: #aaa;
}
.popup .popup-cont .input-box dl dd .ipt-s {
  width: 80%;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dd .ipt-s {
    width: 71%;
  }
}
.popup .popup-cont .input-box dl dd .btn {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  height: 35px;
  line-height: 35px;
  width: 60px;
  font-size: 3.1944444444vw;
  background-color: #666;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dd .btn {
    font-size: 23px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dd .btn {
    width: 120px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
}
.popup .popup-cont .input-box dl dd .btn:hover {
  background-color: #333333;
}
.popup .popup-cont .input-box dl dd .btn.disable {
  background-color: #ccc;
}
.popup .popup-cont .input-box dl.certification {
  display: none;
}
.popup .popup-cont .input-box dl.certification .timer {
  position: absolute;
  right: 32%;
  font-size: 3.3333333333vw;
  top: 10px;
  display: inline-block;
  color: #ff0000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl.certification .timer {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl.certification .timer {
    right: 130px;
    font-size: 14px;
    top: 10px;
  }
}
.popup .popup-cont .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: 130%;
  text-align: left;
  border: 1px solid #dddddd;
  color: #686868;
  padding: 10px;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .ta-box textarea {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .ta-box textarea {
    font-size: 13px;
    padding: 15px;
  }
}
.popup .popup-cont .check-box {
  width: 90%;
  margin: 5% auto 0;
  color: #686868;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box {
    margin-top: 20px;
  }
}
.popup .popup-cont .check-box .label {
  padding-left: 10px;
}
.popup .popup-cont .check-box .table-box .text {
  line-height: 130%;
  color: #585858;
  margin-bottom: 3%;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .table-box .text {
    font-size: 24px;
  }
}
.popup .popup-cont .check-box .table-box table {
  width: 100%;
  margin-bottom: 5%;
}
.popup .popup-cont .check-box .table-box table th,
.popup .popup-cont .check-box .table-box table td {
  font-size: 3.3333333333vw;
  line-height: 1.4;
  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: 10px 5px;
}
@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: 24px;
  }
}
.popup .popup-cont .check-box .table-box table th strong,
.popup .popup-cont .check-box .table-box table td strong {
  font-size: 2.5vw;
}
@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: 18px;
  }
}
.popup .popup-cont .check-box .table-box table th {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .table-box .text {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .popup .popup-cont .check-box .table-box table {
    margin-bottom: 20px;
  }
  .popup .popup-cont .check-box .table-box table th, .popup .popup-cont .check-box .table-box table td {
    font-size: 14px;
  }
}
.popup .popup-cont .check-box .agree-check {
  margin: 10px 0 7% 0;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .agree-check {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .agree-check {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.popup .popup-cont .check-box .agree-check input {
  vertical-align: middle;
  margin-right: 3px;
  width: 15px;
  height: 15px;
}
.popup .popup-cont .check-box .agree-check label {
  cursor: pointer;
}
.popup .popup-cont .check-box .agree-check span {
  display: block;
  padding-left: 1.1875rem;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .agree-check span {
    padding-left: 38px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .agree-check span {
    display: inline-block;
    padding-left: 0;
  }
}
.popup .popup-cont .survey-list + .check-box {
  width: auto;
}
.popup .popup-cont .survey-list .survey {
  margin-top: 0.625rem;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list .survey {
    margin-top: 20px;
  }
}
.popup .popup-cont .survey-list .survey:first-child {
  margin-top: 0;
}
.popup .popup-cont .survey-list p {
  margin: 0;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p {
    font-size: 14px;
  }
}
.popup .popup-cont .survey-list p.title {
  line-height: 1.5;
  font-weight: 500;
  color: #000;
}
.popup .popup-cont .survey-list p.title span {
  color: #ff0000;
}
.popup .popup-cont .survey-list p.desc {
  margin-top: 0.3125rem;
  color: #000;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p.desc {
    margin-top: 10px;
  }
}
.popup .popup-cont .survey-list p.desc select {
  width: 100%;
  height: 30px;
  font-size: 2.7777777778vw;
  color: #000;
  border-color: #d2d2d2;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p.desc select {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p.desc select {
    height: 40px;
    font-size: 14px;
  }
}
.popup .popup-cont .survey-list p.desc input[type=checkbox] {
  width: 0.625rem;
  height: 0.625rem;
  vertical-align: top;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p.desc input[type=checkbox] {
    width: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p.desc input[type=checkbox] {
    height: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p.desc input[type=checkbox] {
    width: 14px;
    height: 14px;
  }
}
.popup .popup-cont .survey-list p.desc label {
  display: inline-block;
  width: 48%;
  margin-top: 5px;
  cursor: pointer;
}
.popup .popup-cont .survey-list p.desc textarea {
  width: 100%;
  border-color: #d2d2d2;
  height: 4.6875rem;
  resize: none;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p.desc textarea {
    height: 150px;
  }
}
.popup .popup-btn {
  margin-bottom: 10%;
  text-align: center;
}
.popup .popup-btn a {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  width: 180px;
  height: 52px;
  text-align: center;
  transition: all 0.9s, color 0.3;
  border-radius: 5px;
  box-shadow: inset 3px 3px 2px 0px rgba(255, 255, 255, 0.18);
  background: rgb(255, 213, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(255, 213, 0)), color-stop(89%, rgb(255, 213, 0)), color-stop(96%, rgb(233, 194, 0)), color-stop(100%, rgb(233, 194, 0)));
  background: linear-gradient(to bottom, rgb(255, 213, 0) 0%, rgb(255, 213, 0) 89%, rgb(233, 194, 0) 96%, rgb(233, 194, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffd500", endColorstr="#e9c200", GradientType=0 );
}
.popup .popup-btn a span {
  line-height: 52px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  letter-spacing: -2px;
}
@media screen and (max-width: 720px) {
  .popup .popup-btn a {
    width: 40%;
    height: 42px;
  }
  .popup .popup-btn a span {
    line-height: 42px;
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 720px) and (min-width: 720px) {
  .popup .popup-btn a span {
    font-size: 27px;
  }
}
.popup .popup-btn a:hover {
  background: #db3725;
}
.popup .popup-btn a:hover span {
  color: #fff;
}
.popup .popup-btn a.btn-cancle {
  margin-left: 5px;
  background: #434343;
}
.popup .popup-btn a.btn-cancle span {
  color: #bebebe;
}
.popup .popup-btn a.btn-cancle:after, .popup .popup-btn a.btn-cancle:before {
  display: none;
}
.popup.popup-open .popup-close {
  right: 0;
  top: 0;
}
@media screen and (min-width: 720px) {
  .popup.popup-open .popup-cont {
    padding: 5%;
  }
}
.popup.popup-open .popup-cont .text-box {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  text-align: center;
  margin-bottom: 5%;
}
@media screen and (max-width: 720px) {
  .popup.popup-open .popup-cont .text-box {
    font-size: 3.1944444444vw;
  }
}
@media screen and (max-width: 720px) and (min-width: 720px) {
  .popup.popup-open .popup-cont .text-box {
    font-size: 23px;
  }
}
.popup.popup-open .popup-cont .text-box a {
  display: inline-block;
  background-color: #ffd500;
  margin-left: 8px;
  display: inline-block;
  color: #000;
  padding: 0 5px;
}
.popup.popup-base .popup-cont .text-box .text-box {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 3.3333333333vw;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 720px) {
  .popup.popup-base .popup-cont .text-box .text-box {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-base .popup-cont .text-box .text-box {
    font-size: 16px;
  }
}
.popup.popup-gs .popup-cont {
  padding: 0;
}
.popup.popup-gs .join-wrap {
  padding-bottom: 1.25rem;
  background: url("//img.eduwill.net/eduwill/img/2023/S/fullservice/230114/pc/bg_layer_gs25.jpg") no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (min-width: 720px) {
  .popup.popup-gs .join-wrap {
    padding-bottom: 40px;
  }
}
.popup.popup-gs .join-wrap .action {
  margin: 0 6.4516129032%;
  text-align: center;
  font-size: 0;
}
.popup.popup-gs .join-wrap .action a {
  display: inline-block;
  width: 45%;
  margin-left: 0.21875rem;
  padding: 0.625rem 0;
  font-size: 4.1666666667vw;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  .popup.popup-gs .join-wrap .action a {
    margin-left: 7px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-gs .join-wrap .action a {
    padding: 20px 0;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-gs .join-wrap .action a {
    font-size: 30px;
  }
}
.popup.popup-gs .join-wrap .action a:first-child {
  margin-left: 0;
}
.popup.popup-gs .join-wrap .action a.btn-join {
  color: #0e335d;
  background-color: #89fbff;
}
.popup.popup-gs .join-wrap .action a.btn-close {
  color: #fff;
  background-color: #032a51;
}
.popup.popup-gs .notice-wrap {
  line-height: 1.5;
  font-size: 2.7777777778vw;
  color: rgba(0, 0, 0, 0.7);
  padding: 0.9375rem 1.25rem;
  background-color: #fcfcfc;
}
@media screen and (min-width: 720px) {
  .popup.popup-gs .notice-wrap {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-gs .notice-wrap {
    padding: 30px 40px;
  }
}
.popup.popup-gs .notice-wrap strong {
  display: block;
  font-size: 2.7777777778vw;
  color: #032a51;
}
@media screen and (min-width: 720px) {
  .popup.popup-gs .notice-wrap strong {
    font-size: 20px;
  }
}
.popup.popup-gs .popup-close {
  top: 0;
  right: 0;
}

#zipcode-layer {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 40000;
  transform: translateX(-50%);
  z-index: 100005;
  border: 6px solid #000;
}
#zipcode-layer > div {
  width: 500px !important;
}
@media screen and (max-width: 720px) {
  #zipcode-layer > div {
    width: auto !important;
  }
}
#zipcode-layer .zipcode-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  display: block;
  background-color: #000;
  z-index: 100005;
}
#zipcode-layer .zipcode-close:before, #zipcode-layer .zipcode-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 3px;
  margin-left: -15px;
  background-color: #fff;
}
#zipcode-layer .zipcode-close:before {
  transform: rotate(45deg);
}
#zipcode-layer .zipcode-close:after {
  transform: rotate(-45deg);
}

#edufLayerApply .eduf-layer-wrap .eduf-layer-title {
  background-color: #000;
  padding: 3.75vw 4.1666666667vw 3.4722222222vw;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-title {
    padding: 27px 30px 25px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-title strong {
  color: #fff;
  font-size: 3.3333333333vw;
  letter-spacing: -1px;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-title strong {
    font-size: 24px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content {
  padding-bottom: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content {
    padding-bottom: 20px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-text {
  color: #000;
  font-size: 2.7777777778vw;
  line-height: 1.3;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-text {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-text {
    font-size: 16px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group {
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group {
    margin-top: 30px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box {
  background: #F8F8F8;
  display: block !important;
  height: auto !important;
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .table-row {
  margin-top: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .table-row {
    margin-top: 10px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .table-row table {
  width: 100%;
  border-top: 2px solid #000;
  border-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .table-row table {
    border-width: 2px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .table-row table th, #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .table-row table td {
  text-align: center;
  border-left: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  padding: 1.3888888889vw 0.6944444444vw;
  color: #000;
  font-size: 2.7777777778vw;
  letter-spacing: -1px;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .table-row table th, #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .table-row table td {
    padding: 10px 5px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .table-row table th, #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .table-row table td {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .table-row table th, #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .table-row table td {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .table-row table th, #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .table-row table td {
    font-size: 16px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .table-row table th:first-child, #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .table-row table td:first-child {
  border-left: 0;
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .table-row table th td, #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .table-row table td td {
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .table-row table th td, #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .table-row table td td {
    font-size: 18px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .table-row table th td strong, #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .table-row table td td strong {
  border-bottom: 1px solid #000;
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .text {
  font-size: 2.0833333333vw;
  margin-top: 1.3888888889vw;
  line-height: 1.3;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .text {
    font-size: 15px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .text {
    margin-top: 10px;
  }
}

.fullservice .wrap {
  position: relative;
  width: 1200px;
}
.fullservice .only-pc {
  display: block;
}
.fullservice .only-mobile {
  display: none;
}
.fullservice .icon-pointer {
  position: relative;
  display: inline-block;
}
.fullservice .icon-pointer::after {
  content: "";
  position: absolute;
  top: 55%;
  right: 5%;
  z-index: 1;
  display: block;
  width: 6.5277777778vw;
  height: 7.6388888889vw;
  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 .icon-pointer::after {
    width: 47px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .icon-pointer::after {
    height: 55px;
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.fullservice .holder {
  position: relative;
}
.fullservice .fix-wing {
  position: fixed;
  right: 10px;
  bottom: 200px;
  z-index: 99;
}
.fullservice .fix-wing a {
  display: block;
  margin-top: 10px;
}
.fullservice .fix-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: #000000;
}
.fullservice .fix-bottom .flag {
  position: absolute;
  left: 200px;
  top: -20px;
}
.fullservice .sector-top {
  padding: 20px 0;
  border-top: 2px solid #F5EEC5;
  border-bottom: 2px solid #F5EEC5;
  background: #FFF9E5;
}
.fullservice .sector-top p {
  color: #000;
  line-height: normal;
}
.fullservice .sector-top p.count {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -1.04px;
}
.fullservice .sector-top p.count .highlight {
  color: #FFAE00;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1.28px;
}
.fullservice .sector-top p.text {
  font-size: 14px;
  font-weight: 350;
  letter-spacing: -0.56px;
  opacity: 0.5;
}
.fullservice .sector-title {
  background-color: #FFD827;
  background-image: url("//img.eduwill.net/eduwill/img/2026/S/fullservice/260117/pc/title_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.fullservice .sector-title .exam-number {
  position: absolute;
  top: 280px;
  left: 0;
  right: 0;
  color: #000;
  font-size: 32px;
  font-family: "EduwillPassRegular", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.fullservice .sector-tab-title {
  padding: 100px 0 160px;
  background: linear-gradient(281deg, #000 27.99%, #0C0C0C 62.25%, #444 100%);
}
.fullservice .sector-tab-title p {
  color: #FFF;
  font-size: 36px;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: -2.52px;
}
.fullservice .sector-tab-title p .point {
  background: linear-gradient(to top, #FFBF00 50%, #F9FF50 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.fullservice .sector-tab .tab-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -100px 20px 0;
}
.fullservice .sector-tab .tab-list li {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  color: rgba(255, 255, 255, 0.2);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.48px;
  border-radius: 10px 10px 0 0;
  background: #303030;
  cursor: pointer;
}
.fullservice .sector-tab .tab-list li a {
  display: block;
}
.fullservice .sector-tab .tab-list li span {
  color: currentColor;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.4px;
}
.fullservice .sector-tab .tab-list li.on {
  color: #000;
  letter-spacing: -1.44px;
  background-color: #FFF;
}
.fullservice .sector-view .holder {
  padding-bottom: 90px;
  border-bottom: 1px solid #e8e9f1;
}
.fullservice .sector-view .holder.last-child {
  padding-bottom: 140px;
}
.fullservice .sector-view .holder a {
  margin-right: 30px;
}
.fullservice .sector-view .holder a:last-child {
  margin-right: 0;
}
.fullservice .sector-view .holder a.btn_reservation {
  position: relative;
  display: inline-block;
}
.fullservice .sector-view .holder a.btn_reservation::after {
  content: "";
  position: absolute;
  top: 60%;
  right: 5%;
  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 .sector-view .holder a.btn_reservation::after {
    width: 47px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-view .holder a.btn_reservation::after {
    height: 54px;
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.fullservice .sector-view .table-wrap {
  position: relative;
  margin-top: 20px;
}
.fullservice .sector-view .table-wrap table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
  table-layout: fixed;
  border-top: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
}
.fullservice .sector-view .table-wrap table.table-row th {
  vertical-align: middle;
  font-weight: 500;
}
.fullservice .sector-view .table-wrap table.table-row td {
  padding-left: 30px;
  text-align: left;
}
.fullservice .sector-view .table-wrap table.table-row td strong {
  font-weight: 500;
}
.fullservice .sector-view .table-wrap table.table-col th {
  font-size: 15px;
}
.fullservice .sector-view .table-wrap table.table-answer {
  border-top-width: 3px;
  border-top-color: #DBDBDB;
  border-right: 0;
  border-bottom: 2px solid #DBDBDB;
}
.fullservice .sector-view .table-wrap table.table-answer th,
.fullservice .sector-view .table-wrap table.table-answer td {
  padding: 0;
  border-bottom: 1px solid #DBDBDB;
  border-left: 1px solid #DBDBDB;
}
.fullservice .sector-view .table-wrap table.table-answer th:first-child,
.fullservice .sector-view .table-wrap table.table-answer td:first-child {
  border-left-width: 0;
}
.fullservice .sector-view .table-wrap table.table-answer th {
  font-size: 12px;
  color: #585858;
  letter-spacing: -1.5px;
  background: #eceae6;
}
.fullservice .sector-view .table-wrap table.table-answer th.subject {
  font-size: 14px;
  font-weight: 700;
  color: #585858;
  background: #fff;
  border-left-width: 0;
}
.fullservice .sector-view .table-wrap table.table-answer td {
  height: 30px;
  padding: 0;
  font-size: 12px;
  color: #585858;
  letter-spacing: -1px;
}
.fullservice .sector-view .table-wrap table.table-answer td input {
  width: 18px;
  height: 18px;
  font-size: 12px;
  color: #585858;
  border: 1px solid #DBDBDB;
  background: #f8f8f8;
}
.fullservice .sector-view .table-wrap table.table-answer tr:first-child th,
.fullservice .sector-view .table-wrap table.table-answer tr:first-child td {
  border-top-width: 0;
}
.fullservice .sector-view .table-wrap table .text-center td,
.fullservice .sector-view .table-wrap table .text-center {
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}
.fullservice .sector-view .table-wrap table th,
.fullservice .sector-view .table-wrap table td {
  padding: 15px;
  text-align: center;
  font-size: 17px;
  color: #131313;
  border-bottom: 1px solid #DBDBDB;
  border-left: 1px solid #DBDBDB;
}
.fullservice .sector-view .table-wrap table input[type=radio] {
  width: 16px;
  height: 16px;
}
.fullservice .sector-view .table-wrap table select,
.fullservice .sector-view .table-wrap table input[type=text],
.fullservice .sector-view .table-wrap table input[type=number] {
  width: 50%;
}
.fullservice .sector-view .table-wrap table label {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
}
.fullservice .sector-view .table-wrap table .bundle {
  display: inline-block;
  width: 48%;
}
.fullservice .sector-view .full-content {
  position: relative;
  padding-bottom: 100px;
}
.fullservice .sector-view .full-content .title {
  padding-top: 100px;
  padding-bottom: 40px;
  font-weight: 700;
  color: #222;
}
.fullservice .sector-view .full-content .title span {
  font-size: 32px;
  font-weight: 400;
  font-family: "EduwillPassRegular", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.fullservice .sector-view .full-content .title strong {
  display: block;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 44px;
}
.fullservice .sector-view .full-content .notice {
  width: 503px;
  text-align: left;
  margin: 20px auto 0;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.fullservice .sector-view .full-content .action {
  margin-top: 100px;
}
.fullservice .sector-view .full-content .action a {
  display: inline-block;
  margin-left: 40px;
}
.fullservice .sector-view .full-content .action a:first-child {
  margin-left: 0;
}
.fullservice .sector-view .full-content .action-list {
  display: inline-block;
}
.fullservice .sector-view .full-content .action-list .title {
  margin-right: 100px;
  padding-top: 0;
  line-height: 1.2;
}
.fullservice .sector-view .full-content .action-list .title span {
  font-size: 20px;
  font-weight: 400;
}
.fullservice .sector-view .full-content .action-list .title strong {
  font-size: 55px;
}
.fullservice .sector-view .full-content .action-list .action {
  margin-top: 0;
}
.fullservice .sector-view .full-content .action-list .action a {
  position: relative;
  display: inline-block;
}
.fullservice .sector-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 .sector-view .full-content .action-list .action a::after {
    width: 57px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-view .full-content .action-list .action a::after {
    height: 65px;
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.fullservice .sector-view .full-content .write-list {
  margin-top: 50px;
}
.fullservice .sector-view .full-content .write-list > div {
  height: 160px;
}
.fullservice .sector-view .full-content .write-list > div.desc {
  width: 80%;
}
.fullservice .sector-view .full-content .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 #000;
  box-sizing: border-box;
  border-radius: 5px;
}
.fullservice .sector-view .full-content .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 #000;
  box-sizing: border-box;
  border-radius: 5px;
}
.fullservice .sector-view .full-content .write-list > div.action {
  display: table;
  float: right;
  width: 18%;
  margin: 0;
}
.fullservice .sector-view .full-content .write-list > div.action a {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  font-size: 25px;
  font-weight: 700;
  color: #000;
  border-color: #FFBF00;
  background-color: #FFBF00;
  border-radius: 10px;
}
.fullservice .sector-view .full-content .write-list > div.action a:after {
  display: none;
}
.fullservice .sector-view .full-content .write-list > div.action a span {
  padding-right: 20px;
}
.fullservice .sector-view .full-content .write-list > div.action a span {
  position: relative;
  display: inline-block;
}
.fullservice .sector-view .full-content .write-list > div.action a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  margin-top: -0.5555555556vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  transform: rotate(45deg);
  right: 2.2222222222vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .fullservice .sector-view .full-content .write-list > div.action a span::before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-view .full-content .write-list > div.action a span::before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-view .full-content .write-list > div.action a span::before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-view .full-content .write-list > div.action a span::before {
    right: 16px;
  }
}
.fullservice .sector-view .full-content .write-list > div.action a span:before {
  right: 0;
}
.fullservice .sector-view .full-content .write-list + .notice {
  margin-top: 5px;
  margin-left: 0;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  color: #999;
}
.fullservice .sector-view .full-content .review-list {
  margin-top: 60px;
  border-bottom: 1px solid #777;
}
.fullservice .sector-view .full-content .review-list .list {
  border-top: 1px solid #eaeaea;
}
.fullservice .sector-view .full-content .review-list .list > div {
  padding: 30px 0 30px 12px;
  font-size: 16px;
  color: #333;
}
.fullservice .sector-view .full-content .review-list .list > div.number {
  width: 8%;
}
.fullservice .sector-view .full-content .review-list .list > div.user {
  width: 12%;
}
.fullservice .sector-view .full-content .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-view .full-content .review-list .list:first-child {
  border-top-width: 3px;
  border-top-color: #777;
}
.fullservice .sector-view .full-content .review-list .list.no-list .desc {
  float: none;
  width: 100%;
  padding: 50px 0;
  font-size: 20px;
  text-align: center;
}
.fullservice .sector-view .full-content .review-list .review-delete {
  position: absolute;
  top: 35px;
  right: 10px;
  display: block;
  font-size: 0;
}
.fullservice .sector-view .full-content .pagination {
  margin-top: 30px;
  text-align: center;
}
.fullservice .sector-view .full-content .pagination a {
  position: relative;
  display: inline-block;
  height: 18px;
  padding: 0 10px;
  line-height: 18px;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 700;
  color: #666;
}
.fullservice .sector-view .full-content .pagination a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 10px;
  margin-top: -5px;
  background-color: #999;
}
.fullservice .sector-view .full-content .pagination a.page:after {
  display: none;
}
.fullservice .sector-view .full-content .pagination a.control {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  color: transparent;
  border: 1px solid #d8d8d8;
  background: none;
  font-size: 0;
}
.fullservice .sector-view .full-content .pagination a.control-prev span {
  position: relative;
  display: inline-block;
}
.fullservice .sector-view .full-content .pagination a.control-prev span::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;
  transform: rotate(45deg);
  left: 1.3888888889vw;
  border-bottom-width: 1px;
  border-left-width: 1px;
}
@media screen and (min-width: 720px) {
  .fullservice .sector-view .full-content .pagination a.control-prev span::before {
    width: 5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-view .full-content .pagination a.control-prev span::before {
    height: 5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-view .full-content .pagination a.control-prev span::before {
    margin-top: -2.5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-view .full-content .pagination a.control-prev span::before {
    left: 10px;
  }
}
.fullservice .sector-view .full-content .pagination a.control-prev span:before {
  left: -1px;
}
.fullservice .sector-view .full-content .pagination a.control-next span {
  position: relative;
  display: inline-block;
}
.fullservice .sector-view .full-content .pagination a.control-next span::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;
  transform: rotate(45deg);
  right: 1.3888888889vw;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .fullservice .sector-view .full-content .pagination a.control-next span::before {
    width: 5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-view .full-content .pagination a.control-next span::before {
    height: 5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-view .full-content .pagination a.control-next span::before {
    margin-top: -2.5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-view .full-content .pagination a.control-next span::before {
    right: 10px;
  }
}
.fullservice .sector-view .full-content .pagination a.control-next span:before {
  right: -1px;
}
.fullservice .sector-view .full-content .pagination a.control:after {
  display: none;
}
.fullservice .sector-view .full-content .pagination a.on, .fullservice .sector-view .full-content .pagination a.active {
  color: #e62a29;
}
.fullservice .sector-view .full-notice {
  padding-bottom: 100px;
}
.fullservice .sector-view .full-notice .full-board {
  width: 1100px;
  margin: 0 auto;
}
.fullservice .sector-view .full-notice .full-board .notice-board {
  position: relative;
  padding: 29px 0 60px;
  text-align: left;
}
.fullservice .sector-view .full-notice .full-board .notice-board:before, .fullservice .sector-view .full-notice .full-board .notice-board:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 1100px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.fullservice .sector-view .full-notice .full-board .notice-board:before {
  top: 0;
  height: 36px;
  background-image: url("//img.eduwill.net/eduwill/img/2023/S/fullservice/230114/pc/board_top.png");
}
.fullservice .sector-view .full-notice .full-board .notice-board:after {
  bottom: 0;
  height: 114px;
  background-image: url("//img.eduwill.net/eduwill/img/2023/S/fullservice/230114/pc/board_bottom.png");
}
.fullservice .sector-view .full-notice .full-board .notice-board .inner {
  padding: 30px 80px;
  background: url("//img.eduwill.net/eduwill/img/2023/S/fullservice/230114/pc/board_middle.png") repeat-y 0 0;
}
.fullservice .sector-view .full-notice .full-board .notice-board p {
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 1.4;
  font-size: 34px;
  font-weight: 700;
  color: #fff;
}
.fullservice .sector-view .full-notice .full-board .notice-board p.highlight {
  color: #ffde00;
}
.fullservice .sector-view .full-mark {
  background-color: #FFFCEF;
  padding-bottom: 0;
}
.fullservice .sector-view .full-mark .info-list {
  padding-bottom: 40px;
}
.fullservice .sector-view .full-mark .info-list .list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.fullservice .sector-view .full-mark .info-list .list:first-child {
  margin-top: 0;
}
.fullservice .sector-view .full-mark .info-list span {
  display: inline-block;
  line-height: 31px;
}
.fullservice .sector-view .full-mark .info-list span.subject {
  width: 84px;
  margin-right: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #222;
  border-radius: 34px;
  background: #fefefe;
}
.fullservice .sector-view .full-mark .info-list span.desc {
  font-size: 16px;
  color: #444;
}
.fullservice .sector-view .full-down {
  background-color: #FFFCEF;
}
.fullservice .sector-view .full-event {
  padding-bottom: 0px;
  background: url("//img.eduwill.net/eduwill/img/2026/S/fullservice/260117/pc/event_bg.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.fullservice .sector-view .full-event .event-list {
  position: absolute;
  left: 490px;
  top: 401px;
}
.fullservice .sector-view .full-event .event-list .list {
  color: #865B00;
  font-size: 16px;
  text-align: left;
  margin-bottom: 36px;
}
.fullservice .sector-view .full-event .plus {
  position: relative;
  background-color: #f8f1ff;
}
.fullservice .sector-view .full-event .plus .plus_mark {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.fullservice .sector-view .full-event .plus .action {
  position: absolute !important;
  bottom: 115px;
  left: 50%;
  transform: translateX(-50%);
}
.fullservice .sector-view .full-event .plus .action {
  position: relative;
  display: inline-block;
}
.fullservice .sector-view .full-event .plus .action::after {
  content: "";
  position: absolute;
  top: 60%;
  right: 0;
  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 .sector-view .full-event .plus .action::after {
    width: 47px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-view .full-event .plus .action::after {
    height: 54px;
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.fullservice .sector-view .full-review .wrap {
  width: 1160px;
}
.fullservice .sector-view .full-review .main-title {
  padding-bottom: 0;
}
.fullservice .sector-view .full-score {
  background-color: #FFFCEF;
}
.fullservice .sector-view .full-score .wrap {
  width: 1160px;
}
.fullservice .sector-view .full-score .action-box {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.fullservice .sector-view .full-score .action-box a {
  border-radius: 14px;
  border: 1px solid #FC0;
  background: #FC0;
  display: block;
  width: 50%;
  padding: 24px 0;
  border-radius: 14px;
  margin-left: 10px;
}
.fullservice .sector-view .full-score .action-box a:first-child {
  margin-left: 0;
}
.fullservice .sector-view .full-score .action-box a span {
  padding-right: 40px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.72px;
}
.fullservice .sector-view .full-score .action-box a span {
  position: relative;
  display: inline-block;
}
.fullservice .sector-view .full-score .action-box a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  margin-top: -0.5555555556vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  transform: rotate(45deg);
  right: 2.2222222222vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .fullservice .sector-view .full-score .action-box a span::before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-view .full-score .action-box a span::before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-view .full-score .action-box a span::before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-view .full-score .action-box a span::before {
    right: 16px;
  }
}
.fullservice .sector-view .full-score .action-box a:last-child {
  background: #D2D2D2;
  border-color: #D2D2D2;
}
.fullservice .sector-view .full-score .action-box a:last-child span {
  color: #5F5F5F;
}
.fullservice .sector-view .full-score .action-box a:last-child span:before {
  border-color: #5F5F5F;
}
.fullservice .sector-view .full-score .score-title {
  color: #222;
  font-size: 14px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  text-align: left;
  margin-bottom: 10px;
}
.fullservice .sector-view .full-score .score-title strong {
  font-size: 20px;
  font-weight: 700;
  margin-right: 10px;
}
.fullservice .sector-view .full-score .score-view {
  margin-bottom: 46px;
  text-align: left;
}
.fullservice .sector-view .full-score .score-view .form-group {
  padding: 20px 10px;
  border-bottom: 1px solid #DBDBDB;
  background-color: #fff;
}
.fullservice .sector-view .full-score .score-view .check-group {
  display: inline-block;
  margin-right: 100px;
  vertical-align: middle;
}
.fullservice .sector-view .full-score .score-view .check-group span {
  color: #585858;
  font-size: 16px;
  font-weight: 700;
  vertical-align: middle;
}
.fullservice .sector-view .full-score .score-view .check-group input[type=checkbox] {
  border: 1px solid #DBDBDB;
  width: 20px;
  height: 20px;
}
.fullservice .sector-view .full-score .score-view .check-group input[type=radio] {
  width: 20px;
  height: 20px;
}
.fullservice .sector-view .full-score .score-view dl {
  display: table;
  width: 100%;
}
.fullservice .sector-view .full-score .score-view dl dt, .fullservice .sector-view .full-score .score-view dl dd {
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
}
.fullservice .sector-view .full-score .score-view dl dt {
  width: 20%;
  display: table-cell;
  height: 54px;
  vertical-align: middle;
  background-color: #FAFAFA;
  color: #222;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
.fullservice .sector-view .full-score .score-view dl dd {
  width: 80%;
  display: table-cell;
  height: 54px;
  vertical-align: middle;
  text-align: left;
  padding: 10px 10px;
  border-left: 1px solid #DBDBDB;
  background-color: #fff;
}
.fullservice .sector-view .full-score .score-view dl dd input[type=text],
.fullservice .sector-view .full-score .score-view dl dd input[type=number] {
  border: 1px solid #DBDBDB;
  background-color: #f8f8f8;
  padding: 10px 5px;
  width: 320px;
  height: 40px;
  color: #585858;
  font-family: Verdana;
}
.fullservice .sector-view .full-score .score-view dl dd input[type=number] {
  -moz-appearance: textfield;
}
.fullservice .sector-view .full-score .score-view dl dd input::-webkit-outer-spin-button,
.fullservice .sector-view .full-score .score-view dl dd input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.fullservice .sector-view .full-score .score-view dl dd span {
  color: #585858;
  font-family: Verdana;
  font-size: 16px;
}
.fullservice .sector-view .full-score .score-check .table-box table {
  width: 100%;
  border-top: 1px solid #afafaf;
}
.fullservice .sector-view .full-score .score-check .table-box table tr th, .fullservice .sector-view .full-score .score-check .table-box table tr td {
  text-align: center;
  color: #222;
  vertical-align: middle;
  border-bottom: 1px solid #DBDBDB;
  background-color: #fff;
}
.fullservice .sector-view .full-score .score-check .table-box table tr th {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
  background-color: #eee;
}
.fullservice .sector-view .full-score .score-check .table-box table tr td {
  font-size: 14px;
}
.fullservice .sector-view .full-score .score-check .table-box table tr td:first-child {
  border-right: 1px solid #DBDBDB;
  background-color: #FAFAFA;
}
.fullservice .sector-view .full-score .score-check .table-box table tr td:after {
  content: "";
  display: block;
  clear: both;
}
.fullservice .sector-view .full-score .score-check .table-box table tr td dl {
  float: left;
  width: 10%;
  border-right: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
}
.fullservice .sector-view .full-score .score-check .table-box table tr td dl dt, .fullservice .sector-view .full-score .score-check .table-box table tr td dl dd {
  color: #222;
  font-size: 16px;
  font-family: Verdana;
  text-align: center;
  padding: 7px 5px;
}
.fullservice .sector-view .full-score .score-check .table-box table tr td dl dt {
  background-color: #FAFAFA;
}
.fullservice .sector-view .full-score .score-check .table-box table tr td dl dd input[type=text], .fullservice .sector-view .full-score .score-check .table-box table tr td dl dd input[type=number] {
  border: 1px solid #DBDBDB;
  background-color: #FAFAFA;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #222;
  font-family: Verdana;
  text-align: center;
}
.fullservice .sector-view .full-score .score-check .table-box table tr td dl dd input[type=number] {
  -moz-appearance: textfield;
}
.fullservice .sector-view .full-score .score-check .table-box table tr td dl dd input::-webkit-outer-spin-button,
.fullservice .sector-view .full-score .score-check .table-box table tr td dl dd input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.fullservice .sector-view .full-score .score-check .table-box table tr td dl:nth-child(10n) {
  border-right: none;
}
.fullservice .sector-view .full-score .score-check .table-box.exam .exam-title {
  padding: 20px 0;
  background: #000;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.fullservice .sector-view .full-score .score-check .table-box.exam table th {
  border-right: 1px solid #DBDBDB;
  background-color: #F7F7F7;
}
.fullservice .sector-view .full-score .score-check .table-box.exam table th:last-child {
  border-right: none;
}
.fullservice .sector-view .full-score .score-check .table-box.exam table th.title {
  font-size: 20px;
  border-right: none;
}
.fullservice .sector-view .full-score .score-check .table-box.exam table td {
  font-size: 16px;
  padding: 10px 0;
}
.fullservice .sector-view .full-score .score-check .table-box.exam table td strong {
  font-size: 18px;
  font-weight: 700;
  color: #585858;
}
.fullservice .sector-view .full-score .score-check .table-box.exam table td:first-child {
  background-color: #fff;
}
.fullservice .sector-view .full-score .score-check .table-box.exam table .total th {
  background-color: #eee;
}
.fullservice .sector-view .full-score .score-check .table-box.exam table .total td {
  background-color: #eee;
  font-weight: 700;
  color: #222;
}
.fullservice .sector-view .full-score .score-check .table-box.exam table .total td .fail {
  color: #ff0000;
}
.fullservice .sector-view .full-score .score-check .table-box.exam table .total td .pass {
  color: #1d44d8;
}
.fullservice .sector-view .full-score .notice-text {
  margin-top: 18px;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
}
.fullservice .sector-view .full-result .notice-box {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 46px;
  text-align: left;
}
.fullservice .sector-view .full-result .notice-box strong {
  color: rgba(0, 0, 0, 0.5);
}
.fullservice .sector-view .full-result .notice-box + .subtitle {
  margin-top: 100px;
}
.fullservice .sector-view .full-result .subtitle {
  position: relative;
  margin-top: 40px;
  text-align: left;
}
.fullservice .sector-view .full-result .subtitle strong {
  display: inline-block;
  font-size: 24px;
}
.fullservice .sector-view .full-result .subtitle strong:last-child {
  position: absolute;
  top: 0;
  right: 0;
}
.fullservice .sector-view .full-result .subtitle + .score-check .table-box {
  margin-top: 20px;
}
.fullservice .sector-view .full-result .subtitle + .score-check .table-box table th, .fullservice .sector-view .full-result .subtitle + .score-check .table-box table td {
  border-left: 1px solid #ccc;
  font-weight: 400;
}
.fullservice .sector-view .full-result .subtitle + .score-check .table-box table th {
  color: #202020;
  font-size: 16px;
  background-color: #eee;
}
.fullservice .sector-view .full-result .subtitle + .score-check .table-box table th:first-child {
  border-left: none;
}
.fullservice .sector-view .full-result .btn-box {
  margin-bottom: 100px;
  display: flex;
}
.fullservice .main-title {
  padding: 100px 0 60px;
  color: #222;
  font-size: 32px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -2.52px;
}
.fullservice .main-title strong {
  font-weight: 700;
  font-size: 44px;
}
.fullservice .sector-onlive {
  background: url("//img.eduwill.net/eduwill/img/2026/S/fullservice/260117/pc/onlive_bg.jpg") no-repeat 50% 50%;
  background-size: cover;
  padding-bottom: 100px;
}
.fullservice .sector-onlive .action {
  position: absolute;
  left: 0;
  top: 259px;
  right: 0;
}
.fullservice .sector-onlive .action a {
  display: inline-block;
}
.fullservice .sector-review {
  padding: 0 0 100px;
  background-color: #FFFDF7;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}
.fullservice .sector-review .review-list .slick-slide {
  margin: 0 5px;
}
.fullservice .sector-brand {
  background: url("//img.eduwill.net/eduwill/img/2026/S/fullservice/260117/pc/brand_bg.jpg") no-repeat 50% 50%;
  background-size: cover;
  padding-bottom: 100px;
}
.fullservice .sector-brand .notice {
  font-size: 14px;
  color: #6E6E6E;
  line-height: 150%;
  letter-spacing: -0.28px;
  font-weight: 700;
}
.fullservice .sector-notice {
  background: #FAFAFA;
}
.fullservice .sector-notice .notice-title {
  background: #000;
  color: #fff;
  padding: 20px 0;
  font-size: 22px;
  font-weight: 700;
}
.fullservice .sector-notice .notice-list {
  text-align: left;
  padding: 40px 30px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.64px;
}/*# sourceMappingURL=web.css.map */