@charset "UTF-8";
.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;
}
.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, .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;
}
.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,
.fullservice .sector-view .full-content .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 .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;
}

.fullservice .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  border: none;
  background: none;
  outline: none;
  transform: rotate(45deg) translateY(-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;
  }
}
@keyframes slideUp {
  0% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(-10px, 0);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes bgColorChange {
  0%, 100% {
    background-color: #09227a;
  }
  50% {
    background-color: #ea0858;
  }
}
@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.fullservice {
  position: relative;
  text-align: center;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 400;
  background-color: #fff;
  margin: 0;
  padding: 0;
  /* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
  /* input type number 에서 화살표 제거 */
  /* Select box 스타일 초기화 */
  /* IE 에서 Select box 화살표 제거 */
}
.fullservice *, .fullservice *:before, .fullservice *:after {
  box-sizing: border-box;
}
.fullservice img {
  border: 0;
  vertical-align: top;
  line-height: 0;
  font-size: 0;
}
.fullservice input::-ms-clear {
  display: none;
}
.fullservice input[type=number]::-webkit-inner-spin-button,
.fullservice input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.fullservice input[type=number] {
  -moz-appearance: textfield;
}
.fullservice select {
  border-radius: 0; /* 아이폰 사파리 보더 없애기 */
  -webkit-appearance: none; /* 화살표 없애기 for chrome*/
  -moz-appearance: none; /* 화살표 없애기 for firefox*/
  appearance: none;
}
.fullservice select::-ms-expand {
  display: none;
}
.fullservice .slick-dots {
  width: 100%;
  margin-top: 0.625rem;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .fullservice .slick-dots {
    margin-top: 20px;
  }
}
.fullservice .slick-dots li {
  display: inline-block;
  margin: 0 0.1875rem;
}
@media screen and (min-width: 720px) {
  .fullservice .slick-dots li {
    margin: 0 6px;
  }
}
.fullservice .slick-dots li button {
  cursor: pointer;
  text-indent: -10000em;
  border: 0;
  border-radius: 50%;
  width: 0.9375rem;
  height: 0.9375rem;
  background: #c3c3c3;
}
@media screen and (min-width: 720px) {
  .fullservice .slick-dots li button {
    width: 30px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .slick-dots li button {
    height: 30px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .slick-dots li button {
    width: 0.46875rem;
    height: 0.46875rem;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  .fullservice .slick-dots li button {
    width: 15px;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  .fullservice .slick-dots li button {
    height: 15px;
  }
}
.fullservice .slick-dots li.slick-active button {
  width: 2.8125rem;
  border-radius: 15px;
  background: #0229d4;
}
@media screen and (min-width: 720px) {
  .fullservice .slick-dots li.slick-active button {
    width: 90px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .slick-dots li.slick-active button {
    width: 0.9375rem;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  .fullservice .slick-dots li.slick-active button {
    width: 30px;
  }
}
.fullservice .slick-arrow {
  width: 20px;
  height: 20px;
  border-color: #2b2c41;
  margin-top: -10px;
}
.fullservice .slick-arrow.slick-prev {
  left: -30px;
  border-bottom-width: 3px;
  border-left-width: 3px;
}
.fullservice .slick-arrow.slick-next {
  right: -15px;
  border-top-width: 3px;
  border-right-width: 3px;
}
@media screen and (min-width: 720px) {
  .fullservice .slick-arrow {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .fullservice .slick-arrow.slick-prev {
    left: -50px;
  }
  .fullservice .slick-arrow.slick-next {
    right: -30px;
  }
}
.fullservice .holder {
  position: relative;
}
.fullservice .highlight {
  color: #ffc20e;
}
.fullservice .fail {
  color: #ff0000 !important;
}
.fullservice .pass {
  color: #1d44d8 !important;
}
.fullservice .font-eduwill-b {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}

.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: 0px;
  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: 5.5555555556vw 0 3.8888888889vw;
  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 {
    padding: 40px 0 28px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-title {
    font-size: 24px;
  }
}
.popup .popup-title strong {
  letter-spacing: -2px;
  font-size: 4.1666666667vw;
  font-weight: 900;
}
@media screen and (min-width: 720px) {
  .popup .popup-title strong {
    font-size: 30px;
  }
}
@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: 3.4722222222vw;
}
@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: 25px;
  }
}
.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: 5.2777777778vw;
}
@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: 2.7777777778vw;
}
@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: 1.3888888889vw;
  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: 2.7777777778vw;
  height: 2.7777777778vw;
  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: 20.8333333333vw;
  resize: none;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p.desc textarea {
    height: 150px;
  }
}
.popup .popup-cont .survey-list p.desc textarea.etc-box {
  display: none;
  height: 30px;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p.desc textarea.etc-box {
    height: 40px;
  }
}
.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% 0;
  }
}
.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 p {
  line-height: 1.5;
}
.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;
  }
}

#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);
}

