@charset "UTF-8";
.grid {
  *zoom: 1;
}
.grid:before, .grid:after {
  content: "";
  display: table;
}
.grid: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 {
  box-sizing: border-box;
}
.grid .col {
  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;
  content: "";
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  outline: none;
  text-indent: -9999px;
  display: block;
  border-width: 0;
  border-style: solid;
  transform: rotate(45deg) translateY(-50%);
}
@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;
}
.fullservice *, .fullservice *:before, .fullservice *:after {
  box-sizing: border-box;
}
.fullservice img {
  border: 0;
  vertical-align: top;
  line-height: 0;
  font-size: 0;
}
.fullservice {
  /* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
}
.fullservice input::-ms-clear {
  display: none;
}
.fullservice {
  /* input type number 에서 화살표 제거 */
}
.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 box 스타일 초기화 */
}
.fullservice select {
  border-radius: 0; /* 아이폰 사파리 보더 없애기 */
  -webkit-appearance: none; /* 화살표 없애기 for chrome*/
  -moz-appearance: none; /* 화살표 없애기 for firefox*/
  appearance: none;
}
.fullservice {
  /* IE 에서 Select box 화살표 제거 */
}
.fullservice select::-ms-expand {
  display: none;
}
.fullservice .slick-dots {
  width: 100%;
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .fullservice .slick-dots {
    margin-top: 20px;
  }
}
.fullservice .slick-dots {
  text-align: center;
}
.fullservice .slick-dots li {
  display: inline-block;
  margin: 0 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .fullservice .slick-dots li {
    margin: 0 6px;
  }
}
.fullservice .slick-dots li button {
  cursor: pointer;
  text-indent: -10000em;
  border: 0;
  border-radius: 50%;
  width: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .fullservice .slick-dots li button {
    width: 30px;
  }
}
.fullservice .slick-dots li button {
  height: 4.1666666667vw;
}
@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: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
@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 button {
  background: #c3c3c3;
}
.fullservice .slick-dots li.slick-active button {
  width: 12.5vw;
}
@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: 4.1666666667vw;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  .fullservice .slick-dots li.slick-active button {
    width: 30px;
  }
}
.fullservice .slick-dots li.slick-active button {
  border-radius: 15px;
  background: #FFBF00;
}
.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: -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 .highlight {
  color: #fe0000;
}
.popup .popup-title {
  font-weight: 400;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-title {
    font-size: 24px;
  }
}
.popup .popup-title {
  text-align: center;
  color: #fff;
  letter-spacing: -1px;
  line-height: 1.2;
  background-color: #393939;
  padding: 2.7777777778vw 0;
}
@media screen and (min-width: 720px) {
  .popup .popup-title {
    padding: 20px 0;
  }
}
.popup .popup-title strong {
  font-size: 4.8611111111vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-title strong {
    font-size: 35px;
  }
}
.popup .popup-title strong {
  font-weight: 900;
}
@media screen and (min-width: 720px) {
  .popup .popup-title strong {
    font-size: 3.8888888889vw;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  .popup .popup-title strong {
    font-size: 28px;
  }
}
.popup .popup-cont {
  padding: 5% 3%;
}
.popup .popup-cont .label {
  position: relative;
  color: #000;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .label {
    font-size: 24px;
  }
}
.popup .popup-cont .label {
  font-weight: 500;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  margin-bottom: 10px;
  letter-spacing: -1px;
}
.popup .popup-cont .label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background-color: #000;
}
@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 {
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dt {
    font-size: 24px;
  }
}
.popup .popup-cont .input-box dl dt {
  width: 30%;
  height: auto;
  float: left;
  text-align: left;
  padding-left: 10px;
  padding-top: 10px;
}
.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 dt {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  .popup .popup-cont .input-box dl dt {
    font-size: 18px;
  }
}
.popup .popup-cont .input-box dl dt {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.popup .popup-cont .input-box dl dd {
  position: relative;
  float: left;
  width: 70%;
}
.popup .popup-cont .input-box dl dd .ipt {
  padding: 0 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dd .ipt {
    padding: 0 24px;
  }
}
.popup .popup-cont .input-box dl dd .ipt {
  border-radius: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dd .ipt {
    border-radius: 5px;
  }
}
.popup .popup-cont .input-box dl dd .ipt {
  width: 100%;
  border: 1px solid #606060;
  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: 50px;
    font-size: 18px;
  }
}
.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;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl dd .btn {
    font-size: 23px;
  }
}
.popup .popup-cont .input-box dl dd .btn {
  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 {
    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;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .input-box dl.certification .timer {
    font-size: 24px;
  }
}
.popup .popup-cont .input-box dl.certification .timer {
  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 {
    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.0555555556vw;
}
@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: 22px;
  }
}
.popup .popup-cont .check-box .table-box table th,
.popup .popup-cont .check-box .table-box table td {
  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;
}
.popup .popup-cont .check-box .table-box table th .underline,
.popup .popup-cont .check-box .table-box table td .underline {
  border-bottom: 1px solid #585858;
}
.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 .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) 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 .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;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p.desc {
    margin-top: 10px;
  }
}
.popup .popup-cont .survey-list p.desc {
  color: #000;
}
.popup .popup-cont .survey-list p.desc select {
  width: 100%;
  height: 30px;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p.desc select {
    font-size: 20px;
  }
}
.popup .popup-cont .survey-list p.desc select {
  color: #000;
  border-color: #d2d2d2;
}
@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;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p.desc input[type=checkbox] {
    width: 20px;
  }
}
.popup .popup-cont .survey-list p.desc input[type=checkbox] {
  height: 0.625rem;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p.desc input[type=checkbox] {
    height: 20px;
  }
}
.popup .popup-cont .survey-list p.desc input[type=checkbox] {
  vertical-align: top;
}
@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;
}
@media screen and (min-width: 720px) {
  .popup .popup-cont .survey-list p.desc textarea {
    height: 150px;
  }
}
.popup .popup-cont .survey-list p.desc textarea {
  resize: none;
}
.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-close {
    top: 7px;
  }
}
@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 .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;
}
@media screen and (min-width: 720px) {
  .popup.popup-base .popup-cont .text-box .text-box {
    font-size: 24px;
  }
}
.popup.popup-base .popup-cont .text-box .text-box {
  line-height: 1.5;
  text-align: left;
}
@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;
}
@media screen and (min-width: 720px) {
  .popup.popup-gs .join-wrap {
    padding-bottom: 40px;
  }
}
.popup.popup-gs .join-wrap {
  background: url("https://img.eduwill.net/eduwill/img/2025/A/fullservice/250901/pc/bg_layer_gs25.jpg") no-repeat 0 0;
  background-size: 100% auto;
}
.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;
}
@media screen and (min-width: 720px) {
  .popup.popup-gs .join-wrap .action a {
    margin-left: 7px;
  }
}
.popup.popup-gs .join-wrap .action a {
  padding: 0.625rem 0;
}
@media screen and (min-width: 720px) {
  .popup.popup-gs .join-wrap .action a {
    padding: 20px 0;
  }
}
.popup.popup-gs .join-wrap .action a {
  font-size: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .popup.popup-gs .join-wrap .action a {
    font-size: 30px;
  }
}
.popup.popup-gs .join-wrap .action a {
  font-weight: 700;
}
.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;
}
@media screen and (min-width: 720px) {
  .popup.popup-gs .notice-wrap {
    font-size: 20px;
  }
}
.popup.popup-gs .notice-wrap {
  color: rgba(0, 0, 0, 0.7);
  padding: 0.9375rem 1.25rem;
}
@media screen and (min-width: 720px) {
  .popup.popup-gs .notice-wrap {
    padding: 30px 40px;
  }
}
.popup.popup-gs .notice-wrap {
  background-color: #fcfcfc;
}
.popup.popup-gs .notice-wrap strong {
  display: block;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup.popup-gs .notice-wrap strong {
    font-size: 20px;
  }
}
.popup.popup-gs .notice-wrap strong {
  color: #032a51;
}
.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);
}

