@charset "UTF-8";
.grid, .promotion-apply2 .form-wrap .file-box, .promotion-pass .wrap {
  *zoom: 1;
}

.grid:before, .promotion-apply2 .form-wrap .file-box:before, .promotion-pass .wrap:before, .grid:after, .promotion-apply2 .form-wrap .file-box:after, .promotion-pass .wrap:after {
  content: '';
  display: table;
}

.grid:after, .promotion-apply2 .form-wrap .file-box:after, .promotion-pass .wrap:after {
  clear: both;
}

.sr-only, .promotion-apply2 .form-wrap .file-box input[type="file"] {
  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, .promotion-apply2 .form-wrap .file-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.grid .col, .promotion-apply2 .form-wrap .file-box .col {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button {
  overflow: visible;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  width: auto;
  outline: 0;
  cursor: pointer;
  font-family: inherit;
}

.promotion {
  position: relative;
  text-align: center;
  font-family: "Noto Sans KR", Sans-Serif;
  background-color: #fff;
  margin: 0;
  padding: 0;
  /* input 기본 스타일 초기화 */
  /* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
  /* input type number 에서 화살표 제거 */
  /* Select box 스타일 초기화 */
  /* IE 에서 Select box 화살표 제거 */
}

.promotion *, .promotion *:before, .promotion *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion img {
  border: 0;
  vertical-align: top;
  line-height: 0;
  font-size: 0;
}

.promotion p, .promotion strong, .promotion span, .promotion dl, .promotion dt, .promotion dd {
  line-height: 100%;
  margin: 0;
  padding: 0;
}

.promotion .clearfix {
  zoom: 1;
}

.promotion .clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.promotion input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.promotion input::-ms-clear {
  display: none;
}

.promotion input[type=number]::-webkit-inner-spin-button,
.promotion input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.promotion select {
  border-radius: 0;
  /* 아이폰 사파리 보더 없애기 */
  -webkit-appearance: none;
  /* 화살표 없애기 for chrome*/
  -moz-appearance: none;
  /* 화살표 없애기 for firefox*/
  appearance: none;
}

.promotion select::-ms-expand {
  display: none;
}

/* layer */
.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;
}

.dimmed {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.6);
}

.popup {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 40000;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #393939;
  font-family: "Noto Sans KR", Sans-Serif;
  max-width: 594px;
}

@media screen and (max-width: 768px) {
  .popup {
    width: 88.88889%;
  }
}

.popup .popup_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
}

.popup .popup_close a {
  display: block;
}

.popup .popup_close a:before, .popup .popup_close a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 1px;
  margin-left: -15px;
  background-color: #aaa;
}

.popup .popup_close a:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup .popup_close a:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup .text_box {
  color: #000;
  font-family: 'Noto Sans KR';
  font-size: 16px;
  text-align: center;
  margin-bottom: 5%;
}

@media screen and (max-width: 720px) and (min-width: 720px) {
  .popup .text_box {
    font-size: 23px;
  }
}

@media screen and (max-width: 720px) and (max-width: 719px) {
  .popup .text_box {
    font-size: 3.19444vw;
  }
}

.popup .text_box a {
  display: inline-block;
  background-color: #ffd500;
  margin-left: 8px;
  display: inline-block;
  color: #000;
  padding: 0 5px;
}

.popup .popup_title {
  padding: 28px 0;
  font-weight: 400;
  text-align: center;
  color: #fff;
  letter-spacing: -1px;
  line-height: 1.2;
  background-color: #393939;
}

.popup .popup_title strong {
  display: block;
  letter-spacing: -2px;
  font-weight: 700;
}

@media screen and (min-width: 720px) {
  .popup .popup_title strong {
    font-size: 32px;
  }
}

@media screen and (max-width: 719px) {
  .popup .popup_title strong {
    font-size: 4.44444vw;
  }
}

.popup .popup_title strong em {
  display: block;
  color: #ffd800;
}

@media screen and (max-width: 720px) {
  .popup .popup_title {
    letter-spacing: 0;
    padding: 14px 0;
  }
  .popup .popup_title strong {
    display: block;
    letter-spacing: 0;
  }
}

