*, :before, :after, ::backdrop {
    --un-rotate: 0;
    --un-rotate-x: 0;
    --un-rotate-y: 0;
    --un-rotate-z: 0;
    --un-scale-x: 1;
    --un-scale-y: 1;
    --un-scale-z: 1;
    --un-skew-x: 0;
    --un-skew-y: 0;
    --un-translate-x: 0;
    --un-translate-y: 0;
    --un-translate-z: 0;
    --un-pan-x: ;
    --un-pan-y: ;
    --un-pinch-zoom: ;
    --un-scroll-snap-strictness: proximity;
    --un-ordinal: ;
    --un-slashed-zero: ;
    --un-numeric-figure: ;
    --un-numeric-spacing: ;
    --un-numeric-fraction: ;
    --un-border-spacing-x: 0;
    --un-border-spacing-y: 0;
    --un-ring-offset-shadow: 0 0 #0000;
    --un-ring-shadow: 0 0 #0000;
    --un-shadow: 0 0 #0000;
    --un-ring-offset-width: 0px;
    --un-ring-offset-color: #fff;
    --un-ring-width: 0px;
    --un-ring-color: #93c5fd80;
}

.view-content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

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

.card-box {
    --un-bg-opacity: 1;
    background-color: rgb(235 246 247);
    border-radius: .25rem;
    padding: 1rem
}

.w-full {
    width: 100%;
}

.w-0 {
    width: 0;
}

.h-full {
    height: 100%;
}


.absolute-bottom-start {
    inset-inline-start: 0;
    position: absolute;
    bottom: 0
}
.relative {
    position: relative
}

.line-clamp-1 {
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.z-999 {
    z-index: 999
}

.grid {
    display: grid
}

.grid-cols-1 {
    grid-template-columns:repeat(1, minmax(0, 1fr))
}

.menu-list {
    margin-left: 1.5rem;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 1.5rem;
    font-weight: bold;
    line-height: 2;
}

.menu-item {
    font-weight: bold;
}

.mx-0-5 {
    margin-left: .125rem;
    margin-right: .125rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mt-3 {
    margin-top: .75rem
}

.aspect-ratio-16-9 {
    aspect-ratio: 16/9
}

.size-12 {
    width: 3rem;
    height: 3rem
}

.size-14 {
    width: 3.5rem;
    height: 3.5rem
}

.size-20 {
    width: 5rem;
    height: 5rem
}

.size-full {
    width: 100%;
    height: 100%
}

.h-14 {
    height: 3.5rem
}

.h-15-5 {
    height: 3.875rem
}

.h-4 {
    height: 1rem
}

.max-h-38 {
    max-height: 9.5rem
}

.max-w-full {
    max-width: 100%
}

.w-14 {
    width: 3.5rem
}

.w-15-5 {
    width: 3.875rem
}

.w-fit {
    width: fit-content
}

.flex {
    display: flex
}

.flex-1 {
    flex: 1
}

.flex-col {
    flex-direction: column
}



.group:hover .group-hover\:scale-110 {
    --un-scale-x: 1.1;
    --un-scale-y: 1.1;
    transform: translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))
}


.group:hover .group-hover\:scale-105 {
    --un-scale-x: 1.05;
    --un-scale-y: 1.05;
    transform: translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))
}

@keyframes fade-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fade-out {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}


@keyframes pulse {
    0%, to {
        opacity: 1
    }
    50% {
        opacity: .5
    }
}

.cursor-pointer {
    cursor: pointer
}

.items-center {
    align-items: center
}

.justify-between {
    justify-content: space-between
}

.gap-2 {
    gap: .5rem
}

.gap-3 {
    gap: .75rem
}

.gap-4 {
    gap: 1rem
}

.gap-5 {
    gap: 1.25rem
}

.gap-y-2 {
    row-gap: .5rem
}

.of-hidden {
    overflow: hidden
}

.rd-3 {
    border-radius: .75rem
}

.rd-1 {
    border-radius: .25rem
}

.rd-t-2 {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
}

