.error[data-v-bd87a776] {
    align-items: center;
    display: flex;
    display: -ms-flexbox;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    min-height: 0;
    width: 100%
}
.install{
 display:none;

}
.error-title[data-v-bd87a776] {
    color: #fff;
    font-family: Fredoka;
    font-size: 22px;
    line-height: 32px;
    padding: 0 5%;
    text-align: center
}

.error-link[data-v-bd87a776] {
    align-items: center;
    background-color: #ff0;
    border-radius: 12px;
    color: #2a2d80;
    display: block;
    display: flex;
    display: -ms-flexbox;
    font-family: Fredoka;
    font-size: 15px;
    height: 60px;
    justify-content: center;
    margin-top: 30px;
    -webkit-text-decoration: none;
    text-decoration: none;
    width: 320px
}

@media(max-width:750px) {
    .error-title[data-v-bd87a776] {
        font-size: 4.2666666667vw;
        line-height: 6.4vw
    }

    .error-link[data-v-bd87a776] {
        border-radius: 2.6666666667vw;
        font-size: 3.2vw;
        height: 9.0666666667vw;
        margin-top: 4vw;
        width: 48vw
    }
}

[v-cloak][data-v-3fa155fe] {
    display: none !important
}

.main[data-v-3fa155fe] {
    align-items: center;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    min-height: 100vh;
    position: relative
}

