@font-face {
    font-family: Trade_Gothic_LT;
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/gaming_fonts/TradeGothicLT.ttf');
}

@font-face {
    font-family: Trade_Gothic_LT_Bold;
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/gaming_fonts/TradeGothicLTBold.ttf');
}

@font-face {
    font-family: Trade_Gothic_LT_Light;
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/gaming_fonts/TradeGothicLTLight.ttf');
}

@font-face {
    font-family: RobotoCondensed;
    src: url("../fonts/RobotoCondensed-Regular.ttf");
}

@font-face {
    font-family: Roboto_R;
    src: url('../fonts/Roboto/RobotoCondensed-Regular.ttf');
}
@font-face {
    font-family: Roboto_L;
    src: url('../fonts/Roboto/RobotoCondensed-Light.ttf');
}
@font-face {
    font-family: Roboto_M;
    src: url('../fonts/Roboto/Roboto-Medium.ttf');
}

#hd * {
    /* font-family: 'Roboto_R', sans-serif !important; */
}

#feature_img {
    overflow-y: hidden;
}

#hd p,
#hd small,
#hd a,
#hd li {
    font-family: 'Roboto_L', sans-serif !important;
}

#hd h1,
#hd h2,
#hd h3 {
    font-family: 'Trade_Gothic_LT',sans-serif !important;
}

#hd h4 {
    font-family: 'Roboto_R', sans-serif !important;
}

.font-light {
    font-family: 'Trade_Gothic_LT_Light',
        sans-serif !important;
}

.font-bold {
    font-family: 'Trade_Gothic_LT_Bold',
        sans-serif !important;
}

.letter-spacing {
    letter-spacing: 3px !important;
}

.g-link:hover {
    background-color: #cc0000;
    color: #fff !important;
}
.g-link.disabled:hover {
    color: #aaa !important;
    background-color: #000;
    cursor: not-allowed;
}
@media screen and (max-width: 1024px) {
    .g-link.disabled:hover {
            color: #aaa !important;
            background-color: #fff;
            cursor: not-allowed;
        }
}
.g-link.disabled {
    color: #aaa !important;
    /* background-color: #000 !important; */
    cursor: not-allowed;
}

#introduce .display-1200 {
    width: 80%;
    max-width: 1024px;
    margin: 0 auto;
}

#hd_header {
    margin-top: 0px;
    position: fixed;
}

#hd_hamburger span {
    z-index: 100;
}

#hd #hd_logo {
    z-index: 100;
}

#hd_header .dark {
    width: 200%;
    height: 50px;
    background-color: black;
    position: absolute;
    top: -5px;
    left: -20%;
    z-index: 10;
}

#hd_header nav {
    padding: 20px 0;
}

#hd_header nav.active {
    display: block;
    z-index: -1;
}

#hd_header nav a {
    margin: 0;
    border-bottom: none;
}

#hd_header nav a:before {
    z-index: 1;
}

#menu-more {
    width: 20px !important;
    height: 20px;
    background: transparent;
    border: none;
    position: absolute;
    top: 30px;
    right: 6vw;
    transform: translateX(-100%);
}

.arrow {
    transform: rotate(0deg);
}

.menu-dropdown {
    display: none;
    opacity: 0;
}

.menu-dropdown.active {
    display: block;
    opacity: 1;
    transition: 0.5s;
}

.another-page {
    background: white;
    color: #000 !important;
    opacity: 1 !important;
    transition: 0.5s;
}

.another-page button {
    font-size: 16px;
    width: 70%;
    min-width: 13vw;
    word-break: break-word;
    text-align: left;
}

.another-page:hover {
    background: #cc0000;
    color: #ffffff;
}

.another-page:last-child {
    border-bottom: 1px solid #333 !important;
}

#hd #slider_kv {
    margin-top: 0px;
}

#introduce {
    width: 100%;
    max-width: 100%;
    background: black;
    color: white;
    position: relative;
}

#introduce .introduce-container {
    padding-bottom: 20px;
}

#introduce .hd-col40 {
    width: 100%;
}

#hd .feature_img {
    display: block;
}

#introduce .owl-stage {
    overflow-y: hidden;
}

#introduce .introduce-title {
    text-align: center;
    margin-bottom: 50px;
}

#introduce .display {
    margin-top: 50px;
    padding: 0 20px;
}

#introduce .display-item {
    margin-bottom: 50px;
}

#introduce .display-button {
    display: none;
}

#introduce .display-pic {
    width: 100%;
}

#introduce .learn-more-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
}

