@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
 big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, 
 dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, 
 details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote,
q {
	quotes: none;
	background-position: 0% 0%;
}

ul li {
    list-style: disc;
}

blockquote:before,
blockquote:after {
    content: '';
    content: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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;
}

body {
    line-height: 1;
    background-color: #000;
}



/* ================== common css ===================*/

#sofa {
	width: 100%;
    color: #fff;
    line-height: 1.45;
    font-family: 'DINPro-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #000;
}

#sofa section {
	width: 100%;
	margin: 0 auto;
	background-position: 100% 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #000000;
	background-clip: padding-box;
}


#sofa .section-head {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

#sofa .content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


#sofa .flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}


#sofa h1 {
    font-family: 'AGENCYB', Helvetica, sans-serif;
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    text-align: center;
}

#sofa .h3 {
    font-size: 56px;
}


#sofa .infor {
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
}


@media (max-width: 576px){
  #sofa .infor {
        font-size: 1rem;
        padding: 0 15px;
    }
}



/* =============== kv ============================*/

#sofa .top-head {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#sofa .kv {
    width: 100%;
    height: 100%;
    position: relative;
}

#sofa .kv.bg {
	background-image: url("../image/planofinal3.jpg");
	background-size: cover;
	background-clip: padding-box;
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

#sofa .main {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: 100%;
}

#sofa .kv_title {
    position: relative;
    padding: 0;
	max-width: 100%;
}

#sofa .wording {
    position: absolute;
    top: 50%;
    left: 25%;
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-3deg);
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-3deg);
    -o-transform-origin: right bottom;
    -o-transform: rotate(-3deg);
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(-3deg);
    transform-origin: right bottom;
    transform: rotate(-3deg);
}

#sofa .wording h2 {
    font-size: 66px;
    font-family: 'DINCond-Light';
    font-style: italic;
    letter-spacing: 2px;
    line-height: 1.45;
    margin: 0;
    padding: 0;
}

#sofa .wording p {
    font-size: 40px;
    font-family: 'DINCond-Light';
    font-style: italic;
    letter-spacing: 2px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

#sofa .wording sup {
    font-size: 50%;
    vertical-align: text-top;
    padding-left: 5px;
}


#sofa .kv_gift {
    position: relative;
    width: 100%;
    max-width: 400px;
}

#sofa .kv_gift p {
    color: #fff;
    font-size: 24px;
    line-height: 1.25;
    text-align: center;
    padding: 10px 0;
}



@media (max-width: 1024px) and (min-width: 1440px) {
    .hide-xs {
        display: block;
		width: 200%;
    }
    .hide-lg {
        display: none;
    }
}

@media (min-width: 992px) {
    .hide-xs {
        display: block;
    }
    .hide-lg {
        display: none;
    }
}

@media (max-width: 991px) {
    .hide-xs {
	display: none;
    }
    .hide-lg {
	display: block;
    }
}

@media (min-width: 2560px) {
    .hide-xs {
        display: block;
		width: 320%;
    }
    .hide-lg {
        display: none;
    }
}

@media (max-width: 1680px) {
    #sofa .kv {
        height: 500px;
    }
    #sofa .kv_gift {
        max-width: 300px;
    }
    #sofa .wording h2 {
        font-size: 3rem;
    }

    #sofa .wording p {
        font-size: 2rem;
    }
    #sofa .kv_gift p {
        font-size: 1.25rem;
    }
}

@media (max-width: 1200px) {
    #sofa .kv {
        height: 450px;
    }
    #sofa .kv_gift {
        max-width: 250px;
    }
    #sofa .wording h2 {
        font-size: 2.85rem;
    }

    #sofa .wording p {
        font-size: 1.6rem;
    }
    #sofa .kv_gift p {
        font-size: 1rem;
        line-height: 1.45;
    }
}

