    @charset "UTF-8";
    @import "https://fonts.googleapis.com/css2?family=Roboto&display=swap";
    @font-face {
        font-family: 'Conv_DinCyrMedium';
        src: url("https://storage-asset.msi.com/event/cnd/best-gaming-desktop-pc/css/fonts/DinCyrMedium.eot");
        src: url("https://storage-asset.msi.com/event/cnd/best-gaming-desktop-pc/css/fonts/DinCyrMedium.woff") format("woff"), url("https://storage-asset.msi.com/event/cnd/best-gaming-desktop-pc/css/fonts/DinCyrMedium.ttf") format("truetype"), url("https://storage-asset.msi.com/event/cnd/best-gaming-desktop-pc/css/fonts/DinCyrMedium.svg") format("svg");
        font-weight: normal;
        font-style: normal;
      }

      @font-face {
        font-family: 'Conv_Ponter X';
        src: url("https://storage-asset.msi.com/event/cnd/best-gaming-desktop-pc/css/fonts/Ponter-X.woff") format("woff"), url("https://storage-asset.msi.com/event/cnd/best-gaming-desktop-pc/css/fonts/Ponter-X.ttf") format("truetype"), url("https://storage-asset.msi.com/event/cnd/best-gaming-desktop-pc/css/fonts/Ponter-X.svg") format("svg");
        font-weight: normal;
        font-style: normal;
      }

    a {
        text-decoration: none;
        noFocusline: expression(this.onFocus=this.blur());
        outline: 0;
    }

    a:hover {
        text-decoration: none;
    }

    a:focus {
        -moz-outline-style: none;
    }
    /*img*/

    img {
        max-width: 100%;
        width: expression(document.body.clientWidth>100?"100%": "auto");
        overflow: hidden;
    }
    /*page style*/

    .txtLeft {
        text-align: left;
    }

    .txtRight {
        text-align: right;
    }

    .txtCenter {
        text-align: center;
    }

    .floatLeft,
    .imageleft {
        float: left;
        margin-right: 1em;
    }

    .floatRight,
    .imageRight {
        float: right;
        margin-left: 1em;
    }

    .floatClear {
        clear: both;
        height: 0;
    }

    .clearfix:after {
        clear: both;
        display: block;
        visibility: hidden;
        height: 0;
        content: " ";
    }

    .table {
        display: table;
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }

    .tr {
        display: table-row;
    }

    .td,
    .th {
        display: table-cell;
    }

    *,
    *:after,
    *::before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    a,
    a:hover {
        text-decoration: none;
    }

    img {
        border: 0px;
    }

    label {
        font-weight: normal !important;
    }

    #best {
        background: #000;
        font-family: 'Conv_DinCyrMedium',Sans-Serif;
    }

    #best .bg-animation {
        width: 100%;
        padding-bottom: 54%;
        position: relative;
    }

    #best #kvm {
        display: none;
    }
    /* ---------------------------------------KV---------------------------------------*/

    #best #kv {
        position: relative;
        background: #000;
    }

    #best #kv .img {
        position: relative;
        z-index: 1;
        background-size: cover;
    }

    #best #kv .badge_logo img {
        width: 100%;
    }

    #best #kv .badge_logo {
        position: absolute;
        right: 6%;
        top: 3%;
        z-index: 999;
        max-width: 150px;
    }

    @media screen and (max-width: 1680px) {
        #best #kv .badge_logo {
            max-width: 130px;
        }
    }

    @media screen and (max-width: 1360px) {
        #best #kv .badge_logo {
            max-width: 110px;
        }
    }

    @media screen and (max-width: 1280px) {
        #best #kv .badge_logo {
            max-width: 95px;
        }
    }

    @media screen and (max-width: 960px) {
        #best #kv .badge_logo {
            right: 8%;
            top: 19%;
            max-width: 110px;
        }
    }

    @media screen and (max-width: 768px) {
        #best #kv .badge_logo {
            max-width: 85px;
            top: 22%;
        }
    }

    @media screen and (max-width: 480px) {
        #best #kv .badge_logo {
            max-width: 35px;
            top: 25%;
        }
    }

    #best #kv .title {
        position: absolute;
        left: 10%;
        top: 35%;
        z-index: 3;
        font-family: 'BatmanForeverAlternate';
        text-shadow: #000 5px 5px 5px;
        text-align: left;
    }

    #best #kv .title .t1 {
        color: #fff;
        font-size: 3.5em;
        margin: 0px;
    }

    #best #kv .title .t1 strong {
        font-size: 200%;
    }

    #best #kv .title .t2 {
        color: #f00 !important;
        font-size: 6em !important;
        -webkit-animation: t2 5s forwards;
        animation: t2 5s forwards;
        opacity: 1;
        -webkit-transform: scale(4);
        -ms-transform: scale(4);
        transform: scale(4);
        text-transform: uppercase;
        margin-top: 0px;
    }

    #best h2 {
        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;
        text-align: center;
        color: #fff !important;
        font-size: 3.5em;
        text-transform: uppercase;
        font-family: 'Conv_Ponter X';
    }

    @media screen and (max-width: 960px) {
        #best h2 {
            font-size: 24px;
        }
    }

    #best h2:after {
        content: "//";
        display: inline-block;
        color: #f00;
        margin-left: 25px;
    }

    #best h2:before {
        content: "//";
        display: inline-block;
        color: #f00;
        margin-right: 25px;
    }

    #best #kv .content-wrap {
        width: 100%;
        background-position: left top;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 0%;
        margin: 0 auto;
        background: #111;
        padding: 3.5% 0;
        background: url("https://storage-asset.msi.com/event/2020/cnd/best-monitor-2020/images/bg-content-wrap.jpg") center center no-repeat;
        background-size: cover;
    }

    #best #kv .content-wrap p {
        width: 100%;
        max-width: 2000px;
        margin: 0 auto;
        font-size: 22px;
        line-height: 1.8;
        text-align: center;
    }
    /* ---------------------------------------pdwp   check---------------------------------------*/

    #best #pdwp {
        width: 100%;
        height: 100%;
        color: #fff;
        padding: 5% 0px 0% 0px;
        background: url("https://storage-asset.msi.com/event/2020/cnd/best-monitor-2020/images/bg-pdwp.jpg") top center no-repeat;
        background-size: 100% auto;
        background-attachment: fixed;
    }

    #best #pdwp .pdbox {
        margin: 0 auto;
        width: 80%;
        max-width: 2000px;
        border: #40fff0 0px solid;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 3px;
        padding: 1% 2% 3% 2%;
        margin-bottom: 150px;
    }

    #best #pdwp .pdbox h2 {
        font-family: 'BatmanForeverAlternate';
    }

    #best #pdwp .pdbox .af {
        padding-top: 30px;
        padding-bottom: 25px;
        font-size: 1.5em;
        color: #f00;
        text-align: center;
        font-weight: bold;
    }

    #best #css_table {
        display: table;
        width: 100%;
        font-size: 22px;
    }

    #best .css_tr {
        display: table;
        width: 100%;
        margin: 0 auto;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        padding: 10px 0;
    }

    #best .css_tr_0 {
        display: table-caption;
        font-size: 20px;
        text-transform: uppercase;
    }

    #best .m_category {
        width: calc(100% / 3 - 4px);
        margin: 2px !important;
    }

    #best ul {
        padding: 0px;
    }

    #best .css_td {
        display: table-cell;
    }

    #best .css_td_1 {
        display: table-cell;
        width: 30%;
        text-align: right;
        vertical-align: middle;
        line-height: 3;
        color: #fff;
        padding-right: 40px;
        text-transform: uppercase;
    }

    #best .css_td_2 {
        display: table-cell;
        width: 70%;
        vertical-align: middle;
        padding: 5px 0px;
    }
    /* show-more */

    #best .more {
        text-align: center;
        clear: both;
        padding-top: 50px;
    }

    #best .more .btnmore {
        color: #f00;
        font-size: 1.4em;
        cursor: pointer;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        text-transform: uppercase;
    }

    #best .more .btnmore:hover {
        color: #fff;
    }

    #best .more .btnmore:after {
        content: '';
        display: inline-block;
        vertical-align: text-bottom;
        margin-left: 10px;
        width: 30px;
        height: 30px;
        background: url(https://storage-asset.msi.com/event/mnt/2018/best/images/cross.png) center center no-repeat;
        background-color: #f00;
        border-radius: 40px;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    #best .more .btnmore:hover:after {
        background-color: #fff;
    }
    /* -------------------------------------result ---------------------------------*/

    .no_padding {
        padding: 0;
    }

    .Truecolor_Description {
        display: block;
        overflow: hidden;
        background: #000;
    }
    /* -------------------------------------result ---------------------------------*/

    #best .result-area {
        padding: 0;
        text-align: left;
    }

    #best .form-modbox {
        background: #111;
        width: calc(100% / 4 - 30px);
        display: inline-block;
        text-align: center;
        -webkit-box-shadow: 0 0 35px #111;
        vertical-align: top;
        margin-right: 40px;
        margin-top: 25px;
    }

    #best .form-modbox:nth-child(4n) {
        margin-right: 0;
    }

    #best .form-modbox:hover {
        background: #000;
        border: rgba(255, 0, 0, 0.8) solid 1px;
        -webkit-box-shadow: 0 0 35px rgba(255, 0, 0, 0.4);
    }

    #best .form-modbox img {
        width: 70%;
        margin: 0 auto;
        padding: 25px 0;
    }

    #best .form-modbox a h5 {
        font-size: 20px !important;
        color: Ã£â‚¬â‚¬ #fff !important;
    }

    #best .form-modbox .sn-btn {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        text-transform: uppercase;
    }

    #best .form-modbox .sn-btn .compare {
        color: #888;
        background: rgba(255, 0, 4, 0.1);
        color: #f00;
        cursor: pointer;
        padding: 15px 10px 10px;
        line-height: 1;
    }

    #best .form-modbox .sn-btn .compare:hover {
        color: #fff;
        background: rgba(205, 0, 4, 0.9);
    }

    #best .form-modbox .sn-btn .compare label {
        padding: 0;
    }
    /* -------------------------------------no award ---------------------------------*/

    #best .form-modbox .awardnone .compare {
        width: 100% !important;
    }

    #best .form-modbox .awardnone a {
        display: none !important;
    }
    /* -------------------------------------no award ---------------------------------*/

    #best .form-modbox .sn-btn a {
        border-left: 1px solid #c00;
        color: #f00;
        text-decoration: none;
        display: inline-block;
        background: rgba(255, 0, 4, 0.1);
        color: #f00;
        font-size: 18px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 15px 10px 10px;
        line-height: 1;
        cursor: pointer;
    }

    #best .form-modbox .sn-btn a:hover {
        color: #fff;
        background: rgba(205, 0, 4, 0.9);
    }
    /*

#best .form-modbox .award {
	color: #fff!important;
	border-color: #f00;
	border-radius: 2px!important;
	background: #c00;
	border: 0px!important;
	cursor: pointer;
	margin-top: 10px;
}
#best .form-modbox .award:hover {
	color: #f00!important;
	border-color: #fff;
	background: rgba(255,0,4,.2);
}
/
/* ---------------------------------------light---------------------------------------*/

    #best .light {
        color: #fff4dc !important;
        font-weight: bold !important;
        font-size: 1.5em !important;
        padding: 1px 15px;
        margin-top: -1px;
        color: #FFDD00;
        -webkit-transition-property: background border;
        -o-transition-property: background border;
        transition-property: background border;
        -webkit-transition-duration: .2s;
        -o-transition-duration: .2s;
        transition-duration: .2s;
        -webkit-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transition-delay: initial;
        -o-transition-delay: initial;
        transition-delay: initial;
        -webkit-animation: neon2 0.5s ease-in-out infinite alternate;
        -moz-animation: neon2 0.5s ease-in-out infinite alternate;
        animation: neon2 0.5s ease-in-out infinite alternate;
        text-align: center;
    }
    /* ---------------------------------------feature---------------------------------------*/
    /* ---------------------------------------medias---------------------------------------*/
    /*----jump window--*/

    .modal-open .modal {
        background: rgba(0, 0, 0, 0.7) !important;
    }

    .modal-open {
        padding-right: 0px !important;
    }

    #best .modal-dialog {
        margin-top: 10%;
        width: 70%;
    }

    #best .modal-content .ok {
        font-size: 1en;
        background-color: #ffdc00;
        border-radius: 3px;
        color: #000;
        border: 0px;
        margin-top: 15px;
    }

    #best .modal-content p {
        padding-bottom: 20px;
        font-size: 18px;
    }

    #best .modal-content {
        text-align: left;
        line-height: 1.8rem;
        display: flow-root;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        border: 0px solid #530001;
        padding: 0 15px;
        letter-spacing: normal;
        border-radius: 0px !important;
    }

    #best .modal-content .mediabox {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        font-family: 'DINPro-Regular', Arial, sans-serif;
    }

    #best .close p {
        padding-bottom: 5px;
        margin: 0px;
    }

    #best .close {
        background: #880002 !important;
        width: 30px;
        height: 30px;
        border-radius: 50px;
        text-align: center;
        border: none;
        color: #fff;
        opacity: 1 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
        padding: 0px;
    }

    #best .close:focus,
    #best .close:hover {
        text-decoration: none;
        cursor: pointer;
        background: #C90003 !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-shadow: none;
    }

    #best .modal-content .item a:hover {
        text-decoration: none;
        cursor: pointer;
    }

    #best .modal-content .item {
        padding: 20px;
        width: calc(100% / 4 - 30px);
        display: inline-block;
        vertical-align: top;
    }

    #best .modal-content .item ul {
        color: #fff;
        text-align: center;
        list-style: none;
        background: rgba(0, 0, 0, 0.8);
        border: 3px solid rgba(255, 0, 0, 0.6);
        opacity: 1;
        padding: 15px;
        font-size: 18px;
        -webkit-box-shadow: 0 0 35px rgba(255, 0, 0, 0.7);
        box-shadow: 0 0 35px rgba(255, 0, 0, 0.4);
        min-height: 320px;
    }

    #best .modal-content .item ul li {
        line-height: 2em;
    }

    #best .modal-content .item ul li img {
        padding-bottom: 5px;
    }

    #best .modal-content .item ul li.mntpd {
        color: #c00;
        font-size: 110%;
        padding: 2px 0px;
    }

    #best .modal-content .item ul li.mname {
        color: #c00;
        line-height: normal;
    }

    #best .modal-content .item ul li.introduction {
        font-size: 80%;
        line-height: 1.5;
    }

    #best .modal-content .owl-nav {
        font-size: 50px;
        color: #E3E3E3;
        display: block;
    }

    #best .modal-content .owl-nav .owl-prev {
        position: absolute;
        left: -30px;
        top: 35%;
        outline: none;
        width: auto;
    }

    #best .modal-content .owl-nav .owl-next {
        position: absolute;
        right: -30px;
        top: 35%;
        outline: none;
        width: auto;
    }
    /* ---------------------------------------wtb---------------------------------------*/

    #best .wtb {
        background: url(https://storage-asset.msi.com/global/picture/image/feature/AIO/Monitor/MAG341CQ/overview-7.jpg) fixed bottom;
        color: #fff;
        padding: 5% 0px;
        text-align: center;
    }

    #best .wtb a {
        font-size: 24px;
        text-transform: uppercase;
        text-align: center;
        height: 50px;
        line-height: 50px;
        border: 3px rgba(205, 0, 0, 0.9) solid;
        border-radius: 5px;
        text-decoration: none;
        color: white;
        cursor: pointer;
        padding: 15px;
    }
    /* ---------------------------------------RWD---------------------------------------*/

    @media screen and (max-width: 1680px) and (max-height: 1440px) {
        #best .modal-but {
            padding: 1em 0.5em;
        }
        #best h5 {
            font-size: 1.2em;
        }
        #best #kv .title {
            top: 34%;
        }
        #best #kv .img {
            padding-bottom: 80px;
        }
        #best .modal-content .item {
            padding: 5px;
        }
        #best .modal-content {
            padding: 0px;
        }
        #best #kv .title {
            top: 28%;
        }
        #best #kv .title p {
            font-size: 130%;
            width: 55%;
        }
    }

    @media screen and (max-width: 1366px) {
        #best #kv .title {
            top: 28%;
            left: 2%;
        }
    }

    @media screen and (max-width: 1024px) {
        #best .css_tr_0 ul {
            padding-left: 35px;
        }
        #best .result-area {
            padding: 0px;
        }
        #best .css_tr {
            display: inline-block;
            width: 100%;
        }
        #best .css_tr_0 ul li {
            width: calc(100% / 3 - 5px);
        }
        #best .css_td_2 {
            display: inline-block;
            width: 100%;
        }
        #best .css_td_1 {
            text-align: left;
            letter-spacing: normal;
            width: 100%;
            font-size: 16px;
            display: inline-block;
            border-bottom: 0px;
        }
        #best #kv .img {
            padding-bottom: 120px;
        }
        #best .modal-content .item {
            padding: 0px;
        }
        #best .modal-dialog {
            width: 100%;
        }
        #best #pdwp .pdbox {
            margin: 0 auto;
            width: 100%;
        }
        #best #kv .title {
            top: 20%;
            left: 1%;
        }
        #best #kv .title .t3 {
            width: 42%;
        }
    }

    @media screen and (max-width: 960px) {
        #best .form-modbox {
            width: calc(100% / 4 - 10px);
            margin: 0px;
        }
        #best .detail {
            padding: 40px 0px;
        }
        #best .godlike .godlike_nav li {
            margin: 2px;
            font-size: 16px;
        }
        #best #kv .title {
            position: relative;
            text-align: center;
        }
        #best #kv .img,
        #best #kv .img2 {
            display: none;
        }
        #best #kvm {
            display: block;
        }
        #best #kv .title p {
            font-size: 130%;
            width: 100%;
            text-align: center;
            padding: 0px 0px;
        }
    }

    @media screen and (max-width: 480px) {
        #best #kv .title p {
            font-size: 120%;
        }
        #best .mtfilter input[type="checkbox"],
        #best .compare input[type="checkbox"] {
            margin: 0px 0px !important;
        }
        #best .form-modbox .sn-btn .compare {
            vertical-align: baseline;
            margin: 0px;
            padding: 0px;
            display: block;
        }
        #best .form-modbox .sn-btn a,
        #best .compare label {
            line-height: normal;
            height: auto;
            vertical-align: baseline;
            display: inline-block !important;
            padding: 0px;
            margin: 0px;
            padding: 10px 0px;
        }
        #best .modal-dialog {
            width: 95%;
            margin-right: 0px;
        }
        #best .tabs_VR {
            padding-top: 20px;
        }
        #best .css_tr_0 ul li.mtfilter [type="checkbox"]:checked~label,
        #best .css_tr_0 ul li.compare [type="checkbox"]:checked~label {
            padding-left: 20px;
        }
        #best .css_td_1 {
            padding-left: 15px;
        }
        #best .godlike .f4 .osdicon img {
            width: 30%;
        }
        #best #kv .title .t1 {
            font-size: 3em;
            line-height: normal;
            margin-top: 2px;
        }
        #best #kv .title .t2 {
            font-size: 3em;
            line-height: normal;
            margin-top: 0px;
        }
        #best .mtfilter label:hover {
            background: rgba(255, 255, 255, 0.1);
        }
        #best .mtfilter [type="checkbox"]:checked~label {
            text-align: left;
            margin-left: 0px;
        }
        #best .mtfilter label {
            width: 100%;
            text-align: left;
            margin-left: 0px;
        }
        #best .godlike .godlike_nav li {
            width: calc(100% / 2 - 5px);
            margin: 0px;
            font-size: 20px;
        }
    }

    @media screen and (max-width: 480px) and (max-width: 960px) {
        #best .godlike .godlike_nav li {
            font-size: 16px;
        }
    }

    @media screen and (max-width: 480px) {
        #best .form-modbox {
            margin-bottom: 15px;
        }
        #best .css_tr_0 ul li {
            width: 100%;
        }
        #best .css_tr_0 ul {
            padding-top: 0px;
            margin-left: -20px;
        }
        #best .css_tr_0 ul li.mtfilter label {
            font-size: 20px;
            line-height: 2.5;
            text-align: left !important;
            padding-left: 20px;
        }
        #best #kv p {
            font-size: 16px;
            padding: 2px 4%;
        }
        #best .detail p {
            font-size: 16px;
        }
        #best .godlike .features {
            padding: 3% 4%;
        }
        #best h3.mag24c_font {
            letter-spacing: 5px;
            font-size: 20px;
        }
        .modal-dialog {
            margin: 0px;
        }
        #best .modal-content .item {
            width: calc(100% / 1 - 10px);
        }
        #best h2,
        #best h1,
        #best h4 {
            font-size: 22px !important;
            line-height: 1;
        }
        #best #pdwp .pdbox h3.af {
            font-size: 30px !important;
        }
        #best p {
            font-size: 18px;
        }
        #best .detail {
            padding: 0 2px;
        }
        #best .m_category {
            font-size: 80%;
        }
        #best #kv .title .t3 {
            width: 100%;
            padding: 0 5px;
        }
        #best #pdwp .pdbox {
            width: 100%;
        }
        #best .mtfilter {
            width: 100%;
        }
        #best .css_tr {
            display: block;
            text-align: center;
        }
        #best .css_td_2,
        #best .css_td_1 {
            display: inline-block;
            width: 100%;
            text-align: left;
        }
        #best #pdwp .pdbox li {
            margin: 2px;
        }
        #best .css_td_1 {
            border-bottom: 0px;
            font-size: 18px;
            line-height: normal;
            padding-top: 15px;
            letter-spacing: 3;
        }
        #best .css_td_2 {
            font-size: 15px;
            padding-bottom: 15px;
        }
        #best .result-area {
            padding: 0px;
        }
        #best .form-modbox {
            width: calc(100% / 1 - 0px);
        }
    }
    /* ---------------------------------------ANIMATION --------------------------------------*/

    @-webkit-keyframes t2 {
        0% {
            opacity: 0;
            padding-top: 0%;
        }
        50% {
            opacity: 0.5;
            padding-top: 0%;
        }
        100% {
            opacity: 1;
            padding-top: 0%;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }

    @keyframes t2 {
        0% {
            opacity: 0;
            padding-top: 0%;
        }
        50% {
            opacity: 0.5;
            padding-top: 0%;
        }
        100% {
            opacity: 1;
            padding-top: 0%;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }

    @-webkit-keyframes t1 {
        0% {
            opacity: 0;
            padding-top: 0%;
        }
        100% {
            opacity: 1;
            padding-top: 0%;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }

    @keyframes t1 {
        0% {
            opacity: 0;
            padding-top: 0%;
        }
        100% {
            opacity: 1;
            padding-top: 0%;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }

    @-webkit-keyframes flipInX {
        0% {
            -webkit-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
            opacity: 0;
        }
        40% {
            -webkit-transform: perspective(400px) rotateX(-10deg);
            transform: perspective(400px) rotateX(-10deg);
        }
        70% {
            -webkit-transform: perspective(400px) rotateX(10deg);
            transform: perspective(400px) rotateX(10deg);
        }
        100% {
            -webkit-transform: perspective(400px) rotateX(0deg);
            transform: perspective(400px) rotateX(0deg);
            opacity: 1;
        }
    }

    @keyframes flipInX {
        0% {
            -webkit-transform: perspective(400px) rotateX(90deg);
            -ms-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
            opacity: 0;
        }
        40% {
            -webkit-transform: perspective(400px) rotateX(-10deg);
            -ms-transform: perspective(400px) rotateX(-10deg);
            transform: perspective(400px) rotateX(-10deg);
        }
        70% {
            -webkit-transform: perspective(400px) rotateX(10deg);
            -ms-transform: perspective(400px) rotateX(10deg);
            transform: perspective(400px) rotateX(10deg);
        }
        100% {
            -webkit-transform: perspective(400px) rotateX(0deg);
            -ms-transform: perspective(400px) rotateX(0deg);
            transform: perspective(400px) rotateX(0deg);
            opacity: 1;
        }
    }
    /* ---------------------------------------advance filter js show and hide--------------------------------------*/
    /* The .js or .no-js dance of show and hide */

    @media screen and (max-width: 599px) {
        .no-js .advancebox {
            display: none;
        }
        .no-js #advancemain {
            display: block;
        }
        .js .advancebox {
            display: block;
        }
        .js #advancemain .plus {
            display: none;
        }
    }

    @media screen and (min-width: 600px) {
        .advancebox {
            display: none;
        }
        #advancemain .plus {
            display: block;
        }
    }
    /* The show menu button */

    .advancebox {
        margin: 0 auto;
        cursor: pointer;
        width: 30px;
        height: 30px;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        font-size: 36px;
        margin-bottom: 25px;
        margin-top: -25px;
        color: #f00;
    }
    /* The menu itself */

    @media screen and (max-width: 599px) {
        #advancemain .plus {
            display: block;
        }
    }

    @media screen and (min-width: 600px) {
        #advancemain {
            overflow: hidden;
        }
    }

    @font-face {
        font-family: 'BatmanForeverAlternate';
        src: url("fonts/BatmanForeverAlternate.ttf") format("TrueType");
        src: url("fonts/BatmanForeverAlternate.eot");
        src: url("fonts/BatmanForeverAlternate.woff") format("woff"), url("fonts/BatmanForeverAlternate.eot?#iefix") format("embedded-opentype");
        font-weight: normal;
    }

    body {
        width: 100vw;
        overflow-x: hidden;
    }

    #best h3 {
        font-size: 30px;
    }

    #best * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #best #kvbox {
        position: relative;
        background: #000;
    }
    /* #best #kvbox .title {
  position: absolute;
  left: 10%;
  top: 35%;
  z-index: 3;
  text-shadow: #000 5px 5px 5px;
  text-align: left;
  width: 30%;
} */
    /* sean */

    #best #kvbox .title {
        position: absolute;
        left: 5%;
        top: 30%;
        z-index: 3;
        text-shadow: #000 5px 5px 5px;
        text-align: left;
        width: 35%;
    }
    /* sean */

    #best #kvbox .t1 {
        color: #fff;
        font-size: 3.5em;
        margin: 0px;
        opacity: 1;
        line-height: 1;
        font-family: 'BatmanForeverAlternate', "Arial", "Meiryo UI", "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€" !important;
    }

    #best #kvbox .t1 strong {
        font-size: 150%;
        font-family: 'BatmanForeverAlternate', "Arial", "Meiryo UI", "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€" !important;
    }

    #best #kvbox .t2 {
        color: #f00;
        font-size: 5em;
        opacity: 1;
        text-transform: uppercase;
        margin-top: 0px;
        line-height: 1;
        font-family: 'BatmanForeverAlternate', "Arial", "Meiryo UI", "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€" !important;
    }

    #best #kvbox p {
        padding-top: 25px;
        font-size: 24px;
        width: 60%;
        text-transform: uppercase;
    }

    #best #kvbox .content-wrap {
        width: 100%;
        background-position: left top;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 0%;
        margin: 0 auto;
        background: #111;
        padding: 3.5% 0;
        background: url("https://storage-asset.msi.com/event/2020/cnd/best-monitor-2020/images/bg-content-wrap.jpg") center center no-repeat;
        background-size: cover;
    }

    #best #kvbox .content-wrap p {
        width: 90%;
        max-width: 2000px;
        margin: 0 auto;
        text-align: center;
    }

    @media screen and (max-width: 1920px) {
        #best #kvbox .title {
            left: 5%;
            top: 20%;
            width: 36%;
        }
        #best #kvbox .t1 {
            font-size: 36px;
        }
        #best #kvbox .t2 {
            font-size: 54px;
        }
        #best #kvbox p {
            font-size: 20px;
            padding-top: 15px;
            line-height: 1.6;
            width: 55%;
        }
    }
    /* sean */

    @media screen and (max-width: 1366px) {
        #best #kvbox .t2 {
            font-size: 45px;
        }
        #best #kvbox p {
            width: 90%;
        }
    }

    @media screen and (max-width: 1132px) {
        #best #kvbox .title {
            top: 10%;
        }
        #best #kvbox .t1 {
            font-size: 33px;
        }
        #best #kvbox .t2 {
            font-size: 40px;
        }
        #best #kvbox p {
            font-size: 18px;
        }
    }
    /* sean */

    @media screen and (max-width: 960px) {
        #best #kvbox .img {
            display: none;
        }
        #best #kvbox img {
            width: 100%;
        }
        #best #kvbox p {
            font-size: 16px;
        }
        #best #kvbox .title {
            top: 2%;
            width: 90%;
            left: 5%;
            text-align: center;
            margin-top: 2vh;
        }
        #best #kvbox .title .t1 {
            font-size: 32px;
            padding: 0;
            margin: 5px 0;
        }
        #best #kvbox .title .t2 {
            font-size: 28px;
            padding: 0;
            margin: 2px 0;
        }
        #best #kvbox .title p {
            padding-top: 0;
            font-size: 16px;
        }
        #best #kvbox p {
            width: 90%;
            margin: 0 auto;
        }
        #best #kvbox .content-wrap {
            padding: 2vh 5%;
        }
        #best #kvbox .content-wrap p {
            font-size: 14px;
        }
    }

    #best .mediabox {
        width: 100%;
        margin: 0 auto;
        max-width: 1600px;
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        /* padding-top: 20px; */
        /* sean */
        padding-top: 0px;
        padding-bottom: 40px;
        /* sean */
    }

    #best .mediabox .item {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: calc(100% / 3 - 40px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 20px;
        text-align: center;
        padding-top: 40px;
        transform: scale(1);
        transition: 1s all ease;
    }

    #best .mediabox .item a {
        color: white;
        font-size: 16px;
    }

    #best .mediabox .item a:hover {
        text-decoration: none;
    }

    #best .mediabox .item img {
        width: 100%;
        max-width: 150px;
        margin: 15px auto;
    }

    #best .mediabox .item p {
        margin: 0;
        color: #f00;
        font-size: 26px;
    }

    #best .mediabox .item:hover {
        transform: scale(1.1);
    }

    #best .mediabox .txt {
        color: #999;
        font-style: italic;
    }

    #best .mediabox .txt:before {
        content: '"';
        padding-right: 5px;
    }

    #best .mediabox .txt:after {
        content: '"';
        padding-left: 5px;
    }

    #best .mediabox .model {
        font-weight: bold;
        padding: 15px 0;
    }

    #best .mediabox .icon {
        text-align: center;
    }

    #best .mediabox .icon img {
        text-align: center;
        max-width: 120px;
        margin: 0 auto;
    }

    #best .mediabox .icon span {
        display: block;
        font-size: 16px;
        color: #999;
        padding-top: 8px;
    }

    @media screen and (max-width: 960px) {
        #best #pdwp {
            width: 90%;
            margin: 0 auto;
        }
        #best .mediabox {
            display: flex;
        }
        #best .mediabox .item {
            display: block;
            width: 40%;
            margin: 0 auto;
            padding: 25px 0 0;
        }
        #best .mediabox .item img {
            width: 40%;
            margin: 0 auto;
        }
        #best .mediabox .item:last-child {
            border-bottom: none;
        }
        #best .mediabox .item a {
            font-size: 14px;
        }
    }

    input[type="checkbox"] {
        display: none;
    }

    input[type="checkbox"]+label {
        cursor: pointer;
        padding: 5px 10px;
        border-radius: 3px;
        color: #ccc;
    }

    input[type="checkbox"]+label:before {
        content: "";
        width: 20px;
        height: 20px;
        background: #666;
        border: #ccc 2px solid;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

    input[type="checkbox"]:checked+label {
        background: #c00;
    }

    input[type="checkbox"]:checked+label:before {
        background: url(https://storage-asset.msi.com/event/2020/cnd/best-monitor-2020/images/icon-check.png) center center no-repeat;
        background-size: cover;
        background-color: #300;
        border-color: #300;
    }

    input[type="checkbox"]:disabled+label:before {
        background: url(https://storage-asset.msi.com/event/2020/cnd/best-monitor-2020/images/icon-del.png) center center no-repeat;
        background-size: cover;
        background-color: #666;
        border-color: #666;
    }

    #css_table h3 {
        text-transform: uppercase;
    }

    #css_table .css_tr_0 ul {
        margin: 0 auto 35px;
        text-align: center;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: flex;
        -ms-flex-align: flex;
        align-items: flex;
    }

    #css_table .css_tr_0 ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
        flex: 0 0 31%;
        list-style: none;
        margin: 0;
        background: rgba(17, 17, 17, 0.7);
        border: #c00 1px solid;
        padding: 0;
    }

    #css_table .css_tr_0 ul li b {
        display: block;
        font-weight: normal;
        font-size: 16px;
        padding-top: 10px;
        opacity: 0.7;
    }

    #css_table .css_tr_0 ul li label {
        width: 100%;
        padding: 25px 20px;
        border-radius: 5px;
        font-size: 24px;
        min-height: 120px;
        margin: 0;
    }

    #css_table .css_tr_0 ul li:hover {
        background: rgba(255, 0, 0, 0.7);
    }

    @media screen and (max-width: 960px) {
        #css_table .css_tr_0 ul {
            display: block;
            margin: 0;
            padding: 0;
        }
        #css_table .css_tr_0 ul li {
            display: block;
            width: 100%;
            margin-bottom: 2px;
        }
        #css_table .css_tr_0 ul li label {
            padding: 10px;
            min-height: auto;
            line-height: 1;
        }
        #css_table .css_tr_0 ul li b {
            padding-top: 0;
            line-height: 1;
        }
    }

    #css_table .css_tr_0 input[type="checkbox"]:ckcecked label {
        background: #c00 !important;
    }

    #css_table #advancemain {
        background: rgba(17, 17, 17, 0.7);
        border: #c00 1px solid;
        padding: 25px 25px 40px;
        margin-bottom: 35px;
        max-width: 100%;
    }

    #css_table #advancemain .bt {
        margin-top: 25px;
        text-align: center;
    }

    #css_table #advancemain .bt button {
        background: transparent;
        border: none;
        text-transform: uppercase;
        padding: 15px 25px;
        color: #ff0000;
        box-shadow: 0 0 1em #ff0000;
        border: 1px solid #ff0000;
    }

    #css_table #advancemain .bt button:hover {
        background: rgb(58, 3, 3);
        box-shadow: 0 0 2em #ff0000;
        color: #ffe7e7;
    }

    @media screen and (max-width: 960px) {
        #css_table #advancemain {
            padding: 10px 10px 0 !important;
        }
        #css_table #advancemain h3 {
            padding: 0 0 15px !important;
            margin: 0 !important;
            font-size: 22px !important;
        }
        #best .mediabox .item p {
            font-size: 18px;
        }
    }

    @media screen and (max-width: 640px) {
        #best .mediabox .item p {
            font-size: 14px;
        }
        #best .mediabox .item img {
            width: 40%;
            margin: 0 auto;
        }
        #best .mediabox .item {
            width: 40%;
        }
    }

    #css_table .css_td_2 .mtfilter {
        display: inline-block;
        margin-right: 25px;
    }

    .result-area a:hover {
        text-decoration: none;
    }

    .result-area h5 {
        color: #fff;
        padding-bottom: 25px;
    }

    .result-area .sn-btn {
        border: none;
    }

    .result-area .sn-btn label {
        font-size: 18px;
    }

    .result-area .sn-btn .comparetxt-check-box+label:before {
        display: none;
    }

    .result-area .more a {
        color: #f00;
    }

    .godlike_nav {
        margin-top: 35px;
    }

    #bar {
        position: fixed;
        right: 0;
        bottom: 30px;
        z-index: 100;
    }

    #bar a {
        color: #fff;
        display: block;
        padding: 10px;
        background: rgba(0, 0, 0, 0.3);
        margin: 1px;
        cursor: pointer;
        text-align: left;
    }

    #bar a:hover {
        background: #c00;
    }

    #bar img {
        width: 35px;
    }

    @media screen and (max-width: 768px) {
        #best #kvbox .title .t1 {
            font-size: 28px;
        }
        #best #kvbox .title {
            width: 100%;
            left: 0;
            position: relative;
        }
        #best #kvm {
            display: block;
            margin-top: -40%;
        }
        #bar {
            width: 100%;
            bottom: 0;
            left: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }
        #bar a {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            text-align: center;
        }
        #bar img {
            width: 20px;
        }
    }