@charset 'utf-8';
@font-face {
    font-family: 'roboto-condensed-bold';
    src: url("fonts/robotocondensed-bold_0.eot");
    src: url("fonts/robotocondensed-bold_0.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Trade';
    src: url('fonts/Trade-Gothic-LT-Bold.ttf') format("truetype");
    font-weight: normal;
}

@font-face {
    font-family: 'rogfonts-regular';
    src: url('fonts/ROGFonts-Regular_ES.eot'), url('fonts/ROGFonts-Regular_ES.woff2') format('woff2'), url('fonts/ROGFonts-Regular_ES.woff') format('woff'), url('fonts/ROGFonts-Regular_ES.otf') format('opentype'), url("fonts/ROGFonts-Regular_ES.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Geforce Bold';
    src: url("fonts/geforce-bold.ttf");
    font-weight: bold;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

/*-----overwrite-----*/

.page-content {
    max-width: 100%;
    margin: 0 auto;
}

.modules-content .swiper-wrapper .row {
    margin-right: 0;
    margin-left: 0;
}


/*-----fp-nav-----*/

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
    right: 17px;
}

#fp-nav.left {
    left: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0;
}

.g15-wrapper #fp-nav ul li,
.g15-wrapper .fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
    background-color: #CE0000;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    background-color: #CCCCCC;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
    background-color: #CE0000;
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #CE0000;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}

@media screen and (max-width: 768px) {
    #fp-nav {
        display: none;
    }
}


/*-----SCROLL UP-----*/

#scrollUp {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 45px;
    height: 45px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 2px solid #899fb4;
    z-index: 999;
    opacity: 0;
}

#scrollUp.hd-show {
    opacity: 1;
}

#scrollUp:hover {
    background-color: #899fb4;
}

#scrollUp:hover svg {
    fill: #FFF;
}

#scrollUp svg {
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 5px;
    left: 0;
    fill: #899fb4;
    -webkit-transform: rotateZ(270deg);
    -moz-transform: rotateZ(270deg);
    -ms-transform: rotateZ(270deg);
    -o-transform: rotateZ(270deg);
    transform: rotateZ(270deg);
}


/*-----general-----*/

body {
    margin: 0;
    padding: 0;
}

body.noscroll {
    overflow: hidden;
}

.g15-wrapper {
    margin: 0;
    padding: 0;
    background-color: #000;
    color: #fff;
}

.g15-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-word;
}


/* fix sup ®*/

.g15-wrapper sup {
    font-size: 0.8em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em;
}

.g15-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
    border: none;
}

.g15-wrapper a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-decoration: none;
    /*color: #920000;*/
    font-weight: 600;
}

.g15-wrapper a:hover {
    text-decoration: none;
    color: #d30000;
}

.g15-wrapper ul {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    list-style: none;
}

.g15-wrapper p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
    margin: 0;
    padding-bottom: 20px;
    color: #FFF;
}

.g15-wrapper .g15-p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7em;
    margin: 0;
    padding-bottom: 40px;
    color: #FFF;
}

.g15-wrapper .note {
    color: #999;
    font-size: 14px;
}

.g15-wrapper .neon-title {
    margin-bottom: 40px;
}

