/* common */
ul, li {
  list-style: none;
}
.c_point {
  color: var(--point);
}
.event_fiveday {
  --point: #FF003C;
  line-height: 170%;
  letter-spacing: 0;
  box-sizing: border-box;
}
.event_fiveday_inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: var(--padding_v) var(--menu_padding);
  z-index: 1;
}
.fiveday_title {
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1px;
  color: inherit;
  text-align: center;
}
.fiveday_title > small {
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 140%;
  display: block;
  opacity: .9;
}
.fiveday_bubble_box {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 0 12px;
  font-weight: 600;
  color: #fff;
  background-color: var(--bubble_back);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
}
.fiveday_bubble_box::after {
  position: absolute;
  left: 50%;
  background-color: var(--bubble_back);
  mask-position: center bottom;
  mask-size: cover !important;
  transform: translateX(-50%);
  display: block;
  content: '';
}

.event_button_group {
  display: flex;
  justify-content: center;
}
.btn_event {
  --btn_color: #fff;
  --btn_bg: #000;
  width: 100%;
  height: 56px;
  font-weight: 600;
  line-height: 170%;
  color: var(--btn_color);
  background-color: var(--btn_bg);
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btn_event::after {
  width: 24px;
  height: 24px;
  background-color: var(--btn_color);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cmask id='mask0_244_138' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='16' height='16'%3E%3Crect width='16' height='16' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_244_138)'%3E%3Cpath d='M9.64999 7.99947L4.74999 3.09947C4.58333 2.9328 4.50277 2.73558 4.50833 2.5078C4.51388 2.28003 4.59999 2.0828 4.76666 1.91614C4.93333 1.74947 5.13055 1.66614 5.35833 1.66614C5.5861 1.66614 5.78333 1.74947 5.94999 1.91614L11.0667 7.04947C11.2 7.18281 11.3 7.33281 11.3667 7.49947C11.4333 7.66614 11.4667 7.83281 11.4667 7.99947C11.4667 8.16614 11.4333 8.33281 11.3667 8.49947C11.3 8.66614 11.2 8.81614 11.0667 8.94947L5.93333 14.0828C5.76666 14.2495 5.57221 14.33 5.34999 14.3245C5.12777 14.3189 4.93333 14.2328 4.76666 14.0661C4.59999 13.8995 4.51666 13.7022 4.51666 13.4745C4.51666 13.2467 4.59999 13.0495 4.76666 12.8828L9.64999 7.99947Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");
  mask-size: 16px auto !important;
  mask-position: center;
  mask-repeat: no-repeat;
  display: block;
  content: '';
}

