body * {margin:0; padding:0; box-sizing:border-box;}
a, button {cursor: pointer;}
ul, li ,ol{list-style: none;}
.hidden-pc{display: none;}
.hidden-mo {display: block;}

body {
    --c_white: #fff;
    --c_black: #222;
    --c_peach: #FFD3BF;
    --c_pink: #FFC8FA;
    --c_purple: #C9BDFB;
    --c_deeppurple: #7E7DFD;
    --c_blue: #74BBFE;
    --c_award: #222;
    --c_grey: #F5F5F5;
    --c_lightgrey: #F3F6F7;
    /*  color */
    --padding: 248px 50px;
    --padding_visual: 80px 50px 190px;
    --padding_dragon: 180px 0 400px;
    --padding_baloon: 14px 58px;
    --padding_btn: 12.5px 20px 12.5px 48px;
}
.fp-inner {
    align-items: center;
    display: flex;
    position: relative;
    max-width: 1380px;
    margin: 0 auto;
    padding: var(--padding);
}
.fp-tith-52 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--c_black);
    padding-bottom: 40px;
}
.fp-tith-52.center {
    padding-bottom: 80px;
}
.fp-txth-36 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--c_black);
    padding-bottom: 40px;
}
.fp-txth-36 strong {
    display: block;
    color: var(--c_deeppurple);
}
.fp-txtp-24 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.7;
    color: var(--c_black);
}
.fp-txtp-20 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--c_black);
}
.fp-txtp-18 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--c_black);
}
.fp-btn {
    transition: all .3s ease;
    align-items: center;
    position: relative;
    display: flex;
    justify-content: center;
    width: 329px;
    height: 56px;
    border-radius: 8px;
    background: var(--c_black);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7;
    color: var(--c_white);
    margin-top: 40px;
}

.fp-btn::after {
    position: absolute;
    top:50%;
    left: 50%;
    transform:translate(350%,-50%);
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url('/wp-content/themes/fastfive/assets/event/240103_24freeparking/img/arrow_white.png') no-repeat center;
    background-size: 100%;
    opacity: 0;
    transition: all .5s ease;
}
.point-acc {
    align-items: center;
    display: flex;
    gap: 8px;
    width: fit-content;
    font-size: 16px;
    font-weight: 700;
    color: var(--c_deeppurple);
    border: 0;
    border-bottom: 2px solid var(--c_deeppurple);
    background-color: var(--c_white);
    padding: 0 14px 9px;
    margin-top: 80px;
}
.point-acc::after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 5.5px;
    background: url('/wp-content/themes/fastfive/assets/event/240103_24freeparking/img/arrow_drop_up.png');
    background-size: cover;
    transition: transform .3s ease;
}
.point-acc.act::after {
    transform: rotate(180deg);
}



/*        비주얼      */
.fp-visual {    
    position: relative;
    background: url('/wp-content/themes/fastfive/assets/event/240103_24freeparking/img/visual_bg.png') no-repeat center;
    background-size: cover;
    padding: 0;
    overflow: hidden;
    z-index: 1;
}
.fp-visual .fp-inner {    
    align-items: flex-start;
    padding: var(--padding_visual);
}
.visual-img {
    padding-top: 10px;
}
.visual-txt {
    margin-right: 145px;
}
.visual-txt h2 {
    padding: 20px 0 40px;
}
.adv-ballon > span {
    position: relative;
    display: block;
    width: fit-content;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.7;
    color: var(--c_black);
    background: rgba(255, 255, 255, 0.30);
    border-radius: 100px;
    border: 1px solid #FFF;
    box-shadow: 0px 6px 40px 0px rgba(193, 198, 204, 0.25), 0px 2px 2px 0px rgba(255, 255, 255, 0.25) inset;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: var(--padding_baloon);
    z-index: 1;
    animation: 1.8s move-x ease-in-out infinite alternate;
}
.adv-ballon > span:first-child {
    margin: 0 0 0 9px;
}
.adv-ballon > span:nth-child(2) {
    margin: -12px 0 15px 114px;
    animation: 2s move-x-re ease-in-out infinite alternate;
}
.adv-ballon > span:nth-child(3) {animation: 1.6s move-x-re ease-in-out infinite alternate;}
.adv-ballon > span:last-child {
    position: relative;
    margin: -12px 0 0 83px;
    z-index: 0;
    animation: 2s move-x .4s ease-in-out infinite alternate;
}
.fp-voiture {    
    position: absolute;
    left: 45%;
    bottom: 30px;
}
.fp-voiture > div {
    position: absolute;
    left: 70px;
    bottom: 30px;
    width: 405px;
    height: 250px;
}
.voiture1 {
    position: relative;
    animation: .9s voiture_move infinite alternate;
    z-index: 5;
}
.voiture2 {
    position: absolute;
    left: 0;
    bottom: 0;
}
.open-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-left: 2px solid var(--c_black);
    padding-left: 15px;
}
.open-info > li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}
.open-info > li > strong {
    padding-right: 10px;
}