.popup .popup_cont {
  padding: 5% 3% 0;
}

.popup .popup_cont .label {
  position: relative;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  font-family: "Noto Sans KR", Sans-Serif;
  margin-bottom: 10px;
  letter-spacing: -1px;
  background: none;
  padding: 0;
  margin-left: 0;
}

@media screen and (max-width: 720px) and (min-width: 720px) {
  .popup .popup_cont .label {
    font-size: 22px;
  }
}

@media screen and (max-width: 720px) and (max-width: 719px) {
  .popup .popup_cont .label {
    font-size: 3.05556vw;
  }
}

.popup .popup_cont .label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background-color: #000;
}

.popup .popup_cont .label .highlight {
  color: #fe0000;
}

.popup .popup_cont .input_box {
  width: 90%;
  margin: 0 auto;
}

.popup .popup_cont .input_box dl {
  margin-top: 10px;
}

.popup .popup_cont .input_box dl:after {
  content: '';
  display: block;
  clear: both;
}

.popup .popup_cont .input_box dl dt {
  width: 25%;
  height: 45px;
  float: left;
  text-align: left;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@media screen and (max-width: 720px) {
  .popup .popup_cont .input_box dl dt {
    height: auto;
    padding-top: 10px;
  }
}

.popup .popup_cont .input_box dl dt:after {
  margin-top: 2px;
}

.popup .popup_cont .input_box dl dd {
  position: relative;
  float: left;
  width: 75%;
}

.popup .popup_cont .input_box dl dd .ipt {
  width: 100%;
  height: 45px;
  padding: 0 10px;
  border: 1px solid #dddddd;
  color: #000;
  font-size: 14px;
  font-family: 'Noto Sans KR';
  font-weight: 300;
}

@media screen and (max-width: 720px) {
  .popup .popup_cont .input_box dl dd .ipt {
    height: 35px;
  }
}

@media screen and (max-width: 720px) and (min-width: 720px) {
  .popup .popup_cont .input_box dl dd .ipt {
    font-size: 22px;
  }
}

@media screen and (max-width: 720px) and (max-width: 719px) {
  .popup .popup_cont .input_box dl dd .ipt {
    font-size: 3.05556vw;
  }
}

.popup .popup_cont .input_box dl dd .ipt.disable {
  background-color: #efefef;
  color: #aaa;
}

.popup .popup_cont .input_box dl dd .ipt_s {
  width: 71%;
}

@media screen and (max-width: 720px) {
  .popup .popup_cont .input_box dl dd .ipt_s {
    width: 80%;
  }
}

.popup .popup_cont .input_box dl dd .btn {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  vertical-align: top;
  width: 120px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 16px;
  background-color: #666;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 720px) {
  .popup .popup_cont .input_box dl dd .btn {
    height: 35px;
    line-height: 35px;
    width: 60px;
  }
}

@media screen and (max-width: 720px) and (min-width: 720px) {
  .popup .popup_cont .input_box dl dd .btn {
    font-size: 23px;
  }
}

@media screen and (max-width: 720px) and (max-width: 719px) {
  .popup .popup_cont .input_box dl dd .btn {
    font-size: 3.19444vw;
  }
}

.popup .popup_cont .input_box dl dd .btn:hover {
  background-color: #333333;
}

.popup .popup_cont .input_box dl dd .btn.disable {
  background-color: #ccc;
}

.popup .popup_cont .input_box dl dd select {
  width: 100%;
  height: 45px;
  padding: 0 10px;
  border: 1px solid #dddddd;
  color: #000;
  font-size: 14px;
  font-family: 'Noto Sans KR';
  font-weight: 300;
}

@media screen and (max-width: 720px) {
  .popup .popup_cont .input_box dl dd select {
    height: 35px;
  }
}

@media screen and (max-width: 720px) and (min-width: 720px) {
  .popup .popup_cont .input_box dl dd select {
    font-size: 22px;
  }
}

@media screen and (max-width: 720px) and (max-width: 719px) {
  .popup .popup_cont .input_box dl dd select {
    font-size: 3.05556vw;
  }
}

.popup .popup_cont .input_box dl.certification {
  display: none;
}

.popup .popup_cont .input_box dl.certification .timer {
  position: absolute;
  right: 130px;
  top: 13px;
  display: inline-block;
  color: #ff0000;
  font-size: 14px;
  font-family: "Noto Sans KR", Sans-Serif;
}

@media screen and (max-width: 720px) {
  .popup .popup_cont .input_box dl.certification .timer {
    right: 32%;
    top: 10px;
  }
}

@media screen and (max-width: 720px) and (min-width: 720px) {
  .popup .popup_cont .input_box dl.certification .timer {
    font-size: 22px;
  }
}

@media screen and (max-width: 720px) and (max-width: 719px) {
  .popup .popup_cont .input_box dl.certification .timer {
    font-size: 3.05556vw;
  }
}

.popup .popup_cont .info {
  padding: 10px 20px;
  text-align: left;
  font-size: 14px;
  letter-spacing: -.5px;
  color: #000;
}

.popup .popup_cont .info span {
  color: #fe0000;
}

@media screen and (max-width: 720px) {
  .popup .popup_cont .info {
    padding: 5px 15px;
  }
}

@media screen and (max-width: 720px) and (min-width: 720px) {
  .popup .popup_cont .info {
    font-size: 22px;
  }
}

@media screen and (max-width: 720px) and (max-width: 719px) {
  .popup .popup_cont .info {
    font-size: 3.05556vw;
  }
}

.popup .popup_cont .ta_box {
  width: 90%;
  margin: 20px auto 0;
}

.popup .popup_cont .ta_box .label {
  padding-left: 10px;
}

.popup .popup_cont .ta_box textarea {
  resize: none;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100px;
  font-size: 13px;
  font-family: "Noto Sans KR", Sans-Serif;
  padding: 15px;
  line-height: 130%;
  text-align: left;
  border: 1px solid #dddddd;
  color: #686868;
}

@media screen and (max-width: 720px) {
  .popup .popup_cont .ta_box textarea {
    padding: 10px;
  }
}

@media screen and (max-width: 720px) and (min-width: 720px) {
  .popup .popup_cont .ta_box textarea {
    font-size: 20px;
  }
}

@media screen and (max-width: 720px) and (max-width: 719px) {
  .popup .popup_cont .ta_box textarea {
    font-size: 2.77778vw;
  }
}

.popup .popup_cont .check_box {
  width: 90%;
  margin: 20px auto 0;
  color: #686868;
}

.popup .popup_cont .check_box .label {
  padding-left: 10px;
}

.popup .popup_cont .check_box .scroll_box {
  padding: 20px;
  background: #eee;
  height: 100px;
  overflow-y: auto;
}

.popup .popup_cont .check_box .scroll_box p {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  font-family: "Noto Sans KR", Sans-Serif;
}

.popup .popup_cont .check_box .scroll_box strong {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
  font-family: "Noto Sans KR", Sans-Serif;
}

.popup .popup_cont .check_box .scroll_box em {
  font-size: 14px;
  font-weight: 700;
  font-family: "Noto Sans KR", Sans-Serif;
}

@media screen and (max-width: 720px) {
  .popup .popup_cont .check_box .scroll_box {
    padding: 10px;
  }
}

@media screen and (max-width: 720px) and (min-width: 720px) {
  .popup .popup_cont .check_box .scroll_box p {
    font-size: 20px;
  }
}

@media screen and (max-width: 720px) and (max-width: 719px) {
  .popup .popup_cont .check_box .scroll_box p {
    font-size: 2.77778vw;
  }
}

@media screen and (max-width: 720px) and (min-width: 720px) {
  .popup .popup_cont .check_box .scroll_box strong {
    font-size: 20px;
  }
}

@media screen and (max-width: 720px) and (max-width: 719px) {
  .popup .popup_cont .check_box .scroll_box strong {
    font-size: 2.77778vw;
  }
}

@media screen and (max-width: 720px) and (min-width: 720px) {
  .popup .popup_cont .check_box .scroll_box em {
    font-size: 22px;
  }
}

@media screen and (max-width: 720px) and (max-width: 719px) {
  .popup .popup_cont .check_box .scroll_box em {
    font-size: 3.05556vw;
  }
}

.popup .popup_cont .check_box .agree_check {
  margin: 10px 0 20px 0;
  font-family: "Noto Sans KR", Sans-Serif;
  font-size: 14px;
}

@media screen and (max-width: 720px) and (min-width: 720px) {
  .popup .popup_cont .check_box .agree_check {
    font-size: 22px;
  }
}

@media screen and (max-width: 720px) and (max-width: 719px) {
  .popup .popup_cont .check_box .agree_check {
    font-size: 3.05556vw;
  }
}

.popup .popup_cont .check_box .agree_check input {
  vertical-align: middle;
  margin-right: 3px;
  width: 15px;
  height: 15px;
}

.popup .popup_btn {
  margin-top: 5%;
  margin-bottom: 10%;
  text-align: center;
}

.popup .popup_btn a {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  width: 180px;
  height: 52px;
  text-align: center;
  -webkit-transition: all 0.9s, color 0.3;
  transition: all 0.9s, color 0.3;
  border-radius: 5px;
  -webkit-box-shadow: inset 3px 3px 2px 0px rgba(255, 255, 255, 0.18);
  box-shadow: inset 3px 3px 2px 0px rgba(255, 255, 255, 0.18);
  background: #ffd500;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffd500), color-stop(89%, #ffd500), color-stop(96%, #e9c200), color-stop(100%, #e9c200));
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd500), color-stop(89%, #ffd500), color-stop(96%, #e9c200), to(#e9c200));
  background: linear-gradient(to bottom, #ffd500 0%, #ffd500 89%, #e9c200 96%, #e9c200 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd500', endColorstr='#e9c200', GradientType=0 );
}

.popup .popup_btn a span {
  line-height: 52px;
  font-family: "Noto Sans KR", Sans-Serif;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  letter-spacing: -2px;
}

@media screen and (max-width: 720px) {
  .popup .popup_btn a {
    width: 40%;
    height: 42px;
  }
  .popup .popup_btn a span {
    line-height: 42px;
  }
}

@media screen and (max-width: 720px) and (min-width: 720px) {
  .popup .popup_btn a span {
    font-size: 27px;
  }
}

@media screen and (max-width: 720px) and (max-width: 719px) {
  .popup .popup_btn a span {
    font-size: 3.75vw;
  }
}

.popup .popup_btn a:hover {
  background: #db3725;
}

.popup .popup_btn a:hover span {
  color: #fff;
}

.popup .popup_btn a.btn_cancle {
  margin-left: 5px;
  background: #434343;
}

.popup .popup_btn a.btn_cancle span {
  color: #bebebe;
}

.popup .popup_btn a.btn_cancle:after, .popup .popup_btn a.btn_cancle:before {
  display: none;
}

#popup_complete .popup_cont {
  text-align: center;
}

#popup_complete .popup_cont img {
  width: 95%;
}

