    @import url(https://storage-asset.msi.com/template/css/font-awesome/css/font-awesome.min.css);
    img {
        max-width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    
    .main__container {
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
    }
    
    body {
        background-color: black !important;
        color: #fff;
        font-size: 1em;
        font-family: 'DINPro-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }
    
    #gearUP .kv {
        position: relative;
    }
    
    #gearUP .kv img {
        width: 100%;
    }
    
    #gearUP .kv figure {
        position: relative;
        text-align: center;
    }
    
    #gearUP .kv figure .kv__textbox {
        position: absolute;
        transform: translate(-50%, -50%);
        left: 62%;
        top: 60%;
        width: 35%;
    }
    
    #gearUP .kv figure .kv__textbox figure {
        position: absolute;
        right: -5%;
        background: #fff;
        border-radius: 100%;
        width: 150px;
        height: 150px;
    }
    
    #gearUP .kv figure h1 {
        text-align: center;
        font-size: 32px;
        margin-bottom: 5%;
        letter-spacing: 8px;
    }
    
    #gearUP .kv figure img.kv__desktop {
        display: block;
    }
    
    #gearUP .kv__mobile {
        display: none;
    }
    
    #gearUP .kv__btn {
        display: inline-block;
        padding: 2% 6%;
        font-size: 18px;
        color: #ff00d4;
        background: #000;
        text-align: center;
        -webkit-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        margin: auto;
        text-transform: uppercase;
        position: relative;
    }
    
    #gearUP .kv__btn::before,
    #gearUP .kv__btn::after {
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        content: '';
        position: absolute;
        left: -2px;
        top: -2px;
        background: linear-gradient(45deg, #ff00d4, #0066ff, #ff00d4);
        background-size: 400%;
        z-index: -1;
        -webkit-animation: color 20s linear infinite;
        animation: color 20s linear infinite;
    }
    
    #gearUP .kv__btn:hover {
        text-decoration: none;
        -webkit-box-shadow: 0 0 10px #f455ff, 0 0 30px rgba(244, 88, 255, 0.3), 0 0 50px rgba(244, 88, 255, 0.2);
        box-shadow: 0 0 10px #f455ff, 0 0 30px rgba(244, 88, 255, 0.3), 0 0 50px rgba(244, 88, 255, 0.2);
    }
    
    #gearUP .intro__flexbox picture {
        width: 70%;
    }
    
    #gearUP .intro__flexbox picture img {
        width: 80%;
    }
    
    #gearUP .intro {
        padding: 3% 0;
    }
    
    #gearUP .intro__flexbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
    }
    
    #gearUP .intro__txt {
        margin-right: 3%;
        width: 50%;
        text-align: center;
        margin-left: -15%;
    }
    
    #gearUP .intro__txt a {
        display: inline-block;
        padding: 1.5% 4%;
        font-size: 18px;
        color: #ff00d4;
        margin: 2% 0;
        background: #000;
        -webkit-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        position: relative;
    }
    
    #gearUP .intro__txt a::before,
    #gearUP .intro__txt a::after {
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        content: '';
        position: absolute;
        left: -2px;
        top: -2px;
        background: linear-gradient(45deg, #ff00d4, #0066ff, #ff00d4);
        background-size: 400%;
        z-index: -1;
        -webkit-animation: color 20s linear infinite;
        animation: color 20s linear infinite;
    }
    
    #gearUP .intro__txt a:hover {
        -webkit-box-shadow: 0 0 10px #f455ff, 0 0 30px rgba(244, 88, 255, 0.3), 0 0 50px rgba(244, 88, 255, 0.2);
        box-shadow: 0 0 10px #f455ff, 0 0 30px rgba(244, 88, 255, 0.3), 0 0 50px rgba(244, 88, 255, 0.2);
    }
    
    #gearUP .intro__txt h2 {
        /* color: #ff00d4; */
        font-size: 52px;
        line-height: 52px;
        text-align: center;
        /* -webkit-text-stroke: 0.1px #ff00d4; */
        /* text-shadow: 0 0 10px #2b0024, 0 0 20px #880071, 0 0 30px #880071, 0 0 50px #880071; */
        font-family: 'DINPro-Black';
        background: linear-gradient(130deg, #ff00d4, #a900ff, #005aff, #00dcff);
        background: -webkit-linear-gradient(130deg, #ff00d4, #a900ff, #005aff, #00dcff);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
    }
    
    @media (max-width: 960px) {
        #gearUP .intro__txt h2 {
            font-size: 40px;
            line-height: 40px;
        }
    }
    
    #gearUP .intro__txt span {
        font-size: 18px;
        color: #1c68ef;
        display: block;
        text-align: center;
    }
    
    #gearUP .intro__txt span.intro__txt-highlight {
        display: inline;
        color: #fff;
        text-shadow: 0 0 10px rgba(191, 36, 202, 1), 0 0 20px rgba(191, 36, 202, 1), 0 0 30px rgba(191, 36, 202, 1), 0 0 40px rgba(191, 36, 202, 1);
        font-size: 100px;
    }
    
    @media (max-width: 1394px) {
        #gearUP .intro__txt span.intro__txt-highlight {
            font-size: 80px;
        }
        #gearUP .intro__txt h2 {
            font-size: 50px;
            line-height: 50px;
        }
    }
    
    @media (max-width: 1284px) {
        #gearUP .intro__txt span.intro__txt-highlight {
            font-size: 70px;
        }
        #gearUP .intro__txt h2 {
            font-size: 48px;
            line-height: 48px;
        }
    }
    
    @media (max-width: 1209px) {
        #gearUP .intro__txt span.intro__txt-highlight {
            font-size: 60px;
        }
        #gearUP .intro__txt h2 {
            font-size: 46px;
            line-height: 46px;
        }
    }
    
    @media (max-width: 960px) {
        #gearUP .intro__txt span.intro__txt-highlight {
            display: inline-block;
        }
        #gearUP .intro__txt h2 {
            font-size: 40px;
            line-height: 40px;
        }
    }
    
    #gearUP .contents {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
    
    #gearUP .contents a {
        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;
        width: 25%;
        color: #fff;
        padding: 1%;
        background: #ff00d4;
        background: -webkit-gradient(linear, left top, left bottom, from(#ff00d4), to(#551056));
        background: linear-gradient(180deg, #ff00d4 0%, #551056 100%);
        text-align: center;
        font-size: 1.3em;
        border-left: 4px solid #000;
        border-right: 4px solid #000;
        -webkit-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }
    
    #gearUP .contents a:hover {
        text-decoration: none;
        background: linear-gradient(218deg, #007be4 0%, #ff00d4 100%);
    }
    
    #gearUP .level {
        padding: 3% 10%;
    }
    
    #gearUP .level__box {
        position: relative;
        border: 1px solid #ff00d4;
        padding: 3%;
        /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
        margin: 5%;
        -webkit-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }
    
    #gearUP .level__box:hover {
        -webkit-box-shadow: 0px 0px 8px 8px rgba(255, 0, 212, 0.3);
        box-shadow: 0px 0px 8px 8px rgba(255, 0, 212, 0.3);
    }
    /* gift */
    
    #gearUP .level__box .reward__gift {
        position: relative;
        width: 40%;
        max-width: 600px;
        margin: 0 auto;
    }
    
    #gearUP .level__box .reward__saleTxt {
        position: absolute;
        font-size: 1.5rem;
        left: 44%;
        top: 12%;
        line-height: 1;
        z-index: 10;
        text-shadow: 5px 5px 2px #98007e, 5px 5px 2px #98007e, 5px 5px 2px #98007e;
    }
    
    #gearUP .level__box .reward__saleTxt strong {
        font-size: 100px;
        color: #fff;
        display: block;
        font-family: 'DINPro-Black';
    }
    
    #gearUP .level__box .reward__saleTxt strong span {
        font-size: 70px;
        padding: 0 5px;
    }
    
    #gearUP .level__box .reward__lucky {
        position: absolute;
        bottom: 9%;
        left: 40%;
        z-index: 10;
    }
    
    #gearUP .level__box .reward__lucky--Txt {
        background: -webkit-gradient(linear, left top, right top, from(#0066ff), to(#ff00d4));
        background: linear-gradient(to right, #0066ff, #ff00d4);
        -webkit-transform: skewX(-25deg) rotate(-2deg);
        transform: skewX(-25deg) rotate(-2deg);
        padding: 0px 35px;
    }
    
    #gearUP .level__box .reward__lucky--Txt p {
        -webkit-transform: skewX(15deg);
        transform: skewX(15deg);
    }
    
    #gearUP .level__box .reward__lucky--Txt p.sizeLarge {
        color: #fff;
    }
    
    @media (min-width: 1681px) and (max-width:1919px) {
        #gearUP .level__box .reward__gift {
            position: relative;
            width: 100%;
            max-width: 400px;
            margin: 0 auto;
        }
        #gearUP .level__boxIcon {
            margin-top: -12%;
        }
    }
    
    @media (min-width: 961px) and (max-width:1680px) {
        #gearUP .level__box .reward__gift {
            position: relative;
            width: 100%;
            max-width: 400px;
            margin: 0 auto;
        }
        #gearUP .level__boxIcon {
            margin-top: -15%;
        }
    }
    
    @media (max-width: 960px) {
        #gearUP .level__box .reward__gift {
            position: relative;
            width: 100%;
            max-width: 400px;
            margin: 0 auto;
            margin-top: -22%;
        }
    }
    
    @media (max-width: 499px) {
        #gearUP .level__box .reward__gift {
            position: relative;
            width: 100%;
            max-width: 300px;
            margin: 0 auto;
            margin-top: -28%;
        }
        #gearUP .level__box .reward__lucky--Txt {
            background: -webkit-gradient(linear, left top, right top, from(#0066ff), to(#ff00d4));
            background: linear-gradient(to right, #0066ff, #ff00d4);
            -webkit-transform: skewX(-25deg) rotate(-2deg);
            transform: skewX(-25deg) rotate(-2deg);
            padding: 0px 20px;
        }
        #gearUP .level__box .reward__saleTxt {
            position: absolute;
            font-size: 1.5rem;
            left: 45%;
            top: 14%;
            line-height: 1;
            z-index: 10;
            text-shadow: 5px 5px 2px #98007e, 5px 5px 2px #98007e, 5px 5px 2px #98007e;
        }
        #gearUP .level__box .reward__saleTxt strong {
            font-size: 60px;
            color: #fff;
            display: block;
            font-family: 'DINPro-Black';
        }
        #gearUP .level__box .reward__saleTxt strong span {
            font-size: 48px;
            padding: 0 5px;
        }
    }
    
    #gearUP .level__box-num {
        position: absolute;
        top: -7%;
        left: 2%;
        padding: 0 1%;
        font-size: 2em;
        background: #000;
    }
    
    #gearUP .level__boxIcon {
        text-align: center;
        width: 80%;
        margin: auto;
        margin-top: -13%;
    }
    
    #gearUP .level__boxIcon figure {
        display: flex;
        justify-content: center;
        width: 35%;
        margin-top: -11.2%;
    }
    
    #gearUP .level__boxIcon figure img {
        margin: 2% 0;
        background-color: #000;
        padding: 0 2%;
    }
    
    #gearUP .level__boxIcon figure img:nth-of-type(1),
    #gearUP .level__boxIcon figure img:nth-of-type(3) {
        padding: 0;
    }
    
    #gearUP .level__boxIcon h4 {
        font-size: 52px;
        line-height: 52px;
        color: #ff00d4;
        text-transform: uppercase;
        margin: 5% 0;
        /* text-shadow: 0 0 10px #2b0024, 0 0 20px #880071, 0 0 30px #880071, 0 0 50px #880071; */
        background: linear-gradient(130deg, #ff00d4, #a900ff, #005aff, #00dcff);
        background: -webkit-linear-gradient(130deg, #ff00d4, #a900ff, #005aff, #00dcff);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        font-family: 'DINPro-Black';
        background-size: 400%;
        z-index: -1;
        -webkit-animation: color 20s linear infinite;
        animation: color 20s linear infinite;
    }
    
    @media (max-width: 960px) {
        #gearUP .level__boxIcon h4 {
            width: 80%;
            margin: 3% auto;
            font-size: 40px;
            line-height: 40px;
        }
    }
    
    #gearUP .level__boxIcon p {
        color: #ff00d4;
        font-size: 1.3em;
    }
    
    #gearUP .level__boxIcon .fas {
        color: #fff;
        font-size: 4em;
        text-shadow: 0px 0px 10px rgba(43, 189, 245, 0.3), 0px 0px 20px rgba(43, 189, 245, 0.5), 0px 0px 30px rgba(43, 189, 245, 1);
        margin: 0 2% 5% 2%;
    }
    
    #gearUP .level__boxTxt {
        text-align: left;
        width: 80%;
        padding: 0 3%;
        font-size: 1.3em;
        margin: 3% auto;
        text-align: center;
    }
    
    #gearUP .level__boxTxt img {
        background-color: #000;
    }
    
    #gearUP .level__boxTxt ol,
    #gearUP .level__boxTxt ul,
    #gearUP .level__boxTxt li {
        /* list-style: revert;
    margin-bottom: 10px; */
    }
    
    #gearUP .level__boxTxt ol {
        margin-bottom: 5%;
    }
    
    #gearUP .level__boxTxt a {
        color: #ff00d4;
        display: inline-block;
        position: relative;
        max-width: 400px;
    }
    
    #gearUP .level__boxTxt a::before {
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        content: '';
        position: absolute;
        left: -2px;
        top: -2px;
        background: linear-gradient(45deg, #ff00d4, #0066ff, #ff00d4);
        background-size: 400%;
        z-index: -1;
        -webkit-animation: color 20s linear infinite;
        animation: color 20s linear infinite;
    }
    
    #gearUP .level__boxTxt a::after {
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        content: '';
        position: absolute;
        left: -2px;
        top: -2px;
        background: linear-gradient(45deg, #ff00d4, #0066ff, #ff00d4);
        background-size: 400%;
        z-index: -1;
        -webkit-animation: color 20s linear infinite;
        animation: color 20s linear infinite;
    }
    
    @keyframes color {
        0% {
            background-position: 0 0;
        }
        50% {
            background-position: 400% 0;
        }
        100% {
            background-position: 0 0;
        }
    }
    
    @-webkit-keyframes color {
        0% {
            background-position: 0 0;
        }
        50% {
            background-position: 400% 0;
        }
        100% {
            background-position: 0 0;
        }
    }
    
    #gearUP .level__boxTxt .pop {
        color: white;
        text-decoration: underline;
        margin: 2% 0;
    }
    
    #gearUP .level__boxTxt a span {
        display: block;
        color: #fff;
        font-size: 20px;
        margin: 2% 0;
        padding: 0 10px;
    }
    
    #gearUP .level__boxTxt .red {
        color: #ff00d4;
    }
    
    #gearUP .level__boxBtn {
        text-align: center;
        margin: auto;
    }
    
    #gearUP .level__boxBtn-main {
        font-size: 18px;
        padding: 1.5% 4%;
        color: #fff;
        display: inline-block;
        margin: 0 auto;
        background: #ff00d4;
        background: -webkit-gradient(linear, left top, left bottom, from(#0066ff), to(#ff00d4));
        background: linear-gradient(240deg, #ff00d4 0%, #0066ff 100%);
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
        text-transform: uppercase;
        font-weight: bold;
    }
    
    #gearUP .level__boxBtn-main:hover {
        text-decoration: none;
        background: linear-gradient(218deg, #0066ff 0%, #ff00d4 100%);
    }
    
    #gearUP .level__boxBtn-mark {
        display: block;
        margin-top: 4%;
        font-size: 1.3em;
        color: #ff00d4;
    }
    
    #gearUP .level__boxBtn-mark:hover {
        text-decoration: underline;
    }
    
    #gearUP .tc {
        text-align: center;
        margin: 0 0 5% 0;
    }
    
    #gearUP .tc__btn {
        background: #000;
        display: inline-block;
        margin: 0 auto;
        color: #ff00d4;
        padding: 1% 2%;
        font-size: 18px;
        -webkit-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        position: relative;
        text-transform: uppercase;
    }
    
    #gearUP .intro__txt a {
        display: inline-block;
        padding: 1.5% 4%;
        font-size: 18px;
        color: #ff00d4;
        margin: 2% 0;
        background: #000;
        -webkit-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }
    
    #gearUP .tc__btn::before,
    #gearUP .tc__btn::after {
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        content: '';
        position: absolute;
        left: -2px;
        top: -2px;
        background: linear-gradient(45deg, #ff00d4, #0066ff, #ff00d4);
        background-size: 400%;
        z-index: -1;
        -webkit-animation: color 20s linear infinite;
        animation: color 20s linear infinite;
    }
    
    #gearUP .tc__btn:hover {
        text-decoration: none;
        -webkit-box-shadow: 0 0 10px #f455ff, 0 0 30px rgba(244, 88, 255, 0.3), 0 0 50px rgba(244, 88, 255, 0.2);
        box-shadow: 0 0 10px #f455ff, 0 0 30px rgba(244, 88, 255, 0.3), 0 0 50px rgba(244, 88, 255, 0.2);
    }
    
    #gearUP .vgaPic {
        position: relative;
    }
    
    #gearUP .vgaPic__mobile {
        display: none;
    }
    
    #gearUP .vgaPic .vgaPic__wrap {}
    
    #gearUP .vgaPic .vgaPic__wrap .vgaPic__block {
        /* background: url('https://storage-asset.msi.com/event/2021/gnp/July-Gaming-Peripherals-Reward-Program/images/promo_bg.jpg') no-repeat;
    position: relative;
    height: 100vh;
    background-size: contain; */
        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;
    }
    
    #gearUP .vgaPic__wrap .vgaPic__itembox {
        width: 50%;
    }
    
    #gearUP .vgaPic__wrap .vgaPic__textbox {
        width: 50%;
    }
    
    #gearUP .vgaPic__wrap .vgaPic__textbox h2 {
        color: #ff00d4;
        font-size: 1.7em;
        text-align: center;
        margin: 10% 0 5% 0;
        text-transform: uppercase;
    }
    
    #gearUP .vgaPic__wrap .vgaPic__textbox h2 a {
        color: #ff00d4;
    }
    
    #gearUP .vgaPic__wrap .vgaPic__textbox h2 a:hover {
        color: #0081b3;
    }
    
    #gearUP .vgaPic__wrap .vgaPic__textbox figure {
        width: 80%;
        margin: auto;
    }
    
    #gearUP .redeem__flex {
        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;
        padding: 8% 0;
    }
    
    #gearUP .redeem__flexTxt {
        width: 50%;
        padding: 0 3% 0 10%;
    }
    
    #gearUP .redeem__flexTxt h2 {
        color: #ff00d4;
    }
    
    #gearUP .redeem__flexTxt p {
        font-size: 1.7em;
        line-height: 2em;
        margin: 2% 0;
    }
    
    #gearUP .redeem__flexTxt span {
        font-size: 1.5em;
        margin: 1% 0;
        color: #ff00d4;
    }
    
    #gearUP .redeem__flexPic {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        text-align: center;
        width: 50%;
        padding: 0 1%;
    }
    
    #gearUP .redeem__flexPic img {
        border: 1px solid #d8d8d8;
        border-radius: 5px;
    }
    
    #gearUP .redeem__flexPic p {
        color: #fff;
        font-size: 1.7em;
        margin: 6% 0;
    }
    
    #gearUP .redeem__flexPic span {
        color: #ff00d4;
        font-size: 0.9em;
    }
    
    #gearUP .redeem__flexPic a {
        display: block;
        background: #ff00d4;
        font-size: 1.5em;
        padding: 2% 1%;
        color: #fff;
        -webkit-transition: 0.1s ease-in-out;
        transition: 0.1s ease-in-out;
    }
    
    #gearUP .redeem__flexPic a:hover {
        text-decoration: none;
        background: #ff00d4;
    }
    
    .common-title {
        margin: 5% 0;
        font-size: 24px;
        color: #fff;
        border-bottom: 1px solid #bf24ca;
        padding-bottom: 5%;
    }
    
    .common-title1 {
        margin: 5% 0;
        color: #ff00d4;
        font-size: 46px;
        line-height: 46px;
        /* text-shadow: 0 0 10px #2b0024, 0 0 20px #880071, 0 0 30px #880071, 0 0 50px #880071; */
        background: linear-gradient(130deg, #ff00d4, #a900ff, #005aff, #00dcff);
        background: -webkit-linear-gradient(130deg, #ff00d4, #a900ff, #005aff, #00dcff);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        font-family: 'DINPro-Black';
    }
    
    .common-text {
        margin: 4% 0;
        font-size: 18px;
        text-align: center;
        line-height: 24px;
        letter-spacing: 4px;
    }
    
    @media screen and (max-width: 960px) {
        #gearUP .kv figure h1 {
            text-shadow: 0 0 10px rgba(0, 0, 0, 1), text-shadow: 0 0 20px rgba(0, 0, 0, 1), text-shadow: 0 0 30px rgba(0, 0, 0, 1);
        }
        .common-title1 {
            font-size: 40px;
            line-height: 40px;
        }
        .common-text {
            text-shadow: 0 0 10px rgba(0, 0, 0, 1), text-shadow: 0 0 20px rgba(0, 0, 0, 1), text-shadow: 0 0 30px rgba(0, 0, 0, 1);
        }
    }
    
    .common-text1 {
        line-height: 1.8em;
        margin: 2% 0;
        font-size: 22px;
    }
    
    @media screen and (max-width: 500px) {
        .common-text1 {
            line-height: 28px;
            margin: 2% 0;
            font-size: 18px;
            text-align: center;
        }
    }
    
    .common-text2 {
        margin: 2% 0;
        font-size: 22px;
        text-align: center;
        line-height: 24px;
        color: #ff00d4;
        display: block;
    }
    
    .model_table {
        margin: auto;
    }
    
    .model_table th {
        background-color: #af1bca;
        text-align: left;
        height: 40px;
        padding: 10px;
        border-bottom: 1px solid #000;
        color: #fff;
    }
    
    .model_table td {
        border-bottom: 1px solid #000;
        padding: 10px;
        background: #232323;
        text-align: center;
        color: #fff;
    }
    
    .model_table td a {
        color: #fff;
    }
    
    .model_table td a:hover {
        color: #af1bca;
    }
    
    @media (max-width: 960px) {
        .model_table td a {
            font-size: 15px;
        }
    }
    
    .model_table td.tdFirst {
        background-color: #af1bca;
        text-align: left;
        height: 40px;
        padding-left: 10px;
    }
    
    #gearUP .form {
        /* margin: 5% 0 10% 0; */
    }
    
    #gearUP .form figure {
        text-align: center;
        margin-bottom: 3%;
        /* cursor: pointer; */
    }
    
    #gearUP .form figure span {
        display: block;
        font-size: 22px;
    }
    
    #gearUP .form svg {
        width: 20px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-animation: animateaarrow 1.3s ease infinite;
        -moz-animation: animateaarrow 1.3s ease infinite;
        animation: animateaarrow 1.3s ease infinite;
    }
    
    @-webkit-keyframes animateaarrow {
        0% {
            -webkit-transform: translateY(0px) rotate(90deg);
            transform: translateY(0px) rotate(90deg);
            opacity: 0;
        }
        50% {
            -webkit-transform: translateY(5px) rotate(90deg);
            transform: translateY(5px) rotate(90deg);
            opacity: 1;
        }
        100% {
            -webkit-transform: translateY(10px) rotate(90deg);
            transform: translateY(10px) rotate(90deg);
            opacity: 0;
        }
    }
    
    @-moz-keyframes animateaarrow {
        0% {
            -moz-transform: translateY(0px) rotate(90deg);
            transform: translateY(0px) rotate(90deg);
            opacity: 0;
        }
        50% {
            -moz-transform: translateY(5px) rotate(90deg);
            transform: translateY(5px) rotate(90deg);
            opacity: 1;
        }
        100% {
            -moz-transform: translateY(10px) rotate(90deg);
            transform: translateY(10px) rotate(90deg);
            opacity: 0;
        }
    }
    
    @keyframes animateaarrow {
        0% {
            -webkit-transform: translateY(0px) rotate(90deg);
            -moz-transform: translateY(0px) rotate(90deg);
            transform: translateY(0px) rotate(90deg);
            opacity: 0;
        }
        50% {
            -webkit-transform: translateY(5px) rotate(90deg);
            -moz-transform: translateY(5px) rotate(90deg);
            transform: translateY(5px) rotate(90deg);
            opacity: 1;
        }
        100% {
            -webkit-transform: translateY(10px) rotate(90deg);
            -moz-transform: translateY(10px) rotate(90deg);
            transform: translateY(10px) rotate(90deg);
            opacity: 0;
        }
    }
    
    @-webkit-keyframes animaterotate {
        0% {
            -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
        }
        100% {
            -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
        }
    }
    
    @-moz-keyframes animaterotate {
        0% {
            -moz-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
        }
        100% {
            -moz-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
        }
    }
    
    @keyframes animaterotate {
        0% {
            -webkit-transform: translate(-50%, -50%) rotate(0);
            -moz-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
        }
        100% {
            -webkit-transform: translate(-50%, -50%) rotate(360deg);
            -moz-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
        }
    }
    
    #gearUP .form .form__table {
        width: 50%;
        margin: auto;
        margin-bottom: 5%;
    }
    /* TAB */
    
    .slick-slider {
        margin-bottom: 0px;
    }
    
    .sliderNavi {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    .sliderNavi .active_h {
        color: #ff00d4;
        background: transparent;
        border: 3px solid transparent;
        -moz-border-image: -moz-linear-gradient(top left, #0066ff 0%, #ff00d4 100%);
        -webkit-border-image: -webkit-linear-gradient(top left, #0066ff 0%, #ff00d4 100%);
        border-image: linear-gradient(to bottom right, #0066ff 0%, #ff00d4 100%);
        border-image-slice: 1;
        font-size: 20px;
    }
    
    button.slick-next.slick-arrow {
        display: none !important;
    }
    
    .sliderNavi div {
        width: calc(100%/3);
        background: #ff00d4;
        background: -webkit-gradient(linear, left top, left bottom, from(#0066ff), to(#ff00d4));
        background: linear-gradient(240deg, #ff00d4 0%, #0066ff 100%);
        border-left: 4px solid #000;
        border-right: 4px solid #000;
        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;
        padding: 10px;
        cursor: pointer;
        font-size: 20px;
        text-align: center;
        text-transform: uppercase;
    }
    
    @media (max-width: 768px) {
        .sliderNavi {
            flex-direction: column;
        }
        .sliderNavi div {
            width: 90%;
            margin: 2px auto;
            border: 0;
        }
    }
    
    .tab-content {}
    
    .tabContent {
        margin: 3% 0;
    }
    
    .tabContent__wrap {
        width: 90%;
        margin: auto;
    }
    
    .tabContent__flexbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .tabContent__textbox {
        width: 40%;
    }
    
    .tabContent__itembox {
        width: 50%;
        background: rgba(255, 255, 255, 0.07);
    }
    
    @media (max-width: 960px) {
        .tabContent__flexbox {
            flex-direction: column;
        }
        .tabContent__textbox {
            width: 90%;
            margin: auto;
            text-align: center;
        }
        .tabContent__itembox {
            width: 98%;
            margin: auto;
            margin-top: 10%;
        }
        .tabContent__itembox {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }
    
    .tabContent__itembox figure {
        width: 55%;
    }
    
    @media (max-width: 960px) {
        .tabContent__itembox figure {
            width: 90%;
            margin: auto;
            text-align: center;
        }
    }
    
    .tabContent__text-features {
        width: 40%;
    }
    
    .tabContent__itembox-wrap {
        width: calc( 100%/3 - 20px);
        position: relative;
    }
    
    @media (max-width: 960px) {
        .tabContent__itembox-wrap {
            width: 90%;
            margin: 10% auto;
        }
    }
    
    .tabContent__itembox-wrap a {
        color: #fff;
        font-size: 20px;
        padding: 10px;
        display: inline-block;
        background: #000;
        position: absolute;
        bottom: -5%;
        right: 2%;
    }
    
    @media (max-width: 960px) {
        .tabContent__itembox-wrap a {
            position: absolute;
            bottom: -10%;
            right: auto;
            left: 50%;
            -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
        }
    }
    
    .tabContent__itembox-wrap figure {
        width: 100%;
    }
    
    .tabContent__itembox-wrap .tabContent__text {
        width: 100%;
    }
    
    .tabContent__text {
        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;
        padding: 3%;
    }
    
    @media (max-width: 960px) {
        .tabContent__text {
            flex-direction: column;
        }
        .tabContent__text-features {
            width: 90%;
            margin: auto;
        }
    }
    
    .tabContent__text a {
        color: #fff;
        font-size: 20px;
        padding: 10px;
        display: inline-block;
    }
    
    .tabContent__text .tabContent__text-features ul {
        list-style: disc;
    }
    
    .tabContent__text .tabContent__text-features ul li {
        list-style: disc;
        margin: 5px 0;
    }
    
    @media screen and (max-width: 1696px) {
        #gearUP .kv figure .kv__textbox {
            position: absolute;
            transform: translate(-50%, -50%);
            left: 62%;
            top: 60%;
            width: 42%;
        }
        #gearUP .kv figure h1 {
            text-align: center;
            font-size: 30px;
            margin-bottom: 3%;
            letter-spacing: 8px;
        }
    }
    
    @media screen and (max-width: 1366px) {
        #gearUP .kv figure .kv__textbox {
            position: absolute;
            transform: translate(-50%, -50%);
            left: 62%;
            top: 60%;
            width: 45%;
        }
        #gearUP .kv figure h1 {
            text-align: center;
            font-size: 26px;
            margin-bottom: 3%;
            letter-spacing: 8px;
        }
    }
    
    @media screen and (max-width: 1185px) {
        /* #gearUP .kv figure .kv__textbox {
            position: absolute;
            transform: translate(-50%, -50%);
            left: 62%;
            top: 70%;
            width: 45%;
        } */
    }
    
    @media screen and (max-width: 1027px) {
        #gearUP .kv figure .kv__textbox {
            width: 50%;
        }
    }
    
    @media screen and (max-width: 1366px) {
        #gearUP .contents a {
            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;
            width: 25%;
            color: #fff;
            padding: 1% 0;
            background: #420109;
            background: -webkit-gradient(linear, left top, left bottom, from(#420109), to(#76000e));
            background: linear-gradient(180deg, #ff00d4 0%, #551056 100%);
            text-align: center;
            font-size: 1.3em;
            border-left: 4px solid #000;
            border-right: 4px solid #000;
            -webkit-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;
        }
        #gearUP .contents a:hover {
            text-decoration: none;
            background: linear-gradient(218deg, #007be4 0%, #ff00d4 100%);
        }
        #gearUP .level {
            padding: 3% 5%;
        }
        #gearUP .redeem__flex {
            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;
            padding: 8% 0 12%;
        }
        #gearUP .redeem__flexTxt {
            width: 35%;
            padding: 0 3%;
            font-size: 0.9em;
        }
        #gearUP .redeem__flexTxt h2 {
            color: #ff00d4;
        }
        #gearUP .redeem__flexTxt p {
            font-size: 1.3em;
            line-height: 2em;
            margin: 2% 0;
        }
        #gearUP .redeem__flexTxt span {
            font-size: 1.5em;
            margin: 1% 0;
            color: #ff00d4;
        }
        #gearUP .redeem__flexPic {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            text-align: center;
            width: 65%;
            padding: 0 1%;
        }
        #gearUP .redeem__flexPic p {
            color: #fff;
            font-size: 1.3em;
            margin: 6% 0;
        }
        #gearUP .redeem__flexPic span {
            color: #ff00d4;
            font-size: 0.9em;
        }
        #gearUP .redeem__flexPic a {
            display: block;
            background: #ff00d4;
            font-size: 1.5em;
            padding: 2% 1%;
            color: #fff;
        }
    }
    
    @media screen and (max-width: 960px) {
        #gearUP .kv {
            position: relative;
        }
        #gearUP .kv figure img.kv__desktop {
            display: none;
        }
        #gearUP .kv__mobile {
            display: block;
        }
        #gearUP .kv figure .kv__textbox {
            position: absolute;
            transform: translate(-50%, -50%);
            left: 50%;
            top: 35%;
            width: 80%;
            height: auto;
        }
        #gearUP .kv figure h1 {
            font-size: 50px;
        }
        #gearUP .intro__flexbox {
            flex-direction: column;
        }
        #gearUP picture {
            width: 100%;
        }
        #gearUP .intro__txt {
            width: 90%;
            margin: auto;
        }
        #gearUP .intro__desktop {
            display: none;
        }
        #gearUP .intro__mobile {
            display: block;
        }
        #gearUP .contents a {
            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;
            width: 100%;
            color: #fff;
            padding: 1% 0;
            background: #ff00d4;
            background: -webkit-gradient(linear, left top, left bottom, from(#ff00d4), to(#551056));
            background: linear-gradient(180deg, #ff00d4 0%, #551056 100%);
            text-align: center;
            font-size: 1.3em;
            border-left: 4px solid #000;
            border-right: 4px solid #000;
            border-bottom: 1px solid #000;
            -webkit-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;
        }
        #gearUP .contents a:hover {
            text-decoration: none;
            background: #ff00d4;
        }
        #gearUP .level {
            padding: 3% 1%;
        }
        #gearUP .level__box {
            border: 1px solid #ff00d4;
            padding: 5% 0 3%;
            display: block;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin: 5%;
            -webkit-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;
        }
        #gearUP .level__box:hover {
            -webkit-box-shadow: 0px 0px 8px 8px rgba(255, 0, 212, 0.3);
            box-shadow: 0px 0px 8px 8px rgba(255, 0, 212, 0.3);
        }
        #gearUP .level__box-num {
            position: absolute;
            top: -16px;
            left: 50%;
            -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
            padding: 0 1%;
            font-size: 2em;
            background: #000;
        }
        #gearUP .level__boxIcon {
            text-align: center;
            width: 100%;
            margin: 0 auto;
        }
        #gearUP .level__boxIcon p {
            color: #ff00d4;
        }
        #gearUP .level__boxIcon .fas {
            color: #fff;
            font-size: 5em;
            text-shadow: 0px 0px 10px rgba(43, 189, 245, 0.3), 0px 0px 20px rgba(43, 189, 245, 0.5), 0px 0px 30px rgba(43, 189, 245, 1);
        }
        #gearUP .level__boxTxt {
            text-align: left;
            width: 100%;
            padding: 0 7%;
            font-size: 1.3em;
            text-align: center;
        }
        #gearUP .level__boxTxt a span {
            display: block;
            color: #e6e6e6;
            font-size: 10px;
            margin: 2% 0;
        }
        #gearUP .level__boxBtn {
            text-align: center;
            width: 50%;
            margin: 5% auto 2%;
        }
        #gearUP .level__boxBtn a {
            font-size: 20px;
        }
        #gearUP .level__boxBtn a:hover {
            text-decoration: none;
            background: #ff00d4;
        }
        #gearUP .redeem__flex {
            display: block;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding: 2% 0 6%;
        }
        #gearUP .redeem__flexTxt {
            width: 100%;
            padding: 0% 3% 7% 3%;
            text-align: center;
        }
        #gearUP .redeem__flexTxt h2 {
            color: #ff00d4;
        }
        #gearUP .redeem__flexTxt p {
            font-size: 1.3em;
            line-height: 2em;
            margin: 2% 0;
        }
        #gearUP .redeem__flexTxt span {
            font-size: 1.5em;
            margin: 1% 0;
            color: #ff00d4;
        }
        #gearUP .redeem__flexPic {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            text-align: center;
            width: 100%;
            padding: 0 3%;
        }
        #gearUP .redeem__flexPic p {
            color: #fff;
            font-size: 1.3em;
            margin: 6% 0;
        }
        #gearUP .redeem__flexPic span {
            color: #ff00d4;
            font-size: 0.9em;
        }
        #gearUP .redeem__flexPic a {
            display: block;
            background: #ff00d4;
            font-size: 1.5em;
            padding: 2% 1%;
            color: #fff;
        }
        #gearUP .form .form__table {
            width: 90%;
        }
        #gearUP .intro__flexbox picture {
            width: 100%;
        }
        #gearUP .intro {
            padding: 3% 0 10% 0;
        }
        #gearUP .level__boxIcon figure {
            display: flex;
            justify-content: center;
            width: 100%;
            margin-top: -15%;
        }
        #gearUP .vgaPic .vgaPic__wrap .vgaPic__block {
            /* background: url('https://storage-asset.msi.com/event/2021/gnp/July-Gaming-Peripherals-Reward-Program/images/promo_bg-m.jpg') no-repeat;
        position: relative;
        height: 110vh;
        background-size: contain; */
            flex-direction: column;
        }
        #gearUP .vgaPic__wrap .vgaPic__textbox {
            bottom: 0;
            right: auto;
            width: 100%;
        }
        #gearUP .intro__flexbox picture img {
            width: 100%;
        }
        #gearUP .vgaPic__wrap .vgaPic__itembox {
            width: 100%;
        }
    }
    
    @media screen and (max-width: 768px) {
        #gearUP .contents {
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            -o-flex-wrap: wrap;
            flex-wrap: wrap;
        }
        #gearUP .kv figure h1 {
            font-size: 40px;
        }
        #gearUP .redeem__flex {
            display: block;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding: 2% 0 15%;
        }
        #gearUP .redeem__flexTxt {
            width: 100%;
            text-align: center;
        }
        #gearUP .redeem__flexTxt h2 {
            color: #ff00d4;
        }
        #gearUP .redeem__flexTxt p {
            font-size: 1.3em;
            line-height: 2em;
            margin: 2% 0;
        }
        #gearUP .redeem__flexTxt span {
            font-size: 1.5em;
            margin: 1% 0;
            color: #ff00d4;
        }
        #gearUP .redeem__flexPic {
            display: block;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            text-align: center;
            width: 100%;
            padding: 0 3%;
        }
        #gearUP .redeem__flexPic img {
            width: 50%;
        }
        #gearUP .redeem__flexPic p {
            color: #fff;
            font-size: 1.3em;
            margin: 2% 0;
        }
        #gearUP .redeem__flexPic span {
            color: #ff00d4;
            font-size: 0.9em;
        }
        #gearUP .redeem__flexPic a {
            width: 50%;
            margin: 0 auto 5%;
            display: block;
            background: #ff00d4;
            font-size: 1.5em;
            padding: 2% 1%;
            color: #fff;
        }
        #gearUP .vgaPic .vgaPic__wrap .vgaPic__block {
            /* background: url('https://storage-asset.msi.com/event/2021/gnp/July-Gaming-Peripherals-Reward-Program/images/promo_bg-m.jpg') no-repeat;
        position: relative;
        height: 90vh;
        background-size: contain; */
        }
    }
    
    @media screen and (max-width: 500px) {
        #gearUP .vgaPic .vgaPic__wrap .vgaPic__block {
            /* background: url('https://storage-asset.msi.com/event/2021/gnp/July-Gaming-Peripherals-Reward-Program/images/promo_bg-m.jpg') no-repeat;
        position: relative;
        height: 75vh;
        background-size: contain; */
        }
        #gearUP .kv figure h1 {
            font-size: 30px;
        }
        #gearUP .intro__txt span {
            font-size: 1.2;
        }
        #gearUP .form figure span {
            font-size: 16px;
        }
        #gearUP .level__boxBtn a {
            width: 100%;
        }
        .model_table th,
        .model_table td {
            padding: 0;
        }
    }
    /* popup */
    
    .bts-popup-container,
    .bts-popup1-container {
        color: #ff00d4;
        background: rgba(0, 0, 0, 0.8);
        border: 3px solid transparent;
        -moz-border-image: -moz-linear-gradient(top left, #0066ff 0%, #ff00d4 100%);
        -webkit-border-image: -webkit-linear-gradient(top left, #0066ff 0%, #ff00d4 100%);
        border-image: linear-gradient(to bottom right, #0066ff 0%, #ff00d4 100%);
        border-image-slice: 1;
        font-size: 20px;
    }
    
    .is-visible .bts-popup-container h2 {
        font-size: 30px;
        margin: 2% 0;
    }
    
    .is-visible .bts-popup-container h3 {
        color: #fff;
        font-size: 18px;
        border-bottom: 1px solid #272727;
        padding-bottom: 30px;
    }
    
    .is-visible .bts-popup-container p {
        color: #fff;
        margin: 0;
    }
    
    .is-visible .bts-popup-container ul {
        padding: 0;
        margin: 0;
    }
    
    .is-visible .bts-popup-container ul li {
        color: #fff;
        list-style-type: none;
        margin: 0;
    }
    
    .bts-popup-container .bts-popup-close::before {
        top: 13px;
    }
    /*# sourceMappingURL=main.css.map */