
/*  common  */
img {width: 100%;}
mark {background: unset; color: unset;}
ul, li, button {list-style: none; border: none;}

.hidden_pc {
  display: none !important;
}
.hidden_mo {
  display: block !important;
}
.event_seolleung5 {
  overflow: hidden;
  --c_primary : #F6431F;
  /* --c_second: #771200; */
  /* --c_grey: #F0F1EB; */
  --c_white: #fff;
  --c_black: #222;
  --inner_max: 1380px;
  --padding_D: 180px 50px;
  --padding_W: 50px;
}
.inner {
  --gap: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--gap);
  max-width: var(--inner_max);
  width: 100%;
  height: 100%;
  padding: var(--padding_D);
  margin: 0 auto;
}
._full {    
  text-align: center;
  max-width: none;
  padding: 180px 0;
}
._white {
  color: var(--c_white);
}
.event_seolleung5 h2 {
  width: 418px;
  font-size: 0;
  margin-left: -24px;
  padding: 8px 0 24px;
}
.event_seolleung5 h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}
.event_seolleung5 h3 b {
  color: var(--c_primary);
}
.event_seolleung5 h4 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
}
.event_seolleung5 h5 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
}
.event_seolleung5 p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
}
.event_seolleung5 p b {
  font-weight: 700;
}


/* btn  */
.btn._default {
  --btn_color: #222;
  --btn_bg: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 56px;
  text-indent: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  color: var(--btn_color);
  padding: 0 48px;
  background-color: var(--btn_bg);
  border-radius: 8px;
}
.btn._default::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_279_105' 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_279_105)'%3E%3Cmask id='mask1_279_105' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='4' y='4' width='16' height='16'%3E%3Crect x='4' y='4' width='16' height='16' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask1_279_105)'%3E%3Cpath d='M13.6502 11.9995L8.75024 7.09947C8.58357 6.9328 8.50301 6.73558 8.50857 6.5078C8.51413 6.28003 8.60024 6.0828 8.7669 5.91614C8.93357 5.74947 9.13079 5.66614 9.35857 5.66614C9.58635 5.66614 9.78357 5.74947 9.95024 5.91614L15.0669 11.0495C15.2002 11.1828 15.3002 11.3328 15.3669 11.4995C15.4336 11.6661 15.4669 11.8328 15.4669 11.9995C15.4669 12.1661 15.4336 12.3328 15.3669 12.4995C15.3002 12.6661 15.2002 12.8161 15.0669 12.9495L9.93357 18.0828C9.7669 18.2495 9.57246 18.33 9.35024 18.3245C9.12801 18.3189 8.93357 18.2328 8.7669 18.0661C8.60024 17.8995 8.5169 17.7022 8.5169 17.4745C8.5169 17.2467 8.60024 17.0495 8.7669 16.8828L13.6502 11.9995Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");  
  mask-size: cover;
  background: var(--c_black);
}
.btn._orange {
  --btn_color: #fff;
  --btn_bg: #F6431F;
}
.btn._orange::after {
  background: var(--c_white);
}
.key_visual .btn._default {
  margin-top: 52px;
}

