@charset "UTF-8";
.header-wrap {
    min-height: 100px;
    box-shadow: inset 0 520px 80px -460px var(--header-bg-cont);
    background-color: transparent;
    padding: 0 1em;
    transition: .2s
}

.header-wrap.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 80px;
    margin: 0;
    z-index: 999;
    -webkit-box-shadow: rgba(0, 0, 0, .5) 0 0 1em 1px;
    box-shadow: rgba(0, 0, 0, .5) 0 0 1em 1px;
    background-color: var(--header-bg-cont)!important;
    transition: .2s
}

.header-wrap.is-sticky header {
    min-height: 86px;
    transition: .2s
}

.header-wrap.is-sticky header .logo {
    transition: .2s
}

.header-wrap.is-sticky header .logo img {
    max-height: 60px
}

.header-wrap.is-sticky header .menu-bar {
    justify-content: center
}

.header-wrap.is-sticky header .menu-bar .product-menu {
    width: auto;
    transition: .5s
}

.header-wrap.is-sticky header .menu-bar .product-menu .glossy {
    opacity: 0
}

.header-wrap.is-sticky header .menu-bar .product-menu .links .nav .access i {
    display: none;
    transition: .5s
}

.header-wrap.is-sticky header .menu-bar .product-menu .search-button {
    margin-top: 8px
}

.header-wrap.is-sticky header .menu-bar .product-menu .search-button .search-form {
    height: 50px;
    min-width: 50px;
    transition: all ease .5s
}

.header-wrap.is-sticky header .menu-bar .product-menu .search-button .search-form .search-wrap {
    height: 50px
}

.header-wrap.is-sticky header .menu-bar .product-menu .search-button .search-form .search-wrap .search-input-wrap {
    width: 0;
    height: 66px;
    border-radius: 36px
}

.header-wrap.is-sticky header .menu-bar .product-menu .search-button .search-form .search-wrap .search-input-wrap input.form-control {
    height: 50px;
    line-height: 50px
}

.header-wrap.is-sticky header .menu-bar .product-menu .search-button .search-form .search-wrap .search-input-wrap input.form-control:active,
.header-wrap.is-sticky header .menu-bar .product-menu .search-button .search-form .search-wrap .search-input-wrap input.form-control:focus,
.header-wrap.is-sticky header .menu-bar .product-menu .search-button .search-form .search-wrap .search-input-wrap input.form-control:visited {
    box-shadow: none;
    color: var(--menu-text);
    font-weight: 700
}

.header-wrap.is-sticky header .menu-bar .product-menu .search-button .search-form .search-wrap .search-input-wrap input.form-control::placeholder {
    font-size: .875em;
    color: var(--menu-text)
}

.header-wrap.is-sticky header .menu-bar .product-menu .search-button .search-form .search-wrap i {
    height: 50px;
    width: 50px;
    border-radius: 80px
}

.header-wrap.is-sticky header .user-wrap .btn-group .item {
    height: 50px;
    width: 50px;
    background: 0 0
}

.header-wrap.is-sticky header .user-wrap .btn-group .item.large .user {
    height: 50px
}

.header-wrap.is-sticky header .user-wrap .btn-group .item.large .user .avatar,
.header-wrap.is-sticky header .user-wrap .btn-group .item.large .user .avatar img {
    height: 50px;
    width: 50px
}

.header-wrap header {
    display: flex;
    gap: 1em;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    min-height: 160px;
    transition: .5s
}

.header-wrap header .logo {
    display: block;
    max-width: max-content;
    height: max-content;
    margin: 0;
    flex: auto;
    width: max-content;
    justify-content: center;
    transition: .5s;
    z-index: 11
}

.header-wrap header .logo img {
    filter: none
}

.header-wrap header .menu-bar {
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: .2s;
    transition-timing-function: cubic-bezier(0, 0, 0, 1);
    z-index: 2
}

.header-wrap header .menu-bar .product-menu {
    width: auto;
    display: flex;
    position: relative;
    transition: .2s;
    min-height: 66px
}

.header-wrap header .menu-bar .product-menu .glossy {
    background-color: var(--theme-color);
    border-radius: 35px;
    position: absolute;
    transition: .2s;
    opacity: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.header-wrap header .menu-bar .product-menu .glossy.backdrop {
    backdrop-filter: blur(60px) saturate(100%);
    -webkit-backdrop-filter: blur(60px) saturate(100%);
    background-color: rgba(39, 39, 39, .3)
}

.header-wrap header .menu-bar .product-menu .links {
    display: flex;
    padding-left: 24px;
    transition: opacity .2s;
    z-index: 1;
    width: auto
}

.header-wrap header .menu-bar .product-menu .links .nav {
    display: flex;
    flex-direction: column;
    position: static;
    justify-content: center;
    align-items: center
}

.header-wrap header .menu-bar .product-menu .links .nav.active {
    z-index: 11
}

.header-wrap header .menu-bar .product-menu .links .nav.active .access {
    z-index: 12
}

.header-wrap header .menu-bar .product-menu .links .nav.active .nav-panel {
    display: flex
}

.header-wrap header .menu-bar .product-menu .links .nav .access {
    display: flex;
    align-items: center;
    color: var(--menu-text);
    padding: 0 10px;
    font-family: var(--siteff)
}

.header-wrap header .menu-bar .product-menu .links .nav .title {
    margin: 0 10px
}

.header-wrap header .menu-bar .product-menu .links .nav .nav-panel {
    box-shadow: 0 0 0 3500px rgba(16, 16, 16, .6);
    border-radius: 15px;
    display: none;
    text-shadow: none;
    margin: 40px 0 30px;
    transition: .2s;
    position: absolute;
    top: 43px;
    width: 100%;
    left: 50%;
    transform: translate(-50%)
}

.header-wrap header .menu-bar .product-menu .links .nav .nav-panel .content {
    padding: 20px;
    width: 100%;
    position: relative
}

.header-wrap header .menu-bar .product-menu .links .nav .nav-panel .content .gloss {
    border-radius: 15px;
    backdrop-filter: blur(60px) saturate(100%);
    -webkit-backdrop-filter: blur(60px) saturate(100%);
    background-color: rgba(39, 39, 39, .3);
    position: fixed;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    z-index: -1
}

.header-wrap header .menu-bar .product-menu .links .nav .nav-panel .content h2 {
    border-radius: 8px;
    font-size: 16px;
    color: #fff;
    margin: 20px 0;
    background: rgba(16, 16, 16, .3);
    padding: 8px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header-wrap header .menu-bar .product-menu .links .nav .nav-panel .content h2:first-of-type {
    margin-top: 0
}

.header-wrap header .menu-bar .product-menu .links .nav .nav-panel .content h2 a {
    font-size: 14px;
    font-weight: 400;
    color: #fff
}

.header-wrap header .menu-bar .product-menu .links .nav .nav-panel .content .container {
    display: flex;
    margin: 0 10px;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center
}

.header-wrap header .menu-bar .product-menu .links .nav .nav-panel .content .container.payment {
    gap: 1em
}

.header-wrap header .menu-bar .product-menu .links .nav .nav-panel .content .container a {
    display: flex;
    align-items: center;
    color: #fff;
    width: 33.33333%;
    padding: 7px;
    border-radius: 25px
}

.header-wrap header .menu-bar .product-menu .links .nav .nav-panel .content .container a:hover {
    background: rgba(16, 16, 16, .3)
}

.header-wrap header .menu-bar .product-menu .links .nav .nav-panel .content .container a .icon {
    height: 35px;
    width: 35px;
    margin-right: 10px
}

.header-wrap header .menu-bar .product-menu .links .nav .nav-panel .content .container a .icon img {
    height: 35px;
    width: 35px;
    object-fit: cover
}

.header-wrap header .menu-bar .product-menu .links .nav .nav-panel .content .container a.payment {
    justify-content: center;
    border-radius: 66px;
    width: auto
}

.header-wrap header .menu-bar .product-menu .links .nav .nav-panel .content .container a.payment .icon {
    height: 52px;
    width: 146px;
    margin: 0
}

.header-wrap header .menu-bar .product-menu .links .nav .nav-panel .content .container a.payment .icon img {
    height: 52px;
    width: 146px;
    filter: var(--filter)
}

.header-wrap header .menu-bar .product-menu .search-button {
    margin-left: 1em
}

.header-wrap header .menu-bar .product-menu .search-button.active {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%
}

.header-wrap header .menu-bar .product-menu .search-button .search-form {
    height: 66px;
    min-width: 66px;
    transition: all ease .5s
}

.header-wrap header .menu-bar .product-menu .search-button .search-form .search-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 66px;
    position: relative
}

.header-wrap header .menu-bar .product-menu .search-button .search-form .search-wrap .search-input-wrap {
    width: 0;
    height: 66px;
    border-radius: 36px
}

.header-wrap header .menu-bar .product-menu .search-button .search-form .search-wrap .search-input-wrap input.form-control {
    background: 0 0;
    border-radius: 0;
    border: 0;
    padding: 0;
    height: 66px;
    line-height: 66px;
    font-size: .875em;
    color: var(--menu-text);
    cursor: pointer;
    font-family: var(--siteff);
    font-style: normal;
    font-weight: 700
}

.header-wrap header .menu-bar .product-menu .search-button .search-form .search-wrap .search-input-wrap input.form-control:active,
.header-wrap header .menu-bar .product-menu .search-button .search-form .search-wrap .search-input-wrap input.form-control:focus,
.header-wrap header .menu-bar .product-menu .search-button .search-form .search-wrap .search-input-wrap input.form-control:visited {
    box-shadow: none;
    color: var(--menu-text);
    font-weight: 700
}

.header-wrap header .menu-bar .product-menu .search-button .search-form .search-wrap .search-input-wrap input.form-control::placeholder {
    font-size: .875em;
    color: var(--menu-text)
}

.header-wrap header .menu-bar .product-menu .search-button .search-form .search-wrap i {
    position: absolute;
    top: 0;
    right: 0;
    transition: all ease .5s;
    color: var(--menu-text);
    background: var(--theme-color);
    height: 66px;
    width: 66px;
    border-radius: 80px
}

.header-wrap header .menu-bar .product-menu .search-button .search-form .search-wrap.fa-search::before {
    width: 16px;
    height: 16px
}

.header-wrap header .menu-bar .product-menu .search-button .search-form .search-wrap.active {
    z-index: 11;
    background: var(--theme-color);
    border-radius: 36px;
    box-shadow: 0 0 0 3500px rgba(16, 16, 16, .6)
}

.header-wrap header .menu-bar .product-menu .search-button .search-form .search-wrap.active .search-input-wrap {
    transition: all ease .5s;
    width: 100%;
    height: 100%
}

.header-wrap header .menu-bar .product-menu .search-button .search-form .search-wrap.active .search-input-wrap .form-control {
    width: 100%;
    height: 100%;
    padding-left: 2em;
    font-size: 18px
}

.header-wrap header .menu-bar .product-menu .search-button .search-form .search-wrap.active .search-input-wrap .form-control::placeholder {
    font-size: 18px
}

.header-wrap header .menu-bar .product-menu .search-button .search-form .search-wrap.active i.fa-search {
    color: #fff;
    background: 0 0
}

.header-wrap header .menu-bar .product-menu .search-button .search-form .search-wrap.active i.fa-search::before {
    content: "";
    width: 16px;
    height: 16px
}

.header-wrap header .menu-bar .product-menu .search-button .search-form .dropdown.game-search {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    grid-gap: .5em;
    right: 0;
    width: 100%;
    height: max-content;
    border: 0;
    backdrop-filter: blur(60px) saturate(100%);
    -webkit-backdrop-filter: blur(60px) saturate(100%);
    background-color: rgba(39, 39, 39, .3)
}

.header-wrap header .menu-bar .product-menu .search-button .search-form .dropdown.game-search.open {
    top: 80px
}

.header-wrap header .menu-bar .product-menu .search-button .search-form .dropdown.game-search.closed {
    top: 0;
    display: none
}

.header-wrap header .menu-bar .product-menu .search-button .search-form .dropdown.game-search::before {
    display: none
}

.header-wrap header .menu-bar .product-menu .search-button .search-form .dropdown.game-search a {
    width: 100%;
    flex: 1;
    flex-basis: 32%;
    margin: 0;
    border-radius: var(--border-radius)
}

.header-wrap header .menu-bar .product-menu .search-button .search-form .dropdown.game-search a::after {
    display: none
}

.header-wrap header .menu-bar .product-menu .search-button .search-form .dropdown.game-search a.button {
    min-height: 38px;
    padding: 0 1em
}

.header-wrap header .menu-bar .product-menu .search-button .search-form .dropdown.game-search a.button i {
    display: none
}

.header-wrap header .menu-bar .product-menu .search-button .search-form .dropdown.game-search a:nth-child(2n+2).button {
    height: 86px
}

.header-wrap header .menu-bar .product-menu .search-button .search-form .dropdown.game-search a .dropdown-item,
.header-wrap header .menu-bar .product-menu .search-button .search-form .dropdown.game-search a .dropdown-item figure.search-game-img img {
    border-radius: var(--border-radius)
}

.header-wrap header .menu-bar .product-menu .search-button .search-form .dropdown.game-search:hover {
    transform: scale(1)
}

.header-wrap header .menu-bar .product-menuu {
    width: 100%;
    transition: .5s
}

.header-wrap header .menu-bar .product-menuu .glossy {
    backdrop-filter: blur(60px) saturate(100%);
    -webkit-backdrop-filter: blur(60px) saturate(100%);
    background-color: rgba(39, 39, 39, .3);
    border-radius: 36px;
    display: flex;
    position: relative;
    transition: .5s;
    padding-right: 68px
}

.header-wrap header .menu-bar .product-menuu .glossy .links {
    display: flex;
    padding: 0 8px 0 32px;
    transition: opacity .5s;
    z-index: 1;
    width: 100%;
    position: initial
}

.header-wrap header .menu-bar .product-menuu .glossy .links .btn-group {
    position: initial;
    width: auto;
    box-shadow: none;
    z-index: auto
}

.header-wrap header .menu-bar .product-menuu .glossy .links .btn-group .item {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 22px 8px;
    position: initial
}

.header-wrap header .menu-bar .product-menuu .glossy .links .btn-group .item i {
    color: var(--menu-text);
    transition: .5s
}

.header-wrap header .menu-bar .product-menuu .glossy .links .btn-group .item p {
    font-size: 1em;
    margin: 0 10px;
    color: var(--menu-text)
}

.header-wrap header .menu-bar .product-menuu .glossy .links .btn-group .item span {
    font-size: .65em;
    opacity: .6;
    color: var(--menu-text)
}

.header-wrap header .menu-bar .product-menuu .glossy .links .btn-group .dropdown-menu {
    box-shadow: 0 0 0 3500px rgba(16, 16, 16, .6);
    border-radius: 15px;
    display: none;
    text-shadow: none;
    margin: 40px 0 30px;
    transition: .2s;
    position: absolute;
    top: 43px;
    width: 100%;
    left: 50%;
    transform: translate(-50%);
    padding: 0;
    background-color: transparent;
    z-index: auto
}

.header-wrap header .menu-bar .product-menuu .glossy .links .btn-group .dropdown-menu.show {
    display: flex
}

.header-wrap header .menu-bar .product-menuu .glossy .links .btn-group .dropdown-menu .content {
    padding: 1em;
    width: 100%;
    position: relative;
    height: auto;
    overflow: initial
}

.header-wrap header .menu-bar .product-menuu .glossy .links .btn-group .dropdown-menu .content h2 {
    border-radius: 8px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 1em;
    background: rgba(16, 16, 16, .3);
    padding: 8px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header-wrap header .menu-bar .product-menuu .glossy .links .btn-group .dropdown-menu .content h2 a {
    font-size: 14px;
    font-weight: 400;
    color: #fff
}

.header-wrap header .menu-bar .product-menuu .glossy .links .btn-group .dropdown-menu .content .platforms {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 1em
}

.header-wrap header .menu-bar .product-menuu .glossy .links .btn-group .dropdown-menu .content .platforms a {
    display: flex;
    align-items: center;
    padding: 7px;
    border-radius: 25px
}

.header-wrap header .menu-bar .product-menuu .glossy .links .btn-group .dropdown-menu .content .platforms a figure {
    margin-right: 1em
}

.header-wrap header .menu-bar .product-menuu .glossy .links .btn-group .dropdown-menu .content .platforms a figure img {
    height: 35px;
    width: 35px;
    border-radius: 50%
}

.header-wrap header .menu-bar .product-menuu .glossy .links .btn-group .dropdown-menu .content .platforms a p {
    color: var(--menu-text);
    font-size: .85em
}

.header-wrap header .menu-bar .product-menuu .glossy .links .btn-group .dropdown-menu .content .platforms a:hover {
    background: rgba(16, 16, 16, .3)
}

.header-wrap header .user-wrap {
    display: flex;
    align-items: center;
    height: auto;
    position: relative;
    justify-content: flex-end
}

.header-wrap header .user-wrap .btn-group {
    position: inherit
}

.header-wrap header .user-wrap .btn-group .item {
    color: var(--menu-text);
    height: 66px;
    width: 66px;
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s
}

.header-wrap header .user-wrap .btn-group .item i {
    font-size: 1.4em
}

.header-wrap header .user-wrap .btn-group .item .fa-circle-user {
    font-size: 1.6em
}

.header-wrap header .user-wrap .btn-group .item.show .amount,
.header-wrap header .user-wrap .btn-group .item.show .user {
    z-index: 12
}

.header-wrap header .user-wrap .btn-group .item.large {
    width: auto;
    background-color: transparent;
    backdrop-filter: none;
    font-weight: 700;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: .2s;
    opacity: 1;
    visibility: visible
}

.header-wrap header .user-wrap .btn-group .item.large .amount {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    min-width: 100px;
    font-family: var(--siteff)
}

.header-wrap header .user-wrap .btn-group .item.large .amount .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 3px
}

.header-wrap header .user-wrap .btn-group .item.large .amount .number {
    color: var(--theme-color);
    font-size: 20px;
    line-height: 20px
}

.header-wrap header .user-wrap .btn-group .item.large .amount .number i {
    font-size: 18px
}

.header-wrap header .user-wrap .btn-group .item.large .user {
    transition: .2s;
    cursor: pointer;
    height: 66px;
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 1em
}

.header-wrap header .user-wrap .btn-group .item.large .user .avatar {
    position: relative;
    height: 58px;
    width: 58px;
    margin: 4px;
    border-radius: 50%;
    box-shadow: none
}

.header-wrap header .user-wrap .btn-group .item.large .user .avatar img {
    height: 58px;
    width: 58px;
    background-size: cover;
    border-radius: 50%
}

.header-wrap header .user-wrap .btn-group .item.large .user i {
    font-size: 1.8em
}

.header-wrap header .user-wrap .btn-group+.btn-group {
    margin-left: 1em
}

.header-wrap header .user-wrap .btn-group.login .item {
    font-size: 16px
}

.header-wrap header .user-wrap .btn-group.account {
    border-radius: 50px
}

.header-wrap header .user-wrap .btn-group .dropdown-menu {
    backdrop-filter: blur(60px) saturate(100%);
    -webkit-backdrop-filter: blur(60px) saturate(100%);
    background-color: rgba(39, 39, 39, .3);
    box-shadow: 0 0 0 10000px rgba(16, 16, 16, .6);
    min-width: 300px;
    padding: 0;
    border: 0;
    color: #fff;
    z-index: 11
}

.header-wrap header .user-wrap .btn-group .dropdown-menu .u_menu_wrp {
    width: 100%
}

.header-wrap header .user-wrap .btn-group .dropdown-menu .u_menu_wrp .u_menu_title {
    display: flex;
    margin: 1em;
    align-items: center;
    justify-content: space-between
}

.header-wrap header .user-wrap .btn-group .dropdown-menu .u_menu_wrp .u_menu_title p {
    font-weight: 500;
    color: #f5f5f5
}

.header-wrap header .user-wrap .btn-group .dropdown-menu .u_menu_wrp .u_menu_title p+p {
    font-weight: 700;
    color: var(--theme-color)
}

.header-wrap header .user-wrap .btn-group .dropdown-menu .u_menu_wrp .u_menu {
    display: flex;
    flex-wrap: wrap;
    gap: .25em;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), var(--theme-color), rgba(0, 0, 0, 0)) center top/100% 1px no-repeat;
    padding: .75em
}

.header-wrap header .user-wrap .btn-group .dropdown-menu .u_menu_wrp .u_menu li {
    flex: 1 1 31%
}