.bg-1 {
    background-image: linear-gradient(#1c1b2a 18.75%, #0000), linear-gradient(#64f77b, #625cff)
}

.bg-dark-1 {
    --un-bg-opacity: 1;
    background-color: rgb(31 30 61/var(--un-bg-opacity))
}

.bg-transparent {
    background-color: #0000
}

.bg-white-2 {
    --un-bg-opacity: 1;
    background-color: rgb(247 248 250/var(--un-bg-opacity))
}

.from-transparent {
    --un-gradient-from-position: 0%;
    --un-gradient-from: transparent var(--un-gradient-from-position);
    --un-gradient-to-position: 100%;
    --un-gradient-to: #fff0 var(--un-gradient-to-position);
    --un-gradient-stops: var(--un-gradient-from), var(--un-gradient-to)
}

.to-black-1 {
    --un-gradient-to-position: 100%;
    --un-gradient-to: rgb(0 0 0/var(--un-to-opacity, 1)) var(--un-gradient-to-position)
}

.bg-gradient-to-b {
    --un-gradient-shape: to bottom in oklch;
    --un-gradient: var(--un-gradient-shape), var(--un-gradient-stops);
    background-image: linear-gradient(var(--un-gradient))
}

.p-2 {
    padding: .5rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.text-1em {
    font-size: 24px;
}

.text-3-5 {
    font-size: .875rem
}

.text-4 {
    font-size: 1rem
}

.text-4-5 {
    font-size: 1.125rem
}

.text-5 {
    font-size: 1.25rem
}

.c-fff, .c-white-1 {
    --un-text-opacity: 1;
    color: rgb(255 255 255)
}

.group:hover .group-hover\:c-purple-5 {
    --un-text-opacity: 1;
    color: rgb(98 92 255)
}

.c-\#527CB0 {
    --un-text-opacity: 1;
    color: rgb(82 124 176)
}

.font-600 {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.font-800 {
    font-weight: 800
}

.transition-all-300 {
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition-all-500 {
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

* {
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    padding: 0;
    font-size: 100%
}

button, input, div, iframe {
    border: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

html {
    max-width: 100vw;
    min-height: 100vh
}

html[lang=ar] {
    direction: rtl
}

img {
    object-fit: cover
}

a {
    all: unset;
    cursor: pointer;
    color: currentColor;
    text-decoration: none
}

ul, ol, li {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@keyframes fadeInOut {
    0% {
        transform-origin: 100%;
        left: 0;
        transform: translate(-100%, -50%) rotate(45deg)
    }
    10% {
        transform-origin: 0;
        left: 100%;
        transform: translate(0) rotate(45deg)
    }
    to {
        transform-origin: 0;
        left: 100%;
        transform: translate(0) rotate(45deg)
    }
}

html, input {
    font-family: LINE Seed Sans, LINE Seed Sans fallback, Inter, PingFang SC, Microsoft YaHei, Arial, sans-serif
}

html[lang]:lang(tw) {
    font-family: LINE Seed Sans, LINE Seed Sans fallback, Noto Sans TC, Inter, PingFang SC, Microsoft YaHei, Arial, sans-serif
}

html[lang]:lang(jp) {
    font-family: LINE Seed Sans JP, LINE Seed Sans JP fallback, LINE Seed Sans, LINE Seed Sans fallback, Inter, Arial, sans-serif
}

html[lang]:lang(kr) {
    font-family: LINE Seed Sans KR, LINE Seed Sans KR fallback, LINE Seed Sans, LINE Seed Sans fallback, Inter, Arial, sans-serif
}

html[lang]:lang(th) {
    font-family: LINE Seed Sans TH, LINE Seed Sans TH fallback, LINE Seed Sans, LINE Seed Sans fallback, Inter, Arial, sans-serif
}

html[lang]:lang(ar) {
    font-family: LINE Seed Sans, LINE Seed Sans fallback, Noto Sans Arabic, Inter, Arial, sans-serif
}

html[lang]:lang(vi) {
    font-family: Arial
}

.grid-3-1 {
    grid-template-columns: 3fr 1fr;
    gap: 1rem;
}

.border-radius-10 {
    border-radius: 10px;
}

.new-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem 1rem;
}

.common-title {
    font-weight: bold;
    font-size: 1.5rem;
}

.aspect-ratio-1 {
    aspect-ratio: 4/2.25;
}

.new-game-name {
    font-size: 1rem;
    font-weight: bold;
}

.new-game-type {
    padding: .3rem .7rem;
    border: 1px solid rgb(179 179 179);
    color: rgb(77 77 77);
    border-radius: 50px;
    font-size: .75rem;
    font-weight: 500;
    width: fit-content;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.type-game-item {
    border-radius: 10px;
    padding: 5px;
    align-items: center;
    gap: 1rem;
    display: flex;
}

.hot-game-title {
    line-height: 1rem;
    color: rgb(31 30 61);
    font-weight: bold;
}

.bg-1 {
    background: #d5e6f6;
}

.max-line-1 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.footer-content {
    max-width: 1200px;
    margin: auto;
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.scroll-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    z-index: 10000;
    right: 20px;
    border-radius: 6px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
}

.scroll-top svg {
    width: 50%;
    height: 50%;
}

.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-input {
    background: #fff;
    border-radius: 50px;
    /*padding: 0 3rem 0 1rem;*/
    height: 2rem;
    border: none;
    outline: none;
}

.w-300 {
    max-width: 300px;
    width: 100%;
}

.search-main {
    display: flex;
    align-items: center;
}

.search-icon {
    position: absolute;
    right: 1rem;
}

.mb-menu-list {
    opacity: 0;
    width: 100%;
    display: grid;
    top: 4rem;
    inset-inline-start: 0;
    position: fixed;
    grid-template-rows: 0fr;
    pointer-events: none;
}

.mb-menu-list.open {
    opacity: 1;
    grid-template-rows: 1fr;
    pointer-events: auto;
}

.copyright {
    font-size: .9rem;
    font-weight: 600;
}

.footer-item,.footer-list {
    font-weight: bold;
}

.menu-nav {
    height: 0;
    --un-bg-opacity: .80;
    background-color: rgb(0 0 0);
    display: block;
    padding: 0;
}

.open .menu-nav {
    height: calc(100vh - 4rem);
    padding: 2rem 1rem;
}

.mb-menu-item {
    --un-text-opacity: 1;
    color: rgb(255 255 255);
    margin-bottom: 2rem;
    font-size: 1.25rem;
    font-weight: bold;
}

.padding-10-0 {
    padding: 10px 0;
}

.mb-menu {
    display:none;
}

.mb-form {
    max-width: 500px;
    margin: 1rem auto;
    width: 100%;
    height: 40px;
    border-radius: 10px;

    display: flex;
    align-items: center;

    position: relative;
}

.mb-search-input {
    padding: 0 3rem 0 1rem;
    height: 100%;
    width: 100%;
    background: #fff;
    color: #333;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    outline: none;
    border-radius: 5px;
}

.mb-search-icon {
    position: absolute;
    right: 1rem;
    width: 24px;
    height:24px;
    background: none;
    border:none;
    outline:none;
}

.mb-search-icon svg {
    color: #333;
    width: 24px;
    height:24px;
}

.close-icon {
    margin: 1rem auto 0;
    text-align:center;
    font-weight: bold;
    font-size: 30px;
}

.close-icon svg {
    font-size: 30px;
}

.type-list {
    display: grid;
    gap: 1.5rem 1rem;
    grid-template-columns: repeat(6,minmax(0,1fr));
}


.cate-game-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cate-game-item img {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 12px;
}

.cate-game-item {
    font-size: 1rem;
    font-weight: bold;
    color: #333;
    text-align:center;
    width: 100%;
}

.game-guide {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: rgb(105 100 100);
    font-weight: bold;
}

.game-guide a, .game-guide p {
    font-size: 12px;
    color: rgb(105 100 100);
    font-weight: bold;
}

.game-main, .game-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.game-content {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.game-content img {
    width: 100px;
    height: 100px;
    border-radius: 12px;
}

.game-title {
    font-weight: bold;
    font-size: 30px;
    color: #222;
}

.game-type {
    color: rgb(98 92 255);
    border: 1px solid rgb(98 92 255);
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 500;
    width: fit-content;
}

.game-btn {
    background:rgb(255 221 51);
    font-weight: 1000;
    font-size: 32px;
    color: #fff;
    text-align: center;
    width: 90%;
    margin: auto;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
}

.detail-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #5e5e5e;
}

.detail-desc {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (min-width: 768px) {
    .detail-desc {
        -webkit-line-clamp: 3;
    }
}

.desc_btn {
    background: rgb(98 92 255);
    padding: 5px 10px;
    border-radius: 5px;
    width: fit-content;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 1rem;
}

@media screen and (max-width: 1024px) {
    .menu-list, .pc-search {
        display:none;
    }

    .mb-menu {
        display:block!important;
    }

    .type-list {
        grid-template-columns: repeat(4,minmax(0,1fr));
    }
}

@media screen and (max-width: 768px) {
    .grid-3-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .new-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-content {
        flex-direction: column;
        text-align: center;
    }

    .card-box {
        padding: .5rem;
    }

    .view-content {
        padding: .5rem;
    }

    .header-main {
        padding: 0 1rem;
    }

    .type-list {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
}

@media (width >= 768px) {
    .card-box {
        padding: 1rem
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (width >= 1024px) {
    .lg\:grid-cols-3, [un-lg~=grid-cols-3] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.footer {
    background: #fff
}

.footer .footer-item:hover {
    color: #1f1e3d
}