#popup_complete .popup_cont p {
  color: #000;
  font-size: 22px;
  line-height: 1.5;
}

@media screen and (max-width: 720px) and (min-width: 720px) {
  #popup_complete .popup_cont p {
    font-size: 28px;
  }
}

@media screen and (max-width: 720px) and (max-width: 719px) {
  #popup_complete .popup_cont p {
    font-size: 3.88889vw;
  }
}

#popup_complete .popup_cont .limited-100 {
  position: relative;
  padding: 40px 0;
  margin: 20px auto;
  width: 534px;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 22px;
  color: #000;
  line-height: 1.5;
  letter-spacing: -1px;
}

#popup_complete .popup_cont .limited-100 span {
  position: relative;
  padding: 0 5px;
  display: inline-block;
  z-index: 1;
  line-height: 1;
}

#popup_complete .popup_cont .limited-100 span:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  background: #ffd804;
  z-index: -1;
}

#popup_complete .popup_cont .limited-100 p {
  margin-top: 30px;
}

@media screen and (max-width: 720px) {
  #popup_complete .popup_cont .limited-100 {
    padding: 20px 0;
    width: 90%;
  }
}

@media screen and (max-width: 720px) and (min-width: 720px) {
  #popup_complete .popup_cont .limited-100 {
    font-size: 28px;
  }
}