.eduf-layer .eduf-layer-wrap {
  max-width: 620px;
}

#edufLayerGS .join-wrap {
  padding-bottom: 5.5555555556vw;
  background-color: #7727b3;
}
@media screen and (min-width: 720px) {
  #edufLayerGS .join-wrap {
    padding-bottom: 40px;
  }
}
#edufLayerGS .join-wrap .action {
  margin: 0 5.5555555556vw;
  text-align: center;
  font-size: 0;
}
@media screen and (min-width: 720px) {
  #edufLayerGS .join-wrap .action {
    margin: 0 40px;
  }
}
#edufLayerGS .join-wrap .action a {
  display: inline-block;
  width: 45%;
  margin-left: 0.9722222222vw;
  padding: 2.0833333333vw 0;
  font-size: 3.3333333333vw;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  #edufLayerGS .join-wrap .action a {
    margin-left: 7px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerGS .join-wrap .action a {
    padding: 15px 0;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerGS .join-wrap .action a {
    font-size: 24px;
  }
}
#edufLayerGS .join-wrap .action a:first-child {
  margin-left: 0;
}
#edufLayerGS .join-wrap .action a.btn-join {
  color: #0e335d;
  background-color: #89fbff;
}
#edufLayerGS .join-wrap .action a.btn-close {
  color: #fff;
  background-color: #032a51;
}
#edufLayerGS .notice-wrap {
  line-height: 1.5;
  font-size: 1.9444444444vw;
  color: rgba(0, 0, 0, 0.7);
  padding: 2.7777777778vw 2.7777777778vw;
  background-color: #fcfcfc;
}
@media screen and (min-width: 720px) {
  #edufLayerGS .notice-wrap {
    font-size: 14px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerGS .notice-wrap {
    padding: 20px 20px;
  }
}
#edufLayerGS .notice-wrap strong {
  display: block;
  font-size: 2.2222222222vw;
  color: #032a51;
}
@media screen and (min-width: 720px) {
  #edufLayerGS .notice-wrap strong {
    font-size: 16px;
  }
}