@media (max-width: 991px) {
    #sofa .kv.bg {
	height: 100%;
    background: url("https://storage-asset.msi.com/event/nb/2019/cosofa2019/image/kv_bg_xs.jpg")center top no-repeat;
}
    #sofa .kv {
        height: 750px;
        padding: 0;
    }
    #sofa .main {
        flex-direction: column;
        justify-content: flex-start;
    }
    #sofa .wording {
        position: absolute;
        top: 35%;
        left: 25%;
    }
    #sofa .wording h2 {
        font-size: 3.25rem;
        line-height: 1.25;
    }
    #sofa .wording p {
        font-size: 1.85rem;
    }
    #sofa .kv_gift {
        position: absolute;
        top: 50%;
        left: 5%;
    }
    #sofa .kv_gift p{
        font-size: 1.25rem;
    }
}

@media (max-width: 576px){
    #sofa .kv {
        height: 500px;
        padding: 0;
    }
    #sofa .kv.bg {
        background: url("https://storage-asset.msi.com/event/nb/2019/cosofa2019/kv_bg_xs.jpg")center 65% no-repeat;
    }
    #sofa .kv_title {
        position: relative;
        top: 5%;
    }
    #sofa .wording h2 {
        font-size: 1.85rem;
        line-height: 1.25;
    }
    #sofa .wording p {
        font-size: 1rem;
    }
    #sofa .kv_gift {
        top: 40%;
        left: 2%;
        max-width: 150px;
    }

    #sofa .kv_gift p {
    font-size: 1rem;
    line-height: 1.25;
}
}

/* intel logo*/
#sofa .logo {
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: right;
    z-index: 3
}

#sofa .logo img {
    max-width: 90%;
}

@media (max-width: 1366px) {
    #sofa .logo img {
        max-width: 70%;
    }
}

@media (max-width: 576px) {
    #sofa .logo img {
        max-width: 45%;
    }
}



/*============ BUNDLE=====================*/

#BUNDLE {
	width: 100%;
	padding: 2% 0 6%;
	background-color: #021420;
}

#BUNDLE .head {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

#BUNDLE .headImg {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 576px){
#BUNDLE .headImg {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
}
}
	
#BUNDLE .gift-block {
	width: 100%;
	max-width: 100%;
	margin: 30px auto;
}

#BUNDLE .item {
	flex: 1 0 80%;
	max-width: 33.3333%;
	position: relative;
	overflow: hidden;
}

#BUNDLE .giftImg {
	position: relative;
	z-index: 2;
}

#BUNDLE .item:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#BUNDLE .giftTxt {
    display: block;
    width: 100%;
    position: absolute;
    top: 92%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5
}

#BUNDLE .giftTxt p {
	font-family: 'DINPro-Medium';
	display: block;
	text-align: center;
	font-size: 28px;
	text-shadow: 0 0 15px #ba4444, 0 0 15px #ba4444, 0 0 15px #ba4444;
	text-transform: uppercase;
	color: #ddd;
	letter-spacing: 2px;
	font-style: normal;
}

#BUNDLE .giftTxt span {
    text-align: center;
    color: #ddd;
    font-size: 16px;
    display: block;
}

#sofa .section-title {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0 15px;
}

#sofa .section-title h3 {
    font-size: 48px;
    line-height: 1.6;
    font-family: 'DINCond-Bold';
    text-align: center;
    display: inline-block;
    color: #FFFFFF;
    text-transform: uppercase;
}

#sofa .section-title h3:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    display: block;
}

#sofa .section-title h3:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    display: block;
}

.btn-block {
	text-align: center;
	margin-top: 20px;
}

.btnbox {
    display: inline-block;
    text-align: center;
    font-size: 24px;
    color: #fff;
    line-height: 1.6;
    padding: 10px 30px;
    border: 1px solid #fff;
    border-radius: 4px;
    margin-bottom: 0px;
	transition: border-radius 0.5s, background-color 1s;
}

.btnbox:hover {
    color: #fff;
    background-color: #494848;
}