@media screen and (max-width: 720px) and (max-width: 719px) {
  #popup_complete .popup_cont .limited-100 {
    font-size: 3.88889vw;
  }
}

@media screen and (max-width: 720px) {
  #popup_complete .popup_cont .limited-100 span {
    padding: 0 3px;
  }
  #popup_complete .popup_cont .limited-100 span:before {
    bottom: 0;
    height: 5px;
  }
  #popup_complete .popup_cont .limited-100 p {
    margin-top: 15px;
  }
}

#popupBase {
  background: #444;
}

#popupBase .popup_cont {
  padding: 5%;
}

#popupBase .popup_cont p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}

#popup_notice {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 524px;
}

#popup_notice a {
  display: block;
}

@media screen and (max-width: 720px) {
  #popup_notice {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 87.36111%;
  }
}

#zipcode_layer {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 40000;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100005;
  border: 6px solid #000;
}

#zipcode_layer > div {
  width: 500px !important;
}

@media screen and (max-width: 720px) {
  #zipcode_layer > div {
    width: auto !important;
  }
}

#zipcode_layer .zipcode_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  display: block;
  background-color: #000;
  z-index: 100005;
}

#zipcode_layer .zipcode_close:before, #zipcode_layer .zipcode_close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 3px;
  margin-left: -15px;
  background-color: #fff;
}

