/* common */
img {
  width: 100%;
  object-fit: cover;
}
ul,
li {
  list-style: none;
}
.ani_wrapper {
  overflow: clip;
}
.ani {
  display: block;
}
.ani[class*="slide_"] {
  opacity: 0;
}
.ani[class*="slide_"]._onTrans {
  opacity: 1;
  transition: transform .55s .2s ease-out, opacity 0.55s 0.2s linear;
}
.ani.slide_up {
  transform: translateY(30px);
}
.ani.slide_up._onTrans {
  transform: translateY(0);
}
.ani.slide_left {
  transform: translateX(30px);
}
.ani.slide_left._onTrans {
  transform: translateX(0);
}
.ani.fade_in {
  opacity: 0;
}
.ani.fade_in._onTrans {
  opacity: 1;
  transition: opacity 1s .2s linear;
}
.hidden_pc {
  display: none;
}
.hidden_mo {
  display: block;
}
.swiper-pagination {
  position: static;
}
.blind {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}
.inner {
  max-width: var(--max_w_lg);
  margin: 0 auto;
  padding: 180px 50px;
}
.section_title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: -1px;
}
.section_title.__white {
  color: #fff;
}
.section_title.__center {
  text-align: center;
}
.section_sub_title {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: var(--c_primary);
}
.section_desc {
  font-size: 20px;
  line-height: 170%;
}
.fw_700 {
  font-weight: 700;
}
.notice_area {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.notice_txt {
  font-size: 14px;
  line-height: 170%;
}
.btn_wrapper {
  margin-top: 36px;
}
.btn_wrapper.__center {
  display: flex;
  justify-content: center;
}
.btn_cta {
  --cta_text: #222;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 12px 48px;
  background: #FFF;
  font-weight: 600;
  font-size: 18px;
  color: var(--cta_text);
  line-height: 170%;
  transition: background-color linear 0.1s;
  text-indent: 8px;
  border-radius: 8px;
  letter-spacing: unset;
}
.btn_cta::after {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #222;
  content: '';
  mask: 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_347_51' 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_347_51)'%3E%3Cpath d='M9.64999 7.99935L4.74999 3.09935C4.58333 2.93268 4.50277 2.73546 4.50833 2.50768C4.51388 2.2799 4.59999 2.08268 4.76666 1.91602C4.93333 1.74935 5.13055 1.66602 5.35833 1.66602C5.5861 1.66602 5.78333 1.74935 5.94999 1.91602L11.0667 7.04935C11.2 7.18268 11.3 7.33268 11.3667 7.49935C11.4333 7.66602 11.4667 7.83268 11.4667 7.99935C11.4667 8.16602 11.4333 8.33268 11.3667 8.49935C11.3 8.66602 11.2 8.81602 11.0667 8.94935L5.93333 14.0827C5.76666 14.2494 5.57221 14.3299 5.34999 14.3244C5.12777 14.3188 4.93333 14.2327 4.76666 14.066C4.59999 13.8994 4.51666 13.7021 4.51666 13.4743C4.51666 13.2466 4.59999 13.0494 4.76666 12.8827L9.64999 7.99935Z' fill='white'/%3E%3C/g%3E%3C/svg%3E")
    no-repeat;
  -webkit-mask: 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_347_51' 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_347_51)'%3E%3Cpath d='M9.64999 7.99935L4.74999 3.09935C4.58333 2.93268 4.50277 2.73546 4.50833 2.50768C4.51388 2.2799 4.59999 2.08268 4.76666 1.91602C4.93333 1.74935 5.13055 1.66602 5.35833 1.66602C5.5861 1.66602 5.78333 1.74935 5.94999 1.91602L11.0667 7.04935C11.2 7.18268 11.3 7.33268 11.3667 7.49935C11.4333 7.66602 11.4667 7.83268 11.4667 7.99935C11.4667 8.16602 11.4333 8.33268 11.3667 8.49935C11.3 8.66602 11.2 8.81602 11.0667 8.94935L5.93333 14.0827C5.76666 14.2494 5.57221 14.3299 5.34999 14.3244C5.12777 14.3188 4.93333 14.2327 4.76666 14.066C4.59999 13.8994 4.51666 13.7021 4.51666 13.4743C4.51666 13.2466 4.59999 13.0494 4.76666 12.8827L9.64999 7.99935Z' fill='white'/%3E%3C/g%3E%3C/svg%3E")
    no-repeat;
  mask-position: center;
  mask-size: 16px auto;
}
.btn_cta.__reverse,
.btn_cta.__reverse__hw{
  --cta_text: #fff;
  background: #222;
}
.btn_cta.__reverse::after,
.btn_cta.__reverse__hw::after {
  background: #fff;
}
.btn_cta.__download.__reverse::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cmask id='mask0_332_837' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_332_837)'%3E%3Cpath d='M12 16L7 11L8.4 9.55L11 12.15V4H13V12.15L15.6 9.55L17 11L12 16ZM4 20V15H6V18H18V15H20V20H4Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");
  mask-size: 20px auto;
  background: #fff;
}
.event_apgujeong1_wrapper {
  --c_primary: #416731;
  --c_secondary: #F9F5EC;
  --c_tertiary: #F8F4ED;
  --radius_normal: 8px;
  --max_w_lg: 1260px;
  --max_w_md: 1060px;
  overflow: hidden;
  color: #222;
  --max_w_sm: 842px;
}
/* section :: visual */
.visual_wrapper {
  position: relative;
  background: url(/wp-content/themes/fastfive/assets/event/250827_event_apgujeong1/img/pc/visual.jpg) no-repeat center / cover;
  text-align: center;
}
.visual_wrapper .inner {
  max-width: 896px;
  padding: 105px 112px;
  background: rgba(255, 253, 251, 0.80);
  backdrop-filter: blur(5px);
}
.visual_wrapper .sub_tit {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 3px 20px 16px;
  background: url(/wp-content/themes/fastfive/assets/event/250827_event_apgujeong1/img/tooltip.png) no-repeat center / 100% auto;
  font-size: 28px;
  color: var(--c_tertiary);
  line-height: 140%;
  letter-spacing: -1px;
  opacity: 0;
}
.visual_wrapper .sub_tit b {
  font-weight: 700;
}
.visual_wrapper .main_tit svg {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.visual_wrapper .main_tit .fill {
  opacity: 0;
}
.visual_wrapper .txt_visual1 {
  position: relative;
  z-index: 1;
} 
.visual_wrapper .txt_visual2 {
  margin-top: -10px;
}
.visual_wrapper .txt_visual2 svg {
  overflow: visible;
}
.visual_wrapper .txt_visual2 path {
  opacity: 0;
  filter: blur(10px);
  will-change: transform;
}
.visual_wrapper .main_desc {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dashed #9B9386;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
}
.visual_wrapper .main_desc b {
  color: var(--c_primary);
}
.visual_wrapper .event_info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  font-size: 20px;
  line-height: 170%;
  gap: 40px;
}
.visual_wrapper .event_info span:first-child {
  color: var(--c_primary);
  font-weight: 700;
}
.visual_wrapper .event_info span:last-child::before {
  display: inline-block;
  width: 1px;
  height: 18px;
  margin: 0 10px -2px;
  background: #141414;
  content: '';
}
.visual_wrapper .btn_wrapper {
  margin-top: 30px;
}
/* sectopm :: intro */
.intro {
  position: relative;
  background: url(/wp-content/themes/fastfive/assets/event/250827_event_apgujeong1/img/pc/intro.jpg) no-repeat center / cover;
}
.intro .text {
  position: relative;
  z-index: 1;
}
.intro .desc {
  display: flex;
  flex-direction: column;
  margin: 24px 0 0;
  font-size: 20px;
  line-height: 170%;
  gap: 16px;
}
.intro .btn_wrapper {
  margin: 60px 0 0;
}
/* section :: coupon_banner */
.coupon_wrapper {
  --opacity: 0;
  --scale: 0;
  text-align: center;
  background: var(--c_secondary);
}
.coupon_wrapper .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: var(--max_w_sm);
  gap: 36px;
  padding: 180px 60px;
}
.img_coupon {
  position: relative;
  width: 100%;
  aspect-ratio: 722 / 474;
}
.img_coupon::before {
  content: '';
  display: block; 
  position: absolute;
  top: 50%;
  left: 50%;
  width: 59.5%;
  aspect-ratio: 1 / 1;
  background: #EBE4D3;
  border-radius: 50%;
  opacity: var(--opacity);
  transform: translate(-50%, -50%) scale(var(--scale));
}
.img_coupon img {
  position: absolute;
  opacity: 0;
}
.img_coupon img:nth-child(1) {
  top: 0;
  left: 0;
  width: 56.5%;
  aspect-ratio: 408 / 306;
  transform: translate(-60px, -30px);
}
.img_coupon img:nth-child(2) {
  bottom: 0;
  right: 0;
  width: 55.4%;
  aspect-ratio: 400 / 335;
  transform: translate(60px, 30px);
}
.coupon_wrapper .notice_area {
  margin-top: 24px;
}
.coupon_wrapper .notice_txt {
  opacity: .6;
}
/* section :: branch */
.branch_wrapper .inner {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}
.branch_wrapper .text {
  padding: 260px 0;
}
.branch_wrapper .roller_branch {
  width: 42.7%;
  max-width: 538px;
  background: url(/wp-content/themes/fastfive/assets/event/250827_event_apgujeong1/img/pc/roller_branch.png) repeat-y center top / 100% auto;
  animation: roller_y 60s linear infinite;
}
.location_details {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  gap: 6px;
}
.location_details li .ani {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 170%;
  gap: 8px;
}
.location_details li .ani::before {
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='19' viewBox='0 0 18 19' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.1585 4.33367C16.3694 4.54463 16.4879 4.83073 16.4879 5.12904C16.4879 5.42735 16.3694 5.71345 16.1585 5.92442L7.72629 14.3567C7.61486 14.4681 7.48256 14.5565 7.33695 14.6169C7.19134 14.6772 7.03528 14.7082 6.87767 14.7082C6.72006 14.7082 6.56399 14.6772 6.41838 14.6169C6.27278 14.5565 6.14048 14.4681 6.02904 14.3567L1.83954 10.1679C1.73209 10.0641 1.64639 9.94 1.58743 9.80275C1.52847 9.66549 1.49743 9.51787 1.49614 9.36849C1.49484 9.21912 1.5233 9.07098 1.57987 8.93272C1.63643 8.79446 1.71997 8.66885 1.8256 8.56322C1.93123 8.45759 2.05684 8.37406 2.19509 8.31749C2.33335 8.26093 2.48149 8.23246 2.63087 8.23376C2.78025 8.23506 2.92787 8.26609 3.06512 8.32505C3.20238 8.38401 3.32652 8.46972 3.43029 8.57717L6.87729 12.0242L14.567 4.33367C14.6715 4.22912 14.7956 4.14619 14.9321 4.08961C15.0686 4.03303 15.215 4.00391 15.3628 4.00391C15.5106 4.00391 15.6569 4.03303 15.7935 4.08961C15.93 4.14619 16.0541 4.22912 16.1585 4.33367Z' fill='%23667851'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  content: '';
}
/* section :: branch_slide */
.branch_slide_wrapper {
  background: #2C3429;
}
.branch_slide_wrapper .inner {
  width: 90%;
  max-width: var(--max_w_md);
}
.space_tab {
  margin-top: 60px;
}
.space_tab ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.space_tab ul li {
  flex: 1;
}
.space_tab ul li a {
  display: block;
  padding: 10px 0;
  border-radius: var(--radius_normal);
  background: #465342;
  color: #B9BFB7;
  font-size: 20px;
  line-height: 170%;
  font-weight: 500;
  text-align: center;
  transition: .4s ease-in-out;
}
.space_tab ul li._active a {
  background: #fff;
  color: #2C3429;
}
.branch_slide_wrapper .group_swiper {
  position: relative;
}
/* .branch_slide_wrapper .video_area::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mask-image: url(/wp-content/themes/fastfive/assets/event/250827_event_apgujeong1/img/dotted.svg);
  mask-repeat: repeat;
  mask-size: 1px 1px;
  mask-position: center;
  background-color: #000;
  pointer-events: none;
  mix-blend-mode: overlay;
  z-index: 1;
} */
.branch_slide_wrapper .space_content {
  margin-top: 40px;
}
.branch_slide_wrapper .swiper {
  border-radius: var(--radius_normal);
}
.branch_slide_container .swiper-slide {
  --opacity: 1;
  position: relative;
  max-width: 700px;
  aspect-ratio: 700 / 400;
  margin: 0 3px;
  overflow: hidden;
  cursor: pointer;
}
.branch_slide_container .swiper-slide.swiper-slide-active {
  --opacity: 0;
}
.branch_slide_container .swiper-slide::after {
  content: ''; 
  display: block; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  pointer-events: none;
  transition: .4s ease-in-out;
  opacity: var(--opacity);
}
.branch_slide_container .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.branch_slide_container .text {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 50px;
  background: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  font-size: 18px;
  color: #444;
  text-align: center;
  line-height: 50px;
}
.branch_slide_wrapper [class^="swiper-button-"]::after {
  filter: brightness(0) invert(1);
}
.branch_slide_wrapper .swiper-pagination {
  display: flex;
  justify-content: center;
  margin: 20px 0 18px;
}
.branch_slide_wrapper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, .2);
  opacity: 1;
}
.branch_slide_wrapper .swiper-pagination-bullet-active {
  background: #FFF;
}
.branch_slide_wrapper .notice_area {
  margin-top: 36px;
}
.branch_slide_wrapper .notice_txt {
  color: #6D716B;
}
/* section :: brochure */
.brochure_wrapper .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
}
.brochure_wrapper .img_mockup {
  max-width: 640px;
  flex: 1;
}
.brochure_wrapper .text {
  padding: 180px 0;
}
/* section :: benefit */
.benefit_wrapper {
  padding: 180px 0;
  background: #F1EEE8;
}
.benefit_wrapper .roller_benefit {
  height: 192px;
  margin-top: 60px;
  background: url(/wp-content/themes/fastfive/assets/event/250827_event_apgujeong1/img/pc/roller_benefit.png) repeat-x left center / auto 192px;
  animation: roller_x 60s linear infinite;
}
/* section :: premium */
.premium_wrapper {
  background: url(/wp-content/themes/fastfive/assets/event/250827_event_apgujeong1/img/pc/premium.jpg) no-repeat center / cover;
}
/* section :: award */
.award_wrapper {
  background: #222222;
}
.award_wrapper .section_title {
  margin-bottom: 60px;
}
/* hover */
@media (min-width: 961px) and (hover: hover) {
  /* button hover */
  .btn_cta.__reverse__hw:hover,
  .btn_cta.__reverse.__white:hover {
    background: #fff;
    color: #222;
  }
  .btn_cta.__reverse__hw:hover::after, 
  .btn_cta.__reverse.__white:hover::after {
    background: #222;
  }
  .space_tab ul li a:hover {
    background: #fff;
    color: #2C3429;
  }
}
/* mb */
@media (max-width: 960px) {
  .event_apgujeong1_wrapper {
    --radius_large: 14px;
    --max-w-mob: 540px;
  }
  /* common */
  .hidden_pc {
    display: block;
  }
  .hidden_mo {
    display: none;
  }
  .inner {
    max-width: 100%;
    padding: 130px 20px;
  }
  .btn_wrapper {
    margin: 40px auto 0;
  }
  .btn_cta {
    min-width: 242px;
    padding: 14px 32px;
    font-size: 16px;
    text-indent: 4px;
  }
  .btn_cta.__m300{
    min-width: 300px;
  }
  .section_title {
    font-size: 28px;
  }
  .section_sub_title {
    font-size: 18px;
  }
  .section_desc {
    font-size: 16px;
  }
  /* section :: visual */
  .visual_wrapper {
    background-image: url(/wp-content/themes/fastfive/assets/event/250827_event_apgujeong1/img/mo/visual.jpg);
    background-position: center bottom;
    padding-bottom: 51.2vw;
  }
  .visual_wrapper .inner {
    max-width: 100%;
    padding: 40px 20px;
    text-align: center;
    backdrop-filter: unset;
    background: unset;
  }
  .visual_wrapper .sub_tit {
    font-size: 18px;
    padding: 2px 16px 12px;
  }
  .visual_wrapper .main_tit {
    margin-top: 2px;
  }
  .visual_wrapper .txt_visual1 {
    max-width: 170px;
    margin: 0 auto;
  }
  .visual_wrapper .txt_visual2 {
    max-width: 328px;
    margin: -5px auto 0;
  }
  .visual_wrapper .main_tit svg {
    width: 100%;
    height: auto;
  }
  .visual_wrapper .main_desc {
    margin-top: 24px;
    padding-top: 24px;
    font-size: 18px;
  }
  .visual_wrapper .event_info {
    margin-top: 10px;
    gap: 16px;
    font-size: 16px;
  }
  .visual_wrapper .event_info span:last-child::before {
    height: 12px;
    margin: 0 6px 0 5px;
  }
  .visual_wrapper .btn_wrapper {
    margin-top: 24px;
  }
  .visual_wrapper .btn_cta{
    min-width: 242px;
  }
  /* section :: intro */
  .intro {
    background-image: url(/wp-content/themes/fastfive/assets/event/250827_event_apgujeong1/img/mo/intro.jpg);
    background-position: center bottom;
  }
  .intro .inner {
    text-align: center;
    padding-bottom: 90.6vw;
  }
  .intro .desc {
    gap: 12px;
  }
  .intro .btn_wrapper {
    margin: 40px auto 0;
  }
  /* section :: coupon */
  .coupon_wrapper .inner {
    max-width: var(--max-w-mob);
    padding: 130px 20px;
    gap: 30px;
  }
  .coupon_wrapper .img_coupon {
    aspect-ratio: 330 / 290;
  }
  .img_coupon::before {
    width: 71.6%;
  }
  .img_coupon img {
    object-fit: contain;
  }
  .img_coupon img:nth-child(1) {
    left: 3%;
    width: 68.6%;
    aspect-ratio: 230 / 190;
  }
  .img_coupon img:nth-child(2) {
    right: 3%;
    width: 63.8%;
    aspect-ratio: 214 / 192;
  }
  .coupon_wrapper .btn_wrapper {
    margin-top: 0;
  }
  .coupon_wrapper .notice_area {
    margin-top: 30px;
    flex-direction: column;
    gap: 4px;
  }
  /* section :: branch */
  .branch_wrapper .inner {
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 130px 0;
    text-align: center;
  }
  .branch_wrapper .text {
    width: fit-content;
    padding: 0;
  }
  .branch_wrapper .roller_branch {
    width: auto;
    min-width: 100%;
    height: 160px;
    margin-top: 40px;
    animation: roller_x linear 60s infinite;
    background: url(/wp-content/themes/fastfive/assets/event/250827_event_apgujeong1/img/mo/roller_branch.png) repeat-x center / auto 100%;
  }
  .location_details {
    justify-content: center;
    margin-top: 20px;
  }
  .location_details li {
    font-size: 16px;
    gap: 4px;
  }
  /* .branch_slide */
  .branch_slide_wrapper .inner {
    width: 100%;
    max-width: var(--max-w-mob);
  }
  .branch_slide_wrapper .space_tab {
    margin-top: 40px;
  }
  .space_tab ul li {
    flex: 1 1 calc(50% - 5px);
  }
  .space_tab ul li a {
    font-size: 16px;
  }
  .branch_slide_wrapper .space_content {
    margin-top: 20px;
  }
  .branch_slide_container .text {
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
  .branch_slide_container .swiper-slide {
    max-width: 100%;
    aspect-ratio: 330 / 252;
    margin: 0 6px 0 0;
    border-radius: var(--radius_normal);
  }
  .branch_slide_wrapper .swiper-pagination {
    margin-top: 16px;
  }
  .branch_slide_wrapper .notice_area {
    margin-top: 40px;
    text-align: center;
  }
  /* section :: brochure */
  .brochure_wrapper {
    position: relative;
  }
  .brochure_wrapper .inner {
    max-width: var(--max-w-mob);
    flex-direction: column;
    padding: 130px 20px;
  }
  .brochure_wrapper .img_mockup {
    margin-bottom: 56px;
  }
  .brochure_wrapper .text {
    padding: 0;
    text-align: center;
  }
  .brochure_wrapper .btn_wrapper {
    position: absolute;
    bottom: 130px;
    left: 50%;
    transform: translateX(-50%);
  }
  /* section :: benefit */
  .benefit_wrapper {
    padding: 130px 0;
  }
  .benefit_wrapper .roller_benefit {
    height: 120px;
    margin-top: 40px;
    background: url(/wp-content/themes/fastfive/assets/event/250827_event_apgujeong1/img/mo/roller_benefit_1.png) repeat-x center / auto 120px;
    animation-duration: 95s;
  }
  .benefit_wrapper .roller_benefit_2 {
    /* width: calc(100% + 112px); */
    height: 120px;
    margin-top: 12px;
    background: url(/wp-content/themes/fastfive/assets/event/250827_event_apgujeong1/img/mo/roller_benefit_2.png) repeat-x center / auto 120px;
    animation: roller_x 95s linear infinite reverse;
  }
  /*section :: premium */
  .premium_wrapper {
    text-align: center;
    background: url(/wp-content/themes/fastfive/assets/event/250827_event_apgujeong1/img/mo/premium.jpg) no-repeat center bottom / 100% auto;
  }
  .premium_wrapper .inner {
    padding: 130px 20px 71.2vw 20px;
  }
}

/* keyframe */
@keyframes roller_x {
  to {
    background-position-x: -6000px;
  }
}
@keyframes roller_y {
  to {
    background-position-y: -6000px;
  }
}