@media (max-width: 576px){
    #BUNDLE .giftImg {
        width: 80%;
        text-align: center;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }
    #BUNDLE .item {
        flex: 1 1 100%;
        max-width: 100%;
        padding-bottom: 30px;
    }

    #BUNDLE .item:after {
        width: 200px;
        height: 200px;
    }
    #BUNDLE .giftTxt p {
        font-size: 1rem;
    }

    #BUNDLE .giftTxt{
            top: 76%;
    }

    .btnbox {
        font-size: 1rem;
        margin-bottom: 60px;
    }
}


/* 2019 0808 // redeem */
#join_tx {
    background: #000;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%;
    font-size: 130% !important;
    color: #fff !important;
    position: relative;
    overflow: hidden;

}

#join_tx .redeem {
    background: url(https://storage-asset.msi.com/event/desktop/2019/join_tx/images/step2_bg.jpg) no-repeat fixed;
    padding: 5% 0;
}

#join_tx .under-box .btnbox, #join_tx .redeem .btnbox {
    text-transform: uppercase;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    border: 1px #fff solid;
    text-decoration: none;
    border-radius: 8px;
    font-size: 20px;
    margin: 10px;
    transition: border-radius 0.5s, background-color 1s;
    font-family: 'DINPro-Medium';
    cursor: pointer;
}

#join_tx .box2 p {
    margin: 0 auto;
    line-height: 1.5em;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: "DINPro-Light";
}
#join_tx .box2 .box2-r {
    margin: 35px 0px;
}
#join_tx .box2 .round, #join_tx .box2 .round-2 {
    padding: 40px;
    width: 10em;
    height: 10em;
    border-radius: 99em;
    border: #AFAFAF solid 10px;
    background: rgba(0,0,0,0.5);
    margin-bottom: 1em;
}
#join_tx .box2 p, #join_tx .box2 span {
    margin: 0 auto;
    line-height: 1.5em;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: "DINPro-Light";
}
#join_tx .box2 i {
    font-size: 3.5em;
}
#join_tx .box2 .fa-x {
    font-size: 2.5em !important;
    margin-top: 1.8em;
    color: rgba(255,255,255,0.5);
}
#join_tx .shout .box2 {
    background: none;
    position: absolute;
    z-index: 10;
    bottom: 60px;
    width: 80%;
    margin: 0 10%;
}
#join_tx .shout a {
    color: #fff;
}
#join_tx .shout .box2 .round {
    border-radius: 0px;
    width: 100%;
    height: 7em;
    padding: 5px;
    border: 1px solid #df270a;
    vertical-align: middle;
}
#join_tx .shout .box2 p {
    color: #fff;
    font-size: 22px;
    font-family: 'DINPro-Regular'!important;
}
#join_tx .shout {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

@media (max-width: 768px){
    #join_tx .box2 p, #join_tx .box2 span{
        margin: 0 auto;
    }
}


#sofa .redeem .grid-row{
 display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
#sofa .redeem .grid:nth-child(even){
    width: 15%;
}
#sofa .redeem .grid:nth-child(odd){
    width: 20%;
}
#sofa .redeem .grid img{
    text-align: center;
}



@media (max-width: 768px){
    #join_tx .redeem{
            padding: 5% 0 10%;
    }
    #sofa .redeem .box2{
        padding-bottom: 5%;
     }
    #sofa .redeem .grid-row {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    #sofa .redeem .grid:nth-child(odd){
        width: 80%;
    }
     #sofa .redeem .grid:nth-child(even) {
        width: 20%;
        display: block;
    }
    #sofa .redeem .fa-x{
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
     #join_tx .box2 .round, #join_tx .box2 .round-2 {
        width: 9.5em;
        height: 9.5em;
        margin: 10px auto;
    }
    #join_tx .box2 .fa-x {
        font-size: 2.5em !important;
        margin: 15px auto;
        color: rgba(255,255,255,0.5);
    }
}