.header-wrap header .user-wrap .btn-group .dropdown-menu .u_menu_wrp .u_menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    grid-row-gap: 5px;
    color: #f5f5f5;
    text-decoration: none;
    padding: .5em;
    background: rgba(16, 16, 16, .3);
    border-radius: var(--border-radius);
    height: 100%;
    transition: .4s
}

.header-wrap header .user-wrap .btn-group .dropdown-menu .u_menu_wrp .u_menu li a i {
    position: relative;
    font-size: 1.3em;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

.header-wrap header .user-wrap .btn-group .dropdown-menu .u_menu_wrp .u_menu li a i .pin {
    top: 0;
    right: -4px;
    left: auto
}

.header-wrap header .user-wrap .btn-group .dropdown-menu .u_menu_wrp .u_menu li a i.fa-cart-shopping i {
    font-size: .875em
}

.header-wrap header .user-wrap .btn-group .dropdown-menu .u_menu_wrp .u_menu li a p {
    font-size: .7em;
    padding: 0;
    line-height: 16px;
    display: flex;
    align-items: flex-start;
    text-align: center;
    color: #f5f5f5
}

.header-wrap header .user-wrap .btn-group .dropdown-menu .u_menu_wrp .u_menu li a:hover {
    background-color: var(--theme-cont);
    color: var(--theme-color);
    transform: scale(.95)
}

.header-wrap header .user-wrap .btn-group .dropdown-menu .u_menu_wrp .u_menu li a:hover i,
.header-wrap header .user-wrap .btn-group .dropdown-menu .u_menu_wrp .u_menu li a:hover p {
    color: var(--theme-color)
}

.section-wrap.top {
    margin: 0;
    position: relative
}

/*
.section-wrap.top .carousel.slide:after {
    content: "";
    clip-path: polygon(0 100%, 100% 100%, 0 0);
    background: var(--body-bg-color);
    height: 60px;
    min-width: 1700px;
    width: 100%;
    position: absolute;
    bottom: -1px;
    z-index: 2
}

.section-wrap.top .carousel.slide:before {
    background: linear-gradient(90deg, #101010, transparent 50%);
    opacity: .8;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}
*/

.section-wrap.top .carousel.slide .carousel-control-next,
.section-wrap.top .carousel.slide .carousel-control-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    top: calc(50% - -20px);
    width: 72px;
    height: 72px;
    border-radius: 100%;
    backdrop-filter: blur(60px) saturate(100%);
    -webkit-backdrop-filter: blur(60px) saturate(100%);
    background-color: rgba(39, 39, 39, .3);
    opacity: 1;
    transition: all ease .5s
}

.section-wrap.top .carousel.slide .carousel-control-next svg.svg-arrow,
.section-wrap.top .carousel.slide .carousel-control-prev svg.svg-arrow {
    opacity: .6;
    width: 20px;
    height: 34px
}

.story ul li,
.story ul li a,
.story ul li a img {
    width: 100%
}

.section-wrap.top .carousel.slide .carousel-control-next:hover,
.section-wrap.top .carousel.slide .carousel-control-prev:hover {
    transform: scale(.95);
    transition: all ease .5s
}

.section-wrap.top .carousel.slide .carousel-inner {
    border-radius: 0
}

.section-wrap.top .carousel.slide .carousel-control-prev {
    left: 16%;
    padding-right: 6px
}

.section-wrap.top .carousel.slide .carousel-control-next {
    right: 16%;
    padding-left: 6px
}

.story ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    grid-gap: .5em;
    justify-content: space-between
}

.story ul li a {
    display: block;
    height: 100%;
    text-align: center
}

.story ul li a img:hover {
    transition: all ease .5s
}

.modal-dialog.login-register .modal-content {
    backdrop-filter: blur(60px) saturate(100%);
    -webkit-backdrop-filter: blur(60px) saturate(100%);
    background-color: rgba(39, 39, 39, .3);
    border: none
}

.modal-dialog.login-register .modal-content .modal-body {
    padding: 0;
    background: 0 0
}

.modal-dialog.login-register .modal-content .modal-body .loginbox-register {
    display: flex;
    flex-direction: row!important;
    height: 100%;
    width: 50%
}

.modal-dialog.login-register .modal-content .modal-body .loginbox-register .login,
.modal-dialog.login-register .modal-content .modal-body .loginbox-register .register {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 550px;
    margin: auto;
    justify-content: center;
    padding: 80px 60px 60px
}

.modal-dialog.login-register .modal-content .modal-body .loginbox-register .login .logo,
.modal-dialog.login-register .modal-content .modal-body .loginbox-register .register .logo {
    position: absolute;
    top: 2em;
    left: 2em
}

.modal-dialog.login-register .modal-content .modal-body .loginbox-register .login .header-line,
.modal-dialog.login-register .modal-content .modal-body .loginbox-register .register .header-line {
    margin-bottom: 1em
}

.modal-dialog.login-register .modal-content .modal-body .loginbox-register .login .header-line h2,
.modal-dialog.login-register .modal-content .modal-body .loginbox-register .register .header-line h2 {
    font-size: 1.5em;
    color: var(--text)
}

.modal-dialog.login-register .modal-content .modal-body .loginbox-register .wallpaper {
    background-image: url(/themes/igv2/modules/register/images/wallpaper.jpg);
    background-size: cover;
    background-position: top;
    width: 50%;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0
}

.modal-dialog.login-register .modal-content .modal-body .loginbox-register .close {
    position: absolute;
    top: 16px;
    right: 26px;
    font-size: 1.5em;
    color: #dc143c
}

.modal-dialog.login-register .modal-content .modal-body .loginbox-register .close:hover {
    color: #f5f5f5
}

.modal-dialog.login-register .modal-content .modal-body .loginbox-register .social-login-wrp {
    margin: 0;
    display: block
}

.modal-dialog.login-register .modal-content .modal-body .loginbox-register .social-login-wrp .button+.button {
    margin: 0
}

.modal-dialog .modal-content {
    backdrop-filter: blur(60px) saturate(100%);
    -webkit-backdrop-filter: blur(60px) saturate(100%);
    background-color: rgba(39, 39, 39, .3);
    border: none
}

.modal-dialog .modal-content .modal-header {
    border: none
}

.modal-dialog .modal-content .modal-header h5 {
    color: #fff;
    font-family: var(--siteff)
}

.modal-dialog .modal-content .modal-header .close {
    background-color: transparent;
    color: #fff;
    padding: 0;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    font-size: 1em
}

.modal-dialog .modal-content .modal-header .close:hover {
    background-color: transparent;
    color: var(--bs-red);
    opacity: 1;
    transform: none;
    box-shadow: none;
    transition: none
}

.modal-dialog .modal-content .modal-body {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), var(--theme-color), rgba(0, 0, 0, 0)) center top/100% 1px no-repeat
}

.modal-dialog .modal-content .modal-body p {
    color: #fff;
    font-family: var(--siteff)
}

.modal-dialog .modal-content .modal-body .loginbox-register {
    display: flex;
    flex-direction: row!important;
    height: 100%;
    width: 50%
}

.modal-dialog .modal-content .modal-body .loginbox-register .login,
.modal-dialog .modal-content .modal-body .loginbox-register .register {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 550px;
    margin: auto;
    justify-content: center;
    padding: 80px 60px 60px
}

.modal-dialog .modal-content .modal-body .loginbox-register .login .logo,
.modal-dialog .modal-content .modal-body .loginbox-register .register .logo {
    position: absolute;
    top: 2em;
    left: 2em
}

.modal-dialog .modal-content .modal-body .loginbox-register .login .header-line,
.modal-dialog .modal-content .modal-body .loginbox-register .register .header-line {
    margin-bottom: 1em
}

.modal-dialog .modal-content .modal-body .loginbox-register .login .header-line h2,
.modal-dialog .modal-content .modal-body .loginbox-register .register .header-line h2 {
    font-size: 1.5em;
    color: var(--text)
}

.modal-dialog .modal-content .modal-body .loginbox-register .wallpaper {
    background-image: url(/themes/igv2/modules/register/images/wallpaper.jpg);
    background-size: cover;
    background-position: top;
    width: 50%;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0
}

.modal-dialog .modal-content .modal-body .loginbox-register .close {
    position: absolute;
    top: 16px;
    right: 26px;
    font-size: 1.5em;
    color: #dc143c
}

.modal-dialog .modal-content .modal-body .loginbox-register .close:hover {
    color: #f5f5f5
}

.modal-dialog .modal-content .modal-body .loginbox-register .social-login-wrp {
    margin: 0;
    display: block
}

.modal-dialog .modal-content .modal-body .loginbox-register .social-login-wrp .button+.button {
    margin: 0
}

.offcanvas {
    backdrop-filter: blur(60px) saturate(100%);
    -webkit-backdrop-filter: blur(60px) saturate(100%);
    background-color: rgba(39, 39, 39, .3);
    border: 0
}

.offcanvas .offcanvas-header h5 {
    display: flex;
    color: #fff
}

.offcanvas .offcanvas-header h5 p {
    margin-left: 1em
}

.offcanvas .offcanvas-header .button.close {
    background-color: var(--theme-color);
    padding: 0;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    font-size: 1em
}

.offcanvas .offcanvas-header .button.close:hover {
    background-color: var(--bs-red);
    opacity: 1;
    transform: none;
    box-shadow: none;
    transition: none
}

.offcanvas .offcanvas-header .button.close span {
    color: var(--text-negatif)
}

.offcanvas .offcanvas-body {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), var(--theme-color), rgba(0, 0, 0, 0)) center top/100% 1px no-repeat;
    margin-bottom: 5em
}

.offcanvas .offcanvas-body.mobile-menu .dropdown {
    width: 100%;
    position: relative;
    transition: all .4s ease-in-out;
    box-shadow: none
}

.offcanvas .offcanvas-body.mobile-menu .dropdown .dropdown-item {
    background-color: transparent;
    border: none;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), var(--border), rgba(0, 0, 0, 0)) center top/100% 1px no-repeat
}

.offcanvas .offcanvas-body.mobile-menu .dropdown .dropdown-item:first-child {
    background: 0 0
}

.offcanvas .offcanvas-body.mobile-menu .dropdown .dropdown-item:hover {
    box-shadow: none
}

.offcanvas .offcanvas-body.mobile-menu .dropdown .dropdown-item:hover a {
    border: 0;
    color: var(--theme-color)
}

.offcanvas .offcanvas-body.mobile-menu .dropdown .dropdown-item a {
    color: #fff
}

.offcanvas .offcanvas-body.mobile-menu .dropdown .dropdown-item .inner-dropdown {
    background-color: transparent;
    border-top: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), var(--border), rgba(0, 0, 0, 0)) center top/100% 1px no-repeat
}

.offcanvas .offcanvas-body.mobile-menu .dropdown .dropdown-item .inner-dropdown .inner-dropdown-item a {
    background: 0 0
}

.offcanvas .offcanvas-body .dropdown.cart {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    margin: 0;
    width: 100%;
    box-shadow: none
}

.offcanvas .offcanvas-body .dropdown.cart .dropdown-item {
    backdrop-filter: blur(60px) saturate(100%);
    -webkit-backdrop-filter: blur(60px) saturate(100%);
    background-color: rgba(255, 253, 253, .15);
    border-radius: var(--border-radius);
    border-bottom: 0;
    margin-bottom: .5em;
    cursor: pointer
}

.offcanvas .offcanvas-body .dropdown.cart .dropdown-item p,
.offcanvas .offcanvas-body .dropdown.cart .dropdown-item p a {
    color: #fff!important
}

.offcanvas .offcanvas-body .dropdown.cart .dropdown-item.total {
    border-top: 0;
    margin-bottom: 1em;
    margin-top: 1em;
    padding: 1em
}

.offcanvas .offcanvas-body .dropdown.cart .dropdown-item.total p {
    margin-top: 0
}

.offcanvas .offcanvas-body .dropdown.cart .dropdown-item:hover {
    background: var(--theme-color)
}

.offcanvas .offcanvas-body .dropdown.cart .dropdown-item:hover p {
    color: #fff
}

.offcanvas .offcanvas-body .dropdown.notifications {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    margin: 0;
    width: 100%;
    box-shadow: none;
    cursor: pointer
}

.offcanvas .offcanvas-body .dropdown.notifications .dropdown-item {
    background-color: var(--main-color-dark);
    border-radius: var(--border-radius);
    border-bottom: 0;
    margin-bottom: .5em
}

.offcanvas .offcanvas-body .dropdown.notifications .dropdown-item:hover {
    opacity: .6
}

.offcanvas .offcanvas-body .dropdown.account-menu {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    margin: 0;
    width: 100%;
    box-shadow: none;
    cursor: pointer
}

.offcanvas .offcanvas-body .dropdown.account-menu .dropdown-item {
    background-color: var(--main-color-dark);
    border-radius: var(--border-radius);
    border-bottom: 0;
    margin-bottom: .5em
}

.offcanvas .offcanvas-body .dropdown.account-menu .dropdown-item:hover {
    background-color: var(--main-color-light)
}

.offcanvas .offcanvas-body .dropdown.account-menu .dropdown-item a:active,
.offcanvas .offcanvas-body .dropdown.account-menu .dropdown-item a:hover {
    border-left: 8px solid var(--theme-color)
}

.offcanvas .offcanvas-body .dropdown.account-menu .dropdown-item a:last-child,
.offcanvas .offcanvas-body .dropdown.account-menu .dropdown-item a:nth-child(2) {
    border-radius: var(--border-radius)!important
}

.offcanvas .offcanvas-body::-webkit-scrollbar {
    width: 12px
}

.offcanvas .offcanvas-body::-webkit-scrollbar-track {
    background-color: var(--border);
    cursor: pointer
}

.offcanvas .offcanvas-body::-webkit-scrollbar-thumb {
    background-color: var(--theme-color)
}

.current-select .col-form-label,
.language-select .col-form-label,
.theme-switch-wrapper .col-form-label {
    font-weight: 400;
    color: #fff
}

.current-select .select2-container--default,
.language-select .select2-container--default,
.theme-switch-wrapper .select2-container--default {
    width: 100%!important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px
}

.sidebar-menu-item {
    box-shadow: none
}

.jq-toast-single h2 {
    font-family: var(--siteff);
    font-size: 16px;
    margin: 0
}

.jq-has-icon {
    padding: 30px 30px 30px 60px;
    background-repeat: no-repeat;
    background-position: 16px
}

.close-jq-toast-single {
    top: 30px;
    right: 12px;
    font-size: 32px
}

.go-top {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 28px;
    border-radius: 50%;
    color: var(--white);
    text-align: center;
    font-size: 27px;
    transition: .05;
    visibility: hidden;
    opacity: 0;
    z-index: 4;
    cursor: pointer;
    background-color: var(--theme-color)
}

.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 50px
}

footer.footer-top-wrap ul.footer-top {
    display: flex;
    align-items: flex-start;
    padding-bottom: 30px;
    justify-content: space-between
}

footer.footer-top-wrap ul.footer-top li.link-info {
    width: auto;
    margin: 0
}

footer.footer-top-wrap ul.footer-top li.link-info.column {
    display: flex;
    flex-direction: column;
    gap: 1em
}

footer.footer-top-wrap ul.footer-top li.link-info.medias {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end
}

footer.footer-top-wrap ul.footer-top li.link-info #ETBIS {
    position: relative;
    right: 0;
    bottom: 0;
    width: 80px
}

footer.footer-top-wrap ul.footer-top li.link-info .link-list {
    gap: 1em;
    display: flex;
    flex-direction: column
}

.footer-top-wrap {
    padding: 2em 0!important
}

.footer-top-wrap .footer-top {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--footer-bg-light)
}

.footer-top-wrap .footer-top .link-info .contact-wrp .medias {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end
}

.footer-top-wrap .footer-top .link-info .contact-wrp .medias .icons {
    display: flex;
    margin: -7px;
    justify-content: flex-end
}

.footer-top-wrap .footer-top .link-info .contact-wrp .medias .icons a {
    transition: .1s;
    margin: 7px;
    flex-shrink: 0;
    padding: 15px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer-top-wrap .footer-top .link-info .contact-wrp .medias .icons a.facebook {
    background-color: rgba(24, 119, 242, .2)
}

.footer-top-wrap .footer-top .link-info .contact-wrp .medias .icons a.facebook i {
    color: #1877f2
}

.footer-top-wrap .footer-top .link-info .contact-wrp .medias .icons a.twitter {
    background-color: rgba(0, 172, 237, .2)
}

.footer-top-wrap .footer-top .link-info .contact-wrp .medias .icons a.twitter i {
    color: #00aced
}

.footer-top-wrap .footer-top .link-info .contact-wrp .medias .icons a.linkedin {
    background-color: rgba(10, 102, 194, .2)
}

.footer-top-wrap .footer-top .link-info .contact-wrp .medias .icons a.linkedin i {
    color: #0a66c2
}

.footer-top-wrap .footer-top .link-info .contact-wrp .medias .icons a.instagram {
    background-color: rgba(189, 138, 119, .2)
}

.footer-top-wrap .footer-top .link-info .contact-wrp .medias .icons a.instagram i {
    color: #bd8a77
}

.footer-top-wrap .footer-top .link-info .contact-wrp .medias .icons a.youtube {
    background-color: rgba(226, 43, 38, .2)
}

.footer-top-wrap .footer-top .link-info .contact-wrp .medias .icons a.youtube i {
    color: #e22b26
}

.footer-top-wrap .footer-top .link-info .contact-wrp .medias .icons a.twitch {
    background-color: rgba(152, 97, 255, .2)
}

.footer-top-wrap .footer-top .link-info .contact-wrp .medias .icons a.twitch i {
    color: #9861ff
}

.footer-top-wrap .footer-top .link-info .contact-wrp .medias .icons a.steam {
    background-color: rgba(23, 26, 33, .2)
}

.footer-top-wrap .footer-top .link-info .contact-wrp .medias .icons a.steam i {
    color: #171a21
}

.footer-top-wrap .footer-top .link-info .contact-wrp .medias .icons a:hover {
    transform: scale(1.1)
}

.footer-top-wrap .footer-top .link-info .contact-wrp .medias .icons a i {
    font-size: 24px;
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    text-align: center
}

.footer-top-wrap .footer-top .link-info .contact-wrp .medias .contact {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 1em;
    margin-top: 1em
}

.footer-top-wrap .footer-top .link-info .contact-wrp .medias .contact .e-mail,
.footer-top-wrap .footer-top .link-info .contact-wrp .medias .contact .phone {
    margin: 0;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 1em
}

.footer-top-wrap .footer-top .link-info .contact-wrp .medias .contact .e-mail:hover,
.footer-top-wrap .footer-top .link-info .contact-wrp .medias .contact .phone:hover {
    border-color: var(--theme-color)
}

.footer-top-wrap .footer-top .link-info .contact-wrp .medias .contact .e-mail:hover i,
.footer-top-wrap .footer-top .link-info .contact-wrp .medias .contact .phone:hover i {
    background: 0 0;
    color: var(--theme-color)
}

.footer-top-wrap .footer-top .link-info .contact-wrp .medias .select-settings {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 1em;
    margin-top: 1em
}

.footer-top-wrap .footer-top .link-info .contact-wrp .medias .select-settings .button {
    margin: 0;
    border: 1px solid var(--border);
    border-radius: 10px;
    background-color: transparent
}

.footer-top-wrap .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    grid-row-gap: .5em
}

.footer-top-wrap .footer-bottom .copyright {
    display: flex;
    align-items: baseline
}

.footer-top-wrap .footer-bottom .copyright p {
    font-size: 13px
}

.footer-top-wrap .footer-bottom .copyright p b {
    color: var(--theme-color)
}

.footer-top-wrap .footer-bottom .copyright h1 {
    font-size: 13px;
    margin: 0 .5em
}

.footer-top-wrap .footer-bottom .description {
    text-align: left
}

.footer-top-wrap .footer-bottom .description h1 {
    font-size: 13px
}

.footer-top-wrap .footer-bottom .powered-by {
    font-size: 13px;
    text-align: right
}

.footer-top-wrap .footer-bottom .powered-by a {
    font-weight: 600;
    color: #fa325a
}

.footer-top-wrap .footer-bottom .powered-by a:hover {
    color: var(--theme-color)
}

.games-detail .game_content {
    flex: auto;
    margin: 1em 0
}

.games-detail .game_content.is-sticky {
    margin-top: 26em
}

