:root{
  --point: #E70100;
}
ul,li{
  list-style: none;
}
.inner_wrap{
  margin: 0 auto;
  padding: 180px 50px;
  max-width: 1380px;
  overflow: hidden;
}
.btn_group{
  display: flex;
  justify-content: center;
  margin-top: 130px;
}
.btn_group a{
  border-radius: 8px;
  background: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 170%;
  color: #000;
  height: 56px;
  padding: 12px 48px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.btn_group a:after{
  content: '';
  display: inline-flex;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23E70100'/%3E%3Cpath d='M14.8572 10.2855L7.42861 14.857L7.42861 5.71411L14.8572 10.2855Z' fill='white'/%3E%3C/svg%3E");
}
.tit{
  margin-bottom: 60px;
}
.tit h3{
  font-size: 52px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1px;
  color: #fff;
  text-align: center;
  margin-top: 12px;
}
.tit p{
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  color: #fff;
  text-align: center;
  margin-top: 4px;
}
.tit_netflix{
  display: flex;
  transform: translateX(80px);
  opacity: 0;
  height: 60px;
}
.tit_netflix._ani_start{
  opacity: 1;
  animation: txt-net 1s ease 1s forwards;
  justify-content: center;
}
.tit_netflix._ani_start .txt_e{
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateX(10px);
  animation: opacity .5s ease 1.2s forwards;
  margin: 0 2px 0 6px;
}
.tit_netflix._ani_start .txt_w{
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateX(10px);
  animation: opacity .8s ease 1.4s forwards;
}
.tit_netflix .netflix{
  position:relative;
  width: 31px;
}
.tit_netflix .netflix span{
  position: absolute;
  top: 0;
  width: 11px;
  height: 60px;
}
.tit_netflix .netflix span:first-child{
  left: 0;
  background-color:#B20101;
  transform-origin:bottom center
}
.tit_netflix._ani_start .netflix span:nth-child(2){
  left:0;
  box-shadow:0 0 40px #000;
  background-color: var(--point);
  transform-origin:top left;
  transform:skewX(18deg) scale(1,0);
  z-index:1;
  animation:.3s ease-in-out .3s forwards go-down
}
.tit_netflix._ani_start .netflix span:nth-child(3){
  right:0;
  background-color:#B20101;
  transform:scale(1,0);
  transform-origin:bottom center;
  animation:.3s ease-in-out .6s forwards go-up
}
.tit_netflix._ani_start .netflix span:first-child{
  animation:.3s ease-in-out forwards go-up
}
.load{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 503;
  transition: ease-in-out .3s height .7s;
}
.load::after{
  content: '';
  background: #9C29C3;
  width: 100%;
  height: 100vh;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  transition: ease-in-out .5s top .2s;
}
.load::before{
  background: #E70100;
  display: block;
  content: '';
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: ease-in-out .5s top;
}
.load._ani_start{
  height: 0;
  overflow: hidden;
}
.load._ani_start:after, .load._ani_start::before{
  top: 100%;
}
.visual_wrapper{
  position: relative;
  overflow: hidden;
}
.visual_wrapper .inner_wrap{
  position: relative;
  max-width: 1380px;
  margin: 0 auto;
  padding: 48px 0 42px 50px;
}
.visual_wrapper .open_tag{
  width: 110px;
  height: 124px;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='110' height='124' viewBox='0 0 110 124' fill='none'%3E%3Cpath d='M0 0H110V124L0 100.93V0Z' fill='%23E70100'/%3E%3C/svg%3E");
  display: flex;
  justify-content: center;
  padding: 20px 14px;
  position: absolute;
  top: -48px;
  right: 0;
}
.visual_wrapper .vis_txt{
  position: relative;
  z-index: 1;
  color: #fff;
}
.visual_wrapper .vis_txt img{
  width: 178px;
}
.visual_wrapper .vis_txt h2{
  color: #fff;
  font-size: 56px;
  font-weight: 200;
  line-height: 130%;
  letter-spacing: -1px;
  margin-top: 88px;
}
.visual_wrapper .vis_txt strong {
  font-weight: 700;
}
.visual_wrapper .btn_group{
  margin-top: 24px;
  justify-content: flex-start;
}
.visual_wrapper .visual_bg_slide{
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.visual_wrapper .visual_bg_slide .slide_txt{
  position: absolute;
  bottom: 274px;
  max-width: 1280px;
  left: calc(50% - 640px);
}
.visual_wrapper .visual_bg_slide .slide_txt span{
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.696px;
  display: flex;
  gap: 12px;
  align-items: center;
  color: #fff;
}
.visual_wrapper .visual_bg_slide .slide_txt span::before{
  content: '#';
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  line-height: 170%;
  color: #fff;
  width: 26px;
  height: 26px; 
  background: var(--point);
  align-items: center;
  justify-content: center;
}
.visual_wrapper .visual_bg_slide .slide_txt p{
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  color: #FFF;
}
.visual_wrapper .visual_thumb_slide{
  overflow: hidden;
  margin-top: 130px;
  max-width: 1020px;
}
.visual_wrapper .visual_thumb_slide .swiper-slide{
  width: 160px;
  border-radius: 4px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  margin-right: 12px;
}
.visual_wrapper .visual_thumb_slide .swiper-slide-active{
  border: 2px solid #fff;
}
.visual_wrapper .inner_wrap .vis_txt .mo_inner{
  font-size: 0;
  line-height: 0;
}
.sticky_tab{
  position: sticky;
  top: 72px;
  left: 0;
  background: var(--point);
  color: #fff;
  z-index: 2;
}
.sticky_tab ul{
  max-width: 1280px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.sticky_tab ul li{
  width: 50%;
  text-align: center;
  position: relative;
}
.sticky_tab ul li::before{
  content: '';
  height: 36px;
  width: 1px;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 18px);
}
.sticky_tab ul li:nth-child(1):before{
  display: none;
}
.sticky_tab ul a{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 170%;
  height: 60px;
}
.sticky_tab ul a:after{
  content: '';
  display: inline-flex;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Ccircle cx='10.5' cy='10' r='10' fill='white'/%3E%3Cpath d='M15.3572 10.2855L7.92861 14.857L7.92861 5.71411L15.3572 10.2855Z' fill='%23E70100'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: 20px 20px;
}
.promotion_wrapper{
  background: #000 url(/wp-content/themes/fastfive/assets/event/250319_event_newff/images/bg_promotion.png) 50% 0 no-repeat;
  background-size: 100% auto;
  margin-top: -1px;
}
.promotion_wrapper ul{
  max-width: 846px;
  margin: 0 auto;
}
.promotion_wrapper ul li{
  padding-left: 110px;
  position: relative;
  margin-top: 80px;
}
.promotion_wrapper ul li:nth-child(1){
  margin-top: 0;
}
.promotion_wrapper .lst_tit{
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 16px;
}
.promotion_wrapper .lst_tit img{
  width: 78px;
  position: absolute;
  top: -14px;
  left: -110px;
}
.promotion_wrapper ul li:nth-child(2) .lst_tit img{
  margin-top: -10px;
}
.promotion_wrapper .lst_tit h4{
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1px;
}
.promotion_wrapper .lst_tit p{
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  color: #fff;
}
.promotion_wrapper ul li>img{
  opacity: 0;
  transform: scale(0.8);
}
.promotion_wrapper ul li._ani_start>img{
  animation: .8s ease-out forwards  zoomChar;
}
.promotion_wrapper .lst_txt{
  margin-top: 40px;
}
.promotion_wrapper .lst_txt p{
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  color: #fff;
  padding-left: 26px;
  position: relative;
  margin-top: 10px;
}
.promotion_wrapper .lst_txt p:before{
  content: '';
  width: 16px;
  height: 16px;
  display: inline-flex;
  position: absolute;
  top: 8px;
  left: 0;
  background: 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%3Crect width='16' height='16' rx='8' fill='%23E70100'/%3E%3Cpath d='M4 7.28571L7.2381 10.5L12 5.5' stroke='white' stroke-width='2'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: 16px 16px;
}
.promotion_wrapper li:nth-child(2) > img{
  width: 310px;
  position: absolute;
  top: 0;
  right: 0;
}
.promotion_wrapper .btn_group{
  margin-top: 120px;
}
.lst_wrapper{
  background: linear-gradient(0deg, #B20101 0%, #000 100%);
}
.lst_wrapper ul li .open_tag{
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
  color: #fff;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='104' height='60' viewBox='0 0 104 60' fill='none'%3E%3Cpath d='M0 0H104V60L0 45.9816L0 0Z' fill='%23E70100'/%3E%3C/svg%3E") 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 17px 18px;
  text-align: center;
  width: 104px;
  height: 60px;
}
.lst_wrapper ul li .tag_long{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='126' height='60' viewBox='0 0 126 60' fill='none'%3E%3Cpath d='M0 0H126V60L0 45.9816L0 0Z' fill='%23E70100'/%3E%3C/svg%3E");
}
.lst_wrapper .lst_open{
  display: flex;
  flex-wrap: wrap;
  gap: 60px 24px;
  max-width: 1064px;
  margin: 0 auto;
}
.lst_wrapper .lst_open>li{
  width: calc(50% - 12px);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255,255,255,0.4);
  transform: scale(0.95);
  opacity: 0;
  transition: .5s ease transform, .5s ease opacity;
}
.lst_wrapper .lst_open li._ani_start{
  transform: scale(1);
  opacity: 1;
}
.lst_wrapper .lst_open>li:nth-child(1),
.lst_wrapper .lst_open>li:nth-child(2){
  background: #200000;
}
.lst_wrapper .lst_open>li:nth-child(3),
.lst_wrapper .lst_open>li:nth-child(4){
  background: #2E0000;
}
.lst_wrapper .lst_open>li:nth-child(5),
.lst_wrapper .lst_open>li:nth-child(6){
  background: #4F0000;
}
.lst_wrapper .lst_open li .lst_img{
  position: relative;
}
.lst_wrapper .lst_open li .lst_img ul{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  right: 32px;
  bottom: 16px;
  gap: 8px;
}
.lst_wrapper .lst_open li .lst_img ul li{
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
  border-radius: 50px;
  border: 1px solid #fff;
  padding: 2px 12px;
  display: inline-flex;
  width: auto;
}
.lst_wrapper .lst_open li .lst_img h4{
  color: #fff;
  position: absolute;
  left: 32px;
  bottom: 16px;
  font-size: 36px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1px;
}
.lst_wrapper .lst_open li .lst_txt{
  padding: 0 32px 32px;
}
.lst_wrapper .lst_open li .lst_txt p{
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 170%;
  display: flex;
  gap: 6px;
  align-items: center;
}
.lst_wrapper .lst_open li .lst_txt p:before{
  content: '#';
  display: inline-flex;
  width: 20px;
  height: 20px;
  color: #fff;
  background: var(--point);
  font-size: 12px;
  line-height: 1.7;
  font-weight: 700;
  align-items: center;
  justify-content: center;
}
.lst_wrapper .lst_open li .btn_group{
  --gap: 12px;
  display: flex;
  gap: var(--gap);
  margin-top: 26px;
}
.lst_wrapper .lst_open li .btn_group a {
  --bg_btn: #E70100;
  --txt_btn: #fff;
  width: 100%;
  text-align: center;
  justify-content: center;
  background-color: var(--bg_btn);
  color: var(--txt_btn);
  padding: 0 10px;
} 
.lst_wrapper .lst_open li .btn_group a._reverse {
  --bg_btn: #fff;
  --txt_btn: #000;
}
.lst_wrapper .lst_open li .btn_group a._red::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Ccircle cx='10.5' cy='10' r='10' fill='white'/%3E%3Cpath d='M15.3572 10.2855L7.92861 14.857L7.92861 5.71411L15.3572 10.2855Z' fill='%23E70100'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: 20px 20px;
}
.feat_wrapper{
  background: #000;
}
.feat_wrapper:before{
  content: '';
  display: block;
  height: 180px;
  background: url(/wp-content/themes/fastfive/assets/event/250319_event_newff/images/bg_arrow.png) 50% 100% no-repeat;
  background-size: auto 100%;
}
.feat_wrapper .lst_feat{
  display: flex;
  gap: 24px;
  color: #fff;
}
.feat_wrapper .lst_feat li{
  text-align: center;
  flex: 1;
}
.feat_wrapper .lst_feat li .img_box{
  position: relative;
  font-size: 0;
  line-height: 0;
  border-radius: 8px;
  overflow: hidden;
}
.feat_wrapper .lst_feat li .img_box .hover{
  display: none;
}
.feat_wrapper .lst_feat li em{
  font-size: 20px;
  font-weight: 600;
  line-height: 170%;
  display: block;
  margin-top: 8px;
}
.feat_wrapper .lst_feat li h4{
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1px;
  margin-bottom: 8px;
}
.feat_wrapper .lst_feat li p{
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  margin-top: 8px;
}
.benefit_wrapper{
  background: #2B225B radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.22) 40.89%, rgba(0, 0, 0, 0.41) 51.31%, #000 100%);
}
.benefit_wrapper ._benefit_icon_list{
  color: #fff;
}
.award_wrapper{
  background: #000;
}
.award_wrapper .inner{
  padding: 180px 50px;
}
.award_wrapper .section_title{
  text-align: center;
  color: #fff;
  font-size: 52px;
  margin-bottom: 60px;
}
.award_wrapper .btn_group{
  margin-top: 60px;
}
/*넷플릭스*/
@keyframes go-up{
  0%{
    transform:scale(1,0)
  }
  100%{
    transform:scale(1,1)
  }
}
@keyframes go-down{
  0%{
    transform:skewX(18deg) scale(1,0)
  }
  100%{
    transform:skewX(18deg) scale(1,1)
  }
}
@keyframes txt-net{
  0%{
    transform: translateX(80px);
  }
  100%{
    transform: translateX(0);
  }
}
@keyframes opacity{
  0%{
    opacity: 0;
    transform: translateX(10px);
  }
  100%{
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes zoomChar{
  0%{
    opacity: 0;
    transform: scale(0.8);
  }
  100%{
    opacity: 1;
    transform: scale(1);
  }
}
@media (min-width:961px) and (max-width:1380px) {
  .visual_wrapper .visual_bg_slide .slide_txt{
    left: 50px;
  }
  .visual_wrapper .visual_bg_slide .swiper-slide img.hidden-mo{
    object-fit: cover;
  }
}
@media (min-width:961px) {
  .hidden-pc{
    display: none;
  }
  .btn_group a:hover{
    background: var(--point);
    color: #fff;
  }
  .btn_group a:hover:after{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Ccircle cx='10.5' cy='10' r='10' fill='white'/%3E%3Cpath d='M15.3572 10.2855L7.92861 14.857L7.92861 5.71411L15.3572 10.2855Z' fill='%23E70100'/%3E%3C/svg%3E") 50% 50% no-repeat;
    background-size: 20px 20px;
  }
  .lst_wrapper .lst_open li .btn_group a:hover {
    --bg_btn: #000;
    border: 1px solid #fff;
  }
  .lst_wrapper .lst_open li .btn_group a._reverse:hover {
    --txt_btn: #fff;
  }
  .lst_wrapper .lst_open li .btn_group a._reverse:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23E70100'/%3E%3Cpath d='M14.8572 10.2855L7.42861 14.857L7.42861 5.71411L14.8572 10.2855Z' fill='white'/%3E%3C/svg%3E");
  }
  .lst_wrapper .inner_wrap{
    padding-top: 134px;
    padding-bottom: 130px;
  }
  .visual_wrapper .visual_bg_slide .swiper-slide img.hidden-mo{
    height: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .feat_wrapper .inner_wrap{
    padding-top: 60px;
  }
  .feat_wrapper .tit{
    margin-bottom: 80px;
  }
  .feat_wrapper .lst_feat li:hover .img_box .hover{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .feat_wrapper .lst_feat li:hover .img_box{
    border-color: var(--point);
    border-radius: 8px;
  }
  .sticky_tab ul a:hover{
    background: #B20101;
  }
  .feat_wrapper .lst_feat .swiper-pagination{
    display: none;
  }
}
@media (max-width:960px) {
  .hidden-mo{
    display: none;
  }
  .btn_group a{
    min-width: 303px;
    height: 56px;
    font-size: 18px;
    padding: 13px 16px;
    gap: 4px;
  }
  .btn_group a:after{
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
  }
  .lst_wrapper .lst_open li .btn_group a._red::after {
    background-size: 16px 16px;
  }
  .tit{
    margin-bottom: 40px;
  }
  .tit h3{
    font-size: 34px;
  }
  .tit p{
    font-size: 22px;
  }

  .tit_netflix._ani_start{
    animation: txt-net-m 1s ease 1s forwards;
  }
  .inner_wrap{
    padding: 130px 20px;
  }
  .visual_wrapper .vis_txt img{
    width: 113px;
  }
  .visual_wrapper .vis_txt h2{
    margin-top: 8px;
    font-size: 30px;
  }
  .visual_wrapper .visual_bg_slide .swiper-slide{
    background: #000 !important;
  }
  .visual_wrapper .visual_bg_slide .slide_txt{
    left: 20px;
  }
  .visual_wrapper .visual_bg_slide .slide_txt span{
    font-size: 16px;
    gap: 8px;
  }
  .visual_wrapper .visual_bg_slide .slide_txt span:before{
    width: 18px;
    height: 18px;
    font-size: 14px;
  }
  .visual_wrapper .visual_bg_slide .slide_txt p{
    font-size: 14px;
    margin-top: 3px;
  }
  .visual_wrapper .inner_wrap{
    padding: 128px 0 20px;
  }
  .visual_wrapper .inner_wrap .vis_txt .mo_inner{
    padding: 0 20px;
  }
  .visual_wrapper .visual_bg_slide .slide_txt{
    bottom: 160px;
  }
  .visual_wrapper .visual_thumb_slide{
    gap: 10px;
    padding-left: 20px;
  }
  .visual_wrapper .visual_thumb_slide .swiper-slide{
    width: 100px;
    margin-right: 8px;
  }
  .visual_wrapper .open_tag{
    width: 70px;
    height: 74px;
    top: -128px;
    right: 0;
    font-size: 16px;
    background-size: 70px 74px;
    padding: 10px 9px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='74' viewBox='0 0 70 74' fill='none'%3E%3Cpath d='M0 0H70V74L0 62.6046V0Z' fill='%23E70100'/%3E%3C/svg%3E") 0 0 no-repeat;
    background-size: 70px 74px;
  }
  .visual_thumb_slide{
    padding-left: 20px;
  }
  .visual_wrapper .btn_group a{
    font-size: 14px;
    height: 46px;
    padding: 13px 16px;
    min-width: 230px;
  }
  .sticky_tab{
    top: 60px;
  }
  .sticky_tab li a{
    font-size: 14px;
    height: 44px;
    gap: 4px;
  }
  .sticky_tab ul li::before{
    height: 24px;
    top: calc(50% - 12px);
  }
  .sticky_tab ul a:after{
    height: 14px;
    width: 14px;
    background-size: 14px 14px;
  }
  .tit_netflix{
    height: 36px;
    transform: translateX(20px);
  }
  .tit_netflix .netflix{
    width: 18px;
  }
  .tit_netflix .netflix span{
    width: 7px;
    height: 36px;
  }
  .tit_netflix._ani_start .txt_e{
    width: 17px;
    margin: 0 2px 0 4px;
  }
  .tit_netflix._ani_start .txt_w{
    width: 30px;
  }
  .promotion_wrapper{
    background: #000 url(/wp-content/themes/fastfive/assets/event/250319_event_newff/images/bg_promotion_m.png) 50% 0 no-repeat;
    background-size: 100% auto;
  }
  .promotion_wrapper ul{
    max-width: 350px;
  }
  .promotion_wrapper ul li{
    padding-left: 0;
  }
  .promotion_wrapper .lst_tit{
    align-items: center;
  }
  .promotion_wrapper .lst_tit img{
    position: static;
  }
  .promotion_wrapper .lst_tit p{
    font-size: 22px;
    text-align: center;
    padding-left: 0;
    margin-top: 16px;
  }
  .promotion_wrapper .lst_txt p:before{
    width: 16px;
    height: 16px;
    background-size: 16px;
  }
  .promotion_wrapper .lst_tit h4{
    font-size: 28px;
  }
  .promotion_wrapper .lst_tit img{
    width: 53px;
  }
  .promotion_wrapper ul li{
    margin-top: 40px;
  }
  .promotion_wrapper li:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .promotion_wrapper li:nth-child(2) .lst_tit{
    order: 1;
  }
  .promotion_wrapper li:nth-child(2) > img{
    position: static;
    order: 2;
    width: 192px;
    margin: 0 auto;
  }
  .promotion_wrapper li:nth-child(2) .lst_txt{
    order: 3;
  }
  .promotion_wrapper .lst_txt{
    margin-top: 24px;
  }
  .promotion_wrapper .lst_txt p{
    font-size: 16px;
  }
  .promotion_wrapper .lst_txt:nth-child(2) p:first-child{
    margin-top: 0;
  }
  .promotion_wrapper .btn_group{
    margin-top: 40px;
  }
  .promotion_wrapper ul li:nth-child(2) .lst_tit img{
    margin-top: 0;
  }
  .promotion_wrapper ul li:nth-child(2)._ani_start>img{
    margin-top: 8px;
  }
  .feat_wrapper .inner_wrap{
    padding-top: 46px;
  }
  .lst_wrapper .tit h3{
    white-space: nowrap;
  }
  .lst_wrapper .lst_open{
    flex-direction: column;
    gap: 24px;
  }
  .lst_wrapper .lst_open li{
    width: 100%;
    min-height: 439px;
    height: 100%;
  }
  .lst_wrapper ul li .open_tag{
    font-size: 18px;
    padding: 7px 14px 15px;
    width: 90px;
    height: 52px;
  }
  .lst_wrapper .lst_open li .lst_img{    
    position: static;
    z-index: 1;
  }
  .lst_wrapper .lst_open li .lst_img ul{
    align-items: flex-start;
    bottom: 293px;
    left: 16px;
    right: auto;
    gap: 4px;
  }
  .lst_wrapper .lst_open li .lst_img ul li{
    width: fit-content;
    min-height: unset;
    background: rgba(0, 0, 0, 0.40);
    font-size: 14px;
  }
  .lst_wrapper .lst_open li .lst_txt{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 16px;
  }
  .lst_wrapper .lst_open li .lst_txt p{
    font-size: 16px;
  }
  .lst_wrapper .lst_open li .lst_img h4{
    font-size: 26px;
    left: 16px;
    bottom: 243px;
  }
  .lst_wrapper .lst_open li .lst_txt p:before{
    width: 16px;
    height: 16px;
  }
  .lst_wrapper .lst_open li .btn_group{
    flex-direction: column;
    margin-top: 16px;
  }
  .feat_wrapper:before{
    height: 84px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='375' height='84' viewBox='0 0 375 84' fill='none'%3E%3Cpath d='M0 0H375L188.672 84L0 0Z' fill='%23B20101'/%3E%3C/svg%3E") 50% 100% no-repeat;
    background-size: auto 100%;
  }
  .feat_wrapper .fest_slide{
    width: 100%;
    position: relative;
  }
  .feat_wrapper .lst_feat{
    justify-content: flex-start;
    gap: 0;
  }
  .feat_wrapper .lst_feat li{
    width: 300px;
    flex: none;
    opacity: 0.3;
  }
  .feat_wrapper .lst_feat li.swiper-slide-active{
    opacity: 1;
  }
  .feat_wrapper .lst_feat li em{
    font-size: 18px;
    margin-top: 12px;
  }
  .feat_wrapper .lst_feat li h4{
    font-size: 26px;
  }
  .feat_wrapper .lst_feat li p{
    font-size: 16px;
    margin-top: 6px;
  }
  .feat_wrapper .fest_slide .swiper-pagination{
    bottom: -35px;
  }
  .feat_wrapper .fest_slide .swiper-pagination-bullet-active{
    background: #fff;
  }
  .feat_wrapper .fest_slide .swiper-pagination .swiper-pagination-bullet{
    background: #fff;
  }
  .benefit_wrapper{
    background: #2B225B radial-gradient(346.37% 50% at 50% 50%, rgba(0, 0, 0, 0.00) 19%, rgba(0, 0, 0, 0.22) 40.89%, rgba(0, 0, 0, 0.41) 61.66%, #000 100%);
  }
  .award_wrapper .section_title{
    font-size: 34px;
    margin-bottom: 40px;
  }
  .award_wrapper .btn_group{
    margin-top: 40px;
  }
  .award_wrapper .inner{
    padding: 130px 30px;
  }
  @keyframes txt-net-m{
    0%{
      transform: translateX(20px);
    }
    100%{
      transform: translateX(0);
    }
  }
}
