@charset "UTF-8";
.grid, #popupApply .popup-content .input-box .box {
  *zoom: 1;
}
.grid:before, #popupApply .popup-content .input-box .box:before, .grid:after, #popupApply .popup-content .input-box .box:after {
  content: "";
  display: table;
}
.grid:after, #popupApply .popup-content .input-box .box:after {
  clear: both;
}

.popup-review.is-view .popup-body .review-write .item-1 .col.contents, .popup-review.is-view .popup-body .review-write .item-1 #popupApply .popup-content .input-box .box .contents.item, #popupApply .popup-content .input-box .box .popup-review.is-view .popup-body .review-write .item-1 .contents.item {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.hidden,
.sr_only,
.sr-only {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}

.grid, #popupApply .popup-content .input-box .box {
  position: relative;
  box-sizing: border-box;
}
.grid .col, #popupApply .popup-content .input-box .box .col, #popupApply .popup-content .input-box .box .item {
  position: relative;
  float: left;
  box-sizing: border-box;
}

.table {
  display: table;
}
.table .table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.effect-bounce-diagonal {
  animation-name: effectBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}

.effect-bounce-updown {
  animation-name: effectBounceUpDown;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBounceUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.effect-extend {
  animation-name: effectExtend;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectExtend {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
}

.effect-blink {
  animation-name: effectBlink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-start;
  animation-direction: normal;
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.dimmed {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7);
}

.popup {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1001;
  width: 100%;
  max-width: 900px;
  background-color: #fff;
  transform: translateX(-50%);
}
.popup * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.popup-head {
  padding: 10px 20px;
  text-align: left;
  font-size: 4.1666666667vw;
  color: #000;
  letter-spacing: -0.2777777778vw;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 720px) {
  .popup-head {
    font-size: 30px;
  }
}
@media screen and (min-width: 720px) {
  .popup-head {
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 720px) {
  .popup-head {
    font-size: 36px;
    padding: 10px 45px;
  }
}
.popup-body .btn {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}
.popup-body .btn-apply {
  padding: 20px;
  font-size: 3.8888888889vw;
  font-weight: 700;
  color: #fff;
  background-color: #003e54;
}
@media screen and (min-width: 720px) {
  .popup-body .btn-apply {
    font-size: 28px;
  }
}
.popup-body .btn-apply span {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.popup-body .btn-apply span:before {
  right: 0;
}
.popup-body .btn-apply span:before {
  position: relative;
  display: inline-block;
}
.popup-body .btn-apply span:before::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  margin-top: -0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .popup-body .btn-apply span:before::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup-body .btn-apply span:before::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup-body .btn-apply span:before::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .popup-body .btn-apply span:before::before {
    right: 20px;
  }
}
.popup-body .review-wrap .review-write textarea {
  line-height: normal;
  max-height: 216px;
  width: 100%;
  border: none;
  resize: none;
  font-size: 3.3333333333vw;
  vertical-align: inherit;
  overflow: auto;
  border: 1px solid #000;
  border-top: none;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .popup-body .review-wrap .review-write textarea {
    font-size: 24px;
  }
}
.popup-body .review-wrap .review-write .item {
  border: 1px solid #000;
  border-top-width: 0;
}
.popup-body .review-wrap .review-write .item:first-child {
  border-top-width: 1px;
}
.popup-body .review-wrap .review-write .item.item-3 .contents {
  padding: 10px;
  color: #000;
  overflow: auto;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .popup-body .review-wrap .review-write .item.item-3 .contents {
    font-size: 24px;
  }
}
.popup-body .review-wrap .review-write .item.item-3 .contents select {
  width: 100%;
  font-size: inherit;
}
.popup-body .review-wrap .review-write .item.item-4 {
  border: none;
}
.popup-body .review-wrap .review-write .col, .popup-body .review-wrap .review-write #popupApply .popup-content .input-box .box .item, #popupApply .popup-content .input-box .box .popup-body .review-wrap .review-write .item {
  min-height: 40px;
  line-height: 40px;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .popup-body .review-wrap .review-write .col, .popup-body .review-wrap .review-write #popupApply .popup-content .input-box .box .item, #popupApply .popup-content .input-box .box .popup-body .review-wrap .review-write .item {
    font-size: 24px;
  }
}
.popup-body .review-wrap .review-write .col.subject, .popup-body .review-wrap .review-write #popupApply .popup-content .input-box .box .subject.item, #popupApply .popup-content .input-box .box .popup-body .review-wrap .review-write .subject.item {
  width: 20%;
  text-align: center;
  font-weight: 500;
  color: #272727;
  background-color: #f1f1f1;
}
.popup-body .review-wrap .review-write .col.contents, .popup-body .review-wrap .review-write #popupApply .popup-content .input-box .box .contents.item, #popupApply .popup-content .input-box .box .popup-body .review-wrap .review-write .contents.item {
  width: 80%;
  padding: 0 5px;
}
.popup-body .review-wrap .review-write .col:only-child, .popup-body .review-wrap .review-write #popupApply .popup-content .input-box .box .item:only-child, #popupApply .popup-content .input-box .box .popup-body .review-wrap .review-write .item:only-child {
  width: 100%;
  max-height: 216px;
  overflow-y: hidden;
  line-height: normal;
  color: #b6b6b6;
}
.popup-body .review-wrap .review-write .col .full, .popup-body .review-wrap .review-write #popupApply .popup-content .input-box .box .item .full, #popupApply .popup-content .input-box .box .popup-body .review-wrap .review-write .item .full {
  width: 100%;
  padding: 0;
  border: none;
  resize: none;
  font-size: 3.3333333333vw;
  vertical-align: inherit;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .popup-body .review-wrap .review-write .col .full, .popup-body .review-wrap .review-write #popupApply .popup-content .input-box .box .item .full, #popupApply .popup-content .input-box .box .popup-body .review-wrap .review-write .item .full {
    font-size: 24px;
  }
}
.popup-body .review-wrap .review-write .col select.sel, .popup-body .review-wrap .review-write #popupApply .popup-content .input-box .box .item select.sel, #popupApply .popup-content .input-box .box .popup-body .review-wrap .review-write .item select.sel {
  border: 1px solid #000;
}
.popup-body .review-wrap .review-write .col select.sel::-ms-expand, .popup-body .review-wrap .review-write #popupApply .popup-content .input-box .box .item select.sel::-ms-expand, #popupApply .popup-content .input-box .box .popup-body .review-wrap .review-write .item select.sel::-ms-expand {
  display: block;
}
.popup-body .review-wrap + .action {
  position: relative !important;
}
.popup-body .action {
  margin-top: 3.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .popup-body .action {
    margin-top: 24px;
  }
}
.popup-body .action .btn-apply {
  display: inline-block;
  width: 100%;
  padding: 2.7777777778vw 0;
  background-color: #a30909;
}
@media screen and (min-width: 720px) {
  .popup-body .action .btn-apply {
    padding: 20px 0;
  }
}
@media screen and (min-width: 720px) {
  .popup-body .action .btn-apply {
    width: 400px;
  }
}
.popup-body .action .btn-apply :after {
  display: none;
}
.popup-body .action .btn-apply span {
  font-size: 3.3333333333vw;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  .popup-body .action .btn-apply span {
    font-size: 24px;
  }
}
.popup-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}
@media screen and (min-width: 720px) {
  .popup-close {
    width: 40px;
  }
}
@media screen and (min-width: 720px) {
  .popup-close {
    height: 40px;
  }
}
.popup-close:before, .popup-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 1px;
  margin-left: -10px;
  background-color: #000;
}
.popup-close:before {
  transform: rotate(45deg);
}
.popup-close:after {
  transform: rotate(315deg);
}
.popup-close span {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}
.popup-review .popup-body {
  padding: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .popup-review .popup-body {
    padding: 40px;
  }
}
@media screen and (min-width: 720px) {
  .popup-review .popup-body {
    padding: 35px 40px;
  }
}
.popup-review.is-view .popup-body .review-write .item-2 .col.contents, .popup-review.is-view .popup-body .review-write .item-2 #popupApply .popup-content .input-box .box .contents.item, #popupApply .popup-content .input-box .box .popup-review.is-view .popup-body .review-write .item-2 .contents.item {
  width: 30%;
}
.popup-review.is-view .grade {
  cursor: default;
  pointer-events: none;
}
.popup-review .limit {
  text-align: right;
  color: #999999;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-review .limit {
    font-size: 20px;
  }
}
.popup.popup-media {
  max-width: 720px;
}
.popup.popup-media .popup-close-layer {
  top: -60px !important;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1.875rem;
  height: 1.875rem;
}
@media screen and (min-width: 720px) {
  .popup.popup-media .popup-close-layer {
    width: 60px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-media .popup-close-layer {
    height: 60px;
  }
}
.popup.popup-media .popup-close-layer:before, .popup.popup-media .popup-close-layer:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 1px;
  margin-left: -15px;
  background-color: #fff;
}
.popup.popup-media .popup-close-layer:before {
  transform: rotate(45deg);
}
.popup.popup-media .popup-close-layer:after {
  transform: rotate(315deg);
}
.popup.popup-media .popup-close-layer span {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}
.popup.popup-media .layer-box {
  position: relative;
  max-width: 720px;
}
@media screen and (min-width: 720px) {
  .popup.popup-media .layer-box {
    width: 720px;
    height: 410px;
  }
}
.popup.popup-media .layer-box video {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: inherit;
  object-fit: inherit;
}