/*  행운 1  */
.fp-adv1 {
    position: relative;
}
.fp-adv1 .fp-inner {
    z-index: 1;
}
.fp-adv1 .txt-area {    
    flex: 0.85;
}
.txt-area .txt-box {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.fp-adv1 .fp-inner::before,
.fp-adv2 .fp-inner::before,
.fp-adv3 .fp-inner::before {
    content: '행운의 새해 선물 1';
    position: absolute;
    text-align: center;
    top: -40px;
    left: 50px;
    width: fit-content;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    color: var(--c_black);
    background-color: var(--c_white);
    padding: 14px 48px;
    border-radius: 12px 12px 0 0;
    z-index: 5;
}
.fp-adv2 .fp-inner::before {
    content: '행운의 새해 선물 2';
    background-color: var(--c_grey);
}
.fp-adv3 .fp-inner::before {
    content: '행운의 새해 선물 3';
    background-color: var(--c_peach);
}
.gift-all {
    position: absolute;
    top: 21px;
    left: 66px;
}
.adv1-conts {
    position: relative;
    text-align: center;
}
.adv1-voiture span.fp-txtp-18 {
    position: absolute;
    top: 40px;
    left: 40px;
    width: fit-content;
    font-weight: 600;
    padding: 8px 26px;
    background-color: var(--c_purple);
    border-radius: 180px;
}
.adv1-voiture {    
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 520px;
    height: 496px;
    background: rgba(255,255,255,.2);
    box-shadow: 6px 6px 60px 0px rgba(193, 198, 204, 0.60), 0px 2px 2px 0px rgba(255, 255, 255, 0.25) inset;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 32px;
    z-index: 10;
}
.adv1-voiture::after {
    position: absolute;
    bottom: 111px;
    content: '';
    width: 350px;
    height: 29px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(156, 163, 168, 0.60) 0%, rgba(156, 166, 168, 0.00) 76.56%);
    mix-blend-mode: multiply;
    border-radius: 350px;
}
.adv1-voiture img {
    animation: .7s move-rotate infinite alternate;
}
.coin-box {
    position: absolute;
    left: -40px;
    bottom: -70px;
    width: 608px;
    height: 815px;
    overflow: hidden;
}
.coin-box::after {    
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -30px;
    width: 100%;
    height: 100px;
    line-height: 0;
    background: linear-gradient(0deg, #FFF 38.02%, rgba(255, 255, 255, 0.00) 100%);
    transform: translateX(-50%);
    z-index: 5;
}
.coin {
    position: absolute;
    display: block;
    z-index: 0;
}
.coin._1 {
    bottom: -15%;
    left: 110px;
    width: 111px;
    height: 100px;
    background: url('/wp-content/themes/fastfive/assets/event/240103_24freeparking/img/gift1_coin_1.png') no-repeat center;
    background-size: 100%;
}
.coin._2 {
    bottom: -15%;
    left: 442px;
    width: 95px;
    height: 68px;
    background: url('/wp-content/themes/fastfive/assets/event/240103_24freeparking/img/gift1_coin_2.png') no-repeat center;
    background-size: 100%;
}
.coin._3 {
    bottom: -15%;
    left: 20px;
    width: 96px;
    height: 111px;
    background: url('/wp-content/themes/fastfive/assets/event/240103_24freeparking/img/gift1_coin_3.png') no-repeat center;
    background-size: 100%;
}
.coin._4 {
    bottom: -15%;
    left: 304px;
    width: 111px;
    height: 100px;
    background: url('/wp-content/themes/fastfive/assets/event/240103_24freeparking/img/gift1_coin_4.png') no-repeat center;
    background-size: 100%;
}
.coin._5 {
    bottom: -15%;
    left: 304px;
    width: 111px;
    height: 100px;
    background: url('/wp-content/themes/fastfive/assets/event/240103_24freeparking/img/gift1_coin_5.png') no-repeat center;
    background-size: 100%;
}
.giftbox-s {
    position: absolute;
    display: block;
    bottom: -26%;
    left: 185px;
    width: 210px;
    height: 210px;
    background: url('/wp-content/themes/fastfive/assets/event/240103_24freeparking/img/gift1_box.png') no-repeat center;
    background-size: 100%;
    z-index: 0;
}
.__ani .coin._1 {animation: 1s coin .2s ease-in-out forwards alternate;}
.__ani .coin._2 {animation: 1.5s coin .6s ease-in-out forwards alternate;}
.__ani .coin._3 {animation: 1.8s coin .4s ease-in-out forwards alternate;}
.__ani .coin._4 {animation: 2s coin .8s ease-in-out forwards alternate;}
.__ani .coin._5 {animation: 1.5s coin .4s ease-in-out forwards alternate;}
.__ani .giftbox-s {animation: 2.2s coin_gift .1s ease-in-out forwards alternate;}

.point-sec{
    display: none;
    width: calc(100% - 120px);
    margin: -310px 0 265px 60px;
    position: relative;   
    z-index: 0;
    border-radius: 40px;
    padding: 180px 50px;
    border: 1.5px solid var(--Rectangle-1749-stroke, #FFF);
    background: rgba(255, 255, 255, 0.20);
    box-shadow: 6px 6px 60px 0px rgba(193, 198, 204, 0.60), 0px 2px 2px 0px rgba(255, 255, 255, 0.25) inset;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    text-align: center;
}
.point-sec h5{font-size: 34px;font-weight: 700;line-height: 1.4;letter-spacing: -1px;}
.point-sec .point-con{
    margin-top: 63px;
    max-width:1280px;
    gap:24px;
    display: flex;
    flex-wrap: wrap;
    margin: 60px auto 0;
}
.point-sec .point-con li{width: calc(25% - 18px);position: relative;}
.point-sec .point-con li p{font-size: 16px;line-height: 1.7;font-weight: 500;padding: 16px 0;}
.point-sec .point-noti{
    max-width: 1280px;
    font-size: 16px;
    color: #5E6062;
    margin-top: 40px;
    border-top:1px solid #E0E4E6;
    font-weight: 400;
    padding-top: 20px;
    margin: 40px auto 0;
    text-align: left;
    line-height: 1.7;
}
.point-sec .point-noti li{padding-left: 10px;position: relative;}
.point-sec .point-noti li:before{
    content: '*';
    display: inline-block;
    width: 10px;
    height: 100%;
    position: absolute;
    top: 1px;
    left: 0;
}
.point-sec .fp-btn{margin: 80px auto 0;}


/*  행운 2  */
.fp-adv2 {
    position: relative;
    background-color: var(--c_lightgrey);
}
.fp-adv2 .fp-inner {
    padding: 147px 50px 79px;
}
.fp-adv2 .txt-area,
.fp-adv3 .txt-area {
    flex-grow: 0.75;
}
.fp-adv2 .adv2-conts {
    position: relative;
    width: 525px;
    height: 519px;
    z-index: 5;
}
.fp-adv2::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 1268px;
    height: 200px;
    background: radial-gradient(95% 95% at 50% 5%, rgba(224, 231, 235, 0.50) 15.19%, rgba(232, 232, 232, 0.00) 47.95%);
    z-index: 0;
}
.dum{margin: 1200px 0 0;}
.confetti-box{
    position: relative;
    height: 100%;
    display: inline-flex;
    overflow: hidden;
}
.confetti-box img{
    width: 571px;
    height: auto;
    position: relative;
    z-index: 2;
}
canvas {
    pointer-events: none;
    position: absolute;
    top: 0%;
    left: 50%;
    width: 2100px;
    transform: translate(-50%, -60%);
    z-index: 5;
}
._ani{
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 10px;
    height: 1px;
    background: initial;
}

/*  행운 3  */
.fp-adv3 {
    background: linear-gradient(291deg, rgba(255, 194, 254, 0.90) 26.91%, rgba(255, 207, 184, 0.90) 73.85%);
}
.fp-adv3 .fp-inner {
    padding: 185px 50px 221px;
}
.adv3-conts > img {
    position: relative;
    z-index: 5;
}
.heart-box {        
    position: absolute;
    top: 0;
    right: 8%;
    width: 565px;
    height: 100%;
    overflow: hidden;
}
.heart {
    position: absolute;
    display: block;
    z-index: 0;
}
.heart.coupon {
    top: -20px;
    right: 30%;
    width: 164px;
    height: 127px;
    background: url('/wp-content/themes/fastfive/assets/event/240103_24freeparking/img/gift3_coupon.png') no-repeat center;
    background-size: 100%;
    animation: .6s move-rotate ease-in-out infinite alternate;
}
.heart._1 {
    top: 110px;
    right: 40px;
    width: 137px;
    height: 119px;
    background: url('/wp-content/themes/fastfive/assets/event/240103_24freeparking/img/gift3_heart_1.png') no-repeat center;
    background-size: 100%;
    animation: .6s move-y ease-in-out infinite alternate;
}
.heart._2 {
    bottom: 250px;
    left: 0;
    width: 105px;
    height: 91px;
    background: url('/wp-content/themes/fastfive/assets/event/240103_24freeparking/img/gift3_heart_2.png') no-repeat center;
    background-size: 100%;
    z-index: 0;
    animation: .6s move-y ease-in-out infinite alternate;
}
.heart._3 {
    bottom: -20px;
    right: 0;
    width: 226px;
    height: 196px;
    background: url('/wp-content/themes/fastfive/assets/event/240103_24freeparking/img/gift3_heart_3.png') no-repeat center;
    background-size: 100%;
    animation: .8s move-y ease-in-out infinite alternate;
}

/*   드래곤 섹션   */
.fp-dragon {
    background: url('/wp-content/themes/fastfive/assets/event/240103_24freeparking/img/sec_fight_bg.png')  no-repeat center;
    background-size: cover;
}
.fp-dragon .fp-inner {
    padding: 0;
    max-width: 1540px;
    overflow: hidden;
}
.fp-dragon .fp-tith-52 span {
    color: var(--c_blue)
}
.fp-dragon .txt-area {
    width: 868px;
    padding: 180px 132px 400px;
    background: url('/wp-content/themes/fastfive/assets/event/240103_24freeparking/img/sec_fighting_1.png') no-repeat center;
    background-color: rgb(255 255 255 / 40%);
    background-size: cover;
    border: 1.5px solid var(--c_white);
    box-shadow: 6px 6px 60px 0px rgba(193, 198, 204, 0.60), 0px 2px 2px 0px rgba(255, 255, 255, 0.25) inset;
    backdrop-filter: blur(15px);    
    -webkit-backdrop-filter: blur(15px);
    opacity: 0;
    transform: translateX(10px);
    transition: all .5s ease-in;
    transition-delay: .2s;
    margin-right: 78px;
}
.fp-dragon.__ani .txt-area {
    opacity: 1;
    transform: translateX(0);
}
.dragon-conts {
    text-align: center;
    position: relative;
    width: 433px;
    height: 1100px;
    overflow: hidden;
}
.dragon-conts > img {
    position: absolute;
    left: 15%;
    bottom: 0%;
}
.__ani .dragon-conts > img {
    animation: 1.5s dragon-move linear forwards alternate;
}
.drg-ballon {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    height: 330px;
}
.drg-ballon > span {
    position: absolute;
    right: 0;
    display: block;
    width: fit-content;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;
    color: var(--c_black);
    background: rgba(255, 255, 255, 0.30);
    border-radius: 100px;
    border: 1px solid #FFF;
    box-shadow: 0px 6px 40px 0px rgba(193, 198, 204, 0.25), 0px 2px 2px 0px rgba(255, 255, 255, 0.25) inset;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 10px 26px;
    z-index: 1;
    animation: 1.5s pulse ease-in-out infinite alternate;
}
.drg-ballon > span:nth-child(2) {
    top: 63px;
    left: 0;
    right: auto;
    animation-duration: 1.2s;
}
.drg-ballon > span:nth-child(3) {
    top: 161px;
    right: 79px;
    animation-duration: 1.8s;
}
.drg-ballon > span:nth-child(4) {
    right: calc(50% - 85px);
    bottom: 0;
    animation-duration: 1.4s;
}

/*  슬라이드 영역   */
.fp-slide {
    background-color: var(--c_black);
}
.fp-slide .fp-inner {
    text-align: center;
    flex-direction: column;
    padding:180px 0 220px;
}
.fp-slide .fp-tith-52 {
    color: var(--c_white);
}
.slide-area {
    max-width: 1062px;
    width: 100%;
}
.fp-Swiper {
    width: 100%;
    max-width: 1062px;
    line-height: 0;
}
.swiper-button-next, .swiper-button-prev {
    top: 57% !important;
    width: 40px !important;
    height: 40px !important;
    background-image: none;
}
.swiper-button-next {
    right: 45px !important;
    color: rgba(255,255,255,.2) !important;
}
.swiper-button-prev {
    left: 45px !important;
    color: rgba(255,255,255,.2) !important;
}
.swiper-button-next::after, .swiper-button-prev::after {
    width: 40px;
    height: 40px;
    font-size: 40px !important;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    color: var(--c_white) !important;
}
.swiper-horizontal > .swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 180px !important;
}
.swiper-pagination-bullet {
    background: rgba(255,255,255,.8) !important;
}
.swiper-pagination-bullet-active {
    background: var(--c_white) !important;
} 
.slide-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--c_white);
    margin-top: 20px;
}