#zipcode_layer .zipcode_close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#zipcode_layer .zipcode_close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.layer-video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10001;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 720px) {
  .layer-video {
    max-width: 720px;
  }
}

.layer-video .layer-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 60px;
  top: -60px;
  z-index: 10002;
}

.layer-video .layer-close:before, .layer-video .layer-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 2px;
  margin-left: -15px;
  background-color: #fff;
}

.layer-video .layer-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.layer-video .layer-close:after {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.layer-video .layer-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;
}

.layer-video .layer-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.layer-video .layer-box iframe, .layer-video .layer-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: inherit;
     object-fit: inherit;
}

.promotion .motion-1 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.promotion .motion-2 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.promotion .motion-3 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.promotion .motion-4 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.promotion .motion-5 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.promotion .motion-6 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.promotion .motion-7 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.promotion .active.container {
  opacity: 1;
}

.promotion .active .motion-1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.promotion .active .motion-2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.promotion .active .motion-3 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.promotion .active .motion-4 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.promotion .active .motion-5 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.promotion .active .motion-6 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.promotion .active .motion-7 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

.promotion .active .motion-laurel-1 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.promotion .active .motion-laurel-2 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.promotion .active .motion-laurel-3 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.only-web {
  display: block;
}

.only-mobile {
  display: none;
}

.promotion *, .promotion *:before, .promotion *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  color: #000;
  letter-spacing: -.5px;
  background-color: #fff;
  overflow: hidden;
  margin: 0 auto;
}

.promotion .container {
  position: relative;
  margin-top: 0;
  border-bottom-width: 0;
}

.promotion .wrap {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: -1px;
  line-height: 1;
}

.promotion .contents {
  position: relative;
}

.promotion .bottom-banner {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 30;
  background: #ffdf00;
  display: table;
  width: 100%;
}

.promotion .bottom-banner .pointer {
  display: block;
}

.promotion .video-box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #000;
}

.promotion .video-box .video {
  position: relative;
  padding-top: 56.25%;
  z-index: 1;
}

.promotion .video-box .btn-play, .promotion .video-box iframe, .promotion .video-box video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.promotion .video-box .btn-play {
  z-index: 2;
}

.promotion .video-box.playing .btn-play {
  z-index: 0;
  opacity: 0;
}

.promotion .flag {
  position: absolute;
  top: 610px;
  left: 5%;
  -webkit-animation-name: slideup;
          animation-name: slideup;
  -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;
}

@-webkit-keyframes slideup {
  0%, 100% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  50% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }
}

@keyframes slideup {
  0%, 100% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  50% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }
}

.promotion .blink {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: blink .8s step-start infinite;
          animation: blink .8s step-start infinite;
  z-index: 10;
}

@-webkit-keyframes blink {
  0%, 100% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
}

@keyframes blink {
  0%, 100% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
}

.promotion .intro-list {
  text-align: left;
  position: absolute;
  top: 155px;
  right: 30px;
}