.games-detail .game_content.is-sticky .inner .info .item_explain:first-child {
    padding-top: 0
}

.games-detail .game_content>.inner {
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start
}

.games-detail .game_content>.inner .product_content {
    flex: auto
}

.games-detail .game_content>.inner .product_content .product {
    background: var(--main-color);
    border: 1px solid var(--border);
    border-radius: var(--border-radius);
    margin: 0 0 2em
}

.games-detail .game_content>.inner .product_content .product .title {
    padding: 1.5em 0 1em;
    margin: 0 2em;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), var(--text), rgba(0, 0, 0, 0)) center bottom/100% 1px no-repeat
}

.games-detail .game_content>.inner .product_content .product .title h3 {
    color: var(--text);
    font-size: 1.2em;
    font-weight: 400;
    margin: 0;
    opacity: .8
}

.games-detail .game_content>.inner .product_content .product .ItemList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 1em 0
}

.games-detail .game_content>.inner .product_content .product .ItemList li {
    flex: none;
    width: 25%
}

.games-detail .game_content>.inner .product_content .product .ItemList li a {
    display: block;
    text-align: center;
    color: var(--text);
    padding: 1em;
    transition: all ease .5s
}

.games-detail .game_content>.inner .product_content .product .ItemList li a .img {
    width: 120px;
    height: 120px;
    margin: 0 auto
}

.games-detail .game_content>.inner .product_content .product .ItemList li a .img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius)
}

.games-detail .game_content>.inner .product_content .product .ItemList li a .T {
    margin: .5em 0 0
}

.games-detail .game_content>.inner .product_content .product .ItemList li a .T .name {
    font-size: 12px;
    font-weight: 600
}

.games-detail .game_content>.inner .product_content .product .ItemList li a:hover {
    transform: scale(1.05);
    transition: all ease .5s;
    color: var(--theme-color)
}

.games-detail .game_content>.inner .product_content .product .ItemList li:last-of-type {
    margin-right: auto
}

.games-detail .game_content>.inner .info {
    flex: none;
    width: 30em;
    order: -1;
    margin: 0 2em 0 0;
    padding: 1.5em 2em;
    background: var(--main-color);
    border: 1px solid var(--border);
    border-radius: var(--border-radius)
}

.games-detail .game_content>.inner .info .item_explain {
    padding: 1.5em 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), var(--text), rgba(0, 0, 0, 0)) center bottom/100% 1px no-repeat
}

.games-detail .game_content>.inner .info .item_explain:last-child {
    background: 0 0;
    padding-bottom: 0
}

.games-detail .game_content>.inner .info .item_explain .inner h2 {
    font-size: 1.2em;
    font-weight: 700;
    margin: .75em 0
}

.games-detail .game_content>.inner .info .item_explain .inner h2:first-of-type {
    margin-top: 0
}

.games-detail .game_content>.inner .info .item_explain .inner p {
    font-size: .75em;
    margin-bottom: .5em
}

.games-detail .game_content>.inner .info .item_explain .inner .tags {
    display: flex;
    flex-wrap: wrap;
    gap: .5em
}

.games-detail .game_content>.inner .info .item_explain .inner .tags li {
    border: 1px solid var(--text);
    border-radius: var(--border-radius)
}

.games-detail .game_content>.inner .info .item_explain .inner .tags li:hover {
    border-color: var(--theme-color);
    background-color: var(--theme-color);
    opacity: .6
}

.games-detail .game_content>.inner .info .item_explain .inner .tags li:hover a {
    color: var(--text)
}

.games-detail .game_content>.inner .info .item_explain .inner .tags li a {
    font-size: .75em;
    color: var(--text);
    padding: .5em
}

.games-detail .game_content>.inner .info .game_video {
    margin: 2em auto
}

.games-detail .game_content>.inner .info .game_video:last-of-type {
    margin-bottom: 0
}

.games-detail .game_content>.inner .info .game_video .inner h3 {
    font-size: 1em;
    margin: 1em 0;
    font-weight: 700
}

.tag {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 1em
}

.tag h2 {
    font-weight: 800;
    text-align: center;
    margin: .5em 0;
    font-size: 1.5em
}

.tag .tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .5em
}

.tag .tags li {
    border: 1px solid var(--text);
    border-radius: var(--border-radius)
}

.tag .tags li:hover {
    border-color: var(--theme-color);
    background-color: var(--theme-color);
    opacity: .6
}

.tag .tags li:hover a {
    color: var(--text)
}

.tag .tags li a {
    font-size: .75em;
    color: var(--text);
    padding: .5em
}

.game_info {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    background-color: var(--theme-color);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    display: flex;
    align-items: flex-end;
    position: relative;
    transition: .3s;
    top: 0;
    z-index: 2
}

.game_info:before {
    background: linear-gradient(90deg, #101010, transparent 50%);
    opacity: .8;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

.game_info.is-sticky {
    transition: .3s;
    height: 8em;
    top: 80px;
    position: fixed
}

.game_info.is-sticky .inner {
    height: 8em;
    padding: 1em 0;
    transition: .3s
}

.game_info.is-sticky .inner .container-xxl {
    display: flex
}

.game_info.is-sticky .inner::after {
    display: none
}

.game_info.is-sticky .inner .game_cover {
    perspective: none;
    transition: .3s
}

.game_info.is-sticky .inner .game_cover .cover {
    width: 100px;
    height: 100px;
    transition: .3s
}

.game_info.is-sticky .inner .info {
    padding-top: 1em;
    padding-left: 160px
}

.game_info.is-sticky .inner .links {
    padding-bottom: 0;
    justify-content: center
}

.game_info .inner {
    position: relative;
    flex: auto;
    width: 100%;
    height: 12em;
    display: flex;
    padding: 2em 0;
    box-sizing: border-box;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .2));
    color: #fff;
    transition: .3s;
    z-index: 11
}

.game_info .inner:after {
    content: "";
    clip-path: polygon(0 100%, 100% 100%, 0 0);
    background: var(--body-bg-color);
    height: 60px;
    min-width: 100%;
    width: 100%;
    position: absolute;
    bottom: -1px;
    z-index: 2
}

.game_info .inner .game_cover {
    margin-left: 2em;
    align-self: flex-end;
    perspective: 7em;
    position: absolute;
    transition: .3s;
    z-index: 99
}

.game_info .inner .game_cover .cover {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: inset rgba(0, 0, 0, .2) 0 0 0 0, rgba(0, 0, 0, .4) 0 0 0 6px;
    transform-origin: center left;
    transform: rotateY(10deg);
    transition: .3s;
    aspect-ratio: 3/4
}

.game_info .inner .game_cover .cover:before {
    content: "";
    display: block;
    padding-top: 133.333334%
}

.game_info .inner .game_cover .cover img {
    border-radius: var(--border-radius);
    width: 100%;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.game_info .info {
    flex: auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding-left: 250px;
    padding-top: 10px;
    color: #fff
}

.game_info .info h1 {
    font-size: 1.4em;
    font-weight: 700;
    color: #fff
}

.game_info .info .publisher {
    font-size: .875em;
    font-weight: 600;
    opacity: .6;
    color: #fff
}

.game_info .info .property {
    font-size: .75em
}

.game_info .info .property span {
    display: inline-block;
    vertical-align: top;
    opacity: .75
}

.game_info .info .property span~span {
    margin-left: .5em
}

.game_info .info .property span~span::before {
    content: "/";
    opacity: .5;
    margin-right: .5em;
    display: inherit
}

.game_info .links {
    flex: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.game_info .links .Breadcrumbs {
    display: flex;
    margin: 0;
    justify-content: flex-end
}

.game_info .links .Breadcrumbs li {
    color: #fff
}

.game_info .links .Breadcrumbs li:last-child {
    opacity: .6
}

.game_info .links .Breadcrumbs li~li a:before {
    content: "/";
    display: inline-block;
    vertical-align: top;
    margin-right: .5em;
    opacity: .5;
    font-weight: 400
}

.game_info .links .Breadcrumbs a {
    display: block;
    color: currentColor;
    padding: 0 .25em;
    font-size: .75em
}

.game_info .links .Breadcrumbs span {
    display: inline-block;
    vertical-align: top;
    max-width: 12em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.game_info .links .sns_list {
    display: flex;
    justify-content: flex-end;
    margin: 0
}

.game_info .links .sns_list li a.btn {
    padding: 0
}

.game_info .links .sns_list li a.btn span[icon-only] {
    display: block;
    line-height: 99;
    overflow: hidden;
    width: 36px;
    height: 36px;
    padding: .5em
}

.game_info .links .sns_list li a.btn span[icon-only]::before {
    content: attr(icon-only);
    flex: none;
    display: block;
    font-size: 2em;
    margin: 0 auto
}

.game_info .links .sns_list li #st-1,
.game_info .links .sns_list li .sharethis-inline-share-buttons {
    background: 0 0!important;
    border-color: transparent!important;
    color: currentColor;
    box-shadow: none!important
}

.game_info .links .sns_list li #st-1>.st-btn[data-network=sharethis],
.game_info .links .sns_list li .sharethis-inline-share-buttons>.st-btn[data-network=sharethis] {
    width: 21px;
    height: 21px;
    margin: .5em;
    padding: 0;
    border-radius: 50%
}

.game_info .links .sns_list li #st-1>.st-btn[data-network=sharethis] img,
.game_info .links .sns_list li .sharethis-inline-share-buttons>.st-btn[data-network=sharethis] img {
    display: inline-block;
    height: 14px;
    width: 14px;
    position: relative;
    top: 4px;
    vertical-align: top
}

.game_info .links .sns_list li #st-1>.st-btn[data-network=sharethis]:hover,
.game_info .links .sns_list li .sharethis-inline-share-buttons>.st-btn[data-network=sharethis]:hover {
    top: 0
}

.overflow {
    height: 200px;
    overflow: auto;
    padding-right: 10px
}

.overflow::-webkit-scrollbar {
    width: 12px
}

.overflow::-webkit-scrollbar-track {
    background-color: var(--border);
    cursor: pointer
}

.overflow::-webkit-scrollbar-thumb {
    background-color: var(--theme-color)
}

.section-headline-wrap {
    background: url(../images/background_v13.png) repeat center, linear-gradient(to right, var(--theme-color), var(--theme-cont)) !important;
    background-size: cover;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.section-headline-wrap.games {
    background: url(../images/background_v13.png) repeat center, linear-gradient(to right, var(--theme-color), var(--theme-cont)) !important;
}

.carousel-item img {
    height: 650px;
    object-fit: cover;
    object-position: top
}

.top-10em {
    bottom: -10em;
    z-index: 11;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%)
}

.story {
    margin-bottom: 3em
}

.story ul li {
    flex-basis: 19%
}

.story ul li a img {
    transition: transform .3s
}

.story ul li a img:hover {
    transform: scale(1.075);
    opacity: 1
}

.banner-content {
    margin: 2em 0
}

.popular-games>.title,
.popular-product>.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2em;
    padding: 1px 6px;
    color: var(--text)
}

.popular-games>.title h3,
.popular-product>.title h3 {
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase
}

.popular-games>.title .more,
.popular-product>.title .more {
    flex: none;
    margin-left: 2em;
    backdrop-filter: blur(60px) saturate(100%);
    -webkit-backdrop-filter: blur(60px) saturate(100%);
    background-color: rgba(39, 39, 39, .3);
    color: #fff
}

.popular-games>.title .more:hover,
.popular-product>.title .more:hover {
    background-color: var(--theme-color);
    color: #fff
}

.popular-games .game-list,
.popular-product .game-list {
    margin: -15px;
    display: flex;
    position: relative;
    justify-content: center;
    flex-wrap: wrap
}

.popular-games .game-list li,
.popular-product .game-list li {
    margin: 15px;
    width: calc(33.33333% - 30px);
    z-index: 1;
    min-width: 0;
    position: relative;
    display: flex;
    flex-direction: column
}

.popular-games .game-list li a,
.popular-product .game-list li a {
    padding-top: 50%;
    transition: transform .3s;
    display: flex;
    position: relative
}

.popular-games .game-list li a:hover,
.popular-product .game-list li a:hover {
    transform: scale(1.075)
}

.popular-games .game-list li a .fallback,
.popular-product .game-list li a .fallback {
    font-size: 14px;
    color: var(--color-light);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.popular-games .product-list .product-item:hover,
.popular-games.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item:hover,
.popular-product .product-list .product-item:hover,
.popular-product.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item:hover {
    transform: scale(1.075)
}

.popular-games .game-list li a figure,
.popular-product .game-list li a figure {
    border-radius: var(--border-radius);
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1
}

.popular-games .game-list li a figure img,
.popular-product .game-list li a figure img {
    position: absolute;
    width: 100%
}

.popular-games .game-list li .information,
.popular-product .game-list li .information {
    font-size: 14px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    height: 100%
}

.popular-games .product-list,
.popular-product .product-list {
    margin: -15px;
    display: flex;
    position: relative;
    justify-content: center;
    flex-wrap: wrap
}

.popular-games .product-list .product-item,
.popular-product .product-list .product-item {
    padding: 0;
    margin: 15px;
    width: calc(33.33333% - 30px);
    height: 260px;
    z-index: 1;
    min-width: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: transform .3s;
    cursor: pointer
}

.popular-games .product-list .product-item .buy-sell-button .buy-sell,
.popular-games .product-list .product-item:hover .buy-sell-button .buy-sell,
.popular-product .product-list .product-item .buy-sell-button .buy-sell,
.popular-product .product-list .product-item:hover .buy-sell-button .buy-sell {
    flex-direction: row
}

.popular-games .product-list .product-item:hover .product-preview-actions figure img,
.popular-product .product-list .product-item:hover .product-preview-actions figure img {
    transform: none
}

.popular-games .product-list .product-item:hover .buy-sell-button,
.popular-product .product-list .product-item:hover .buy-sell-button {
    z-index: 1;
    width: calc(100% - 1em);
    bottom: .5em
}

.popular-games .product-list .product-item:hover .buy-sell-button .buy-sell .button,
.popular-product .product-list .product-item:hover .buy-sell-button .buy-sell .button {
    margin-right: .5em
}

.popular-games .product-list .product-item:hover .buy-sell-button .buy-sell .button+.button,
.popular-product .product-list .product-item:hover .buy-sell-button .buy-sell .button+.button {
    margin-top: 0;
    margin-left: .5em;
    margin-right: 0
}

.popular-games .product-list .product-item .buy-sell-button,
.popular-product .product-list .product-item .buy-sell-button {
    bottom: -50px;
    transition: all ease .4s
}

.popular-games .product-list .product-item .discount-rate,
.popular-product .product-list .product-item .discount-rate {
    position: absolute;
    left: 0;
    top: 172px;
    font-weight: 500;
    font-size: 14px;
    background-color: var(--theme-color);
    color: #fff;
    border-radius: 0 var(--border-radius) 0 0;
    padding: 6px 6px 5px 7px;
    z-index: 2;
    background-image: url()!important;
    font-family: var(--siteff);
    width: 50px;
    height: 34px
}

.popular-games .product-list .product-item .discount-rate:after,
.popular-product .product-list .product-item .discount-rate:after {
    transform: skewX(16deg);
    width: 100%;
    border-radius: 0 var(--border-radius);
    content: "";
    position: absolute;
    background-color: var(--theme-color);
    top: 0;
    bottom: 0;
    right: -5px;
    z-index: -1
}

.index-carousels .carousels-wrap .title,
.popular-games.mobile .title,
.popular-product.mobile .title {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), var(--text), rgba(0, 0, 0, 0)) center bottom/100% 2px no-repeat;
    color: var(--text)
}

.popular-games .product-list .product-item .discount-rate i,
.popular-product .product-list .product-item .discount-rate i {
    margin-right: 4px
}

.popular-games .product-list .product-item ul.new-pin,
.popular-product .product-list .product-item ul.new-pin {
    gap: 1em;
    flex-direction: row;
    z-index: 2;
    transition: none;
    top: 8px;
    left: 8px
}

.popular-games .product-list .product-item ul.new-pin li,
.popular-product .product-list .product-item ul.new-pin li {
    opacity: 1;
    transform: none
}

.popular-games .product-list .product-item .product-preview-actions,
.popular-product .product-list .product-item .product-preview-actions {
    padding-top: 50%;
    display: flex;
    position: relative
}

.popular-games .product-list .product-item .product-preview-actions figure,
.popular-product .product-list .product-item .product-preview-actions figure {
    border-radius: var(--border-radius);
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1
}

.popular-games .product-list .product-item .product-preview-actions figure img,
.popular-product .product-list .product-item .product-preview-actions figure img {
    position: absolute;
    width: 100%;
    height: auto
}

.popular-games .product-list .product-item .product-info,
.popular-product .product-list .product-item .product-info {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    color: var(--text);
    font-size: 14px;
    font-weight: 400;
    height: 54px;
    padding-left: .75em;
    width: 60%;
    margin: 0
}

.popular-games .product-list .product-item .product-info a,
.popular-product .product-list .product-item .product-info a {
    text-align: left
}

.popular-games .product-list .product-item .product-info a p,
.popular-product .product-list .product-item .product-info a p {
    width: 100%
}

.popular-games .product-list .product-item .product-price,
.popular-product .product-list .product-item .product-price {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.popular-games .product-list .product-item .product-price .price,
.popular-product .product-list .product-item .product-price .price {
    justify-content: flex-end;
    padding-right: .75em
}

.popular-games,
.popular-product {
    display: flex;
    flex-direction: column;
    margin: 2em 0
}

.popular-games.mobile,
.popular-product.mobile {
    display: none
}

.popular-games.mobile .title,
.popular-product.mobile .title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2em;
    padding-bottom: 2em
}

.popular-games.mobile .title hgroup,
.popular-product.mobile .title hgroup {
    max-width: 60em
}

.popular-games.mobile .title hgroup h3,
.popular-product.mobile .title hgroup h3 {
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    height: 38px;
    display: flex;
    align-items: center
}

.popular-games.mobile .title hgroup h4,
.popular-product.mobile .title hgroup h4 {
    margin-top: .5em;
    font-size: .875em;
    font-weight: 400;
    opacity: .6;
    line-height: 1.2em
}

.popular-games.mobile .title .d-flex .more,
.popular-product.mobile .title .d-flex .more {
    flex: none;
    margin-left: 2em;
    backdrop-filter: blur(60px) saturate(100%);
    -webkit-backdrop-filter: blur(60px) saturate(100%);
    background-color: rgba(39, 39, 39, .3);
    color: #fff
}

.popular-games.mobile .title .d-flex .more:hover,
.popular-product.mobile .title .d-flex .more:hover {
    background-color: var(--theme-color);
    color: #fff
}

.popular-games.mobile .product-list,
.popular-product.mobile .product-list {
    margin: 0
}

.popular-games.mobile .product-list .owl-stage-outer,
.popular-product.mobile .product-list .owl-stage-outer {
    margin: -15px
}

.popular-games.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item,
.popular-product.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item {
    padding: 0;
    margin: 15px;
    width: 100%;
    height: 260px;
    z-index: 1;
    min-width: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: transform .3s;
    box-shadow: none;
    cursor: pointer
}

.popular-games.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item .buy-sell-button .buy-sell,
.popular-games.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item:hover .buy-sell-button .buy-sell,
.popular-product.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item .buy-sell-button .buy-sell,
.popular-product.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item:hover .buy-sell-button .buy-sell {
    flex-direction: row
}

.popular-games.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item:hover .product-preview-actions figure img,
.popular-product.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item:hover .product-preview-actions figure img {
    transform: none
}

.popular-games.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item:hover .buy-sell-button,
.popular-product.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item:hover .buy-sell-button {
    z-index: 1;
    width: calc(100% - 1em);
    bottom: .5em
}

.popular-games.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item:hover .buy-sell-button .buy-sell .button,
.popular-product.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item:hover .buy-sell-button .buy-sell .button {
    margin-right: .5em
}

.popular-games.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item:hover .buy-sell-button .buy-sell .button+.button,
.popular-product.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item:hover .buy-sell-button .buy-sell .button+.button {
    margin-top: 0;
    margin-left: .5em;
    margin-right: 0
}

.popular-games.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item .buy-sell-button,
.popular-product.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item .buy-sell-button {
    bottom: -50px;
    transition: all ease .4s
}

.popular-games.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item .discount-rate,
.popular-product.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item .discount-rate {
    position: absolute;
    left: 0;
    top: 172px;
    font-weight: 500;
    font-size: 14px;
    background-color: var(--theme-color);
    color: #fff;
    border-radius: 0 var(--border-radius) 0 0;
    padding: 6px 6px 5px 7px;
    z-index: 2;
    background-image: url()!important;
    font-family: var(--siteff);
    width: 50px;
    height: 34px
}

.popular-games.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item .discount-rate:after,
.popular-product.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item .discount-rate:after {
    transform: skewX(16deg);
    width: 100%;
    border-radius: 0 var(--border-radius);
    content: "";
    position: absolute;
    background-color: var(--theme-color);
    top: 0;
    bottom: 0;
    right: -5px;
    z-index: -1
}

.popular-games.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item .discount-rate i,
.popular-product.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item .discount-rate i {
    margin-right: 4px
}

.popular-games.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item ul.new-pin,
.popular-product.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item ul.new-pin {
    gap: 1em;
    flex-direction: row;
    z-index: 2;
    transition: none;
    top: 8px;
    left: 8px
}

.popular-games.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item ul.new-pin li,
.popular-product.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item ul.new-pin li {
    opacity: 1;
    transform: none
}

.popular-games.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item .product-preview-actions,
.popular-product.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item .product-preview-actions {
    padding-top: 50%;
    display: flex;
    position: relative
}

.popular-games.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item .product-preview-actions figure,
.popular-product.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item .product-preview-actions figure {
    border-radius: var(--border-radius);
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1
}

.popular-games.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item .product-preview-actions figure img,
.popular-product.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item .product-preview-actions figure img {
    position: absolute;
    width: 100%;
    height: auto
}

.popular-games.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item .product-info,
.popular-product.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item .product-info {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    color: var(--text);
    font-size: 14px;
    font-weight: 400;
    height: 54px;
    padding-left: .75em;
    width: 60%;
    margin: 0
}

.popular-games.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item .product-info a,
.popular-product.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item .product-info a {
    text-align: left
}

.popular-games.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item .product-info a p,
.popular-product.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item .product-info a p {
    width: 100%
}

.popular-games.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item .product-price,
.popular-product.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item .product-price {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.popular-games.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item .product-price .price,
.popular-product.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item .product-price .price {
    justify-content: flex-end;
    padding-right: .75em
}

.popular-games.mobile .game-list,
.popular-product.mobile .game-list {
    margin: 0
}

.popular-games.mobile .game-list .owl-stage-outer,
.popular-product.mobile .game-list .owl-stage-outer {
    margin: -15px
}

.popular-games.mobile .game-list .owl-stage-outer .owl-stage .owl-item .game-item,
.popular-product.mobile .game-list .owl-stage-outer .owl-stage .owl-item .game-item {
    padding: 0;
    margin: 15px;
    width: 100%;
    height: 179px;
    z-index: 1;
    min-width: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: transform .3s;
    box-shadow: none;
    cursor: pointer
}

.popular-games.mobile .game-list .owl-stage-outer .owl-stage .owl-item .game-item:hover,
.popular-product.mobile .game-list .owl-stage-outer .owl-stage .owl-item .game-item:hover {
    transform: scale(1.075)
}

.popular-games.mobile .game-list .owl-stage-outer .owl-stage .owl-item .game-item:hover .product-preview-actions figure img,
.popular-product.mobile .game-list .owl-stage-outer .owl-stage .owl-item .game-item:hover .product-preview-actions figure img {
    transform: none
}

.popular-games.mobile .game-list .owl-stage-outer .owl-stage .owl-item .game-item .product-preview-actions,
.popular-product.mobile .game-list .owl-stage-outer .owl-stage .owl-item .game-item .product-preview-actions {
    padding-top: 50%;
    display: flex;
    position: relative
}

.popular-games.mobile .game-list .owl-stage-outer .owl-stage .owl-item .game-item .product-preview-actions figure,
.popular-product.mobile .game-list .owl-stage-outer .owl-stage .owl-item .game-item .product-preview-actions figure {
    border-radius: var(--border-radius);
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1
}

.popular-games.mobile .game-list .owl-stage-outer .owl-stage .owl-item .game-item .product-preview-actions figure img,
.popular-product.mobile .game-list .owl-stage-outer .owl-stage .owl-item .game-item .product-preview-actions figure img {
    position: absolute;
    width: 100%;
    height: auto
}

.index-carousels {
    display: flex;
    flex-direction: column;
    margin: 0
}

.index-carousels .carousels-wrap {
    margin: 2em 0
}

.index-carousels .carousels-wrap .title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2em;
    padding-bottom: 2em
}

.index-carousels .carousels-wrap .title hgroup {
    max-width: 60em
}

.index-carousels .carousels-wrap .title hgroup h3 {
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    height: 38px;
    display: flex;
    align-items: center
}

.index-carousels .carousels-wrap .title hgroup h4 {
    margin-top: .5em;
    font-size: .875em;
    font-weight: 400;
    opacity: .6;
    line-height: 1.2em
}

.index-carousels .carousels-wrap .title .d-flex .more {
    flex: none;
    margin-left: 2em;
    backdrop-filter: blur(60px) saturate(100%);
    -webkit-backdrop-filter: blur(60px) saturate(100%);
    background-color: rgba(39, 39, 39, .3);
    color: #fff
}

.index-carousels .carousels-wrap .title .d-flex .more:hover {
    background-color: var(--theme-color);
    color: #fff
}

.index-carousels .product-list .owl-stage-outer {
    margin: -15px
}

.index-carousels .product-list .owl-stage-outer .owl-stage .owl-item .product-item {
    padding: 0;
    margin: 15px;
    width: 100%;
    height: 260px;
    z-index: 1;
    min-width: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: transform .3s;
    box-shadow: none;
    cursor: pointer
}

.index-carousels .product-list .owl-stage-outer .owl-stage .owl-item .product-item:hover {
    transform: scale(1.075)
}

.index-carousels .product-list .owl-stage-outer .owl-stage .owl-item .product-item:hover .product-preview-actions figure img {
    transform: none
}

.index-carousels .product-list .owl-stage-outer .owl-stage .owl-item .product-item:hover .buy-sell-button {
    z-index: 1;
    width: calc(100% - 1em);
    bottom: .5em
}

.index-carousels .product-list .owl-stage-outer .owl-stage .owl-item .product-item:hover .buy-sell-button .buy-sell {
    flex-direction: row
}

.index-carousels .product-list .owl-stage-outer .owl-stage .owl-item .product-item:hover .buy-sell-button .buy-sell .button {
    margin-right: .5em
}

.index-carousels .product-list .owl-stage-outer .owl-stage .owl-item .product-item:hover .buy-sell-button .buy-sell .button+.button {
    margin-top: 0;
    margin-left: .5em;
    margin-right: 0
}

.index-carousels .product-list .owl-stage-outer .owl-stage .owl-item .product-item .buy-sell-button {
    bottom: -50px;
    transition: all ease .4s
}

.index-carousels .product-list .owl-stage-outer .owl-stage .owl-item .product-item .buy-sell-button .buy-sell {
    flex-direction: row
}

.index-carousels .product-list .owl-stage-outer .owl-stage .owl-item .product-item .discount-rate {
    position: absolute;
    left: 0;
    top: 172px;
    font-weight: 500;
    font-size: 14px;
    background-color: var(--theme-color);
    color: #fff;
    border-radius: 0 var(--border-radius) 0 0;
    padding: 6px 6px 5px 7px;
    z-index: 2;
    background-image: url()!important;
    font-family: var(--siteff);
    width: 50px;
    height: 34px
}

.index-carousels .product-list .owl-stage-outer .owl-stage .owl-item .product-item .discount-rate:after {
    transform: skewX(16deg);
    width: 100%;
    border-radius: 0 var(--border-radius);
    content: "";
    position: absolute;
    background-color: var(--theme-color);
    top: 0;
    bottom: 0;
    right: -5px;
    z-index: -1
}

.index-carousels .product-list .owl-stage-outer .owl-stage .owl-item .product-item .discount-rate i {
    margin-right: 4px
}

.index-carousels .product-list .owl-stage-outer .owl-stage .owl-item .product-item ul.new-pin {
    gap: 1em;
    flex-direction: row;
    z-index: 2;
    transition: none;
    top: 8px;
    left: 8px
}

.index-carousels .product-list .owl-stage-outer .owl-stage .owl-item .product-item ul.new-pin li {
    opacity: 1;
    transform: none
}

.index-carousels .product-list .owl-stage-outer .owl-stage .owl-item .product-item .product-preview-actions {
    padding-top: 50%;
    display: flex;
    position: relative
}

.index-carousels .product-list .owl-stage-outer .owl-stage .owl-item .product-item .product-preview-actions figure {
    border-radius: var(--border-radius);
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1
}

.index-carousels .product-list .owl-stage-outer .owl-stage .owl-item .product-item .product-preview-actions figure img {
    position: absolute;
    width: 100%;
    height: auto
}

.index-carousels .product-list .owl-stage-outer .owl-stage .owl-item .product-item .product-info {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    color: var(--text);
    font-size: 14px;
    font-weight: 400;
    height: 54px;
    padding-left: .75em;
    width: 60%;
    margin: 0
}

.index-carousels .product-list .owl-stage-outer .owl-stage .owl-item .product-item .product-info a {
    text-align: left
}

.index-carousels .product-list .owl-stage-outer .owl-stage .owl-item .product-item .product-info a p {
    width: 100%
}

.index-carousels .product-list .owl-stage-outer .owl-stage .owl-item .product-item .product-price {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.index-carousels .product-list .owl-stage-outer .owl-stage .owl-item .product-item .product-price .price {
    justify-content: flex-end;
    padding-right: .75em
}

.blog-carousels {
    display: flex;
    flex-direction: column;
    margin: 0
}

.blog-carousels .carousels-wrap {
    margin: 2em 0
}

.blog-carousels .carousels-wrap .title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2em;
    color: var(--text);
    padding-bottom: 1em;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), var(--text), rgba(0, 0, 0, 0)) center bottom/100% 2px no-repeat
}