/*  3개 카드 섹션   */
.fp-card {
    background-color: var(--c_lightgrey);
}
.fp-card .fp-inner {    
    flex-direction: column;
    max-width: none;
    padding: 180px 0;
    overflow: hidden;
}
.card-area {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: calc(100% - 120px);
    margin: 0 0 0 auto;
}
.card-area .card .txt-area {    
    position: relative;
    padding-left: 110px;
    z-index: 5;
}
.card-area .card {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 439px;
    border: 1.5px solid var(--c_white);
    border-radius: 40px 0 0 40px;
    background: rgba(255,255,255,.2);
    box-shadow: 6px 6px 60px 0px rgba(193, 198, 204, 0.60);
    transform: translateX(100%);
    transition: .4s transform .15s ease-in-out;
}
.card-area .card.__ani  {transform: translateX(0);}
.card-area .card._2.__ani  {transform: translateX(6%);}
.card-area .card._3.__ani  {transform: translateX(12%);background: linear-gradient(291deg, rgba(255, 194, 254, 0.90) 26.91%, rgba(255, 207, 184, 0.90) 73.85%);}
.card._3 .btn-area {
    position: absolute;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    left: 70%;
    transform: translateX(-60%);
    width: 410px;
    height: 100%;
}
.card._3 .btn-area .fp-btn {
    border-radius: 100px;
    padding: 6.5px 40px 6.5px;
    margin-top: 19px;
}
.card-area .card > .card-img {
    position: absolute;
    top: 0;
}
.card-img._1 {
    left: 60%;
    transform: translateX(-50%);
    width: 843px;
}
.card-img._2 {
    left: 70%;
    transform: translateX(-50%);
    width: 439px;
    height: 100%;
}