.promotion .intro-list .intro {
  margin-top: 0px;
  font-weight: 700;
  margin-top: -20px;
}

.promotion .intro-list strong {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  color: #fab904;
}

.promotion .left-banner {
  z-index: 50;
  position: fixed;
  left: -25px;
  top: 100px;
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.promotion .left-banner.active {
  opacity: 1;
}

.promotion .left-banner > a, .promotion .left-banner > div {
  display: block;
  margin-bottom: -10px;
  width: 300px;
}

.promotion .left-banner > a img, .promotion .left-banner > div img {
  width: 100%;
  max-width: 300px;
}

.promotion .right-banner {
  z-index: 50;
  position: fixed;
  right: 0;
  top: 100px;
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.promotion .right-banner.active {
  opacity: 1;
}

.promotion .right-banner a {
  display: block;
  margin-bottom: 5px;
  border-radius: 10px;
  -webkit-box-shadow: 2.121px 2.121px 13px 0px rgba(0, 0, 0, 0.21);
          box-shadow: 2.121px 2.121px 13px 0px rgba(0, 0, 0, 0.21);
}

.promotion .floating-fixed {
  position: absolute;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.promotion .floating-fixed.active {
  opacity: 1;
  pointer-events: auto;
}

.promotion .floating-fixed.fixed {
  position: fixed;
  top: 100px;
}

.promotion .notice-banner {
  top: 250px;
  left: -15px;
}

.promotion .notice-banner .btn-close {
  position: absolute;
  top: 35px;
  right: 40px;
  width: 55px;
  height: 55px;
}

.promotion .notice-eco-banner .title {
  position: relative;
  z-index: 2;
  width: 110px;
  height: 36px;
  line-height: 36px;
  margin: 0 auto;
  border-radius: 18px;
  background-color: #000;
  color: #ffdf00;
  font-size: 18px;
  font-weight: 500;
}

.promotion .notice-eco-banner .content {
  width: 250px;
  background-color: #ffdf00;
  margin: -18px auto 0;
  padding: 35px 10px 20px;
  border-radius: 35px;
  border: 3px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.6);
          box-shadow: 0 10px 35px rgba(0, 0, 0, 0.6);
}

.promotion .notice-eco-banner .content h2 {
  font-size: 18px;
}

.promotion .notice-eco-banner .content .notice-box {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
  margin: 15px auto;
  padding: 10px;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  letter-spacing: -1px;
}

.promotion .notice-eco-banner .content .des {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.promotion .pointer {
  position: relative;
}

.promotion .pointer::after {
  content: '';
  position: absolute;
  top: 40%;
  right: 0;
  z-index: 1;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_1.png") no-repeat 0 0;
  background-size: 100% auto;
  width: 70px;
  height: 80px;
  -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;
}

@-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);
  }
}

.promotion .pointer.none::after {
  display: none;
}

.promotion .slick-dots {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

.promotion .slick-dots li {
  display: inline-block;
  margin: 0 6px;
}

.promotion .slick-dots li button {
  width: 20px;
  height: 20px;
  text-indent: -9999em;
  border: none;
  border-radius: 50%;
  background-color: #b2b2b2;
  outline: none;
  cursor: pointer;
}

.promotion .slick-dots li.slick-active button {
  width: 50px;
  border-radius: 15px;
  background-color: #fed30b;
}

.promotion-title {
  position: relative;
  background: #522a7b url("//img.eduwill.net/eduwill/img/2021/Z/event/210728/pc/bg_title.jpg") no-repeat 50% 0;
}

.promotion-title .btn {
  position: absolute;
  left: 50%;
  bottom: 194px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.promotion-title .btn .ico {
  position: absolute;
  top: -35px;
  left: 60px;
}

.promotion-intro1 {
  position: relative;
  z-index: 1;
}

.promotion-intro1 .wrap {
  margin-bottom: -385px;
}

.promotion-intro1 .intro-list {
  top: 500px;
}

.promotion-intro1 .intro-list .intro {
  margin-top: 25px;
}

.promotion-intro2 {
  padding-top: 380px;
  background-color: #f1f4f9;
}

.promotion-intro2 .intro-list {
  top: 280px;
  left: 130px;
  width: 840px;
}

.promotion-intro2 .intro-list .intro {
  margin-top: -30px;
}

.promotion-intro2 .intro-list .intro:nth-child(even) {
  text-align: right;
}

.promotion-intro2 .intro-list .intro:nth-child(4) {
  margin-right: 200px;
}

.promotion-ncs {
  padding-bottom: 90px;
}

.promotion-ncs .slider {
  padding: 0 0 0 50px;
}

.promotion-ncs .slider .slick-slide {
  position: relative;
  margin-right: 70px;
}

.promotion-ncs .slider .slick-slide .video-box {
  position: absolute;
  top: 155px;
  left: 27px;
  width: 408px;
  height: 505px;
  overflow: hidden;
}

.promotion-ncs .slider .slick-slide .video-box img {
  width: 100%;
  position: absolute;
  top: -140px;
}

.promotion-ncs .slider .slick-slide .video-box::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100px;
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(70%, rgba(255, 255, 255, 0.500438)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.500438) 70%, rgba(255, 255, 255, 0) 100%);
}