.blog-carousels .carousels-wrap .title hgroup {
    max-width: 60em
}

.blog-carousels .carousels-wrap .title hgroup h3 {
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    height: 38px;
    display: flex;
    align-items: center
}

.blog-carousels .carousels-wrap .title hgroup h4 {
    margin-top: .5em;
    font-size: .875em;
    font-weight: 400;
    opacity: .6;
    line-height: 1.2em
}

.blog-carousels .carousels-wrap .title .d-flex .more {
    flex: none;
    margin-left: 2em;
    backdrop-filter: blur(60px) saturate(100%);
    -webkit-backdrop-filter: blur(60px) saturate(100%);
    background-color: rgba(39, 39, 39, .3);
    color: #fff
}

.blog-carousels .carousels-wrap .title .d-flex .more:hover {
    background-color: var(--theme-color);
    color: #fff
}

.blog-carousels .blog-list {
    margin: 0;
    width: 100%
}

.blog-carousels .blog-list .owl-stage-outer .owl-stage {
    display: flex
}

.blog-carousels .blog-list .owl-stage-outer .owl-stage .owl-item>a {
    display: block;
    background: var(--main-color);
    border-radius: var(--border-radius);
    overflow: hidden;
    min-height: 100%;
    transition: all ease .5s;
    color: var(--text)
}

.blog-carousels .blog-list .owl-stage-outer .owl-stage .owl-item>a figure img {
    vertical-align: top;
    width: 100%;
    height: auto
}

.blog-carousels .blog-list .owl-stage-outer .owl-stage .owl-item>a h3 {
    font-family: inherit;
    font-size: 1em;
    font-weight: 800;
    margin: .8em 1.2em;
    max-height: 3em;
    overflow: hidden
}

.blog-carousels .blog-list .owl-stage-outer .owl-stage .owl-item>a p {
    font-size: .8em;
    margin: 1em 1.5em;
    opacity: .6
}

.blog-carousels .blog-list .owl-stage-outer .owl-stage .owl-item>a:hover {
    transform: scale(.95);
    transition: all ease .5s
}

.streamers-carousels {
    display: flex;
    flex-direction: column;
    margin: 0
}

.streamers-carousels .carousels-wrap {
    margin: 2em 0
}

.streamers-carousels .carousels-wrap .title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2em;
    color: var(--text);
    padding-bottom: 1em;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), var(--text), rgba(0, 0, 0, 0)) center bottom/100% 2px no-repeat
}

.streamers-carousels .carousels-wrap .title hgroup {
    max-width: 60em
}

.streamers-carousels .carousels-wrap .title hgroup h3 {
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    height: 38px;
    display: flex;
    align-items: center
}

.streamers-carousels .carousels-wrap .title hgroup h4 {
    margin-top: .5em;
    font-size: .875em;
    font-weight: 400;
    opacity: .6;
    line-height: 1.2em
}

.streamers-carousels .carousels-wrap .title .d-flex .more {
    flex: none;
    margin-left: 2em;
    backdrop-filter: blur(60px) saturate(100%);
    -webkit-backdrop-filter: blur(60px) saturate(100%);
    background-color: rgba(39, 39, 39, .3);
    color: #fff
}

.streamers-carousels .carousels-wrap .title .d-flex .more:hover {
    background-color: var(--theme-color);
    color: #fff
}

.merchants-carousels {
    display: flex;
    flex-direction: column;
    margin: 0
}

.merchants-carousels .carousels-wrap {
    margin: 2em 0
}

.merchants-carousels .carousels-wrap .title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2em;
    color: var(--text);
    padding-bottom: 1em;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), var(--text), rgba(0, 0, 0, 0)) center bottom/100% 2px no-repeat
}

.merchants-carousels .carousels-wrap .title hgroup {
    max-width: 60em
}

.merchants-carousels .carousels-wrap .title hgroup h3 {
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    height: 38px;
    display: flex;
    align-items: center
}

.card_wrp,
.card_wrp .dropdown-triangle {
    display: none
}

.merchants-carousels .carousels-wrap .title hgroup h4 {
    margin-top: .5em;
    font-size: .875em;
    font-weight: 400;
    opacity: .6;
    line-height: 1.2em
}

.merchants-carousels .carousels-wrap .title .d-flex .more {
    flex: none;
    margin-left: 2em;
    backdrop-filter: blur(60px) saturate(100%);
    -webkit-backdrop-filter: blur(60px) saturate(100%);
    background-color: rgba(39, 39, 39, .3);
    color: #fff
}

.merchants-carousels .carousels-wrap .title .d-flex .more:hover {
    background-color: var(--theme-color);
    color: #fff
}

.card_wrp {
    position: fixed;
    right: 0;
    bottom: 130px;
    left: 0;
    z-index: 99999;
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

.card_wrp.closed {
    display: none!important
}

.card_wrp.open {
    display: block
}

.card_wrp .dropdown.cart {
    min-width: 320px;
    right: inherit;
    left: inherit;
    width: 100%;
    height: max-content;
    box-shadow: none;
    top: initial;
    padding: 0 0 100px;
    bottom: 0;
    position: relative;
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
    backdrop-filter: blur(60px) saturate(100%);
    -webkit-backdrop-filter: blur(60px) saturate(100%);
    background-color: rgba(255, 253, 253, .15)
}

.card_wrp .dropdown.cart .dropdown-item {
    background-color: transparent;
    border-bottom: none;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), var(--theme-color), rgba(0, 0, 0, 0)) center bottom/100% 1px no-repeat
}

.card_wrp .dropdown.cart .dropdown-item .price a,
.card_wrp .dropdown.cart .dropdown-item .price i,
.card_wrp .dropdown.cart .dropdown-item .text-header {
    color: var(--text)
}

.card_wrp .dropdown.cart .dropdown-item .category,
.card_wrp .dropdown.cart .dropdown-item .category a {
    color: var(--text)!important
}

.card_wrp .dropdown.cart .dropdown-item.total {
    position: absolute;
    bottom: 0;
    left: 0;
    border: 0;
    margin: 0;
    padding: 0 1em 4em
}

.card_wrp .dropdown.cart .dropdown-item.total .button {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 0
}

.card_wrp .dropdown-triangle.bottom {
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid rgba(255, 253, 253, .15);
    border-bottom: 0;
    top: initial;
    left: 0;
    bottom: 0;
    position: relative;
    margin: 0 auto;
    display: block;
    backdrop-filter: blur(60px) saturate(100%);
    -webkit-backdrop-filter: blur(60px) saturate(100%)
}

.footer-menu-wrap {
    display: none;
    z-index: 99999;
    box-shadow: rgba(0, 0, 0, .5) 0 0 1em 1px
}

.footer-menu-wrap .footer-menu {
    background-color: var(--footer-bg-dark);
    position: relative;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer-menu-wrap .footer-menu ul {
    display: flex;
    grid-gap: .5em;
    width: 100%;
    padding: 0 .5em
}

.footer-menu-wrap .footer-menu ul li {
    position: relative;
    width: 100%;
    height: max-content;
    font-size: inherit;
    padding: 0;
    top: -20px
}

.footer-menu-wrap .footer-menu ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: max-content;
    text-align: center;
    font-size: initial
}

.footer-menu-wrap .footer-menu ul li a span.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.2em;
    text-align: center;
    transition: .5s;
    color: var(--text);
    box-shadow: 0 0 0 6px rgba(0, 0, 0, .5);
    background-color: var(--theme-color)
}

.footer-menu-wrap .footer-menu ul li a span.text {
    color: var(--text);
    font-weight: 400;
    font-size: .75em;
    height: 30px;
    width: 100%;
    padding: .5em 0;
    letter-spacing: .02em;
    transition: .5s;
    position: relative;
    top: 6px
}

.footer-menu-wrap .footer-menu ul li a span.text p {
    color: var(--text)
}

.footer-menu-wrap .footer-menu ul li a span.text p.one {
    animation: supoort-status-one 5s infinite;
    position: absolute;
    top: .5em;
    width: 100%;
    letter-spacing: .07em;
    display: flex;
    justify-content: center;
    align-items: center
}

.footer-menu-wrap .footer-menu ul li a span.text p.two {
    animation: supoort-status-two 5s infinite;
    position: absolute;
    top: .5em;
    width: 100%;
    letter-spacing: .07em;
    display: flex;
    justify-content: center;
    align-items: center
}

.footer-menu-wrap .footer-menu ul li a span.text p.three {
    animation: supoort-status-three 5s infinite;
    position: absolute;
    top: .5em;
    width: 100%;
    letter-spacing: .07em;
    display: flex;
    justify-content: center;
    align-items: center
}

.footer-menu-wrap .footer-menu ul li a span.text p.three .on {
    background-color: var(--bs-green);
    border-radius: 2em;
    width: auto;
    padding: 0 1em
}

.footer-menu-wrap .footer-menu ul li a span.text p.three .away {
    background-color: var(--bs-yellow);
    border-radius: 2em;
    width: auto;
    padding: 0 1em
}

.footer-menu-wrap .footer-menu ul li a span.text p.three .off {
    background-color: var(--bs-red);
    border-radius: 2em;
    width: auto;
    padding: 0 1em
}

.footer-menu-wrap .footer-menu ul li a span.text p.balance-1 {
    animation: balance-add-1 5s infinite;
    position: absolute;
    top: .5em;
    width: 100%;
    letter-spacing: .07em;
    display: flex;
    justify-content: center;
    align-items: center
}

.footer-menu-wrap .footer-menu ul li a span.text p.balance-2 {
    animation: balance-add-2 5s infinite;
    position: absolute;
    top: .5em;
    width: 100%;
    letter-spacing: .07em;
    display: flex;
    justify-content: center;
    align-items: center
}

.footer-menu-wrap .footer-menu ul li a.active {
    z-index: 99999
}

.footer-menu-wrap .footer-menu ul li a.active span.icon {
    transform: translateY(-15px);
    z-index: 99999
}

.footer-menu-wrap .footer-menu ul li a.active span.text {
    transform: translateY(-10px)
}

.review-list .wrap {
    border-radius: var(--border-radius);
    padding: 1em
}