.main[data-v-3fa155fe]:before {
    background: linear-gradient(180deg, #fe4c4f, hsla(0, 0%, 100%, 0));
    content: "";
    height: 500px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.main .content[data-v-3fa155fe] {
    width: auto;
    z-index: 1
}

@media(max-width:750px) {
    .main[data-v-3fa155fe]:before {
        height: 64vw
    }

    .main .content[data-v-3fa155fe] {
      
        width: 100%
    }
}

.header[data-v-70a051fc] {
    align-items: center;
    background: #ff6466;
    display: flex;
    display: -ms-flexbox;
    flex-shrink: 0;
    height: 88px;
    justify-content: space-between;
    padding: 0 30px 0 45px;
    position: relative;
    width: 100%
}

.header .logo-info .logo[data-v-70a051fc],
.header .logo-info[data-v-70a051fc] {
    align-items: center;
    display: flex
}

.header .logo-info .logo[data-v-70a051fc] {
    justify-content: center
}

.header .logo-info .logo span[data-v-70a051fc] {
    font-family: Fredoka;
    font-size: 22px;
    line-height: 24px;
    margin-left: 12px
}

.header .menu[data-v-70a051fc] {
    align-items: center;
    display: flex;
    height: 50px
}

.header .menu-item-pc[data-v-70a051fc] {
    align-items: center;
    display: flex;
    height: 100%;
    min-width: 120px
}

.header .menu-item-pc .info[data-v-70a051fc] {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 10px
}

.header .menu-item-pc .info img[data-v-70a051fc] {
    height: 40px;
    margin-right: 12px;
    width: 40px
}

.header .menu-item-pc .info .path[data-v-70a051fc] {
    font-family: Fredoka;
    font-size: 24px;
    line-height: 29px
}

.header .menu-item-pc[data-v-70a051fc]:after {
    background: #ffcd5b;
    border-radius: 50%;
    content: "";
    display: block;
    height: 4px;
    margin: 0 24px;
    width: 4px
}

.header .menu-item-pc[data-v-70a051fc]:last-child:after {
    display: none
}

.header .menu-item-pc.active .info[data-v-70a051fc],
.header .menu-item-pc:hover .info[data-v-70a051fc] {
    background: rgba(0, 0, 0, .1);
    border-radius: 12px
}

.header .controls-info[data-v-70a051fc] {
    align-items: center;
    display: flex
}

.header .controls-info .menu-btn[data-v-70a051fc],
.header .controls-info .search-btn[data-v-70a051fc] {
    height: 32px;
    margin-right: 20px;
    width: 32px
}

.header .controls-info .menu-btn img[data-v-70a051fc],
.header .controls-info .search-btn img[data-v-70a051fc] {
    height: 100%;
    width: 100%
}

.header .controls-info .check-info[data-v-70a051fc] {
    height: 50px;
    width: 162px;
    display: none;
}

.header .controls-info .check-info__content[data-v-70a051fc] {
    background: #93090a;
    border: 1px solid #fea9a9;
    border-radius: 70px;
    display: flex;
    flex-shrink: 0;
    height: 100%;
    justify-content: space-between;
    padding: 2px;
    position: relative;
    width: 100%
}

.header .controls-info .check-info__content .game-container[data-v-70a051fc],
.header .controls-info .check-info__content .video-container[data-v-70a051fc] {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%
}

.header .controls-info .check-info__content .game-container img[data-v-70a051fc],
.header .controls-info .check-info__content .video-container img[data-v-70a051fc] {
    display: block;
    height: 32px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 32px
}

.header .controls-info .check-info__content .game-container .move[data-v-70a051fc],
.header .controls-info .check-info__content .video-container .move[data-v-70a051fc] {
    align-items: center;
    animation: shake-70a051fc .3s linear infinite;
    display: flex;
    margin-left: 3px
}

.header .controls-info .check-info__content .game-container .move .move1[data-v-70a051fc],
.header .controls-info .check-info__content .game-container .move .move2[data-v-70a051fc],
.header .controls-info .check-info__content .video-container .move .move1[data-v-70a051fc],
.header .controls-info .check-info__content .video-container .move .move2[data-v-70a051fc] {
    height: 16px;
    width: 7px
}

@keyframes shake-70a051fc {
    0% {
        transform: translateX(10px)
    }

    to {
        transform: translateX(0)
    }
}

.header .controls-info .check-info__content .game-container .move-game[data-v-70a051fc],
.header .controls-info .check-info__content .video-container .move-game[data-v-70a051fc] {
    align-items: center;
    animation: shake1-70a051fc .3s linear infinite;
    display: flex;
    margin-right: 3px
}

.header .controls-info .check-info__content .game-container .move-game .move1[data-v-70a051fc],
.header .controls-info .check-info__content .game-container .move-game .move2[data-v-70a051fc],
.header .controls-info .check-info__content .video-container .move-game .move1[data-v-70a051fc],
.header .controls-info .check-info__content .video-container .move-game .move2[data-v-70a051fc] {
    height: 16px;
    transform: rotate(180deg);
    width: 7px
}

@keyframes shake1-70a051fc {
    0% {
        transform: translateX(-10px)
    }

    to {
        transform: translateX(0)
    }
}

.header .controls-info .check-info__content[data-v-70a051fc]:before {
    background: url(../img/check.b7ba65d.png) no-repeat 50%;
    background-size: contain;
    content: "";
    height: calc(100% - 4px);
    left: 2px;
    position: absolute;
    top: 2px;
    transition: transform .3s ease-in;
    width: calc(50% - 2px)
}

.header .controls-info .check-info__content.active[data-v-70a051fc]:before {
    transform: translateX(100%)
}

.header .h5Active[data-v-70a051fc],
.header .h5Logo[data-v-70a051fc] {
    display: none
}

@keyframes shock-70a051fc {
    0% {
        transform: translateX(-3px) rotate(-10deg)
    }

    25% {
        transform: translateX(3px) rotate(10deg)
    }

    50% {
        transform: translateX(-3px) rotate(-10deg)
    }

    75% {
        transform: translateX(3px) rotate(10deg)
    }

    to {
        transform: translateX(-3px) rotate(-10deg)
    }
}

@media(max-width:1280px) {
    .header[data-v-70a051fc] {
        padding: 0 10px
    }

    .header .logo-info .logo img[data-v-70a051fc] {
        height: 50px;
        width: 50px
    }

    .header .logo-info .logo span[data-v-70a051fc] {
        margin-left: 6px
    }

    .header .menu-item-pc[data-v-70a051fc] {
        min-width: 80px
    }

    .header .menu-item-pc .info img[data-v-70a051fc] {
        display: none
    }

    .header .menu-item-pc[data-v-70a051fc]:after {
        margin: 0 12px
    }
}

@media(max-width:1024px) {

    .header .logo-info .logo span[data-v-70a051fc],
    .header .menu-item-pc[data-v-70a051fc]:after {
        display: none
    }

    .header .controls-info .check-info[data-v-70a051fc] {
        height: 41px;
        width: 102px
    }

    .header .controls-info .check-info__content .game-container[data-v-70a051fc],
    .header .controls-info .check-info__content .video-container[data-v-70a051fc] {
        align-items: center;
        cursor: pointer;
        display: flex;
        justify-content: center;
        position: relative;
        width: 100%
    }

    .header .controls-info .check-info__content .game-container img[data-v-70a051fc],
    .header .controls-info .check-info__content .video-container img[data-v-70a051fc] {
        display: block;
        height: 32px;
        -o-object-fit: contain;
        object-fit: contain;
        width: 32px
    }

    .header .controls-info .check-info__content .game-container .move[data-v-70a051fc],
    .header .controls-info .check-info__content .video-container .move[data-v-70a051fc] {
        align-items: center;
        display: flex;
        margin-left: 3px
    }

    .header .controls-info .check-info__content .game-container .move .move1[data-v-70a051fc],
    .header .controls-info .check-info__content .game-container .move .move2[data-v-70a051fc],
    .header .controls-info .check-info__content .video-container .move .move1[data-v-70a051fc],
    .header .controls-info .check-info__content .video-container .move .move2[data-v-70a051fc] {
        height: 16px;
        width: 7px
    }

    .header .controls-info .check-info__content .game-container .move .move2[data-v-70a051fc],
    .header .controls-info .check-info__content .video-container .move .move2[data-v-70a051fc] {
        display: none
    }

    @keyframes shake-70a051fc {
        0% {
            transform: translateX(3px)
        }

        to {
            transform: translateX(-2px)
        }
    }

    .header .controls-info .check-info__content .game-container .move-game[data-v-70a051fc],
    .header .controls-info .check-info__content .video-container .move-game[data-v-70a051fc] {
        align-items: center;
        display: flex;
        margin-right: 3px
    }

    .header .controls-info .check-info__content .game-container .move-game .move1[data-v-70a051fc],
    .header .controls-info .check-info__content .game-container .move-game .move2[data-v-70a051fc],
    .header .controls-info .check-info__content .video-container .move-game .move1[data-v-70a051fc],
    .header .controls-info .check-info__content .video-container .move-game .move2[data-v-70a051fc] {
        height: 16px;
        transform: rotate(180deg);
        width: 7px
    }

    .header .controls-info .check-info__content .game-container .move-game .move2[data-v-70a051fc],
    .header .controls-info .check-info__content .video-container .move-game .move2[data-v-70a051fc] {
        display: none
    }

    @keyframes shake1-70a051fc {
        0% {
            transform: translateX(-3px)
        }

        to {
            transform: translateX(2px)
        }
    }

    .header .controls-info .check-info__content[data-v-70a051fc]:before {
        background: url(../img/check-h5.a6c76a8.png) no-repeat 50%;
        background-size: contain;
        content: "";
        height: calc(100% - 4px);
        left: 2px;
        position: absolute;
        top: 2px;
        transition: transform .3s ease-in;
        width: calc(50% - 2px)
    }

    .header .controls-info .check-info__content.active[data-v-70a051fc]:before {
        transform: translateX(100%)
    }
}

@media(max-width:750px) {
    .header[data-v-70a051fc] {
        height: 14.4vw;
        max-width: 100%;
        padding: 0 4.2666666667vw;
        z-index: 2
    }

    .header .logo-info[data-v-70a051fc],
    .header .menu[data-v-70a051fc] {
        display: none
    }

    .header .controls-info[data-v-70a051fc] {
        justify-content: space-between;
        width: 100%
    }

    .header .controls-info .search-btn[data-v-70a051fc] {
        display: none
    }

    .header .controls-info .menu-btn[data-v-70a051fc] {
        display: block;
        height: 8.5333333333vw;
        margin-right: 0;
        width: 8.5333333333vw
    }

    .header .controls-info .check-info[data-v-70a051fc] {
        height: 10.1333333333vw;
        width: 25.6vw
    }

    .header .controls-info .check-info__content[data-v-70a051fc] {
        border: .2666666667vw solid #fea9a9;
        border-radius: 18.6666666667vw;
        padding: .5333333333vw
    }

    .header .controls-info .check-info__content .game-container img[data-v-70a051fc],
    .header .controls-info .check-info__content .video-container img[data-v-70a051fc] {
        height: 6.9333333333vw;
        width: 6.9333333333vw
    }

    .header .controls-info .check-info__content .game-container .move[data-v-70a051fc],
    .header .controls-info .check-info__content .video-container .move[data-v-70a051fc] {
        margin-left: 3px
    }

    .header .controls-info .check-info__content .game-container .move .move1[data-v-70a051fc],
    .header .controls-info .check-info__content .game-container .move .move2[data-v-70a051fc],
    .header .controls-info .check-info__content .video-container .move .move1[data-v-70a051fc],
    .header .controls-info .check-info__content .video-container .move .move2[data-v-70a051fc] {
        height: 3.2vw;
        width: 1.3333333333vw
    }

    .header .controls-info .check-info__content .game-container .move .move2[data-v-70a051fc],
    .header .controls-info .check-info__content .video-container .move .move2[data-v-70a051fc] {
        display: none
    }

    .header .controls-info .check-info__content .game-container .move-game[data-v-70a051fc],
    .header .controls-info .check-info__content .video-container .move-game[data-v-70a051fc] {
        align-items: center;
        display: flex;
        margin-right: 3px
    }

    .header .controls-info .check-info__content .game-container .move-game .move1[data-v-70a051fc],
    .header .controls-info .check-info__content .game-container .move-game .move2[data-v-70a051fc],
    .header .controls-info .check-info__content .video-container .move-game .move1[data-v-70a051fc],
    .header .controls-info .check-info__content .video-container .move-game .move2[data-v-70a051fc] {
        height: 3.2vw;
        transform: rotate(180deg);
        width: 1.3333333333vw
    }

    .header .controls-info .check-info__content .game-container .move-game .move2[data-v-70a051fc],
    .header .controls-info .check-info__content .video-container .move-game .move2[data-v-70a051fc] {
        display: none
    }

    .header .controls-info .check-info__content[data-v-70a051fc]:before {
        height: calc(100% - 1.06667vw);
        left: .5333333333vw;
        top: .8vw;
        width: calc(50% - .53333vw)
    }

    .header[data-v-70a051fc]:before {
        display: none
    }

    .header .h5Logo[data-v-70a051fc] {
        display: block;
        left: calc(50% - 9.46667vw);
        position: absolute;
        text-align: center;
        top: 1.0666666667vw
    }
}

.footer[data-v-d210279c] {
    align-items: center;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    flex-shrink: 0;
    margin-top: auto;
    padding-top: 52px;
    width: 100%
}

.footer__top[data-v-d210279c] {
    max-width: 1860px;
    position: relative;
    width: 100%
}

.footer__top__main[data-v-d210279c] {
    background-color: rgba(255, 89, 91, .1);
    border-radius: 20px;
    display: flex;
    margin-top: 20px
}

.footer__top__main .content[data-v-d210279c] {
    color: #7c5b59;
    flex: 1;
    font-family: Fredoka;
    font-size: 20px;
    line-height: 34px;
    margin: 32px 10px 12px 36px
}

.footer__top__main .content .aboutUs[data-v-d210279c] {
    color: #ff595b;
    display: flex;
    font-family: Fredoka;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 24px
}

.footer__top__main .content .aboutUs[data-v-d210279c]:after {
    background: url(../img/suffix.a7142b5.svg);
    content: "";
    display: block;
    height: 24px;
    margin-left: 12px;
    width: 36px
}

.footer__top__main .right[data-v-d210279c] {
    height: 100%;
    width: 400px
}

.footer__top__main .right img[data-v-d210279c] {
    height: 100%;
    width: 100%
}

.footer__bottom[data-v-d210279c] {
    background-color: #ff595b;
    margin-top: 96px;
    padding: 42px 0;
    position: relative;
    width: 100%
}

.footer__bottom .logo[data-v-d210279c] {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 30px;
    position: absolute;
    top: -84px
}

.footer__bottom .logo img[data-v-d210279c] {
    height: 127px;
    width: 127px
}

.footer__bottom .logo span[data-v-d210279c] {
    font-family: Fredoka;
    font-size: 34px;
    line-height: 34px
}

.footer__bottom__link[data-v-d210279c] {
    justify-content: flex-end;
    width: 100%
}

.footer__bottom__link .links[data-v-d210279c],
.footer__bottom__link[data-v-d210279c] {
    align-items: center;
    display: flex;
    display: -ms-flexbox
}

.footer__bottom__link .links[data-v-d210279c] {
    flex-wrap: wrap
}

.footer__bottom__link .links a[data-v-d210279c] {
    color: #fff;
    font-family: Fredoka;
    font-size: 14px;
    line-height: 17px;
    padding: 0 12px 0 10px;
    position: relative;
    transition: color .3s
}

.footer__bottom__link .links a[data-v-d210279c]:hover {
    color: #ff0
}

.footer__bottom__link .links a[data-v-d210279c]:after {
    background-color: hsla(0, 0%, 100%, .4);
    border-radius: 1px;
    content: "";
    display: inline-block;
    height: 10px;
    margin: 0 36px;
    width: 2px
}

.footer__bottom__link span[data-v-d210279c] {
    font-family: Fredoka;
    font-size: 16px;
    line-height: 30px;
    margin-right: 30px
}

.footer__bottom-h5[data-v-d210279c] {
    display: none
}

.footer .scroll-top[data-v-d210279c] {
    bottom: 150px;
    cursor: pointer;
    position: fixed;
    right: 30px;
    z-index: 2
}

.footer .scroll-top .bg[data-v-d210279c],
.footer .scroll-top[data-v-d210279c] {
    align-items: center;
    display: flex;
    flex-direction: column
}

.footer .scroll-top .bg[data-v-d210279c] {
    background: #ff595b;
    border-radius: 12px;
    height: 60px;
    padding: 10px 17px;
    width: 60px
}

.footer .scroll-top .bg img[data-v-d210279c] {
    animation: arrow-wave-d210279c 1.2s infinite;
    height: 16px;
    margin-bottom: -6px;
    width: 26px
}

.footer .scroll-top .bg img[data-v-d210279c]:first-child {
    animation-delay: 1.2s
}

.footer .scroll-top .bg img[data-v-d210279c]:nth-child(2) {
    animation-delay: .6s
}

.footer .scroll-top .bg img[data-v-d210279c]:nth-child(3) {
    animation-delay: .4s
}

@keyframes arrow-wave-d210279c {
    0% {
        opacity: .1
    }

    50% {
        opacity: .5
    }

    to {
        opacity: 1
    }
}

.footer .scroll-top .bg img[data-v-d210279c]:last-child {
    margin-bottom: 0
}

.footer .scroll-top span[data-v-d210279c] {
    color: #ff595b;
    font-family: Fredoka;
    font-size: 14px;
    line-height: 17px;
    margin-top: 2px
}

.footer .install[data-v-d210279c] {
    bottom: 50px;
    cursor: pointer;
    position: fixed;
    right: 33px;
    z-index: 2
}

@media(max-width:1680px) {
    .footer__top[data-v-d210279c] {
        max-width: 1548px
    }
}

@media(max-width:1560px) {
    .footer__top[data-v-d210279c] {
        max-width: 1236px
    }

    .footer__bottom .logo[data-v-d210279c] {
        display: none
    }
}

@media(max-width:1140px) {
    .footer__bottom__link .links a[data-v-d210279c]:after {
        content: "";
        display: none
    }
}

@media(max-width:1024px) {

    .footer__bottom__link[data-v-d210279c],
    .footer__top[data-v-d210279c] {
        max-width: 924px
    }
}

@media(max-width:750px) {
    .footer[data-v-d210279c] {
        padding-top: 5.3333333333vw
    }

    .footer__top[data-v-d210279c] {
        max-width: 93.3333333333vw
    }

    .footer__top__us[data-v-d210279c] {
        font-size: 4.2666666667vw;
        line-height: 6.4vw;
        margin-top: 4vw;
        padding-left: 2.6666666667vw
    }

    .footer__top__main[data-v-d210279c] {
        border-radius: 2.6666666667vw;
        font-size: 2.6666666667vw;
        line-height: 3.7333333333vw;
        margin-top: 1.8666666667vw;
        padding: 5.3333333333vw 4.2666666667vw 6.4vw;
        position: relative
    }

    .footer__top__main .content[data-v-d210279c] {
        font-size: 3.7333333333vw;
        line-height: 5.3333333333vw;
        margin: 0
    }

    .footer__top__main .content .aboutUs[data-v-d210279c] {
        font-size: 6.4vw;
        line-height: 7.7333333333vw;
        margin-bottom: 4.2666666667vw
    }

    .footer__top__main .right[data-v-d210279c] {
        height: 20.8vw;
        position: absolute;
        right: 0;
        top: 0;
        width: 27.7333333333vw
    }

    .footer__bottom[data-v-d210279c] {
        display: none
    }

    .footer__bottom-h5[data-v-d210279c] {
        margin-top: 9.6vw;
        position: relative;
        width: 100%
    }

    .footer__bottom-h5 .logo[data-v-d210279c],
    .footer__bottom-h5[data-v-d210279c] {
        align-items: center;
        display: flex;
        flex-direction: column
    }

    .footer__bottom-h5 .logo[data-v-d210279c] {
        height: 27.7333333333vw;
        justify-content: center;
        margin-bottom: -13.3333333333vw;
        width: 40vw;
        z-index: 1
    }

    .footer__bottom-h5 .logo .img[data-v-d210279c] {
        height: 21.3333333333vw;
        width: 21.3333333333vw
    }

    .footer__bottom-h5 .logo span[data-v-d210279c] {
        font-family: Fredoka;
        font-size: 4.8vw;
        line-height: 5.6vw;
        margin-top: -.5333333333vw
    }

    .footer__bottom-h5 .link[data-v-d210279c] {
        align-items: center;
        background: #ff595b;
        border-radius: 4.2666666667vw 4.2666666667vw 0 0;
        justify-content: center;
        padding: 19.2vw 4.2666666667vw 6.4vw;
        position: relative
    }

    .footer__bottom-h5 .link .links[data-v-d210279c],
    .footer__bottom-h5 .link[data-v-d210279c] {
        display: flex;
        flex-direction: column;
        width: 100%
    }

    .footer__bottom-h5 .link .links .item[data-v-d210279c] {
        align-items: center;
        background: rgba(255, 227, 232, .1);
        border-radius: 3.2vw;
        display: flex;
        height: 13.8666666667vw;
        justify-content: space-between;
        margin-bottom: 1.6vw;
        padding: 0 6.4vw;
        width: 100%
    }

    .footer__bottom-h5 .link .active[data-v-d210279c],
    .footer__bottom-h5 .link .links .item span[data-v-d210279c] {
        font-family: Fredoka;
        font-size: 3.7333333333vw
    }

    .footer__bottom-h5 .link .active[data-v-d210279c] {
        font-weight: 400
    }

    .footer .scroll-top[data-v-d210279c] {
        bottom: 40.6vw;
        right: 1.3333333333vw
    }

    .footer .scroll-top .bg[data-v-d210279c] {
        border-radius: 3.2vw;
        height: 9.6vw;
        padding: 1.3333333333vw 2.1333333333vw;
        width: 9.6vw
    }

    .footer .scroll-top .bg img[data-v-d210279c] {
        height: 2.6666666667vw;
        margin-bottom: -.8vw;
        width: 5.3333333333vw
    }

    .footer .scroll-top span[data-v-d210279c] {
        display: none
    }

    .footer .install[data-v-d210279c] {
        bottom: 30vw;
        right: 1.3333333333vw
    }
}

.main[data-v-2ab9d6da] {
    align-items: center;
    display: flex;
    flex-direction: column
}

.main .download[data-v-2ab9d6da] {
    background: #ff595b;
    border-radius: 12px;
    height: 60px;
    width: 60px
}

.main .download .bg1[data-v-2ab9d6da] {
    height: 19px;
    margin: 20px auto 3px;
    width: 28px
}

.main .download .bg1[data-v-2ab9d6da],
.main .download .bg2[data-v-2ab9d6da] {
    background: #fff;
    border-radius: 4px;
    text-align: center
}

.main .download .bg2[data-v-2ab9d6da] {
    height: 4px;
    margin: 0 auto;
    opacity: .4;
    width: 16px
}

.main span[data-v-2ab9d6da] {
    color: #ff595b;
    font-family: Fredoka;
    font-size: 14px;
    line-height: 17px;
    margin-top: 2px
}

@media(max-width:750px) {
    .main .download[data-v-2ab9d6da] {
        border-radius: 3.2vw;
        height: 9.6vw;
        width: 9.6vw
    }

    .main .download .bg1[data-v-2ab9d6da] {
        border-radius: .5333333333vw;
        height: 4.2666666667vw;
        margin: 2.6666666667vw auto .5333333333vw;
        width: 5.3333333333vw
    }

    .main .download .bg2[data-v-2ab9d6da] {
        border-radius: .5333333333vw;
        height: .8vw;
        width: 3.4666666667vw
    }

    .main span[data-v-2ab9d6da] {
        display: none
    }
}

.loading-box[data-v-d203c8e0] {
    align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100001
}

.loading-box .loader[data-v-d203c8e0],
.loading-box .loader[data-v-d203c8e0]:after,
.loading-box .loader[data-v-d203c8e0]:before {
    animation-fill-mode: both;
    animation: load7-d203c8e0 1.8s ease-in-out infinite;
    border-radius: 50%;
    height: 2.5em;
    width: 2.5em
}

.loading-box .loader[data-v-d203c8e0] {
    animation-delay: -.16s;
    color: #fff;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0)
}

.loading-box .loader[data-v-d203c8e0]:after,
.loading-box .loader[data-v-d203c8e0]:before {
    content: "";
    position: absolute;
    top: 0
}

.loading-box .loader[data-v-d203c8e0]:before {
    animation-delay: -.32s;
    left: -3.5em
}

.loading-box .loader[data-v-d203c8e0]:after {
    left: 3.5em
}

@keyframes load7-d203c8e0 {

    0%,
    80%,
    to {
        box-shadow: 0 2.5em 0 -1.3em
    }

    40% {
        box-shadow: 0 2.5em 0 0
    }
}

.dialog[data-v-877104ac] {
    overflow: hidden;
    position: fixed;
    z-index: 31
}

.dialog[data-v-877104ac],
.dialog__mask[data-v-877104ac] {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.dialog__mask[data-v-877104ac] {
    background-color: rgba(40, 22, 17, .4);
    position: absolute;
    z-index: 1
}

.dialog__main[data-v-877104ac] {
    background-color: #fff;
    bottom: 0;
    height: calc(100% - 88px);
    position: absolute;
    right: 0;
    width: 381px;
    z-index: 2
}

.dialog__main>div[data-v-877104ac] {
    -ms-overflow-style: none;
    border-radius: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    overflow: -moz-scrollbars-none;
    padding: 15px 45px;
    width: 100%
}

.dialog__main>div .top[data-v-877104ac] {
    width: 100%
}

.dialog__main>div .top__menu .href[data-v-877104ac] {
    align-items: center;
    background: #ffe9e4;
    border-radius: 22px;
    display: flex;
    display: -ms-flexbox;
    height: 60px;
    margin-bottom: 10px;
    padding: 10px 23px;
    transition: background .3s;
    width: 100%
}

.dialog__main>div .top__menu .href .img[data-v-877104ac] {
    align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 40px;
    justify-content: flex-start;
    width: 40px
}

.dialog__main>div .top__menu .href .img img[data-v-877104ac] {
    height: 100%;
    width: 100%
}

.dialog__main>div .top__menu .href .name[data-v-877104ac] {
    color: #201b1b;
    font-family: Fredoka;
    font-size: 22px;
    line-height: 19px;
    margin-left: 12px
}

.dialog__main>div .top__menu .href.search[data-v-877104ac] {
    display: none
}

.dialog__main>div[data-v-877104ac]::-webkit-scrollbar {
    width: 0
}

@media(max-width:750px) {
    .dialog__main[data-v-877104ac] {
        border-radius: 0;
        bottom: 0;
        height: calc(100% - 14.93333vw);
        left: 0;
        width: calc(100% - 13.86667vw);
        z-index: 2
    }

    .dialog__main>div[data-v-877104ac] {
        background: #fff;
        box-shadow: 0 6px 12px rgba(34, 37, 45, .08), 0 10px 30px rgba(34, 37, 45, .12);
        padding: 4.2666666667vw;
        width: 100%
    }

    .dialog__main>div .close[data-v-877104ac] {
        height: 6.4vw;
        margin-bottom: 2.6666666667vw;
        margin-left: auto;
        width: 6.4vw
    }

    .dialog__main>div .top__menu .href[data-v-877104ac] {
        border-radius: 7.7333333333vw;
        height: 16vw;
        margin-bottom: 2.6666666667vw;
        padding: 2.6666666667vw 6.1333333333vw
    }

    .dialog__main>div .top__menu .href .img[data-v-877104ac] {
        margin-left: 0;
        width: 8.5333333333vw
    }

    .dialog__main>div .top__menu .href .img svg[data-v-877104ac] {
        width: 8.5333333333vw
    }

    .dialog__main>div .top__menu .href .img img[data-v-877104ac] {
        height: 8.5333333333vw;
        width: 8.5333333333vw
    }

    .dialog__main>div .top__menu .href .name[data-v-877104ac] {
        color: #201b1b;
        font-size: 5.8666666667vw;
        line-height: 6.9333333333vw;
        margin-left: 2.6666666667vw
    }

    .dialog__main>div .top__menu .href.search[data-v-877104ac] {
        display: flex
    }
}

.search[data-v-32b52eca] {
    overflow: hidden;
    position: fixed;
    z-index: 31
}

.search[data-v-32b52eca],
.search__mask[data-v-32b52eca] {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.search__mask[data-v-32b52eca] {
    background-color: transparent;
    position: absolute;
    z-index: 1
}

.search__main-pc[data-v-32b52eca] {
    background-color: #fff;
    border-radius: 18px;
    height: 190px;
    padding: 20px 24px;
    position: absolute;
    right: 30px;
    top: 96px;
    width: 534px;
    z-index: 2
}

.search__main-pc .header[data-v-32b52eca] {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.search__main-pc .header span[data-v-32b52eca] {
    color: #ff595b;
    font-family: Fredoka;
    font-size: 36px;
    line-height: 44px
}

.search__main-pc .header img[data-v-32b52eca] {
    cursor: pointer
}

.search__main-pc .search-info[data-v-32b52eca] {
    align-items: center;
    display: flex;
    height: 48px;
    margin-top: 30px;
    position: relative
}

.search__main-pc .search-info input[data-v-32b52eca] {
    background: #ffe3e8;
    border-radius: 12px 0 0 12px;
    color: #201b1b;
    flex: 1;
    font-family: Fredoka;
    font-size: 18px;
    height: 100%;
    padding: 14px 32px 14px 24px
}

.search__main-pc .search-info img[data-v-32b52eca] {
    cursor: pointer;
    position: absolute;
    right: 112px
}

.search__main-pc .search-info .common-btn[data-v-32b52eca] {
    background: #ff595b;
    border-radius: 0 12px 12px 0;
    height: 100%;
    width: 96px
}

.search__main-pc .search-info .common-btn span[data-v-32b52eca] {
    font-family: Fredoka;
    font-size: 18px;
    line-height: 18px
}

.search__main-h5[data-v-32b52eca] {
    display: none
}

@media(max-width:750px) {
    .search__main-pc[data-v-32b52eca] {
        display: none
    }

    .search__main-h5[data-v-32b52eca] {
        display: block;
        height: 60.2666666667vw;
        left: calc(50% - 37.2vw);
        position: absolute;
        top: 43.2vw;
        width: 74.4vw;
        z-index: 2
    }

    .search__main-h5 .header[data-v-32b52eca] {
        align-items: center;
        background: #ff595b;
        border-radius: 3.2vw 3.2vw 0 0;
        display: flex;
        height: 16vw;
        justify-content: center;
        padding-bottom: 3.2vw;
        position: relative;
        z-index: -1
    }

    .search__main-h5 .header .title[data-v-32b52eca] {
        font-family: Fredoka;
        font-size: 18px;
        line-height: 22px
    }

    .search__main-h5 .header img[data-v-32b52eca] {
        position: absolute;
        right: 6.4vw;
        top: 4.2666666667vw
    }

    .search__main-h5 .search-info[data-v-32b52eca] {
        background: #fff;
        border-radius: 3.2vw;
        display: flex;
        flex-direction: column;
        height: 47.4666666667vw;
        justify-content: space-between;
        margin-top: -3.2vw;
        padding: 9.6vw 6.4vw 6.4vw
    }

    .search__main-h5 .search-info input[data-v-32b52eca] {
        background: #ffe3e8;
        border-radius: 2.1333333333vw;
        color: #7c5b59;
        font-family: Fredoka;
        font-size: 3.7333333333vw;
        height: 11.2vw;
        padding: 3.2vw 4.2666666667vw;
        width: 100%
    }

    .search__main-h5 .search-info .btn[data-v-32b52eca] {
        align-items: center;
        display: flex;
        height: 10.6666666667vw;
        justify-content: space-between
    }

    .search__main-h5 .search-info .btn .cancel[data-v-32b52eca] {
        border: .5333333333vw solid #b8a3a3;
        border-radius: 2.1333333333vw;
        padding: 2.9333333333vw 7.7333333333vw
    }

    .search__main-h5 .search-info .btn .cancel span[data-v-32b52eca] {
        color: #7c5b59;
        font-family: Fredoka;
        font-size: 4.2666666667vw;
        line-height: 4.8vw
    }

    .search__main-h5 .search-info .btn .confrim[data-v-32b52eca] {
        background: #ff595b;
        border-radius: 2.1333333333vw;
        padding: 2.9333333333vw 7.7333333333vw
    }

    .search__main-h5 .search-info .btn .confrim span[data-v-32b52eca] {
        font-family: Fredoka;
        font-size: 4.2666666667vw;
        line-height: 4.8vw
    }
}

.detailTheme[data-v-61daeba3] {
    background-color: #fff;
    border-radius: 18px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    grid-column-start: span 1;
    grid-row-start: span 1;
    height: 257px;
    max-width: 344px;
    padding: 10px;
    -webkit-text-decoration: none;
    text-decoration: none
}

.detailTheme__img[data-v-61daeba3] {
    border-radius: inherit;
    display: block;
    height: 182px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.detailTheme .name[data-v-61daeba3] {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #201b1b;
    display: -webkit-box;
    flex: 1;
    font-family: Fredoka;
    font-size: 18px;
    line-height: 22px;
    margin-top: 14px;
    min-height: 0;
    overflow: hidden;
    padding: 0 6px;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis
}

.detailTheme[data-v-61daeba3]:hover {
    transform: scale(1.04);
    transition: transform .3s, box-shadow .3s;
    z-index: 1
}

@media(max-width:1680px) {
    .detailTheme[data-v-61daeba3] {
        height: 230px
    }

    .detailTheme__img[data-v-61daeba3] {
        height: 156px
    }
}

@media(max-width:1439px) {
    .detailTheme[data-v-61daeba3] {
        height: 229px
    }

    .detailTheme__img[data-v-61daeba3] {
        height: 155px
    }
}

@media(max-width:1279px) {
    .detailTheme[data-v-61daeba3] {
        height: 219px
    }

    .detailTheme__img[data-v-61daeba3] {
        height: 145px
    }
}

@media(max-width:750px) {
    .detailTheme[data-v-61daeba3] {
        align-items: center;
        background-color: transparent;
        border-radius: 0;
        flex-direction: row;
        height: 28.8vw;
        max-width: 100%;
        overflow: hidden;
        padding: 0
    }

    .detailTheme__img[data-v-61daeba3] {
        border-radius: 3.2vw;
        height: 100%;
        width: 45.6vw
    }

    .detailTheme .name[data-v-61daeba3] {
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-size: 4.2666666667vw;
        line-height: 5.0666666667vw;
        margin-left: 2.4vw;
        margin-top: 0;
        min-width: 0;
        overflow: hidden;
        padding: 0;
        text-overflow: -o-ellipsis-lastline;
        text-overflow: ellipsis;
        width: 43.4666666667vw
    }

    .detailTheme[data-v-61daeba3]:hover {
        transform: scale(1)
    }
}

.normalGame[data-v-75855d74] {
    background-color: #ffe3e8;
    border-radius: 3.2vw;
    display: block;
    height: 21.3333333333vw;
    position: relative;
    -webkit-text-decoration: none;
    text-decoration: none;
    width: 100%
}

.normalGame__img[data-v-75855d74] {
    border-radius: inherit;
    -o-object-fit: cover;
    object-fit: cover
}

.moreList[data-v-55377f89],
.normalGame__img[data-v-75855d74] {
    display: block;
    height: 100%;
    width: 100%
}

.moreList__info[data-v-55377f89] {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative
}

.moreList__info .detail-info[data-v-55377f89] {
    margin-top: 10px;
    padding-left: 24px;
    width: 100%
}

.moreList__info .detail-info .title[data-v-55377f89] {
    color: #201b1b;
    font-family: Fredoka;
    font-size: 18px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap
}

@media(max-width:750px) {
    .moreList__info .detail-info[data-v-55377f89] {
        align-items: center;
        background: rgba(0, 0, 0, .35);
        bottom: 0;
        display: flex;
        height: 9.6vw;
        left: 0;
        margin-top: 0;
        padding: 2.4vw 4.2666666667vw;
        position: absolute;
        width: 100%
    }

    .moreList__info .detail-info .title[data-v-55377f89] {
        color: #fff;
        font-size: 3.7333333333vw;
        line-height: 4.5333333333vw
    }
}

.large[data-v-1228648c] {
    border-radius: 24px;
    cursor: pointer;
    height: 256px;
    position: relative
}

.large[data-v-1228648c],
.large__img[data-v-1228648c] {
    display: block;
    width: 100%
}

.large__img[data-v-1228648c] {
    border-radius: inherit;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.large__play[data-v-1228648c] {
    height: 100px;
    left: calc(50% - 50px);
    position: absolute;
    top: calc(50% - 50px);
    width: 100px
}

.large__play img[data-v-1228648c] {
    height: 100%;
    width: 100%
}

.large__time[data-v-1228648c] {
    align-items: center;
    background: rgba(32, 27, 27, .8);
    border-radius: 10px;
    bottom: 16px;
    display: flex;
    height: 30px;
    justify-content: center;
    padding: 8px 16px;
    position: absolute;
    right: 20px
}

.large__time span[data-v-1228648c] {
    font-family: Fredoka;
    font-size: 14px;
    line-height: 14px
}

.large__video[data-v-1228648c] {
    border-radius: inherit;
    left: 0;
    overflow: hidden;
    visibility: hidden;
    width: 100%;
    z-index: 5
}

.large__video .video[data-v-1228648c],
.large__video[data-v-1228648c] {
    height: 100%;
    position: absolute;
    top: 0
}

.large__video .video[data-v-1228648c] {
    left: 50%;
    transform: translate(-50%)
}

.large[data-v-1228648c]:hover {
    border: 6px solid #fff;
    filter: drop-shadow(0 10px 5px rgba(255, 89, 91, .4))
}

.large:hover .large__video[data-v-1228648c] {
    visibility: visible
}

@media(max-width:1680px) {
    .large[data-v-1228648c] {
        height: 185px
    }
}

@media(max-width:1439px) {
    .large[data-v-1228648c] {
        height: 160px
    }
}

@media(max-width:750px) {
    .large[data-v-1228648c] {
        border-radius: 0;
        height: 62.9333333333vw
    }

    .large__play[data-v-1228648c] {
        height: 19.2vw;
        left: calc(50% - 9.6vw);
        position: absolute;
        top: calc(50% - 9.6vw);
        width: 19.2vw
    }

    .large__play img[data-v-1228648c] {
        height: 100%;
        width: 100%
    }

    .large__time[data-v-1228648c] {
        border-radius: 1.6vw;
        bottom: 3.2vw;
        height: 6.4vw;
        padding: 1.3333333333vw 2.1333333333vw;
        right: 3.2vw
    }

    .large__time span[data-v-1228648c] {
        font-size: 3.7333333333vw;
        line-height: 3.7333333333vw
    }

    .large[data-v-1228648c]:hover {
        border: none;
        filter: none
    }

    .large:hover .large__video[data-v-1228648c] {
        visibility: visible
    }
}

.main[data-v-0c122f18] {
    display: flex;
    font-family: Fredoka;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 24px
}

.main[data-v-0c122f18]:after {
    background: url(../img/suffix.a7142b5.svg) no-repeat 50%;
    content: "";
    display: block;
    height: 24px;
    margin-left: 12px;
    width: 36px
}

@media(max-width:750px) {
    .main[data-v-0c122f18] {
        font-size: 4.8vw;
        line-height: 5.8666666667vw;
        margin-bottom: 3.2vw;
        margin-left: 4.2666666667vw
    }

    .main[data-v-0c122f18]:after {
        background-size: contain;
        height: 4.2666666667vw;
        margin-left: 3.2vw;
        width: 6.4vw
    }
}

.classify[data-v-9e41a4da] {
    background: hsla(0, 0%, 100%, .9);
    border-radius: 18px;
    cursor: pointer;
    height: 104px;
    padding: 12px
}

.classify[data-v-9e41a4da],
.classify__left[data-v-9e41a4da] {
    align-items: center;
    display: flex;
    display: -ms-flexbox
}

.classify__left[data-v-9e41a4da] {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background-color: var(--box-color);
    border-radius: 12px;
    flex-shrink: 0;
    height: 80px;
    justify-content: center;
    overflow: hidden;
    transform: translate(0, 0, 0);
    -webkit-transform: translateZ(0);
    width: 80px
}

.classify__left img[data-v-9e41a4da] {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .3s;
    width: 100%
}

.classify__right[data-v-9e41a4da] {
    display: flex;
    flex: 1;
    flex-direction: column;
    font-family: Fredoka;
    font-size: 18px;
    justify-content: center;
    line-height: 22px;
    margin-left: 16px;
    overflow: hidden
}

.classify__right .name[data-v-9e41a4da] {
    color: #201b1b;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.classify__right .count[data-v-9e41a4da] {
    color: #7c5b59
}

.classify[data-v-9e41a4da]:hover {
    background: #ff595b;
    transform: scaleX(1.04) scaleY(1.11)
}

.classify:hover .classify__right .name[data-v-9e41a4da] {
    color: #fff
}

.classify:hover .classify__right .count[data-v-9e41a4da] {
    color: hsla(0, 0%, 100%, .8)
}

@media(max-width:750px) {
    .classify[data-v-9e41a4da] {
        border-radius: 2.1333333333vw;
        height: 14.9333333333vw;
        padding: 2.1333333333vw;
        width: 44.8vw
    }

    .classify__left[data-v-9e41a4da] {
        border-radius: 1.6vw;
        height: 10.6666666667vw;
        width: 10.6666666667vw
    }

    .classify__right[data-v-9e41a4da] {
        margin-left: 2.1333333333vw
    }

    .classify__right .name[data-v-9e41a4da] {
        font-size: 4vw;
        height: 4.8vw;
        line-height: 4.8vw
    }

    .classify__right .count[data-v-9e41a4da] {
        font-size: 3.2vw;
        line-height: 4vw
    }
}

.normal[data-v-51bcd6c6] {
    background-color: #ffe3e8;
    border-radius: 18px;
    cursor: pointer;
    grid-column-start: span 1;
    grid-row-start: span 1;
    height: 165px;
    position: relative;
    -webkit-text-decoration: none;
    text-decoration: none
}

.normal[data-v-51bcd6c6],
.normal__img[data-v-51bcd6c6] {
    display: block;
    width: 100%
}

.normal__img[data-v-51bcd6c6] {
    border-radius: inherit;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.normal__bottom[data-v-51bcd6c6] {
    align-items: center;
    background: rgba(0, 0, 0, .35);
    border-radius: 0 0 12px 12px;
    bottom: 0;
    display: flex;
    height: 36px;
    justify-content: space-between;
    left: 0;
    padding: 0 16px 0 10px;
    position: absolute;
    width: 100%
}

.normal__bottom .name[data-v-51bcd6c6] {
    flex: 1;
    font-family: Fredoka;
    font-size: 16px;
    line-height: 19px;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.normal__bottom .game[data-v-51bcd6c6],
.normal__bottom .time[data-v-51bcd6c6] {
    height: 34px;
    width: 34px
}

.normal__bottom .game img[data-v-51bcd6c6],
.normal__bottom .time img[data-v-51bcd6c6] {
    height: 100%;
    width: 100%
}

.normal[data-v-51bcd6c6]:hover {
    border: 6px solid #fff;
    transform: scale(1.04);
    transition: transform .3s, box-shadow .3s;
    z-index: 1
}

@media(max-width:1680px) {
    .normal[data-v-51bcd6c6] {
        height: 186px
    }
}

@media(max-width:750px) {
    .normal[data-v-51bcd6c6] {
        border-radius: 3.2vw;
        height: auto
    }

    .normal__bottom[data-v-51bcd6c6] {
        border-radius: 0 0 3.2vw 3.2vw;
        height: 9.6vw;
        padding: 0 4.2666666667vw 0 3.2vw
    }

    .normal__bottom .name[data-v-51bcd6c6] {
        font-size: 3.7333333333vw;
        line-height: 4.5333333333vw
    }

    .normal__bottom .game[data-v-51bcd6c6],
    .normal__bottom .time[data-v-51bcd6c6] {
        height: 9.0666666667vw;
        width: 9.0666666667vw
    }

    .normal[data-v-51bcd6c6]:hover {
        border: none;
        transform: none;
        transition: transform .3s, box-shadow .3s
    }

    .normal:hover .normal__logo[data-v-51bcd6c6],
    .normal:hover .normal__pcSpan[data-v-51bcd6c6],
    .normal:hover .normal__time[data-v-51bcd6c6],
    .normal[data-v-51bcd6c6]:hover:after {
        opacity: 1
    }
}

.googleAdStyle[data-v-17a68481] {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    z-index: 5
}

.googleAdStyle .title[data-v-17a68481] {
    background: #fe4c4f;
    flex-shrink: 0;
    font-family: Fredoka;
    font-size: 16px;
    line-height: 25px;
    text-align: center
}

@media(max-width:750px) {
    .googleAdStyle .title[data-v-17a68481] {
        font-size: 3.2vw;
        line-height: 4.5333333333vw
    }
}

.googleAdStyle .title[data-v-1afe3349] {
    background: #fe4c4f;
    font-family: Fredoka;
    font-size: 16px;
    line-height: 25px;
    text-align: center
}

@media(max-width:750px) {
    .googleAdStyle .title[data-v-1afe3349] {
        font-size: 3.2vw;
        line-height: 4.5333333333vw
    }
}

.normal[data-v-155878bc] {
    background-color: #ffe3e8;
    border-radius: 12px;
    cursor: pointer;
    grid-column-start: span 1;
    grid-row-start: span 1;
    height: 165px;
    position: relative;
    -webkit-text-decoration: none;
    text-decoration: none
}

.normal[data-v-155878bc],
.normal__img[data-v-155878bc] {
    display: block;
    width: 100%
}

.normal__img[data-v-155878bc] {
    border-radius: inherit;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.normal__bottom[data-v-155878bc] {
    align-items: center;
    background: rgba(0, 0, 0, .35);
    border-radius: 0 0 12px 12px;
    bottom: 0;
    display: flex;
    height: 36px;
    justify-content: space-between;
    left: 0;
    padding: 0 16px 0 10px;
    position: absolute;
    width: 100%
}

.normal__bottom .name[data-v-155878bc] {
    font-family: Fredoka;
    font-size: 16px;
    line-height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.normal__bottom .game[data-v-155878bc],
.normal__bottom .time[data-v-155878bc] {
    height: 34px;
    width: 34px
}

.normal__bottom .game img[data-v-155878bc],
.normal__bottom .time img[data-v-155878bc] {
    height: 100%;
    width: 100%
}

.normal[data-v-155878bc]:hover {
    border: 6px solid #fff;
    transform: scale(1.04);
    transition: transform .3s, box-shadow .3s;
    z-index: 1
}

@media(max-width:1680px) {
    .normal[data-v-155878bc] {
        height: 186px
    }
}

@media(max-width:1439px) {
    .normal[data-v-155878bc] {
        height: 158px
    }
}

@media(max-width:750px) {
    .normal[data-v-155878bc] {
        border-radius: 3.2vw;
        height: 57.6vw;
        margin: 0 auto;
        width: 91.4666666667vw
    }

    .normal[data-v-155878bc]:after {
        display: none
    }

    .normal__img[data-v-155878bc] {
        height: 100%
    }

    .normal__bottom[data-v-155878bc] {
        border-radius: 0 0 3.2vw 3.2vw;
        height: 9.6vw;
        padding: 0 4.2666666667vw 0 3.2vw
    }

    .normal__bottom .name[data-v-155878bc] {
        font-size: 3.7333333333vw;
        line-height: 4.5333333333vw
    }

    .normal__bottom .game[data-v-155878bc],
    .normal__bottom .time[data-v-155878bc] {
        height: 9.0666666667vw;
        width: 9.0666666667vw
    }

    .normal[data-v-155878bc]:hover {
        border: none;
        transform: none;
        transition: transform .3s, box-shadow .3s
    }
}