#edufLayerSurvey .eduf-layer-title {
  background-color: #000;
  color: #fff;
  font-size: 3.8888888889vw;
  padding: 4.1666666667vw 2.7777777778vw;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-title {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-title {
    padding: 2.7777777778vw 2.7777777778vw;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-title {
    padding: 20px 20px;
  }
}
#edufLayerSurvey .eduf-layer-title strong {
  font-weight: 700;
}
#edufLayerSurvey .eduf-layer-content {
  padding: 2.7777777778vw 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content {
    padding: 20px 20px;
  }
}
#edufLayerSurvey .eduf-layer-content .noti {
  margin-top: 2.7777777778vw;
  font-weight: 700;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content .noti {
    margin-top: 20px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content .noti {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content .noti {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content .noti {
    font-size: 18px;
  }
}
#edufLayerSurvey .eduf-layer-content .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) {
  #edufLayerSurvey .eduf-layer-content .label {
    font-size: 24px;
  }
}
#edufLayerSurvey .eduf-layer-content .label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background-color: #000;
}
#edufLayerSurvey .eduf-layer-content .label .highlight {
  color: #fe0000;
}
@media screen and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content .label {
    font-size: 14px;
  }
}
#edufLayerSurvey .eduf-layer-content .input-box {
  width: 90%;
  margin: 0 auto;
}
#edufLayerSurvey .eduf-layer-content .input-box dl {
  margin-top: 10px;
}
#edufLayerSurvey .eduf-layer-content .input-box dl:after {
  content: "";
  display: block;
  clear: both;
}
#edufLayerSurvey .eduf-layer-content .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;
}
#edufLayerSurvey .eduf-layer-content .input-box dl dt:after {
  margin-top: 4px;
}
@media screen and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content .input-box dl dt {
    height: 45px;
    padding-top: 0;
  }
  #edufLayerSurvey .eduf-layer-content .input-box dl dt:after {
    margin-top: 0;
  }
}
#edufLayerSurvey .eduf-layer-content .input-box dl dd {
  position: relative;
  float: left;
  width: 80%;
}
#edufLayerSurvey .eduf-layer-content .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) {
  #edufLayerSurvey .eduf-layer-content .input-box dl dd .ipt {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content .input-box dl dd .ipt {
    height: 45px;
    font-size: 14px;
  }
}
#edufLayerSurvey .eduf-layer-content .input-box dl dd .ipt.disable {
  background-color: #efefef;
  color: #aaa;
}
#edufLayerSurvey .eduf-layer-content .input-box dl dd .ipt-s {
  width: 80%;
}
@media screen and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content .input-box dl dd .ipt-s {
    width: 71%;
  }
}
#edufLayerSurvey .eduf-layer-content .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) {
  #edufLayerSurvey .eduf-layer-content .input-box dl dd .btn {
    font-size: 23px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content .input-box dl dd .btn {
    width: 120px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
}
#edufLayerSurvey .eduf-layer-content .input-box dl dd .btn:hover {
  background-color: #333333;
}
#edufLayerSurvey .eduf-layer-content .input-box dl dd .btn.disable {
  background-color: #ccc;
}
#edufLayerSurvey .eduf-layer-content .input-box dl.certification {
  display: none;
}
#edufLayerSurvey .eduf-layer-content .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) {
  #edufLayerSurvey .eduf-layer-content .input-box dl.certification .timer {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content .input-box dl.certification .timer {
    right: 130px;
    font-size: 14px;
    top: 10px;
  }
}
#edufLayerSurvey .eduf-layer-content .ta-box {
  width: 90%;
  margin: 20px auto 0;
}
#edufLayerSurvey .eduf-layer-content .ta-box .label {
  padding-left: 10px;
}
#edufLayerSurvey .eduf-layer-content .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) {
  #edufLayerSurvey .eduf-layer-content .ta-box textarea {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content .ta-box textarea {
    font-size: 13px;
    padding: 15px;
  }
}
#edufLayerSurvey .eduf-layer-content .check-box {
  color: #686868;
  padding: 4.1666666667vw;
  background-color: #f6f6f6 !important;
}
@media screen and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content .check-box {
    padding: 30px;
  }
}
#edufLayerSurvey .eduf-layer-content .check-box .label {
  padding-left: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content .check-box .label {
    padding-left: 10px;
  }
}
#edufLayerSurvey .eduf-layer-content .check-box .table-box .text {
  line-height: 130%;
  color: #585858;
  margin-bottom: 3%;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content .check-box .table-box .text {
    font-size: 24px;
  }
}
#edufLayerSurvey .eduf-layer-content .check-box .table-box table {
  width: 100%;
  margin-bottom: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content .check-box .table-box table {
    margin-bottom: 20px;
  }
}
#edufLayerSurvey .eduf-layer-content .check-box .table-box table th,
#edufLayerSurvey .eduf-layer-content .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) {
  #edufLayerSurvey .eduf-layer-content .check-box .table-box table th,
  #edufLayerSurvey .eduf-layer-content .check-box .table-box table td {
    font-size: 24px;
  }
}
#edufLayerSurvey .eduf-layer-content .check-box .table-box table th strong,
#edufLayerSurvey .eduf-layer-content .check-box .table-box table td strong {
  font-size: 3.4722222222vw;
}
@media screen and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content .check-box .table-box table th strong,
  #edufLayerSurvey .eduf-layer-content .check-box .table-box table td strong {
    font-size: 25px;
  }
}
#edufLayerSurvey .eduf-layer-content .check-box .table-box table th {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content .check-box .table-box .text {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #edufLayerSurvey .eduf-layer-content .check-box .table-box table {
    margin-bottom: 20px;
  }
  #edufLayerSurvey .eduf-layer-content .check-box .table-box table th, #edufLayerSurvey .eduf-layer-content .check-box .table-box table td {
    font-size: 14px;
  }
}
#edufLayerSurvey .eduf-layer-content .check-box .agree-check {
  margin: 1.3888888889vw 0 0 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) {
  #edufLayerSurvey .eduf-layer-content .check-box .agree-check {
    margin: 10px 0 0 0;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content .check-box .agree-check {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content .check-box .agree-check {
    font-size: 1.9444444444vw;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content .check-box .agree-check {
    font-size: 14px;
  }
}
#edufLayerSurvey .eduf-layer-content .check-box .agree-check input {
  vertical-align: middle;
  margin-right: 3px;
  width: 15px;
  height: 15px;
}
#edufLayerSurvey .eduf-layer-content .check-box .agree-check label {
  cursor: pointer;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content .check-box .agree-check label {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content .check-box .agree-check label {
    font-size: 1.9444444444vw;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content .check-box .agree-check label {
    font-size: 14px;
  }
}
#edufLayerSurvey .eduf-layer-content .check-box .agree-check span {
  display: block;
  padding-left: 5.2777777778vw;
}
@media screen and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content .check-box .agree-check span {
    padding-left: 38px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content .check-box .agree-check span {
    display: inline-block;
    padding-left: 0;
  }
}
#edufLayerSurvey .eduf-layer-content .survey-list + .check-box {
  width: auto;
}
#edufLayerSurvey .eduf-layer-content .survey-list .survey {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content .survey-list .survey {
    margin-top: 20px;
  }
}
#edufLayerSurvey .eduf-layer-content .survey-list .survey:first-child {
  margin-top: 0;
}
#edufLayerSurvey .eduf-layer-content .survey-list p {
  margin: 0;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content .survey-list p {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content .survey-list p {
    font-size: 14px;
  }
}
#edufLayerSurvey .eduf-layer-content .survey-list p.title {
  line-height: 1.5;
  font-weight: 500;
  color: #000;
}
#edufLayerSurvey .eduf-layer-content .survey-list p.title span {
  color: #ff0000;
}
#edufLayerSurvey .eduf-layer-content .survey-list p.desc {
  margin-top: 1.3888888889vw;
  color: #000;
}
@media screen and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content .survey-list p.desc {
    margin-top: 10px;
  }
}
#edufLayerSurvey .eduf-layer-content .survey-list p.desc select {
  width: 100%;
  height: 30px;
  font-size: 2.7777777778vw;
  color: #000;
  border-color: #d2d2d2;
}
@media screen and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content .survey-list p.desc select {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content .survey-list p.desc select {
    height: 40px;
    font-size: 14px;
  }
}
#edufLayerSurvey .eduf-layer-content .survey-list p.desc input[type=checkbox] {
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  vertical-align: top;
}
@media screen and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content .survey-list p.desc input[type=checkbox] {
    width: 20px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content .survey-list p.desc input[type=checkbox] {
    height: 20px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content .survey-list p.desc input[type=checkbox] {
    width: 14px;
    height: 14px;
  }
}
#edufLayerSurvey .eduf-layer-content .survey-list p.desc label {
  display: inline-block;
  width: 48%;
  margin-top: 5px;
  cursor: pointer;
}
#edufLayerSurvey .eduf-layer-content .survey-list p.desc textarea {
  width: 100%;
  border-color: #d2d2d2;
  height: 20.8333333333vw;
  resize: none;
}
@media screen and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content .survey-list p.desc textarea {
    height: 150px;
  }
}
#edufLayerSurvey .eduf-layer-content .survey-list p.desc textarea.etc-box {
  display: none;
  height: 30px;
}
@media screen and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content .survey-list p.desc textarea.etc-box {
    height: 40px;
  }
}
#edufLayerSurvey .eduf-layer-content .action {
  display: flex;
  justify-content: center;
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content .action {
    margin-top: 20px;
  }
}
#edufLayerSurvey .eduf-layer-content .action a {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  width: 50%;
  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 );
}
#edufLayerSurvey .eduf-layer-content .action a span {
  line-height: 52px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 3.3333333333vw;
  font-weight: 500;
  color: #000;
}
@media screen and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content .action a span {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content .action a span {
    font-size: 2.5vw;
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content .action a span {
    font-size: 18px;
  }
}
#edufLayerSurvey .eduf-layer-content .action a.btn-cancle {
  margin-left: 1.3888888889vw;
  background: #434343;
}
@media screen and (min-width: 720px) {
  #edufLayerSurvey .eduf-layer-content .action a.btn-cancle {
    margin-left: 10px;
  }
}
#edufLayerSurvey .eduf-layer-content .action a.btn-cancle span {
  color: #bebebe;
}