.fullservice {
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 400;
  letter-spacing: -1px;
}
.fullservice [class^=sector-] {
  position: relative;
}
.fullservice .wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.fullservice .notice {
  margin-top: 10px;
  text-align: center;
  color: #6E6E6E;
  font-size: 12px;
  text-align: left;
  line-height: 1.3;
}
.fullservice .frame {
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FAFAFA;
  padding: 40px 60px;
  width: 1160px;
  margin: 0 auto;
}
.fullservice .slick-arrow {
  background-image: url("https://img.eduwill.net/eduwill/img/2025/A/fullservice/250901/pc/ico_arw_right.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  transform: rotate(0);
  border: 0;
}
.fullservice .main-title {
  color: #000;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1.44px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  line-height: 1.4;
}
.fullservice .main-title .desc {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
.fullservice .fix-right {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 11;
}
.fullservice .fix-right a {
  display: block;
  margin-top: -30px;
}
.fullservice .fix-bottom {
  background-color: #333;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.fullservice .fix-bottom a {
  position: relative;
  display: block;
}
.fullservice .sector-top {
  background-color: #FFF6D5;
  padding: 20px 0;
}
.fullservice .sector-top p {
  line-height: 1;
  margin: 0;
  padding: 0;
}
.fullservice .sector-top p.count {
  color: #111;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1px;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.fullservice .sector-top p.count .highlight {
  color: #FFBF00;
  font-size: 32px;
  letter-spacing: -2px;
  font-weight: 900;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.fullservice .sector-top p.text {
  margin-top: 10px;
  color: rgba(17, 17, 17, 0.5);
  font-size: 14px;
  font-weight: 400;
}
.fullservice .sector-title {
  background-color: #ffe347;
  background-image: url("//img.eduwill.net/eduwill/img/2025/A/fullservice/250901/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-bottom: 70px;
}
.fullservice .sector-title .laurel {
  padding-top: 40px;
}
.fullservice .sector-title .laurel .text-1 {
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.8px;
}
.fullservice .sector-title .laurel .text-2 {
  margin-top: 10px;
  color: rgba(68, 68, 68, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.56px;
}
.fullservice .sector-title .title-1 {
  margin-top: 60px;
  color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1.2px;
}
.fullservice .sector-title .title-2 {
  margin-top: 20px;
}
.fullservice .sector-title ul {
  margin-top: 60px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
}
.fullservice .sector-title ul li {
  padding: 40px 30px;
  border-radius: 10px;
  border: 3px solid #CAB77A;
  background: linear-gradient(180deg, #FFFCF2 0%, #FFF6DD 100%);
}
.fullservice .sector-title ul li .title {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -1.28px;
}
.fullservice .sector-title ul li .title strong {
  font-weight: 700;
}
.fullservice .sector-title ul li .period {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 6px 30px;
  border-radius: 500px;
  background: linear-gradient(180deg, #444 0%, #000 100%);
  color: #FFBF00;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.64px;
}
.fullservice .sector-winner {
  overflow: hidden;
  padding: 100px 0;
}
.fullservice .sector-winner .wrap {
  z-index: 3;
}
.fullservice .sector-winner .title-box {
  margin-bottom: 50px;
}
.fullservice .sector-winner .title-box p.main-title, .fullservice .sector-winner .title-box p.sub-title {
  color: #fff;
}
.fullservice .sector-winner .title-box p.main-title {
  font-weight: 700;
}
.fullservice .sector-winner .title-box .base {
  color: rgba(255, 255, 255, 0.5);
}
.fullservice .sector-winner .eduf-winner-list {
  overflow: hidden;
  transform: perspective(300px) rotateX(30deg);
  box-sizing: border-box;
}
.fullservice .sector-winner .eduf-winner-list p {
  margin: 0;
  line-height: 2;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.fullservice .sector-winner .bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.fullservice .sector-winner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.fullservice .sector-review {
  padding: 100px 0;
  background: #F8F8F8;
  overflow: hidden;
}
.fullservice .sector-review .slide-review {
  margin: 0 auto;
}
.fullservice .sector-review .slide-review .slick-slide {
  width: 776px;
  margin: 0 20px;
}
.fullservice .sector-review .slide-review .slick-slide .review-box {
  position: relative;
  height: 230px;
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  padding: 28px 40px 28px 230px;
  border-radius: 10px;
  border: 1.105px solid #E6E6E6;
  background: #FFF;
}
.fullservice .sector-review .slide-review .slick-slide .review-box img {
  position: absolute;
  top: 50%;
  left: 44px;
  transform: translateY(-50%);
  width: 165px;
}
.fullservice .sector-review .slide-review .slick-slide .review-box:after {
  position: absolute;
  right: 29px;
  bottom: 10px;
  content: "”";
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 136%;
  letter-spacing: -4.8px;
  opacity: 0.1;
}
.fullservice .sector-review .slide-review .slick-slide .review {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.64px;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-align: left;
}
.fullservice .sector-review .slide-review .slick-slide .review strong {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.64px;
}
.fullservice .sector-review .slide-review .slick-slide .user {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 11px;
}
.fullservice .sector-review .slide-review .slick-slide .user p {
  color: #6E6E6E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.fullservice .sector-review .slide-review .slick-slide:not(.slick-active) {
  filter: blur(2px);
  opacity: 0.5;
}
.fullservice .sector-review .slide-review .slick-arrow {
  width: 38px;
  height: 38px;
  margin-top: -29px;
}
.fullservice .sector-review .slide-review .slick-arrow:before {
  width: 10px;
  height: 10px;
}
.fullservice .sector-review .slide-review .slick-arrow.slick-prev {
  margin-left: -405px;
  left: 50% !important;
  transform: scaleX(-1);
}
.fullservice .sector-review .slide-review .slick-arrow.slick-next {
  margin-right: -405px;
  right: 50% !important;
}
.fullservice .sector-review .notice {
  text-align: center;
  font-size: 14px;
}
.fullservice .sector-banner {
  background-color: #FFBF00;
  color: #000;
  padding: 100px 0 60px;
}
.fullservice .sector-banner p {
  font-size: 35px;
}
.fullservice .sector-banner p strong {
  display: block;
  color: #000;
  font-weight: 700;
}
.fullservice .sector-banner .text {
  font-size: 14px;
  color: rgba(68, 68, 68, 0.5);
  margin-top: 10px;
}
.fullservice .sector-tab {
  background-color: #FFBF00;
}
.fullservice .sector-tab .tab-list {
  display: flex;
  justify-content: center;
}
.fullservice .sector-tab .tab-list li {
  margin-left: 10px;
}
.fullservice .sector-tab .tab-list li:first-child {
  margin-left: 0;
}
.fullservice .sector-tab .tab-list li {
  border-radius: 10px 10px 0 0;
  opacity: 0.3;
  background: #FFF;
  width: 575px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fullservice .sector-tab .tab-list li a {
  color: #000;
  opacity: 0.6;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.96px;
}
.fullservice .sector-tab .tab-list li a span {
  display: block;
  width: 100%;
  letter-spacing: -0.56px;
  font-size: 14px;
}
.fullservice .sector-tab .tab-list li.active {
  opacity: 1;
}
.fullservice .sector-tab .tab-list li.active a {
  opacity: 1;
}
.fullservice .sector-content {
  background-color: #F8F8F8;
  padding: 100px 0;
}
.fullservice .sector-content .holder {
  position: relative;
  margin-top: 30px;
}
.fullservice .sector-content .holder:first-child {
  margin-top: 0;
}
.fullservice .sector-content .holder:first-child .btn-box {
  top: 546px;
}
.fullservice .sector-content .holder:last-child .btn-box {
  top: 421px;
}
.fullservice .sector-content .btn-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 931px;
  display: flex;
  justify-content: center;
}
.fullservice .sector-content .btn-box a {
  display: block;
  margin: 0 45px;
}
.fullservice .sector-band {
  background-color: #FFBF00;
}
.fullservice .sector-increase {
  padding: 100px 0;
  background: #FFFBF0;
}
.fullservice .sector-increase .title-box {
  margin-bottom: 60px;
}
.fullservice .sector-increase .main-title .fc-primary {
  color: #FFA800;
}
.fullservice .sector-increase .main-title + .notice {
  margin-top: 10px;
  font-size: 14px;
}
.fullservice .sector-increase .notice {
  text-align: center;
}
.fullservice .sector-increase .lgray-box {
  width: 950px;
  padding: 40px 0;
  margin: 0 auto;
  border-radius: 12px;
  border: 1px solid #E6E6E6;
}
.fullservice .sector-increase .frame .title-box {
  margin: 60px 0 30px;
}
.fullservice .sector-increase .frame .title-box .main-title {
  font-size: 26px;
  font-weight: 400;
}
.fullservice .sector-increase .frame .title-box .main-title strong {
  font-weight: 700;
}
.fullservice .sector-increase .chart-box {
  position: relative;
}
.fullservice .sector-increase .chart-box .bubble-1, .fullservice .sector-increase .chart-box .bubble-2 {
  position: absolute;
  right: 44px;
}
@keyframes effectBounceBubble {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-5px);
  }
}
.fullservice .sector-increase .chart-box .bubble-1, .fullservice .sector-increase .chart-box .bubble-2 {
  animation-name: effectBounceBubble;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
.fullservice .sector-increase .chart-box .bubble-1 {
  top: -10px;
  right: 54px;
}
.fullservice .sector-increase .chart-box .bubble-2 {
  bottom: -17px;
}
.fullservice .sector-increase .txt-increase {
  display: flex;
  margin: 30px 170px 0;
}
.fullservice .sector-increase .txt-increase p {
  flex: 1 0 0;
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.72px;
}
.fullservice .sector-increase .txt-increase p.summary {
  background: linear-gradient(90deg, #8D0700 0%, #FF0D00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fullservice .sector-increase .chk-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
}
.fullservice .sector-increase .chk-list .box {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 25px 10px;
  flex: 0 0 310px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  text-align: left;
}
.fullservice .sector-increase .chk-list .box p {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.8px;
}
.fullservice .sector-increase .chk-list .box p strong {
  letter-spacing: inherit;
  line-height: inherit;
  font-weight: 700;
}
.fullservice .sector-interview {
  padding: 100px 0;
  background-color: #fff;
}
.fullservice .sector-interview .frame {
  margin-top: 46px;
  padding: 43px 0 43px 60px;
  text-align: left;
}
.fullservice .sector-interview .frame .notice {
  margin-top: 6px;
}
.fullservice .sector-interview .frame + .notice {
  padding-left: 20px;
}
.fullservice .sector-interview .review-list {
  margin-top: 30px;
}
.fullservice .sector-interview .review-list .slick-slide {
  width: 315px;
  margin-right: 10px;
}
.fullservice .sector-interview .review-list .slick-slide img {
  width: 100%;
}
.fullservice .sector-exam {
  background-color: #FFBF00;
  padding: 100px 0;
}
.fullservice .sector-exam .main-title {
  margin-bottom: 60px;
}
.fullservice .sector-exam .exam-list img {
  width: 100%;
}
.fullservice .sector-exam .exam-list .slick-slide {
  position: relative;
}
.fullservice .sector-exam .exam-list .slick-slide.slick-active {
  opacity: 1;
}
.fullservice .sector-exam .exam-list .slick-slide.slick-active .stamp {
  display: block;
}
@keyframes stampEvent {
  0% {
    opacity: 0;
    transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
.fullservice .sector-exam .exam-list .slick-slide.slick-active .stamp {
  animation-name: stampEvent;
  animation-duration: 1.2s;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.89, -0.01, 0.96, 0.07);
  animation-direction: normal;
}
.fullservice .sector-exam .exam-list .slick-slide .stamp {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -115px 0 0 -115px;
  display: none;
}
.fullservice .sector-exam .winner-review {
  width: 1160px;
  margin: 40px auto 0;
}
.fullservice .sector-exam .winner-review .slick-slide {
  margin-left: 10px;
}
.fullservice .sector-exam .winner-review .slick-slide:first-child {
  margin-left: 0;
}
.fullservice .sector-brand {
  padding-bottom: 40px;
  background-color: #002B7E;
  background-image: url("https://img.eduwill.net/eduwill/img/2025/A/fullservice/250901/pc/brand_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.fullservice .sector-brand .notice {
  text-align: center;
}
.fullservice .sector-banner-text {
  background-color: #111;
  padding: 40px 0;
}
.fullservice .sector-banner-text p {
  color: #fff;
  font-size: 35px;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.fullservice .sector-banner-text p strong {
  color: #FFBF00;
}
.fullservice .sector-banner-text .notice {
  text-align: center;
}/*# sourceMappingURL=web.css.map */