.review-list .wrap{
    min-height:100%;
    background:var(--main-color-dark);
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:center;
    align-content:flex-start;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    cursor:pointer;
    transition:all ease .5s;
    color:var(--text)
}
.review-list .wrap .name{
    display:flex;
    align-items:center;
    flex:auto;
    font-weight:700;
    line-height:2;
    white-space:nowrap;
    max-width:15em;
    overflow:hidden;
    text-overflow:ellipsis;
    color:var(--text)
}
.review-list .wrap .name i{
    margin-right:.5em;
    font-size:18px
}
.review-list .wrap .time{
    opacity:.5;
    font-size:12px
}
.review-list .wrap .rate{
    flex:auto;
    width:100%;
    margin-top:.5em;
    display:inline-block;
    vertical-align:top
}
.review-list .wrap .rate>span{
    display:block;
    position:relative;
    height:var(--RateStarSize);
    overflow:hidden;
    --RateStarSize:1.5em
}
.review-list .wrap .rate>span::after,.review-list .wrap .rate>span:before{
    content:"";
    display:block;
    font-size:var(--RateStarSize);
    height:1em;
    overflow:hidden;
    background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNCA0OCc+PHBhdGggZmlsbD0nYmxhY2snIGZpbGwtb3BhY2l0eT0nLjI1JyBkPSdNMjIgOS4yNGwtNy4xOS0uNjJMMTIgMiA5LjE5IDguNjMgMiA5LjI0bDUuNDYgNC43M0w1LjgyIDIxIDEyIDE3LjI3IDE4LjE4IDIxbC0xLjYzLTcuMDNMMjIgOS4yNHpNMTIgMTUuNGwtMy43NiAyLjI3IDEtNC4yOC0zLjMyLTIuODggNC4zOC0uMzhMMTIgNi4xbDEuNzEgNC4wNCA0LjM4LjM4LTMuMzIgMi44OCAxIDQuMjhMMTIgMTUuNHonLz48cGF0aCBmaWxsPSdvcmFuZ2VyZWQnIGQ9J00xMiA0MS4yN0wxOC4xOCA0NWwtMS42NC03LjAzTDIyIDMzLjI0bC03LjE5LS42MUwxMiAyNmwtMi44MSA2LjYzLTcuMTkuNjEgNS40NiA0LjczTDUuODIgNDV6Jy8+PC9zdmc+) 0 0/1em repeat-x
}
.review-list .wrap .rate>span:before{
    width:5em
}
.review-list .wrap .rate>span:after{
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    width:calc(var(--RateStar) * 1em);
    background-position:0 100%
}
.review-list .wrap .rate>span[data-star="1"]:after{
    --RateStar:1
}
.review-list .wrap .rate>span[data-star="2"]:after{
    --RateStar:2
}
.review-list .wrap .rate>span[data-star="3"]:after{
    --RateStar:3
}
.review-list .wrap .rate>span[data-star="4"]:after{
    --RateStar:4
}
.review-list .wrap .rate>span[data-star="5"]:after{
    --RateStar:5
}
.review-list .wrap .comment{
    flex:auto;
    width:100%;
    margin-top:1em;
    word-break:break-word;
    color:var(--text)
}
.review-list .wrap:hover{
    transform:scale(.95);
    transition:all ease .5s
}

:root {
    --r: 120;
    --g: 130;
    --b: 150;
    --h: 220;
    --s: 13%;
    --l: 53%;
    --offset-h1: calc(var(--h) + 10);
    --offset-h2: calc(var(--h) - 10);
    --offset-s1: calc(var(--s) * .9);
    --offset-s2: calc(var(--s) * .9);
    --offset-l1: max(calc(var(--l) - 25%), 10%);
    --offset-l2: min(calc(var(--l) + 10%), 80%)
}

.game-content {
    flex: auto;
    display: flex
}

.game-content .game-cover {
    background-color: var(--main-color-dark);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: calc(50% - 18em)
}

.game-content .game-cover>.inner {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: calc(50em - 18em);
    margin-left: auto;
    overflow: hidden;
    padding: 0 2em;
    box-sizing: border-box;
    position: sticky;
    top: 5em;
    z-index: 1
}

.game-content .game-cover>.inner .cover {
    margin: 3em 0
}

.game-content .game-cover>.inner .cover .img {
    width: 100%
}

.game-content .game-cover>.inner .cover .img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius)
}

.game-content .game-cover>.inner .info {
    font-family: var(--siteff);
    color: var(--text)
}

.game-content .game-cover>.inner .info .name {
    margin-bottom: 2em;
    text-align: right
}

.game-content .game-cover>.inner .info .name h1 {
    font-size: 2em;
    font-weight: 700;
    text-transform: uppercase;
    word-break: break-word
}

.game-content .game-cover>.inner .info .publisher {
    font-weight: 800;
    text-align: right;
    margin: 1em 0;
    opacity: .54
}

.game-content .game-cover>.inner .info .property {
    margin: 1em 0;
    text-align: right
}

.game-content .game-cover>.inner .info .property>span {
    display: inline-block;
    vertical-align: top;
    opacity: .54
}

.game-content .game-cover>.inner .info .property>span~span:before {
    content: " / ";
    font-weight: 400;
    opacity: .5;
    margin: 0 .5em
}

.game-content .game-info {
    width: calc(50% + 18em)
}

.game-content .game-info>.inner {
    max-width: calc(50em + 18em);
    margin-right: auto;
    overflow: hidden;
    padding: 0 2em;
    box-sizing: border-box
}

.game-content .game-info>.inner .links {
    margin: 2em auto;
    max-width: 60em
}

.game-content .game-info>.inner .links .Breadcrumbs {
    display: flex;
    margin: 0;
    justify-content: end
}

.game-content .game-info>.inner .links .Breadcrumbs li a {
    display: block;
    padding: 0 .25em;
    font-size: 1em;
    color: var(--text)
}

.game-content .game-info>.inner .links .Breadcrumbs li a:hover {
    color: var(--theme-color)
}

.game-content .game-info>.inner .links .Breadcrumbs li a span {
    display: inline-block;
    vertical-align: top;
    max-width: 12em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.game-content .game-info>.inner .links .Breadcrumbs li~li a:before {
    content: "/";
    display: inline-block;
    vertical-align: top;
    margin-right: .5em;
    opacity: .5;
    font-weight: 400
}

.game-content .game-info>.inner .game-explain {
    max-width: 60em;
    margin: 3em auto
}

.game-content .game-info>.inner .game-explain h2 {
    font-size: 1.5em;
    margin-bottom: 1em
}

.game-content .game-info>.inner .game-explain .overflow {
    height: 300px;
    overflow: auto;
    padding-right: 10px
}

.game-content .game-info>.inner .game-explain .overflow::-webkit-scrollbar {
    width: 12px
}

.game-content .game-info>.inner .game-explain .overflow::-webkit-scrollbar-track {
    background-color: var(--border);
    cursor: pointer
}

.game-content .game-info>.inner .game-explain .overflow::-webkit-scrollbar-thumb {
    background-color: var(--theme-color)
}

.game-content .game-info>.inner .game-category {
    max-width: 60em;
    margin: 3em auto
}

.game-content .game-info>.inner .game-category .product {
    margin: 3em 0
}

.game-content .game-info>.inner .game-category .product h2 {
    font-size: 1.5em;
    margin-bottom: 1em;
    padding-bottom: 1em;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), var(--text), rgba(0, 0, 0, 0)) center bottom/100% 2px no-repeat
}

.game-content .game-info>.inner .game-category .product .ItemList {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(10em, 1fr));
    grid-gap: 0 1em;
    flex-wrap: wrap;
    margin: 0 -1em
}

.game-content .game-info>.inner .game-category .product .ItemList li {
    flex: 10em
}

.game-content .game-info>.inner .game-category .product .ItemList li a {
    display: block;
    text-align: center;
    padding: 0 1em;
    color: currentColor;
    text-decoration: none
}

.game-content .game-info>.inner .game-category .product .ItemList li a .img {
    width: 10em;
    height: auto;
    flex: none;
    margin: 0 auto;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .1) 0 0 .5em, rgba(0, 0, 0, .05) 0 0 0 1px;
    border-radius: var(--border-radius);
    overflow: hidden;
    position: relative;
    transition: all ease .2s;
    display: flex;
    justify-content: center;
    align-items: center
}

.game-content .game-info>.inner .game-category .product .ItemList li a .img img {
    display: block;
    width: 100%;
    height: 100%
}

.game-content .game-info>.inner .game-category .product .ItemList li a .T {
    margin: 1em 0 0
}

@keyframes supoort-status-one {
    0%,
    10%,
    20% {
        opacity: 1;
        display: block
    }
    100%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        opacity: 0;
        display: none
    }
}

@keyframes supoort-status-two {
    0%,
    10%,
    100%,
    20%,
    60%,
    70%,
    80%,
    90% {
        opacity: 0;
        display: none
    }
    30%,
    40%,
    50% {
        opacity: 1;
        display: block
    }
}

@keyframes supoort-status-three {
    0%,
    10%,
    20%,
    30%,
    40%,
    50% {
        opacity: 0;
        display: none
    }
    100%,
    60%,
    70%,
    80%,
    90% {
        opacity: 1;
        display: block
    }
}

@keyframes balance-add-1 {
    0%,
    20%,
    40% {
        opacity: 1;
        display: block
    }
    100%,
    60%,
    80% {
        opacity: 0;
        display: none
    }
}

@keyframes balance-add-2 {
    0%,
    20%,
    40% {
        opacity: 0;
        display: none
    }
    100%,
    60%,
    80% {
        opacity: 1;
        display: block
    }
}

.login_header,
.reg_header {
    margin-top: auto
}

.login_header .inner,
.reg_header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2em;
    box-sizing: border-box
}

.login_header .inner .logo,
.reg_header .inner .logo {
    flex: none;
    margin: 0 2em
}

.login_content,
.reg_content {
    margin-bottom: auto
}

.login_content>.inner,
.reg_content>.inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2em;
    box-sizing: border-box
}

.login_content>.inner .login_box,
.login_content>.inner .reg_box,
.reg_content>.inner .login_box,
.reg_content>.inner .reg_box {
    flex: auto;
    max-width: 100em;
    margin: 0 auto;
    box-sizing: border-box;
    font-family: var(--SiteFF)
}

.login_content>.inner .login_box>.inner,
.login_content>.inner .reg_box>.inner,
.reg_content>.inner .login_box>.inner,
.reg_content>.inner .reg_box>.inner {
    background: var(--main-color);
    border-radius: var(--border-radius);
    box-shadow: rgba(0, 0, 0, .03) 0 0 1em, rgba(0, 0, 0, .05) 0 1em 2em, rgba(0, 0, 0, .03) 0 2em 4em;
    overflow: hidden;
    display: flex
}

.login_content>.inner .login_box>.inner .login_form_wrp,
.login_content>.inner .login_box>.inner .reg_form_wrp,
.login_content>.inner .reg_box>.inner .login_form_wrp,
.login_content>.inner .reg_box>.inner .reg_form_wrp,
.reg_content>.inner .login_box>.inner .login_form_wrp,
.reg_content>.inner .login_box>.inner .reg_form_wrp,
.reg_content>.inner .reg_box>.inner .login_form_wrp,
.reg_content>.inner .reg_box>.inner .reg_form_wrp {
    flex: 1;
    align-self: center;
    padding: 3em;
    box-sizing: border-box
}

.login_content>.inner .login_box>.inner .login_form_wrp .login_form,
.login_content>.inner .login_box>.inner .login_form_wrp .reg_form,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form,
.login_content>.inner .login_box>.inner .reg_form_wrp .reg_form,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form,
.login_content>.inner .reg_box>.inner .login_form_wrp .reg_form,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form,
.login_content>.inner .reg_box>.inner .reg_form_wrp .reg_form,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form,
.reg_content>.inner .login_box>.inner .login_form_wrp .reg_form,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form,
.reg_content>.inner .login_box>.inner .reg_form_wrp .reg_form,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form,
.reg_content>.inner .reg_box>.inner .login_form_wrp .reg_form,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .reg_form {
    max-width: 30em;
    margin: 0 auto
}

.login_content>.inner .login_box>.inner .login_form_wrp .login_form,
.login_content>.inner .login_box>.inner .login_form_wrp .login_form_sns,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form_sns,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form_sns,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form_sns,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form_sns,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form_sns,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form_sns,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form_sns {
    max-width: 360px!important
}

.login_content>.inner .login_box>.inner .login_form_wrp .login_form h2,
.login_content>.inner .login_box>.inner .login_form_wrp .reg_form h2,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form h2,
.login_content>.inner .login_box>.inner .reg_form_wrp .reg_form h2,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form h2,
.login_content>.inner .reg_box>.inner .login_form_wrp .reg_form h2,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form h2,
.login_content>.inner .reg_box>.inner .reg_form_wrp .reg_form h2,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form h2,
.reg_content>.inner .login_box>.inner .login_form_wrp .reg_form h2,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form h2,
.reg_content>.inner .login_box>.inner .reg_form_wrp .reg_form h2,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form h2,
.reg_content>.inner .reg_box>.inner .login_form_wrp .reg_form h2,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form h2,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .reg_form h2 {
    font-size: 1.4em;
    line-height: 1.6em;
    text-transform: uppercase;
    margin-bottom: 1em;
    color: var(--text);
    font-weight: 700
}

.login_content>.inner .login_box>.inner .login_form_wrp .login_form h6,
.login_content>.inner .login_box>.inner .login_form_wrp .reg_form h6,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form h6,
.login_content>.inner .login_box>.inner .reg_form_wrp .reg_form h6,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form h6,
.login_content>.inner .reg_box>.inner .login_form_wrp .reg_form h6,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form h6,
.login_content>.inner .reg_box>.inner .reg_form_wrp .reg_form h6,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form h6,
.reg_content>.inner .login_box>.inner .login_form_wrp .reg_form h6,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form h6,
.reg_content>.inner .login_box>.inner .reg_form_wrp .reg_form h6,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form h6,
.reg_content>.inner .reg_box>.inner .login_form_wrp .reg_form h6,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form h6,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .reg_form h6 {
    font-size: .75em;
    opacity: .7;
    margin: 1em 0;
    line-height: 1.4em
}

.login_content>.inner .login_box>.inner .login_form_wrp .login_form .btw,
.login_content>.inner .login_box>.inner .login_form_wrp .reg_form .btw,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form .btw,
.login_content>.inner .login_box>.inner .reg_form_wrp .reg_form .btw,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form .btw,
.login_content>.inner .reg_box>.inner .login_form_wrp .reg_form .btw,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form .btw,
.login_content>.inner .reg_box>.inner .reg_form_wrp .reg_form .btw,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form .btw,
.reg_content>.inner .login_box>.inner .login_form_wrp .reg_form .btw,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form .btw,
.reg_content>.inner .login_box>.inner .reg_form_wrp .reg_form .btw,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form .btw,
.reg_content>.inner .reg_box>.inner .login_form_wrp .reg_form .btw,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form .btw,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .reg_form .btw {
    padding-top: 1em;
    margin-top: 1em;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), var(--text), rgba(0, 0, 0, 0)) center top/100% 1px no-repeat
}

.login_content>.inner .login_box>.inner .login_form_wrp .login_form .btw .button,
.login_content>.inner .login_box>.inner .login_form_wrp .reg_form .btw .button,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form .btw .button,
.login_content>.inner .login_box>.inner .reg_form_wrp .reg_form .btw .button,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form .btw .button,
.login_content>.inner .reg_box>.inner .login_form_wrp .reg_form .btw .button,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form .btw .button,
.login_content>.inner .reg_box>.inner .reg_form_wrp .reg_form .btw .button,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form .btw .button,
.reg_content>.inner .login_box>.inner .login_form_wrp .reg_form .btw .button,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form .btw .button,
.reg_content>.inner .login_box>.inner .reg_form_wrp .reg_form .btw .button,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form .btw .button,
.reg_content>.inner .reg_box>.inner .login_form_wrp .reg_form .btw .button,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form .btw .button,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .reg_form .btw .button {
    width: 100%
}

.login_content>.inner .login_box>.inner .login_form_wrp .login_form .btw .button.disabled,
.login_content>.inner .login_box>.inner .login_form_wrp .reg_form .btw .button.disabled,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form .btw .button.disabled,
.login_content>.inner .login_box>.inner .reg_form_wrp .reg_form .btw .button.disabled,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form .btw .button.disabled,
.login_content>.inner .reg_box>.inner .login_form_wrp .reg_form .btw .button.disabled,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form .btw .button.disabled,
.login_content>.inner .reg_box>.inner .reg_form_wrp .reg_form .btw .button.disabled,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form .btw .button.disabled,
.reg_content>.inner .login_box>.inner .login_form_wrp .reg_form .btw .button.disabled,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form .btw .button.disabled,
.reg_content>.inner .login_box>.inner .reg_form_wrp .reg_form .btw .button.disabled,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form .btw .button.disabled,
.reg_content>.inner .reg_box>.inner .login_form_wrp .reg_form .btw .button.disabled,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form .btw .button.disabled,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .reg_form .btw .button.disabled {
    cursor: not-allowed;
    pointer-events: none;
    --shadow-color: transparent!important;
    opacity: .5
}

.login_content>.inner .login_box>.inner .login_form_wrp .login_form .input-group-text,
.login_content>.inner .login_box>.inner .login_form_wrp .reg_form .input-group-text,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form .input-group-text,
.login_content>.inner .login_box>.inner .reg_form_wrp .reg_form .input-group-text,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form .input-group-text,
.login_content>.inner .reg_box>.inner .login_form_wrp .reg_form .input-group-text,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form .input-group-text,
.login_content>.inner .reg_box>.inner .reg_form_wrp .reg_form .input-group-text,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form .input-group-text,
.reg_content>.inner .login_box>.inner .login_form_wrp .reg_form .input-group-text,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form .input-group-text,
.reg_content>.inner .login_box>.inner .reg_form_wrp .reg_form .input-group-text,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form .input-group-text,
.reg_content>.inner .reg_box>.inner .login_form_wrp .reg_form .input-group-text,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form .input-group-text,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .reg_form .input-group-text {
    display: flex!important;
    height: 48px;
    width: 48px;
    justify-content: center
}

.login_content>.inner .login_box>.inner .login_form_wrp .login_form .col-form-label,
.login_content>.inner .login_box>.inner .login_form_wrp .reg_form .col-form-label,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form .col-form-label,
.login_content>.inner .login_box>.inner .reg_form_wrp .reg_form .col-form-label,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form .col-form-label,
.login_content>.inner .reg_box>.inner .login_form_wrp .reg_form .col-form-label,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form .col-form-label,
.login_content>.inner .reg_box>.inner .reg_form_wrp .reg_form .col-form-label,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form .col-form-label,
.reg_content>.inner .login_box>.inner .login_form_wrp .reg_form .col-form-label,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form .col-form-label,
.reg_content>.inner .login_box>.inner .reg_form_wrp .reg_form .col-form-label,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form .col-form-label,
.reg_content>.inner .reg_box>.inner .login_form_wrp .reg_form .col-form-label,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form .col-form-label,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .reg_form .col-form-label {
    font-size: .75em
}

.login_content>.inner .login_box>.inner .login_form_wrp .login_form hr,
.login_content>.inner .login_box>.inner .login_form_wrp .reg_form hr,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form hr,
.login_content>.inner .login_box>.inner .reg_form_wrp .reg_form hr,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form hr,
.login_content>.inner .reg_box>.inner .login_form_wrp .reg_form hr,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form hr,
.login_content>.inner .reg_box>.inner .reg_form_wrp .reg_form hr,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form hr,
.reg_content>.inner .login_box>.inner .login_form_wrp .reg_form hr,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form hr,
.reg_content>.inner .login_box>.inner .reg_form_wrp .reg_form hr,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form hr,
.reg_content>.inner .reg_box>.inner .login_form_wrp .reg_form hr,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form hr,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .reg_form hr {
    margin: 1em 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), var(--text), rgba(0, 0, 0, 0)) center top/100% 1px no-repeat;
    opacity: 1
}

.login_content>.inner .login_box>.inner .login_form_wrp .login_form .form-control,
.login_content>.inner .login_box>.inner .login_form_wrp .reg_form .form-control,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form .form-control,
.login_content>.inner .login_box>.inner .reg_form_wrp .reg_form .form-control,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form .form-control,
.login_content>.inner .reg_box>.inner .login_form_wrp .reg_form .form-control,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form .form-control,
.login_content>.inner .reg_box>.inner .reg_form_wrp .reg_form .form-control,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form .form-control,
.reg_content>.inner .login_box>.inner .login_form_wrp .reg_form .form-control,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form .form-control,
.reg_content>.inner .login_box>.inner .reg_form_wrp .reg_form .form-control,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form .form-control,
.reg_content>.inner .reg_box>.inner .login_form_wrp .reg_form .form-control,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form .form-control,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .reg_form .form-control {
    height: 48px;
    line-height: 48px
}

