@charset "utf-8";
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
.event-mv *{font-family:'Pretendard-Regular', sans-serif;}
.event-mv{width:100%; max-width:1920px;position:relative;margin:auto;overflow:hidden;background:#221815}

.event-mv .event-box{position:relative;}
.event-mv .event-box img{display:block;}

.event-mv .mv-txt-box{position:relative;width:100%;padding:96px 0;background:#221815}
.event-mv .mv-txt-box .repeatTxt{width:600%;height:91px;background:url(https://image.prospecs.com/front/images/planning/230328/images/type_web.svg) repeat-x;will-change: transform;animation: marquee 29s linear infinite; }
.event-mv .mv-txt-box .mv-img{margin-top:156px}

.event-mv .mv-cont-list{background:#221815;}
.event-mv .mv-cont-list .mv-btns{width:100%;padding:64px 79px 68px}
.event-mv .mv-cont-list .mv-btns ul{display:flex;align-items:center;justify-content:flex-start;}
.event-mv .mv-cont-list .mv-btns ul li{position:relative;border-radius:100%;}
.event-mv .mv-cont-list .mv-btns ul li a{width:100%;height:100%;display:inline-block;}
.event-mv .mv-cont-list .mv-btns ul li.on .thum img{border:6px solid #fa0a00}
.event-mv .mv-cont-list .mv-btns ul li p{font-family:'Pretendard-Regular';font-size:16px;color:#fff;margin-top:24px;text-align:center;}
.event-mv .mv-cont-list .mv-btns ul li + li{margin-left:40px;}
.event-mv .mv-cont-list .mv-btns ul li .thum{width:120px;height:120px;overflow:hidden;}
.event-mv .mv-cont-list .mv-btns ul li .thum img{border-radius: 100%;}
.event-mv .mv-cont-list .mv-btns ul li .thum .playDate{display:none;font-family:'Pretendard-Regular';width:100%;color:#fff;font-size:16px;position:absolute;top:39px;left:50%;transform:translateX(-50%);z-index:1}
.event-mv .mv-cont-list .mv-btns ul li .thum img{width:100%;position:absolute;left:0;top:0;}
.event-mv .mv-cont-list .mv-btns ul li .thum strong{margin-top:5px;display:block;}
.event-mv .mv-cont-list .mv-btns ul li.disabled a{cursor:default;}
.event-mv .mv-cont-list .mv-btns ul li.disabled .thum img{opacity: 0.4;}
.event-mv .mv-cont-list .mv-btns ul li.disabled .thum .playDate{display:block;}
.event-mv .mv-cont-list .ps-media-list .ps-media-play:not(:first-child){display:none}
.event-mv .model-wrp{position:relative}
.event-mv .model-wrp .view-goods{position:absolute;display:inline-block;width:42px;height:42px;border-radius:100%;}
.event-mv .model-wrp .view-goods .link-default{width:100%;height:100%;}
.event-mv .model-wrp .view-goods .link-default:hover{will-change:transform;animation: wave 0.8s linear infinite alternate;}

.mv-slide-box{position:relative;width:100%;height:1679px;background-size:cover !important}
/*.mv-slide-box:before{content:'';width:100%;height:100%;position:absolute;left:0;top:0;background:rgba(0,0,0,0.4);}*/
.mv-slide-box.slide02{background:url(https://image.prospecs.com/front/images/planning/6628/images_re/will_w_05.png) no-repeat;}

/*
.mv-slide-box.slide03{background:url(https://image.prospecs.com/front/images/planning/230328/images/slide_model03_bg.png) no-repeat;}
.mv-slide-box.slide04{background:url(https://image.prospecs.com/front/images/planning/230328/images/slide_model04_bg.png) no-repeat;}

.mv-slide-box.slide06{background:url(https://image.prospecs.com/front/images/planning/230328/images/slide_model06_bg.png) no-repeat;}
*/





.mv-slide-box .swiper-container{position:static;}
.mv-slide-box .mv-slide{width:1080px;padding-top:260px;margin:0 auto 20px}
/*
.mv-slide-box .mv-slide-txt{width:100%;position:relative;z-index:1}
.mv-slide-box .mv-slide-txt span{margin-top:44px;display:block;}
*/
.mv-slide-box .swiper-pagination{bottom:400px !important;width:100%;}
.mv-slide-box .swiper-pagination-bullet{width:20px;height:20px;border-radius:100%;border:1px solid #fff;background:#fff !important;opacity:1}
.mv-slide-box .swiper-pagination-bullet + .swiper-pagination-bullet{margin:0 0 0 30px !important}
.mv-slide-box .swiper-pagination-bullet-active{background:none !important}


/*.mv-foot-slide-wrp{position:static;width:1640px;height:900px; !important; background:url(../images/WILL_09.png) no-repeat;background-size:auto;}*/
.mv-foot-slide-wrp .swiper-container{padding:139px 0}


.event-mv .mv-foot-slide-wrp .mv-foot-slide .swiper-pagination{bottom:0px !important}
.event-mv .mv-foot-slide-wrp .mv-foot-slide .swiper-button-prev{background:url("https://image.prospecs.com/front/images/renewal/btn_arrow_prev.svg") center center no-repeat;background-size:56px auto;left:362px}
.event-mv .mv-foot-slide-wrp .mv-foot-slide .swiper-button-next{background:url("https://image.prospecs.com/front/images/renewal/btn_arrow_next.svg") center center no-repeat;background-size:56px auto;right:362px}

.event-mv .mv-foot-slide-wrp .mv-foot-slide .swiper-button-prev, 
.event-mv .mv-foot-slide-wrp .mv-foot-slide .swiper-button-next{width:56px;height:56px;border:1px solid #fff;}




@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes wave {
  from { transform: scale(1); }
  to { transform: scale(0.8); }
}