#popupApply {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 10000;
  display: none;
  width: 90%;
  max-width: 640px;
  border: 2px solid #313131;
  font-family: "Noto Sans KR", Sans-Serif;
  background-color: #fff;
  transform: translateX(-50%);
  box-sizing: border-box;
}
#popupApply .popup-close {
  width: auto;
  height: auto;
}
#popupApply .popup-close::before, #popupApply .popup-close::after {
  display: none;
}
#popupApply .popup-close a {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  z-index: 1;
}
@media screen and (min-width: 720px) {
  #popupApply .popup-close a {
    width: 40px;
  }
}
@media screen and (min-width: 720px) {
  #popupApply .popup-close a {
    height: 40px;
  }
}
#popupApply .popup-close a:before, #popupApply .popup-close a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 1px;
  margin-left: -10px;
  background-color: #fff;
}
#popupApply .popup-close a:before {
  transform: rotate(45deg);
}
#popupApply .popup-close a:after {
  transform: rotate(315deg);
}
#popupApply .popup-close a span {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}
@media screen and (min-width: 720px) {
  #popupApply .popup-close a {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1.875rem;
    height: 1.875rem;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  #popupApply .popup-close a {
    width: 60px;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  #popupApply .popup-close a {
    height: 60px;
  }
}
@media screen and (min-width: 720px) {
  #popupApply .popup-close a:before, #popupApply .popup-close a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 30px;
    height: 1px;
    margin-left: -15px;
    background-color: #fff;
  }
  #popupApply .popup-close a:before {
    transform: rotate(45deg);
  }
  #popupApply .popup-close a:after {
    transform: rotate(315deg);
  }
  #popupApply .popup-close a span {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 0px;
    height: 0px;
    margin: -1px;
    padding: 0;
    word-break: keep-all;
    white-space: nowrap;
    color: transparent;
    border: 0;
    text-indent: -9999px;
  }
}
#popupApply .popup-review {
  border: none;
}
@media screen and (min-width: 1100px) {
  #popupApply .popup-review {
    max-width: 890px;
  }
}
#popupApply .popup-review .popup-close a {
  top: -40px;
}
@media screen and (min-width: 720px) {
  #popupApply .popup-review .popup-close a {
    top: -60px;
  }
}
#popupApply .popup-title {
  text-align: center;
  font-weight: 400;
  line-height: 1.2;
  color: #ffde00;
  background-color: #1b1b1b;
  padding: 4.1666666667vw 0 2.7777777778vw;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #popupApply .popup-title {
    padding: 30px 0 20px;
  }
}
@media screen and (min-width: 720px) {
  #popupApply .popup-title {
    font-size: 20px;
  }
}
#popupApply .popup-title strong {
  display: block;
  font-weight: 900;
  font-size: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  #popupApply .popup-title strong {
    font-size: 30px;
  }
}
#popupApply .popup-body .movies {
  width: 100%;
}
@media screen and (min-width: 720px) {
  #popupApply .popup-body .movies {
    height: 500px;
  }
}
#popupApply .popup-body .movies video,
#popupApply .popup-body .movies iframe {
  display: block;
  width: 100%;
  height: 100%;
}
#popupApply .popup-body a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#popupApply .popup-body a img {
  width: 100%;
}
#popupApply .popup-content {
  padding: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #popupApply .popup-content {
    padding: 20px;
  }
}
#popupApply .popup-content .text-box {
  margin-bottom: 2.0833333333vw;
  padding-bottom: 2.0833333333vw;
  text-align: center;
  font-size: 2.2222222222vw;
  color: #232323;
  border-bottom: 1px dotted #999;
}
@media screen and (min-width: 720px) {
  #popupApply .popup-content .text-box {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 720px) {
  #popupApply .popup-content .text-box {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 720px) {
  #popupApply .popup-content .text-box {
    font-size: 16px;
  }
}
#popupApply .popup-content .text-box a {
  display: inline-block;
  margin-left: 1.3888888889vw;
  padding: 0.6944444444vw 1.3888888889vw;
  font-weight: 700;
  border: 1px solid #333;
  background-color: #ffdb0f;
}
@media screen and (min-width: 720px) {
  #popupApply .popup-content .text-box a {
    margin-left: 10px;
  }
}
@media screen and (min-width: 720px) {
  #popupApply .popup-content .text-box a {
    padding: 5px 10px;
  }
}
#popupApply .popup-content .input-box .box {
  margin-top: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  #popupApply .popup-content .input-box .box {
    margin-top: 10px;
  }
}
#popupApply .popup-content .input-box .box:first-child {
  margin-top: 0;
}
#popupApply .popup-content .input-box .box .item {
  width: 75%;
}
#popupApply .popup-content .input-box .box .item.subject {
  width: 25%;
}
#popupApply .popup-content .input-box label,
#popupApply .popup-content .input-box input,
#popupApply .popup-content .input-box select {
  position: relative;
  display: block;
  width: 100%;
  height: 6.25vw;
  line-height: 6.25vw;
  font-size: 2.2222222222vw;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  #popupApply .popup-content .input-box label,
  #popupApply .popup-content .input-box input,
  #popupApply .popup-content .input-box select {
    height: 45px;
  }
}
@media screen and (min-width: 720px) {
  #popupApply .popup-content .input-box label,
  #popupApply .popup-content .input-box input,
  #popupApply .popup-content .input-box select {
    line-height: 45px;
  }
}
@media screen and (min-width: 720px) {
  #popupApply .popup-content .input-box label,
  #popupApply .popup-content .input-box input,
  #popupApply .popup-content .input-box select {
    font-size: 16px;
  }
}
#popupApply .popup-content .input-box label {
  padding-left: 1.3888888889vw;
  font-weight: 500;
  color: #1d1d1d;
}
@media screen and (min-width: 720px) {
  #popupApply .popup-content .input-box label {
    padding-left: 10px;
  }
}
#popupApply .popup-content .input-box label:before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: auto;
}
#popupApply .popup-content .input-box input {
  padding: 0 1.3888888889vw;
  font-weight: 400;
  border: 1px solid #dcdcdc;
}
@media screen and (min-width: 720px) {
  #popupApply .popup-content .input-box input {
    padding: 0 10px;
  }
}
#popupApply .popup-content .input-box input:-moz-read-only {
  background-color: #eee;
  opacity: 0.8;
}
#popupApply .popup-content .input-box input:read-only {
  background-color: #eee;
  opacity: 0.8;
}
#popupApply .popup-content .input-box select {
  line-height: 1;
  border: 1px solid #dcdcdc;
}
#popupApply .popup-content .input-box .with-info {
  padding: 0.6944444444vw 0.6944444444vw 1.3888888889vw;
  font-size: 1.9444444444vw;
  color: #666;
}
@media screen and (min-width: 720px) {
  #popupApply .popup-content .input-box .with-info {
    padding: 5px 5px 10px;
  }
}
@media screen and (min-width: 720px) {
  #popupApply .popup-content .input-box .with-info {
    font-size: 14px;
  }
}
#popupApply .popup-content .agree-box {
  margin-top: 1.3888888889vw;
  font-size: 1.9444444444vw;
}
@media screen and (min-width: 720px) {
  #popupApply .popup-content .agree-box {
    margin-top: 10px;
  }
}
@media screen and (min-width: 720px) {
  #popupApply .popup-content .agree-box {
    font-size: 14px;
  }
}
#popupApply .popup-content .agree-box .box {
  margin-top: 1.3888888889vw;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  #popupApply .popup-content .agree-box .box {
    margin-top: 10px;
  }
}
#popupApply .popup-content .agree-box .box + .title {
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  #popupApply .popup-content .agree-box .box + .title {
    margin-top: 30px;
  }
}
#popupApply .popup-content .agree-box .box .check-list {
  margin-top: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  #popupApply .popup-content .agree-box .box .check-list {
    margin-top: 15px;
  }
}
#popupApply .popup-content .agree-box .desc {
  height: 13.8888888889vw;
  padding: 2.0833333333vw;
  overflow-y: auto;
  background-color: #eee;
}
@media screen and (min-width: 720px) {
  #popupApply .popup-content .agree-box .desc {
    height: 100px;
  }
}
@media screen and (min-width: 720px) {
  #popupApply .popup-content .agree-box .desc {
    padding: 15px;
  }
}
#popupApply .popup-content .agree-box .info-list {
  margin: 1.3888888889vw 0;
}
@media screen and (min-width: 720px) {
  #popupApply .popup-content .agree-box .info-list {
    margin: 10px 0;
  }
}
#popupApply .popup-content .agree-box .info-list li {
  font-weight: 400;
  color: #3d3d3d;
}
#popupApply .popup-content .agree-box .info-list li strong {
  font-size: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  #popupApply .popup-content .agree-box .info-list li strong {
    font-size: 16px;
  }
}
#popupApply .popup-content .agree-box .info-list li:before {
  content: "-";
}
#popupApply .popup-action {
  text-align: center;
  padding-bottom: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  #popupApply .popup-action {
    padding-bottom: 30px;
  }
}
#popupApply .popup-action a {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  width: 45%;
  text-align: center;
  background-color: #ffd500;
  padding: 2.2222222222vw 0;
  border-radius: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  #popupApply .popup-action a {
    padding: 16px 0;
  }
}
@media screen and (min-width: 720px) {
  #popupApply .popup-action a {
    border-radius: 10px;
  }
}
#popupApply .popup-action a span {
  display: block;
  font-size: 2.5vw;
  font-weight: 500;
  color: #000;
}
@media screen and (min-width: 720px) {
  #popupApply .popup-action a span {
    font-size: 18px;
  }
}
#popupApply .popup-action a.btn-cancel {
  margin-left: 1%;
  background-color: #434343;
}
#popupApply .popup-action a.btn-cancel span {
  color: #fff;
}