.login_content>.inner .login_box>.inner .login_form_wrp .login_form .form-control::placeholder,
.login_content>.inner .login_box>.inner .login_form_wrp .reg_form .form-control::placeholder,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form .form-control::placeholder,
.login_content>.inner .login_box>.inner .reg_form_wrp .reg_form .form-control::placeholder,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form .form-control::placeholder,
.login_content>.inner .reg_box>.inner .login_form_wrp .reg_form .form-control::placeholder,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form .form-control::placeholder,
.login_content>.inner .reg_box>.inner .reg_form_wrp .reg_form .form-control::placeholder,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form .form-control::placeholder,
.reg_content>.inner .login_box>.inner .login_form_wrp .reg_form .form-control::placeholder,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form .form-control::placeholder,
.reg_content>.inner .login_box>.inner .reg_form_wrp .reg_form .form-control::placeholder,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form .form-control::placeholder,
.reg_content>.inner .reg_box>.inner .login_form_wrp .reg_form .form-control::placeholder,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form .form-control::placeholder,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .reg_form .form-control::placeholder {
    line-height: 48px
}

.login_content>.inner .login_box>.inner .login_form_wrp .login_form .form-check,
.login_content>.inner .login_box>.inner .login_form_wrp .reg_form .form-check,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form .form-check,
.login_content>.inner .login_box>.inner .reg_form_wrp .reg_form .form-check,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form .form-check,
.login_content>.inner .reg_box>.inner .login_form_wrp .reg_form .form-check,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form .form-check,
.login_content>.inner .reg_box>.inner .reg_form_wrp .reg_form .form-check,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form .form-check,
.reg_content>.inner .login_box>.inner .login_form_wrp .reg_form .form-check,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form .form-check,
.reg_content>.inner .login_box>.inner .reg_form_wrp .reg_form .form-check,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form .form-check,
.reg_content>.inner .reg_box>.inner .login_form_wrp .reg_form .form-check,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form .form-check,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .reg_form .form-check {
    min-height: auto;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: end
}

.login_content>.inner .login_box>.inner .login_form_wrp .login_form .form-check .form-check-input,
.login_content>.inner .login_box>.inner .login_form_wrp .reg_form .form-check .form-check-input,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form .form-check .form-check-input,
.login_content>.inner .login_box>.inner .reg_form_wrp .reg_form .form-check .form-check-input,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form .form-check .form-check-input,
.login_content>.inner .reg_box>.inner .login_form_wrp .reg_form .form-check .form-check-input,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form .form-check .form-check-input,
.login_content>.inner .reg_box>.inner .reg_form_wrp .reg_form .form-check .form-check-input,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form .form-check .form-check-input,
.reg_content>.inner .login_box>.inner .login_form_wrp .reg_form .form-check .form-check-input,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form .form-check .form-check-input,
.reg_content>.inner .login_box>.inner .reg_form_wrp .reg_form .form-check .form-check-input,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form .form-check .form-check-input,
.reg_content>.inner .reg_box>.inner .login_form_wrp .reg_form .form-check .form-check-input,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form .form-check .form-check-input,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .reg_form .form-check .form-check-input {
    margin-right: .5em
}

.login_content>.inner .login_box>.inner .login_form_wrp .login_form .form-check label,
.login_content>.inner .login_box>.inner .login_form_wrp .reg_form .form-check label,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form .form-check label,
.login_content>.inner .login_box>.inner .reg_form_wrp .reg_form .form-check label,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form .form-check label,
.login_content>.inner .reg_box>.inner .login_form_wrp .reg_form .form-check label,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form .form-check label,
.login_content>.inner .reg_box>.inner .reg_form_wrp .reg_form .form-check label,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form .form-check label,
.reg_content>.inner .login_box>.inner .login_form_wrp .reg_form .form-check label,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form .form-check label,
.reg_content>.inner .login_box>.inner .reg_form_wrp .reg_form .form-check label,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form .form-check label,
.reg_content>.inner .reg_box>.inner .login_form_wrp .reg_form .form-check label,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form .form-check label,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .reg_form .form-check label {
    margin: 0
}

.login_content>.inner .login_box>.inner .login_form_wrp .login_form .forgot-password a,
.login_content>.inner .login_box>.inner .login_form_wrp .reg_form .forgot-password a,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form .forgot-password a,
.login_content>.inner .login_box>.inner .reg_form_wrp .reg_form .forgot-password a,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form .forgot-password a,
.login_content>.inner .reg_box>.inner .login_form_wrp .reg_form .forgot-password a,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form .forgot-password a,
.login_content>.inner .reg_box>.inner .reg_form_wrp .reg_form .forgot-password a,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form .forgot-password a,
.reg_content>.inner .login_box>.inner .login_form_wrp .reg_form .forgot-password a,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form .forgot-password a,
.reg_content>.inner .login_box>.inner .reg_form_wrp .reg_form .forgot-password a,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form .forgot-password a,
.reg_content>.inner .reg_box>.inner .login_form_wrp .reg_form .forgot-password a,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form .forgot-password a,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .reg_form .forgot-password a {
    color: var(--text);
    font-size: .75em;
    font-weight: 700;
    cursor: pointer;
    padding: 0;
    opacity: 1;
    text-align: left;
    position: relative;
    width: auto;
    height: auto
}

.login_content>.inner .login_box>.inner .login_form_wrp .login_form .forgot-password a:hover,
.login_content>.inner .login_box>.inner .login_form_wrp .reg_form .forgot-password a:hover,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form .forgot-password a:hover,
.login_content>.inner .login_box>.inner .reg_form_wrp .reg_form .forgot-password a:hover,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form .forgot-password a:hover,
.login_content>.inner .reg_box>.inner .login_form_wrp .reg_form .forgot-password a:hover,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form .forgot-password a:hover,
.login_content>.inner .reg_box>.inner .reg_form_wrp .reg_form .forgot-password a:hover,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form .forgot-password a:hover,
.reg_content>.inner .login_box>.inner .login_form_wrp .reg_form .forgot-password a:hover,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form .forgot-password a:hover,
.reg_content>.inner .login_box>.inner .reg_form_wrp .reg_form .forgot-password a:hover,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form .forgot-password a:hover,
.reg_content>.inner .reg_box>.inner .login_form_wrp .reg_form .forgot-password a:hover,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form .forgot-password a:hover,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .reg_form .forgot-password a:hover {
    color: var(--theme-color)
}

.login_content>.inner .login_box>.inner .login_form_wrp .reg_form .button,
.login_content>.inner .login_box>.inner .reg_form_wrp .reg_form .button,
.login_content>.inner .reg_box>.inner .login_form_wrp .reg_form .button,
.login_content>.inner .reg_box>.inner .reg_form_wrp .reg_form .button,
.reg_content>.inner .login_box>.inner .login_form_wrp .reg_form .button,
.reg_content>.inner .login_box>.inner .reg_form_wrp .reg_form .button,
.reg_content>.inner .reg_box>.inner .login_form_wrp .reg_form .button,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .reg_form .button {
    background-color: #9acd32;
    color: #fff;
    height: 48px;
    line-height: 48px;
    padding: 0 1em
}

.login_content>.inner .login_box>.inner .login_form_wrp .reg_form .button:active,
.login_content>.inner .login_box>.inner .login_form_wrp .reg_form .button:hover,
.login_content>.inner .login_box>.inner .reg_form_wrp .reg_form .button:active,
.login_content>.inner .login_box>.inner .reg_form_wrp .reg_form .button:hover,
.login_content>.inner .reg_box>.inner .login_form_wrp .reg_form .button:active,
.login_content>.inner .reg_box>.inner .login_form_wrp .reg_form .button:hover,
.login_content>.inner .reg_box>.inner .reg_form_wrp .reg_form .button:active,
.login_content>.inner .reg_box>.inner .reg_form_wrp .reg_form .button:hover,
.reg_content>.inner .login_box>.inner .login_form_wrp .reg_form .button:active,
.reg_content>.inner .login_box>.inner .login_form_wrp .reg_form .button:hover,
.reg_content>.inner .login_box>.inner .reg_form_wrp .reg_form .button:active,
.reg_content>.inner .login_box>.inner .reg_form_wrp .reg_form .button:hover,
.reg_content>.inner .reg_box>.inner .login_form_wrp .reg_form .button:active,
.reg_content>.inner .reg_box>.inner .login_form_wrp .reg_form .button:hover,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .reg_form .button:active,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .reg_form .button:hover {
    opacity: 1;
    color: var(--white);
    transform: none;
    transition: all ease .5s
}

.login_content>.inner .login_box>.inner .login_form_wrp .login_form .cpt-text,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form .cpt-text,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form .cpt-text,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form .cpt-text,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form .cpt-text,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form .cpt-text,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form .cpt-text,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form .cpt-text {
    display: flex;
    align-items: center;
    border: 1px solid var(--border);
    border-radius: var(--border-radius);
    line-height: 48px;
    font-family: var(--siteff);
    margin: 0;
    cursor: auto
}

.login_content>.inner .login_box>.inner .login_form_wrp .login_form .cpt-text i,
.login_content>.inner .login_box>.inner .login_form_wrp .login_form .cpt-text span,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form .cpt-text i,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form .cpt-text span,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form .cpt-text i,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form .cpt-text span,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form .cpt-text i,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form .cpt-text span,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form .cpt-text i,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form .cpt-text span,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form .cpt-text i,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form .cpt-text span,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form .cpt-text i,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form .cpt-text span,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form .cpt-text i,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form .cpt-text span {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1em;
    color: var(--text);
    font-size: 1.6em
}

.login_content>.inner .login_box>.inner .login_form_wrp .login_form .cpt-text .form-control,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form .cpt-text .form-control,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form .cpt-text .form-control,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form .cpt-text .form-control,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form .cpt-text .form-control,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form .cpt-text .form-control,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form .cpt-text .form-control,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form .cpt-text .form-control {
    border: 0;
    box-shadow: none;
    background-color: transparent
}

.login_content>.inner .login_box>.inner .login_form_wrp .login_form .cpt-text .button,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form .cpt-text .button,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form .cpt-text .button,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form .cpt-text .button,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form .cpt-text .button,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form .cpt-text .button,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form .cpt-text .button,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form .cpt-text .button {
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    background-color: var(--theme-color)
}

.login_content>.inner .login_box>.inner .login_form_wrp .login_form .cpt-text .button i,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form .cpt-text .button i,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form .cpt-text .button i,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form .cpt-text .button i,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form .cpt-text .button i,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form .cpt-text .button i,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form .cpt-text .button i,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form .cpt-text .button i {
    position: relative;
    box-shadow: none;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 1.5em
}

.login_content>.inner .login_box>.inner .login_form_wrp .login_form .cpt-text .button:active,
.login_content>.inner .login_box>.inner .login_form_wrp .login_form .cpt-text .button:hover,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form .cpt-text .button:active,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form .cpt-text .button:hover,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form .cpt-text .button:active,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form .cpt-text .button:hover,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form .cpt-text .button:active,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form .cpt-text .button:hover,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form .cpt-text .button:active,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form .cpt-text .button:hover,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form .cpt-text .button:active,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form .cpt-text .button:hover,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form .cpt-text .button:active,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form .cpt-text .button:hover,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form .cpt-text .button:active,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form .cpt-text .button:hover {
    opacity: 1;
    color: var(--white);
    transform: none;
    transition: all ease .5s
}

.login_content>.inner .login_box>.inner .login_form_wrp .login_form [class*=cpt-]:focus-within,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form [class*=cpt-]:focus-within,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form [class*=cpt-]:focus-within,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form [class*=cpt-]:focus-within,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form [class*=cpt-]:focus-within,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form [class*=cpt-]:focus-within,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form [class*=cpt-]:focus-within,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form [class*=cpt-]:focus-within {
    border-color: var(--theme-color);
    background-color: var(--theme-cont);
    box-shadow: 0 0 3px .25rem var(--theme-cont)
}

.login_content>.inner .login_box>.inner .login_form_wrp .login_form [class*=email]:focus-within>i:before,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form [class*=email]:focus-within>i:before,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form [class*=email]:focus-within>i:before,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form [class*=email]:focus-within>i:before,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form [class*=email]:focus-within>i:before,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form [class*=email]:focus-within>i:before,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form [class*=email]:focus-within>i:before,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form [class*=email]:focus-within>i:before {
    color: var(--theme-color);
    content: ""
}

.login_content>.inner .login_box>.inner .login_form_wrp .login_form [class*=password]:focus-within>i:before,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form [class*=password]:focus-within>i:before,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form [class*=password]:focus-within>i:before,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form [class*=password]:focus-within>i:before,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form [class*=password]:focus-within>i:before,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form [class*=password]:focus-within>i:before,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form [class*=password]:focus-within>i:before,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form [class*=password]:focus-within>i:before {
    color: var(--theme-color);
    content: ""
}

.login_content>.inner .login_box>.inner .login_form_wrp .login_form [class*=cpt-]>input:-webkit-autofill,
.login_content>.inner .login_box>.inner .login_form_wrp .login_form [class*=cpt-]>input:-webkit-autofill:focus,
.login_content>.inner .login_box>.inner .login_form_wrp .login_form [class*=cpt-]>input:-webkit-autofill:hover,
.login_content>.inner .login_box>.inner .login_form_wrp .login_form [class*=cpt-]>select:-webkit-autofill,
.login_content>.inner .login_box>.inner .login_form_wrp .login_form [class*=cpt-]>select:-webkit-autofill:focus,
.login_content>.inner .login_box>.inner .login_form_wrp .login_form [class*=cpt-]>select:-webkit-autofill:hover,
.login_content>.inner .login_box>.inner .login_form_wrp .login_form [class*=cpt-]>textarea:-webkit-autofill,
.login_content>.inner .login_box>.inner .login_form_wrp .login_form [class*=cpt-]>textarea:-webkit-autofill:focus,
.login_content>.inner .login_box>.inner .login_form_wrp .login_form [class*=cpt-]>textarea:-webkit-autofill:hover,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form [class*=cpt-]>input:-webkit-autofill,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form [class*=cpt-]>input:-webkit-autofill:focus,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form [class*=cpt-]>input:-webkit-autofill:hover,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form [class*=cpt-]>select:-webkit-autofill,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form [class*=cpt-]>select:-webkit-autofill:focus,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form [class*=cpt-]>select:-webkit-autofill:hover,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form [class*=cpt-]>textarea:-webkit-autofill,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form [class*=cpt-]>textarea:-webkit-autofill:focus,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form [class*=cpt-]>textarea:-webkit-autofill:hover,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form [class*=cpt-]>input:-webkit-autofill,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form [class*=cpt-]>input:-webkit-autofill:focus,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form [class*=cpt-]>input:-webkit-autofill:hover,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form [class*=cpt-]>select:-webkit-autofill,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form [class*=cpt-]>select:-webkit-autofill:focus,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form [class*=cpt-]>select:-webkit-autofill:hover,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form [class*=cpt-]>textarea:-webkit-autofill,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form [class*=cpt-]>textarea:-webkit-autofill:focus,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form [class*=cpt-]>textarea:-webkit-autofill:hover,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form [class*=cpt-]>input:-webkit-autofill,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form [class*=cpt-]>input:-webkit-autofill:focus,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form [class*=cpt-]>input:-webkit-autofill:hover,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form [class*=cpt-]>select:-webkit-autofill,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form [class*=cpt-]>select:-webkit-autofill:focus,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form [class*=cpt-]>select:-webkit-autofill:hover,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form [class*=cpt-]>textarea:-webkit-autofill,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form [class*=cpt-]>textarea:-webkit-autofill:focus,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form [class*=cpt-]>textarea:-webkit-autofill:hover,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form [class*=cpt-]>input:-webkit-autofill,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form [class*=cpt-]>input:-webkit-autofill:focus,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form [class*=cpt-]>input:-webkit-autofill:hover,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form [class*=cpt-]>select:-webkit-autofill,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form [class*=cpt-]>select:-webkit-autofill:focus,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form [class*=cpt-]>select:-webkit-autofill:hover,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form [class*=cpt-]>textarea:-webkit-autofill,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form [class*=cpt-]>textarea:-webkit-autofill:focus,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form [class*=cpt-]>textarea:-webkit-autofill:hover,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form [class*=cpt-]>input:-webkit-autofill,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form [class*=cpt-]>input:-webkit-autofill:focus,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form [class*=cpt-]>input:-webkit-autofill:hover,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form [class*=cpt-]>select:-webkit-autofill,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form [class*=cpt-]>select:-webkit-autofill:focus,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form [class*=cpt-]>select:-webkit-autofill:hover,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form [class*=cpt-]>textarea:-webkit-autofill,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form [class*=cpt-]>textarea:-webkit-autofill:focus,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form [class*=cpt-]>textarea:-webkit-autofill:hover,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form [class*=cpt-]>input:-webkit-autofill,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form [class*=cpt-]>input:-webkit-autofill:focus,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form [class*=cpt-]>input:-webkit-autofill:hover,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form [class*=cpt-]>select:-webkit-autofill,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form [class*=cpt-]>select:-webkit-autofill:focus,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form [class*=cpt-]>select:-webkit-autofill:hover,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form [class*=cpt-]>textarea:-webkit-autofill,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form [class*=cpt-]>textarea:-webkit-autofill:focus,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form [class*=cpt-]>textarea:-webkit-autofill:hover,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form [class*=cpt-]>input:-webkit-autofill,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form [class*=cpt-]>input:-webkit-autofill:focus,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form [class*=cpt-]>input:-webkit-autofill:hover,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form [class*=cpt-]>select:-webkit-autofill,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form [class*=cpt-]>select:-webkit-autofill:focus,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form [class*=cpt-]>select:-webkit-autofill:hover,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form [class*=cpt-]>textarea:-webkit-autofill,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form [class*=cpt-]>textarea:-webkit-autofill:focus,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form [class*=cpt-]>textarea:-webkit-autofill:hover {
    -webkit-box-shadow: inset var(--main-color) 0 0 0 999em!important;
    -webkit-text-fill-color: var(--text)!important;
    opacity: 1!important;
    border-radius: 0!important
}

.login_content>.inner .login_box>.inner .login_form_wrp .login_form_sns,
.login_content>.inner .login_box>.inner .login_form_wrp .reg_form_sns,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form_sns,
.login_content>.inner .login_box>.inner .reg_form_wrp .reg_form_sns,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form_sns,
.login_content>.inner .reg_box>.inner .login_form_wrp .reg_form_sns,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form_sns,
.login_content>.inner .reg_box>.inner .reg_form_wrp .reg_form_sns,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form_sns,
.reg_content>.inner .login_box>.inner .login_form_wrp .reg_form_sns,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form_sns,
.reg_content>.inner .login_box>.inner .reg_form_wrp .reg_form_sns,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form_sns,
.reg_content>.inner .reg_box>.inner .login_form_wrp .reg_form_sns,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form_sns,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .reg_form_sns {
    margin: 1em auto 0;
    text-align: center;
    padding-top: 1em;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), var(--text), rgba(0, 0, 0, 0)) center top/100% 1px no-repeat
}

.login_content>.inner .login_box>.inner .login_form_wrp .login_form_sns h3,
.login_content>.inner .login_box>.inner .login_form_wrp .reg_form_sns h3,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form_sns h3,
.login_content>.inner .login_box>.inner .reg_form_wrp .reg_form_sns h3,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form_sns h3,
.login_content>.inner .reg_box>.inner .login_form_wrp .reg_form_sns h3,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form_sns h3,
.login_content>.inner .reg_box>.inner .reg_form_wrp .reg_form_sns h3,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form_sns h3,
.reg_content>.inner .login_box>.inner .login_form_wrp .reg_form_sns h3,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form_sns h3,
.reg_content>.inner .login_box>.inner .reg_form_wrp .reg_form_sns h3,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form_sns h3,
.reg_content>.inner .reg_box>.inner .login_form_wrp .reg_form_sns h3,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form_sns h3,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .reg_form_sns h3 {
    font-size: 1em;
    margin: 0 0 1em;
    font-weight: 400;
    opacity: .5
}