#introduce .learn-more-button .btn {
    border-radius: 16px;
    border: 1px solid white;
    padding: 5px 12px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#introduce .learn-more-button .btn a {
    color: white;
    text-decoration: none;
}
@media screen and (min-width: 768px) {
    #introduce .learn-more-button .btn:hover {
        background-color: #CC0102;
        border: 1px solid #CC0102;
        -webkit-box-shadow: 0 0 5px #CC0102;
        box-shadow: 0 0 5px #CC0102;
    }

    #introduce .learn-more-button .btn:hover a {
        color: white;
    }
}

#introduce .red,
#introduce .blue {
    display: none;
    position: absolute;
}

#introduce .buttons {
    width: 100%;
    max-width: 950px;
    margin-bottom: 30px;
}

#introduce .display-button {
    width: 100%;
    display: none;

}

#introduce .display-button svg:hover #Ellipse_9 {

    fill: rgba(255, 255, 255, 0.966);
}

#introduce .display-button svg:hover #Path_59-2 {
    stroke: #000;
}

#introduce .display-button.active {
    display: flex;
    justify-content: center;
    align-items: center;

}

#introduce .display-button h2 {
    font-size: 30px;
    width: 70%;
    text-align: center;
    word-wrap: break-word;
}

#introduce .display-button img,
#introduce .display-button svg {
    cursor: pointer;
}

#introduce .display-button svg {
    margin: 0 auto;
}

#introduce .prev {
    transform: scaleX(-1);
}

#introduce .another {
    display: none;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

#hd #sub_feature_content>li {
    display: none;
}

#hd #sub_feature_content>li.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

#hd #sub_feature_content>li .content {
    padding: 0 0 50px 5%;
    display: flex;
    flex-direction: column-reverse;
}

#introduce .description {
    margin-top: 30px;
}

#partner-highlights .tab-header-swiper .swiper-slide > .item {
  max-width: 200px;
  margin: auto;
  cursor: pointer;
  color: #fff;
}
#partner-highlights .swiper-slide.opacity-50 {
    transition: 0.4s;
}
#partner-highlights .swiper-slide.opacity-50:hover {
    opacity: 1 !important;
}
#partner-highlights .tab-content__text-wrap {
    font-weight: 300;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
    color:white;
}

#hd #product h3 {
    font-size: 24px;
}

.home-button-wrap {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

@media screen and (max-width: 480px) {
    #hd_header {
        height: auto;
    }

    #hd_header nav {
        top: 50px;
    }

    #hd #slider_kv {
        margin-top: 0px;
    }
}

@media (min-width: 768px) {
    #kv {
        margin-top: 50px !important;
    }
}

@media (min-width: 1024px) {
    #hd h2 {
        font-size: 50px;
    }

    #hd_header nav {
        padding: 0;
    }

    #hd #feature_content>h2 {
        padding-top: 80px;
    }

    #menu-more {
        width: 30px !important;
        right: auto;
        top: 11px;
        padding: 10px;
        transform: translateX(-100%);
    }

    #home-button {
        padding: 20px 10px !important;
    }

    .arrow {
        transform: rotate(0deg);
    }

    #hd_header nav a {
        margin: 0 2.5%;
    }

    #hd_header nav a:before {
        top: 105.5%;
    }

    .menu-dropdown.active {
        position: absolute;
        display: flex;
        flex-direction: column;
        top: 55px;
        left: 50%;
        transform: translateX(-50%);
    }

    #introduce .display-1200 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .another-page {
        background: #000;
        color: #fff !important;
        transition: 0.5s;
        min-width: 130px !important;
        text-align: left !important;
        padding: 20px 10px !important;
    }

    #kv {
        margin-top: 0 !important;
    }

    #hd_header .dark {
        display: none;
    }

    #hd #feature_content {
        padding-bottom: 40px;
    }

    #introduce .display-button h2 {
        width: 25%;
    }

    #introduce .another {
        display: block;
        transition: all .5s;
    }

    #introduce .another:hover {
        color: #a5a5a5;
    }

    #introduce .display-button img {
        transition: all .5s;
    }

    #introduce .display-button img:hover {
        filter: brightness(.8);
    }

    #hd #sub_feature_content>li .content {
        flex-direction: column;
    }

    #hd #sub_feature_content>li .content {
        padding: 0;
        width: 100%;
        max-width: 950px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #hd #sub_feature_content>li figure {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    #hd #sub_feature_content>li figure img {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    #introduce .learn-more-button .btn {
        margin-bottom: 45px;
    }

    #introduce .description {
        margin-top: 0px;
    }
}