/* ================== wtb ================*/
#WTB {
    background: -webkit-linear-gradient(#161616,#1f1f1f);
    background: -o-linear-gradient(#161616,#1f1f1f);
    background: -moz-linear-gradient(#161616,#1f1f1f);
    background: linear-gradient(#161616,#1f1f1f);
    padding: 2% 0 4%;
    overflow: hidden;
}
#WTB .buybox{
    padding: 2% 0;
}
#WTB a {
    display: block;
    background: #fff;
    background: -webkit-radial-gradient(#fff, #d9d9d9, #8e8e8e);
    background: -o-radial-gradient(#fff, #d9d9d9, #8e8e8e);
    background: -moz-radial-gradient(#fff, #d9d9d9, #8e8e8e);
    background: radial-gradient(#fff, #d9d9d9, #8e8e8e);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 10px;
}

/*.modal*/
.modal-dialog {
    width: 70%;
    margin: 0 15%;
}
.modal-content {
    background: #000 !important;
    border-radius: 15px !important;
    border: #c00 4px double !important;
    font-family: "DINPro-Light", "DINPro", "PTSansNarrowRegular", "Arial Unicode MS", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #fff;
    width: 100% !important;
    max-width: 1000px !important;
    margin: 0 auto;
    padding: 2%;
    line-height: 1.8rem;
}
.modal-content a {
    color: #c00;
    font-weight: bold;
    border-bottom: #c00 1px dashed;
    opacity: 1;
}
.modal-content a:hover {
    opacity: .85;
}
.modal-header {
    border-bottom: none !important;
    color: #c00;
    font-family: "DINCond-Bold", "Noto Sans", "Sunflower", "Sawarabi Mincho", "Trirong", "DINPro", "PTSansNarrowRegular", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}
.modal-title {
    font-size: 30px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    border-bottom: #c00 2px solid;
}
.modal-body {
    text-align: left;
}
.modal-body hr {
    display: none;
}
.modal-body p {
    padding-bottom: 20px;
}
.modal-body ul {
    margin-left: 20px;
    padding-bottom: 20px;
}
.modal-body ul li {
    padding-bottom: 10px;
    list-style: square;
}
.modal-body ul li strong {
    color: #c00;
    font-weight: bolder;
}
.modal-body ol {
    margin-left: 20px;
    padding-top: 10px;
}
.modal-body ol li {
    list-style: disc;
}
.modal-body .subtitle {
    font-family: "DINCond-Bold", "Noto Sans", "Sunflower", "Sawarabi Mincho", "Trirong", "DINPro", "PTSansNarrowRegular", "Arial Unicode MS", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    color: #c00;
    text-align: center;
    border-bottom: #999 1px dashed;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.modal-body .subtitle p {
    color: #ddd;
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
}
.modal-body .subtitle a {
    border-bottom: #fff 1px dashed;
}
 .modal-body .subtitle a:hover, .modal-body .subtitle a: .modal-footer {
 border-top: #333 1px solid;
}
.modal-body .type-number li {
    list-style: decimal;
}
.modal-body .type-dic li {
    list-style: disc;
}
.modal-footer button {
    border: #c00 1px solid;
    background: none;
    color: #c00;
    text-transform: uppercase;
    padding: 5px 15px;
    margin: 0 5px;
    cursor: pointer;
    -webkit-transition: 0.5s all ease-in 0.1s;
    -o-transition: 0.5s all ease-in 0.1s;
    transition: 0.5s all ease-in 0.1s;
    outline: none;
}
.modal-footer button:hover {
    background: #c00;
    border: #c00 1px solid;
    color: #fff;
}
.close {
    background: #c00 !important;
    position: absolute;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    right: 15px;
    z-index: 10;
    top: 15px;
    display: inline-block !important;
    text-align: center;
    border: none;
    opacity: 1;
    color: #fff;
    border: #c00 2px solid;
    opacity: 1 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
.close:focus, .close:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background: #c00 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: #c00 2px solid;
    text-shadow: none;
}
button.close {
    -webkit-appearance: none;
    cursor: pointer;
}