.login_content>.inner .login_box>.inner .login_form_wrp .login_form_sns .sns_list,
.login_content>.inner .login_box>.inner .login_form_wrp .reg_form_sns .sns_list,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form_sns .sns_list,
.login_content>.inner .login_box>.inner .reg_form_wrp .reg_form_sns .sns_list,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form_sns .sns_list,
.login_content>.inner .reg_box>.inner .login_form_wrp .reg_form_sns .sns_list,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form_sns .sns_list,
.login_content>.inner .reg_box>.inner .reg_form_wrp .reg_form_sns .sns_list,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form_sns .sns_list,
.reg_content>.inner .login_box>.inner .login_form_wrp .reg_form_sns .sns_list,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form_sns .sns_list,
.reg_content>.inner .login_box>.inner .reg_form_wrp .reg_form_sns .sns_list,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form_sns .sns_list,
.reg_content>.inner .reg_box>.inner .login_form_wrp .reg_form_sns .sns_list,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form_sns .sns_list,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .reg_form_sns .sns_list {
    display: flex;
    justify-content: center;
    align-items: center
}

.login_content>.inner .login_box>.inner .login_form_wrp .login_form_sns .sns_list li+li,
.login_content>.inner .login_box>.inner .login_form_wrp .reg_form_sns .sns_list li+li,
.login_content>.inner .login_box>.inner .reg_form_wrp .login_form_sns .sns_list li+li,
.login_content>.inner .login_box>.inner .reg_form_wrp .reg_form_sns .sns_list li+li,
.login_content>.inner .reg_box>.inner .login_form_wrp .login_form_sns .sns_list li+li,
.login_content>.inner .reg_box>.inner .login_form_wrp .reg_form_sns .sns_list li+li,
.login_content>.inner .reg_box>.inner .reg_form_wrp .login_form_sns .sns_list li+li,
.login_content>.inner .reg_box>.inner .reg_form_wrp .reg_form_sns .sns_list li+li,
.reg_content>.inner .login_box>.inner .login_form_wrp .login_form_sns .sns_list li+li,
.reg_content>.inner .login_box>.inner .login_form_wrp .reg_form_sns .sns_list li+li,
.reg_content>.inner .login_box>.inner .reg_form_wrp .login_form_sns .sns_list li+li,
.reg_content>.inner .login_box>.inner .reg_form_wrp .reg_form_sns .sns_list li+li,
.reg_content>.inner .reg_box>.inner .login_form_wrp .login_form_sns .sns_list li+li,
.reg_content>.inner .reg_box>.inner .login_form_wrp .reg_form_sns .sns_list li+li,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .login_form_sns .sns_list li+li,
.reg_content>.inner .reg_box>.inner .reg_form_wrp .reg_form_sns .sns_list li+li {
    margin-left: 1em
}

.login_content>.inner .login_box>.inner .login_info_wrp,
.login_content>.inner .login_box>.inner .reg_info_wrp,
.login_content>.inner .reg_box>.inner .login_info_wrp,
.login_content>.inner .reg_box>.inner .reg_info_wrp,
.reg_content>.inner .login_box>.inner .login_info_wrp,
.reg_content>.inner .login_box>.inner .reg_info_wrp,
.reg_content>.inner .reg_box>.inner .login_info_wrp,
.reg_content>.inner .reg_box>.inner .reg_info_wrp {
    order: -1;
    flex: 1;
    padding: 3em;
    background-color: var(--theme-color);
    background-image: linear-gradient(315deg, rgba(0, 128, 255, 0), rgba(0, 128, 255, .6)), url(../../../../../defaults/regist_bg_1.jpg);
    background-repeat: no-repeat;
    background-position: center, center;
    background-size: cover;
    border-radius: 0 0 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: var(--siteff)
}

.login_content>.inner .login_box>.inner .login_info_wrp.forgot-pw,
.login_content>.inner .login_box>.inner .reg_info_wrp.forgot-pw,
.login_content>.inner .reg_box>.inner .login_info_wrp.forgot-pw,
.login_content>.inner .reg_box>.inner .reg_info_wrp.forgot-pw,
.reg_content>.inner .login_box>.inner .login_info_wrp.forgot-pw,
.reg_content>.inner .login_box>.inner .reg_info_wrp.forgot-pw,
.reg_content>.inner .reg_box>.inner .login_info_wrp.forgot-pw,
.reg_content>.inner .reg_box>.inner .reg_info_wrp.forgot-pw {
    border-radius: 0
}

.login_content>.inner .login_box>.inner .login_info_wrp.forgot-pw>.inner,
.login_content>.inner .login_box>.inner .reg_info_wrp.forgot-pw>.inner,
.login_content>.inner .reg_box>.inner .login_info_wrp.forgot-pw>.inner,
.login_content>.inner .reg_box>.inner .reg_info_wrp.forgot-pw>.inner,
.reg_content>.inner .login_box>.inner .login_info_wrp.forgot-pw>.inner,
.reg_content>.inner .login_box>.inner .reg_info_wrp.forgot-pw>.inner,
.reg_content>.inner .reg_box>.inner .login_info_wrp.forgot-pw>.inner,
.reg_content>.inner .reg_box>.inner .reg_info_wrp.forgot-pw>.inner {
    max-width: 100%
}

.login_content>.inner .login_box>.inner .login_info_wrp>.inner,
.login_content>.inner .login_box>.inner .reg_info_wrp>.inner,
.login_content>.inner .reg_box>.inner .login_info_wrp>.inner,
.login_content>.inner .reg_box>.inner .reg_info_wrp>.inner,
.reg_content>.inner .login_box>.inner .login_info_wrp>.inner,
.reg_content>.inner .login_box>.inner .reg_info_wrp>.inner,
.reg_content>.inner .reg_box>.inner .login_info_wrp>.inner,
.reg_content>.inner .reg_box>.inner .reg_info_wrp>.inner {
    max-width: 30em
}

.login_content>.inner .login_box>.inner .login_info_wrp>.inner h1,
.login_content>.inner .login_box>.inner .reg_info_wrp>.inner h1,
.login_content>.inner .reg_box>.inner .login_info_wrp>.inner h1,
.login_content>.inner .reg_box>.inner .reg_info_wrp>.inner h1,
.reg_content>.inner .login_box>.inner .login_info_wrp>.inner h1,
.reg_content>.inner .login_box>.inner .reg_info_wrp>.inner h1,
.reg_content>.inner .reg_box>.inner .login_info_wrp>.inner h1,
.reg_content>.inner .reg_box>.inner .reg_info_wrp>.inner h1 {
    font-size: 1.2em;
    line-height: 1.6em;
    margin-bottom: 1.5em;
    color: #fff;
    font-weight: 700
}

.login_content>.inner .login_box>.inner .login_info_wrp>.inner h2,
.login_content>.inner .login_box>.inner .reg_info_wrp>.inner h2,
.login_content>.inner .reg_box>.inner .login_info_wrp>.inner h2,
.login_content>.inner .reg_box>.inner .reg_info_wrp>.inner h2,
.reg_content>.inner .login_box>.inner .login_info_wrp>.inner h2,
.reg_content>.inner .login_box>.inner .reg_info_wrp>.inner h2,
.reg_content>.inner .reg_box>.inner .login_info_wrp>.inner h2,
.reg_content>.inner .reg_box>.inner .reg_info_wrp>.inner h2 {
    font-size: 1.4em;
    line-height: 1.6em;
    margin-bottom: 1.5em;
    color: #fff;
    font-weight: 700
}

.login_content>.inner .login_box>.inner .login_info_wrp>.inner .button,
.login_content>.inner .login_box>.inner .reg_info_wrp>.inner .button,
.login_content>.inner .reg_box>.inner .login_info_wrp>.inner .button,
.login_content>.inner .reg_box>.inner .reg_info_wrp>.inner .button,
.reg_content>.inner .login_box>.inner .login_info_wrp>.inner .button,
.reg_content>.inner .login_box>.inner .reg_info_wrp>.inner .button,
.reg_content>.inner .reg_box>.inner .login_info_wrp>.inner .button,
.reg_content>.inner .reg_box>.inner .reg_info_wrp>.inner .button {
    width: 80%;
    background-color: #9acd32;
    color: #fff;
    height: 48px;
    line-height: 48px;
    padding: 1em
}

.login_content>.inner .login_box>.inner .login_info_wrp>.inner .button:active,
.login_content>.inner .login_box>.inner .login_info_wrp>.inner .button:hover,
.login_content>.inner .login_box>.inner .reg_info_wrp>.inner .button:active,
.login_content>.inner .login_box>.inner .reg_info_wrp>.inner .button:hover,
.login_content>.inner .reg_box>.inner .login_info_wrp>.inner .button:active,
.login_content>.inner .reg_box>.inner .login_info_wrp>.inner .button:hover,
.login_content>.inner .reg_box>.inner .reg_info_wrp>.inner .button:active,
.login_content>.inner .reg_box>.inner .reg_info_wrp>.inner .button:hover,
.reg_content>.inner .login_box>.inner .login_info_wrp>.inner .button:active,
.reg_content>.inner .login_box>.inner .login_info_wrp>.inner .button:hover,
.reg_content>.inner .login_box>.inner .reg_info_wrp>.inner .button:active,
.reg_content>.inner .login_box>.inner .reg_info_wrp>.inner .button:hover,
.reg_content>.inner .reg_box>.inner .login_info_wrp>.inner .button:active,
.reg_content>.inner .reg_box>.inner .login_info_wrp>.inner .button:hover,
.reg_content>.inner .reg_box>.inner .reg_info_wrp>.inner .button:active,
.reg_content>.inner .reg_box>.inner .reg_info_wrp>.inner .button:hover {
    opacity: 1;
    color: var(--white);
    transform: none;
    transition: all ease .5s
}

.login_content>.inner .login_box>.inner .login_info_wrp>.inner ul.reg_steps,
.login_content>.inner .login_box>.inner .reg_info_wrp>.inner ul.reg_steps,
.login_content>.inner .reg_box>.inner .login_info_wrp>.inner ul.reg_steps,
.login_content>.inner .reg_box>.inner .reg_info_wrp>.inner ul.reg_steps,
.reg_content>.inner .login_box>.inner .login_info_wrp>.inner ul.reg_steps,
.reg_content>.inner .login_box>.inner .reg_info_wrp>.inner ul.reg_steps,
.reg_content>.inner .reg_box>.inner .login_info_wrp>.inner ul.reg_steps,
.reg_content>.inner .reg_box>.inner .reg_info_wrp>.inner ul.reg_steps {
    margin: 2em 0;
    max-width: 26em
}

.login_content>.inner .login_box>.inner .login_info_wrp>.inner ul.reg_steps li,
.login_content>.inner .login_box>.inner .reg_info_wrp>.inner ul.reg_steps li,
.login_content>.inner .reg_box>.inner .login_info_wrp>.inner ul.reg_steps li,
.login_content>.inner .reg_box>.inner .reg_info_wrp>.inner ul.reg_steps li,
.reg_content>.inner .login_box>.inner .login_info_wrp>.inner ul.reg_steps li,
.reg_content>.inner .login_box>.inner .reg_info_wrp>.inner ul.reg_steps li,
.reg_content>.inner .reg_box>.inner .login_info_wrp>.inner ul.reg_steps li,
.reg_content>.inner .reg_box>.inner .reg_info_wrp>.inner ul.reg_steps li {
    counter-increment: step;
    margin: 1em 0
}

.login_content>.inner .login_box>.inner .login_info_wrp>.inner ul.reg_steps li>div,
.login_content>.inner .login_box>.inner .reg_info_wrp>.inner ul.reg_steps li>div,
.login_content>.inner .reg_box>.inner .login_info_wrp>.inner ul.reg_steps li>div,
.login_content>.inner .reg_box>.inner .reg_info_wrp>.inner ul.reg_steps li>div,
.reg_content>.inner .login_box>.inner .login_info_wrp>.inner ul.reg_steps li>div,
.reg_content>.inner .login_box>.inner .reg_info_wrp>.inner ul.reg_steps li>div,
.reg_content>.inner .reg_box>.inner .login_info_wrp>.inner ul.reg_steps li>div,
.reg_content>.inner .reg_box>.inner .reg_info_wrp>.inner ul.reg_steps li>div {
    font-size: .875em;
    display: flex;
    align-items: center;
    color: #fff
}

.login_content>.inner .login_box>.inner .login_info_wrp>.inner ul.reg_steps li>div:before,
.login_content>.inner .login_box>.inner .reg_info_wrp>.inner ul.reg_steps li>div:before,
.login_content>.inner .reg_box>.inner .login_info_wrp>.inner ul.reg_steps li>div:before,
.login_content>.inner .reg_box>.inner .reg_info_wrp>.inner ul.reg_steps li>div:before,
.reg_content>.inner .login_box>.inner .login_info_wrp>.inner ul.reg_steps li>div:before,
.reg_content>.inner .login_box>.inner .reg_info_wrp>.inner ul.reg_steps li>div:before,
.reg_content>.inner .reg_box>.inner .login_info_wrp>.inner ul.reg_steps li>div:before,
.reg_content>.inner .reg_box>.inner .reg_info_wrp>.inner ul.reg_steps li>div:before {
    content: counter(step);
    display: block;
    font-size: 2em;
    color: #fff;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5;
    overflow: hidden;
    text-align: center;
    border-radius: 25%;
    background: rgba(255, 255, 255, .1);
    font-weight: 700;
    margin-right: .5em;
    flex: none;
    align-self: flex-start
}

.login_content>.inner .login_box>.inner .login_info_wrp,
.login_content>.inner .reg_box>.inner .login_info_wrp,
.reg_content>.inner .login_box>.inner .login_info_wrp,
.reg_content>.inner .reg_box>.inner .login_info_wrp {
    background-image: linear-gradient(315deg, rgba(0, 128, 255, 0), var(--theme-color)), url(../../../../../defaults/login_bg_1.jpg)
}

.login_content>.inner .login_box>.inner .login_info_wrp>.inner,
.login_content>.inner .reg_box>.inner .login_info_wrp>.inner,
.reg_content>.inner .login_box>.inner .login_info_wrp>.inner,
.reg_content>.inner .reg_box>.inner .login_info_wrp>.inner {
    max-width: 26em
}

.login_content>.inner .login_box>.inner .login_info_wrp>.inner h1,
.login_content>.inner .login_box>.inner .login_info_wrp>.inner h2,
.login_content>.inner .reg_box>.inner .login_info_wrp>.inner h1,
.login_content>.inner .reg_box>.inner .login_info_wrp>.inner h2,
.reg_content>.inner .login_box>.inner .login_info_wrp>.inner h1,
.reg_content>.inner .login_box>.inner .login_info_wrp>.inner h2,
.reg_content>.inner .reg_box>.inner .login_info_wrp>.inner h1,
.reg_content>.inner .reg_box>.inner .login_info_wrp>.inner h2 {
    margin-bottom: .5em
}

.login_content>.inner .login_box>.inner .login_info_wrp>.inner p,
.login_content>.inner .reg_box>.inner .login_info_wrp>.inner p,
.reg_content>.inner .login_box>.inner .login_info_wrp>.inner p,
.reg_content>.inner .reg_box>.inner .login_info_wrp>.inner p {
    font-size: 1em;
    margin: 1em 0;
    color: #fff
}

.login_footer,
.reg_footer {
    font-family: var(--SiteFF);
    font-weight: 500
}

.login_footer>.inner,
.reg_footer>.inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2em;
    box-sizing: border-box
}

.login_footer>.inner .copyright,
.reg_footer>.inner .copyright {
    text-align: center;
    opacity: .6;
    font-size: .75em;
    font-weight: 700;
    color: var(--text);
    font-family: var(--siteff)
}

.login_footer>.inner nav,
.reg_footer>.inner nav {
    flex: auto;
    margin: 0 auto 0 2em
}

.login_footer>.inner nav ul,
.reg_footer>.inner nav ul {
    display: flex
}

.login_footer>.inner nav ul li,
.reg_footer>.inner nav ul li {
    margin: 0 .5em
}

.login_footer>.inner nav ul li a,
.reg_footer>.inner nav ul li a {
    font-size: .75em;
    font-weight: 700;
    color: var(--text)
}

.login_footer>.inner nav ul li a:hover,
.reg_footer>.inner nav ul li a:hover,
.seo-contents .post a {
    color: var(--theme-color)
}

.login_footer>.inner .language,
.reg_footer>.inner .language {
    flex: none
}

.seo-contents {
    display: block;
    background: var(--main-color);
    border-radius: var(--border-radius);
    padding: 1em
}

.seo-contents .title {
    margin-bottom: 1em;
    padding-bottom: 1em;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), var(--text), rgba(0, 0, 0, 0)) center bottom/100% 2px no-repeat
}

.seo-contents .title h1 {
    font-size: 1.5em;
    font-family: var(--siteff)
}

.seo-contents .collapse .card,
.seo-contents .collapsing .card {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0
}

.seo-contents .post {
    font-family: var(--siteff)
}

.seo-contents .post a:hover {
    text-decoration: underline
}

.seo-contents .post .bold,
.seo-contents .post b {
    font-weight: 600
}

.seo-contents .post p {
    font-size: 15px;
    line-height: 1.8
}

.seo-contents .post h4 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.1em;
    margin-top: 20px;
    margin-bottom: 5px
}

.seo-contents .post h2,
.seo-contents .post h3 {
    line-height: 1.3em;
    font-weight: 600;
    letter-spacing: 0;
    margin-top: 20px;
    margin-bottom: 5px
}

.seo-contents .post h3 {
    font-size: 20px
}

.seo-contents .post h2 {
    font-size: 22px
}

.seo-contents .post h1 {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.4em;
    margin-top: 20px;
    margin-bottom: 5px
}

.seo-contents .post ol {
    padding-left: 36px;
    margin-bottom: 20px;
    overflow-wrap: break-word;
    list-style: decimal
}

.seo-contents .post ol li {
    margin-bottom: 2px;
    font-size: 15px;
    line-height: 1.8
}

.seo-contents .post ol li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0!important;
    text-align: start!important;
    text-align-last: start!important
}

.seo-contents .post ul {
    padding-left: 36px;
    margin-bottom: 20px;
    list-style-type: disc
}

.seo-contents .post ul li {
    margin-bottom: 6px;
    position: relative;
    line-height: 1.7;
    font-size: 15px
}

.seo-contents .post img,
.seo-contents .post p.img {
    max-width: 100%
}

.seo-contents .post .social_share {
    background-color: var(--main-color);
    border-top: 1px solid var(--border);
    margin-top: 1em;
    padding: 1em;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start
}

.seo-contents .post .social_share p {
    font-weight: 500;
    margin: 0 1em 0 0;
    padding: 0
}

.seo-contents .post .tag {
    padding: 1em 0
}

.seo-contents .post .tag ul {
    display: flex;
    margin: 0
}

.seo-contents .post .tag ul li {
    padding: 0 1em;
    margin-right: 1em;
    line-height: 30px;
    font-size: 12px;
    border: 1px solid var(--border)
}

.seo-contents .post .tag ul li:hover {
    background-color: var(--theme-color)
}

.seo-contents .post .tag ul li:hover a {
    color: #fff
}

.seo-contents .post .tag ul li a {
    color: var(--text)
}

.seo-contents .button {
    margin-top: 2em
}

.side-menu-header .logo.small img {
    width: 100%;
}

.offcanvas .offcanvas-header .button.close {
    position: absolute;
    right: 10px;
    top: 10px;
}

@media (max-width:1399.98px) {
    .header-wrap {
        box-shadow: inset 0 500px 0 -346px var(--header-bg-cont)
    }
    .header-wrap header {
        flex-direction: column;
        margin-top: 1em
    }
    .header-wrap header .user-wrap .btn-group .item.large {
        margin: 0
    }
    .header-wrap header .user-wrap .btn-group .item.large .amount {
        display: none
    }
    .header-wrap header .user-wrap .btn-group .item.large .user {
        margin-left: 0
    }
    .header-wrap.is-sticky header {
        height: 86px;
        flex-direction: row
    }
    .header-wrap.is-sticky header .user-wrap .btn-group .item.large {
        width: 50px;
        height: 50px
    }
    .header-wrap.is-sticky header .user-wrap .btn-group .item.large .user .avatar,
    .header-wrap.is-sticky header .user-wrap .btn-group .item.large .user .avatar img {
        height: 42px;
        width: 42px
    }
}