.promotion .motion-1 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-2 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-3 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-4 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-5 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-6 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-7 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-8 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-9 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-10 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-11 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-12 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-1 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-2 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-3 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-4 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-5 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-6 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-7 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-8 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-9 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-10 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-11 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-12 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-13 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-14 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-1 {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-2 {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-3 {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-4 {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-5 {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-6 {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-7 {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-8 {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-9 {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-10 {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-1 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-2 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-3 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-4 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-5 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-6 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-7 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-8 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-9 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-10 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-scale-y-1 {
  opacity: 0;
  transform: scaleY(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center bottom;
}
.promotion .motion-scale-y-2 {
  opacity: 0;
  transform: scaleY(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center bottom;
}
.promotion .motion-scale-y-3 {
  opacity: 0;
  transform: scaleY(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center bottom;
}
.promotion .active .motion-1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.promotion .active .motion-2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.promotion .active .motion-3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.promotion .active .motion-4 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}
.promotion .active .motion-5 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
.promotion .active .motion-6 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}
.promotion .active .motion-7 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.4s;
}
.promotion .active .motion-8 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.6s;
}
.promotion .active .motion-9 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.8s;
}
.promotion .active .motion-10 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2s;
}
.promotion .active .motion-11 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2.2s;
}
.promotion .active .motion-12 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2.4s;
}
.promotion .active .motion-x-1 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}
.promotion .active .motion-x-2 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}
.promotion .active .motion-x-3 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s;
}
.promotion .active .motion-x-4 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.8s;
}
.promotion .active .motion-x-5 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s;
}
.promotion .active .motion-x-6 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.2s;
}
.promotion .active .motion-x-7 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.4s;
}
.promotion .active .motion-x-8 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.6s;
}
.promotion .active .motion-x-9 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.8s;
}
.promotion .active .motion-x-10 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 2s;
}
.promotion .active .motion-x-11 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 2.2s;
}
.promotion .active .motion-x-12 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 2.4s;
}
.promotion .active .motion-x-13 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 2.6s;
}
.promotion .active .motion-x-14 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 2.8s;
}
.promotion .active .motion-x-r-1 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}
.promotion .active .motion-x-r-2 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}
.promotion .active .motion-x-r-3 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s;
}
.promotion .active .motion-x-r-4 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.8s;
}
.promotion .active .motion-x-r-5 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s;
}
.promotion .active .motion-x-r-6 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.2s;
}
.promotion .active .motion-x-r-7 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.4s;
}
.promotion .active .motion-x-r-8 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.6s;
}
.promotion .active .motion-x-r-9 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.8s;
}
.promotion .active .motion-x-r-10 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 2s;
}
.promotion .active .motion-box-1 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.1s;
}
.promotion .active .motion-box-2 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.2s;
}
.promotion .active .motion-box-3 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.3s;
}
.promotion .active .motion-box-4 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.4s;
}
.promotion .active .motion-box-5 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.5s;
}
.promotion .active .motion-box-6 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.6s;
}
.promotion .active .motion-box-7 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.7s;
}
.promotion .active .motion-box-8 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.8s;
}
.promotion .active .motion-box-9 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.9s;
}
.promotion .active .motion-box-10 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1s;
}
.promotion .active .motion-scale-y-1 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.1s;
  transform-origin: center bottom;
}
.promotion .active .motion-scale-y-2 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.2s;
  transform-origin: center bottom;
}
.promotion .active .motion-scale-y-3 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.3s;
  transform-origin: center bottom;
}