/*   지점 추천 섹션   */
.fp-recomslide {
    background-color: var(--c_pink);
}
.fp-recomslide .fp-tith-52.center {
    padding-bottom: 10px;
}
.fp-recomslide .fp-inner {    
    text-align: center;
    flex-direction: column;
    overflow: hidden;
    padding: 180px 50px;
}
.fp-recomSwiper {
    width: 100%;
    max-width: 1162px;
    padding: 60px !important;
}
.recomslide-area {
    width: 100%;
    max-width: 1072px;
}
.recomslide-area .swiper-button-next,
.recomslide-area .swiper-button-prev {
    top: 58% !important;
    color: rgba(34, 34, 34, .3) !important;
}
.recomslide-area .swiper-button-next:hover, 
.recomslide-area .swiper-button-prev:hover {
    color: var(--c_white) !important;
}
.fp-recomSwiper .swiper-slide {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.fp-recomSwiper .swiper-slide > img {
    border-radius: 35px;
    box-shadow: 6px 6px 60px 0px rgba(220, 134, 218, 0.60), 0px 2px 2px 0px rgba(255, 255, 255, 0.25) inset;
}
.recomslide-area .swiper-pagination1.swiper-pagination-horizontal {
    margin-top: -30px;
}


/*   로고 롤러 섹션   */
.fp-roller {
    background: linear-gradient(291deg, rgba(255, 194, 254, 0.90) 26.91%, rgba(255, 207, 184, 0.90) 73.85%)
}
.fp-roller .fp-inner {
    max-width: none;
    text-align: center;
    flex-direction: column;
    padding: 180px 0px;
}
.roller-back {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 360px;
    border: 1.5px solid var(--c_white);
    background: rgba(255, 255, 255, 0.20);
    box-shadow: 6px 6px 80px 0px rgba(255, 199, 189, 0.40), 0px 2px 2px 0px rgba(255, 255, 255, 0.25) inset;
}
.roller-back::before {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 40%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,219,213,1) 0%, rgba(255,219,213,1) 50%, rgba(255,219,213,0) 100%);
}
.roller-back::after {
    content: '';
    position: absolute;
    right: 0;
    display: block;
    width: 40%;
    height: 100%;
    background: linear-gradient(270deg, rgba(255,213,248,1) 0%, rgba(255,213,248,1) 50%, rgba(255,213,248,0) 100%);
}
.roller {
    width: 1220px;
    height: 187px;
    background: url('/wp-content/themes/fastfive/assets/event/240103_24freeparking/img/img_roller.png');
    background-size: auto 100%;
    animation: roller-move 25s linear infinite;
}

