@charset "UTF-8";
.grid, .fullservice .full-tab-list, .fullservice .full-rumor .sns .step, .fullservice .full-rumor .sns .step li.step3, .fullservice .full-rumor .sns .step .step-link, .fullservice .full-rumor .sns .step.wide li.step1, .fullservice .full-event .event-notice {
  *zoom: 1;
}

.grid:before, .fullservice .full-tab-list:before, .fullservice .full-rumor .sns .step:before, .fullservice .full-rumor .sns .step li.step3:before, .fullservice .full-rumor .sns .step .step-link:before, .fullservice .full-rumor .sns .step.wide li.step1:before, .fullservice .full-event .event-notice:before, .grid:after, .fullservice .full-tab-list:after, .fullservice .full-rumor .sns .step:after, .fullservice .full-rumor .sns .step li.step3:after, .fullservice .full-rumor .sns .step .step-link:after, .fullservice .full-rumor .sns .step.wide li.step1:after, .fullservice .full-event .event-notice:after {
  content: '';
  display: table;
}

.grid:after, .fullservice .full-tab-list:after, .fullservice .full-rumor .sns .step:after, .fullservice .full-rumor .sns .step li.step3:after, .fullservice .full-rumor .sns .step .step-link:after, .fullservice .full-rumor .sns .step.wide li.step1:after, .fullservice .full-event .event-notice:after {
  clear: both;
}

