@charset "UTF-8";
.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 strong, .promotion span, .promotion dl, .promotion dt, .promotion dd {
  line-height: 100%;
  margin: 0;
  padding: 0;
}

.promotion p {
  margin: 0;
  padding: 0;
}

.promotion .highlight {
  color: #fe0000 !important;
}

.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: 30000;
  background-color: rgba(0, 0, 0, 0.6);
}

.popup {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 40000;
  -webkit-transform: translateX(-50%);
          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: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: 40px 0 28px;
  font-weight: 400;
  font-size: 23px;
  text-align: center;
  color: #fff;
  letter-spacing: -1px;
  line-height: 1.2;
  background-color: #393939;
}

.popup .popup_title strong {
  letter-spacing: -2px;
  font-weight: 900;
}

@media screen and (min-width: 720px) {
  .popup .popup_title strong {
    font-size: 35px;
  }
}

@media screen and (max-width: 719px) {
  .popup .popup_title strong {
    font-size: 4.86111vw;
  }
}

@media screen and (max-width: 720px) {
  .popup .popup_title {
    letter-spacing: 0;
    padding: 20px 0 20px;
  }
  .popup .popup_title strong {
    letter-spacing: 0;
  }
}

.popup .popup_cont {
  padding: 5% 3% 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;
}

@media screen and (max-width: 720px) and (min-width: 720px) {
  .popup .popup_cont .label {
    font-size: 24px;
  }
}

@media screen and (max-width: 720px) and (max-width: 719px) {
  .popup .popup_cont .label {
    font-size: 3.33333vw;
  }
}

.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: 20%;
  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: 4px;
  }
}

.popup .popup_cont .input_box dl dd {
  position: relative;
  float: left;
  width: 80%;
}

.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: 21px;
  }
}

@media screen and (max-width: 720px) and (max-width: 719px) {
  .popup .popup_cont .input_box dl dd .ipt {
    font-size: 2.91667vw;
  }
}

.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.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: 21px;
  }
}

@media screen and (max-width: 720px) and (max-width: 719px) {
  .popup .popup_cont .input_box dl.certification .timer {
    font-size: 2.91667vw;
  }
}

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

@media screen and (max-width: 720px) {
  .popup .popup_cont .check_box {
    margin-top: 5%;
  }
}

.popup .popup_cont .check_box .label {
  padding-left: 10px;
}

.popup .popup_cont .check_box .table_box .text {
  font-size: 14px;
  line-height: 130%;
  color: #585858;
  margin-bottom: 10px;
}

.popup .popup_cont .check_box .table_box table {
  width: 100%;
  margin-bottom: 20px;
}

.popup .popup_cont .check_box .table_box table th,
.popup .popup_cont .check_box .table_box table td {
  font-size: 14px;
  font-family: "Noto Sans KR", Sans-Serif;
  color: #585858;
  text-align: left;
  border: 1px solid #dcdcdc;
  padding: 10px 5px;
}

.popup .popup_cont .check_box .table_box table th {
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 720px) {
  .popup .popup_cont .check_box .table_box .text {
    margin-bottom: 3%;
  }
}

@media screen and (max-width: 720px) and (min-width: 720px) {
  .popup .popup_cont .check_box .table_box .text {
    font-size: 20px;
  }
}

@media screen and (max-width: 720px) and (max-width: 719px) {
  .popup .popup_cont .check_box .table_box .text {
    font-size: 2.77778vw;
  }
}

@media screen and (max-width: 720px) {
  .popup .popup_cont .check_box .table_box table {
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 720px) and (min-width: 720px) {
  .popup .popup_cont .check_box .table_box table th, .popup .popup_cont .check_box .table_box table td {
    font-size: 20px;
  }
}

@media screen and (max-width: 720px) and (max-width: 719px) {
  .popup .popup_cont .check_box .table_box table th, .popup .popup_cont .check_box .table_box table td {
    font-size: 2.77778vw;
  }
}

.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: 21px;
  }
}

@media screen and (max-width: 720px) and (max-width: 719px) {
  .popup .popup_cont .check_box .scroll_box em {
    font-size: 2.91667vw;
  }
}

.popup .popup_cont .check_box .agree_check {
  margin: 10px 0 30px 0;
  font-family: "Noto Sans KR", Sans-Serif;
  font-size: 14px;
}

@media screen and (max-width: 720px) {
  .popup .popup_cont .check_box .agree_check {
    margin-bottom: 7%;
  }
}

@media screen and (max-width: 720px) and (min-width: 720px) {
  .popup .popup_cont .check_box .agree_check {
    font-size: 21px;
  }
}

@media screen and (max-width: 720px) and (max-width: 719px) {
  .popup .popup_cont .check_box .agree_check {
    font-size: 2.91667vw;
  }
}

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

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

.promotion {
  position: relative;
  text-align: center;
  min-width: 1100px;
  overflow: hidden;
  font-family: "Noto Sans KR", Sans-Serif;
  letter-spacing: -1px;
  background-color: #fff;
}

.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 .clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.promotion .wrap {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}

.promotion a {
  display: inline-block;
}

.promotion .floating {
  position: fixed;
  left: 50%;
  top: 300px;
  margin-left: 650px;
  z-index: 3;
}

.promotion .ico_hand {
  position: absolute;
  right: 10px;
  bottom: -60px;
  -webkit-animation: 0.5s slideUpY ease-in-out infinite alternate;
          animation: 0.5s slideUpY ease-in-out infinite alternate;
}

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

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