@media(min-width: 1200px) {
    #hd_header .hd-w1200 {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        max-width: 1700px;
    }

    #hd_header nav a {
        margin: 0 20px;
    }

    /* .menu-dropdown.active {
        right:  520px;
    } */

    #introduce .introduce-container {
        min-height: 1400px;
        padding-top: 0px;
        padding-bottom: 50px;
    }

    #hd #feature_content>li .content {
        padding: 50px;
        max-width: 600px;
    }

    #introduce .col-12 {
        padding: 0 20px;
    }

    #introduce .display {
        display: none;
    }

    #introduce .display-1200 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #introduce #sub_feature_content {
        width: 100%;
    }

    #introduce .display-item {
        width: 80%;
        max-width: 950px;
    }

    #introduce .ib-top {
        opacity: 0.1;
        min-width: 600px !important;
    }

    #introduce .ib-top.active {
        opacity: 1;
    }

    #introduce .display-slider {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #introduce .display .font-bold {
        display: none;
    }

    #introduce .red {
        display: block;
        top: 0;
        left: 0;
    }

    #introduce .blue {
        display: block;
        bottom: 0;
        right: 0;
    }

    .display-1200 {
        display: block;
        margin-top: 40px;
    }
}

@media(min-width: 1400px) {
    #hd_header nav a {
        margin: 0 20px;
    }
}

#home-button {
    white-space: nowrap;
}

#home-button .arrow {
    width: 20px !important;
    height: 20px;
    background: transparent;
    border: none;
    margin: 10px 0px 10px 10px;
}

@media (min-width: 1024px) {
    #home-button .arrow {
        width: 10px !important;
    }
}

@media screen and (max-width: 1023px) {
    .home-button-wrap {
        display: block;
    }

    #home-button .arrow {
        position: absolute;
        top: 20%;
        right: 6vw;
    }

    #hd_header nav {
        width: 100%;
        background: #1c1c1c;
        padding: 20px 0px;
        position: fixed;
        top: 50px;
        left: 0;
        z-index: -1;
        display: none;
    }
}



#banner {
    position: relative;
}

.banner-mask {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#banner {
    height: 30vw;
}

#banner .banner-mask .title {
    font-size: 80px;
    letter-spacing: 4px;
    font-family: 'Trade_Gothic_LT_Bold', sans-serif !important;
}

#banner .banner-mask .title::after {
    content: '';
    width: 50%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}

.another-page:last-child {
    border-bottom: none !important;
}

#banner .banner-image {
    height: 100%;
    width: 100%;
    background-color: #00000060;
    background-blend-mode: multiply;
    background-size: cover;
}

@media screen and (max-width: 1440px) {
    #banner .banner-image .title {
        font-size: 60px;
    }
}

@media screen and (max-width: 1023px) {
    #banner .banner-image {
        margin-top: 50px;
    }

    #banner .banner-image .title {
        font-size: 50px;
    }

    .gaming-index.disabled {
        background-color: #FFF !important;
    }
}

@media screen and (max-width: 768px) {
    #banner {
        height: 100vw;
    }

    #banner .banner-image .title {
        font-size: 38px;
    }

    #banner .banner-image {
        background-position: center center;
    }
}

@media screen and (max-width: 414px) {
    #banner .banner-image .title {
        font-size: 30px;
    }
}

#menu-more {
    color: #fff;
}

#hd .swiper-slide-active {
    color: #fff;
}

.tag-swiper .swiper-slide {
    color: #808080;
}
.tab-header-swiper {
    position: relative;
}
.prev-btn,
.next-btn,
.tag-next,
.tag-prev{
    background-color: rgba(0, 0, 0, 0.8);
}
.tag-swiper .swiper-slide {
    font-family: 'Roboto_R', sans-serif !important;
}

@media screen and (min-width: 768px) {
    .tag-prev:hover #Ellipse_9,
    .tag-next:hover #Ellipse_9,
    .prev-btn:hover #Ellipse_9,
    .next-btn:hover #Ellipse_9{
        /* transition: 0.5s; */
        stroke: rgb(189, 18, 18);
        fill: rgb(189, 18, 18);
    }
}


.menu-dropdown {
    width: auto;
}

.menu-dropdown a {
    white-space: nowrap;
}

.menu-dropdown a:nth-child(1) {
    color: #808080;
}

#hd_header.gaming-header a {
    font-family: 'RobotoCondensed', sans-serif !important;
}