/*  visual  */
.event_seolleung5 .key_visual h4 {
  font-size: 38px;
  font-weight: 400;
}
.visual {
  background: url('/wp-content/themes/fastfive/assets/event/250818_event_seolleung5/img/bgTexture_visual.jpg') no-repeat center;
  background-size: cover;
}
.key_visual {  
  --gap: 110px;  
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: var(--gap);
  min-height: 620px;
  border-bottom: 2px solid var(--c_white);
  overflow: hidden;
}
.key_visual_tit {
  width: 100%;
  max-width: 1380px;
  padding: 0 50px;
  margin: 0 auto;
}
.key_visual_img {
  position: absolute;
  left: calc((100% - 1380px) / 2 + 559px);
  width: 60.46vw;
  height: 620px;
  font-size: 0;
  border-left: 2px solid var(--c_white);
}
.key_visual_img .key_visual_conts {
  height: 100%;
  overflow: hidden;
}
.key_visual_img .key_visual_conts img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  transform: scale(1.3);
  transform-origin: center;
  transition: transform 1s ease-in-out;
}
.__ani  .key_visual_img .key_visual_conts img {
  transform: scale(1);
}
.event_seolleung5 ._badge {
  position: absolute;
  left: -81px;
  bottom: 42px;
  display: block;
  width: 170px;
  height: 196px;
  z-index: 1;
}
.event_seolleung5 ._badge > img {    
  transform-origin: top center;
  animation: badgeMove 1s ease-in-out infinite alternate;
}
.event_seolleung5 ._badge::before {
  content: '';
  position: absolute;
  top: -33px;
  left: 53Px;
  display: block;
  width: 32px;
  height: 61px;
  background: url("data:image/svg+xml,%3Csvg width='50' height='68' viewBox='0 0 50 68' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.4273 61.554C36.4273 61.554 18.2203 63.4028 11.1458 37.599C5.71764 8.33331 28.6296 0.999876 28.6296 0.999876' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: cover;
  z-index: 1;
}
.visual .map .inner {
  --gap: 0;
  justify-content: space-between;
  height: 666px;
  padding: 0 50px;
}
.map_txt {
  --gap: 24px;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}
.map_img {
  display: flex;
  align-items: center;
  width: calc((100% - 1280px) / 2 + 771px);
  height: 100%;
  border-left: 2px solid var(--c_white);
  padding-left: 81px;
}
.map_img img {
  max-width: 680px;
  image-rendering: pixelated;
  transform: scale(1.1);
  filter: blur(25px);  
  transition: filter 1s ease, transform 1s ease;
}
.map_img.__ani  img {
  transform: scale(1);
  filter: blur(0);  
  image-rendering: auto;
}

/*  advantage */
.advantage {
  background: url('/wp-content/themes/fastfive/assets/event/250818_event_seolleung5/img/bgTexture_advantage.jpg') no-repeat center;
  background-size: cover;
}
.advantage .inner {
  flex-direction: column;
}
.advan_list {
  width: 100%;
  border-top: 2px solid var(--c_white);
  border-bottom: 2px solid var(--c_white);
}
.advan_list li + li {    
  border-top: 2px solid var(--c_white);
}
.advan_disc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  min-height: 80px;
  width: 100%;
  height: 100%;
  padding: 16px var(--padding_W);
  margin: 0 auto;
}
.disc_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.disc_detail h4 {
  min-width: fit-content;
  font-weight: 400;
  transform: translateY(-100%);
  transition: .5s transform .2s ease-in-out;
}
.__ani .disc_detail h4 {
  transform: translateY(0%);
}
.disc_detail h4 strong {
  font-weight: 700;
}
.disc_detail .sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}
.disc_detail small {
  min-width: fit-content;
  font-size: 24px;
  font-weight: 700;
  opacity: .6;
}
._line {
  display: block;
  width: 0%;
  height: 2px;
  mask-image: url("data:image/svg+xml,%3Csvg width='97' height='2' viewBox='0 0 97 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline opacity='0.6' x1='1' y1='1' x2='96' y2='1.00001' stroke='white' stroke-width='2' stroke-linecap='round' stroke-dasharray='2 6'/%3E%3C/svg%3E%0A");
  mask-size: auto 100%;
  mask-repeat: repeat-x;
  background: rgba(255,255,255,.6);
  transition: .5s width .4s ease-out;
  transform-origin: left;
}
.__ani ._line {
  width: 100%;
}

