@-webkit-keyframes kvAnimate {
    0% {
        background-position: 0%;
    }

    100% {
        background-position: -400%;
    }
}

@keyframes kvAnimate {
    0% {
        background-position: 0%;
    }

    100% {
        background-position: -400%;
    }
}

body,
html {
    position: relative;
    width: 100%;
}

* {
    padding: 0;
    margin: 0;
}

.main {
    font-family: "DINPro-Regular";
    overflow: hidden;
    font-size: 1em;
}

@media (max-width: 960px) {
    .main {
        font-size: 0.8em;
    }
}

.main figure {
    line-height: 0;
}

.main .kv {
    width: 100%;
    height: 100vh;
    position: relative;
    background: url(https://event.msi.com/vga/ab_images/block-1.jpg) no-repeat center center/cover;
}

.main .kv__content {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 50;
}

.main .kv__figure {
    padding-top: 5%;
    width: 100%;
    -webkit-filter: drop-shadow(0 20px 10px #0000007c);
    filter: drop-shadow(0 20px 10px #0000007c);
}

.main .kv__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main .kv__figure-mobile {
    display: none;
}

.main .kv__logo {
    position: absolute;
    display: inline-block;
    width: 150px;
    top: 1%;
    left: 1%;
    z-index: 5;
}

.main .kv__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main .kv__logo:hover {
    -webkit-filter: drop-shadow(0 0 10px #30e7d8);
    filter: drop-shadow(0 0 10px #30e7d8);
}

.main .kv__title {
    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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.main .kv__title-figure {
    margin-right: 10px;
    width: 3%;
}

.main .kv__title-figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main .kv__title-h1 {
    font-size: 2.5vw;
    color: #fff;
    font-style: oblique;
    font-family: "DINCond-Black";
}

.main .kv__btn {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.main .kv__btn-text {
    margin-top: 20px;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#029ddf), color-stop(#68efaf), color-stop(#ff01d9), color-stop(#6702ff), to(#029ddf));
    background: linear-gradient(to right, #029ddf, #68efaf, #ff01d9, #6702ff, #029ddf);
    background-size: 400%;
    display: inline-block;
    padding: 15px 30px;
    padding-position: relative;
    border-radius: 50px;
    font-size: 1.1em;
    font-family: "DINPro-Regular";
    cursor: pointer;
}

.main .kv__btn-text:hover {
    -webkit-animation: kvAnimate 8s linear Infinite;
    animation: kvAnimate 8s linear Infinite;
    color: #fff;
    -webkit-filter: drop-shadow(0 0 5px #ffffff);
    filter: drop-shadow(0 0 5px #ffffff);
}

@media screen and (min-width: 1921px) {
    .main .kv__figure {
        padding-top: 5%;
        width: 80%;
        margin: 0 auto;
    }

    .main .kv__figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media screen and (max-width: 960px) {
    .main .kv__figure {
        width: 90%;
        margin: 0 auto;
    }

    .main .kv__figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .main .kv__figure-mobile {
        display: block;
    }

    .main .kv__figure-deskTop {
        display: none;
    }

    .main .kv__title {
        margin-top: 5%;
        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;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .main .kv__title-figure {
        margin-right: 10px;
        width: 30px;
    }

    .main .kv__title-figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .main .kv__title-h1 {
        font-size: 2.5em;
        color: #fff;
        font-style: oblique;
        font-family: "DINCond-Black";
    }
}

.main .warningText {
    color: #fff;
    background: rgb(199, 26, 26);
}

.main .warningText .warningText__title {
    padding: 2% 25px 10px 25px;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    /* padding: 2% 25px; */

}

.main .warningText .warningText__content {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    /* padding: 2% 25px; */
    padding: 0 25px 2% 25px;
}

.main .introduction {
    width: 100%;
    background: #f8f8f8;
    text-align: center;
    margin-top: 10%;
}

.main .introduction__box {
    padding: 5%;
    max-width: 1440px;
    margin: 0 auto;
}

.main .introduction__box-h2 {
    text-transform: uppercase;
    font-style: oblique;
    font-family: "DINCond-Black";
    font-size: 2.5em;
    margin: 20px 0 15px;
    color: #000000;
}

.main .introduction__box-figure {
    width: 20%;
    margin: 30px auto 0;
}

.main .introduction__box-figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 960px) {
    .main .introduction {
        width: 100%;
        background: #f8f8f8;
        text-align: center;
    }

    .main .introduction__box-h2 {
        text-transform: uppercase;
        font-style: oblique;
        font-family: "DINCond-Black";
        font-size: 2.5em;
        margin: 20px 0 15px;
        color: #000000;
    }

    .main .introduction__box-figure {
        width: 50%;
        margin: 30px auto 0;
    }

    .main .introduction__box-figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.main .product {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    max-width: 1920px;
}

.main .product__title {
    position: relative;
    margin: 0 auto;
    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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 5%;
}

.main .product__title h1 {
    text-align: left;
    font-size: 3.5vw;
    font-family: "DINCond-Black";
}

.main .product .GraphicsCard {
    /* padding: 0 25px; */
}

.main .product .GraphicsCard__box {
    -webkit-transform-origin: top;
    transform-origin: top;
}

.main .product .GraphicsCard__item {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 20%;
    z-index: 10;
    position: relative;
}

.main .product .GraphicsCard__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main .product .GraphicsCard__item2 {
    position: absolute;
    display: block;
    width: 20%;
    top: 0;
    left: 40%;
    z-index: -1;
}

.main .product .GraphicsCard__item2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main .product .GraphicsCard .item_z1 {
    z-index: 50;
}

.main .product .GraphicsCard .item_z2 {
    z-index: 40;
}

.main .product .GraphicsCard .item_z3 {
    z-index: 30;
}

@media screen and (max-width: 1380px) {
    .main .product__title h1 {
        font-size: 3em;
        text-align: center;
    }
}

@media screen and (max-width: 960px) {
    .main .product {
        height: 100%;
    }

    .main .product__title h1 {
        padding: 0 5%;
    }

    .main .product .GraphicsCard {
        margin-top: 50px;
        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;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .main .product .GraphicsCard__item {
        margin: 0 20px;
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        display: block;
        width: 80%;
    }

    .main .product .GraphicsCard__item img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .main .product .GraphicsCard__item2 {
        margin: 0 20px;
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        display: block;
        width: 80%;
    }

    .main .product .GraphicsCard__item2 img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media screen and (max-width: 400px) {
    .main .product .GraphicsCard {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main .product .GraphicsCard__item,
    .main .product .GraphicsCard__item2 {
        margin: 20px auto;
    }
}


.main .toolAndOc {
    background: url(https://storage-asset.msi.com/event/2020/vga/AfterburnerNew/images2/tool-oc-bg.jpg) no-repeat center center/cover;
    width: 100%;
}

.main .toolAndOc .tool {
    padding: 10% 0 5%;
    overflow: hidden;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.main .toolAndOc .tool__flexBox {
    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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.main .toolAndOc .tool__flexBox-figure {
    width: 60%;
    position: relative;
}

.main .toolAndOc .tool__flexBox-figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main .toolAndOc .tool__flexBox-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.main .toolAndOc .tool__flexBox .textBox {
    width: 35%;
    max-width: 600px;
}

.main .toolAndOc .tool__flexBox .textBox__title {
    display: block;
    font-size: 3vw;
    font-style: oblique;
    font-family: "DINCond-Black";
}

.main .toolAndOc .oc {
    padding: 5% 0;
    max-width: 1440px;
    margin: 0 auto;
}

.main .toolAndOc .oc__flex {
    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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.main .toolAndOc .oc__flex-Video {
    width: 40%;
    padding-top: calc(56.25% / 2);
    position: relative;
}

.main .toolAndOc .oc__flex-Video iframe {
    position: absolute;
    top: 0;
}

.main .toolAndOc .oc__flex .scannerBox {
    width: 50%;
    margin-right: 5%;
}

.main .toolAndOc .oc__flex .scannerBox__title {
    font-size: 3.5vw;
    font-style: oblique;
    font-family: "DINCond-Black";
}

.main .toolAndOc .oc__flex .scannerBox__subtitle {
    font-size: 2.5vw;
    color: #fe8900;
}

.main .toolAndOc .oc__flex .scannerBox__content {
    width: 60%;
    margin-bottom: 3%;
}

.main .toolAndOc .oc__flex .scannerBox__content-link {
    display: block;
    color: #fe8900;
    font-size: 1.1em;
}

.main .toolAndOc .oc__flex .scannerBox__figure {
    width: 100%;
}

.main .toolAndOc .oc__flex .scannerBox__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (min-width: 1921px) {
    .main .toolAndOc .tool__flexBox .textBox__title {
        font-size: 3em;
    }

    .main .toolAndOc .oc__flex .scannerBox__title {
        font-size: 3.5em;
    }

    .main .toolAndOc .oc__flex .scannerBox__subtitle {
        font-size: 0.6em;
    }
}

@media screen and (max-width: 960px) {
    .main .toolAndOc .tool {
        padding: 10% 0 5%;
        overflow: hidden;
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
    }

    .main .toolAndOc .tool__flexBox {
        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;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main .toolAndOc .tool__flexBox-figure {
        width: 90%;
        position: relative;
    }

    .main .toolAndOc .tool__flexBox-figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .main .toolAndOc .tool__flexBox-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
    }

    .main .toolAndOc .tool__flexBox .textBox {
        padding: 0 5%;
        width: 100%;
        max-width: 600px;
    }

    .main .toolAndOc .tool__flexBox .textBox__title {
        display: block;
        font-size: 3em;
        font-style: oblique;
        font-family: "DINCond-Black";
    }

    body>main>section.hardware__point>section.slider>div>figure.arrow_leftBtn.slick-arrow img {
        width: 50px !important;
    }


    .main .slider .sliderbox .slick-arrow>img {
        width: 50px !important;
        left: 10%;
    }

    .main .toolAndOc .oc {
        margin-top: 50px;
        padding: 0 5%;
    }

    .main .toolAndOc .oc__flex {
        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;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main .toolAndOc .oc__flex-Video {
        width: 100%;
        padding-top: 56.25%;
        position: relative;
    }

    .main .toolAndOc .oc__flex-Video iframe {
        position: absolute;
        top: 0;
    }

    .main .toolAndOc .oc__flex .scannerBox {
        width: 100%;
        margin-right: 0;
    }

    .main .toolAndOc .oc__flex .scannerBox__title {
        font-size: 2em;
        font-style: oblique;
        font-family: "DINCond-Black";
    }

    .main .toolAndOc .oc__flex .scannerBox__subtitle {
        font-size: 0.6em;
        color: #fe8900;
    }

    .main .toolAndOc .oc__flex .scannerBox__content {
        width: 100%;
        margin-bottom: 3%;
    }

    .main .toolAndOc .oc__flex .scannerBox__content-link {
        display: block;
        color: #fe8900;
    }

    .main .toolAndOc .oc__flex .scannerBox__figure {
        width: 100%;
    }

    .main .toolAndOc .oc__flex .scannerBox__figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.main .screenDisplay {
    padding: 5% 0;
    width: 100%;
    background: url(https://storage-asset.msi.com/event/2020/vga/AfterburnerNew/images2/screenDosplay-bg.jpg) no-repeat center center/cover;
}

.main .screenDisplay__box {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.main .screenDisplay__box .textBox {
    text-align: left;
    width: 50%;
    margin: 0 auto 20px;
}

.main .screenDisplay__box .textBox h2 {
    font-size: 3vw;
    font-style: oblique;
    font-family: "DINCond-Black";
}

.main .screenDisplay__box-video {
    width: 50%;
    padding-top: calc(56.25% / 2);
    position: relative;
}

.main .screenDisplay__box-video iframe {
    position: absolute;
    top: 0;
    left: 50%;
}

@media screen and (min-width: 1921px) {
    .main .screenDisplay__box .textBox h2 {
        font-size: 3em;
    }
}

@media screen and (max-width: 960px) {
    .main .screenDisplay {
        margin-top: 50px;
    }

    .main .screenDisplay__box {
        padding: 0 5%;
        max-width: 1440px;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

    .main .screenDisplay__box .textBox {
        width: 100%;
    }

    .main .screenDisplay__box .textBox h2 {
        font-size: 3em;
    }

    .main .screenDisplay__box-video {
        width: 100%;
        padding-top: 56.25%;
    }

    .main .screenDisplay__box-video iframe {
        left: 0;
    }
}

.main .hardware {
    background: url(https://storage-asset.msi.com/event/2020/vga/AfterburnerNew/images2/hardwareMonitor-bg.jpg) no-repeat center center/cover;
    padding: 5% 0;
    width: 100%;
}

.main .hardware__flexBox {
    margin: 0 auto;
    max-width: 1440px;
    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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.main .hardware__flexBox-figure {
    width: 40%;
    position: relative;
}

.main .hardware__flexBox-figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main .hardware__flexBox-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.main .hardware__flexBox .textBox {
    margin-right: 5%;
    width: 50%;
    max-width: 600px;
}

.main .hardware__flexBox .textBox__title {
    display: block;
    font-size: 3vw;
    font-style: oblique;
    font-family: "DINCond-Black";
}

@media screen and (min-width: 1921px) {
    .main .hardware__flexBox .textBox__title {
        font-size: 3em;
    }
}

@media screen and (max-width: 960px) {
    .main .hardware {
        margin-top: 50px;
    }

    .main .hardware__flexBox {
        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;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main .hardware__flexBox-figure {
        width: 60%;
    }

    .main .hardware__flexBox-figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .main .hardware__flexBox-img {
        width: 100%;
    }

    .main .hardware__flexBox .textBox {
        margin-right: 0;
        width: 100%;
        max-width: 100%;
        padding: 0 5%;
        margin-bottom: 20px;
    }

    .main .hardware__flexBox .textBox__title {
        font-size: 3em;
    }
}

.main .cust {
    padding: 5% 0;
    width: 100%;
    margin: 0 auto;
    max-width: 1440px;
    text-align: center;
}

.main .cust h2 {
    font-style: oblique;
    font-family: "DINCond-Black";
    font-size: 3.5vw;
    margin-bottom: 10px;
}

.main .cust p {
    width: 60%;
    margin: 0 auto 20px;
}

.main .cust__figure {
    margin: 0 auto;
    width: 80%;
}

.main .cust__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (min-width: 1921px) {
    .main .cust h2 {
        font-size: 3.5em;
    }
}

@media screen and (max-width: 960px) {
    .main .cust {
        margin-top: 50px;
        padding: 5%;
    }

    .main .cust h2 {
        font-size: 3em;
    }

    .main .cust p {
        width: 100%;
    }

    .main .cust__figure {
        width: 90%;
    }

    .main .cust__figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.main .screenDisplay2 {
    padding: 5% 0;
    width: 100%;
    background: url(https://storage-asset.msi.com/event/2020/vga/AfterburnerNew/images2/screenDosplay2-bg.jpg) no-repeat center center/cover;
}

.main .screenDisplay2__box {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.main .screenDisplay2__box .textBox {
    width: 70%;
    margin: 0 auto 20px;
}

.main .screenDisplay2__box .textBox h2 {
    font-size: 2em;
    font-style: oblique;
    font-family: "DINCond-Black";
}

.main .screenDisplay2__box-video {
    width: 50%;
    padding-top: calc(56.25% / 2);
    position: relative;
}

.main .screenDisplay2__box-video iframe {
    position: absolute;
    top: 0;
    left: 50%;
}

@media screen and (min-width: 1921px) {
    .main .screenDisplay2__box .textBox h2 {
        font-size: 3em;
    }
}

@media screen and (max-width: 960px) {
    .main .screenDisplay2 {
        margin-top: 50px;
        padding: 5% 0;
    }

    .main .screenDisplay2__box {
        padding: 0 5%;
        width: 100%;
        text-align: center;
    }

    .main .screenDisplay2__box .textBox {
        width: 100%;
        margin: 0 auto 20px;
    }

    .main .screenDisplay2__box .textBox h2 {
        font-size: 3em;
        font-style: oblique;
        font-family: "DINCond-Black";
    }

    .main .screenDisplay2__box-video {
        width: 100%;
        padding-top: 56.25%;
    }

    .main .screenDisplay2__box-video iframe {
        left: 0;
    }
}

.main .sliderbox__item .sliderbox__flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logobox {
    width: 100%;
    margin-right: 20px;
}

.logobox__figure {
    width: 100%;
}

.logobox__figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.logobox__logo {
    width: 150px;
}

.logobox__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sliderbox__text {
    width: 100%;
    text-align: left;
}

.sliderbox__link>a {
    color: #fff;
}

.main .arrow_leftBtn.slick-arrow img,
.main .arrow_rightBtn.slick-arrow img {
    width: 50px;
    transition: 0.5s;
}

.main .arrow_leftBtn.slick-arrow img:hover,
.main .arrow_rightBtn.slick-arrow img:hover {
    filter: drop-shadow(0 0 1px rgba(0, 140, 255, 0.623));
    transform: scale(1.2);

}

.main .arrow_rightBtn.slick-arrow img {
    position: absolute;
    top: 50%;
    left: 90%;
    z-index: 150;
    cursor: pointer;
}

.main .arrow_leftBtn.slick-arrow img {
    position: absolute;
    top: 50%;
    left: 5%;
    z-index: 150;
    cursor: pointer;
}

.textNote {
    max-width: 900px;
    padding: 0 25px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: rgb(119, 119, 119);
}

.aLinkAb {
    color: #136ed9;
}

@media screen and (min-width: 1930px) {
    body>main>section.hardware__point>section.slider {
        margin-top: 5%;
    }
}

@media screen and (max-width: 960px) {
    .main .sliderbox__item .sliderbox__flex {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .main .arrow_rightBtn.slick-arrow img {
        position: absolute;
        top: 50%;
        left: 90% !important;
        z-index: 150;
        width: 20px !important;
        cursor: pointer;
    }

    .main .arrow_leftBtn.slick-arrow img {
        position: absolute;
        top: 50%;
        left: 2% !important;
        z-index: 150;
        cursor: pointer;
    }

    .main .slider .sliderbox .slick-arrow>img {
        width: 45px !important;
    }

    body>main>section.hardware__point>section.slider>div>figure.arrow_leftBtn.slick-arrow img {
        width: 45px !important;
    }
}

.screenDisplay__box-title {
    font-size: 1em;
}

.main .msiCenter {
    padding: 5% 0;
    width: 100%;
}

.main .msiCenter__h2 {
    font-size: 3vw;
    font-style: oblique;
    font-family: "DINCond-Black";
    margin-bottom: 20px;
}

.main .msiCenter__flexBox {
    margin: 0 auto;
    max-width: 1440px;
    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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.main .msiCenter__flexBox .content {
    width: 60%;
    margin-right: 5%;
}

.main .msiCenter__flexBox .content__figure {
    width: 100%;
    -webkit-box-shadow: 5px 10px 10px #00000081;
    box-shadow: 5px 10px 10px #00000081;
}

.main .msiCenter__flexBox .content__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main .msiCenter__flexBox .content h3 {
    font-size: 1.5em;
    margin: 10px 0;
}

.main .msiCenter__flexBox .content a {
    display: block;
    color: red;
    margin-top: 10px;
}

.main .msiCenter__flexBox .content__display {
    display: none;
}

.main .msiCenter__flexBox .content__display--active {
    display: block;
}

.main .msiCenter__flexBox .content__video {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    -webkit-box-shadow: 5px 10px 10px #00000081;
    box-shadow: 5px 10px 10px #00000081;
}

.main .msiCenter__flexBox .content__video iframe {
    position: absolute;
    top: 0;
    left: 0;
}

.main .msiCenter__flexBox .tab {
    font-size: 1.2em;
    text-transform: uppercase;
    max-width: 20%;
    width: 100%;
}

.main .msiCenter__flexBox .tab__li {
    cursor: pointer;
    padding: 5px;
}

.main .msiCenter__flexBox .tab__li:hover {
    background: -webkit-gradient(linear, left top, right top, from(#029ddf), to(#68efaf));
    background: linear-gradient(to right, #029ddf, #68efaf);
    color: #fff;
    border: 1px solid #fff;
}

.main .msiCenter__flexBox .tab__li--active {
    background: -webkit-gradient(linear, left top, right top, from(#029ddf), to(#68efaf));
    background: linear-gradient(to right, #029ddf, #68efaf);
    color: #fff;
}

@media screen and (min-width: 1921px) {
    .main .msiCenter__h2 {
        font-size: 3em;
    }
}

@media screen and (max-width: 960px) {
    .main .msiCenter {
        margin-top: 50px;
        padding: 5%;
    }

    .main .msiCenter__h2 {
        font-size: 3em;
        margin-bottom: 10px;
    }

    .main .msiCenter__flexBox {
        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;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main .msiCenter__flexBox .content {
        width: 100%;
        margin-right: 0;
    }

    .main .msiCenter__flexBox .content__figure {
        width: 100%;
    }

    .main .msiCenter__flexBox .content__figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .main .msiCenter__flexBox .content h3 {
        font-size: 1.5em;
    }

    .main .msiCenter__flexBox .tab {
        font-size: 1.2em;
        margin-top: 20px;
        max-width: 100%;
        width: 100%;
    }
}

.main .msiAppPlayer {
    padding: 5% 0;
    width: 100%;
}

.main .msiAppPlayer__link {
    display: block;
    width: 60%;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
}

.main .msiAppPlayer__link img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main .msiAppPlayer__link-position {
    position: absolute;
    top: 0;
    left: 0;
}

.main .msiAppPlayer__link-position:hover {
    -webkit-filter: drop-shadow(0 0 10px #2cd6d6);
    filter: drop-shadow(0 0 10px #2cd6d6);
}

.main .msiAppPlayer__box {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.main .msiAppPlayer__box .textBox {
    width: 80%;
    margin: 0 auto 20px;
}

.main .msiAppPlayer__box .textBox h2 {
    font-size: 3vw;
    font-style: oblique;
    font-family: "DINCond-Black";
}

.main .msiAppPlayer__box .textBox a {
    margin: 20px 0 10px;
    background: -webkit-gradient(linear, left top, right top, from(#fe171f), color-stop(#ff8400), color-stop(#1dfcfa), color-stop(#136ed9), to(#ff1c24));
    background: linear-gradient(to right, #fe171f, #ff8400, #1dfcfa, #136ed9, #ff1c24);
    color: #fff;
    background-size: 400%;
    display: inline-block;
    padding: 10px 40px;
    position: relative;
    border-radius: 50px;
    font-size: 1em;
    font-family: "DINPro-Regular";
    cursor: pointer;
}

.main .msiAppPlayer__box .textBox a:hover {
    -webkit-animation: kvAnimate 8s linear Infinite;
    animation: kvAnimate 8s linear Infinite;
    color: #fff;
    -webkit-filter: drop-shadow(0 0 5px #ffffff);
    filter: drop-shadow(0 0 5px #ffffff);
}

.main .msiAppPlayer__box-video {
    width: 50%;
    padding-top: calc(56.25% / 2);
    position: relative;
}

.main .msiAppPlayer__box-video iframe {
    position: absolute;
    top: 0;
    left: 50%;
}

@media screen and (min-width: 1921px) {
    .main .msiAppPlayer__box .textBox h2 {
        font-size: 3em;
    }
}

@media screen and (max-width: 960px) {
    .main .msiAppPlayer {
        margin-top: 50px;
        padding: 5%;
        width: 100%;
    }

    .main .msiAppPlayer__link {
        width: 100%;
    }

    .main .msiAppPlayer__link img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .main .msiAppPlayer__box {
        width: 100%;
        text-align: center;
    }

    .main .msiAppPlayer__box .textBox {
        width: 100%;
    }

    .main .msiAppPlayer__box .textBox h2 {
        font-size: 3em;
    }
}

.main .socialMedia {
    padding: 5% 0;
    width: 100%;
    text-align: center;
}

.main .socialMedia__h2 {
    text-transform: uppercase;
    font-size: 3vw;
    font-style: oblique;
    font-family: "DINCond-Black";
}

.main .socialMedia__flex {
    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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.main .socialMedia__flex-a {
    display: block;
    width: 50px;
    margin: 2%;
    position: relative;
    line-height: 0;
}

.main .socialMedia__flex-a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main .socialMedia__flex-a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.main .socialMedia__flex-opacity {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.main .socialMedia__flex-opacity:hover {
    opacity: 0;
}



.main .showMobile {
    display: none;
}

@media screen and (min-width: 1921px) {
    .main .socialMedia__h2 {
        font-size: 3em;
    }
}

@media screen and (max-width: 960px) {
    .main .showDesktop {
        display: none !important;
    }

    .main .socialMedia {
        margin-top: 50px;
        padding: 5% 0;
    }

    .main .socialMedia__h2 {
        font-size: 3em;
    }

    .main .socialMedia__flex {
        margin-top: 20px;
        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;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .main .socialMedia__flex-a {
        display: block;
        width: 10%;
        margin: 2%;
    }

    .main .socialMedia__flex-a img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .main .socialMedia__flex-a:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.main .youtubeBox {
    text-align: center;
    color: #000;
    margin: 20px auto;
    position: relative;
    z-index: 6;
    width: 88%;
}

.main .youtubeBox__popup {
    position: relative;
}

.main .youtubeBox__popup-figure {
    width: 100%;
    margin-bottom: 20px;
}

.main .youtubeBox__popup-figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main .youtubeBox__popup .youtube-popout {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.main .youtubeBox__popup .ytBtn {
    background: transparent;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 2em;
    position: relative;
    outline: none;
}

.main .youtubeBox__popup .ytBtn--play {
    fill: white;
    height: 2em;
    width: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main .youtubeBox__popup .ytBtn--play::before,
.main .youtubeBox__popup .ytBtn--play::after {
    border-radius: 100%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.main .youtubeBox__popup .ytBtn--play::before {
    background-color: rgba(117, 117, 117, 0.349);
    -webkit-box-shadow: 0 0 0 0.2rem #ffffff;
    box-shadow: 0 0 0 0.2rem #ffffff;
    -webkit-transition: background-color 0.3s ease, fill 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.3s ease, fill 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, fill 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, fill 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.main .youtubeBox__popup .ytBtn--play:hover .playIcon__use {
    fill: #000000;
}

.main .youtubeBox__popup .ytBtn--play:hover::before {
    background-color: rgba(56, 56, 56, 0.185);
    -webkit-box-shadow: 0 0 0 0.2rem #000000;
    box-shadow: 0 0 0 0.2rem #000000;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.main .youtubeBox__popup .ytBtn--play:hover::after {
    -webkit-animation: radiate 1.75s ease-out infinite;
    animation: radiate 1.75s ease-out infinite;
    -webkit-box-shadow: inset 0 0 0 1em rgba(255, 255, 255, 0);
    box-shadow: inset 0 0 0 1em rgba(255, 255, 255, 0);
    opacity: 0;
    pointer-events: none;
}

.main .youtubeBox__popup .playIcon__use {
    fill: #ffffff;
}

.main .youtubeBox__popup .playIcon:hover {
    fill: #999;
}

.vd__txt{
    text-align: left;
}

.learnMore {
    width: 100%;
    max-width: 1400px;
    margin: 10% auto 0;
    position: relative;
    z-index: 5;
}

.learnMore__title {
    font-size: 46px;
    font-style: oblique;
    font-family: "DINCond-Black";
    text-align: center;
    padding: 0 0 20px;
}
@media screen and (min-width: 960px) {
    .learnMore__display{
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

.slider{
    margin-top: 10%;
}

.slider__mt{
    margin-top: 10px;
}