.promotion-ncs .slider .slick-arrow {
  z-index: 10;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 100%;
  overflow: hidden;
  text-indent: -999px;
}

.promotion-ncs .slider .slick-arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30%;
  height: 30%;
  margin: -15% 0 0 -10%;
  border: 2px solid #fff;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.promotion-ncs .slider .slick-arrow.slick-prev {
  left: 0;
}

.promotion-ncs .slider .slick-arrow.slick-next {
  right: 0;
}

.promotion-ncs .slider .slick-arrow.slick-next:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-left: -20%;
}

.promotion-table .wrap {
  width: 1000px;
  margin-top: -100px;
  padding-top: 100px;
}

.promotion-table .wrap h1 {
  font-size: 60px;
  margin-bottom: 50px;
  font-weight: 600;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}

.promotion-table .wrap table {
  font-size: 24px;
  border-collapse: separate;
  border-spacing: 2px;
  margin-bottom: 140px;
}

.promotion-table .wrap table th {
  padding: 15px;
  background-color: #aa2025;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.promotion-table .wrap table td {
  padding: 15px;
  border: 1px solid #888;
  font-weight: 500;
  text-align: center;
  letter-spacing: -1px;
}

.promotion-bar {
  background-color: #aa2025;
}

.promotion-bar::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 191px;
  height: 66px;
  background: url("//img.eduwill.net/eduwill/img/2021/Z/event/210728/pc/bg_bar.png") no-repeat 50% 0;
  z-index: 1;
}

.promotion-apply1 .ico {
  position: absolute;
  top: 133px;
  left: 0;
}

.promotion-apply1 .btn-apply1 {
  position: absolute;
  bottom: 170px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.promotion-apply2 {
  background-color: #aa2025;
}

.promotion-apply2 .ico {
  position: absolute;
  top: 133px;
  left: 0;
}

.promotion-apply2 .form-wrap {
  position: absolute;
  top: 1130px;
  left: 5px;
  right: 5px;
  bottom: 130px;
  padding: 65px;
  border-radius: 40px;
  -webkit-box-shadow: 0px 2px 46px 0px rgba(29, 29, 29, 0.13);
          box-shadow: 0px 2px 46px 0px rgba(29, 29, 29, 0.13);
  background-color: #fff;
}

.promotion-apply2 .form-wrap .row {
  display: table;
  width: 100%;
}

.promotion-apply2 .form-wrap .row .col {
  display: table-cell;
  vertical-align: top;
  padding: 6px 0;
}

.promotion-apply2 .form-wrap .row:first-child .col {
  padding-top: 0;
}

.promotion-apply2 .form-wrap .action {
  margin-top: 50px;
  text-align: center;
}

.promotion-apply2 .form-wrap .col.title {
  width: 195px;
  line-height: 68px;
  color: #000;
  font-size: 30px;
  font-weight: 600;
  text-align: left;
}

.promotion-apply2 .form-wrap input, .promotion-apply2 .form-wrap textarea {
  width: 100%;
  border: 3px solid #000;
  border-radius: 10px;
  font-size: 22px;
}

.promotion-apply2 .form-wrap input {
  line-height: 62px;
  height: 68px;
  padding: 0 20px;
}

.promotion-apply2 .form-wrap textarea {
  height: 295px;
  padding: 20px;
  resize: none;
}

.promotion-apply2 .form-wrap ::-webkit-input-placeholder {
  color: #bfbfbf;
  font-size: 22px;
}

.promotion-apply2 .form-wrap :-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 22px;
}