/***** section *****/
.event_fiveday_header {
  position: relative;
  background-size: cover;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.event_fiveday_header .event_fiveday_inner {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.event_fiveday_header ._blur {
  opacity: 0;
  filter: blur(20px);
  transition: 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) opacity, 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) filter;
  transition-delay: .3s;
}
.__ani.event_fiveday_header ._blur {
  opacity: 1;
  filter: none;
}
.event_fiveday_header h2 {
  line-height: 140%;
  font-weight: 500;
  text-align: center;
  color: var(--point);
}
.event_fiveday_header h2 > b {
  color: #fff;
  font-weight: 500;
  display: block;
}
.event_fiveday_header h3 {
  width: 100%;
}
.event_fiveday_header h3 > small {
  line-height: 140%;
  font-weight: 500;
  color: #fff;
  text-align: center;
  display: block;
}
.fiveday_header_days {
  line-height: 170%;
  font-weight: 400;
  color: #FEFEFE;
  display: inline-flex;
  justify-content: center;
}
.fiveday_header_days > b {
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
  color: #777;
}
.fiveday_header_badges {
  position: absolute;
  animation: badge 2s ease-in-out infinite alternate;
  z-index: 2;
}
.fiveday_header_badges._01 {animation-delay: 1.6s;}
.event_fiveday_header ._curtain {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  min-width: 1920px;
  min-height: 100%;
  transform: translateX(-50%);
  z-index: 3;
}
._curtain > div {
  position: absolute;
  top: 50%;
  width: 50%;
  height: 300%;
  background: url('/wp-content/themes/fastfive/assets/event/250829_fiveday/img/pattern.png') repeat;
  background-size: 10px auto;
  transform: translateY(-50%);
  perspective: 1000px;
  perspective-origin: center left;
  transition: 2.6s cubic-bezier(.36,.07,.25,1) transform;
}
._curtain > div::after {
  width: 100%;
  height: 100%;
  opacity: .4;
  background: linear-gradient(to right, #000000,#3b3b3b,#0c0c0c,#3b3b3b,#0c0c0c,#222222,#0c0c0c,#3b3b3b,#0c0c0c,#3b3b3b,#0c0c0c,#222222,#0c0c0c,#3b3b3b,#000000);
  display: block;
  content: '';
}
._curtain ._curtain_left {left: 0;}
._curtain ._curtain_right {right: 0;}
.__ani ._curtain_left {transform: translate(-100%, -100%) rotate3d(1, 1, 1, 65deg) scale(.8);}
.__ani ._curtain_right {transform: translate(100%, -100%) rotate3d(1, 1, 1, -65deg) scale(.8);}

[class*="_light"] {
	position: relative;
	width: 100%;
  max-width: 1920px;
	height: 0;
	margin: auto;
	border-radius: 50%;
}
._light {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  opacity: 0;
  transition: 3s ease opacity;
  transition-delay: 1s;
}
.__ani ._light {opacity: 1;}

@media (min-width: 615px) {
  ._light_01 {animation: one 5s ease-in-out infinite alternate;}
  ._light_02 {width: 90%; animation: two 4s ease-in-out infinite alternate;}
  ._light_03 {width: 80%; animation: three 3s ease-in-out infinite alternate;}
  ._light_04 {width: 70%; animation: four 2s ease-in-out infinite alternate;}
  ._light_05 {width: 60%; animation: five 1s ease-in-out infinite alternate;}
}

.event_fiveday_countdown {
  --bubble_back: var(--point);
  color: #fff;
  background-color: #000;
}
.fiveday_countdown {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fiveday_timer {
  display: flex;
  justify-content: center;
}
.fiveday_timer > div {
  position: relative;
  display: flex;
}
.fiveday_timer > div::after {
  position: absolute;
  top: 50%;
  background-size: 100% auto !important;
  transform: translateY(-50%);
  display: block;
  content: '';
}
.fiveday_timer > div:first-child::after {display: none;}
.fiveday_timer span {
  font-weight: 700;
  color: #fff;
  background-size: cover !important;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.event_fiveday_office {
  --bubble_back: #000;
  width: 100%;
  overflow: hidden;
  background-color: #FFF4F4;
}
.event_fiveday_office .event_fiveday_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--content_gap);
}
.event_fiveday_office header,
.event_fiveday_reward header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.event_fiveday_office .fiveday_bubble_box,
.event_fiveday_reward .fiveday_bubble_box {order: -1;}
.event_fiveday_office .fiveday_title {margin-top: 16px;}
.event_fiveday_office .fiveday_text {
  font-weight: 500;
  line-height: 140%;
  color: #777;
}
.fiveday_office {
  width: 100%;
}
.fiveday_office_nav {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.fiveday_office_nav li {
  flex: 1;
}
.fiveday_office_nav li a {
  min-width: 124px;
  height: 52px;
  font-size: 16px;
  font-weight: 700;
  line-height: 170%;
  color: #777;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fiveday_office_nav li a._active {
  color: #fff;
  background-color: #000;
}
.fiveday_office_nav li:first-child a {min-width: var(--thumb_size);}
.fiveday_office_list {width: 100%;}
.fiveday_office_list ul {width: 100%;}
.fiveday_office_list li {
  position: relative;
  background-color: #fff;
  display: flex;
  overflow: hidden;
}
.fiveday_office_list h5 {
  display: flex;
  z-index: 1;
}
.fiveday_office_list ._branch,
.fiveday_office_list ._person {
  font-weight: 700;
  line-height: 170%;
  padding: 0 7px;
  border: 1px solid var(--point);
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
}
.fiveday_office_list ._branch {
  color: #fff;
  background-color: var(--point);
}
.fiveday_office_list ._person {
  color: var(--point);
  background-color: #fff;
}
.fiveday_office_list img {
  object-fit: cover;
  overflow: hidden;
  order: 1;
}
.fiveday_office_price {
  display: flex;
  flex-direction: column;
}
.fiveday_office_price small {
  font-weight: 400;
  color: #777;
  order: 1;
}
.fiveday_office_price p {
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  color: #000;
}
.fiveday_office_price p > b {
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1px;
  color: inherit;
  display: inline-block;
}

.event_fiveday_reward {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: url('/wp-content/themes/fastfive/assets/event/250930_fiveday_chuseok/img/reward_bg.jpg') no-repeat center center / cover;
}
.event_fiveday_reward .fiveday_bubble_box,
.event_fiveday_reward .fiveday_bubble_box::after {
  background: var(--point);
}
.event_fiveday_reward .fiveday_title {margin-top: 20px;}
.event_fiveday_reward .fiveday_text { font-weight: 500; opacity: 0.6;}
.event_fiveday_reward .fiveday_reward {position: relative; height: 100%; margin: 0 auto; aspect-ratio: 458 / 284;}
.event_fiveday_reward .fiveday_reward::before {position: absolute; display: block; background: url('/wp-content/themes/fastfive/assets/event/250930_fiveday_chuseok/img/light.png') no-repeat center center / 100% auto; background-blend-mode: screen; mix-blend-mode: screen; content: '';}
.event_fiveday_reward .reward_notice {font-size: 12px; line-height: 1.7; text-align: center;}
.event_fiveday_reward .notice_list {opacity: 0.6;}
.event_fiveday_reward .caution { margin-top: 8px; font-weight: 700;}
.event_fiveday_reward ._coin { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.event_fiveday_reward [class*="_coin_"] {
  position: absolute; 
  opacity: 0;
  background-repeat: no-repeat; 
  background-position: center center; 
  background-size: 100% auto;
  filter: blur(10px); 
  transform: translateY(-50%);
  transition: .5s ease-out transform, .8s ease-out opacity, .5s ease-out filter;
  will-change: transform, opacity, filter;
}
.event_fiveday_reward ._coin_02 {transition-delay: .2s;}
.event_fiveday_reward ._coin_03 {transition-delay: .4s;}
.__ani.event_fiveday_reward [class*="_coin_"] {opacity: 1; transform: translateY(0); filter: blur(0);}

.event_fiveday_premium {
  width: 100%;
  overflow: hidden;
}
.event_fiveday_premium .event_fiveday_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fiveday_premium_img,
.fiveday_premium_exp {
  position: relative;
  width: 100%;
}
.fiveday_premium_img {
  margin-top: var(--content_gap);
}
.fiveday_premium_swiper {
  position: relative;
  min-width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.fiveday_premium_swiper figure {
  position: relative;
  width: 100%;
  min-width: 100%;
  overflow: hidden;
}
.fiveday_premium_swiper figcaption {
  position: absolute;
  right: 0;
  bottom: -100%;
  left: 0;
  min-width: 0;
  width: 100%;
  font-weight: 600;
  color: #000;
  text-align: center;
  background: rgba(255, 255, 255, .7);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .8s ease bottom;
  z-index: 1;
}
.fiveday_premium_swiper .swiper-slide-active figcaption {
  bottom: 0;
  transition-delay: .2s;
}
.fiveday_premium_exp {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.fiveday_premium_exp li {
  position: absolute;
  width: 100%;
  opacity: 0;
}
.fiveday_premium_exp li._active {
  position: relative;
  opacity: 1;
}
.event_swiper_button {
  --posX: -100%;
  position: absolute;
  top: 50%;
  width: 80px;
  height: 80px;
  margin-top: -20px;
  text-indent: -1000em;
  transform: translate(var(--posX), -50%);
  z-index: 1;
  overflow: hidden;
}
.event_swiper_button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='30' viewBox='0 0 18 30' fill='none'%3E%3Cpath d='M15.6719 1.66797L2.33854 15.0013L15.6719 28.3346' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: 18px auto;
  mask-repeat: no-repeat;
  mask-position: center;
  display: block;
  content: '';
}
.event_swiper_button._prev {left: -8px;}
.event_swiper_button._next {
  --posX: 100%;
  right: -8px;
}
.event_swiper_button._next::after {transform: rotate(180deg);}
.event_swiper_paging {
  font-size: 0;
  line-height: 100%;
  text-align: center;
}
.swiper-pagination-bullet {background-color: #000;}
.swiper-pagination-bullet:is(.swiper-pagination-bullet-active) {opacity: 1;}

.event_fiveday_benefit {
  position: relative;
  width: 100%;
  color: #fff;
  background-color: var(--point);
  overflow: hidden;
}
.event_fiveday_benefit .event_fiveday_inner {
  max-width: 100%;
}
.fiveday_benefit {
  margin-top: var(--content_gap);
}
.fiveday_benefit .visible-hidden {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: -1;
}
.fiveday_benefit_list {
  width: calc(100% + (var(--menu_padding) * 2));
  margin: 0 calc(-1 * var(--menu_padding));
  background-size: auto 100% !important;
  transform: translateZ(0); 
  backface-visibility: hidden;
}

.event_fiveday_award {
  color: #fff;
  background-color: #000;
}
.event_fiveday_award .event_fiveday_inner {
  display: flex;
  flex-direction: column;
  gap: var(--content_gap);
}
@keyframes two { 
  from {box-shadow: 0 0 650px 40px #FF003C;}
  to {box-shadow: 0 0 300px 30px rgba(255, 0, 100, .6);}
}
@keyframes three { 
  from {box-shadow: 0 0 650px 40px rgba(255, 0, 100, .6);}
  to {box-shadow: 0 0 300px 30px #3E33FF;}
}
@keyframes four {
  from {box-shadow: 0 0 650px 40px #781848;}
  to {box-shadow: 0 0 300px 30px #F2BBE9;}
}
@keyframes five {
  from {box-shadow: 0 0 650px 40px #42F2A1;}
  to {box-shadow: 0 0 300px 30px #F4F6AD;}
}
@keyframes badge {
  0% {transform: translateY(-5%) rotate3d(1, 0, 1, 6deg);}
  100% {transform: translateY(10%);}
}

@keyframes repeatList {
  0% {background-position: 0;}
  100% {background-position: -3760px 0;}
}
@keyframes repeatList01 {
  0% {background-position: 0;}
  100% {background-position: -1680px 0;}
}
@keyframes repeatList02 {
  0% {background-position: 0;}
  100% {background-position: 1680px 0;}
}
/* desktop */
@media (min-width: 961px) {
  .event_fiveday {
    --max_width: 1280px;
    --padding_v: 180px;
    --content_gap: 60px;
    font-size: 18px;
  }
  .hidden_pc {display: none;}
  .hidden_mo {display: block;}

  .event_fiveday_inner {max-width: calc(var(--max_width) + (var(--menu_padding) * 2));}
  .fiveday_title {font-size: 40px;}
  .fiveday_title > small {font-size: 24px;}
  .fiveday_bubble_box {height: 34px; font-size: 20px; line-height: 170%;}
  .fiveday_bubble_box::after {
    bottom: -6px; 
    width: 17px; 
    height: 16px; 
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17 16' fill='none'%3E%3Cpath d='M10.2321 15C9.46225 16.3333 7.53775 16.3333 6.76795 15L0.27276 3.75C-0.49704 2.41667 0.46521 0.749998 2.00481 0.749998L14.9952 0.75C16.5348 0.75 17.497 2.41667 16.7272 3.75L10.2321 15Z' fill='black'/%3E%3C/svg%3E");
  }
  .btn_event {min-width: 320px; padding: 0 48px; font-size: 18px; text-indent: 8px;}

  .event_fiveday_header {min-height: 710px; background: url('/wp-content/themes/fastfive/assets/event/250829_fiveday/img/header_bg.jpg') center bottom repeat-x;}
  .event_fiveday_header .event_fiveday_inner {
    max-width: 1042px; 
    min-height: 100%; 
    padding: 56px 0; 
    background: url('/wp-content/themes/fastfive/assets/event/250829_fiveday/img/header_bg_lock.png') center bottom no-repeat; background-size: 942px auto;
  }
  .event_fiveday_header .__blur {transition-delay: .7s;}
  .event_fiveday_header h2 {margin-top: 37px; font-size: 24px;}
  .event_fiveday_header h3 {max-width: 686px; margin: 134px auto 0;}
  .event_fiveday_header h3 > small {padding-bottom: 16px; font-size: 24px;}
  .fiveday_header_days {margin-top: 71px; font-size: 20px; gap: 6px;}
  .fiveday_header_badges._01 {bottom: 35px; left: min(-68px, -7.6%); width: 234px;}
  .fiveday_header_badges._02 {top: 243px; right: min(-107px, -10.62%); width: 290px;}

  ._curtain::before,
  ._curtain::after {
    position: absolute;
    top: 0;
    width: 494px;
    height: 100%;
    display: block;
    background-size: 100% auto !important;
    content: '';
    z-index: 1;
    transition: 1s cubic-bezier(.36,.07,.25,1) transform;
    transition-delay: .6s;
  }
  ._curtain::before {
    left: 0;
    background: url('/wp-content/themes/fastfive/assets/event/250829_fiveday/img/header_curtain_01.png') left top no-repeat;
    transform: translateX(-100%);
  }
  ._curtain::after {
    right: 0;
    background: url('/wp-content/themes/fastfive/assets/event/250829_fiveday/img/header_curtain_02.png') right top no-repeat;
    transform: translateX(100%);
  }
  .__ani ._curtain::before,
  .__ani ._curtain::after {
    transform: translateX(0);
  }

  .event_fiveday_countdown {--padding_v: 100px;}
  .fiveday_countdown {margin-top: 30px; gap: 30px;}
  .fiveday_timer {gap: 41px;}
  .fiveday_timer > div {gap: 8px;}
  .fiveday_timer > div::after {
    left: -26px;
    width: 12px;
    height: 38px;
    background: url('/wp-content/themes/fastfive/assets/event/250829_fiveday/img/count_dv.png') center no-repeat;
  }
  .fiveday_timer span {
    width: 80px;
    height: 98px;
    font-size: 66px;
    background: url('/wp-content/themes/fastfive/assets/event/250829_fiveday/img/count_box.png') left top no-repeat;
  }

  .event_fiveday_office .fiveday_text,
  .event_fiveday_reward .fiveday_text {margin-top: 10px; font-size: 24px;}
  .fiveday_office_nav {display: none;}
  .fiveday_office_list ul {display: grid; grid-template-columns: repeat(auto-fill, minmax(305px, auto)); gap: 40px 20px;}
  .fiveday_office_list li {border-radius: 10px; flex-direction: column;}
  .fiveday_office_list h5 {position: absolute; top: 27px; left: 26px; gap: 9px;}
  .fiveday_office_list ._branch,
  .fiveday_office_list ._person {font-size: 16px;}
  .fiveday_office_list img {width: 100%; height: 259px;}
  .fiveday_office_price {padding: 20px 26px; text-align: right; gap: 2px; order: 2;}
  .fiveday_office_price small {font-size: 18px;}
  .fiveday_office_price p > b {font-size: 40px;}
  .event_fiveday_reward .fiveday_reward {max-width: 458px; margin-top: 60px;}
  .event_fiveday_reward .fiveday_reward::before {top: -68px; left: -38px; width: 186px; height: 166px;}
  .event_fiveday_reward .reward_notice { margin-top: 12px;}
  .event_fiveday_reward ._coin_01 {top: -78px; left: 53.5vw; width: 222px; height: 234px; background-image: url('/wp-content/themes/fastfive/assets/event/250930_fiveday_chuseok/img/coin_01.png');}
  .event_fiveday_reward ._coin_02 {top: 276px; left: calc(50% - 471px); width: 266px; height: 292px; background-image: url('/wp-content/themes/fastfive/assets/event/250930_fiveday_chuseok/img/coin_02.png');}
  .event_fiveday_reward ._coin_03 {bottom: -78px; left: 56.1vw; width: 328px; height: 310px; background-image: url('/wp-content/themes/fastfive/assets/event/250930_fiveday_chuseok/img/coin_03.png');}
  .fiveday_premium_img,
  .fiveday_premium_exp {max-width: 1138px;}
  .fiveday_premium_exp {margin-top: 40px;}
  .event_swiper_paging {margin-top: 12px;}
  .fiveday_premium_swiper figcaption {height: 49px; padding: 9px; backdrop-filter: blur(5px);}
  .swiper-pagination-bullet {opacity: .2;}

  .fiveday_benefit_list {
    height: 192px; 
    animation: repeatList 60s linear infinite forwards; 
    background: url('/wp-content/themes/fastfive/assets/event/250829_fiveday/img/benefit_img.png') left top repeat-x;
  }
  .fiveday_benefit_list._02 {display: none;}

  .event_fiveday_award .fiveday_title {font-size: 52px;}
}
/* mobile */
@media (max-width: 960px) {
  .event_fiveday {
    --max_width: 100%;
    --padding_v: 130px;
    --content_gap: 40px;
    font-size: 16px;
  }
  .hidden_pc {display: block;}
  .hidden_mo {display: none;}

  .event_fiveday_inner {max-width: 100%;}
  .fiveday_title {font-size: 28px;}
  .fiveday_title > small {font-size: 22px;}
  .fiveday_bubble_box {height: 29px; font-size: 18px; line-height: 100%;}
  .fiveday_bubble_box::after {
    bottom: -8px; 
    width: 12px; 
    height: 12px; 
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M4.08168 10.4053L0.405374 2.87767C-0.243491 1.54904 0.723901 0 2.20251 0H9.73018C11.225 0 12.1916 1.58015 11.5107 2.91095L7.65931 10.4386C6.90861 11.9059 4.80495 11.8863 4.08168 10.4053Z' fill='black'/%3E%3C/svg%3E");
  }
  .btn_event {min-width: 256px; padding: 0 32px; font-size: 16px; text-indent: 4px;}

  .event_fiveday_header {min-height: 664px; background: linear-gradient(180deg, #020202 50%, #797979 133.38%), #000;}
  .event_fiveday_header::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;;
    background: url('/wp-content/themes/fastfive/assets/event/250829_fiveday/img/header_bg_lock_mo.png') center top no-repeat; 
    background-size: 614px auto;
    display: block;
    content: '';
  }
  .event_fiveday_header .event_fiveday_inner {max-width: 375px; padding: 20px var(--menu_padding);}
  .event_fiveday_header h2 {margin-top: 29px; font-size: 20px; letter-spacing: -1px;}
  .event_fiveday_header h3 {margin-top: 97px; text-align: center;}
  .event_fiveday_header h3 img {width: 100%; max-width: 242px; margin: 0 auto;}
  .event_fiveday_header h3 > small {padding-bottom: 14px; font-size: 22px;}
  .fiveday_header_days {margin-top: 40px; font-size: 18px; gap: 3px;}
  .fiveday_header_badges._01 {top: 46px; left: -28px; width: 124px;}
  .fiveday_header_badges._02 {bottom: 20px; right: -31px; width: 130px;}

  .event_fiveday_countdown {--padding_v: 58px;}
  .fiveday_countdown {margin-top: 20px; gap: 16px;}
  .fiveday_timer {gap: 16px;}
  .fiveday_timer > div {gap: 3px;}
  .fiveday_timer > div::after {
    left: -10px;
    width: 5px;
    height: 19px;
    background: url('/wp-content/themes/fastfive/assets/event/250829_fiveday/img/count_dv_mo.png') center no-repeat;
  }
  .fiveday_timer span {
    width: 42px;
    height: 52px;
    font-size: 35px;
    background: url('/wp-content/themes/fastfive/assets/event/250829_fiveday/img/count_box_mo.png') left top no-repeat;
  }

  .event_fiveday_office .fiveday_text {margin-top: 8px; font-size: 22px; text-align: center;}
  .fiveday_office {--thumb_size: 126px; width: calc(100% + (var(--menu_padding) *2)); margin: 0 calc(-1 * var(--menu_padding));}
  .fiveday_office_list ul {border-bottom: 1px solid #EAEAEA; display: flex; flex-direction: column;}
  .fiveday_office_list li {min-height: 134px; padding: 19px 24px 19px calc(24px + var(--thumb_size)); border-top: 1px solid #EAEAEA; flex-wrap: wrap; flex-direction: column;}
  .fiveday_office_list h5 {gap: 7px;}
  .fiveday_office_list ._branch,
  .fiveday_office_list ._person {height: 24px; font-size: 14px;}
  .fiveday_office_list img {position: absolute; top:0; left: 0; width: var(--thumb_size); height: 100%;}
  .fiveday_office_price {margin-top: 6px;}
  .fiveday_office_price small {font-size: 16px;}
  .fiveday_office_price p {display: inline-flex; align-items: center; gap: 6px;}
  .fiveday_office_price p > b {font-size: 28px;}
  .event_fiveday_reward { background-image: url('/wp-content/themes/fastfive/assets/event/250930_fiveday_chuseok/img/reward_bg_mo.jpg');}
  .event_fiveday_reward .fiveday_title { margin-top: 16px;}
  .event_fiveday_reward .fiveday_text { margin-top: 8px; font-size: 22px; text-align: center;}
  .event_fiveday_reward .fiveday_reward { margin-top: 40px; max-width: 306px;}
  .event_fiveday_reward .fiveday_reward::before {
    top: -62px;
    left: -50px;
    width: 168px;
    height: 150px;
  }
  .event_fiveday_reward .reward_notice { margin-top: 16px;}
  .event_fiveday_reward ._coin_01 {top: -40px; left: calc(50% + 50px); width: 132px; height: 136px; background-image: url('/wp-content/themes/fastfive/assets/event/250930_fiveday_chuseok/img/coin_01_mo.png');}
  .event_fiveday_reward ._coin_02 { bottom: -76px; right: calc(50% + 40px); width: 190px; height: 208px; background-image: url('/wp-content/themes/fastfive/assets/event/250930_fiveday_chuseok/img/coin_02_mo.png');}


  .fiveday_premium_img,
  .fiveday_premium_exp {max-width: 375px;}
  .fiveday_premium_exp {margin-top: 24px; color: #222;}
  .fiveday_premium_swiper figcaption {height: 40px; padding: 6px; backdrop-filter: blur(3px);}
  .swiper-pagination-bullet {opacity: .15;}
  .event_swiper_button {display: none;}
  .event_swiper_paging {margin-top: 16px;}

  .fiveday_benefit {display: flex; flex-direction: column; gap: 12px;}
  .fiveday_benefit_list {--timer: 40s; height: 120px;}
  .fiveday_benefit_list._01 {
    background: url('/wp-content/themes/fastfive/assets/event/250829_fiveday/img/benefit_img_01_mo.png') left top repeat-x;
    animation: repeatList01 var(--timer) linear infinite forwards;
  }
  .fiveday_benefit_list._02 {
    background: url('/wp-content/themes/fastfive/assets/event/250829_fiveday/img/benefit_img_02_mo.png') left 58px top 0 repeat-x; 
    animation: repeatList02 var(--timer) linear infinite forwards;
  }

  .event_fiveday_award .fiveday_title {font-size: 34px;}
}