.fullservice .full-rumor .form .wrap .comment-list .item .col.user, .fullservice .full-rumor .form .wrap .comment-list .item .full-tab-list a.user, .fullservice .full-tab-list .full-rumor .form .wrap .comment-list .item a.user {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

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

.grid, .fullservice .full-tab-list {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.grid .col, .fullservice .full-tab-list .col, .fullservice .full-tab-list a {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.table {
  display: table;
  width: 100%;
}

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

/* 사전예약신청 레이어 pc */
.fullservice .layer p {
  margin: 0;
  padding: 0;
}

.fullservice .layer input,
.fullservice .layer select,
.fullservice .layer img {
  vertical-align: middle;
}

.fullservice .layer input[type=text] {
  padding: 8px 15px;
  height: 45px;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fullservice .layer select {
  padding: 6px 10px 5px;
  border: 1px solid #ccc;
  background: #fff;
}

.fullservice .layer textarea {
  padding: 9px;
  width: 98%;
  border: 1px solid #cdcdcd;
}

.fullservice .layer .grid, .fullservice .layer .full-tab-list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
}

.fullservice .layer .grid:before, .fullservice .layer .full-tab-list:before,
.fullservice .layer .grid:after,
.fullservice .layer .full-tab-list:after {
  content: '';
  display: table;
}


.fullservice .layer .grid:after,
.fullservice .layer .full-tab-list:after {
  clear: both;
}

.fullservice .layer .grid .col, .fullservice .layer .full-tab-list .col, .fullservice .layer .grid .full-tab-list a, .fullservice .full-tab-list .layer .grid a, .fullservice .layer .full-tab-list a {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* form control : input [checkbox, radio] select */
.fullservice .layer .control {
  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  font-size: 14px;
}

.fullservice .layer .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.fullservice .layer .control_indicator {
  position: absolute;
  top: 1px;
  left: 0;
  height: 15px;
  width: 15px;
  background: #fff;
  border: 2px solid #d3d3d3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fullservice .layer .control-radio .control_indicator {
  border-radius: 50%;
}

.fullservice .layer .control:hover input ~ .control_indicator,
.fullservice .layer .control input:focus ~ .control_indicator {
  background: #fff;
}

.fullservice .layer .control input:checked ~ .control_indicator {
  background: #fff;
}

.fullservice .layer .control:hover input:not([disabled]):checked ~ .control_indicator,
.fullservice .layer .control input:checked:focus ~ .control_indicator {
  background: #fff;
}

.fullservice .layer .control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.fullservice .layer .control_indicator:after {
  content: '';
  position: absolute;
  display: none;
}

.fullservice .layer .control input:checked ~ .control_indicator:after {
  display: block;
}

.fullservice .layer .control-checkbox {
  text-align: left;
}

.fullservice .layer .control-checkbox .control_indicator:after {
  left: 3px;
  top: 1px;
  width: 3px;
  height: 5px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.fullservice .layer .control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #7b7b7b;
}

.fullservice .layer .control-radio .control_indicator:after {
  left: 3px;
  top: 3px;
  height: 10px;
  width: 10px;
  border-radius: 90px;
  background: #00a817;
}

.fullservice .layer .control-radio input:disabled ~ .control_indicator:after {
  background: #7b7b7b;
}

.fullservice .layer .select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}

.fullservice .layer .select:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #999 transparent transparent transparent;
}

.fullservice .layer .select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 8px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #666;
  border: 1px solid #d5d5d5;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.fullservice .layer .select select::-ms-expand {
  display: none;
}

.fullservice .layer .select select:hover,
.fullservice .layer .select select:focus {
  color: #000;
  background: #fff;
  border-color: #000;
}

.fullservice .layer .select select:disabled {
  opacity: 0.5;
  pointer-events: none;
  background: #dedede;
}

.fullservice .layer .select select:hover ~ .select_arrow,
.fullservice .layer .select select:focus ~ .select_arrow {
  border-top-color: #000;
}

.fullservice .layer .select select:disabled ~ .select_arrow {
  border-top-color: #ccc;
}

.fullservice .layer .btn {
  display: table;
}

.fullservice .layer .btn span {
  display: table-cell;
  vertical-align: middle;
}

.fullservice .layer .btn_a {
  width: 100%;
  height: 50px;
  text-align: center;
  border: 1px solid #000;
  background: #ffd900;
}

.fullservice .layer .btn_a span {
  font-weight: 700;
  font-size: 22px;
  color: #000;
}

.fullservice .layer .btn_a span:after {
  content: ' ';
  position: relative;
  top: -2px;
  display: inline-block;
  height: 8px;
  width: 8px;
  margin-left: 6px;
  border: 3px solid #000;
  border-left-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.fullservice .layer .btn_b {
  width: 160px;
  height: 50px;
  text-align: center;
  background: #3743e2;
}

.fullservice .layer .btn_b span {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}

.fullservice .layer .btn_b span:after {
  content: ' ';
  position: relative;
  top: -2px;
  display: inline-block;
  height: 8px;
  width: 8px;
  margin-left: 6px;
  border: 3px solid #000;
  border-left-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.fullservice .layer .btn_c {
  width: 100%;
  height: 35px;
  text-align: center;
  background: #eee;
  border: 1px solid #ccc;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.fullservice .layer .btn_c span {
  font-weight: 500;
  font-size: 14px;
  color: #222;
}

.fullservice .layer .btn_c span:after {
  content: ' ';
  position: relative;
  top: -1px;
  display: inline-block;
  height: 6px;
  width: 6px;
  margin-left: 6px;
  border: 2px solid #999;
  border-left-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.fullservice .layer .action .btn_complete {
  text-align: center;
  background: #6b6b6b;
}

.fullservice .layer .action .btn_complete span {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}

.fullservice .in {
  display: block !important;
}

.fullservice .layer {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  width: 458px;
  margin-left: -229px;
  text-align: left;
  background: #fff;
  border: 3px solid #2e2b48;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1004;
}

.fullservice .layer .layer_head {
  padding: 10px 30px 15px;
  font-size: 27px;
  font-weight: 700;
  color: #fff;
  background-color: #2e2b48;
}

.fullservice .layer .layer_body {
  padding: 30px 30px 60px;
}

.fullservice .layer .form li {
  margin-top: 4px;
}

.fullservice .layer .form li:first-child {
  margin-top: 0;
}

.fullservice .layer .form .subject {
  width: 25%;
  text-align: left;
  font-size: 18px;
  color: #000;
  font-weight: 700;
  line-height: 45px;
}

.fullservice .layer .form .forms {
  width: 75%;
}

.fullservice .layer .form .forms .inputtext {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  color: #777;
}

.fullservice .layer .form .forms .select {
  margin: 0;
  width: 100%;
}

.fullservice .layer .form .forms .select select {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  color: #777;
}

.fullservice .layer .agree_check {
  margin: 7px 0 10px;
}

.fullservice .layer .agree_check label {
  color: #9a9a9a;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.fullservice .layer .agree_check label span {
  color: #ff0000;
}

.fullservice .layer .privacy {
  margin: 20px 0 10px;
  padding: 15px;
  height: 200px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #e7e7e7;
  overflow-y: scroll;
}

.fullservice .layer .privacy strong {
  color: #000;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}

.fullservice .layer .privacy .core {
  margin-top: 20px;
  line-height: 1.4;
}

.fullservice .layer .privacy .core:first-child {
  margin-top: 0;
}

.fullservice .layer .privacy .table-wrap {
  margin: 10px 0 20px;
}

.fullservice .layer .privacy .table-wrap table {
  width: 100%;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}

.fullservice .layer .privacy .table-wrap table th,
.fullservice .layer .privacy .table-wrap table td {
  padding: 5px;
  text-align: center;
  font-size: 11px;
  border-left: 1px solid #666;
  border-top: 1px solid #666;
}

.fullservice .layer .privacy .table-wrap table .highlight {
  font-size: 18px;
  font-weight: 700;
}

.fullservice .layer .btn_group {
  margin: 20px 0 0;
  text-align: center;
}

.fullservice .layer .btn_group a {
  margin: 0 auto;
}

.fullservice .layer .layer_close {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 38px;
  height: 38px;
}

.fullservice .layer .layer_close:before, .layer .layer_close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 28px;
  height: 2px;
  margin-left: -14px;
  background-color: #fff;
}

.fullservice .layer .layer_close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fullservice .layer .layer_close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fullservice .layer .layer_close .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;
}

.fullservice .layer_dim {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1002;
}

/* // 사전예약신청 레이어 pc */
/* 사전예약신청 레이어 mobile */
.full_layer_reserv.in {
  display: block !important;
}

.full_layer_reserv {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  max-width: 458px;
  margin: 0 auto;
  background: #fff;
  border: 2px solid #2e2b48;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1004;
}

.full_layer_reserv .layer_head {
  padding: 10px 15px 15px;
  text-align: left;
  font-size: 3.750vw;
  font-weight: 700;
  color: #fff;
  background-color: #2e2b48;
}

.full_layer_reserv .layer_body {
  padding: 20px 15px 30px;
}

.full_layer_reserv .form li {
  margin-top: 2px;
}

.full_layer_reserv .form li:first-child {
  margin-top: 0;
}

.full_layer_reserv .form .subject {
  width: 22%;
  text-align: left;
  font-size: 2.778vw;
  color: #000;
  font-weight: 700;
  line-height: 40px;
}

.full_layer_reserv .form .forms {
  width: 78%;
}

.full_layer_reserv .form .forms .inputtext {
  width: 100%;
  font-size: 2.778vw;
  font-weight: 700;
  color: #666;
}

.full_layer_reserv .form .forms .select {
  margin: 0;
  width: 100%;
}

.full_layer_reserv .form .forms .select select {
  width: 100%;
  font-size: 2.778vw;
  font-weight: 700;
  color: #666;
}

.full_layer_reserv .agree_check {
  margin: 7px 0 0;
}

.full_layer_reserv .agree_check label {
  color: #9a9a9a;
  font-size: 2.222vw;
  font-weight: 400;
  line-height: 1.3;
}

.full_layer_reserv .agree_check label span {
  color: #ff0000;
}

.full_layer_reserv .privacy {
  margin: 10px 0 5px;
  padding: 5px;
  height: 115px;
  text-align: left;
  font-size: 2.222vw;
  font-weight: 400;
  color: #666;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #e7e7e7;
  overflow-y: scroll;
}

.full_layer_reserv .privacy strong {
  color: #000;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}

.full_layer_reserv .privacy .core {
  margin-top: 20px;
  line-height: 1.4;
}

.full_layer_reserv .privacy .core:first-child {
  margin-top: 0;
}

.full_layer_reserv .privacy .table-wrap {
  margin: 10px 0 20px;
}

.full_layer_reserv .privacy .table-wrap table {
  width: 100%;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}

.full_layer_reserv .privacy .table-wrap table th,
.full_layer_reserv .privacy .table-wrap table td {
  padding: 5px;
  text-align: center;
  font-size: 11px;
  border-left: 1px solid #666;
  border-top: 1px solid #666;
}

.full_layer_reserv .privacy .table-wrap table .highlight {
  font-size: 18px;
  font-weight: 700;
}

.full_layer_reserv .btn-memeber {
  margin-top: 5px;
}

.full_layer_reserv .btn_group {
  margin: 20px 0 0;
  text-align: center;
}

.full_layer_reserv .btn_group a {
  margin: 0 auto;
}

.full_layer_reserv .btn_a {
  display: block;
  padding: 10px;
  line-height: 1;
  text-align: center;
  border: 1px solid #000;
  background: #ffd900;
}

.full_layer_reserv .btn_a span {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 4.167vw;
  color: #000;
}

.full_layer_reserv .btn_a span:after {
  content: ' ';
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  height: 4px;
  width: 4px;
  margin-top: -2px;
  border: 1px solid #000;
  border-left-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.full_layer_reserv .btn_c {
  margin-bottom: 5px;
  display: block;
  padding: 8px;
  text-align: center;
  background: #eee;
  border: 1px solid #ccc;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.full_layer_reserv .btn_c span {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 1.8056vw;
  color: #222;
}

.full_layer_reserv .btn_c span:after {
  content: ' ';
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  height: 4px;
  width: 4px;
  margin-top: -2px;
  border: 1px solid #000;
  border-left-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.full_layer_reserv .layer_close {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 38px;
  height: 38px;
}

.full_layer_reserv .layer_close:before,
.full_layer_reserv .layer_close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 28px;
  height: 2px;
  margin-left: -14px;
  background-color: #fff;
}

.full_layer_reserv .layer_close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.full_layer_reserv .layer_close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.full_layer_reserv .layer_close .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;
}

.full_layer_reserv .layer_dim {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1002;
}

@media only screen and (min-width: 720px) {
  .full_layer_reserv .layer_head {
    padding-left: 30px;
    font-size: 27px;
  }
  .full_layer_reserv .layer_body {
    padding: 40px 30px 50px;
  }
  .full_layer_reserv .form li {
    margin-top: 4px;
  }
  .full_layer_reserv .form .subject,
  .full_layer_reserv .form .forms .inputtext,
  .full_layer_reserv .form .forms .select select {
    font-size: 18px;
  }
  .full_layer_reserv .privacy {
    margin: 20px 0 10px;
    padding: 15px;
    font-size: 14px;
  }
  .full_layer_reserv .agree_check label {
    font-size: 14px;
  }
  .full_layer_reserv .btn_a {
    padding: 15px;
  }
  .full_layer_reserv .btn_a span {
    font-size: 20px;
  }
  .full_layer_reserv .btn_a span:after {
    width: 8px;
    height: 8px;
    margin-top: -4px;
  }
  .full_layer_reserv .btn_c {
    margin-bottom: 10px;
    padding: 10px 15px;
  }
  .full_layer_reserv .btn_c span {
    font-size: 14px;
  }
  .full_layer_reserv .btn_c span:after {
    width: 8px;
    height: 8px;
    margin-top: -4px;
  }
}

/* // 사전예약신청 레이어 mobile */
.fullservice .full-rumor {
  position: relative;
}

.fullservice .full-rumor:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: -1.5625rem;
  margin-left: -1.875rem;
  width: 3.75rem;
  height: 3.75rem;
  z-index: 11;
  background: url("//img.eduwill.net/eduwill/img/2021/G/fullservice/210605/pc/icon_plus.png") 0 0 no-repeat;
  background-size: cover;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor:before {
    top: -50px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor:before {
    margin-left: -60px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor:before {
    width: 120px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor:before {
    height: 120px;
  }
}

.fullservice .full-rumor .title {
  position: relative;
  background: #4345b3;
}

.fullservice .full-rumor .title img {
  position: relative;
  z-index: 10;
}

.fullservice .full-rumor .title:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 14.840%;
  background: #f5f8ff;
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .title:before {
    height: 98px;
  }
}

.fullservice .full-rumor .sns {
  padding-bottom: 1.5625rem;
  background: #f5f8ff;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .sns {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .sns {
    padding-bottom: 35px;
  }
}

.fullservice .full-rumor .sns .step {
  padding: 0 1.40625rem;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .sns .step {
    padding: 0 45px;
  }
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .sns .step {
    padding: 0 50px;
  }
}

.fullservice .full-rumor .sns .step li {
  position: relative;
  float: none;
  margin-top: 2.09375rem;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .sns .step li {
    margin-top: 67px;
  }
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .sns .step li {
    float: left;
    margin-top: 0;
    padding: 22px 22px 22px 24px;
    border-top: 0;
    border-radius: 6px;
    background: #fff;
  }
}

.fullservice .full-rumor .sns .step li.step1 {
  margin-top: 0;
  border-top: 0;
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .sns .step li.step1 {
    width: 325px;
    height: 275px;
  }
  .fullservice .full-rumor .sns .step li.step1 .step-link div {
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .sns .step li.step2 {
    margin-left: 13px;
    width: 762px;
    height: 275px;
  }
  .fullservice .full-rumor .sns .step li.step2 .step-link div a {
    padding: 9px 11px;
  }
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .sns .step li.step2 .step-num + .step-link-title {
    margin-top: 20px;
  }
  .fullservice .full-rumor .sns .step li.step2 .step-num + .step-link-title + .step-link {
    margin-top: 64px;
  }
}

.fullservice .full-rumor .sns .step li.step2 .step-text + .step-link-title {
  margin-top: 8px;
}

.fullservice .full-rumor .sns .step li.step2 .step-text + .step-link {
  margin-top: 30px;
}

.fullservice .full-rumor .sns .step li.step2 .step-text span {
  display: block;
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .sns .step li.step2 .step-text span {
    display: inline-block;
  }
  .fullservice .full-rumor .sns .step li.step2 .step-text span + .step-link {
    margin-top: 54px;
  }
}

.fullservice .full-rumor .sns .step li.step3 {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .sns .step li.step3 {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .sns .step li.step3 .step-num {
    float: left;
    margin-top: 4px;
  }
}

.fullservice .full-rumor .sns .step li.step3 .step-text {
  margin-top: 8px;
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .sns .step li.step3 .step-text {
    float: left;
    margin-top: 4px;
    margin-left: 22px;
    margin-bottom: 0;
    letter-spacing: -.3px;
  }
  .fullservice .full-rumor .sns .step li.step3 .step-text + .step-link {
    margin-top: 0;
  }
  .fullservice .full-rumor .sns .step li.step3 .step-text span {
    display: inline-block;
  }
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .sns .step li.step3 .step-link {
    float: right;
  }
  .fullservice .full-rumor .sns .step li.step3 .step-link div {
    margin-top: 0;
  }
}

.fullservice .full-rumor .sns .step .step-num span {
  display: inline-block;
  line-height: 1.2;
  font-size: 3.88889vw;
  font-weight: 700;
  color: #000;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  border-bottom: 2px solid #000;
  letter-spacing: 0;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .sns .step .step-num span {
    font-size: 28px;
  }
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .sns .step .step-num span {
    font-size: 18px;
  }
}

.fullservice .full-rumor .sns .step .step-title {
  display: none;
}

.fullservice .full-rumor .sns .step .step-text {
  display: inline-block;
  margin-top: 0.625rem;
  line-height: 1.5;
  font-size: 3.88889vw;
  font-weight: 400;
  color: #010101;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .sns .step .step-text {
    margin-top: 20px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .sns .step .step-text {
    font-size: 28px;
  }
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .sns .step .step-text {
    font-size: 16px;
  }
}

.fullservice .full-rumor .sns .step .step-text + .step-link-title {
  margin-top: 0.625rem;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .sns .step .step-text + .step-link-title {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .sns .step .step-text + .step-link-title {
    margin-top: 10px;
  }
}

.fullservice .full-rumor .sns .step .step-text + .step-link {
  margin-top: 0.625rem;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .sns .step .step-text + .step-link {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .sns .step .step-text + .step-link {
    margin-top: 37px;
  }
}

.fullservice .full-rumor .sns .step .step-text span {
  display: block;
}

.fullservice .full-rumor .sns .step .step-text strong {
  font-weight: 700;
}

.fullservice .full-rumor .sns .step .step-link-title {
  font-size: 3.61111vw;
  font-weight: 700;
  color: #171a9f;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .sns .step .step-link-title {
    font-size: 26px;
  }
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .sns .step .step-link-title {
    font-size: 14px;
  }
}

.fullservice .full-rumor .sns .step .step-link {
  margin-top: 0.9375rem;
  margin-left: -0.6875rem;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .sns .step .step-link {
    margin-top: 30px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .sns .step .step-link {
    margin-left: -22px;
  }
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .sns .step .step-link {
    margin-top: 30px;
    margin-left: -6px;
  }
  .fullservice .full-rumor .sns .step .step-link + .link-title {
    padding-top: 0;
  }
}

.fullservice .full-rumor .sns .step .step-link div {
  float: left;
  width: calc(50% - 11px);
  margin-top: 0.75rem;
  margin-left: 0.6875rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .sns .step .step-link div {
    margin-top: 24px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .sns .step .step-link div {
    margin-left: 22px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .sns .step .step-link div {
    width: calc(50% - 22px);
  }
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .sns .step .step-link div {
    float: none;
    display: inline-block;
    width: auto;
    margin-top: 6px;
    margin-left: 6px;
  }
}

.fullservice .full-rumor .sns .step .step-link div a {
  position: relative;
  display: block;
  padding: 0.75rem 0.9375rem;
  text-align: center;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .sns .step .step-link div a {
    padding: 24px 30px;
  }
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .sns .step .step-link div a {
    width: 130px;
    height: auto;
    padding: 8px 11px;
  }
}

.fullservice .full-rumor .sns .step .step-link div a span {
  display: block;
  font-size: 3.33333vw;
  font-weight: 500;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .sns .step .step-link div a span {
    font-size: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .sns .step .step-link div a span {
    line-height: 1;
    font-size: 14px;
  }
}

.fullservice .full-rumor .sns .step .step-link .btn-tag {
  border: 2px solid #171a9f;
  background: #171a9f;
}

.fullservice .full-rumor .sns .step .step-link .btn-tag span {
  color: #fff;
}

.fullservice .full-rumor .sns .step .step-link .btn-down {
  border: 2px solid #171a9f;
}

.fullservice .full-rumor .sns .step .step-link .btn-down span {
  color: #171a9f;
}

.fullservice .full-rumor .sns .step .step-link .btn-url {
  position: relative;
  display: none;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #171a9f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .sns .step .step-link .btn-url {
    display: inline-block;
  }
}

.fullservice .full-rumor .sns .step .step-link .btn-url span {
  color: #171a9f;
}

.fullservice .full-rumor .sns .step .step-link .btn-link {
  text-align: left;
  border: 1px solid #ccc;
  background: #fff;
}

.fullservice .full-rumor .sns .step .step-link .btn-link span {
  position: relative;
  color: #000;
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .sns .step .step-link .btn-link span {
    color: #666;
  }
}

.fullservice .full-rumor .sns .step .step-link .btn-link span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: -5px;
  border-width: 0;
  border-style: solid;
  border-color: #888;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom: none;
  border-left: none;
  left: 100%;
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .sns .step .step-link .btn-link span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    margin-left: -3px;
    border-width: 0;
    border-style: solid;
    border-color: #888;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom: none;
    border-left: none;
    right: 0;
    left: auto;
  }
}

.fullservice .full-rumor .sns .step .link-title {
  display: block;
  clear: both;
  padding-top: 0.875rem;
  line-height: 1.5;
  font-size: 3.61111vw;
  font-weight: 700;
  color: #010101;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .sns .step .link-title {
    padding-top: 28px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .sns .step .link-title {
    font-size: 26px;
  }
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .sns .step .link-title {
    margin-bottom: 5px;
    margin-left: 6px;
    padding-top: 14px;
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .sns .step.wide li.step1 {
    width: 100%;
    height: auto;
  }
  .fullservice .full-rumor .sns .step.wide li.step1 .step-link {
    float: right;
  }
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .sns .step.wide li.step2 {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 10px;
    padding-top: 14px;
  }
  .fullservice .full-rumor .sns .step.wide li.step2 .step-link {
    margin-top: 0;
  }
  .fullservice .full-rumor .sns .step.wide li.step2 .step-link div {
    float: left;
  }
  .fullservice .full-rumor .sns .step.wide li.step2 .step-link a {
    display: table;
    width: 150px;
    height: 50px;
  }
  .fullservice .full-rumor .sns .step.wide li.step2 .step-link a span {
    display: table-cell;
    vertical-align: middle;
  }
  .fullservice .full-rumor .sns .step.wide li.step2 .step-link-title {
    clear: both;
    float: none;
    margin: 0;
    padding-top: 22px;
  }
}

.fullservice .full-rumor .sns .step.wide .step-num + .step-link-title {
  margin-top: 10px;
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .sns .step.wide .step-num {
    float: left;
    margin-top: 4px;
  }
}

.fullservice .full-rumor .sns .step.wide .step-text {
  margin-bottom: 0;
  letter-spacing: -.3px;
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .sns .step.wide .step-text {
    float: left;
    margin-top: 4px;
    margin-left: 22px;
  }
  .fullservice .full-rumor .sns .step.wide .step-text + .step-link-title {
    margin-top: 0;
  }
  .fullservice .full-rumor .sns .step.wide .step-text + .step-link {
    margin-top: 0;
  }
  .fullservice .full-rumor .sns .step.wide .step-text span {
    display: inline-block;
  }
}

.fullservice .full-rumor .sns .step.wide .step-link {
  display: block;
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .sns .step.wide .step-link + .link-title:first-child {
    padding-top: 22px;
  }
}

.fullservice .full-rumor .sns .step.wide .link-title {
  margin-left: 0.6875rem;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .sns .step.wide .link-title {
    margin-left: 22px;
  }
}

.fullservice .full-rumor .form {
  padding-bottom: 1.8125rem;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .form {
    padding-bottom: 58px;
  }
}

.fullservice .full-rumor .form .wrap {
  padding: 0.9375rem 1.40625rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .form .wrap {
    padding: 30px 45px;
  }
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .form .wrap {
    padding: 35px 50px;
  }
}

.fullservice .full-rumor .form .wrap .comment-form {
  position: relative;
  width: 100%;
}

.fullservice .full-rumor .form .wrap .comment-form .text {
  padding: 0 0.625rem;
  width: 76%;
  height: 40px;
  line-height: 40px;
  font-size: 3.05556vw;
  font-weight: 400;
  color: #666;
  border: 1px solid #000;
  border-radius: 0.1875rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .form .wrap .comment-form .text {
    padding: 0 20px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .form .wrap .comment-form .text {
    font-size: 22px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .form .wrap .comment-form .text {
    border-radius: 6px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .form .wrap .comment-form .text {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .form .wrap .comment-form .text {
    height: 56px;
    line-height: 56px;
  }
}

.fullservice .full-rumor .form .wrap .comment-form .button {
  float: right;
  width: 22%;
  height: 40px;
  line-height: 40px;
  vertical-align: top;
  background-color: #171a9f;
  border-radius: 0.1875rem;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .form .wrap .comment-form .button {
    border-radius: 6px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .form .wrap .comment-form .button {
    height: 50px;
    line-height: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .form .wrap .comment-form .button {
    height: 56px;
    line-height: 56px;
  }
}

.fullservice .full-rumor .form .wrap .comment-form .button span {
  display: block;
  font-size: 3.05556vw;
  font-weight: 700;
  color: #fff;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .form .wrap .comment-form .button span {
    font-size: 22px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .form .wrap .comment-form .button span {
    font-size: 18px;
    line-height: 56px;
  }
}

.fullservice .full-rumor .form .wrap .comment-form .button em {
  display: none;
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .form .wrap .comment-form .button em {
    display: inline-block;
  }
}

.fullservice .full-rumor .form .wrap .comment-form .comment-mask {
  padding: 1.0625rem 0;
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  line-height: 1.3;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .form .wrap .comment-form .comment-mask {
    padding: 34px 0;
  }
}

.fullservice .full-rumor .form .wrap .comment-form .notice {
  padding-top: 0.75rem;
  text-align: left;
  line-height: 1.5;
  font-size: 3.05556vw;
  font-weight: 400;
  color: #999;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .form .wrap .comment-form .notice {
    padding-top: 24px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .form .wrap .comment-form .notice {
    font-size: 22px;
  }
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .form .wrap .comment-form .notice {
    padding-left: 24px;
    font-size: 14px;
  }
}

.fullservice .full-rumor .form .wrap .comment-list {
  margin: 30px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #010101;
  border-bottom: 1px solid #010101;
}

.fullservice .full-rumor .form .wrap .comment-list .item {
  border-bottom: 1px solid #ccc;
}

.fullservice .full-rumor .form .wrap .comment-list .item:last-child {
  border-bottom: 0;
}

.fullservice .full-rumor .form .wrap .comment-list .item .col, .fullservice .full-rumor .form .wrap .comment-list .item .full-tab-list a, .fullservice .full-tab-list .full-rumor .form .wrap .comment-list .item a {
  padding: 20px 0;
  line-height: 1.5;
  font-size: 3.05556vw;
  font-weight: 500;
  color: #555;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .form .wrap .comment-list .item .col, .fullservice .full-rumor .form .wrap .comment-list .item .full-tab-list a, .fullservice .full-tab-list .full-rumor .form .wrap .comment-list .item a {
    font-size: 22px;
  }
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .form .wrap .comment-list .item .col, .fullservice .full-rumor .form .wrap .comment-list .item .full-tab-list a, .fullservice .full-tab-list .full-rumor .form .wrap .comment-list .item a {
    font-size: 16px;
  }
}

.fullservice .full-rumor .form .wrap .comment-list .item .col.number, .fullservice .full-rumor .form .wrap .comment-list .item .full-tab-list a.number, .fullservice .full-tab-list .full-rumor .form .wrap .comment-list .item a.number {
  width: 10%;
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .form .wrap .comment-list .item .col.number, .fullservice .full-rumor .form .wrap .comment-list .item .full-tab-list a.number, .fullservice .full-tab-list .full-rumor .form .wrap .comment-list .item a.number {
    width: 5%;
  }
}

.fullservice .full-rumor .form .wrap .comment-list .item .col.user, .fullservice .full-rumor .form .wrap .comment-list .item .full-tab-list a.user, .fullservice .full-tab-list .full-rumor .form .wrap .comment-list .item a.user {
  width: 20%;
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .form .wrap .comment-list .item .col.user, .fullservice .full-rumor .form .wrap .comment-list .item .full-tab-list a.user, .fullservice .full-tab-list .full-rumor .form .wrap .comment-list .item a.user {
    width: 15%;
  }
}

.fullservice .full-rumor .form .wrap .comment-list .item .col.desc, .fullservice .full-rumor .form .wrap .comment-list .item .full-tab-list a.desc, .fullservice .full-tab-list .full-rumor .form .wrap .comment-list .item a.desc {
  width: 70%;
  padding-left: 0.3125rem;
  text-align: left;
  letter-spacing: -.5px;
  word-break: break-all;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .form .wrap .comment-list .item .col.desc, .fullservice .full-rumor .form .wrap .comment-list .item .full-tab-list a.desc, .fullservice .full-tab-list .full-rumor .form .wrap .comment-list .item a.desc {
    padding-left: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .form .wrap .comment-list .item .col.desc, .fullservice .full-rumor .form .wrap .comment-list .item .full-tab-list a.desc, .fullservice .full-tab-list .full-rumor .form .wrap .comment-list .item a.desc {
    width: 80%;
    padding-left: 0;
  }
}

.fullservice .full-rumor .form .wrap .comment-list .item .col:only-child, .fullservice .full-rumor .form .wrap .comment-list .item .full-tab-list a:only-child, .fullservice .full-tab-list .full-rumor .form .wrap .comment-list .item a:only-child {
  width: 100%;
  padding: 1.5625rem 0;
  text-align: center;
  font-size: 3.05556vw;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .form .wrap .comment-list .item .col:only-child, .fullservice .full-rumor .form .wrap .comment-list .item .full-tab-list a:only-child, .fullservice .full-tab-list .full-rumor .form .wrap .comment-list .item a:only-child {
    padding: 50px 0;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .form .wrap .comment-list .item .col:only-child, .fullservice .full-rumor .form .wrap .comment-list .item .full-tab-list a:only-child, .fullservice .full-tab-list .full-rumor .form .wrap .comment-list .item a:only-child {
    font-size: 22px;
  }
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .form .wrap .comment-list .item .col:only-child, .fullservice .full-rumor .form .wrap .comment-list .item .full-tab-list a:only-child, .fullservice .full-tab-list .full-rumor .form .wrap .comment-list .item a:only-child {
    font-size: 14px;
  }
}

.fullservice .full-rumor .form .wrap .comment-list .item.nodata .col, .fullservice .full-rumor .form .wrap .comment-list .item.nodata .full-tab-list a, .fullservice .full-tab-list .full-rumor .form .wrap .comment-list .item.nodata a {
  font-size: 3.05556vw;
  font-weight: 500;
  color: #000;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .form .wrap .comment-list .item.nodata .col, .fullservice .full-rumor .form .wrap .comment-list .item.nodata .full-tab-list a, .fullservice .full-tab-list .full-rumor .form .wrap .comment-list .item.nodata a {
    font-size: 22px;
  }
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .form .wrap .comment-list .item.nodata .col, .fullservice .full-rumor .form .wrap .comment-list .item.nodata .full-tab-list a, .fullservice .full-tab-list .full-rumor .form .wrap .comment-list .item.nodata a {
    font-size: 18px;
  }
}

.fullservice .full-rumor .form .wrap .paging {
  display: none;
  margin-top: 30px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .form .wrap .paging {
    display: block;
  }
}

.fullservice .full-rumor .form .wrap .paging a {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 24px;
  margin: 0 10px;
  text-align: center;
  line-height: 22px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  color: #555;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}

.fullservice .full-rumor .form .wrap .paging a.control {
  margin: 0;
  width: 22px;
  height: 22px;
  text-align: center;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fullservice .full-rumor .form .wrap .paging a.control:before {
  content: ' ';
  position: relative;
  top: 7px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-width: 0;
  border-style: solid;
  border-color: #777;
  background-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fullservice .full-rumor .form .wrap .paging a.control-prev {
  margin-right: 10px;
}

.fullservice .full-rumor .form .wrap .paging a.control-prev:before {
  margin-left: 2px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}

.fullservice .full-rumor .form .wrap .paging a.control-next {
  margin-left: 10px;
}

.fullservice .full-rumor .form .wrap .paging a.control-next:before {
  margin-right: 2px;
  border-top-width: 1px;
  border-right-width: 1px;
}

.fullservice .full-rumor .form .wrap .paging a.active {
  color: #333;
  border-bottom: 2px solid #333;
}

.fullservice .full-rumor .form .wrap .list-more {
  display: block;
  margin-top: 0.9375rem;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .form .wrap .list-more {
    margin-top: 30px;
  }
}

.fullservice .full-rumor .form .wrap .list-more a {
  display: inline-block;
  min-width: 9.375rem;
  padding: 0.625rem;
  font-size: 3.33333vw;
  color: #555;
  border: 1px solid #555;
  border-radius: 0.15625rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .form .wrap .list-more a {
    min-width: 300px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .form .wrap .list-more a {
    padding: 20px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .form .wrap .list-more a {
    font-size: 24px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .form .wrap .list-more a {
    border-radius: 5px;
  }
}

.fullservice .full-rumor .form .wrap .list-more a span {
  position: relative;
  display: block;
  line-height: 1;
}

.fullservice .full-rumor .form .wrap .list-more a span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 7px;
  height: 7px;
  margin-top: -3.5px;
  margin-left: -3.5px;
  border-width: 0;
  border-style: solid;
  border-color: #555;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-top: none;
  border-left: none;
  left: auto;
  right: 10%;
  margin-top: -5px;
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .form .wrap .list-more {
    display: none;
  }
}

.fullservice .full-rumor .rumor-notice-title {
  background-color: #e0e0e0;
  padding: 0.9375rem 0px;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .rumor-notice-title {
    padding: 30px 0px;
  }
}

.fullservice .full-rumor .rumor-notice-title strong {
  color: #737373;
  font-size: 5vw;
  line-height: 1;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .rumor-notice-title strong {
    font-size: 36px;
  }
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .rumor-notice-title {
    padding: 0.46875rem 0px;
  }
}

@media screen and (min-width: 1024px) and (min-width: 720px) {
  .fullservice .full-rumor .rumor-notice-title {
    padding: 15px 0px;
  }
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .rumor-notice-title strong {
    font-size: 22px;
  }
}

.fullservice .full-rumor .rumor-notice {
  background: #eee;
  padding: 1.75rem 1.5625rem;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .rumor-notice {
    padding: 56px 50px;
  }
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .rumor-notice {
    background: #f5f5f5;
    padding: 60px 50px;
  }
}

.fullservice .full-rumor .rumor-notice dl {
  margin-top: 1.5625rem;
  text-align: left;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .rumor-notice dl {
    margin-top: 50px;
  }
}

.fullservice .full-rumor .rumor-notice dl:first-child {
  margin-top: 0;
}

.fullservice .full-rumor .rumor-notice dl dt {
  margin-bottom: 0.9375rem;
  font-size: 4.16667vw;
  line-height: 1;
  font-weight: 500;
  color: #010101;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .rumor-notice dl dt {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .rumor-notice dl dt {
    font-size: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .rumor-notice dl dt {
    margin-bottom: 15px;
    font-size: 16px;
  }
}

.fullservice .full-rumor .rumor-notice dl dd li {
  position: relative;
  text-align: left;
  padding-left: 0.4375rem;
  font-size: 3.61111vw;
  font-weight: 400;
  line-height: 1.8;
  color: #888;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .rumor-notice dl dd li {
    padding-left: 14px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .rumor-notice dl dd li {
    font-size: 26px;
  }
}

.fullservice .full-rumor .rumor-notice dl dd li:before {
  content: ' ';
  display: block;
  position: absolute;
  width: 2px;
  height: 2px;
  left: 0;
  top: 0.75rem;
  background: #888;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .rumor-notice dl dd li:before {
    top: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .rumor-notice dl dd li:before {
    top: 13px;
  }
}

.fullservice .full-rumor .rumor-notice dl dd li.highlight {
  color: #333;
}

.fullservice .full-rumor .rumor-notice dl dd li.highlight:befrore {
  background-color: #333;
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .rumor-notice dl dd li {
    padding-left: 14px;
    font-size: 15px;
  }
}

.fullservice .full-rumor .rumor-notice dl dd li a {
  position: relative;
  margin: 2px 0 0 0;
  display: inline-block;
  font-size: 14px;
  width: 123px;
  height: 26px;
  text-align: center;
  border: 1px solid #ddd;
  background-color: #fff;
}

.fullservice .full-rumor .rumor-privacy {
  background: #fff;
  padding-bottom: 2.5rem;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .rumor-privacy {
    padding-bottom: 80px;
  }
}

.fullservice .full-rumor .rumor-privacy .wrap {
  padding: 0 1.40625rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .rumor-privacy .wrap {
    padding: 0 45px;
  }
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .rumor-privacy .wrap {
    padding: 0 45px;
  }
}

.fullservice .full-rumor .rumor-privacy .agree_check {
  font-weight: bold;
  text-align: left;
  color: #000;
  font-size: 4.44444vw;
  letter-spacing: -0.0625rem;
  padding-bottom: 1.09375rem;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .rumor-privacy .agree_check {
    font-size: 32px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .rumor-privacy .agree_check {
    letter-spacing: -2px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .rumor-privacy .agree_check {
    padding-bottom: 35px;
  }
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .rumor-privacy .agree_check {
    font-size: 20px;
    padding-bottom: 18px;
  }
}

.fullservice .full-rumor .rumor-privacy .agree_check input {
  vertical-align: middle;
  width: 1.3125rem;
  height: 1.3125rem;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .rumor-privacy .agree_check input {
    width: 42px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .rumor-privacy .agree_check input {
    height: 42px;
  }
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .rumor-privacy .agree_check input {
    width: 32px;
    height: 32px;
  }
}

.fullservice .full-rumor .rumor-privacy .agree_check label {
  vertical-align: middle;
  font-weight: bold;
  padding-left: 0.40625rem;
  letter-spacing: -0.0625rem;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .rumor-privacy .agree_check label {
    padding-left: 13px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .rumor-privacy .agree_check label {
    letter-spacing: -2px;
  }
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .rumor-privacy .agree_check label {
    padding-left: 7px;
  }
}

.fullservice .full-rumor .rumor-privacy .scroll_box {
  text-align: left;
  border: 1px solid #ccc;
  color: #333;
  line-height: 1.6;
  font-size: 3.61111vw;
  letter-spacing: -0.0625rem;
  padding: 1.0625rem;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .rumor-privacy .scroll_box {
    font-size: 26px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .rumor-privacy .scroll_box {
    letter-spacing: -2px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .rumor-privacy .scroll_box {
    padding: 34px;
  }
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .rumor-privacy .scroll_box {
    line-height: 2;
    font-size: 14px;
    padding: 22px;
  }
}

.fullservice .full-rumor .rumor-privacy .scroll_box strong {
  display: block;
  color: #000;
  font-weight: bold;
  font-size: 4.44444vw;
  margin-bottom: 1.0625rem;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .rumor-privacy .scroll_box strong {
    font-size: 32px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .rumor-privacy .scroll_box strong {
    margin-bottom: 34px;
  }
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .rumor-privacy .scroll_box strong {
    font-size: 16px;
    margin-bottom: 17px;
  }
}

.fullservice .full-rumor .rumor-privacy .scroll_box span {
  display: block;
  padding-left: 0.40625rem;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .rumor-privacy .scroll_box span {
    padding-left: 13px;
  }
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .rumor-privacy .scroll_box span {
    padding-left: 7px;
    padding-bottom: 10px;
  }
}

.fullservice .full-rumor .rumor-privacy .scroll_box em {
  color: #000;
  font-weight: bold;
  font-size: 4.44444vw;
}

@media screen and (min-width: 720px) {
  .fullservice .full-rumor .rumor-privacy .scroll_box em {
    font-size: 32px;
  }
}

@media screen and (min-width: 1024px) {
  .fullservice .full-rumor .rumor-privacy .scroll_box em {
    font-size: 18px;
  }
}

.bottom_fix_btn {
  display: none !important;
}

.btn-hlink:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_12.png") no-repeat 0 0;
  background-size: 100% auto;
  width: 1.78125rem;
  height: 2.03125rem;
  -webkit-animation-name: moving;
          animation-name: moving;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

@media screen and (min-width: 720px) {
  .btn-hlink:after {
    width: 57px;
  }
}

@media screen and (min-width: 720px) {
  .btn-hlink:after {
    height: 65px;
  }
}

@-webkit-keyframes moving {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
}

@keyframes moving {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
}

.fullservice * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}

.fullservice .container {
  position: relative;
}

.fullservice .wrap {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.fullservice p {
  margin: 0;
}

.fullservice .bg-gray {
  background: #fff;
}

.fullservice .w-bar {
  position: relative;
  text-align: center;
  background: #fc913b;
  background: -webkit-gradient(linear, left top, right top, from(#fc913b), to(#d82984));
  background: linear-gradient(to right, #fc913b 0%, #d82984 100%);
}

.fullservice .action a {
  position: relative;
  display: inline-block;
  height: 100%;
}

.fullservice .action a.btn-reserve {
  display: block;
  margin: 0 auto;
  width: 80%;
  letter-spacing: -1px;
  font-size: 3.61111vw;
  line-height: 2.8125rem;
  height: 2.8125rem;
  background: #ee5454;
  font-weight: 700;
  color: #fff;
}

@media screen and (min-width: 720px) {
  .fullservice .action a.btn-reserve {
    font-size: 26px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .action a.btn-reserve {
    line-height: 90px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .action a.btn-reserve {
    height: 90px;
  }
}

.fullservice .action a.btn-reserve:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  margin-left: -3px;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom: none;
  border-left: none;
  margin-left: 3.75rem;
}

@media screen and (min-width: 720px) {
  .fullservice .action a.btn-reserve:before {
    margin-left: 120px;
  }
}

.fullservice .action a.btn-reserve.end {
  background: #999;
}

.fullservice .action a.btn-reserve.end:before {
  display: none !important;
}

@media screen and (min-width: 530px) {
  .fullservice .action a.btn-reserve {
    height: 80px;
    line-height: 80px;
  }
  .fullservice .action a.btn-reserve:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -5px;
    border-width: 0;
    border-style: solid;
    border-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top-width: 3px;
    border-right-width: 3px;
    border-bottom: none;
    border-left: none;
    margin-left: 120px;
  }
}

.fullservice .grounds-text {
  margin: 0.9375rem 0 0;
  padding-left: 6.94444%;
  letter-spacing: -1px;
  font-size: 3.05556vw;
  text-align: left;
  color: rgba(0, 0, 0, 0.4);
}

@media screen and (min-width: 720px) {
  .fullservice .grounds-text {
    margin: 30px 0 0;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .grounds-text {
    font-size: 22px;
  }
}

.fullservice .ico-arrow:before {
  content: '';
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  width: 5.8125rem;
  height: 1.96875rem;
  background: url("//img.eduwill.net/eduwill/img/2021/G/fullservice/210605/mobile/ico_arrow.png") 0 0 no-repeat;
  background-size: cover;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}

@media screen and (min-width: 720px) {
  .fullservice .ico-arrow:before {
    width: 186px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .ico-arrow:before {
    height: 63px;
  }
}

.fullservice .bottom-banner {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 12;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.fullservice .bottom-banner .flag {
  position: absolute;
  left: 50%;
  z-index: 1;
  width: 21.11111%;
  top: -0.625rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 720px) {
  .fullservice .bottom-banner .flag {
    top: -20px;
  }
}

.fullservice .bottom-banner .btn-hlink:after {
  right: 10%;
}

.fullservice .section-title {
  background: url("//img.eduwill.net/eduwill/img/2021/G/fullservice/210605/mobile/bg_title.jpg") no-repeat 50% 0;
  background-size: cover;
}

.fullservice .section-title .action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.fullservice .section-title .action a:after {
  top: 20%;
  right: 10%;
}

.fullservice .section-info {
  padding-bottom: 3.75rem;
}

@media screen and (min-width: 720px) {
  .fullservice .section-info {
    padding-bottom: 120px;
  }
}

.fullservice .section-winner {
  overflow: hidden;
  background: #ffbf00 url("//img.eduwill.net/eduwill/img/2021/G/fullservice/210605/mobile/bg_winner.jpg") no-repeat 50% 0;
  background-size: cover;
}

.fullservice .section-winner .winner-contents {
  margin-top: -2.5rem;
}

@media screen and (min-width: 720px) {
  .fullservice .section-winner .winner-contents {
    margin-top: -80px;
  }
}

.fullservice .section-winner .winner-contents .winner-list {
  -webkit-transform: perspective(150px) rotateX(45deg);
  transform: perspective(150px) rotateX(45deg);
}

.fullservice .section-winner .winner-contents .winner-list .slick-track {
  -webkit-transform: translate(0) !important;
  transform: translate(0) !important;
}

.fullservice .section-winner .winner-contents p {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  color: #222;
  font-size: 3.33333vw;
}

@media screen and (min-width: 720px) {
  .fullservice .section-winner .winner-contents p {
    font-size: 24px;
  }
}

.fullservice .section-reserve {
  background: #fff;
}

.fullservice .section-reserve .btn-reserve {
  position: absolute;
  left: 50%;
  bottom: 9.29577%;
  width: 76.38889%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.fullservice .section-benefit-1, .fullservice .section-benefit-3, .fullservice .section-benefit-5 {
  background-color: #f9f9f9;
}

.fullservice .section-notice {
  background-color: #e7e7e7;
}

.fullservice .section-notice dl {
  padding: 1.3125rem 1.5625rem;
  text-align: left;
}

@media screen and (min-width: 720px) {
  .fullservice .section-notice dl {
    padding: 42px 50px;
  }
}

.fullservice .section-notice dl dt {
  margin-bottom: 0.46875rem;
  font-size: 3.88889vw;
  line-height: 1;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
}

@media screen and (min-width: 720px) {
  .fullservice .section-notice dl dt {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .section-notice dl dt {
    font-size: 28px;
  }
}

.fullservice .section-notice dl dd li {
  position: relative;
  padding-left: 0.5625rem;
  margin-top: 0.15625rem;
  font-size: 3.33333vw;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.4;
}

@media screen and (min-width: 720px) {
  .fullservice .section-notice dl dd li {
    padding-left: 18px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .section-notice dl dd li {
    margin-top: 5px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .section-notice dl dd li {
    font-size: 24px;
  }
}

.fullservice .section-notice dl dd li:first-child {
  margin-top: 0;
}

.fullservice .section-notice dl dd li:before {
  content: '-';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.fullservice .section-benefit-5 {
  padding-bottom: 3.75rem;
}

@media screen and (min-width: 720px) {
  .fullservice .section-benefit-5 {
    padding-bottom: 120px;
  }
}

.fullservice .section-service-1 {
  padding-bottom: 2.5rem;
  background-color: #fff;
}

@media screen and (min-width: 720px) {
  .fullservice .section-service-1 {
    padding-bottom: 80px;
  }
}

.fullservice .section-service-1 .service-1-slider {
  position: relative;
  width: 100%;
  margin: 2.1875rem auto 0;
}

@media screen and (min-width: 720px) {
  .fullservice .section-service-1 .service-1-slider {
    margin: 70px auto 0;
  }
}

.fullservice .section-service-1 .service-1-slider .slider-tab {
  width: 100%;
  margin: 0 auto;
}

.fullservice .section-service-1 .service-1-slider .slider-tab .slick-track {
  display: table;
  width: 96% !important;
  left: 0 !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  padding: 0.9375rem 0;
}

@media screen and (min-width: 720px) {
  .fullservice .section-service-1 .service-1-slider .slider-tab .slick-track {
    padding: 30px 0;
  }
}

.fullservice .section-service-1 .service-1-slider .slider-tab .slick-slide {
  width: 33.333333% !important;
  font-weight: 700;
  color: #222;
  cursor: pointer;
  border: 1px solid #222;
  border-left: 0;
  margin-left: -1px;
  margin-top: 0.625rem;
  height: 2.8125rem;
  font-size: 0.75rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 720px) {
  .fullservice .section-service-1 .service-1-slider .slider-tab .slick-slide {
    margin-top: 20px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .section-service-1 .service-1-slider .slider-tab .slick-slide {
    height: 90px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .section-service-1 .service-1-slider .slider-tab .slick-slide {
    font-size: 24px;
  }
}

.fullservice .section-service-1 .service-1-slider .slider-tab .slick-slide > div {
  display: inline-block;
  height: 100%;
}

.fullservice .section-service-1 .service-1-slider .slider-tab .slick-slide .tab-item {
  letter-spacing: -0.0625rem;
  line-height: 1.3;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 100%;
  -webkit-align-item: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 720px) {
  .fullservice .section-service-1 .service-1-slider .slider-tab .slick-slide .tab-item {
    letter-spacing: -2px;
  }
}

.fullservice .section-service-1 .service-1-slider .slider-tab .slick-slide:first-child {
  margin-left: 0;
  border-left: 1px solid #222;
}

.fullservice .section-service-1 .service-1-slider .slider-tab .slick-slide.slick-current {
  margin-top: 0;
  height: 3.75rem;
  font-size: 0.9375rem;
  color: #fff;
  background-color: #ee5454;
  border-color: #ee5454;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 720px) {
  .fullservice .section-service-1 .service-1-slider .slider-tab .slick-slide.slick-current {
    height: 120px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .section-service-1 .service-1-slider .slider-tab .slick-slide.slick-current {
    font-size: 30px;
  }
}

.fullservice .section-service-1 .service-1-slider .slider-view {
  width: 100%;
  margin: 0 auto;
}

.fullservice .section-service-1 .service-1-slider .slider-view .slick-slide {
  margin: 0 -0.625rem;
}

@media screen and (min-width: 720px) {
  .fullservice .section-service-1 .service-1-slider .slider-view .slick-slide {
    margin: 0 -20px;
  }
}

.fullservice .section-service-1 .service-1-slider .slider-view .slick-slide img {
  width: 100%;
}

.fullservice .section-service-1 .service-1-slider .slider-view .slick-slide:not(.slick-current) {
  opacity: 0.4;
}

.fullservice .section-service-1 .service-1-slider .slick-slide img {
  width: 100%;
}

.fullservice .section-service-2 {
  background-color: #fff;
}

.fullservice .section-service-2 .service-2-slider {
  position: relative;
  width: 100%;
  margin: 2.1875rem auto 0;
}

@media screen and (min-width: 720px) {
  .fullservice .section-service-2 .service-2-slider {
    margin: 70px auto 0;
  }
}

.fullservice .section-service-2 .service-2-slider .slider-tab {
  width: 100%;
  margin: 0 auto;
}

.fullservice .section-service-2 .service-2-slider .slider-tab .slick-track {
  display: table;
  width: 96% !important;
  left: 0 !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  padding: 0.9375rem 0;
}

@media screen and (min-width: 720px) {
  .fullservice .section-service-2 .service-2-slider .slider-tab .slick-track {
    padding: 30px 0;
  }
}

.fullservice .section-service-2 .service-2-slider .slider-tab .slick-slide {
  width: 50% !important;
  font-weight: 700;
  color: #222;
  cursor: pointer;
  border: 1px solid #222;
  border-left: 0;
  margin-left: -1px;
  margin-top: 0.625rem;
  height: 2.8125rem;
  font-size: 0.75rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 720px) {
  .fullservice .section-service-2 .service-2-slider .slider-tab .slick-slide {
    margin-top: 20px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .section-service-2 .service-2-slider .slider-tab .slick-slide {
    height: 90px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .section-service-2 .service-2-slider .slider-tab .slick-slide {
    font-size: 24px;
  }
}

.fullservice .section-service-2 .service-2-slider .slider-tab .slick-slide > div {
  display: inline-block;
  height: 100%;
}

.fullservice .section-service-2 .service-2-slider .slider-tab .slick-slide .tab-item {
  letter-spacing: -0.0625rem;
  line-height: 1.3;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 100%;
  -webkit-align-item: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 720px) {
  .fullservice .section-service-2 .service-2-slider .slider-tab .slick-slide .tab-item {
    letter-spacing: -2px;
  }
}

.fullservice .section-service-2 .service-2-slider .slider-tab .slick-slide:first-child {
  margin-left: 0;
  border-left: 1px solid #222;
}

.fullservice .section-service-2 .service-2-slider .slider-tab .slick-slide.slick-current {
  margin-top: 0;
  height: 3.75rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: #ee5454;
  border-color: #ee5454;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 720px) {
  .fullservice .section-service-2 .service-2-slider .slider-tab .slick-slide.slick-current {
    height: 120px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .section-service-2 .service-2-slider .slider-tab .slick-slide.slick-current {
    font-size: 28px;
  }
}

.fullservice .section-service-2 .service-2-slider .slick-slide img {
  width: 100%;
}

.fullservice .section-coming {
  background: #ffbf00 url("//img.eduwill.net/eduwill/img/2021/G/fullservice/210605/mobile/bg_coming.jpg") repeat-x 0 0;
  background-size: contain;
}

.fullservice .section-reason-1 {
  background-color: #fff;
}

.fullservice .section-reason-2 {
  padding-bottom: 2.5rem;
  background-color: #fff9e9;
}

@media screen and (min-width: 720px) {
  .fullservice .section-reason-2 {
    padding-bottom: 80px;
  }
}

.fullservice .section-reason-2 .slider-box {
  position: relative;
  width: 83.33333%;
  margin: 0 auto;
}

.fullservice .section-reason-2 .slider-box .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  width: 4.17vw;
  height: 7.08vw;
  font-size: 0;
  text-indent: -9999px;
  outline: none;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

@media screen and (min-width: 720px) {
  .fullservice .section-reason-2 .slider-box .slick-arrow {
    width: 30px;
    height: 51px;
  }
}

.fullservice .section-reason-2 .slider-box .slick-arrow.slick-prev {
  left: -6.94vw;
  background-image: url("//img.eduwill.net/eduwill/img/2021/G/fullservice/210605/mobile/slide_prev.png");
}

@media screen and (min-width: 720px) {
  .fullservice .section-reason-2 .slider-box .slick-arrow.slick-prev {
    left: -50px;
  }
}

.fullservice .section-reason-2 .slider-box .slick-arrow.slick-next {
  right: -6.94vw;
  background-image: url("//img.eduwill.net/eduwill/img/2021/G/fullservice/210605/mobile/slide_next.png");
}

@media screen and (min-width: 720px) {
  .fullservice .section-reason-2 .slider-box .slick-arrow.slick-next {
    right: -50px;
  }
}

.fullservice .section-reason-3 {
  padding-bottom: 2.5rem;
}

@media screen and (min-width: 720px) {
  .fullservice .section-reason-3 {
    padding-bottom: 80px;
  }
}

.fullservice .section-reason-3:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 36.258%;
  background: #ffc20e;
}

@media screen and (min-width: 720px) {
  .fullservice .section-reason-3:before {
    height: 31.258%;
  }
}

.fullservice .section-reason-3 .wrap {
  position: relative;
  z-index: 2;
}

.fullservice .section-reason-3 .review {
  position: relative;
  width: 88.88889%;
  margin: 0 auto;
  overflow: hidden;
  height: 13.1875rem;
  padding-top: 1.40625rem;
  border-radius: 0.3125rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
}

@media screen and (min-width: 720px) {
  .fullservice .section-reason-3 .review {
    height: 422px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .section-reason-3 .review {
    padding-top: 45px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .section-reason-3 .review {
    border-radius: 10px;
  }
}

@media screen and (min-width: 530px) {
  .fullservice .section-reason-3 .review {
    height: 320px;
  }
}

.fullservice .section-reason-3 .review .tit {
  display: inline-block;
  position: relative;
  padding-left: 9%;
  color: #000;
  font-size: 4.16667vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1.6px;
}

@media screen and (min-width: 720px) {
  .fullservice .section-reason-3 .review .tit {
    font-size: 30px;
  }
}

.fullservice .section-reason-3 .review .tit::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  width: 5.56vw;
  height: 5.56vw;
  margin-top: -0.625rem;
  background: url("//img.eduwill.net/eduwill/img/2021/G/fullservice/210605/mobile/ico_load.png") no-repeat 50% 50%;
  background-size: cover;
  -webkit-animation-name: load;
          animation-name: load;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

@media screen and (min-width: 720px) {
  .fullservice .section-reason-3 .review .tit::before {
    margin-top: -20px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .section-reason-3 .review .tit::before {
    width: 40px;
    height: 40px;
  }
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.fullservice .section-reason-3 .review .tit span {
  position: relative;
}

.fullservice .section-reason-3 .review .tit span::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1.39vw;
  background-color: #8be0ff;
}

@media screen and (min-width: 720px) {
  .fullservice .section-reason-3 .review .tit span::before {
    height: 10px;
  }
}

.fullservice .section-reason-3 .review .tit span em {
  position: relative;
  z-index: 5;
}

.fullservice .section-reason-3 .review .review-list {
  padding: 1.25rem 1.09375rem;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 720px) {
  .fullservice .section-reason-3 .review .review-list {
    padding: 40px 35px;
  }
}

.fullservice .section-reason-3 .review .review-list .item {
  color: #000;
  font-size: 2.5vw;
  letter-spacing: -1.6px;
  line-height: 2;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (min-width: 720px) {
  .fullservice .section-reason-3 .review .review-list .item {
    font-size: 18px;
  }
}

.fullservice .section-reason-3 .review .review-list .name {
  display: inline-block;
  margin-right: 1.1875rem;
  color: #999;
}

@media screen and (min-width: 720px) {
  .fullservice .section-reason-3 .review .review-list .name {
    margin-right: 38px;
  }
}

.fullservice .section-reason-3 .review .review-list .slick-list {
  position: relative;
  height: 100% !important;
}

.fullservice .section-reason-3 .review .review-list .slick-list::before, .fullservice .section-reason-3 .review .review-list .slick-list:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 6.94vw;
  z-index: 10;
}

@media screen and (min-width: 720px) {
  .fullservice .section-reason-3 .review .review-list .slick-list::before, .fullservice .section-reason-3 .review .review-list .slick-list:after {
    height: 50px;
  }
}

.fullservice .section-reason-3 .review .review-list .slick-list::before {
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
}

.fullservice .section-reason-3 .review .review-list .slick-list::after {
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
}

.fullservice .section-reason-4 {
  padding-bottom: 2.5rem;
  background: #fff9e9;
}

@media screen and (min-width: 720px) {
  .fullservice .section-reason-4 {
    padding-bottom: 80px;
  }
}

.fullservice .section-reason-4 .slider-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.fullservice .section-reason-4 .slider-box .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  width: 4.17vw;
  height: 7.08vw;
  font-size: 0;
  text-indent: -9999px;
  outline: none;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

@media screen and (min-width: 720px) {
  .fullservice .section-reason-4 .slider-box .slick-arrow {
    width: 30px;
    height: 51px;
  }
}

.fullservice .section-reason-4 .slider-box .slick-arrow.slick-prev {
  left: 12.94vw;
  background-image: url("//img.eduwill.net/eduwill/img/2021/G/fullservice/210605/mobile/slide_prev.png");
}

@media screen and (min-width: 720px) {
  .fullservice .section-reason-4 .slider-box .slick-arrow.slick-prev {
    left: 100px;
  }
}

.fullservice .section-reason-4 .slider-box .slick-arrow.slick-next {
  right: 12.94vw;
  background-image: url("//img.eduwill.net/eduwill/img/2021/G/fullservice/210605/mobile/slide_next.png");
}

@media screen and (min-width: 720px) {
  .fullservice .section-reason-4 .slider-box .slick-arrow.slick-next {
    right: 100px;
  }
}

.fullservice .section-reason-4 .slider-box .slick-slide {
  position: relative;
  z-index: 0;
  margin: 0 0.625rem;
}

@media screen and (min-width: 720px) {
  .fullservice .section-reason-4 .slider-box .slick-slide {
    margin: 0 20px;
  }
}

.fullservice .section-reason-4 .slider-box .slick-slide .item {
  text-align: center;
}

.fullservice .section-reason-4 .slider-box .slick-slide .item img {
  display: inline-block !important;
  max-width: 100%;
  opacity: .5;
}

.fullservice .section-reason-4 .slider-box .slick-slide.slick-center .item img {
  opacity: 1;
}

.fullservice .section-reason-4 .action {
  margin: 1.5625rem auto 0;
}

@media screen and (min-width: 720px) {
  .fullservice .section-reason-4 .action {
    margin: 50px auto 0;
  }
}

.fullservice .section-reason-4 .action a:after {
  right: 20%;
}

.fullservice .section-reason-5 {
  padding-bottom: 4.6875rem;
  background-color: #fff;
}

@media screen and (min-width: 720px) {
  .fullservice .section-reason-5 {
    padding-bottom: 150px;
  }
}

.fullservice .section-reason-5 .action a:after {
  right: 20%;
}

.fullservice .section-event-2 {
  padding-bottom: 3.125rem;
}

@media screen and (min-width: 720px) {
  .fullservice .section-event-2 {
    padding-bottom: 100px;
  }
}

.fullservice .section-event-2 .action a:after {
  right: 20%;
}

.fullservice.fullservice-after .title {
  text-align: left;
  line-height: 1.2;
  font-size: 4.16667vw;
  font-weight: 900;
  color: #131313;
  letter-spacing: -1.5px;
}

@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .title {
    font-size: 30px;
  }
}

.fullservice.fullservice-after .title span {
  display: block;
  font-weight: 400;
  font-size: 4.72222vw;
  margin-bottom: 0.3125rem;
}

@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .title span {
    font-size: 34px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .title span {
    margin-bottom: 10px;
  }
}

.fullservice.fullservice-after select,
.fullservice.fullservice-after input[type=text] {
  width: 100%;
  height: 34px;
  border: 1px solid #d2d2d2;
}

.fullservice.fullservice-after .table-wrap {
  margin-top: 1.25rem;
}

@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .table-wrap {
    margin-top: 40px;
  }
}

.fullservice.fullservice-after .table-wrap table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
  table-layout: fixed;
  border-top: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
}

.fullservice.fullservice-after .table-wrap table.table-row th {
  vertical-align: middle;
  font-weight: 500;
  background-color: #e9eaf2;
}

.fullservice.fullservice-after .table-wrap table.table-row td {
  padding-left: 20px;
  text-align: left;
  background: #fff;
}

.fullservice.fullservice-after .table-wrap table.table-row td strong {
  font-weight: 500;
}

.fullservice.fullservice-after .table-wrap table.table-col thead th {
  font-size: 2.77778vw;
  background-color: #e9eaf2;
}

@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .table-wrap table.table-col thead th {
    font-size: 20px;
  }
}

.fullservice.fullservice-after .table-wrap th,
.fullservice.fullservice-after .table-wrap td {
  padding: 0.3125rem;
  text-align: center;
  font-size: 2.77778vw;
  color: #131313;
  border-bottom: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
}

@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .table-wrap th,
  .fullservice.fullservice-after .table-wrap td {
    padding: 10px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .table-wrap th,
  .fullservice.fullservice-after .table-wrap td {
    font-size: 20px;
  }
}

.fullservice.fullservice-after .table-wrap input[type="radio"] {
  width: 16px;
  height: 16px;
}

.fullservice.fullservice-after .table-wrap select,
.fullservice.fullservice-after .table-wrap input[type=text] {
  width: 50%;
}

.fullservice.fullservice-after .table-wrap label {
  display: inline-block;
  margin: 0 0.3125rem;
}

@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .table-wrap label {
    margin: 0 10px;
  }
}

.fullservice.fullservice-after .table-wrap .bundle {
  display: inline-block;
  width: 48%;
}

.fullservice.fullservice-after .table-wrap + .title {
  margin-top: 2.1875rem;
}

@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .table-wrap + .title {
    margin-top: 70px;
  }
}

.fullservice.fullservice-after .notice {
  margin-top: 0.3125rem;
  text-align: center;
  font-size: 3.05556vw;
  font-weight: 300;
  color: #878787;
}

@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .notice {
    margin-top: 10px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .notice {
    font-size: 22px;
  }
}

.fullservice.fullservice-after .notice.left {
  text-align: left;
}

.fullservice.fullservice-after .notice.right {
  text-align: right;
}

.fullservice.fullservice-after .section-title {
  background: url("//img.eduwill.net/eduwill/img/2021/G/fullservice/210605/mobile/after/bg_title.jpg") no-repeat 50% 0;
  background-size: cover;
}

.fullservice.fullservice-after .section-benefit {
  position: relative;
}

.fullservice.fullservice-after .section-benefit .live-text {
  position: absolute;
  right: 37.5%;
  top: 42.18362%;
  width: 17.36111%;
  text-align: right;
  font-weight: 700;
  color: #ff3127;
  letter-spacing: -1px;
  line-height: 1.8;
  font-size: 2.77778vw;
}

@media screen and (min-width: 720px) {
  .fullservice.fullservice-after .section-benefit .live-text {
    font-size: 20px;
  }
}

.fullservice.fullservice-after .section-benefit .live-text img {
  width: 66%;
}

.fullservice .inner-wrap {
  position: relative;
  margin: 0 auto;
  width: 88.88889%;
}

@media screen and (min-width: 720px) {
  .fullservice .inner-wrap {
    max-width: 640px;
  }
}

.fullservice .full-tab-list {
  width: 100%;
  background: #fff;
}

.fullservice .full-tab-list a {
  position: relative;
  display: block;
  text-align: center;
  font-weight: 700;
  color: #c8c8c8;
  background: #e9eaf2;
  border-bottom: 3px solid #e9eaf2;
  margin-top: 0.25rem;
  height: 3.5rem;
  font-size: 3.47222vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 720px) {
  .fullservice .full-tab-list a {
    margin-top: 8px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-tab-list a {
    height: 112px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-tab-list a {
    font-size: 25px;
  }
}

@media screen and (min-width: 530px) {
  .fullservice .full-tab-list a {
    height: 112px;
    border-bottom: 6px solid #e9eaf2;
  }
}

.fullservice .full-tab-list a:nth-child(1):nth-last-child(3), .fullservice .full-tab-list a:nth-child(2):nth-last-child(2), .fullservice .full-tab-list a:nth-child(3):nth-last-child(1) {
  width: 33.33%;
}

.fullservice .full-tab-list a:nth-child(1):nth-last-child(4), .fullservice .full-tab-list a:nth-child(2):nth-last-child(3), .fullservice .full-tab-list a:nth-child(3):nth-last-child(2), .fullservice .full-tab-list a:nth-child(4):nth-last-child(1) {
  width: 25%;
}

.fullservice .full-tab-list a:nth-child(1):nth-last-child(2), .fullservice .full-tab-list a:nth-child(2):nth-last-child(1) {
  width: 50%;
}

.fullservice .full-tab-list a.active {
  z-index: 10;
  color: #fff;
  background-color: #ee5454;
  border-bottom: 3px solid #babbc2;
  margin-top: 0;
  height: 3.75rem;
  font-size: 4.16667vw;
}

@media screen and (min-width: 720px) {
  .fullservice .full-tab-list a.active {
    height: 120px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-tab-list a.active {
    font-size: 30px;
  }
}

@media screen and (min-width: 530px) {
  .fullservice .full-tab-list a.active {
    height: 120px;
    border-bottom: 6px solid #babbc2;
  }
}

.fullservice .full-tab-list a span {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-align-item: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fullservice .full-tab-list a .tab-flag {
  position: absolute;
  top: -1.1875rem;
  left: 0;
  display: block;
  padding: 0.125rem 0.625rem;
  font-size: 2.77778vw;
  font-weight: 700;
  color: #0d0d0d;
  border-radius: 37px;
  background-color: #ffe200;
}

@media screen and (min-width: 720px) {
  .fullservice .full-tab-list a .tab-flag {
    top: -38px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-tab-list a .tab-flag {
    padding: 4px 20px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-tab-list a .tab-flag {
    font-size: 20px;
  }
}

.fullservice .full-tab-list a .tab-flag:after {
  content: '';
  position: absolute;
  display: block;
  top: 100%;
  left: 15%;
  border-top: 8px solid #ffe200;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.fullservice .full-tab-list a:last-child .tab-flag {
  color: #fff;
  background: #ff3127;
}

.fullservice .full-tab-list a:last-child .tab-flag:after {
  border-top: 8px solid #ff3127;
}

.fullservice .full-tab-contents {
  background-color: #fff;
}

.fullservice .full-tab-item {
  position: relative;
  width: 100%;
  display: none;
  padding: 2.5rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 720px) {
  .fullservice .full-tab-item {
    padding: 80px 0;
  }
}

.fullservice .full-tab-item3 {
  padding-bottom: 0;
}

.fullservice .full-tab-item.active {
  display: block;
}

.fullservice .full-title {
  margin-top: 2.1875rem;
}

@media screen and (min-width: 720px) {
  .fullservice .full-title {
    margin-top: 70px;
  }
}

.fullservice .full-title .title strong {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 5px;
  font-weight: 700;
}

.fullservice .full-title .title strong:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 10px;
  background-color: #ffe40e;
}

.fullservice .full-title .update {
  padding-top: 0.625rem;
  font-size: 2.77778vw;
  color: #929292;
}

@media screen and (min-width: 720px) {
  .fullservice .full-title .update {
    padding-top: 20px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-title .update {
    font-size: 20px;
  }
}

.fullservice .full-title .full-action {
  float: right;
  width: 20%;
  margin-top: -20px;
}

.fullservice .full-title .full-action a {
  width: 100%;
  padding: 16px 0;
  font-size: 22px;
}

.fullservice .full-info {
  padding: 0 0 1.5625rem;
  position: relative;
  background-color: #fff;
}

@media screen and (min-width: 720px) {
  .fullservice .full-info {
    padding: 0 0 50px;
  }
}

.fullservice .full-info .info-dimmed {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
  background: rgba(0, 0, 0, 0.4);
}

.fullservice .full-info .select-test {
  margin: 1.09375rem 0 1.875rem;
}

@media screen and (min-width: 720px) {
  .fullservice .full-info .select-test {
    margin: 35px 0 60px;
  }
}

.fullservice .full-info .select-test .buttons-wrap {
  text-align: left;
}

.fullservice .full-info .select-test .buttons-wrap a {
  display: inline-block;
  width: calc(50% - 5px);
  width: -moz-calc(50% - 5px);
  text-align: center;
  color: #000;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1;
  border: 1px solid #e6e6e6;
  padding: 0.6875rem 0;
  font-size: 3.33333vw;
}

@media screen and (min-width: 720px) {
  .fullservice .full-info .select-test .buttons-wrap a {
    padding: 22px 0;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-info .select-test .buttons-wrap a {
    font-size: 24px;
  }
}

.fullservice .full-info .select-test .buttons-wrap a.on {
  background: #fac92a;
  font-weight: 700;
}

.fullservice .full-info .select-test .buttons-wrap a + a {
  margin-left: 0.15625rem;
}

@media screen and (min-width: 720px) {
  .fullservice .full-info .select-test .buttons-wrap a + a {
    margin-left: 5px;
  }
}

.fullservice .full-info .info-wrap li {
  padding-top: 1.25rem;
  font-size: 3.88889vw;
}

@media screen and (min-width: 720px) {
  .fullservice .full-info .info-wrap li {
    padding-top: 40px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-info .info-wrap li {
    font-size: 28px;
  }
}

.fullservice .full-info .info-wrap li.bg-gray .contxt {
  padding: 0.5625rem;
  background-color: #f8f8f8;
}

@media screen and (min-width: 720px) {
  .fullservice .full-info .info-wrap li.bg-gray .contxt {
    padding: 18px;
  }
}

.fullservice .full-info .info-wrap li.plus {
  text-align: left;
  font-size: 3.88889vw;
}

@media screen and (min-width: 720px) {
  .fullservice .full-info .info-wrap li.plus {
    font-size: 28px;
  }
}

.fullservice .full-info .info-wrap li.plus strong {
  display: inline-block;
  font-weight: 400;
  letter-spacing: -1px;
}

.fullservice .full-info .info-wrap li.plus span {
  display: inline-block;
  margin-left: 0.625rem;
}

@media screen and (min-width: 720px) {
  .fullservice .full-info .info-wrap li.plus span {
    margin-left: 20px;
  }
}

.fullservice .full-info .info-wrap li .title {
  margin-bottom: 0.3125rem;
  text-align: left;
  font-size: 3.88889vw;
  font-weight: 500;
}

@media screen and (min-width: 720px) {
  .fullservice .full-info .info-wrap li .title {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-info .info-wrap li .title {
    font-size: 28px;
  }
}

.fullservice .full-info .info-wrap li .contxt {
  text-align: left;
}

.fullservice .full-info .info-wrap li .radio-box label {
  padding-right: 1.5625rem;
  font-size: 3.88889vw;
  vertical-align: middle;
}

@media screen and (min-width: 720px) {
  .fullservice .full-info .info-wrap li .radio-box label {
    padding-right: 50px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-info .info-wrap li .radio-box label {
    font-size: 28px;
  }
}

.fullservice .full-info .info-wrap li .radio-box input[type="radio"] {
  width: 14px;
  height: 14px;
}

@media screen and (min-width: 720px) {
  .fullservice .full-info .info-wrap li .radio-box input[type="radio"] {
    width: 20px;
    height: 20px;
  }
}

.fullservice .full-info .info-wrap li .inputText {
  margin-top: 0;
  width: 100%;
}

@media screen and (min-width: 720px) {
  .fullservice .full-info .info-wrap li .inputText {
    height: 60px;
  }
}

.fullservice .full-info .info-wrap li select {
  margin-top: 0;
  width: 100%;
  color: #333;
}

@media screen and (min-width: 720px) {
  .fullservice .full-info .info-wrap li select {
    height: 60px;
  }
}

.fullservice .full-level {
  margin-top: 1.5625rem;
  background-color: #fff;
  text-align: left;
}

@media screen and (min-width: 720px) {
  .fullservice .full-level {
    margin-top: 50px;
  }
}

.fullservice .full-level .title span {
  font-size: 3.88889vw;
}

@media screen and (min-width: 720px) {
  .fullservice .full-level .title span {
    font-size: 28px;
  }
}

.fullservice .full-level .title strong {
  line-height: 1.3;
  font-weight: 900;
  font-size: 5vw;
}

@media screen and (min-width: 720px) {
  .fullservice .full-level .title strong {
    font-size: 36px;
  }
}

.fullservice .full-level .radio {
  margin: 0.625rem 0 0 0.625rem;
  font-size: 2.77778vw;
  color: #3e3e3e;
}

@media screen and (min-width: 720px) {
  .fullservice .full-level .radio {
    margin: 20px 0 0 20px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-level .radio {
    font-size: 20px;
  }
}

.fullservice .full-level .radio span {
  display: inline-block;
  width: 32%;
}

.fullservice .full-action {
  margin-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}

@media screen and (min-width: 720px) {
  .fullservice .full-action {
    margin-top: 50px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-action {
    padding-bottom: 50px;
  }
}

.fullservice .full-action + .full-action {
  margin-top: 0;
}

.fullservice .full-action .btn {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-left: 0.3125rem;
  padding: 0.78125rem 0;
  text-align: center;
  font-size: 3.61111vw;
  font-weight: 700;
  border-radius: 0.3125rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 720px) {
  .fullservice .full-action .btn {
    margin-left: 10px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-action .btn {
    padding: 25px 0;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-action .btn {
    font-size: 26px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-action .btn {
    border-radius: 10px;
  }
}

.fullservice .full-action .btn:nth-child(1):nth-last-child(2), .fullservice .full-action .btn:nth-child(2):nth-last-child(1) {
  width: 48%;
}

.fullservice .full-action .btn:first-child {
  margin-left: 0;
}

.fullservice .full-action .btn-primary {
  color: #fff;
  background-color: #ee5454;
}

.fullservice .full-action .btn-primary:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  margin-left: -3px;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom: none;
  border-left: none;
  left: 90%;
}

.fullservice .full-action .btn-download {
  width: 100% !important;
  margin: 0 0 3% 0 !important;
  color: #fff;
  background-color: #ee5454;
}

.fullservice .full-action .btn-download span {
  content: '';
  display: inline-block;
  background: url("//img.eduwill.net/eduwill/img/2021/G/fullservice/210605/pc/icon_down.png") right 50% no-repeat;
  background-size: 0.59375rem 0.8125rem;
  padding-right: 1.875rem;
}

@media screen and (min-width: 720px) {
  .fullservice .full-action .btn-download span {
    background-size: 19px 26px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-action .btn-download span {
    padding-right: 60px;
  }
}

.fullservice .full-action .btn-info {
  color: #000;
  background-color: #eee;
}

.fullservice .full-action .btn-info:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  margin-left: -3px;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom: none;
  border-left: none;
  left: 90%;
}

.fullservice .full-action .list {
  margin-top: 0.625rem;
}

@media screen and (min-width: 720px) {
  .fullservice .full-action .list {
    margin-top: 20px;
  }
}

.fullservice .full-action .list:first-child {
  margin-top: 0;
}

.fullservice .full-action .list .notice {
  font-size: 2.77778vw;
}

@media screen and (min-width: 720px) {
  .fullservice .full-action .list .notice {
    font-size: 20px;
  }
}

.fullservice .full-action .list .bundle-link {
  margin-top: 0.625rem;
}

@media screen and (min-width: 720px) {
  .fullservice .full-action .list .bundle-link {
    margin-top: 20px;
  }
}

.fullservice .privacy-check {
  text-align: left;
  margin-top: 1.5625rem;
}

@media screen and (min-width: 720px) {
  .fullservice .privacy-check {
    margin-top: 50px;
  }
}

.fullservice .privacy-check p input {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.fullservice .privacy-check p label {
  display: inline-block;
  margin-left: 0.3125rem;
  font-size: 3.88889vw;
  letter-spacing: -0.04688rem;
  color: #222;
  font-weight: 400;
  vertical-align: middle;
}

@media screen and (min-width: 720px) {
  .fullservice .privacy-check p label {
    margin-left: 10px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .privacy-check p label {
    font-size: 28px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .privacy-check p label {
    letter-spacing: -1.5px;
  }
}

.fullservice .privacy-check .privacy-text {
  margin-top: 0.46875rem;
  padding: 0.625rem 0.9375rem;
  position: relative;
  border: 1px solid #eee;
  background: #f8f8f8;
}

@media screen and (min-width: 720px) {
  .fullservice .privacy-check .privacy-text {
    margin-top: 15px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .privacy-check .privacy-text {
    padding: 20px 30px;
  }
}

.fullservice .privacy-check .privacy-text ul li {
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -1px;
  color: #666;
  font-size: 3.33333vw;
}

@media screen and (min-width: 720px) {
  .fullservice .privacy-check .privacy-text ul li {
    font-size: 24px;
  }
}

.fullservice .privacy-check .privacy-text ul li strong {
  font-weight: 700;
  color: #222;
}

.fullservice .privacy-check .privacy-text ul li strong.point-a {
  color: #ee5454;
}

.fullservice .privacy-check .privacy-text + p {
  margin-top: 1.25rem;
}

@media screen and (min-width: 720px) {
  .fullservice .privacy-check .privacy-text + p {
    margin-top: 40px;
  }
}

.fullservice .analysis-iframe {
  position: relative;
  text-align: center;
  background: #f8f8f8;
}

.fullservice .analysis-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.fullservice .full-graph .box {
  position: relative;
  margin-top: 1.5625rem;
}

@media screen and (min-width: 720px) {
  .fullservice .full-graph .box {
    margin-top: 50px;
  }
}

.fullservice .full-graph .form-control {
  margin-top: 0.625rem;
}

@media screen and (min-width: 720px) {
  .fullservice .full-graph .form-control {
    margin-top: 20px;
  }
}

.fullservice .full-graph .form-control select {
  width: 100%;
}

.fullservice .full-graph .form-control + div {
  margin-top: 0.625rem;
}

@media screen and (min-width: 720px) {
  .fullservice .full-graph .form-control + div {
    margin-top: 20px;
  }
}

.fullservice .full-graph .graph {
  padding: 5px;
}

.fullservice .full-graph .title {
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 720px) {
  .fullservice .full-graph .title {
    margin-bottom: 20px;
  }
}

.fullservice .full-graph .radio-check input {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.fullservice .full-graph .radio-check label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1%;
  margin-right: 5%;
  font-weight: 700;
  font-size: 0.9375rem;
}

@media screen and (min-width: 720px) {
  .fullservice .full-graph .radio-check label {
    font-size: 30px;
  }
}

.fullservice .full-graph .notice {
  text-align: left;
}

.fullservice .full-graph .top-5-table.scroll {
  height: 180px;
  overflow-y: scroll;
}

@media screen and (min-width: 720px) {
  .fullservice .full-graph .top-5-table.scroll {
    height: 360px;
  }
}

.fullservice .full-graph .tbl-row {
  width: 100%;
  border-top: 1px solid #ccc;
}

.fullservice .full-graph .tbl-row th {
  padding: 0.46875rem 0;
  font-size: 3.05556vw;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
  background: #f1f1f1;
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 720px) {
  .fullservice .full-graph .tbl-row th {
    padding: 15px 0;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-graph .tbl-row th {
    font-size: 22px;
  }
}

.fullservice .full-graph .tbl-row td {
  padding: 0.46875rem 0;
  font-size: 3.05556vw;
  text-align: center;
  font-weight: 300;
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 720px) {
  .fullservice .full-graph .tbl-row td {
    padding: 15px 0;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-graph .tbl-row td {
    font-size: 22px;
  }
}

.fullservice .full-graph .tbl-row.center td {
  text-align: center;
}

.fullservice .full-board {
  padding: 2.65625rem 0;
  background: #1e1c46;
}

@media screen and (min-width: 720px) {
  .fullservice .full-board {
    padding: 85px 0;
  }
}

.fullservice .full-board .title {
  margin: 0 6.94444%;
  text-align: left;
  color: #fff;
  font-weight: 900;
  font-size: 7.63889vw;
  letter-spacing: -0.125rem;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 720px) {
  .fullservice .full-board .title {
    font-size: 55px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-board .title {
    letter-spacing: -4px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-board .title {
    margin-bottom: 40px;
  }
}

.fullservice .full-board .title strong {
  font-weight: 900;
  color: #ffe200;
}

.fullservice .full-board .notice-board {
  position: relative;
  margin-top: 0.9375rem;
  padding: 0.625rem 0 1.25rem;
  font-size: 3.88889vw;
  font-weight: 700;
  color: #ffe200;
  text-align: left;
}

@media screen and (min-width: 720px) {
  .fullservice .full-board .notice-board {
    margin-top: 30px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-board .notice-board {
    padding: 20px 0 40px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-board .notice-board {
    font-size: 28px;
  }
}

.fullservice .full-board .notice-board:before, .fullservice .full-board .notice-board:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
}

.fullservice .full-board .notice-board:before {
  top: 0;
  height: 22px;
  background-image: url("//img.eduwill.net/eduwill/img/2021/G/fullservice/210605/mobile/board_top.png");
}

@media screen and (min-width: 720px) {
  .fullservice .full-board .notice-board:before {
    height: 44px;
  }
}

.fullservice .full-board .notice-board:after {
  bottom: 0;
  height: 22px;
  background-image: url("//img.eduwill.net/eduwill/img/2021/G/fullservice/210605/mobile/board_bottom.png");
  background-position: 50% bottom;
}

@media screen and (min-width: 720px) {
  .fullservice .full-board .notice-board:after {
    height: 44px;
  }
}

.fullservice .full-board .notice-board .inner {
  padding: 5% 10%;
  background: url("//img.eduwill.net/eduwill/img/2021/G/fullservice/210605/mobile/board_middle.png") repeat-y 50% 0;
  background-size: 100% auto;
}

.fullservice .full-board .notice-board .inner .eco-notice {
  line-height: 1.4;
  font-weight: 700;
  color: #ffe200;
  font-size: 3.88889vw;
}

@media screen and (min-width: 720px) {
  .fullservice .full-board .notice-board .inner .eco-notice {
    font-size: 28px;
  }
}

.fullservice .full-download {
  background-color: #fff;
}

.fullservice .full-download .title {
  text-align: center;
  font-weight: 900;
  line-height: 1.4;
  font-size: 6.66667vw;
  letter-spacing: -0.09375rem;
}

@media screen and (min-width: 720px) {
  .fullservice .full-download .title {
    font-size: 48px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-download .title {
    letter-spacing: -3px;
  }
}

.fullservice .full-download .title span {
  font-weight: 900;
  line-height: 1.4;
  font-size: 4.16667vw;
  letter-spacing: -0.0625rem;
}

@media screen and (min-width: 720px) {
  .fullservice .full-download .title span {
    font-size: 30px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-download .title span {
    letter-spacing: -2px;
  }
}

.fullservice .full-download .full-action {
  padding-bottom: 0;
}

.fullservice .full-onair {
  margin-top: 3.125rem;
}

@media screen and (min-width: 720px) {
  .fullservice .full-onair {
    margin-top: 100px;
  }
}

.fullservice .full-onair .youtube {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 1.5625rem auto 0;
}

@media screen and (min-width: 720px) {
  .fullservice .full-onair .youtube {
    margin: 50px auto 0;
  }
}

.fullservice .full-onair .youtube a {
  display: block;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}

.fullservice .full-onair .youtube .end {
  display: none;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}

.fullservice .full-onair .youtube .youtube-group {
  display: none;
  position: relative;
  width: 100%;
}

.fullservice .full-onair .youtube .youtube-group .live-video {
  position: relative;
}

.fullservice .full-onair .youtube .youtube-group .live-chat {
  position: relative;
  min-height: 400px;
}

.fullservice .full-onair .youtube .youtube-group iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 1;
}

.fullservice .full-lecture {
  margin-top: 3.125rem;
  background-color: #fff;
}

@media screen and (min-width: 720px) {
  .fullservice .full-lecture {
    margin-top: 100px;
  }
}

.fullservice .full-lecture .full-action {
  margin-top: 0;
}

.fullservice .full-data {
  margin-top: 3.125rem;
  background-color: #fff;
}

@media screen and (min-width: 720px) {
  .fullservice .full-data {
    margin-top: 100px;
  }
}

.fullservice .full-data .paging a {
  display: block;
  padding: 0.625rem 0;
  text-align: center;
  font-size: 3.61111vw;
  color: #000;
  background: #e2e2e2;
}

@media screen and (min-width: 720px) {
  .fullservice .full-data .paging a {
    padding: 20px 0;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-data .paging a {
    font-size: 26px;
  }
}

.fullservice .full-data td.t2 {
  position: relative;
  text-align: left;
}

.fullservice .full-data .layerCon {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  width: 100%;
}

.fullservice .full-data .layerCon .inn {
  border: 2px solid #13169c;
  padding: 20px;
  background: #fff;
}

.fullservice .full-data .layerCon .inn .subj {
  position: relative;
  text-align: left;
}

.fullservice .full-data .layerCon .inn .subj strong {
  font-size: 2.77778vw;
  color: #999;
  font-weight: bold;
}

@media screen and (min-width: 720px) {
  .fullservice .full-data .layerCon .inn .subj strong {
    font-size: 20px;
  }
}

.fullservice .full-data .layerCon .inn .subj strong em {
  font-size: 3.05556vw;
  color: #000;
}

@media screen and (min-width: 720px) {
  .fullservice .full-data .layerCon .inn .subj strong em {
    font-size: 22px;
  }
}

.fullservice .full-data .layerCon .inn .subj .date {
  display: block;
  padding-top: 5px;
  text-align: right;
  font-size: 2.77778vw;
  color: #888;
  border-top: 1px solid #dddde2;
}

@media screen and (min-width: 720px) {
  .fullservice .full-data .layerCon .inn .subj .date {
    font-size: 20px;
  }
}

.fullservice .full-data .layerCon .inn .text {
  margin-top: 10px;
  padding: 0 4px;
  text-align: left;
  font-size: 2.77778vw;
  color: #333;
  line-height: 1.4;
}

@media screen and (min-width: 720px) {
  .fullservice .full-data .layerCon .inn .text {
    font-size: 20px;
  }
}

.fullservice .full-data .layerCon .inn .file {
  margin-top: 10px;
  padding: 10px 0;
  border: solid 1px #b5b1d4;
  border-width: 1px 0;
  background: #f1f1f1;
}

.fullservice .full-data .layerCon .inn .file dl {
  position: relative;
  font-size: 2.77778vw;
  text-align: left;
  *zoom: 1;
}

@media screen and (min-width: 720px) {
  .fullservice .full-data .layerCon .inn .file dl {
    font-size: 20px;
  }
}

.fullservice .full-data .layerCon .inn .file dl:before,
.fullservice .full-data .layerCon .inn .file dl:after {
  content: '';
  display: table;
}

.fullservice .full-data .layerCon .inn .file dl:after {
  clear: both;
}

.fullservice .full-data .layerCon .inn .file dt {
  float: left;
  width: 20%;
  text-align: center;
  font-weight: bold;
  color: #13169c;
}

.fullservice .full-data .layerCon .inn .file dd {
  float: left;
  width: 80%;
  padding: 0 10px;
  color: #1e1e1e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fullservice .full-data .layerCon .layer_close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}

.fullservice .full-data .layerCon .layer_close:before,
.fullservice .full-data .layerCon .layer_close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 16px;
  height: 2px;
  margin-left: -8px;
  background-color: #666;
}

.fullservice .full-data .layerCon .layer_close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fullservice .full-data .layerCon .layer_close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (min-width: 720px) {
  .fullservice .full-data .layerCon .inn {
    padding: 40px;
  }
  .fullservice .full-data .layerCon .inn .subj {
    padding-bottom: 12px;
  }
  .fullservice .full-data .layerCon .inn .subj strong {
    font-size: 1.625rem;
  }
  .fullservice .full-data .layerCon .inn .subj strong em {
    font-size: 1.875rem;
  }
  .fullservice .full-data .layerCon .inn .subj .date {
    bottom: -26px;
    font-size: 1.125rem;
  }
  .fullservice .full-data .layerCon .inn .text {
    margin-top: 20px;
    font-size: 1.375rem;
  }
  .fullservice .full-data .layerCon .inn .file {
    margin-top: 20px;
    padding: 20px 0;
  }
  .fullservice .full-data .layerCon .inn .file dl {
    font-size: 1.125rem;
  }
  .fullservice .full-data .layerCon .layer_close {
    width: 50px;
    height: 50px;
  }
  .fullservice .full-data .layerCon .layer_close:before,
  .fullservice .full-data .layerCon .layer_close:after {
    width: 30px;
    margin-left: -15px;
  }
}

.fullservice .full-event .event-title {
  background-color: #ee6359;
}

.fullservice .full-event .event-title .period {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 3.88889vw;
  font-weight: 700;
  color: #fff;
}

@media screen and (min-width: 720px) {
  .fullservice .full-event .event-title .period {
    font-size: 28px;
  }
}

.fullservice .full-event .event-2 {
  background-color: #f3f6ff;
}

.fullservice .full-event .event-plus {
  background-color: #ee6359;
}

.fullservice .full-event .event-plus:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -1.5625rem;
  width: 3.75rem;
  height: 3.75rem;
  z-index: 1;
  background: url("//img.eduwill.net/eduwill/img/2021/G/fullservice/210605/pc/after/icon_plus.png") 0 0 no-repeat;
  background-size: cover;
}

@media screen and (min-width: 720px) {
  .fullservice .full-event .event-plus:before {
    top: -50px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-event .event-plus:before {
    width: 120px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-event .event-plus:before {
    height: 120px;
  }
}

.fullservice .full-event .event-plus .action {
  position: absolute;
  top: 77.82805%;
  left: 0;
  right: 0;
  z-index: 1;
}

.fullservice .full-event .event-plus .action a {
  position: relative;
  display: inline-block;
}

.fullservice .full-event .event-plus .action a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 1.78125rem;
  height: 2.03125rem;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_12.png") no-repeat 0 0;
  background-size: 100% auto;
  -webkit-animation-name: pointerBounce;
          animation-name: pointerBounce;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

@media screen and (min-width: 720px) {
  .fullservice .full-event .event-plus .action a:after {
    width: 57px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-event .event-plus .action a:after {
    height: 65px;
  }
}

@-webkit-keyframes pointerBounce {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}

@keyframes pointerBounce {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}

.fullservice .full-event .event-plus .action a:after {
  right: 14%;
}

.fullservice .full-event .event-notice {
  padding-bottom: 1.875rem;
  background-color: #eee;
}

@media screen and (min-width: 720px) {
  .fullservice .full-event .event-notice {
    padding-bottom: 60px;
  }
}

.fullservice .full-event .event-notice .wrap {
  text-align: left;
}

.fullservice .full-event .event-notice .notice-title {
  margin: 0 4.86111%;
  font-size: 3.47222vw;
  margin-top: 1.875rem;
  font-weight: 700;
  color: #002222;
}

@media screen and (min-width: 720px) {
  .fullservice .full-event .event-notice .notice-title {
    font-size: 25px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-event .event-notice .notice-title {
    margin-top: 60px;
  }
}

.fullservice .full-event .event-notice .notice-list {
  margin: 0 4.86111%;
}

.fullservice .full-event .event-notice .notice-list li {
  margin-top: 0.9375rem;
  font-size: 2.77778vw;
  font-weight: 400;
  color: #002222;
}

@media screen and (min-width: 720px) {
  .fullservice .full-event .event-notice .notice-list li {
    margin-top: 30px;
  }
}

@media screen and (min-width: 720px) {
  .fullservice .full-event .event-notice .notice-list li {
    font-size: 20px;
  }
}

.fullservice .full-event .event-notice .notice-list li li {
  position: relative;
  margin-top: 0;
  padding-left: 10px;
}

.fullservice .full-event .event-notice .notice-list li li:before {
  content: '-';
  position: absolute;
  top: 0;
  left: 0;
}

.fullservice .full-event .event-notice .notice-list li a {
  color: #002222;
}

.fullservice .full-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.fullservice .full-cover .cover-wrap {
  margin: 10% 5%;
  padding: 10% 5%;
  text-align: center;
  color: #fff;
  text-shadow: 2px 4px 18px rgba(0, 0, 0, 0.5);
  font-size: 4.16667vw;
}

@media screen and (min-width: 720px) {
  .fullservice .full-cover .cover-wrap {
    font-size: 30px;
  }
}

.fullservice .full-cover .cover-wrap strong {
  display: block;
}