.promotion-apply2 .form-wrap ::-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 22px;
}

.promotion-apply2 .form-wrap ::placeholder {
  color: #bfbfbf;
  font-size: 22px;
}

.promotion-apply2 .form-wrap .file-box {
  position: relative;
}

.promotion-apply2 .form-wrap .file-box .upload-name {
  padding-right: calc(30% + 20px);
}

.promotion-apply2 .form-wrap .file-box label {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30%;
  height: 68px;
  line-height: 65px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  background-color: #000;
  cursor: pointer;
  border-radius: 0 10px 10px 0;
  padding: 0;
}

.promotion-apply2 .form-wrap .file-box label::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
  margin-left: 15px;
}

.promotion-apply3 {
  padding-bottom: 135px;
}

.promotion-apply3 .ico {
  position: absolute;
  top: 133px;
  left: 0;
}

.promotion-apply3 .list li {
  margin-bottom: 50px;
}

.promotion-apply3 .list .pointer::after {
  top: 254px;
  left: 380px;
  width: 50px;
  height: 60px;
}

.promotion-pass {
  padding-bottom: 130px;
  background-color: #f1f4f9;
}

.promotion-pass .video-box {
  width: 980px;
  margin: 0 auto;
}

.promotion-pass .pass-area {
  min-height: 500px;
  position: relative;
}

.promotion-pass .slider-box {
  position: absolute;
  top: 450px;
  right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 500px;
  height: 400px;
}

.promotion-pass .slider-box:before, .promotion-pass .slider-box:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 70px;
  background: transparent;
}

.promotion-pass .slider-box:before {
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(241, 244, 249, 0.1)), to(#f1f4f9));
  background: linear-gradient(0deg, rgba(241, 244, 249, 0.1) 0%, #f1f4f9 100%);
}

.promotion-pass .slider-box:after {
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#f1f4f9), to(rgba(241, 244, 249, 0.1)));
  background: linear-gradient(0deg, #f1f4f9 0%, rgba(241, 244, 249, 0.1) 100%);
}

.promotion-pass .slider-box .slider-logo {
  height: 100%;
}

.promotion-pass .slider-box .slick-list {
  height: 100% !important;
}

.promotion-pass .slider-box .slick-list .logo {
  display: table;
  height: 60px;
}

.promotion-pass .slider-box .slick-list .logo img {
  margin: 0 auto;
}

.promotion-pass .slider-box .slick-list p {
  display: table-cell;
  vertical-align: middle;
  font-size: 17px;
  width: 200px;
  margin: 0 auto;
}

.promotion-pass .slider-box .slick-list p:nth-child(2) {
  text-align: left;
}

.promotion-notice {
  padding: 50px 0 120px;
}

.promotion-notice .wrap {
  padding: 0 60px;
}

.promotion-notice dl {
  display: table;
  width: 100%;
  line-height: 1.5;
  padding: 10px 0;
}

.promotion-notice dt {
  display: table-cell;
  width: 180px;
  font-size: 18px;
  text-align: left;
  font-weight: 600;
}

.promotion-notice dd {
  display: table-cell;
  font-size: 16px;
  text-align: left;
}

.promotion-notice dd * {
  line-height: 1.7;
}

.promotion-notice dd ul li {
  padding-left: 11px;
  text-indent: -11px;
}

.promotion-notice dd ul.type2 {
  margin-left: 5px;
}

.promotion-notice dd ul + p, .promotion-notice dd p + p {
  display: block;
  margin-top: 20px;
}

.promotion-info {
  background: #907160 url("//img.eduwill.net/eduwill/img/2021/Z/event/210728/pc/bg_info.jpg") repeat 50% 0;
}
/*# sourceMappingURL=web.css.map */