@media (max-width:1024.98px) {
    .header-wrap header .menu-bar .product-menu .links .nav .access,
    .header-wrap.is-sticky header .menu-bar .product-menu .links .nav .access {
        padding: 17px 12px
    }
    .header-wrap header .menu-bar .product-menu .links .nav .access span,
    .header-wrap.is-sticky header .menu-bar .product-menu .links .nav .access span {
        opacity: .6
    }
    .header-wrap header .user-wrap .btn-group+.btn-group,
    .header-wrap.is-sticky header .menu-bar .product-menu .search-button.active {
        margin-left: 0
    }
    .index-carousels .product-list .owl-stage-outer .owl-stage .owl-item .product-item ul.new-pin,
    .popular-product .product-list .product-item ul.new-pin {
        gap: .5em
    }
    .header-wrap header .menu-bar {
        top: 0;
        position: relative;
        transform: none;
        left: auto;
        min-height: 50px
    }
    .header-wrap header .menu-bar .product-menu {
        min-height: 50px
    }
    .header-wrap header .menu-bar .product-menu .links .nav .access i {
        margin-right: .75em
    }
    .header-wrap header .menu-bar .product-menu .links .nav .nav-panel .content .container {
        margin: 0
    }
    .header-wrap header .menu-bar .product-menu .links .nav .nav-panel .content .container a {
        width: 50%
    }
    .header-wrap header .menu-bar .product-menu .search-button .search-form {
        height: 50px;
        min-width: 50px;
        transition: all ease .5s
    }
    .header-wrap header .menu-bar .product-menu .search-button .search-form .search-wrap {
        height: 50px
    }
    .header-wrap header .menu-bar .product-menu .search-button .search-form .search-wrap .search-input-wrap {
        width: 0;
        height: 66px;
        border-radius: 36px
    }
    .header-wrap header .menu-bar .product-menu .search-button .search-form .search-wrap .search-input-wrap input.form-control {
        height: 50px;
        line-height: 50px
    }
    .header-wrap header .menu-bar .product-menu .search-button .search-form .search-wrap .search-input-wrap input.form-control:active,
    .header-wrap header .menu-bar .product-menu .search-button .search-form .search-wrap .search-input-wrap input.form-control:focus,
    .header-wrap header .menu-bar .product-menu .search-button .search-form .search-wrap .search-input-wrap input.form-control:visited {
        box-shadow: none;
        color: var(--menu-text);
        font-weight: 700
    }
    .header-wrap header .menu-bar .product-menu .search-button .search-form .search-wrap .search-input-wrap input.form-control::placeholder {
        font-size: .875em;
        color: var(--menu-text)
    }
    .header-wrap header .menu-bar .product-menu .search-button .search-form .search-wrap i {
        height: 50px;
        width: 50px;
        border-radius: 80px
    }
    .index-carousels .product-list .owl-stage-outer .owl-stage .owl-item .product-item,
    .popular-product .product-list .product-item {
        height: 211px
    }
    .index-carousels .product-list .owl-stage-outer .owl-stage .owl-item .product-item .product-info,
    .index-carousels .product-list .owl-stage-outer .owl-stage .owl-item .product-item .product-price,
    .popular-product .product-list .product-item .product-info,
    .popular-product .product-list .product-item .product-price {
        width: 50%
    }
    .header-wrap header .user-wrap {
        align-items: center;
        position: absolute;
        right: 20px;
        left: 20px;
        top: 18px;
        justify-content: space-between;
        flex-direction: row-reverse
    }
    .header-wrap header .user-wrap .btn-group {
        position: relative;
        margin: 0
    }
    .header-wrap header .user-wrap .btn-group .item {
        background: 0 0
    }
    .header-wrap.is-sticky header {
        flex-direction: column;
        margin-top: 0
    }
    .header-wrap.is-sticky header .logo {
        display: none
    }
    .header-wrap.is-sticky header .menu-bar {
        top: 18px
    }
    .index-carousels .product-list .owl-stage-outer .owl-stage .owl-item .product-item .discount-rate,
    .popular-product .product-list .product-item .discount-rate {
        top: 123px
    }
    .header-wrap.is-sticky header .menu-bar .product-menu .links .nav .access .title {
        display: none
    }
    .header-wrap.is-sticky header .menu-bar .product-menu .links .nav .access i {
        margin-right: .75em;
        display: block
    }
    .header-wrap.is-sticky header .menu-bar .product-menu .search-button {
        margin-top: 0
    }
}

@media (max-width:991.98px) {
    .game-content .game-cover,
    .login_content>.inner .login_box>.inner .login_form_wrp,
    .login_content>.inner .login_box>.inner .reg_form_wrp,
    .login_content>.inner .reg_box>.inner .login_form_wrp,
    .login_content>.inner .reg_box>.inner .reg_form_wrp,
    .reg_content>.inner .login_box>.inner .login_form_wrp,
    .reg_content>.inner .login_box>.inner .reg_form_wrp,
    .reg_content>.inner .reg_box>.inner .login_form_wrp,
    .reg_content>.inner .reg_box>.inner .reg_form_wrp {
        width: 100%
    }
    .login_content,
    .reg_content {
        margin-bottom: 0
    }
    .login_content>.inner,
    .reg_content>.inner {
        max-width: 40em
    }
    .login_content>.inner .login_box>.inner,
    .login_content>.inner .reg_box>.inner,
    .reg_content>.inner .login_box>.inner,
    .reg_content>.inner .reg_box>.inner {
        flex-direction: column;
        min-height: unset
    }
    .login_content>.inner .login_box>.inner .login_info_wrp,
    .login_content>.inner .login_box>.inner .reg_info_wrp,
    .login_content>.inner .reg_box>.inner .login_info_wrp,
    .login_content>.inner .reg_box>.inner .reg_info_wrp,
    .reg_content>.inner .login_box>.inner .login_info_wrp,
    .reg_content>.inner .login_box>.inner .reg_info_wrp,
    .reg_content>.inner .reg_box>.inner .login_info_wrp,
    .reg_content>.inner .reg_box>.inner .reg_info_wrp {
        order: 9;
        border-radius: unset
    }
    .login_header,
    .reg_header {
        margin-top: 0
    }
    .login_header .inner,
    .reg_header .inner {
        padding: 1.5em 0;
        max-width: 40em;
        justify-content: center
    }
    .login_header .inner .logo,
    .reg_header .inner .logo {
        margin: 0
    }
    .login_footer>.inner,
    .reg_footer>.inner {
        max-width: 40em;
        flex-direction: column;
        justify-content: center
    }
    .login_footer>.inner .copyright,
    .reg_footer>.inner .copyright {
        order: 9
    }
    .login_footer>.inner nav,
    .reg_footer>.inner nav {
        margin: 2em 0;
        order: 8
    }
    .login_footer>.inner nav ul,
    .reg_footer>.inner nav ul {
        margin: -.5em;
        flex-wrap: wrap;
        justify-content: center
    }
    .login_footer>.inner .language,
    .reg_footer>.inner .language {
        flex: none
    }
    .game-content {
        flex-direction: column
    }
    .game-content .game-cover>.inner {
        max-width: 100%;
        align-items: center
    }
    .game-content .game-cover>.inner .cover {
        display: flex;
        justify-content: center
    }
    .game-content .game-cover>.inner .info .tag,
    .popular-games,
    .popular-product {
        display: none
    }
    .game-content .game-cover>.inner .cover .img {
        width: 50%
    }
    .game-content .game-cover>.inner .info .name,
    .game-content .game-cover>.inner .info .publisher {
        text-align: center
    }
    .game-content .game-cover>.inner .info .property {
        text-align: center;
        margin-bottom: 2em
    }
    .game-content .game-info {
        width: 100%
    }
    .index-carousels .product-list .owl-stage-outer .owl-stage .owl-item .product-item {
        height: 232px
    }
    .index-carousels .product-list .owl-stage-outer .owl-stage .owl-item .product-item .discount-rate {
        top: 144px
    }
    .popular-games.mobile,
    .popular-product.mobile {
        display: block
    }
    .popular-games.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item,
    .popular-product.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item {
        height: 232px
    }
    .popular-games.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item .discount-rate,
    .popular-product.mobile .product-list .owl-stage-outer .owl-stage .owl-item .product-item .discount-rate {
        top: 144px
    }
    .footer-top-wrap .footer-top {
        padding: 0 1em 1em!important;
        border: 0;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0), var(--text), rgba(0, 0, 0, 0)) center bottom/100% 2px no-repeat
    }
    .footer-top-wrap .footer-top .link-info:first-child {
        display: none!important
    }
    .footer-top-wrap .footer-bottom .copyright {
        justify-content: center;
        align-items: center;
        flex-direction: column
    }
    .footer-top-wrap .footer-bottom .powered-by {
        text-align: center;
        margin-top: .5em
    }
    .footer-top-wrap .footer-bottom .description {
        text-align: center
    }
}

@media (max-width:767.98px) {
    .header-wrap header .menu-bar .product-menu .links .nav .access .title {
        display: none
    }
    .header-wrap header .menu-bar .product-menu .links .nav .nav-panel .content .container {
        margin: 0
    }
    .header-wrap header .menu-bar .product-menu .links .nav .nav-panel .content .container a {
        width: calc(50% - 1em);
        padding: 0
    }
    .select2-dropdown.currency,
    .select2-dropdown.language {
        left: 0!important;
        box-shadow: none!important
    }
}

@media (max-width:575.98px) {
    .header-wrap header .menu-bar .product-menu .links .nav .access .title,
    .modal-dialog.login-register .modal-content .modal-body .loginbox-register .wallpaper {
        display: none
    }
    .login_content,
    .reg_content {
        margin-bottom: 0
    }
    .login_content>.inner,
    .reg_content>.inner {
        max-width: 40em;
        padding: 0 1em
    }
    .login_content>.inner .login_box>.inner .login_form_wrp,
    .login_content>.inner .login_box>.inner .login_info_wrp,
    .login_content>.inner .login_box>.inner .reg_form_wrp,
    .login_content>.inner .login_box>.inner .reg_info_wrp,
    .login_content>.inner .reg_box>.inner .login_form_wrp,
    .login_content>.inner .reg_box>.inner .login_info_wrp,
    .login_content>.inner .reg_box>.inner .reg_form_wrp,
    .login_content>.inner .reg_box>.inner .reg_info_wrp,
    .reg_content>.inner .login_box>.inner .login_form_wrp,
    .reg_content>.inner .login_box>.inner .login_info_wrp,
    .reg_content>.inner .login_box>.inner .reg_form_wrp,
    .reg_content>.inner .login_box>.inner .reg_info_wrp,
    .reg_content>.inner .reg_box>.inner .login_form_wrp,
    .reg_content>.inner .reg_box>.inner .login_info_wrp,
    .reg_content>.inner .reg_box>.inner .reg_form_wrp,
    .reg_content>.inner .reg_box>.inner .reg_info_wrp {
        padding: 1.5em
    }
    .login_content>.inner .login_box>.inner,
    .login_content>.inner .reg_box>.inner,
    .reg_content>.inner .login_box>.inner,
    .reg_content>.inner .reg_box>.inner {
        flex-direction: column;
        min-height: unset
    }
    .login_content>.inner .login_box>.inner .login_form_wrp>.inner .login_form_sns .sns_list,
    .login_content>.inner .login_box>.inner .reg_form_wrp>.inner .login_form_sns .sns_list,
    .login_content>.inner .reg_box>.inner .login_form_wrp>.inner .login_form_sns .sns_list,
    .login_content>.inner .reg_box>.inner .reg_form_wrp>.inner .login_form_sns .sns_list,
    .reg_content>.inner .login_box>.inner .login_form_wrp>.inner .login_form_sns .sns_list,
    .reg_content>.inner .login_box>.inner .reg_form_wrp>.inner .login_form_sns .sns_list,
    .reg_content>.inner .reg_box>.inner .login_form_wrp>.inner .login_form_sns .sns_list,
    .reg_content>.inner .reg_box>.inner .reg_form_wrp>.inner .login_form_sns .sns_list {
        flex-wrap: wrap;
        grid-row-gap: .5em
    }
    .login_content>.inner .login_box>.inner .login_form_wrp>.inner .login_form_sns .sns_list li,
    .login_content>.inner .login_box>.inner .reg_form_wrp>.inner .login_form_sns .sns_list li,
    .login_content>.inner .reg_box>.inner .login_form_wrp>.inner .login_form_sns .sns_list li,
    .login_content>.inner .reg_box>.inner .reg_form_wrp>.inner .login_form_sns .sns_list li,
    .reg_content>.inner .login_box>.inner .login_form_wrp>.inner .login_form_sns .sns_list li,
    .reg_content>.inner .login_box>.inner .reg_form_wrp>.inner .login_form_sns .sns_list li,
    .reg_content>.inner .reg_box>.inner .login_form_wrp>.inner .login_form_sns .sns_list li,
    .reg_content>.inner .reg_box>.inner .reg_form_wrp>.inner .login_form_sns .sns_list li {
        margin: 0 .5em
    }
    .last-bottom {
        margin-bottom: 1rem
    }
    .modal-dialog.login-register .modal-content .modal-body .loginbox-register {
        width: 100%
    }
    .modal-dialog.login-register .modal-content .modal-body .loginbox-register .login {
        padding: 3em
    }
    .story {
        margin-bottom: 5em
    }
    .story ul li {
        flex-basis: 30%
    }
    .story ul li:nth-child(4),
    .story ul li:nth-child(5) {
        display: none
    }
    .header-wrap header .menu-bar .product-menu .links .nav .nav-panel .content {
        padding: .5em
    }
    .header-wrap header .menu-bar .product-menu .links .nav .nav-panel .content .container {
        margin: 0;
        gap: 1em
    }
    .header-wrap header .menu-bar .product-menu .links .nav .nav-panel .content .container.payment {
        gap: .5em
    }
    .header-wrap header .menu-bar .product-menu .links .nav .nav-panel .content .container.payment a.payment {
        width: calc(25% - .5em);
        padding: 0
    }
    .header-wrap header .menu-bar .product-menu .links .nav .nav-panel .content .container.payment a.payment .icon {
        height: auto;
        width: auto
    }
    .header-wrap header .menu-bar .product-menu .links .nav .nav-panel .content .container.payment a.payment .icon img {
        height: 100%;
        width: 100%;
        display: block
    }
    .header-wrap.is-sticky header .menu-bar {
        top: 18px
    }
    .header-wrap.is-sticky header .menu-bar .product-menu {
        justify-content: center;
        width: 300px
    }
    .header-wrap.is-sticky header .menu-bar .product-menu .links {
        display: none
    }
    .footer-menu-wrap.show {
        display: block
    }
    .go-top {
        display: none
    }
    .index-carousels .carousels-wrap {
        padding: 1em;
        margin: 0
    }
    .index-carousels .carousels-wrap .title {
        flex-direction: column;
        align-items: center;
        grid-row-gap: .5em;
        margin-bottom: 1em
    }
    .index-carousels .carousels-wrap .title hgroup {
        text-align: center;
        align-items: center;
        display: flex;
        flex-direction: column
    }
    .index-carousels .carousels-wrap .title hgroup h3 {
        font-size: 1em
    }
    .index-carousels .carousels-wrap .title hgroup h4 {
        margin-bottom: 1em
    }
    .index-carousels .carousels-wrap .product-list .owl-stage-outer .owl-stage .owl-item .product-item {
        height: 238px
    }
    .index-carousels .carousels-wrap .product-list .owl-stage-outer .owl-stage .owl-item .product-item .discount-rate {
        top: 150px
    }
    .popular-games.mobile,
    .popular-product.mobile {
        padding: 1em
    }
    .popular-games.mobile .title,
    .popular-product.mobile .title {
        flex-direction: column;
        align-items: center;
        grid-row-gap: .5em;
        margin-bottom: 1em
    }
    .popular-games.mobile .title hgroup,
    .popular-product.mobile .title hgroup {
        text-align: center
    }
    .popular-games.mobile .title hgroup h3,
    .popular-product.mobile .title hgroup h3 {
        font-size: 1em
    }
    .popular-games.mobile .game-list .owl-stage-outer .owl-stage .owl-item .game-item,
    .popular-product.mobile .game-list .owl-stage-outer .owl-stage .owl-item .game-item {
        height: 186px
    }
    .popular-games,
    .popular-product {
        margin: 0
    }
    .popular-games .title,
    .popular-product .title {
        flex-direction: column;
        align-items: center;
        grid-row-gap: .5em;
        margin-bottom: 1em
    }
    .popular-games .title .more,
    .popular-product .title .more {
        flex: none;
        margin-left: 0
    }
    .merchants-carousels .carousels-wrap {
        padding: 1em;
        margin: 0
    }
    .merchants-carousels .carousels-wrap .title {
        flex-direction: column;
        align-items: center;
        grid-row-gap: 1em;
        margin: 1em 0
    }
    .merchants-carousels .carousels-wrap .title h3 {
        font-size: 1em
    }
    .merchants-carousels .carousels-wrap .title .more {
        margin: 0
    }
    .streamers-carousels .carousels-wrap {
        padding: 1em;
        margin: 0
    }
    .streamers-carousels .carousels-wrap .title {
        flex-direction: column;
        align-items: center;
        grid-row-gap: 1em;
        margin: 1em 0
    }
    .streamers-carousels .carousels-wrap .title h3 {
        font-size: 1em
    }
    .streamers-carousels .carousels-wrap .title .more {
        margin: 0
    }
    .review-carousels .carousels-wrap .title {
        flex-direction: column;
        align-items: center;
        grid-row-gap: 1em;
        margin-bottom: 1em
    }
    .review-carousels .carousels-wrap .title h3 {
        font-size: 1em
    }
    .blog-carousels .carousels-wrap,
    .review-carousels .carousels-wrap .title .more {
        margin: 0
    }
    .blog-carousels .carousels-wrap .title {
        flex-direction: column;
        align-items: center;
        grid-row-gap: 1em;
        margin-bottom: 1em
    }
    .blog-carousels .carousels-wrap .title h3 {
        font-size: 1em
    }
    .blog-carousels .carousels-wrap .title .more {
        margin: 0
    }
    .swiper {
        position: relative;
        overflow: hidden
    }
    .swiper .swiper-wrapper {
        display: flex
    }
    .swiper .swiper-wrapper .swiper-slide {
        flex: none;
        width: 100%
    }
    .swiper .swiper-wrapper .swiper-slide>a {
        display: block
    }
    .games-detail .game_info .inner .links,
    .games-detail .game_info.is-sticky .inner .links {
        display: none
    }
    .swiper .swiper-wrapper .swiper-slide>a img {
        vertical-align: top;
        width: 100%;
        height: 100%
    }
    .games-detail .game_info .inner .game_cover .cover,
    .games-detail .game_info.is-sticky .inner .game_cover .cover {
        width: 60px;
        height: 60px;
        box-shadow: none
    }
    .games-detail .game_info .inner .game_cover {
        perspective: none;
        transition: .3s;
        margin: 1em 0 1em 1em
    }
    .games-detail .game_info .inner .info {
        margin: 1em
    }
    .games-detail .game_info .inner .info h1 {
        font-size: 1em;
        font-weight: 500
    }
    .games-detail .game_info .inner .info .publisher {
        font-size: .75em;
        font-weight: 500
    }
    .games-detail .game_info .inner .info .property {
        font-size: .6em
    }
    .games-detail .game_info.is-sticky .inner .game_cover {
        perspective: none;
        transition: .3s;
        margin: 1em 0 1em 1em
    }
    .games-detail .game_info.is-sticky .inner .info {
        margin: 1em
    }
    .games-detail .game_info.is-sticky .inner .info h1 {
        font-size: 1em;
        font-weight: 500
    }
    .games-detail .game_info.is-sticky .inner .info .publisher {
        font-size: .75em;
        font-weight: 500
    }
    .games-detail .game_info.is-sticky .inner .info .property {
        font-size: .6em
    }
    .footer-top-wrap .footer-top {
        display: none!important
    }
    .footer-top-wrap .footer-bottom {
        margin-bottom: 4.5em
    }
    .footer-top-wrap .footer-bottom .copyright {
        justify-content: center;
        align-items: center;
        flex-direction: column
    }
    .footer-top-wrap .footer-bottom .powered-by {
        text-align: center;
        margin-top: .5em;
        padding-bottom: 2em;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0), var(--text), rgba(0, 0, 0, 0)) center bottom/100% 2px no-repeat
    }
    .footer-top-wrap .footer-bottom .description {
        display: none
    }
    .go-top.active {
        right: calc(50% - 25px)
    }
    .container-fluid.feedbacks .review-list {
        margin: 1em 0
    }
}

@media (max-width:424.98px) {
    .header-wrap.is-sticky header .menu-bar {
        top: 18px
    }
    .header-wrap.is-sticky header .menu-bar .product-menu .links {
        display: none
    }
    .header-wrap.is-sticky header .menu-bar .product-menu .search-button {
        margin-top: 0
    }
    .header-wrap.is-sticky header .menu-bar .product-menu .search-button.active {
        margin-left: 0
    }
}