/*  어워드 섹션     */
.fp-award .fp-inner {
    text-align: center;
    flex-direction: column;
    padding: 180px 50px;
}
.fp-award .fp-txtp-24 {
    margin-top: 60px;
}

@keyframes voiture_move {
    0% {top:0;}
    25% {top:1px;}
    50% {top:0;}
    75% {top:4px;}  
    100% {top: 0;}
}
@keyframes move-rotate {
    0% {
        transform: rotate(2deg);
    }
    100% {
        transform: rotate(0);
    }
}
@keyframes move-x {
    0% {transform: translate(5px, -5px);}
    100% {transform: translate(0,0);}
}
@keyframes move-x-re {
    0% {transform: translate(-5px,0px);}
    100% {transform: translate(0, 0);}
}
@keyframes move-y {
    0% {
        transform: translateY(8%);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes coin {
    0% {
        transform: translateY(-950%);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes coin_gift {
    0% {
        transform: translateY(-570%);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes dragon-move {
    0% {
        opacity: 0;
        transform: skewX(-10deg) translateY(100%);
    }
    40% {
        opacity: 1;
        transform: skewX(0) translateY(60%);
    }
    80% {
        transform: skewX(-4deg) translateY(20%);
    }
    100% {
        transform: skewX(0) translateY(00%);
    }
}
@keyframes roller-move {
    0% {
        background-position: -221.6rem center;
    }
    
    100% {
        background-position: 0 center;
    }
}
@keyframes confettoFall {
    0% {
        transform: translate(0, 0) rotate(0);
    }
    100% {
        transform: translate(200vw, 200vh) rotate(1080deg);
    }
    }

@media (hover : hover) {
    .fp-btn:hover {
        width: 329px;
        padding-right: 24px;
    }
    .fp-btn:hover::after {
        opacity: 1;
        margin-left: 24px;
    }
}


@media all and (max-width: 960px) {
    .hidden-pc{display: block;}
    .hidden-mo {display: none;}

    body {
        --padding: 130px 20px;
        --padding_visual: 40px 20px 100px;
        --padding_dragon: 180px 0 400px;
        --padding_baloon: 14px 58px;
        --padding_btn: 12.5px 20px 12.5px 48px;
    }

    .fp-inner {
        position: relative;
        align-items: center;
        text-align: center;
        width: 100%;
        max-width: 375px;
        flex-direction: column;
    }
    .fp-recomslide .fp-inner,.fp-award .fp-inner,.fp-slide .fp-inner {
        padding: var(--padding)
    }
    .fp-tith-52 {
        font-size: 34px;
    }
    .fp-tith-52.center {
        padding-bottom: 40px;
    }
    .fp-tith-52.m_position {
        position: absolute;
        left: 0;
        top: 130px;
        width: 100%;
    }
    .fp-txth-36 {
        font-size: 26px;
    }
    .fp-txtp-24 {
        font-size: 22px;
        font-weight: 500;
    }
    .fp-txtp-20 {
        font-size: 18px;
    }
    .fp-txtp-18 {
        font-size: 16px;
    }
    .fp-btn {
        Width: 295px;
        margin: 40px auto 0;
    }
    .fp-btn::after {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        opacity: 1;
    }
    .fp-dragon .fp-btn {
        margin: 40px auto 0 0;
    }
    .open-info > li {
        font-size: 14px;
    }


    .fp-visual {
        background: url('/wp-content/themes/fastfive/assets/event/240103_24freeparking/img/visual_bg_m.png') no-repeat center;
        background-size: cover;
    }
    .visual-img {
        width: 287px;
        padding-top: 40px;
    }
    .visual-txt {
        margin: 0 auto;
    }
    .visual-txt h2 {
        width: 268px;
        padding: 22px 0;
        margin: 0 auto;
    }
    .fp-visual .fp-inner {
        align-items: center;
    }
    .open-info {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        width: fit-content;
        margin: 0 auto;
        gap: 10px;
        border-left: none;
        padding-left: 0;
    }
    .fp-voiture {
        position: relative;
        left: 0;
        bottom: 0;
    }
    .fp-voiture > svg {
        position: absolute;
        bottom: -55px;
        left: -30px;
        width: 339px;
        margin: 0 auto;
        z-index: -1;
    }
    .fp-voiture > div {
        position: relative;
        bottom: -28px;
        left: auto;
        width: 243px;
        height: 149px;
        margin: 0 auto;
    }
    .adv-ballon > span {
        font-size: 16px;
        padding: 10px 40px;
    }
    .adv-ballon > span:nth-child(2) {
        margin: -5px 0 9px auto;
    }
    .adv-ballon > span:last-child {
        margin: -7px 0 0 74px;
    }

    /*  행운 1,2,3  */
    .fp-adv1 .fp-inner::before, .fp-adv2 .fp-inner::before, .fp-adv3 .fp-inner::before {
        top: -34px;
        left: 20px;
        font-size: 14px;
        padding: 10px 24px;
    }   
    .fp-adv1 .fp-inner {    
        padding-top: 279px;
    }
    .fp-adv1 .txt-area {    
        order: 3;
        padding-top: 64px;
    }
    .gift-all {
        width: 195px;
        height: 42px;
        top: 8px;
        left: 20px;
    }
    .txt-area .txt-box {
        gap: 20px;
    }
    .adv1-conts {
        width: 100%;
    }
    .coin-box {
        width: 100%;
        left: 50%;
        bottom: -50px;
        transform: translateX(-50%);
        height: 344px;
    }
    .adv1-voiture {
        flex-direction: column;
        width: 100%;
        height: 240px;
    }
    .adv1-voiture::after {
        bottom: 18px;
        width: 225px;
        height: 18px;
    }
    .adv1-voiture img {
        width: 249px;
        padding-top: 20px;
    }
    .adv1-voiture span.fp-txtp-18 {
        top: 20px;
        left: 20px;
        font-size: 16px;
        padding: 4px 16px;
    }
    .coin._1 {
        left: 100px;
        width: 45px;
        height: 40px;
    }  
    .coin._2 {
        left: 224px;
        width: 39px;
        height: 28px;
    }
    .coin._3 {
        left: 63px;
        width: 39px;
        height: 45px;
    }
    .coin._4 {
        left: 132px;
        width: 45px;
        height: 40px;
    }
    .coin._5 {
        left: 188px;
        width: 45px;
        height: 41px;
    }
    .__ani .giftbox-s {
        left: 169px;
        width: 87px;
        height: 86px;
    }
    .coin {
        bottom: -11%;
    }
    .__ani .coin._1 {animation: .8s coin .2s ease-in-out forwards alternate;}
    .__ani .coin._2 {animation: .6s coin .6s ease-in-out forwards alternate;}
    .__ani .coin._3 {animation: 1s coin .4s ease-in-out forwards alternate;}
    .__ani .coin._4 {animation: .8s coin .8s ease-in-out forwards alternate;}
    .__ani .coin._5 {animation: .4s coin .4s ease-in-out forwards alternate;}
    .__ani .giftbox-s {animation: .6s coin_gift .1s ease-in-out forwards alternate;}
    .point-acc {
        margin: 80px auto 0;
    }
    .point-sec {
        box-shadow:none;
        margin: -90px 0 0;
        width: 100%;
        padding: 40px 12px 130px;
    }
    .point-sec .point-con {
    gap: 0;
    }
    .point-sec .point-con li {
    width: calc(100% / 3);
    }
    .point-sec .point-noti {
    font-size: 14px;
    font-weight: 400;
    line-height: 170%;
    margin-top: 20px;
    padding-right: 24px;
    }
    .point-sec .fp-btn {
        margin: 40px auto 0;
    }



    .fp-adv2 .fp-inner {
        padding: 259px 20px 130px;
    }
    .fp-adv2 .adv2-conts {
        width: 100%;
        height: auto;
    }
    .fp-adv2::after {
        display: none;
    }
    .fp-adv2 .txt-area, 
    .fp-adv3 .txt-area {
        order: 3;
    }
    .confetti-box img {
        width: 100%;
    }
    canvas {    
        top: 10%;
        width: 100%;
    }


    .fp-adv3 .fp-inner {    
        max-width: none;
       padding: 349px 0px 130px;
    }
    .adv3-conts {
        position: relative;
        padding-bottom: 40px;
    }
    .adv3-conts > img {
        padding: 0 20px;
    }
    .heart-box {
        top: -20px;
        right: 0;
        width: 100%;
        overflow: hidden;
    }
    .heart.coupon {
        width: 67px;
        height: 52px;
        top: 0;
    }
    .heart._1 {
        top: 0;
        right: 10%;
        width: 81px;
        height: 71px;}
    .heart._2 {    
        bottom: 3%;
        width: 63px;
        height: 54px;}
    .heart._3 {
        top: 50%;
        right: -40px;
        width: 129px;
        height: 112px;
    }

    /*  드래곤 섹션:MO  */
    .fp-dragon {
        position: relative;
        min-height: 1290px;
        background: url('/wp-content/themes/fastfive/assets/event/240103_24freeparking/img/sec_fight_bg_m.png') no-repeat center;
        background-size: cover;
        overflow: hidden;
    }
    .fp-dragon .fp-inner {
        position: static;
    }
    .fp-dragon .txt-area {
        width: 100%;
        padding: 0;
    }
    .dragon-conts {            
        position: relative;
        bottom: 0;
        width: 100%;
        height: 425px;
        overflow: visible;
    }
    .dragon-conts > img {
        left: calc((100vw - 181px) / 2);
        bottom: -160%;
        width: 191px;
        height: 676px;
    }
    .drg-ballon {    
        position: absolute;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: 170px;
        width: 100%;
        max-width: 258px;
        height: 222px;
        margin: 0 auto;
    }
    .drg-ballon > span {
        font-size: 18px;
        padding: 4px 16px;
    }
    .drg-ballon > span:nth-child(2) {
        top: 52px;
    }
    .drg-ballon > span:nth-child(3) {
        top: 117px;
        right: 0;
    }
    .fp-dragon .txt-area {
        max-width: 375px;
        width: 100%;
        text-align: left;
        padding: 130px 20px 40px;
        margin: 0 auto;
        background: url('/wp-content/themes/fastfive/assets/event/240103_24freeparking/img/sec_fighting_1_m.png') no-repeat center rgb(255 255 255 / 40%);
        background-size: 100% 100%;
        z-index: 5;
    }
    .__ani .dragon-conts > img {
        animation: none;
    }
   .dragon-conts.__ani  > img {
        animation: 4s dragon-move linear forwards alternate;
    }

    /*   슬라이드 섹션 :    MO   */
    .fp-slide .fp-inner {
        padding-bottom: 150px;
    }
    .swiper-button-next, .swiper-button-prev {
        display: none !important;
    }
    .swiper-horizontal > .swiper-pagination-bullets, 
    .swiper-pagination-bullets.swiper-pagination-horizontal, 
    .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 120px !important;
    }

    /*  카드 섹션 :    MO  */
    .fp-card .fp-inner {
        padding: var(--padding);
    }
    .card-area .fp-txth-36 {
        padding-bottom: 20px;
    }
    .card-area {
        max-width: 375px;
        width: 100%;
        gap: 20px;
        margin: 0 auto;
    }
    .card-area .card {
        height: auto;
        align-items: flex-end;
        border-radius: 20px;
        padding-top: 160px;
    }
    .card-area .card .txt-area {
        text-align: left;
        padding: 0 32px 32px;
    }
    .card-area .card-img._1 {
        left: 50%;
    }
    .card-area .card-img._2 {
        top: -20px;
        left: 65%;
        width: 235px;
        height: auto;
    }
    .card-area .card._3 .txt-area {
        padding-bottom: 20px;
    }
    .card-area .card._3 {
        align-items: flex-start;
        flex-direction: column;
    }
    .card-area .card._2.__ani,.card-area .card._3.__ani {transform: translateX(0);}
    .card._3 .btn-area {
        position: static;
        display: block;
        transform: none;
        left: 60%;
        height: auto;
        width: 100%;
        margin: 0 auto;
        order: 3;
    }
    .card._3 .btn-area > img.hidden-pc {    
        position: absolute;
        top: -20px;
        right: -2px;
        width: 216px;
    }
    .card._3 .btn-area .fp-btn {
        width: 202px;
        height: auto;
        font-size: 12px;
        padding: 6px 20px;
        margin: 0 auto 32px 32px;
    }

    /*  롤러 섹션   :   MO      */
    .fp-roller .fp-inner {
        padding: 130px 0;
    }
    .roller {
        width: 1200px;
        height: 167px;
        background: url('/wp-content/themes/fastfive/assets/event/240103_24freeparking/img/img_roller_m.png');
        background-size: auto 100%;
    }
    .roller-back {
        height: 100%;
        border: none;
        background: none;
        box-shadow: none;
    }
    .roller-back::before,  .roller-back::after {
        display: none;
    }


    @keyframes dragon-move {
        0% {
            opacity: 0;
            transform: translateY(160%);
        }
        
        50% {
            opacity: 1;
            transform: translateY(-80%);
        }
        70% {
            transform: translateY(-80%);
        }
        100% {
            transform: translateY(-160%);
        }
    }
    
}