[v-cloak] {
    display: none !important;
}

[flex-center] {
    display: flex;
    align-items: center;
    justify-content: center;
}

[flex-around] {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

[flex-between] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

[flex-start] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

[flex-shrink] {
    flex-shrink: 0;
}

[flex-align="start"] {
    align-items: start;
}

[flex-align="end"] {
    align-items: end;
}

[flex="auto"] {
    flex: auto;
}

[textLine="1"] {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

[textLine="2"] {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

[textLine="3"] {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

[textLine="4"] {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: relative;
    background: #13131F;
}

#app {
    width: 100%;
}

* {
    box-sizing: border-box;
}

a {
    display: block;
    text-decoration: none;
}

a img {
    display: block;
}

.game_icon {
    object-fit: cover;
}

.pc-version {
    display: block;
}

.pc-version main {
    max-width: 1280px;
    padding: 0 .5556rem;
    margin: 0 auto;
    min-height: calc(100vh - 6rem);
}

.mobile-version {
    display: none;
}

.mobile-version main {
    min-height: calc(100vh - 4rem);
}

/* header */
.mobile-version header {
    height: 3.47rem;
    padding: 1.03rem 0.63rem 0;
}

.mobile-version header>div:nth-child(1),
.mobile-version header>a:nth-child(1) {
    gap: 0.34rem;
}

.mobile-version header>div:nth-child(2) {
    gap: 1.06rem;
}

.mobile-version header .ico {
    width: 1.47rem;
    height: 1.47rem;
}

.mobile-version header .logo {
    font-family: 'Moul 400', sans-serif;
    padding-top: 0.5rem;
    vertical-align: middle;
    font-size: 1.13rem;
    color: #FFFFFF;
}

.mobile-version header .shadow {
    width: 2.44rem;
    height: 2.44rem;
    border-radius: 0.81rem;
    background: rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    border: 0.03rem solid rgba(255, 255, 255, 0.7);
}

.mobile-version header .search {
    width: 1.25rem;
    height: 1.25rem;
}

.mobile-version header .menu {
    width: 1.15rem;
    height: 1.1rem;
}

.mobile-version .star {
    width: 2.12rem;
    height: 1.67rem;
    margin: 0 0 0.51rem 8.34rem;
    display: block;
}

/* menu start */
.mobile-version .menu_pannel {
    position: absolute;
    height: 100vh;
    top: 0;
    left: 0;
    background: #22202E;
    width: 100%;
    z-index: 10;
    display: none;
}

.mobile-version .menu_pannel::before {
    content: '';
    position: absolute;
    width: 25rem;
    height: 25rem;
    background: radial-gradient(50% 50% at 50% 50%, rgba(254, 191, 64, 0.3) 0%, rgba(216, 216, 216, 0) 100%);
    right: -7rem;
    top: 5.47rem;
    z-index: -1;
}

.mobile-version .menu_container {
    padding: 0 0.63rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.25rem;
    row-gap: 0.63rem;
    justify-content: space-between;
    align-items: center;
}

.mobile-version .menu_pannel_list {
    padding: 0.45rem 0.2rem;
    width: 100%;
    height: 4rem;
    display: grid;
    grid-template-columns: 3.13rem 1fr;
    gap: 0.34rem;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 0.63rem;
    background: #3C3C54;
}

.mobile-version .menu_pannel_list .info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.mobile-version .menu_pannel_list .long {
    font-family: 'Noto Sans 500', sans-serif;
    font-size: 0.63rem;
    line-height: 100%;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #FFFFFF;
}

.mobile-version .menu_pannel_list .btn {
    width: 1.94rem;
    height: 0.94rem;
    border-radius: 6.41rem;
    background: #3C3C54;
    box-sizing: border-box;
    border: 0.03rem solid #FFDC39;
    font-family: 'Noto Sans 500', sans-serif;
    font-size: 0.56rem;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #FFFFFF;
    margin-left: 0.53rem;
}

.mobile-version .menu_pannel_list .menu_icon {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    object-fit: cover;
}

.mobile-version .menu_pannel_list .game_icon {
    width: 0.78rem;
    height: 0.69rem;
    margin-right: 0.38rem;
}

.mobile-version .menu_name {
    font-family: 'Noto Sans 500', sans-serif;
    font-size: 0.88rem;
    line-height: 100%;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #FFFFFF;
    margin-bottom: 0.5rem;
}

.mobile-version .menu_pannel_select_list .menu_name {
    color: #FEBF40;
}

.pc-version header {
    height: 6.2rem;
    gap: 8rem;
}

.pc-version header>div:nth-child(1),
.pc-version header>a:nth-child(1) {
    gap: 1rem;
}

.pc-version header .ico {
    width: 3rem;
    height: 3rem;
}

.pc-version header .logo {
    font-family: 'Moul 400', sans-serif;
    font-size: 2rem;
    line-height: normal;
    letter-spacing: normal;
    color: #FFFFFF;
    padding-top: 0.5rem;
}

.pc-version header .search {
    width: 45rem;
    height: 3.5rem;
    position: relative;
}

.pc-version header .search input {
    width: 100%;
    height: 100%;
    border-radius: 2.78rem;
    background: #070A1B;
    border: 0.03rem solid #D4D4D4;
    font-family: 'Roboto 400', sans-serif;
    font-size: 1.25rem;
    line-height: normal;
    letter-spacing: normal;
    color: #9F9F9F;
    padding: 0 4rem 0 1.65rem;
    outline: none;
}

.pc-version header .search img {
    width: 1.58rem;
    height: 1.62rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.7rem;
}


/* menu end */

/* .menu_pannel {
   width: 50%;
} */
.footer {
    height: 4rem;
    padding: 0.63rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    line-height: 1.0514rem;
    font-size: 0.68rem;
    color: #BBBBBB;
    font-family: 'Poppins 600', sans-serif;
    text-transform: uppercase;
}

.footer .privacy-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .7886rem;

}

.footer .privacy-info>a {
    color: #BBBBBB;
    line-height: 1.0514rem;
    font-size: 0.68rem;
    display: block;
}

.web-footer {
    height: 6rem;
    padding: 0 7.2rem 0 4.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FFFFFF;
    font-family: 'Poppins 600', sans-serif;
    font-size: 1.44rem;
}

.web-footer .privacy-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.16rem;
}

.web-footer .privacy-info>a {
    color: #FFFFFF;
    font-size: 1.2rem;
    display: block;
}


@media screen and (max-width: 600px) {
    .pc-version {
        display: none;
    }

    .mobile-version {
        display: block;
    }
}