@keyframes blink {
  0% {
    color: #ebbd46;
  }
  100% {
    color: #eb4646;
  }
}
#s08 {
  background: var(--section-background) !important;
}
#s08 .section-name-sub {
  font-size: 13px;
  margin-top: 32px;
  color: #C99B61;
  display: none;
}
#s08 .content {
  padding-top: 107px;
  padding-bottom: 120px;
  background-color: transparent !important;
}
#s08 .row {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 76px 180px;
  margin-top: 63px;
  padding-right: 130px;

  display: flex;

  background-color: white;
  
}
#s08 .row img {
  width: 100%;
}
#s08 .row .ribbon {
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
}

/* 모바일용 신청 문의버튼 */
#s08 .mobile-submit-wrapper {
  display: none;
}

/* BODY CONTENTS */
#s08 .info-wrapper {
  position: relative;
  flex: 1;
  width: 100%;
}
#s08 .info-wrapper .hot {
  position: absolute;
  top: -70px;
  left: 0px;
  width: auto;
}
#s08 .info-wrapper .hot img {
  width: 100%;
}
#s08 .info-wrapper .hot .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 83%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: white;
  line-height: 19px;
  text-align: center;
}
#s08 .info-wrapper .event-body {
  padding-top: 0px;
  width: 100%;
}
#s08 .info-wrapper .event-body h4:first-child {
  margin-top: 0;
}
#s08 .info-wrapper .event-body h4 {
  margin: 0;
  margin-top: 45px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.72px;
  color: #2F5C66;
}
#s08 .info-wrapper .event-body h4::before {
  content: '';
  margin-right: 12px;
  width: 7px;
  height: 7px;
  background-color: #2F5C66;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
}
#s08 .info-wrapper .event-body ul{
  margin-top: 10px;
}
#s08 .info-wrapper .event-body ul,
#s08 .info-wrapper .event-body li {
  list-style: none;
}
#s08 .info-wrapper .event-body li {
  margin-left: 23px;
  font-size: 16px;
  letter-spacing: -0.72px;
  line-height: 1.8;
  color: #686868;
  white-space: break-spaces;
  text-indent: -8px;
}
#s08 .info-wrapper .event-body li::before {
  content: '';
  width: 3px;
  height: 3px;
  background: black;
  border-radius: 50%;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 7px;
}
#s08 .info-wrapper .event-body .sub {
  margin-top: 6px;
  margin-left: 25px;
  font-size: 14px;
  color: #999999;
  line-height: 1.6;
}
#s08 .info-wrapper .event-body .point {
  display: inline;
  color: #C99B61;
  font-weight: 500;
}
#s08 .info-wrapper .event-body .poin2 {
  display: inline;
  color: #C99B61;
  font-weight: 500;
  margin-left: 15px;
}

/* SUBMIT CONTENTS */
#s08 .coupon-wrapper {
  width: 50%;
}

#s08 .coupon-wrapper .coupons {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
#s08 .coupon-wrapper .coupons li {
  width: 267px;
  position: relative;
  margin-bottom: 34px;
}
#s08 .coupon-wrapper .coupons li img {
  width: 100%;
}
#s08 .coupon-wrapper .coupons li .txt {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  z-index: 1;
  color: white;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
}
#s08 .coupon-wrapper .coupons li .txt strong {
  font-weight: 600;
}
#s08 .coupon-wrapper .sub-text {
  width: 267px;
  font-size: 14px;
  letter-spacing: -0.56px;
  color: #C99B61;
  text-align: center;
}


#s08 .submit-button {
  margin-top: 43px;
  width: 327px;
  height: 60px;  
}

/*******************************/
/* 반응형 */
/*******************************/

/* 모바일 */
@media screen and (max-width: 450px) {
  #s08 .content {
    padding-top: 70px;
    padding-bottom: 58px;
  }
  #s08 .section-name-sub {
    display: block;
  }
  #s08 .row {
    padding: 0;
    flex-direction: column-reverse;
    padding: 0 19.5px;
    padding-top: 35px;
    padding-bottom: 45px;
    
    width: auto;
    margin: 0 15.5px;
    margin-top: 30px;
  }
  #s08 .row .ribbon {
    display: none;
  }
  
  #s08 .mobile-submit-wrapper {
    display: block;
  }
  #s08 .mobile-submit-wrapper .submit-button {
    width: 100%;
    margin-top: 33.5px;
  }


  #s08 .mobile-submit-wrapper .btn-anim-to-white .arrow-black {
    position: absolute;
    margin-left: 106px;
  }

  #s08 .info-wrapper .submit-button {    
    display: none;
  }  
  #s08 .info-wrapper .hot{
    top: -57px;
    width: 21%;
  }
  #s08 .info-wrapper .hot .txt{
    font-size: 14px;
    line-height: 16px;
  }
  
  #s08 .coupon-wrapper {
    width: 100%;
    margin-top: 26px;
  }
  #s08 .coupon-wrapper .coupons {
    flex-direction: row;
  }
  #s08 .coupon-wrapper .coupons li {
    margin-bottom: 0;
  }
  #s08 .coupon-wrapper .coupons li .txt {
    font-size: 21px;
  }
  #s08 .coupon-wrapper .sub-text {
    display: none;
  }
}
/* 테블릿 */
@media screen and (min-width: 451px) and (max-width: 1023px) {
  #s08 .row {
    padding: 0 66.5px;
    padding-top: 60px;
    padding-bottom: 45px;
    width: auto;
    margin: 0 15.5px;
    margin-top: 30px;
    display: flex;
    align-items: center;
  }
  #s08 .coupon-wrapper .coupons {
    align-items: center;
  }
  #s08 .coupon-wrapper .coupons li {
    width: 218px;
  }
  #s08 .coupon-wrapper .coupons li .txt {
    font-size: 28px;
  }
  #s08 .info-wrapper {
    display: flex;
    flex-direction: column;
  }
  #s08 .info-wrapper .event-body h4 {
    margin-top: 12px;
  }
  #s08 .submit-button {
    width: 100%;
  }

}
/* PC */
@media screen and (min-width: 1024px) {
}