.promotion .banner-timer {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 20px 0;
  z-index: 4;
  width: 100%;
  background-color: #000;
}

.promotion .banner-timer .countdown {
  line-height: 1;
  z-index: 1;
  width: 950px;
  margin: 0 auto;
}

.promotion .banner-timer .countdown:after {
  content: '';
  display: block;
  clear: both;
}

.promotion .banner-timer .countdown p {
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  line-height: 1;
  vertical-align: middle;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  font-family: 'Noto Sans KR', Sans-Serif;
  padding-right: 5px;
}

.promotion .banner-timer .countdown .benefit {
  float: left;
  color: #fff;
  font-weight: 600;
  top: 3px;
}

.promotion .banner-timer .countdown .day_box {
  position: relative;
  float: left;
  width: 370px;
  top: 3px;
  margin-left: 5px;
}

.promotion .banner-timer .countdown .btn_apply, .promotion .banner-timer .countdown .btn_end {
  float: right;
}

.promotion .section:nth-child(2n) {
  background-color: #f7f7f7;
}

.promotion .section .winner_box {
  position: relative;
}

.promotion .section .winner_box .btn_box {
  position: absolute;
  left: 0;
  bottom: 115px;
  width: 100%;
  font-size: 0;
}

.promotion .section .winner_box .btn_box a {
  display: inline-block;
  margin: 0 57px;
}

.promotion .section .winner_box .winner_box {
  position: absolute;
  left: 606px;
  top: 0px;
  width: 411px;
}

.promotion .section .winner_box .winner_box .winner-title {
  color: #222;
  font-family: "Noto Sans KR", Sans-Serif;
  font-size: 24px;
  font-weight: 700;
  padding: 40px 0 35px;
  border-bottom: 1px solid #d9d9d9;
}

.promotion .section .winner_box .winner_box .winner-title strong {
  color: #f00;
}

.promotion .section .winner_box .winner_box .winner-slide {
  margin-top: 35px;
  height: 238px;
  overflow: hidden;
}

.promotion .section .winner_box .winner_box .winner-slide li {
  position: relative;
  margin-top: 10px;
  text-align: left;
  margin-bottom: 5px;
}

.promotion .section .winner_box .winner_box .winner-slide li:first-child {
  margin-top: 0;
}

.promotion .section .winner_box .winner_box .winner-slide li .winner-name {
  display: inline-block;
  width: 29%;
  color: #4d4d4d;
  font-size: 20px;
  vertical-align: top;
}

.promotion .section .winner_box .winner_box .winner-slide li .winner-text {
  display: inline-block;
  width: 69%;
  color: #4d4d4d;
  font-size: 20px;
  vertical-align: top;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.promotion .section .book-box {
  position: relative;
}

.promotion .section .book-box .fly1 {
  position: absolute;
  left: 190px;
  top: 133px;
}

.promotion .section .book-box .fly1 strong {
  font-size: 27px !important;
  font-weight: 400;
}

.promotion .section .book-box .fly2 {
  position: absolute;
  left: 50px;
  top: 520px;
}

.promotion .section .event-box {
  position: relative;
}

.promotion .section .event-box .btn_apply, .promotion .section .event-box .btn_end {
  display: block;
  position: absolute;
  left: 50%;
  top: 516px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 687px;
}

.promotion .section .event-box .date-box {
  position: absolute;
  left: 50px;
  top: 303px;
}

.promotion .section .event-box .date-box dl {
  margin-bottom: 20px;
}

.promotion .section .event-box .date-box dl:after {
  content: '';
  display: block;
  clear: both;
}

.promotion .section .event-box .date-box dl dt, .promotion .section .event-box .date-box dl dd {
  color: #222;
  font-size: 24px;
  height: 37px;
  line-height: 37px;
}

.promotion .section .event-box .date-box dl dt {
  float: left;
}

.promotion .section .event-box .date-box dl dt span {
  display: inline-block;
  width: 130px;
  height: 37px;
  line-height: 37px;
  background-color: #fff;
  border-radius: 50px;
  font-weight: 500;
}

.promotion .section .event-box .date-box dl dd {
  float: left;
  margin-left: 15px;
  letter-spacing: -1px;
}

.promotion .section-top {
  background-color: #ffe001;
}

.promotion .section-title {
  position: relative;
  height: 1092px;
}

.promotion .section-title .btn_apply, .promotion .section-title .btn_end {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 687px;
}

.promotion .section-title .video_box {
  position: relative;
  width: 100%;
  height: 1081px;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  background-color: #000;
}

.promotion .section-title .video_box video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.promotion .section-title .layer {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.promotion .section-title .layer img {
  width: 100%;
  height: 100%;
}

.promotion .section-title .cont_box {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}

.promotion .section-notice {
  background-color: #fff;
  text-align: left;
  padding: 80px 0;
}

.promotion .section-notice dl {
  margin-top: 70px;
}

.promotion .section-notice dl:first-child {
  margin-top: 0px;
}

.promotion .section-notice dl dt, .promotion .section-notice dl dd {
  font-size: 24px;
  line-height: 150%;
  color: #222;
  font-family: "Noto Sans KR", Sans-Serif;
}

.promotion .section-notice dl dt {
  font-weight: 700;
  margin-bottom: 7px;
}

.promotion .section-notice dl dd {
  font-weight: 300;
  padding-left: 11px;
  text-indent: -11px;
}
/*# sourceMappingURL=web.css.map */