/*  recommand   */
.recommand {
  background: url('/wp-content/themes/fastfive/assets/event/250818_event_seolleung5/img/bgTexture_recommand.jpg') no-repeat center;
  background-size: cover;
}
.recommand .inner {
  flex-direction: column;
}
.event_seolleung5 .recommand h3 {
  width: 100%;
  color: var(--c_primary);
  padding: 8px 0;
  border-top: 2px solid var(--c_primary);
  border-bottom: 2px solid var(--c_primary);
}
.point_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* grid-template-rows: 1fr 1fr; */
  gap: 80px 56px;
  counter-reset: step;
  max-width: 1380px;
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
}
.point_list > article {
  counter-increment: step;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.point_list > article:last-child {
  grid-column: 1 / 3;
}
.point_list > article::before {
  content: counter(step, decimal-leading-zero);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 36px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.7;
  color: var(--c_primary);
  margin-bottom: 8px;
  background: var(--c_white);
  border: 2px solid var(--c_primary);
  border-radius: 100px;
  background: #F0F1EB;
}
.point_list .point {
  display: flex;
  justify-content: center;
  max-height: 472px;
  height: 100%;
  margin-top: 24px;
}
.point_list .point._01 img {
  width: calc(100% / 2);    
  margin: 0 0 auto 0;
  transform: translate(40%, 10%);
  transition: .5s transform .5s ease-out;
}
.point_list .point._01 img:last-child {
  width: 46.40%;
  margin-left: -39px;
  transform: translate(-40%, 0%);
}
.point_list .point._02 img {    
  max-width: 330px;
  width: 53.92%;
  margin: auto 0 0 0;
  transform: translate(40%, -10%);
  transition: .5s transform .5s ease-out;
}
.point_list .point._02 img:last-child {
  max-width: 332px;
  width: 53.24%;
  margin-left: -53px;
  transform: translate(-40%, 10%);
}
.point_list .__ani .point._01 img,
.point_list .__ani .point._02 img {
  transform: translate(0,0);
}
.point_list .__ani .point._01 img:last-child {
  transform: translate(0, 14%);
}
.point_list .point._03 {
  gap: 16px;
  width: 100%;
  max-height: fit-content;
  margin-top: 40px;
}
.point_list .point._03 > li {
  text-align: left;
  flex: 1;
  background: var(--c_white);
  border-radius: 16px;
  padding: 24px;
}
.point_list .toggle_tit {
  padding-bottom: 12px;
}
.toggle_tit h4 {
  color: var(--c_primary);
}
.toggle_tit p {
  font-weight: 500;
}
.toggle_const {
  padding-top: 12px;
  border-top: 1px solid rgba(34, 34, 34, .2);
}
.toggle_const p {
  font-size: 18px;
}
.toggle_icon {
  display: block;
  width: 154px;
  margin: 20px 0 0 auto;
}

/*  space_mood  */
.space_mood {
  background: url('/wp-content/themes/fastfive/assets/event/250818_event_seolleung5/img/bgTexture_mood.jpg') no-repeat center;
  background-size: cover;
}
.space_mood .inner {
  text-align: center;
  flex-direction: column;
}
.mood_choice {
  max-width: 1280px;
  width: 100%;
  margin-bottom: 20px;
}
.mood_tab {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding-bottom: 32px;
}
.mood_tab > li {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 203px;
  width: 100%;
  height: 51px;
  font-size: 18px;
  font-weight: 700;
  color: rgba(246, 67, 31, .6);
  background: var(--c_white);
  border: 2px solid var(--c_primary);
  border-radius: 1000px;
  cursor: pointer;
}
.mood_tab > li._active {
  color: var(--c_white);
  opacity: 1;
  background: var(--c_primary);
  box-shadow: -1px 6px 6px 0 rgba(0, 0, 0, 0.12), -2px 12px 8px 0 rgba(0, 0, 0, 0.05);
}
.mood_conts {
  max-width: var(--inner_max);
  padding: var(--padding_defalut);
  margin: 0 auto;
}
.tab_content {    
  position: relative;
  max-width: 1062px;
  width: 100%;
  margin: 0 auto;
}
.tab_content p {
  text-align: center;
  padding-bottom: 32px;
}
.mood_choice .swiper-container {    
  max-width: 1062px;
  font-size: 0;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 16px;
}
.mood_choice .swiper-slide {
  width: 500px !important;
  background: rgb(0 0 0 / 100%);
}
.mood_choice .swiper-slide img {
  opacity: .5;
}
.mood_choice .swiper-slide-active img {
  opacity: 1;
}
.mood_choice .__swiper-navigation__arrow [class^='swiper-button-'] {
  --arrow_size: 80px;
  top: calc(50% + 40px) !important;
}
.mood_choice .__swiper-navigation__arrow [class^='swiper-button-']::after {
  background: rgba(34, 34, 34, .2);
}
.mood_choice .swiper-pagination {
  bottom: -20px !important;
}
.mood_choice .swiper-pagination-bullet-active {
  background: var(--c_black);
}

/*  last_banner  */
.last_banner {
  background: url('/wp-content/themes/fastfive/assets/event/250818_event_seolleung5/img/bg_lastBanner.jpg') no-repeat center;
  background-size: cover;
}
.last_banner .inner {
  --gap: 40px;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1162px;
}
.last_banner ._badge {    
  left: auto;
  right: 102px;
  bottom: 96px;
  display: block;
  width: 144px;
  height: 166px;
}
.last_banner ._badge::before {        
  top: -38px;
  left: 64px;
  width: 24px;
  height: 64px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='64' viewBox='0 0 24 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_265_3396)'%3E%3Cpath d='M2.8838 58.0747C14.1811 54.8353 24.2812 38.3695 19.9947 23.4206C16.9085 12.6577 9.4956 4.72331 1.36974 2.33268' stroke='white' stroke-width='2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_265_3396'%3E%3Crect width='24' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.last_banner ._badge > img {
  animation: badgeMoveRe 1s ease-in-out infinite alternate;
}

._white * {
  color: inherit;
}

@keyframes badgeMove {
  0% {transform: rotate(0);}
  100% {transform: rotate(-15deg);}
}
@keyframes badgeMoveRe {
  0% {transform: rotate(0);}
  100% {transform: rotate(15deg);}
}

@media all and (max-width: 1200px) {
  .key_visual_img {
    left: calc((100% - 1280px) / 2 + 640px);
  }
  .map_img {
    width: calc((100% - 1280px) / 2 + 640px);
  }
}

@media (min-width: 961px) and (hover: hover) {
  .btn._default:hover {
    --btn_bg: #222;
    --btn_color: #fff;
  }
  .btn._default._reverse:hover {
    --btn_bg: #fff;
    --btn_color: #222;
  }
  .btn._default:hover::after {
    background: var(--c_white);
  }
  .btn._default._reverse:hover::after {
    background: var(--c_black);
  }
  .mood_choice .__swiper-navigation__arrow [class^='swiper-button-']:hover::after{
    background: var(--c_black);
  }
}


/* mo */
@media (max-width: 960px) {
  .event_seolleung5 {
    --inner_max: 500px;
    --padding_D: 130px 20px;
    --padding_W: 20px;
  }
  .hidden_pc {
    display: block !important;
  }
  .hidden_mo {
    display: none !important;
  }
  .inner {
    --gap: 40px;
  }
  .event_seolleung5 h3 {
    font-size: 34px;
  }
  .event_seolleung5 h4 {
    font-size: 24px;
  }
  .event_seolleung5 h5 {
    font-size: 22px;
  }
  .event_seolleung5 p {
    font-size: 18px;
  }
  ._full {
    padding: 130px 0;
  }

  .btn._default {
    text-indent: 4px;
    font-size: 16px;
    padding: 0 32px;
    margin: 0 auto;
  }
  .key_visual .btn._default {
    margin-top: 30px;
  }

  .visual {
    background: url('/wp-content/themes/fastfive/assets/event/250818_event_seolleung5/img/bgTexture_visual_m.jpg') no-repeat center;
    background-size: cover;
  } 
  .key_visual {
    --gap: 40px;
    flex-direction: column;
    justify-content: flex-start;
    min-height: unset;
    padding-top: 36px;
    border-width: 1px;
  }
  .key_visual_tit {
    text-align: center;
  }
  .key_visual_img {
    position: relative;
    left: 0;
    width: 100%;
    height: 230px;
    border-top: 1px solid var(--c_white);
    border-left: none;
  }
  .event_seolleung5 h2 {
    width: 100%;
    max-width: 292px;
    padding: 6px 0 14px;
    margin: 0 auto;
  }
  .event_seolleung5 .key_visual h4 {
    font-size: 28px;
  }
  .event_seolleung5 ._badge {        
    top: 3px;
    bottom: auto;
    left: 14px;
    width: 98px;
    height: 110px;
  }
  .event_seolleung5 ._badge::before {         
    top: -20px;
    left: 40px;
    width: 34px;
    height: 38px;
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='38' viewBox='0 0 34 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_306_3347)'%3E%3Cpath d='M8.21004 33.6175C2.01866 29.9582 1.09992 20.0541 6.15798 11.4959C11.216 2.93775 20.3355 -1.03359 26.5269 2.62565C30.4975 4.97235 32.2995 9.8874 31.7474 15.3687' stroke='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_306_3347'%3E%3Crect width='34' height='38' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  }
  .event_seolleung5 ._badge > img {
    animation-name: badgeMoveRe;
  }
  .visual .map {
    overflow: hidden;
  }
  .visual .map .inner {
    --gap: 16px;
    flex-direction: column;
    align-items: baseline;
    height: unset;
    padding: 130px 0 0;
  }
  .map_txt {
    --gap: 16px;
    padding: 0 20px;
  }
  .map_img {
    width: 100%;
    padding-left: 0;
    border: none;
  }

  .advantage {
    background: url('/wp-content/themes/fastfive/assets/event/250818_event_seolleung5/img/bgTexture_advantage_m.jpg') no-repeat center;
    background-size: cover;
  }
  .advantage .inner {
    text-align: left;
    max-width: var(--inner_max);
    padding: var(--padding_D);
  }
  .advantage h3 {
    width: 100%;
  }
  .disc_detail {
    gap: 6px;
    flex-wrap: wrap;
  }
  .disc_detail h4 strong {
    display: block;
  }
  .disc_detail small {
    font-size: 18px;
  }
  .disc_detail .sub {
    gap: 6px;
  }
  .advan_disc {
    padding: 16px 0;
  }
  .advan_list {
    border-width: 1px;
  }
  .advan_list li + li {
    border-width: 1px;
  }

  .recommand {
    background: url('/wp-content/themes/fastfive/assets/event/250818_event_seolleung5/img/bgTexture_recommand_m.jpg') no-repeat center;
    background-size: cover;
  }
  .event_seolleung5 .recommand h3 {
    padding: 4px 0;
    border-width: 1px;
  }
  .point_list {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    max-width: 500px;
    padding: 0 20px;
  }
  .point_list h4 {
    font-size: 26px;
  }
  .point_list > article::before {
    width: 47px;
    height: 30px;
    font-size: 18px;
    border-width: 1px;
  }
  .point_list .point {
    position: relative;
    max-width: 335px;
    min-height: 346px;
    width: 100%;
  }
  .point_list .point._01 img {
    position: absolute;
    top: 0;
    left: calc(50% - 168px);
    width: 186px;
    transform: translate(40px, 0);
  }
  .point_list .point._02 img {
    position: absolute;
    top: 68px;
    left: 0;
    width: 178px;
  }
  .point_list .point._01 img:last-child {
    top: 0;
    left: auto;
    right: calc(50% - 166px);
    width: 196px;
    transform: translate(-40px, 0);
  }
  .point_list .point._02 img:last-child {
    top: 0;
    left: auto;
    right: 0;
    width: 184px;
  }
  .point_list .__ani .point._01 img:last-child {
    transform: translate(0, 86px);
  }
  .point_list .point._03 {
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
  }
  .point_list .point._03 > li {
    padding: 20px 24px;
  }
  .point_list .toggle_tit {
    position: relative;
    padding-bottom: 0;
    transition: padding .5s ease;
  }
  .toggle_tit::after {
    content: '';
    position: absolute;
    top: calc(50% - 12px);
    right: 0;
    display: block;
    width: 24px;
    height: 24px;
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 9L12 14L7 9' stroke='%23222222' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    mask-size: cover;
    background: var(--c_black);
    transform: rotate(0);
    transition: transform .4s ease;
  }
  .toggle_tit.active {
    padding-bottom: 16px;
  }
  .toggle_tit.active::after {
    transform: rotate(-180deg);
  }
  .toggle_const p {
    font-size: 16px;
  }
  .toggle_icon {
    width: 126px;
    margin-top:  16px;
  }

  .space_mood {
    background: url('/wp-content/themes/fastfive/assets/event/250818_event_seolleung5/img/bgTexture_mood_m.jpg') no-repeat center;
    background-size: cover;
  }
  .mood_tab {
    gap: 6px;
    padding-bottom: 24px;
  }
  .mood_tab > li {
    height: 43px;
    font-size: 16px;
    border-width: 1px;
  }
  .mood_tab > li._active {
    box-shadow: -2px 12px 8px 0 rgba(0, 0, 0, 0.05), -1px 6px 6px 0 rgba(0, 0, 0, 0.12);
  }
  .tab_content p {
    padding-bottom: 24px;
  }
  .mood_choice {
    margin-bottom: 24px;
  }
  .mood_choice .swiper-slide {
    width: 100% !important;
    background: none;
  }
  .mood_choice .swiper-slide img {
    opacity: unset;
  }

  .last_banner {
    background: url('/wp-content/themes/fastfive/assets/event/250818_event_seolleung5/img/bg_lastBanner_m.jpg') no-repeat center;
    background-size: cover;
    min-height: 574px;
  }
  .last_banner .inner {
    --gap: 24px;
    align-items: center;
    padding-top: 46px;

  }
  .last_banner h3 {
    text-align: center;
  }
  .last_banner ._badge {
    position: relative;
    top: 0;
    bottom: auto;
    left: 0;
    width: 68px;
    height: 76px;
    margin: 0 auto;
  }
  .last_banner ._badge::before {
    top: -15px;
    left: 27px;
    width: 16px;
    height: 26px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='26' viewBox='0 0 16 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.0999 24.0588C7.96119 24.8254 12.4469 20.336 14.1507 13.9773C15.8545 7.61862 14.9161 1.84238 12.0548 1.0757C9.19356 0.309017 5.49282 4.84222 3.78902 11.2009C3.41058 12.6132 3.19504 14.8881 3.06942 16.1945' stroke='white'/%3E%3C/svg%3E%0A");
  }

}