.g15-wrapper .neon-title span {
    text-transform: uppercase;
    font-family: 'rogfonts-regular', 'Xolonium', sans-serif;
    font-weight: normal;
    font-size: 32px;
    line-height: 1.2em;
    background: linear-gradient(to right, #ff98ea 0%, #c572ff 20%, #655cfc 40%, #00ffff 60%, #f0ffc4 80%, #ff98ea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% auto;
    animation: rainbow 6s linear infinite;
}

@keyframes rainbow {
    0% {
        background-position: 0% 50%
    }
    100% {
        background-position: 200% 50%
    }
}

@media screen and (max-width: 1400px) {
    .g15-wrapper .neon-title span {
        font-size: 26px;
    }
}

@media screen and (max-width: 768px) {
    .g15-wrapper .neon-title {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 650px) {
    .g15-wrapper .neon-title span {
        font-size: 22px;
    }
}

.g15-wrapper .btn-more {
    text-align: center;
    margin: 30px 0 100px 0;
}

.g15-wrapper .btn-more a {
    border-radius: 50px;
    padding: 3px;
    display: inline-block;
    cursor: pointer;
    background: linear-gradient(to right, #ff98ea 0%, #c572ff 20%, #655cfc 40%, #00ffff 60%, #f0ffc4 80%, #ff98ea 100%);
}

.g15-wrapper .btn-more a span {
    background: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    color: #000;
    text-transform: uppercase;
    font-family: 'rogfonts-regular', 'Xolonium', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.2em;
    display: inline-block;
    transition: color 0.3s;
}

.g15-wrapper .btn-more a:hover span {
    color: #655cfc;
}

@media screen and (max-width: 500px) {
    .g15-wrapper .btn-more {
        margin-bottom: 30px;
    }
    .g15-wrapper .btn-more a span {
        font-size: 14px;
    }
}

.g15-wrapper .g15-title {
    text-transform: uppercase;
    font-family: 'Trade', 'Impact', sans-serif;
    font-weight: normal;
    font-size: 48px;
    line-height: 1.2em;
    margin: 0 0 10px 0;
    position: relative;
    color: #fff !important;
}

@media screen and (max-width: 1400px) {
    .g15-wrapper .g15-title {
        font-size: 38px;
    }
}

.g15-wrapper .cover {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

@media screen and (max-width: 2300px) {
    .g15-wrapper .cover {
        max-width: 1700px;
    }
}

@media screen and (max-width: 2100px) {
    .g15-wrapper .cover {
        max-width: 1500px;
    }
}

@media screen and (max-width: 1900px) {
    .g15-wrapper .cover {
        max-width: 1300px;
    }
}

.g15-wrapper .feature-pack {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.g15-wrapper .feature-pack.side {
    text-align: left;
    justify-content: flex-start;
    margin-left: -15px;
}

.g15-wrapper .feature-pack .item {
    margin: 0 15px 40px 15px;
}

.g15-wrapper .feature-pack .center-word {
    font-family: 'Trade', 'Impact', sans-serif;
    font-weight: normal;
    font-size: 38px;
    line-height: 1.3em;
    white-space: nowrap;
}

.g15-wrapper .feature-pack .top-word {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 1.2em;
    letter-spacing: 2px;
}

.g15-wrapper .feature-pack .bottom-word {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 1.2em;
    letter-spacing: 2px;
}

.g15-wrapper .feature-pack .center-word sup {
    position: absolute;
}

@media screen and (max-width: 1400px) {
    .g15-wrapper .feature-pack .center-word {
        font-size: 24px;
    }
    .g15-wrapper .feature-pack .top-word {
        font-size: 12px;
        letter-spacing: 1px;
    }
    .g15-wrapper .feature-pack .bottom-word {
        font-size: 12px;
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 600px) {
    .g15-wrapper .feature-pack.side {
        margin-left: -10px;
    }
    .g15-wrapper .feature-pack .item {
        margin: 0 10px 30px 10px;
    }
    .g15-wrapper .feature-pack .center-word {
        font-size: 30px;
    }
}

@media screen and (max-width: 500px) {
    .g15-wrapper .feature-pack {
        justify-content: flex-start !important;
        text-align: left !important;
        margin-left: -10px;
    }
    .g15-wrapper .g15-pop .feature-pack {
        margin-left: 10px;
    }
}


/*-------belt-------*/

.belt {
    background: #141414;
    position: relative;
}

.belt:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #ff98ea 0%, #c572ff 40%, #655cfc 80%, #00edfc 100%);
}

.belt:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #ff98ea 0%, #c572ff 40%, #655cfc 80%, #00edfc 100%);
}

.belt .belt-inner {
    margin: 0 auto;
    padding: 50px 0px;
    max-width: 1200px;
    width: 90%;
    box-sizing: border-box;
    position: relative;
}

.belt .list {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    min-height: 220px;
}

.belt .list .entry .box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.belt .list .image {
    width: 30%;
}

.belt .list .image img {
    width: 100%;
    display: block;
}

.belt .list .text {
    width: 70%;
    padding-left: 3%;
    box-sizing: border-box;
}

.belt .g15-title {
    font-size: 38px;
}

.belt .list .entry {
    display: none;
}

.belt .list .entry-1 {
    display: block;
}

.belt p {
    font-size: 14px;
}

.belt .arrow>span {
    display: block;
    width: 40px;
    height: 40px;
    background: #ff98ea url(image/angle-left.png) center no-repeat;
    background-size: 20px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transition: all 0.3s;
}

.belt .arrow>span:hover {
    background-color: #c572ff;
}

.belt .arrow>span:active {
    background-color: #655cfc;
}

.belt .arrow>span.left {
    left: -10px;
}

.belt .arrow>span.right {
    background-image: url(image/angle-right.png);
    right: -10px;
}

.belt .dot {
    text-align: center;
    margin-top: 20px;
}

.belt .dot>span {
    display: inline-block;
    margin: 0 3px;
    width: 10px;
    height: 10px;
    background: #655cfc;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
}

.belt .dot>span.active {
    background: #ff98ea;
}

@media screen and (max-width: 1023px) {
    .belt .g15-title {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .belt .list {
        width: 80%;
    }
    .belt .list .image {
        width: 100%;
        margin-bottom: 20px;
    }
    .belt .list .text {
        width: 100%;
        padding-left: 0;
    }
}

@media screen and (max-width: 500px) {
    .belt .inner {
        width: 100%;
    }
    .belt .list {
        width: 100%;
    }
    .belt .arrow>span {
        top: 50vw;
    }
    .belt .dot {
        margin-top: 0px;
    }
    .belt .g15-title {
        font-size: 22px;
    }
}


/*-------belt-slider-------*/

.belt-slider {
    background: #141414;
    position: relative;
    padding-bottom: 40px;
    padding-top: 40px;
}

.belt-slider:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #ff98ea 0%, #c572ff 40%, #655cfc 80%, #00edfc 100%);
}

.belt-slider:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #ff98ea 0%, #c572ff 40%, #655cfc 80%, #00edfc 100%);
}

.belt-slider .belt-slider-inner {
    margin: 0 auto;
    padding: 0px;
    max-width: 1200px;
    width: 90%;
    box-sizing: border-box;
    position: relative;
    111height: 400px;
    /*必須固定？*/
    111height: auto;
    /*必須固定？*/
}

.belt-slider .belt-slider-inner .box1 {
    width: 100%;
    111height: 300px;
    background: yellow;
}

.belt-slider .belt-slider-inner .box2 {
    width: 100%;
    111height: 300px;
    background: blue;
}

.belt-slider .belt-slider-inner .box3 {
    width: 100%;
    height: 300px;
    background: gray;
}

.belt-slider .box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.belt-slider .box .image {
    width: 30%;
    padding-left: 3%;
}

.belt-slider .box .image img {
    width: 100%;
    display: block;
}

.belt-slider .box .text {
    width: 70%;
    padding-left: 3%;
    padding-right: 6%;
    box-sizing: border-box;
}

.belt-slider .box .g15-title {
    font-size: 38px;
}

.belt-slider .box p {
    font-size: 14px;
}

@media screen and (max-width: 1023px) {
    .belt-slider .box .g15-title {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .belt-slider .box .image {
        width: 100%;
        margin-bottom: 20px;
        padding-left: 0;
    }
    .belt-slider .box .text {
        width: 100%;
        padding-left: 0;
    }
}

@media screen and (max-width: 500px) {
    .belt-slider .box .g15-title {
        font-size: 22px;
    }
}


/*-------new swiper 2021-------*/

.swiper-max-container {
    padding: 30px;
    background: #111;
}

.swiper-max-container .swiper-slide .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.swiper-max-container .swiper-slide .row .text {
    width: 60%;
    padding-right: 20px;
    box-sizing: border-box;
}

.swiper-max-container .swiper-slide .row .image {
    width: 40%;
}

.swiper-max-container h3 {
    text-transform: uppercase;
    font-family: 'Trade', 'Impact', sans-serif;
    font-weight: normal;
    font-size: 30px;
    line-height: 1.2em;
    margin: 0 0 20px 0;
    position: relative;
    color: #fff !important;
}

.swiper-max-container p {
    font-size: 14px;
}

.swiper-max-container p a {
    color: #999;
    font-weight: lighter;
}

@media screen and (max-width: 1280px) {
    .swiper-max-container {
        padding: 10px 0px;
    }
}

@media screen and (max-width: 767px) {
    .swiper-max-container .swiper-slide .row .text {
        width: 100%;
        padding-right: 0px;
    }
    .swiper-max-container .swiper-slide .row .image {
        width: 100%;
    }
    .swiper-max-container h3 {
        font-size: 20px;
    }
}


/* swiper video */

.swiper-max-container video {
    width: 100%;
}


/* graph 20210125 */

.swiper-max-container .graph {
    max-width: 900px;
    font-family: 'Trade', 'Impact', sans-serif;
    font-weight: normal;
}

.swiper-max-container .graph .title {
    font-size: 30px;
    line-height: 1.2em;
    margin: 0 0 20px 0;
}

.swiper-max-container .graph .entry {
    margin-bottom: 20px;
}

.swiper-max-container .graph .bar {
    height: 30px;
    background: #fff;
    display: inline-block;
}

.swiper-max-container .graph .bar.win-by-20 {
    width: 65%;
}

.swiper-max-container .graph .bar.short-by-20 {
    width: 50%;
    background: #444;
}

.swiper-max-container .graph .percent {
    display: inline-block;
    font-size: 34px;
    line-height: 1.2em;
    padding-left: 6px;
}

@media screen and (max-width: 767px) {
    .swiper-max-container .graph .title {
        font-size: 20px;
    }
    .swiper-max-container .graph .bar {
        height: 20px;
    }
    .swiper-max-container .graph .percent {
        font-size: 24px;
    }
}


/*-------hero-------*/

.g15-hero {
    padding-bottom: 20px;
}

.g15-hero .inner {
    padding-top: 50vw;
    position: relative;
}

.g15-hero .kv-image {
    background-image: url(image/kv-1920.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #000;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.g15-hero .kv-image {
    background-image: url(image/kv-1920.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #000;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}


/*webp for kv image with modernizr*/

.no-webp .g15-hero .kv-image {
    background-image: url(image/kv-1920.jpg);
}

.webp .g15-hero .kv-image {
    background-image: url(image/kv-1920.webp);
}

.g15-hero .text {
    max-width: 800px;
    margin: 20px auto 20px auto;
    padding: 0 40px;
    text-align: center;
    z-index: 1;
    position: relative;
}

.g15-hero .text p {
    text-shadow: 0 0px 3px rgba(0, 0, 0, 1), 0 0px 5px rgba(0, 0, 0, 1), 0 0px 12px rgba(0, 0, 0, 1), 0 0px 16px rgba(0, 0, 0, 1);
}

.g15-hero h1 {
    text-transform: uppercase;
    font-family: 'rogfonts-regular', sans-serif;
    font-weight: normal;
    font-size: 50px;
    line-height: 1.2em;
    background: linear-gradient(to bottom, #fff 15%, #999 20%, #eee 70%, #aaa 100%);
    background: linear-gradient(to bottom, #aaa 5%, #fff 10%, #777 40%, #fff 80%, #aaa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.g15-hero .icon {
    margin-top: 40px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.g15-hero .icon div {
    max-width: 200px;
}

.g15-hero .icon img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.g15-hero .features {
    padding: 0 20px;
    display: flex;
    justify-content: center;
    max-width: 1500px;
    margin: 30px auto 0 auto;
    text-align: center;
    box-sizing: border-box;
    align-items: flex-start;
    flex-wrap: wrap;
}

.g15-hero .features .entry {
    width: 20%;
    box-sizing: border-box;
    padding: 0 10px;
}

.g15-hero .features .entry p {
    font-size: 14px;
}

@media screen and (min-width: 2560px) {
    .g15-hero .kv-image {
        background-image: url(image/kv-2560.jpg);
    }
    /*webp for kv image with modernizr*/
    .no-webp .g15-hero .kv-image {
        background-image: url(image/kv-2560.jpg);
    }
    .webp .g15-hero .kv-image {
        background-image: url(image/kv-2560.webp);
    }
}

@media screen and (max-width: 1023px) {
    .g15-hero h1 {
        font-size: 40px;
    }
    .g15-hero .features .entry {
        width: 33.33%;
    }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
    .g15-hero .inner {
        padding-top: 68vw;
    }
    /*no webp for mobile kv*/
    .g15-hero .kv-image,
    .no-webp .g15-hero .kv-image,
    .webp .g15-hero .kv-image {
        background-image: url(image/kv-mobile.jpg);
    }
    .g15-hero .text {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 600px) {
    .g15-hero h1 {
        font-size: 26px;
    }
}

@media screen and (max-width: 500px) {
    .g15-hero .text {
        padding: 0 20px;
    }
    .g15-hero .features .entry {
        width: 50%;
    }
}


/*-------performance-------*/

.g15-performance .inner {
    background: url(image/decor-performance.png) left center no-repeat, url(image/rainbow-belt.png) right center repeat-y;
    background-size: auto 80%, auto;
    overflow: hidden;
    padding-top: 10vh;
}

.g15-performance .inner:last-child {
    background: none;
}

.g15-performance .inner .text {
    max-width: 1300px;
    margin: 0 auto 30px auto;
    padding: 0 40px;
    text-align: center;
}

.g15-performance .feature-pack {
    margin-top: 20px;
}

.g15-performance .nv-list {
    padding: 0 20px;
    display: flex;
    justify-content: center;
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
    align-items: flex-start;
    flex-wrap: wrap;
}

.g15-performance .nv-list .entry {
    width: 33.33%;
    box-sizing: border-box;
    padding: 0 30px;
}

.g15-performance .nv-list .entry h4 {
    color: #79b700;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Geforce Bold', 'Trade', 'Impact', sans-serif;
    margin-bottom: 10px;
    margin-top: 10px;
}

.g15-performance .nv-list .entry p {
    font-size: 14px;
}

@media screen and (max-width: 1920px) {
    .g15-performance .inner {
        background-size: auto 80%, 90px auto;
    }
}

@media screen and (max-width: 1600px) {
    .g15-performance .inner {
        background: none;
    }
}

@media screen and (max-width: 1200px) {
    .g15-performance .nv-list .entry {
        padding: 0 10px;
    }
}

@media screen and (max-width: 768px) {
    .g15-performance .cover img {
        width: 150%;
        max-width: 150%;
        margin-left: -25%;
    }
}

@media screen and (max-width: 500px) {
    .g15-performance .cover img {
        width: 200%;
        max-width: 200%;
        margin-left: -50%;
    }
    .g15-performance .nv-list .entry {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 500px) {
    .g15-performance .inner .text {
        padding: 0 20px;
        text-align: left;
    }
}


/*-------display-------*/

.g15-display .inner {
    background: url(image/decor-display.png) right center no-repeat, url(image/rainbow-belt.png) left center repeat-y;
    background-size: 130px auto, auto;
    overflow: hidden;
    padding-top: 10vh;
}

.g15-display .inner .text {
    max-width: 1250px;
    margin: 0 auto 30px auto;
    padding: 0 40px;
}

.g15-display .inner .text-inner {
    text-align: center;
}

.g15-display .inner .icon {
    width: 50px;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
}

.g15-display .inner .dolby {
    width: 150px;
    margin-bottom: 40px;
    margin-left: 10px;
}

.g15-display .room {
    position: relative;
}

.g15-display .room .video {
    width: 60%;
    height: 65.3%;
    margin: 0 auto;
    position: absolute;
    left: 20%;
    top: 10%;
    /*background: rgba(255,255,255,0.2);*/
}

.g15-display .room .video iframe {
    width: 100%;
    height: 100%;
}

.g15-display .room .video video {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1920px) {
    .g15-display .inner {
        background-size: 90px auto, 90px auto;
    }
}

@media screen and (max-width: 1600px) {
    .g15-display .inner {
        background: none;
    }
}

@media screen and (max-width: 500px) {
    .g15-display .inner {
        padding-top: 5vh;
    }
    .g15-display .inner .text-inner {
        text-align: left;
    }
    .g15-display .inner .text {
        padding: 0 20px;
    }
}


/*-------speakers-------*/

.g15-speakers .inner {
    background: url(image/decor-speakers.png) left center no-repeat, url(image/rainbow-belt.png) right center repeat-y;
    background-size: 130px auto, auto;
    overflow: hidden;
    padding-top: 10vh;
}

.g15-speakers .inner .text {
    max-width: 1200px;
    margin: 0 auto 30px auto;
    padding: 0 40px;
}

.g15-speakers .inner .text-inner {
    text-align: center;
}

.g15-speakers .inner .icon {
    width: 180px;
    margin-bottom: 40px;
    margin-top: 20px;
    margin-left: 20px;
}

.g15-speakers .inner .icon2 {
    width: 60px;
    margin-bottom: 40px;
    margin-top: 20px;
    margin-left: 20px;
}

@media screen and (max-width: 1920px) {
    .g15-speakers .inner {
        background-size: 90px auto, 90px auto;
    }
}

@media screen and (max-width: 1600px) {
    .g15-speakers .inner {
        background: none;
        padding-top: 0;
    }
}

@media screen and (max-width: 500px) {
    .g15-speakers .inner .text-inner {
        text-align: left;
    }
    .g15-speakers .inner .text {
        padding: 0 20px;
    }
    .g15-speakers .inner .icon {
        margin-left: 10px;
    }
    .g15-speakers .feature-pack .item:nth-child(2) {
        min-width: 60%;
        /*為了dolby圖要在第二排*/
    }
}


/*-------portability-------*/

.g15-portability .inner {
    background: url(image/decor-portability.png) left center no-repeat, url(image/rainbow-belt.png) right center repeat-y;
    background-size: 130px auto, auto;
    overflow: hidden;
    padding-top: 10vh;
}

.g15-portability .inner .text {
    max-width: 1200px;
    margin: 0 auto 30px auto;
    padding: 0 40px;
}

.g15-portability .inner .text-inner {
    text-align: center;
}

.g15-portability .inner .icon {
    width: 150px;
    margin-bottom: 40px;
    margin-left: 20px;
}

@media screen and (max-width: 1920px) {
    .g15-portability .inner {
        background-size: 90px auto, 90px auto;
    }
}

@media screen and (max-width: 1600px) {
    .g15-portability .inner {
        background: none;
        padding-top: 0;
    }
}

@media screen and (max-width: 500px) {
    .g15-portability .inner .text {
        padding: 0 20px;
    }
    .g15-portability .inner .text-inner {
        text-align: left;
    }
    .g15-portability .inner .icon {
        margin-left: 0px;
    }
}


/*-------keyboard-------*/

.g15-keyboard .inner {
    background: url(image/decor-keyboard.png) right center no-repeat, url(image/rainbow-belt.png) left center repeat-y;
    background-size: 130px auto, auto;
    overflow: hidden;
    padding-top: 10vh;
}

.g15-keyboard .inner .text {
    max-width: 1200px;
    margin: 0 auto 30px auto;
    padding: 0 40px;
    text-align: center;
}

.g15-keyboard .feature-pack {
    margin-top: 20px;
}

.g15-keyboard .glow {
    position: relative;
}

.g15-keyboard .glow img {
    display: block;
    width: 100%;
}

.g15-keyboard .glow .light {
    position: relative;
    z-index: 2;
}

.g15-keyboard .glow .dark {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /*animation: glow 3s infinite;*/
}

@media screen and (max-width: 1920px) {
    .g15-keyboard .inner {
        background-size: 90px auto, 90px auto;
    }
}

@media screen and (max-width: 1600px) {
    .g15-keyboard .inner {
        background: none;
    }
}

@media screen and (max-width: 768px) {
    .g15-keyboard .cover img {
        width: 150%;
        max-width: 150%;
        margin-left: -25%;
    }
    .g15-keyboard .feature-pack .item {
        min-width: 20%;
    }
}

@media screen and (max-width: 500px) {
    .g15-keyboard .cover img {
        width: 200%;
        max-width: 200%;
        margin-left: -50%;
    }
    .g15-keyboard .inner .text {
        text-align: left;
        padding: 0 20px;
    }
}


/*-------microphone-------*/

.g15-microphone .inner {
    background: url(image/decor-microphone.png) right center no-repeat, url(image/rainbow-belt.png) left center repeat-y;
    background-size: 130px auto, auto;
    overflow: hidden;
    padding-top: 10vh;
}

.g15-microphone .inner .text {
    max-width: 1000px;
    margin: 0 auto 30px auto;
    padding: 0 40px;
    text-align: center;
}

.g15-microphone .feature-pack {
    margin-top: 20px;
    justify-content: center;
}

.g15-microphone .tab-wrapper {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.g15-microphone .tab-wrapper .title {
    font-size: 1.4em;
}

.g15-microphone .tab {
    display: flex;
    align-items: top;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
}

.g15-microphone .tab .entry {
    width: 33.33%;
    cursor: pointer;
}

.g15-microphone .tab .entry p {
    transition: all 0.2s;
}

.g15-microphone .tab .entry img {
    display: block;
    margin: 0 auto;
    filter: brightness(10);
    transition: all 0.2s;
}

.g15-microphone .tab .entry.active p {
    color: #e63ae8;
}

.g15-microphone .tab .entry.active img {
    filter: brightness(1);
}

.g15-microphone .tab .entry:hover p {
    color: #e63ae8;
}

.g15-microphone .tab .entry:hover img {
    filter: brightness(1);
}

.g15-microphone .tab-content .entry-2,
.g15-microphone .tab-content .entry-3 {
    display: none;
}

@media screen and (max-width: 1920px) {
    .g15-microphone .inner {
        background-size: 90px auto, 90px auto;
    }
}

@media screen and (max-width: 1600px) {
    .g15-microphone .inner {
        background: none;
        padding-top: 0;
    }
}

@media screen and (max-width: 1023px) {
    .g15-microphone .inner .text {
        display: block;
    }
    .g15-microphone .inner .text-inner {
        width: 100%;
        padding-right: 0px;
    }
    .g15-microphone .feature-pack {
        width: 100%;
        margin-top: 0;
    }
}

@media screen and (max-width: 500px) {
    .g15-microphone .inner .text {
        padding: 0 20px;
        text-align: left;
    }
    .g15-microphone .tab-wrapper .title {
        font-size: 1em;
    }
    .g15-microphone .tab p {
        font-size: 0.8em;
    }
    .g15-microphone .feature-pack .item:last-child {
        order: -1;
        min-width: 80%;
    }
}


/*-------cooling-------*/

.g15-cooling .inner {
    overflow: hidden;
    padding-top: 10vh;
}

.g15-cooling .title-logo {
    max-width: 50%;
    margin: 0 auto 30px auto;
}

.g15-cooling .title-logo img {
    display: block;
    width: 100%;
}

.g15-cooling .inner .text {
    max-width: 1300px;
    margin: 0 auto 30px auto;
    padding: 0 40px;
    text-align: center;
    position: relative;
    z-index: 10;
}

.g15-cooling .feature-pack {
    margin-top: 20px;
    justify-content: center;
}

.g15-cooling .cooling-by-frame {
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
}

.g15-cooling .cooling-by-frame img {
    display: block;
}

.g15-cooling .cooling-by-frame .base {
    position: relative;
    z-index: 0;
}

.g15-cooling .cooling-by-frame .animation div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.g15-cooling .cooling-by-frame .animation .f01 {
    z-index: 1;
    opacity: 1;
}

.g15-cooling .cooling-by-frame .animation .f02 {
    z-index: 2;
    opacity: 0;
    animation: wind2 3s linear infinite;
    animation-delay: 0s;
}

.g15-cooling .cooling-by-frame .animation .f03 {
    z-index: 3;
    opacity: 0;
    animation: wind3 3s linear infinite;
    animation-delay: 0s;
}

.g15-cooling .cooling-by-frame .animation .f04 {
    z-index: 4;
    opacity: 0;
    animation: wind4 3s linear infinite;
    animation-delay: 0s;
}

.g15-cooling .cooling-by-frame .animation .f05 {
    z-index: 5;
    opacity: 0;
    animation: wind5 3s linear infinite;
    animation-delay: 0s;
}

.g15-cooling .cooling-by-frame .animation .f06 {
    z-index: 6;
    opacity: 0;
    animation: wind6 3s linear infinite;
    animation-delay: 0s;
}

.g15-cooling .cooling-by-frame .animation .f07 {
    z-index: 7;
    opacity: 0;
    animation: wind7 3s linear infinite;
    animation-delay: 0s;
}

@keyframes wind2 {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    /*center*/
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes wind3 {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    /*center*/
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes wind4 {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    /*center*/
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes wind5 {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    /*center*/
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes wind6 {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    /*center*/
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes wind7 {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
    /*center*/
}

@media screen and (max-width: 1600px) {
    .g15-cooling .inner {
        background: none;
        /* padding-top: 0; */
    }
}

@media screen and (max-width: 1023px) {
    .g15-cooling .inner .text {
        display: block;
    }
    .g15-cooling .inner .text-inner {
        width: 100%;
        padding-right: 0px;
    }
    .g15-cooling .feature-pack {
        width: 100%;
        margin-top: 0;
    }
}

@media screen and (max-width: 500px) {
    .g15-cooling .inner .text {
        padding: 0 20px;
        text-align: left;
    }
    .g15-cooling .title-logo {
        max-width: 70%;
    }
}


/*-------software-------*/

.g15-software .inner {
    background: url(image/decor-software.png) right center no-repeat, url(image/rainbow-belt.png) left center repeat-y;
    background-size: 180px auto, auto;
    overflow: hidden;
    padding-top: 10vh;
}

.g15-software .inner .text {
    max-width: 1000px;
    margin: 0 auto 30px auto;
    padding: 0 40px;
    text-align: center;
}

.g15-software .cover {
    max-width: 1000px;
    margin: 0 auto 50px auto;
}

@media screen and (max-width: 1920px) {
    .g15-software .inner {
        background-size: 180px auto, 90px auto;
    }
}

@media screen and (max-width: 1600px) {
    .g15-software .inner {
        background: none;
        padding-top: 5vh;
    }
}

@media screen and (max-width: 1023px) {
    .g15-software .inner .text {
        display: block;
    }
}

@media screen and (max-width: 500px) {
    .g15-software .inner .text {
        padding: 0 20px;
        text-align: left;
    }
}


/*-------bundled-------*/

.g15-bundled {
    position: relative;
    min-height: 60.54vw;
}

.g15-bundled .inner {
    overflow: hidden;
}

.g15-bundled .inner .text {
    max-width: 1300px;
    margin: 5vh auto 30px auto;
    padding: 0 40px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.g15-wrapper .g15-bundled .note {
    color: #ccc;
}

.g15-bundled .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.g15-bundled .bg img {
    width: 100%;
}

.g15-bundled .list .entry {
    position: absolute;
    height: auto;
    z-index: 2;
}

.g15-bundled .list .entry span {
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #000;
    font-size: 25px;
    background: linear-gradient(-45deg, #d77bfb 0%, #516efd 50%, #00f4ff 100%);
    transition: all 0.3s;
    font-family: 'Roboto', sans-serif;
}

.g15-bundled .list .entry:hover span {
    color: #fff;
}

.g15-bundled .list .entry:nth-child(1) {
    left: 22%;
    bottom: 32%;
}

.g15-bundled .list .entry:nth-child(2) {
    left: 29%;
    bottom: 11%;
    display: none;
    /*remove this product*/
}

.g15-bundled .list .entry:nth-child(3) {
    left: 55%;
    bottom: 24%;
}

.g15-bundled .list .entry:nth-child(4) {
    left: 59%;
    bottom: 39%;
}

.g15-bundled .list .entry:nth-child(5) {
    left: 66%;
    bottom: 21%;
}

@media screen and (max-width: 1600px) {
    .g15-bundled .inner {
        background: none;
        padding-top: 0;
    }
}

@media screen and (max-width: 1100px) {
    .g15-bundled .bg-wrapper {
        position: relative;
    }
    .g15-bundled .bg {
        position: relative;
        left: auto;
        top: auto;
    }
    .g15-bundled .bg img {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
    .g15-bundled .list .entry:nth-child(1) {
        left: 10%;
        bottom: 32%;
    }
    .g15-bundled .list .entry:nth-child(2) {
        left: 18%;
        bottom: 9%;
    }
    .g15-bundled .list .entry:nth-child(4) {
        left: 62%;
    }
    .g15-bundled .list .entry:nth-child(5) {
        left: 73%;
    }
}

@media screen and (max-width: 1023px) {
    .g15-bundled .inner .text {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .g15-bundled .list .entry:nth-child(3) {
        bottom: 20%;
    }
}

@media screen and (max-width: 500px) {
    .g15-bundled .inner .text {
        padding: 0 20px;
        text-align: left;
    }
    .g15-bundled .list .entry:nth-child(3) {
        bottom: 17%;
    }
    .g15-bundled .list .entry:nth-child(2) {
        bottom: 6%;
    }
}


/*-------design-------*/

.g15-design {
    position: relative;
}

.g15-design .inner {
    overflow: hidden;
    min-height: 56.25vw;
}

.g15-design .inner .text {
    position: relative;
    z-index: 2;
    width: 35%;
    max-width: 700px;
    margin-left: 60%;
    margin-top: 15%;
}

.g15-design .video-wrapper {
    overflow: hidden;
}

.g15-design .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}

.g15-design .image img {
    width: 100%;
}

.g15-design .image .bg img {
    width: 100%;
}

.g15-design .image .front {
    position: absolute;
    left: 14%;
    top: 20%;
    width: 43%;
}

.g15-design .image .front .main {
    position: absolute;
    width: 100%;
}

.g15-design .image .front .outline {
    position: absolute;
    width: 100%;
}

.g15-design .image .front .outline {
    animation: outline 4s infinite;
}

@keyframes outline {
    0% {
        opacity: 0;
        transform: scale(1.05);
    }
    10% {
        opacity: 1;
        transform: scale(1);
    }
    20% {
        opacity: 1;
        transform: scale(0.98);
    }
    50% {
        opacity: 1;
        transform: scale(0.98);
    }
    70% {
        opacity: 1;
        transform: scale(0.95);
    }
    100% {
        opacity: 0;
        transform: scale(0.95);
    }
}

.g15-design .image .front .word {
    font-size: 18px;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Trade', 'Impact', sans-serif;
}


/*20220113*/

.g15-design .image .front .word .lighter {
    position: absolute;
    right: 12%;
    top: -40px;
}

.g15-design .image .front .word .smaller {
    position: absolute;
    left: 12%;
    top: -40px;
}

.g15-design .image .front .word span {
    font-size: 1.5em;
}


/*20220113*/

.g15-design .image .front .word.description .lighter {
    top: -5px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.g15-design .image .front .word.description .smaller {
    top: -5px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.g15-design .video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /*height: 100%;*/
    z-index: 2;
    overflow: hidden;
    background: #000;
}

.g15-design .video video {
    width: 100%;
}

.g15-design .grid {
    display: flex;
    flex-wrap: wrap;
}

.g15-design .grid .entry {
    width: 25%;
    position: relative;
    /*float: left;*/
}

.g15-design .grid .entry img {
    width: 100%;
    display: block;
}

.g15-design .grid .entry .box {
    position: absolute;
    left: 60%;
    top: 10%;
    width: 120%;
    background: rgba(0, 0, 0, 1);
    z-index: -1;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.6s;
    border: 1px solid #655cfc;
}

.g15-design .grid .entry .item {
    position: relative;
}

.g15-design .grid .entry .img {
    transition: all 0.3s;
}

.g15-design .grid .entry .item:hover .img {
    filter: brightness(50%);
}

.g15-design .grid .entry .item:hover .box {
    z-index: 10;
    opacity: 1;
}

.g15-design .grid .entry:nth-child(4) .box {
    left: auto;
    right: 60%;
}

.g15-design .grid .entry .box h4 {
    padding: 0;
    margin: 0 0 10px 0;
    font-family: 'Trade', 'Impact', sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.2em;
}

.g15-design .grid .entry .box p {
    padding: 0;
    margin: 0;
    font-size: 14px;
}

@media screen and (max-width: 1800px) {
    .g15-design .grid .entry.twin .box {
        top: 0%;
        left: 10%;
        width: 180%;
    }
}

@media screen and (max-width: 1400px) {
    .g15-design .inner .text {
        margin-top: 11%;
    }
    .g15-design .grid .entry .box {
        padding: 10px 20px;
    }
    .g15-design .grid .entry .box h4 {
        margin-bottom: 5px;
        font-size: 18px;
    }
    .g15-design .grid .entry .box p {
        font-size: 13px;
    }
}

.g15-design .grid .entry .mobile {
    display: none;
}

@media screen and (max-width: 1200px) {
    .g15-design .inner .text {
        margin-top: 2%;
    }
    .g15-design .grid {
        display: block;
        margin-top: 20px;
    }
    .g15-design .grid .entry {
        width: 100% !important;
    }
    .g15-design .grid .entry .item {
        display: flex;
        margin-bottom: 20px;
    }
    .g15-design .grid .entry .img {
        width: 50%;
        padding-left: 20px;
    }
    .g15-design .grid .entry .item:hover .img {
        filter: brightness(100%);
    }
    .g15-design .grid .entry .box {
        position: relative;
        left: auto;
        top: auto;
        right: auto !important;
        opacity: 1;
        border: none;
        width: 50%;
        padding-top: 0;
        z-index: 1;
    }
    .g15-design .grid .entry.twin .box {
        width: 50%;
        left: auto;
    }
    .g15-design .grid .entry .default {
        display: none;
    }
    .g15-design .grid .entry .mobile {
        display: block;
    }
}

@media screen and (max-width: 950px) {
    .g15-design .inner .text {
        margin-top: 10vh;
        margin-left: 0;
        width: 100%;
        max-width: 100%;
        padding: 0 40px;
        text-align: center;
    }
    .g15-design .feature-pack {
        text-align: center !important;
        justify-content: center !important;
    }
    .g15-design .video-wrapper {
        position: relative;
    }
    .g15-design .image {
        position: relative;
        left: auto;
        top: auto;
    }
}


/*20220113*/

@media screen and (max-width: 950px) {
    .g15-design .grid .entry {
        width: 50%;
    }
    .g15-design .image .bg img {
        width: 150%;
        max-width: 150%;
        margin-left: -5%;
    }
    .g15-design .video {
        width: 150%;
        margin-left: -5%;
    }
    .g15-design .image .front {
        left: 17%;
        top: 19.5%;
        width: 64%;
    }
}

@media screen and (max-width: 650px) {
    .g15-design .feature-pack {
        justify-content: flex-start !important;
        text-align: left !important;
        margin-left: -10px;
    }
    .g15-design .inner .text {
        padding: 0 20px;
        margin-top: 5vh;
        text-align: left;
    }
    .g15-design .image .front .word .lighter {
        right: -18%;
        top: -50px;
    }
    .g15-design .image .front .word .smaller {
        left: -18%;
        top: -50px;
    }
    .g15-design .image .front .word.description .lighter {
        top: -15px;
        font-size: 12px;
    }
    .g15-design .image .front .word.description .smaller {
        top: -15px;
        font-size: 12px;
    }
    .g15-design .grid .entry {
        width: 100%;
    }
    .g15-design .grid .entry.twin .box {
        width: 100%;
    }
    .g15-design .grid .entry .item {
        display: block;
    }
    .g15-design .grid .entry .img {
        width: 100%;
        padding: 0 20px;
    }
    .g15-design .grid .entry .box {
        width: 100%;
        padding-top: 20px;
    }
}


/*-------ioport-------*/

.g15-ioport {
    position: relative;
    max-width: 100% !important;
}

.g15-ioport .inner {
    overflow: hidden;
    min-height: 56.25vw;
}

.g15-ioport .inner .text {
    position: relative;
    z-index: 2;
    width: 35%;
    max-width: 800px;
    margin-left: 15%;
    margin-top: 5%;
}

.g15-ioport .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}

.g15-ioport .bg img {
    width: 100%;
}

.g15-ioport .bg-mobile {
    display: none;
}

.g15-ioport .list .entry {
    font-family: 'Roboto', sans-serif;
    position: absolute;
    width: 150px;
    height: auto;
    /*background: rgba(255,255,255,0.2);*/
    z-index: 2;
}

.g15-ioport .list .entry .number {
    display: none;
}

.g15-ioport .list .entry .name {
    font-size: 14px;
}

.g15-ioport .list .entry:nth-child(1) {
    left: 22%;
    bottom: 23%;
}

.g15-ioport .list .entry:nth-child(2) {
    left: 28%;
    bottom: 28%;
}

.g15-ioport .list .entry:nth-child(3) {
    left: 38.5%;
    bottom: 37%;
}

.g15-ioport .list .entry:nth-child(4) {
    left: 58%;
    bottom: 50%;
    width: 70px;
}

.g15-ioport .list .entry:nth-child(5) {
    left: 59.5%;
    bottom: 52.5%;
    width: 100px;
}

.g15-ioport .list .entry:nth-child(6) {
    left: 64%;
    bottom: 55%;
    width: 60px;
}

.g15-ioport .list .entry:nth-child(7) {
    left: 66%;
    bottom: 58%;
}

.g15-ioport .list .entry:nth-child(8) {
    left: 68%;
    bottom: 66%;
    width: 200px;
}

.g15-ioport .list .entry:nth-child(9) {
    left: 72%;
    bottom: 60%;
}

@media screen and (min-width: 2400px) {
    .g15-ioport .inner .text {
        margin-left: 25%;
        margin-top: 10%;
    }
}

@media screen and (min-width: 2560px) {
    .g15-ioport .inner {
        min-height: 1440px;
    }
}

@media screen and (max-width: 1400px) {
    .g15-ioport .inner .text {
        margin-left: 5%;
        margin-top: 0;
        width: 80%;
    }
}

@media screen and (max-width: 1300px) {
    .g15-ioport .list .entry .name {
        font-size: 12px;
    }
    .g15-ioport .inner .text {
        width: 50%;
    }
    .g15-ioport .list .entry:nth-child(7) {
        left: 58.5%;
        bottom: 60%;
        width: 140px;
    }
    .g15-ioport .list .entry:nth-child(7) br {
        display: none;
    }
    .g15-ioport .list .entry:nth-child(8) {
        left: 69%;
        bottom: 64%;
    }
}

@media screen and (max-width: 1200px) {
    .g15-ioport .inner {
        min-height: auto;
    }
    .g15-ioport .bg {
        display: none;
    }
    .g15-ioport .bg-mobile {
        display: block;
        max-width: 640px;
        margin: 0 auto;
    }
    .g15-ioport .list {
        max-width: 640px;
        margin: 0 auto;
        padding: 0 20px;
    }
    .g15-ioport .list .entry {
        position: relative;
        width: auto !important;
        left: auto !important;
        bottom: auto !important;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }
    .g15-ioport .list .entry br {
        display: none;
    }
    .g15-ioport .list .entry .number {
        display: inline-block;
        font-weight: bold;
        margin-right: 15px;
        flex-shrink: 0;
        width: 30px;
        height: 30px;
        background: red;
        border-radius: 50%;
        text-align: center;
        line-height: 30px;
        background: linear-gradient(-45deg, #d77bfb 0%, #516efd 50%, #00f4ff 100%);
    }
    .g15-ioport .list .entry .name {
        font-size: 16px;
    }
}

@media screen and (max-width: 1023px) {
    .g15-ioport .inner .text {
        margin-left: 0;
        width: 100%;
        max-width: 100%;
        padding: 0 40px;
    }
    .g15-ioport .bg {
        position: relative;
        left: auto;
        top: auto;
        margin-top: -15%;
    }
    .g15-ioport .inner {
        min-height: auto;
    }
}

@media screen and (max-width: 768px) {
    .g15-ioport .inner .text {
        text-align: center;
    }
    .g15-ioport .bg {
        margin-top: -28%;
    }
    .g15-ioport .bg img {
        width: 140%;
        max-width: 140%;
        margin-left: -12%;
    }
}

@media screen and (max-width: 500px) {
    .g15-ioport .inner .text {
        padding: 0 20px;
        text-align: left;
    }
}


/* POP */

.g15-pop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(0, 0, 0, 1);
    z-index: 1000;
    display: none;
}

.g15-pop .pop-main {
    max-width: 1200px;
    margin: 0 auto;
}

.g15-pop .pop-main .video video {
    width: 100%;
}

.g15-pop h3 {
    text-transform: uppercase;
    font-family: 'Trade', 'Impact', sans-serif;
    font-weight: normal;
    font-size: 30px;
    line-height: 1.2em;
    margin: 0 0 20px 0;
    position: relative;
    color: #fff !important;
}

.g15-pop .btn-close {
    text-align: center;
    margin: 30px 0 100px 0;
}

.g15-pop .btn-close a {
    border-radius: 50px;
    padding: 3px;
    display: inline-block;
    cursor: pointer;
    background: linear-gradient(to right, #ff98ea 0%, #c572ff 20%, #655cfc 40%, #00ffff 60%, #f0ffc4 80%, #ff98ea 100%);
}

.g15-pop .btn-close a span {
    background: #fff;
    border-radius: 50px;
    padding: 10px 50px;
    color: #000;
    text-transform: uppercase;
    font-family: 'rogfonts-regular', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.2em;
    display: inline-block;
    transition: color 0.3s;
}

.g15-pop .btn-close a:hover span {
    color: #655cfc;
}

.g15-pop .pop-main .box-type-a {
    margin-bottom: 50px;
    background: #111;
}

.g15-pop .pop-main .box-type-a .text {
    padding: 40px 60px;
}

.g15-pop .pop-main .box-type-b {
    margin-bottom: 50px;
    background: #111;
    display: flex;
    align-items: center;
    padding: 20px;
    flex-wrap: wrap;
}

.g15-pop .pop-main .box-type-b.reverse {
    flex-direction: row-reverse;
}

.g15-pop .pop-main .box-type-b .image {
    width: 45%;
}

.g15-pop .pop-main .box-type-b .text {
    width: 55%;
    padding: 20px;
}

@media screen and (max-width: 500px) {
    .g15-pop h3 {
        font-size: 20px;
    }
    .g15-pop .btn-close {
        margin-bottom: 30px;
    }
    .g15-pop .btn-close a span {
        font-size: 14px;
    }
    .g15-pop .pop-main .box-type-a .text {
        padding: 20px 20px;
    }
    .g15-pop .pop-main .box-type-b .text {
        width: 100%;
        padding: 20px 0;
    }
    .g15-pop .pop-main .box-type-b .image {
        width: 100%;
    }
}


/* POP BUNDLE */

.g15-pop-bundle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    display: none;
}

.g15-pop-bundle .pop-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.g15-pop-bundle .pop-inner {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.g15-pop-bundle .pop-main {
    max-width: 800px;
    width: 80%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 1);
    position: relative;
    border: 1px solid #fff;
    display: none;
    padding-bottom: 30px;
    z-index: 1;
}

.g15-pop-bundle .pop-main.active {
    display: block;
}

.g15-pop-bundle h3 {
    text-transform: uppercase;
    font-family: 'rogfonts-regular', sans-serif;
    font-weight: normal;
    font-size: 30px;
    line-height: 1.2em;
    margin: 20px 0 20px 0;
    padding: 0 50px;
    position: relative;
    color: #fff !important;
    text-align: center;
}

.g15-pop-bundle .btn-close {
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 10px;
    font-size: 30px;
    font-style: italic;
    font-family: 'rogfonts-regular', sans-serif;
    z-index: 2;
}

.g15-pop-bundle .btn-close:focus {
    outline: 2px solid red;
}

.g15-pop-bundle .btn-close:hover {
    color: #999;
    transition: color 0.2s;
}

.g15-pop-bundle .arrow .next {
    cursor: pointer;
    position: absolute;
    right: -70px;
    top: 40%;
    background: yellow;
    width: 60px;
    height: 60px;
    background: url(image/pop-right.png) center no-repeat;
    background-size: cover;
    transition: opacity 0.2s;
}

.g15-pop-bundle .arrow .last {
    cursor: pointer;
    position: absolute;
    left: -70px;
    top: 40%;
    background: yellow;
    width: 60px;
    height: 60px;
    background: url(image/pop-left.png) center no-repeat;
    background-size: cover;
    transition: opacity 0.2s;
}

.g15-pop-bundle .arrow .next:hover {
    opacity: 0.7;
}

.g15-pop-bundle .arrow .last:hover {
    opacity: 0.7;
}

.g15-pop-bundle .main-img .image {
    max-width: 640px;
    min-height: 426px;
    margin: 0 auto;
}

.g15-pop-bundle .main-img .image img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.g15-pop-bundle .main-img .image:not(.active) {
    display: none;
}

.g15-pop-bundle .nav {
    display: flex;
    width: 90%;
    margin: 0 auto;
}

.g15-pop-bundle .nav .entry {
    border: 1px solid #555;
    margin: 0 8px;
    cursor: pointer;
    transition: all 0.2s;
}

.g15-pop-bundle .nav .entry:hover {
    border-color: #777;
}

.g15-pop-bundle .nav .entry.active {
    border-color: #fff;
}

@media (min-width: 1241px) and (max-width: 1590px) and (-webkit-min-device-pixel-ratio: 1.25) and (-webkit-max-device-pixel-ratio: 1.5) {
    .g15-pop-bundle .pop-main {
        -moz-transform: scale(0.6);
        /*for Firefoxs*/
        zoom: 0.6;
    }
    .g15-pop-bundle .pop-main {
        border-width: 2px;
    }
    .g15-pop-bundle .nav .entry {
        border-width: 2px;
    }
}

@media screen and (max-width: 768px) {
    .g15-pop-bundle .main-img .image {
        min-height: inherit;
    }
}

@media screen and (max-width: 767px) {
    .g15-pop-bundle .arrow .next {
        display: none;
    }
    .g15-pop-bundle .arrow .last {
        display: none;
    }
    .g15-pop-bundle h3 {
        font-size: 24px;
    }
}

@media screen and (max-width: 500px) {
    .g15-pop-bundle h3 {
        font-size: 18px;
        margin-top: 40px;
        padding: 0 10px;
    }
    .g15-pop-bundle .btn-close {
        right: 15px;
        font-size: 20px;
    }
}


/* graph 20210125 */

.g15-pop .graph {
    padding: 0 60px;
    margin-bottom: 50px;
    max-width: 900px;
    font-family: 'Trade', 'Impact', sans-serif;
    font-weight: normal;
}

.g15-pop .graph .title {
    font-size: 30px;
    line-height: 1.2em;
    margin: 0 0 20px 0;
}

.g15-pop .graph .entry {
    margin-bottom: 20px;
}

.g15-pop .graph .bar {
    height: 30px;
    background: #fff;
    display: inline-block;
}

.g15-pop .graph .bar.win-by-20 {
    width: 65%;
}

.g15-pop .graph .bar.short-by-20 {
    width: 50%;
    background: #444;
}

.g15-pop .graph .percent {
    display: inline-block;
    font-size: 34px;
    line-height: 1.2em;
    padding-left: 6px;
}

@media screen and (max-width: 500px) {
    .g15-pop .graph {
        padding: 0 20px;
    }
    .g15-pop .graph .title {
        font-size: 20px;
    }
    .g15-pop .graph .bar {
        height: 20px;
    }
    .g15-pop .graph .percent {
        font-size: 24px;
    }
}

.beforeAward {
    padding-top: 100px;
    padding-bottom: 50px;
}

.ProductOverviewAwardsVideoContent__prodcutAwardContainer__1C1rj h2 {
    font-size: 45px !important;
    font-family: 'roboto-condensed-bold', 'Microsoft JhengHei', 'sans-serif';
}

.ProductOverviewAwardsContent__prodcutAwardContainer__3O-Hy h2 {
    font-size: 45px !important;
    font-family: 'roboto-condensed-bold', 'Microsoft JhengHei', 'sans-serif';
}

.ProductOverviewAwardsVideoContent__prodcutAwardContainer__1C1rj h2 {
    font-size: 45px !important;
    font-family: 'roboto-condensed-bold', 'Microsoft JhengHei', 'sans-serif';
}

.ProductOverviewAwardsContent__productAwardContainer__3Eyt8 h2 {
    font-size: 45px !important;
    font-family: 'roboto-condensed-bold', 'Microsoft JhengHei', 'sans-serif';
}

[data-dirtype] .ProductOverviewAwardsVideoContent__productAwardContainer__26ZeU h2 {
    font-size: 35px !important;
}

[data-dirtype] .ProductOverviewAwardsContent__productAwardContainer__3Eyt8 h2 {
    font-size: 35px !important;
}

@media all and (min-width: 0px) and (max-width: 731px) {
    .ProductOverviewAwardsVideoContent__prodcutAwardContainer__1C1rj h2 {
        font-size: 30px !important;
    }
    .ProductOverviewAwardsContent__prodcutAwardContainer__3O-Hy h2 {
        font-size: 30px !important;
    }
}

.ProductOverviewAwardsContent__prodcutAwardWrapper__3fPgJ.ProductOverviewAwardsContent__prodcutMediaContainer__1pDvf {
    padding: 55px 0 26px;
}

[data-dirtype=ltr] .ProductOverviewAwardsItem__rewardItem__XdJSB {
    margin-right: 10px;
    margin-left: 10px;
}

[data-dirtype=ltr] .ProductOverviewMediaItem__mediaItem__bpiwv {
    margin-right: 10px;
    margin-left: 10px;
}

.beforeAward {
    min-height: 1430px;
}

@media all and (min-width: 1200px) and (max-width: 1280px) {
    .beforeAward {
        min-height: 900px;
    }
}

@media all and (min-width: 736px) and (max-width: 1199px) {
    .beforeAward {
        min-height: 1060px;
    }
}