.fullservice {
  letter-spacing: -1px;
}
.fullservice .only-mobile {
  display: none;
}
.fullservice .only-pc {
  display: block;
}
.fullservice .wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.fullservice .notice {
  margin-top: 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  opacity: 0.7;
}
.fullservice .btn-group {
  margin-top: 60px;
}
.fullservice .btn-group a {
  margin-left: 0;
  left: auto;
  right: 7px;
}
.fullservice .btn-group a {
  position: relative;
  display: inline-block;
}
.fullservice .btn-group a::after {
  content: "";
  position: absolute;
  top: 60%;
  right: 5%;
  z-index: 1;
  display: block;
  width: 7.9166666667vw;
  height: 9.0277777778vw;
  background: url("https://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 .btn-group a::after {
    width: 57px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .btn-group a::after {
    height: 65px;
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.fullservice .btn {
  position: relative;
  display: inline-block;
  border: 1px solid #bbb;
  padding: 5px 20px 5px 10px;
  color: #999;
  font-size: 14px;
  letter-spacing: -1px;
}
.fullservice .btn:after {
  content: "";
  margin-left: 0;
  left: auto;
  right: 7px;
}
.fullservice .btn:after {
  position: relative;
  display: inline-block;
}
.fullservice .btn:after::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: #bbb;
  transform: rotate(45deg);
  right: 1.3888888889vw;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .fullservice .btn:after::before {
    width: 5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .btn:after::before {
    height: 5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .btn:after::before {
    margin-top: -2.5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .btn:after::before {
    right: 10px;
  }
}
.fullservice .btn-link {
  background-color: #ffbf00;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #000;
  width: 530px;
  height: 100px;
  line-height: 100px;
  padding: 0;
  border: none;
}
.fullservice .btn-link {
  position: relative;
  display: inline-block;
}
.fullservice .btn-link::after {
  content: "";
  position: absolute;
  top: 60%;
  right: 5%;
  z-index: 1;
  display: block;
  width: 6.5277777778vw;
  height: 7.5vw;
  background: url("https://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 .btn-link::after {
    width: 47px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .btn-link::after {
    height: 54px;
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.fullservice .btn-link:after {
  margin-left: 0;
  left: auto;
  right: 30px;
}
.fullservice .btn-link:after {
  position: relative;
  display: inline-block;
}
.fullservice .btn-link:after::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  margin-top: -1.0416666667vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  transform: rotate(45deg);
  right: 4.1666666667vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .fullservice .btn-link:after::before {
    width: 15px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .btn-link:after::before {
    height: 15px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .btn-link:after::before {
    margin-top: -7.5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .btn-link:after::before {
    right: 30px;
  }
}
.fullservice .notice-group {
  background-color: #f6f6f6;
  padding: 40px 50px;
  border: 1px solid #dcdcdc;
  color: #757575;
  text-align: left;
  font-size: 20px;
}
.fullservice .notice-group strong {
  color: #202020;
}
.fullservice .fix-right {
  position: fixed;
  right: 10px;
  top: 200px;
  z-index: 10;
}
.fullservice .fix-right a {
  display: block;
  margin-bottom: 10px;
}
.fullservice .fix-bottom {
  background-color: #000;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 30px 0;
}
.fullservice .fix-bottom a {
  position: relative;
  display: block;
  color: #fff;
  font-weight: 700;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 35px;
  line-height: 1;
}
.fullservice .fix-bottom a {
  position: relative;
  display: inline-block;
}
.fullservice .fix-bottom a::after {
  content: "";
  position: absolute;
  top: 60%;
  right: 6%;
  z-index: 1;
  display: block;
  width: 6.5277777778vw;
  height: 7.5vw;
  background: url("https://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;
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.fullservice .fix-bottom a span {
  padding-right: 25px;
}
.fullservice .fix-bottom a span {
  position: relative;
  display: inline-block;
}
.fullservice .fix-bottom a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  margin-top: -1.0416666667vw;
  border-width: 0;
  border-style: solid;
  border-color: #FFBF00;
  transform: rotate(45deg);
  right: 4.1666666667vw;
  border-top-width: 4px;
  border-right-width: 4px;
}
@media screen and (min-width: 720px) {
  .fullservice .fix-bottom a span::before {
    width: 15px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .fix-bottom a span::before {
    height: 15px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .fix-bottom a span::before {
    margin-top: -7.5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .fix-bottom a span::before {
    right: 30px;
  }
}
.fullservice .fix-bottom a span:before {
  right: 0;
}
.fullservice .fix-bottom .flag {
  position: absolute;
  top: -50px;
  left: 100px;
}
.fullservice .fix-bottom .flag .flag-text {
  display: inline-block;
  border-radius: 500px;
  background: #FFBF00;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  padding: 8px 27px;
  line-height: 1;
}
.fullservice .fix-bottom .flag:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-bottom: 10px solid transparent;
  border-top: 10px solid #FFBF00;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.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("https://img.eduwill.net/eduwill/img/2025/K/fullservice/251114/pc/title_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.fullservice .sector-banner {
  background: #000;
  color: #fff;
  padding: 100px 0 60px;
}
.fullservice .sector-banner p {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -1px;
}
.fullservice .sector-banner p strong {
  display: block;
  color: #FFBF00;
  font-weight: 700;
  font-size: 36px;
}
.fullservice .sector-banner p.text {
  font-size: 16px;
  opacity: 0.6;
  margin-top: 10px;
  font-weight: 400;
  color: #fff;
}
.fullservice .sector-banner.banner2 {
  background-color: #FBF1D6;
  padding: 0;
}
.fullservice .sector-tab {
  background: #000;
}
.fullservice .sector-tab .tab-list {
  display: flex;
  width: 100%;
}
.fullservice .sector-tab .tab-list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100px;
  letter-spacing: -3px;
  border-radius: 10px 10px 0 0;
  background: #303030;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.2);
  font-weight: 700;
}
.fullservice .sector-tab .tab-list li.on {
  background-color: #ffffff;
  color: #000;
}
.fullservice .sector-view .full-content {
  position: relative;
  padding-bottom: 100px;
}
.fullservice .sector-view .full-content .title {
  padding-top: 100px;
  color: #222;
}
.fullservice .sector-view .full-content .title span {
  font-size: 32px;
  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;
  margin-top: 20px;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 44px;
  line-height: 130%;
}
.fullservice .sector-view .full-content .title strong.point {
  margin-top: 0;
  color: #fff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  paint-order: stroke;
  filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 -1px #000);
}
.fullservice .sector-view .full-content .title + .score-title {
  margin-top: 100px;
}
.fullservice .sector-view .full-content .title-text {
  margin-top: 60px;
  color: #222;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.96px;
}
.fullservice .sector-view .full-content .info-list {
  margin-top: 40px;
}
.fullservice .sector-view .full-content .info-list .list {
  margin-top: 10px;
}
.fullservice .sector-view .full-content .info-list .list:first-child {
  margin-top: 0;
}
.fullservice .sector-view .full-content .info-list span {
  display: inline-block;
  line-height: 24px;
}
.fullservice .sector-view .full-content .info-list span.subject {
  width: 84px;
  margin-right: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #222;
  border-radius: 34px;
  background: #fefefe;
}
.fullservice .sector-view .full-content .info-list span.desc {
  font-size: 16px;
  color: #444;
}
.fullservice .sector-view .full-content .notice {
  margin: 0 auto;
  margin-top: 40px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  word-break: keep-all;
  overflow-wrap: break-word;
}
.fullservice .sector-view .full-content .action {
  margin-top: 100px;
}
.fullservice .sector-view .full-content .action a {
  display: inline-block;
  margin-left: 20px;
}
.fullservice .sector-view .full-content .action a:first-child {
  margin-left: 0;
}
.fullservice .sector-view .full-content .action + .notice {
  margin-top: 80px;
  text-align: left;
}
.fullservice .sector-view .full-content .action-list {
  display: inline-block;
  margin-top: 50px;
}
.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("https://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: 916px;
}
.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 #e0e0e0;
  box-sizing: border-box;
}
.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 #e0e0e0;
  box-sizing: border-box;
}
.fullservice .sector-view .full-content .write-list > div.action {
  display: table;
  float: right;
  width: 224px;
  margin: 0;
}
.fullservice .sector-view .full-content .write-list > div.action a {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  border-color: #2a3dff;
  background-color: #2a3dff;
}
.fullservice .sector-view .full-content .write-list > div.action a:after {
  right: 10%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-color: #fff;
}
.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: 13px;
  font-weight: 700;
  color: #666;
}
.fullservice .sector-view .full-content .pagination a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 10px;
  margin-top: -5px;
  background-color: #999;
}
.fullservice .sector-view .full-content .pagination a.control {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  color: transparent;
  border: 1px solid #d8d8d8;
  background: none;
}
.fullservice .sector-view .full-content .pagination a.control:before {
  background: none;
}
.fullservice .sector-view .full-content .pagination a.control-prev:before {
  left: 8px;
}
.fullservice .sector-view .full-content .pagination a.control-prev:before {
  position: relative;
  display: inline-block;
}
.fullservice .sector-view .full-content .pagination a.control-prev:before::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:before::before {
    width: 5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-view .full-content .pagination a.control-prev:before::before {
    height: 5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-view .full-content .pagination a.control-prev:before::before {
    margin-top: -2.5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-view .full-content .pagination a.control-prev:before::before {
    left: 10px;
  }
}
.fullservice .sector-view .full-content .pagination a.control-next:before {
  left: 5px;
}
.fullservice .sector-view .full-content .pagination a.control-next:before {
  position: relative;
  display: inline-block;
}
.fullservice .sector-view .full-content .pagination a.control-next:before::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:before::before {
    width: 5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-view .full-content .pagination a.control-next:before::before {
    height: 5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-view .full-content .pagination a.control-next:before::before {
    margin-top: -2.5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-view .full-content .pagination a.control-next:before::before {
    right: 10px;
  }
}
.fullservice .sector-view .full-content .pagination a.control + a:before {
  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 .title {
  padding-top: 100px;
}
.fullservice .sector-view .full-notice .full-board {
  width: 1117px;
  margin: 0 auto;
}
.fullservice .sector-view .full-notice .full-board .notice-board {
  position: relative;
  margin-top: 60px;
  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: 1117px;
  background-repeat: no-repeat;
  background-position: center 0;
}
.fullservice .sector-view .full-notice .full-board .notice-board:before {
  top: 0;
  height: 36px;
  background-image: url("https://img.eduwill.net/eduwill/img/2021/K/fullservice/211106/pc/board_top.png");
}
.fullservice .sector-view .full-notice .full-board .notice-board:after {
  bottom: 0;
  height: 114px;
  background-image: url("https://img.eduwill.net/eduwill/img/2021/K/fullservice/211106/pc/board_bottom.png");
}
.fullservice .sector-view .full-notice .full-board .notice-board .inner {
  padding: 30px 80px;
  background: url("https://img.eduwill.net/eduwill/img/2021/K/fullservice/211106/pc/board_middle.png") repeat-y center 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 .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("https://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 #c2c2c2;
  border-right: 1px solid #c2c2c2;
}
.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: #c2c2c2;
  border-right: 0;
  border-bottom: 2px solid #c2c2c2;
}
.fullservice .sector-view .table-wrap table.table-answer th,
.fullservice .sector-view .table-wrap table.table-answer td {
  padding: 0;
  border-bottom: 1px solid #c2c2c2;
  border-left: 1px solid #c2c2c2;
}
.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 #c2c2c2;
  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 #c2c2c2;
  border-left: 1px solid #c2c2c2;
}
.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-mark {
  padding-bottom: 100px;
  background-color: #FFFCEF;
}
.fullservice .sector-view .full-mark .notice {
  text-align: left;
  margin-left: 90px;
  margin-top: 20px;
  font-size: 14px;
}
.fullservice .sector-view .full-mark .elec-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1100px;
  min-height: 236px;
  margin: 0 auto;
  padding: 20px;
  background-image: url("//img.eduwill.net/eduwill/img/2021/J/fullservice/210710/pc/bg_elec.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  box-sizing: border-box;
}
.fullservice .sector-view .full-mark .elec-box p {
  line-height: 1.5;
  font-size: 24px;
  color: #fff;
  word-break: break-all;
}
.fullservice .sector-view .full-mark .elec-box p em {
  display: inline-block;
  font-weight: 700;
  color: #ffd800;
}
.fullservice .sector-view .full-down {
  padding-bottom: 100px;
  background-color: #FFCC00;
}
.fullservice .sector-view .full-down .wrap {
  width: 1160px;
}
.fullservice .sector-view .full-down .down-title {
  margin-top: 40px;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
}
.fullservice .sector-view .full-down .table-wrap + .notice {
  text-align: right;
  margin-bottom: 45px;
}
.fullservice .sector-view .full-down .table-wrap table {
  border-right: 0;
  border-top: 3px solid #afafaf;
}
.fullservice .sector-view .full-down .table-wrap table th,
.fullservice .sector-view .full-down .table-wrap table td {
  font-size: 20px;
  background-color: #fff;
}
.fullservice .sector-view .full-down .table-wrap th:first-child {
  border-left: 0;
  background-color: #f1f1f1;
}
.fullservice .sector-view .full-down .full-action .btn {
  border: none;
}
.fullservice .sector-view .full-down .full-action .btn::after {
  display: none;
}
.fullservice .sector-view .full-down .notice {
  text-align: left;
  margin-top: 20px;
}
.fullservice .sector-view .full-download .notice {
  margin-left: 100px;
}
.fullservice .sector-view .full-overall-review {
  padding-bottom: 80px;
  background-color: #f9f9f9;
}
.fullservice .sector-view .full-overall-review .review-comment {
  margin-top: 20px;
}
.fullservice .sector-view .full-overall-review .review-comment ul {
  padding: 20px 30px 30px;
  text-align: left;
  background-color: #fff;
}
.fullservice .sector-view .full-overall-review .review-comment ul li {
  position: relative;
  line-height: 1.8;
  padding-left: 10px;
  font-size: 16px;
  color: #202020;
  margin-top: 12px;
}
.fullservice .sector-view .full-overall-review .review-comment ul li:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  background-color: #999;
}
.fullservice .sector-view .full-event {
  padding-bottom: 0;
}
.fullservice .sector-view .full-event .gift {
  padding-bottom: 100px;
  background: #FFCC00 url("https://img.eduwill.net/eduwill/img/2025/K/fullservice/251114/pc/gift_bg.jpg") no-repeat 50% 50%;
  background-size: auto 100%;
}
.fullservice .sector-view .full-event .gift .info-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  width: 544px;
  margin: 30px auto 0;
}
.fullservice .sector-view .full-event .gift .info-list + img {
  margin-top: 60px;
}
.fullservice .sector-view .full-event .gift .info-list .list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 48px;
  text-align: left;
  border-radius: 48px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.4);
}
.fullservice .sector-view .full-event .gift .info-list .list .subject {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 100%;
  border-radius: 48px;
  border: none;
  background: #FFF;
}
.fullservice .sector-view .full-event .gift .info-list .list span.desc {
  color: #865B00;
}
.fullservice .sector-view .full-event .gift .notice {
  text-align: left;
  width: 1200px;
  margin: 0 auto;
}
.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("https://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 .review-write .write-list .action a {
  border-radius: 5px;
  background-color: #FFBF00;
  border-color: #FFBF00;
  color: #000;
  padding: 0;
  font-size: 25px;
}
.fullservice .sector-view .full-review .review-write .write-list .action a span {
  padding-right: 20px;
}
.fullservice .sector-view .full-review .review-write .write-list .action a span {
  position: relative;
  display: inline-block;
}
.fullservice .sector-view .full-review .review-write .write-list .action a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  margin-top: -0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .fullservice .sector-view .full-review .review-write .write-list .action a span::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-view .full-review .review-write .write-list .action a span::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-view .full-review .review-write .write-list .action a span::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .fullservice .sector-view .full-review .review-write .write-list .action a span::before {
    right: 20px;
  }
}
.fullservice .sector-view .full-review .review-write .write-list .action a span:before {
  right: 0;
}
.fullservice .sector-view .full-score {
  background-color: #FFFCEF;
}
.fullservice .sector-view .full-score .btn-box {
  margin-top: 60px;
  display: flex;
}
.fullservice .sector-view .full-score .btn-box a {
  display: inline-block;
  margin-left: 40px;
}
.fullservice .sector-view .full-score .btn-box a:first-child {
  margin-left: 0;
}
.fullservice .sector-view .full-score .score-title {
  color: #585858;
  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;
  border-top: 1px solid #afafaf;
}
.fullservice .sector-view .full-score .score-view .form-group {
  padding: 20px 10px;
  border-bottom: 1px solid #c2c2c2;
}
.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 #c2c2c2;
  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%;
  border-bottom: 1px solid #c2c2c2;
}
.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: 20px 10px;
  background-color: #fff;
}
.fullservice .sector-view .full-score .score-view dl dd input[type=text] {
  border: 1px solid #c2c2c2;
  background-color: #f8f8f8;
  padding: 10px 5px;
  width: 313px;
  height: 30px;
  color: #585858;
  font-family: Verdana;
}
.fullservice .sector-view .full-score .score-view dl dd input[type=number] {
  border: 1px solid #c2c2c2;
  background-color: #f8f8f8;
  padding: 10px 5px;
  width: 313px;
  height: 30px;
  color: #585858;
  font-family: Verdana;
}
.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: #585858;
  vertical-align: middle;
  border-bottom: 1px solid #c2c2c2;
}
.fullservice .sector-view .full-score .score-check .table-box table tr th {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
  background-color: #FAFAFA;
}
.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 #c2c2c2;
}
.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 #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
}
.fullservice .sector-view .full-score .score-check .table-box table tr td dl:nth-child(10) {
  border-right: 0;
}
.fullservice .sector-view .full-score .score-check .table-box table tr td dl:nth-child(20) {
  border-right: 0;
}
.fullservice .sector-view .full-score .score-check .table-box table tr td dl:nth-child(30) {
  border-right: 0;
}
.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: #585858;
  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: #dbd9ed;
}
.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 #c2c2c2;
  background-color: #f8f8f8;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #585858;
  font-family: Verdana;
  text-align: center;
}
.fullservice .sector-view .full-score .score-check .table-box.exam table th {
  border-right: 1px solid #c2c2c2;
  background-color: #dbd9ed;
}
.fullservice .sector-view .full-score .score-check .table-box.exam table th.title {
  font-size: 20px;
}
.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 .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 {
  margin-top: 5px;
  text-align: left;
}
.fullservice .sector-view .full-result .notice-box {
  margin-top: 20px;
  margin-bottom: 46px;
  text-align: left;
  color: #1d44d8;
}
.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;
}
.fullservice .sector-onlive {
  background: url("https://img.eduwill.net/eduwill/img/2025/K/fullservice/251114/pc/onlive_bg.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}
.fullservice .sector-onlive .action {
  position: absolute;
  left: 50%;
  bottom: 130px;
  transform: translateX(-50%);
}
.fullservice .sector-onlive .action .coming_soon {
  pointer-events: none;
  animation: flash 1s step-start infinite;
}
@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.fullservice .sector-winner-list {
  height: 813px;
}
.fullservice .sector-winner-list .winner-contents {
  position: absolute;
  top: 280px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.fullservice .sector-winner-list .winner-contents .winner-list {
  transform: perspective(300px) rotateX(30deg);
  overflow: hidden;
}
.fullservice .sector-winner-list .winner-contents .winner-list p {
  color: #e9e9e9;
  font-size: 18px;
  margin: 5px 0;
  text-align: center;
}
.fullservice .sector-winner-list .img-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.fullservice .sector-winner-list .slick-list {
  height: 380px !important;
}
.fullservice .sector-search .wrap {
  width: 1200px;
}
.fullservice .sector-search .typing {
  position: absolute;
  left: 82px;
  top: 393px;
  line-height: 1;
  color: #022222;
  font-weight: 900;
  font-size: 40px;
}
.fullservice .sector-search .typing:after {
  content: "";
  position: relative;
  top: -5px;
  display: inline-block;
  animation-name: cursor;
  animation-duration: 0.3s;
  animation-iteration-count: infinite;
  width: 2px;
  height: 40px;
  background-color: #fff;
  vertical-align: middle;
}
@keyframes cursor {
  0% {
    background-color: #fff;
  }
  50% {
    background-color: #022222;
  }
  100% {
    background-color: #fff;
  }
}
.fullservice .sector-search .notice {
  position: absolute;
  right: 90px;
  bottom: 143px;
}
.fullservice .sector-brand {
  background-color: #FFCC34;
}
.fullservice .sector-no1 {
  background: url("https://img.eduwill.net/eduwill/img/2025/K/fullservice/251114/pc/no1_bg.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.fullservice .sector-no1 .action {
  position: absolute;
  top: 245px;
  right: 50px;
}
.fullservice .sector-unbreakable {
  background: #f8f7f0;
}
.fullservice .sector-unbreakable .unbreakable-list::before {
  background: linear-gradient(180deg, rgb(248, 247, 240) 0%, rgba(248, 247, 240, 0) 100%);
}
.fullservice .sector-unbreakable .unbreakable-list::after {
  background: linear-gradient(0deg, rgb(248, 247, 240) 0%, rgba(255, 255, 255, 0) 100%);
}/*# sourceMappingURL=web.css.map */