.promotion {
  overflow: hidden;
  margin: 0 auto;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  color: #000;
  letter-spacing: -0.5px;
  background-color: #fff;
  box-sizing: border-box;
}
.promotion .only-mobile {
  display: none;
}
.promotion .only-pc {
  display: block;
}
.promotion .wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: -1px;
  line-height: 1;
}
.promotion [class^=sector-] {
  position: relative;
}
.promotion .title-box {
  margin-bottom: 60px;
}
.promotion .title-box p {
  font-size: 35px;
  line-height: 130%;
  color: #222;
  letter-spacing: -1.4px;
}
.promotion .title-box p strong {
  display: block;
}
.promotion .sector-title {
  padding-bottom: 80px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_110/lecture/251002/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-title:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFDB3D;
  background: linear-gradient(0deg, #FFDB3D 0%, #FFF8DA 103.87%);
}
.promotion .sector-chat {
  padding: 100px 0;
  background-color: #FFF;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_110/lecture/251002/pc/bg_chat.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-chat .title-box {
  margin-bottom: 20px;
}
.promotion .sector-chat .item-wrap {
  position: relative;
  height: 473px;
}
.promotion .sector-chat .item-wrap .item {
  position: absolute;
  left: 50%;
}
.promotion .sector-chat .item-wrap .item:nth-child(1) {
  top: 49px;
  margin-left: -428px;
}
.promotion .sector-chat .item-wrap .item:nth-child(2) {
  top: 189px;
  margin-left: -48px;
}
.promotion .sector-chat .item-wrap .item:nth-child(3) {
  top: 335px;
  margin-left: -280px;
}
.promotion .sector-benefit {
  position: relative;
  padding: 100px 0;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_110/lecture/251002/pc/bg_benefit.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-benefit:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFD000;
  background: linear-gradient(180deg, #FFD000 0%, #FFA812 100%);
}
.promotion .sector-benefit .item-wrap {
  position: relative;
  width: 1090px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.promotion .sector-benefit .item-wrap:last-child {
  margin-bottom: 0;
}
.promotion .sector-benefit .item-wrap .notice {
  position: absolute;
  top: 233px;
  left: 50px;
  font-size: 16px;
  line-height: 140%;
  text-align: left;
  color: #808285;
  letter-spacing: -0.64px;
}
.promotion .sector-benefit .item-wrap .btn-action {
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 52px;
  display: flex;
  gap: 10px;
}
.promotion .sector-benefit .item-wrap .btn-action a {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  letter-spacing: -0.2px;
  padding: 20px 0;
  border-radius: 10px;
  background: #444;
  background: linear-gradient(180deg, #444 0%, #000 100%);
}
.promotion .sector-package {
  padding: 100px 0;
  background: #FFF;
}
.promotion .sector-package:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 157px;
  margin: 0 auto;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_110/lecture/251002/pc/bg_package.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}
.promotion .sector-package .title-box .fc-point {
  font-weight: 700;
  margin-top: 16px;
  background: var(--Linear, linear-gradient(128deg, #FED900 5.07%, #F90 69.93%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promotion .sector-package .price-box {
  text-align: left;
  margin: 20px 20px 0;
  padding: 32px;
  border: 1px solid #828282;
  border-radius: 10px;
  background: #FFF;
  box-sizing: border-box;
}
.promotion .sector-package .title-box {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #DEDEDE;
}
.promotion .sector-package .title-label {
  font-size: 20px;
  font-weight: 900;
  line-height: 220%;
  color: #FF9900;
  letter-spacing: -2px;
  margin-bottom: 30px;
}
.promotion .sector-package .title-text {
  font-size: 28px;
  line-height: 170%;
  color: #000;
  letter-spacing: -2px;
}
.promotion .sector-package .title-text strong {
  font-weight: 900;
}
.promotion .sector-package .price-before {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1.12px;
  color: #C2C2C2;
  text-decoration: line-through;
  margin-bottom: 12px;
}
.promotion .sector-package .price-after {
  font-size: 36px;
  line-height: 120%;
  color: #000;
  letter-spacing: -1px;
}
.promotion .sector-package .price-after strong {
  font-weight: 900;
}
.promotion .sector-package .btn-hlink {
  width: 100%;
  font-size: 20px;
  font-weight: 900;
  color: #FFF;
  letter-spacing: -1px;
  text-align: left;
  margin-top: 30px;
  padding: 24px 35px;
  border-radius: 10px;
  background: #646464;
  background: linear-gradient(180deg, #646464 0%, #000 100%);
  box-sizing: border-box;
}
.promotion .sector-package .btn-hlink {
  position: relative;
  display: inline-block;
}
.promotion .sector-package .btn-hlink::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  margin-top: -0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: #FFF;
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-package .btn-hlink::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-package .btn-hlink::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-package .btn-hlink::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-package .btn-hlink::before {
    right: 20px;
  }
}
.promotion .sector-event {
  background-color: #fff;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_110/lecture/251002/pc/bg_event.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  height: 919px;
}
.promotion .sector-step {
  padding-bottom: 56px;
  background-color: #F6F6F7;
}
.promotion .sector-step .action a {
  margin: 0 9px;
  position: relative;
  display: inline-block;
}
.promotion .sector-step .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;
  animation-name: pointerBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .promotion .sector-step .action a:after {
    width: 57px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-step .action a:after {
    height: 65px;
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.promotion .sector-step .notice {
  width: 1100px;
  text-align: left;
  margin: 0 auto;
  margin-top: 29px;
  font-style: normal;
  font-weight: 350;
  font-size: 16px;
  line-height: 1.4;
  color: #222;
  opacity: 0.5;
}/*# sourceMappingURL=web.css.map */