﻿@charset "utf-8";
/* CSS Document */
@import url("https://asset.msi.com/event/nb/2018/Prestige_Limited_Edition/css/Fonts_CenturyGothic.css");
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, center,
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, ruby, 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;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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;
}

/*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;
}

/*----landing page-----*/
body {
  width: 100vw;
  overflow-x: hidden;
  position: relative;
}

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

img.full {
  width: 100%;
}


.snow-container {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 100%;
  top: 0;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.snow {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-animation: snow linear infinite;
          animation: snow linear infinite;
}
.snow.foreground {
  background-image: url("https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-large-075d267ecbc42e3564c8ed43516dd557.png");
  -webkit-animation-duration: 344s;
          animation-duration: 344s;
}
.snow.foreground.layered {
  -webkit-animation-delay: 37.5s;
          animation-delay: 37.5s;
}
.snow.middleground {
  background-image: url(https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-medium-0b8a5e0732315b68e1f54185be7a1ad9.png);
  -webkit-animation-duration: 360s;
          animation-duration: 360s;
}
.snow.middleground.layered {
  -webkit-animation-delay: 310s;
          animation-delay: 310s;
}
.snow.background {
  background-image: url(https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-small-1ecd03b1fce08c24e064ff8c0a72c519.png);
  -webkit-animation-duration: 390s;
          animation-duration: 390s;
}
.snow.background.layered {
  -webkit-animation-delay: 315s;
          animation-delay: 315s;
}

@-webkit-keyframes snow {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(15%, 100%, 0);
            transform: translate3d(15%, 100%, 0);
  }
}

@keyframes snow {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(15%, 100%, 0);
            transform: translate3d(15%, 100%, 0);
  }
}


#holiday {
font-family: 'din_pro_bold',Arial,'Noto Sans TC','Noto Sans SC', sans-serif;
    color: #333;
    font-size: 20px;
    text-align: center;
    line-height: 1.3;
    background-position: center;
    background: url(https://storage-asset.msi.com/event/2019/global/mhw_iceborn/images/mhw_bg.jpg) center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin-top: -105px;
    padding-top: 100px;
}

#holiday .sp {
  padding: 0% 0 0 0;
}

@media screen and (max-width: 960px) {
  #holiday .sp {
    padding: 5vh 0;
  }
}

#holiday .container {
    width: 85%;
    margin: auto;
    /* max-width: 2400px;*/
}

#holiday .title {
  width: 100%;
    margin: 0 auto;
    max-width: 100%;
    /* padding-bottom: 35px; */
    padding-top: 13%;
    margin-right: -10%;
}

@media screen and (max-width: 960px) {
  #holiday .title {
width: 60%;
    margin-left: 40%;
  }
}

#holiday #kv {
  position: relative;
}

#holiday #kv h1 {
  position: absolute;
  z-index: 0;
  top: 0;
}

#holiday #kv img {
  position: relative;
  z-index: 2;
}

#holiday #category li {
  display: inline-block;
  width: 30%;
  max-width: 200px;
  vertical-align: top;
  margin: 0 5%;
}

#holiday #category li span {
  display: inline-block;
  padding-top: 15px;
}

#holiday #category li:hover {
  cursor: pointer;
  color: #cca153;
}

@media screen and (max-width: 960px) {
  #holiday #category ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #holiday #category li {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    margin: 0 auto;
  }
}

#holiday .price {
  font-size: 48px;
  font-weight: bold;
  padding: 35px 0 25px;
}

#holiday .price span {
  display: block;
  text-decoration: line-through;
  font-size: 40%;
  font-weight: normal;
}

@media screen and (max-width: 960px) {
  #holiday .price {
    font-size: 28px;
  }
  #holiday .price span {
    font-size: 18px;
  }
}

#holiday .bt {
display: flex;
/*vertical-align: middle;*/
/*margin-left: -12%;*/
}

@media screen and (max-width: 960px) {
#holiday .bt {
    display: block;
    /* vertical-align: middle; */
    /* margin-left: -12%; */
}}

@media screen and (min-width: 375px) and (max-width: 425px) {
#holiday .bt {
    display: inline-table;
}}

#holiday .bt a {
  display: inline-block;
  vertical-align: middle;
  background-color: #102c3a;
  color: #fff;
  padding: 10px 10px;
  font-weight: bold;
  margin: 10px;
  text-decoration:none;
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
#holiday .bt a {
font-size: 20px;
	  margin: 14px;
}}

@media (max-width: 1920px) {
#holiday .bt a {
font-size: 15px;
	  margin: 8px;
}}

@media (max-width: 1500px){
#holiday .bt a {
    font-size: 13px;
    margin: 8px;
}}

@media (max-width: 1440px) {
#holiday .bt a {
font-size: 13px;
}}

@media (max-width: 1024px){
#holiday .bt a {
    font-size: 10px;
    margin: 5px;
}}

@media screen and (min-width: 768px) and (max-width: 960px) {
#holiday .bt a {
font-size: 8px;
	  margin: 8px;
	width: 45%;
}}

@media screen and (min-width: 375px) and (max-width: 425px) {
#holiday .bt a {
font-size: 8px;
	  margin: 8px;
}}

#holiday .bt a:hover {
  background-color: #000000;
  color: #fff;
   text-decoration:none;
}

#holiday .bt a.yt {
  border: none !important;
  padding: 0;
  margin-left: 10px;
}

#holiday .bt a.yt:hover {
  background: none !important;
}

#holiday #nbbox {
}

#holiday #nbbox .container {
  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;
  text-align: left;
  color: #fff;
}

#holiday #nbbox .txtbox {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}

#holiday #nbbox .pd {
-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 60%;
    margin-bottom: -10px;
}

#holiday #nbbox .boxbg {
	width: 88%;
	margin: 3% auto;
	/*display: -webkit-box;*/
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    color: #fff;
}

#full-steam .Attention {
	width: 90%;
	max-width: 1920px;
    margin: 3% auto;
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* -webkit-box-pack: justify; */
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    text-color: #000;
    background-color: #fff;
    opacity: 0.35;
    padding: 10px;
}

@media (max-width: 2560px){
#full-steam .Attention {
    width: 68%;
}}

@media (max-width: 1920px){
#full-steam .Attention {
	width: 60%;
}}

@media (max-width: 1440px){
#full-steam .Attention {
    width: 70%;
}}

@media (max-width: 1024px){
#full-steam .Attention {
    width: 80%;
}}

@media (max-width: 960px){
#full-steam .Attention {
    width: 85%;
}}

#full-steam .Attention h3 {
	font-size: 48px;
	font-family: 'din_pro_bold',Arial,'Noto Sans TC','Noto Sans SC', sans-serif ,"微軟正黑體";
    line-height: 1;
    text-align: center;
    display: inline-block;
    color: #000;
    margin: 7px 60px;
}

#full-steam .Attention h4  {
	font-size: 27px;
	font-family: 'din_pro_bold',Arial,'Noto Sans TC','Noto Sans SC', sans-serif ,"微軟正黑體";
    text-align: center;
    /* margin-right: 9px; */
    text-decoration-line: 20px;
    color: #000;
    line-height: 36px;
    margin: 15px 30px;
}


#holiday #nbbox .boxbg img {
	margin-top: 5%;
	margin-right: 37%;
}
#holiday #nbbox .logos img {
  margin-right: 15px;
width: 100%;
}

#holiday #nbbox h2 {
  font-size: 36px;
  font-weight: bold;
  padding: 20px 0 10px;
}

#holiday #nbbox p {
  font-size: 22px;
  line-height: 1.6;
}

#holiday #nbbox .msi-p3 {
	font-size: 3.5em;
    line-height: 110px;
	color: #a0caf4;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", ヒラギノ角ゴ Pro W3, メイリオ, "Meiryo", ＭＳ Ｐゴシック, "Helvetica", "Arial", "Verdana", "sans-serif";
	letter-spacing: 2.5px;
	padding: 0px 0;
	text-align: center;
	/*animation: flickerAnimation 1s infinite;*/
    /*text-shadow: 0 0 3px #495cb9, 0 0 5px #495cb9, 0 0 10px #495cb9, 0 0 20px rgba(0,163,187,1), 0 0 20px rgba(0,163,187,1);*/
}


@media (max-width: 2559px){
#holiday #nbbox .msi-p3 {
font-size: 60px;
    line-height: 100px;
}}

@media (max-width: 2339px){
#holiday #nbbox .msi-p3 {
font-size: 50px;
    line-height: 80px;
}}

@media (max-width: 1919px){
#holiday #nbbox .msi-p3 {
font-size: 36px;
    margin: 3% 2% 2% 2%;
    text-align: center;
    line-height: 59px;
}}

@media (max-width: 1559px){
#holiday #nbbox .msi-p3 {
    font-size: 28px;
    line-height: 42px;
}}

@media (max-width: 1399px){
#holiday #nbbox .msi-p3 {
    font-size: 22px;
    line-height: 38px;
}}

@media (max-width: 960px){
#holiday #nbbox .msi-p3 {
font-size: 43px;
    line-height: 60px;
}}

@media (max-width: 768px){
#holiday #nbbox .msi-p3 {
    font-size: 35px;
    line-height: 52px;
}}

@media (max-width: 425px){
#holiday #nbbox .msi-p3 {
    font-size: 25px;
    line-height: 45px;
    margin-bottom: 20px;
}}

#holiday #nbbox .msi-p4 {
font-size: 31px;
    text-align: center;
    margin-right: 10px;
    text-decoration-line: 20px;
    color: #FFFFFF;
    line-height: 50px;
}

@media (max-width: 1920px){
#holiday #nbbox .msi-p4 {
font-size: .9em;
    line-height: 28px;
}}

@media (max-width: 1440px){
#holiday #nbbox .msi-p4 {
font-size: .75em;
    line-height: 25px;
	margin-top: 40px;
}}

@media (max-width: 1024px) {
#holiday #nbbox .msi-p4 {
    font-size: 14px;
    line-height: 25px;
    margin-top: 25px;
}}

@media (max-width: 960px){
#holiday #nbbox .msi-p4 {
font-size: 13px;
    text-align: center;
    margin-right: 10px;
    color: #FFFFFF;
    line-height: 25px;
}}

#holiday #nbbox .msi-p5 {
    font-size: 31px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", ヒラギノ角ゴ Pro W3, メイリオ, "Meiryo", ＭＳ Ｐゴシック, "Helvetica", "Arial", "Verdana", "sans-serif";
    text-align: center;
    margin: -24px 0;
    text-decoration-line: 20px;
    color: #FFFFFF;
    line-height: 52px;
}

@media (max-width: 1920px){
#holiday #nbbox .msi-p5 {
font-size: 16px;
    line-height: 34px;
    margin: -29px 0;
}}

@media (max-width: 1919px){
#holiday #nbbox .msi-p5 {
font-size: 14px;
    line-height: 25px;
	margin-top: -8px;
}}

@media (max-width: 1559px){
#holiday #nbbox .msi-p5 {
    font-size: 12px;
    line-height: 22px;
    margin-top: -24px;
}}

@media (max-width: 1339px){
#holiday #nbbox .msi-p5 {
    font-size: 11px;
    line-height: 22px;
    margin-top: -24px;
}}

@media (max-width: 960px){
#holiday #nbbox .msi-p5 {
    font-size: 15px;
    line-height: 20px;
}}

@media (max-width: 768px){
#holiday #nbbox .msi-p5 {
    font-size: 12px;
}}

@media (max-width: 425px){
#holiday #nbbox .msi-p5 {
    font-size: 11px;
    line-height: 20px;
}}

#holiday #nbbox .msi-p6 {
	font-size: 55px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", ヒラギノ角ゴ Pro W3, メイリオ, "Meiryo", ＭＳ Ｐゴシック, "Helvetica", "Arial", "Verdana", "sans-serif";
	line-height: 90px;
    letter-spacing: 2.5px;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 45px;
}

@media (max-width: 2339px){
#holiday #nbbox .msi-p6 {
    font-size: 42px;
	line-height: 63px;	
}}

@media (max-width: 1920px){
#holiday #nbbox .msi-p6 {
    font-size: 32px;
	line-height: 55px;	
}}

@media (max-width: 1919px){
#holiday #nbbox .msi-p6 {
font-size: 32px;
    line-height: 38px;
}}
	
@media (max-width: 1439px){
#holiday #nbbox .msi-p6 {
    font-size: 20px;
    line-height: 35px;
}}

@media (max-width: 960px){
#holiday #nbbox .msi-p6 {
    font-size: 21px;
    line-height: 52px;
}}

@media (max-width: 768px){
#holiday #nbbox .msi-p6 {
    font-size: 15px;
}}

@media (max-width: 425px){
#holiday #nbbox .msi-p6 {
    font-size: 17px;
    line-height: 33px;
}}

#holiday #nbbox .bt a {
  color: #0131fe;
}

#holiday #nbbox .bt a:hover {
  background: #0131fe;
  color: #fff;
}

#holiday #nbbox .note {
  padding-top: 35px;
}

@media screen and (max-width: 1920px) {
  #holiday #nbbox .logos img {
  width: 100%;
  }
  #holiday #nbbox h2 {
    font-size: 32px;
  }
  #holiday #nbbox p {
    font-size: 20px;
  }
}

@media screen and (max-width: 960px) {
  #holiday #nbbox .container {
    display: block;
  }
  #holiday #nbbox .pd {
    margin: 35px auto 0;
  }
  #holiday #nbbox h2 {
    font-size: 28px;
  }
  #holiday #nbbox .logos img {
    height: 100%;
	  margin-top: 80px;
  }
}

#holiday #nbboxs {
  text-align: left;
}

#holiday #nbboxs .itembox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#holiday #nbboxs .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 50%;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  padding: 2%;
  margin: 1% 0;
}

#holiday #nbboxs .item .img {
  display: inline-block;
  width: 100%;
}

#holiday #nbboxs .item .txtbox {
  display: inline-block;
  width: 45%;
}

#holiday #nbboxs h2 {
  font-size: 30px;
  font-weight: bold;
  padding: 30px 0 15px;
}

#holiday #nbboxs p {
  line-height: 1.6;
}

#holiday #nbboxs .price {
  font-size: 40px;
}

#holiday #nbboxs .price span {
  font-size: 50%;
}

@media screen and (max-width: 1920px) {
  #holiday #nbboxs .logos2 img {
    height: 30px;
  }
  #holiday #nbboxs h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 960px) {
  #holiday #nbboxs .itembox {
    display: block;
  }
  #holiday #nbboxs .item {
    display: block;
    padding: 5%;
    text-align: center;
  }
  #holiday #nbboxs .item .txtbox {
    width: 100%;
    text-align: left;
  }
  #holiday #nbboxs .item .img {
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }
}

#holiday #creation {
  background: url(//storage-asset.msi.com/event/nb/2019/UK_2019_Holiday/images/bg-pd2.jpg) center right no-repeat no-repeat;
  background-size: cover;
  color: #fff;
}

#holiday #creation .itembox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#holiday #creation .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

#holiday #creation h3 {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 10px;
  text-align: left;
}

#holiday #creation ul {
  text-align: left;
  margin-left: 20px;
  padding-bottom: 25px;
}

#holiday #creation ul li {
  list-style: square;
  padding-bottom: 5px;
}

#holiday #creation .bt {
  text-align: left;
}

#holiday #creation .bt a {
  border: #cca153 1px solid;
  color: #cca153;
}

#holiday #creation .bt a:hover {
  background: #cca153;
  color: #fff;
}

@media screen and (max-width: 960px) {
  #holiday #creation .itembox {
    display: block;
  }
  #holiday #creation .img {
    width: 70%;
    margin: 0 auto;
    max-width: auto;
  }
}


/*holidaybottom*/
#holidaybottom {
	font-family: 'din_pro_bold',Arial,'Noto Sans TC','Noto Sans SC', sans-serif ,"微軟正黑體";  color: #333;
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
	    margin-top: -111px;
}

#holidaybottom .full-steam {
    padding: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    overflow: hidden;
    font-size: 100%;
    color: #fff;
    position: relative;
}

#holidaybottom .full-steam .feature {
    text-align: center;
    margin-bottom: 3%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
}

#holidaybottom .full-steam button {
    border: #7babdc 1px solid;
    font-family: "DINCond-Bold", Helvetica, Arial, sans-serif,"微軟正黑體";
    padding: 15px;
    -webkit-box-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
    margin: 30px auto 60px;
    outline: none;
    font-size: 32px;
    background-color: #7babdc;
	    color: #fff;
}

@media screen and (max-width: 1920px){
#holidaybottom .full-steam button {
    font-size: 24px;
	}}

#holidaybottom .full-steam .feature button:hover, #holidaybottom .full-steam .feature button.active {
	    background: none;
		    color: #7babdc;
	    border: #7babdc 1px solid;
}

#holidaybottom .full-steam h3 {
    color: #FFFFFF;
    font-size: 2.5em;
    position: relative;
    line-height: 1;
	margin: 60px 60px;
	/*animation: flickerAnimation 1s infinite;*/
    /*text-shadow: 0 0 3px #495cb9, 0 0 5px #495cb9, 0 0 10px #495cb9, 0 0 20px rgba(0,163,187,1), 0 0 20px rgba(0,163,187,1);*/
    /* margin-top: 2%; */
}

@media (max-width: 2560px){
#holidaybottom .full-steam h3 {
    font-size: 2em;
	margin-bottom: 65px;
}}

/*#holidaybottom .full-steam h3:after {
  content: "";
  display: block;
  width: 200px;
  height: 2px;
  background-color: #fff;
  margin: 10px auto;
}*/

#holidaybottom .sp {
  padding: 0% 0 0 0;
}

#holidaybottom .full-steam .b5 {
    padding-bottom: 5%;
    background-size: 100%;
}

#holidaybottom .full-steam .submit, .full-steam .redeem button {
    font-size: 1.2em;
    background: rgba(0,0,0,.5);
    text-align: center;
    letter-spacing: 2px;
    line-height: 50px;
    border-radius: 30px;
    box-shadow: #495cb9;
    margin: 15px;
    color: white;
    display: inline-block;
    cursor: pointer;
    padding: 8px 25px;
    -webkit-box-shadow: 0 0 20px rgba(#495cb9), inset 0 0 8px rgba(#495cb9);
	outline: none;
    /* -webkit-animation: flickerAnimation 4s infinite; */
    /* animation: flickerAnimation 1s infinite; */
    /* text-shadow: 0 0 3px #495cb9, 0 0 5px #495cb9, 0 0 10px #495cb9, 0 0 20px rgba(0,163,187,1), 0 0 20px rgba(0,163,187,1); */
}

@media screen and (max-width: 960px) {
  #holidaybottom .sp {
    padding: 5vh 0;
  }
}

#holidaybottom .container {
    width: 85%;
    margin: auto;
    max-width: 1920px;
}

#holidaybottom .container01 {
    width: 50%;
    margin: auto;
    max-width: 1920px;
}

@media screen and (max-width: 1920px) {
#holidaybottom .container01 {
    width: 60%;
}}

@media screen and (max-width: 1440px) {
#holidaybottom .container01 {
    width: 70%;
}}

@media screen and (max-width: 1024px) {
#holidaybottom .container01 {
    width: 80%;
}}

@media screen and (max-width: 960px) {
#holidaybottom .container01 {
    width: 85%;
}}

#holidaybottom .container01-fluid {
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 375px) {
#holidaybottom .container01 {
    width: 90%;
    margin: auto;
    max-width: 1920px;
}}

#holidaybottom .title {
  width: 100%;
    margin: 0 auto;
    max-width: 100%;
    /* padding-bottom: 35px; */
    padding-top: 13%;
    margin-right: -10%;
}

@media screen and (max-width: 960px) {
  #holidaybottom .title {
    width: 50%;
  }
}

#holidaybottom #kv {
  position: relative;
}

#holidaybottom #kv h1 {
  position: absolute;
  z-index: 0;
  top: 0;
}

#holidaybottom #kv img {
  position: relative;
  z-index: 2;
}

#holidaybottom #category li {
  display: inline-block;
  width: 30%;
  max-width: 200px;
  vertical-align: top;
  margin: 0 5%;
}

#holidaybottom #category li span {
  display: inline-block;
  padding-top: 15px;
}

#holidaybottom #category li:hover {
  cursor: pointer;
  color: #cca153;
}

@media screen and (max-width: 960px) {
  #holidaybottom #category ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #holidaybottom #category li {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    margin: 0 auto;
  }
}

#holidaybottom .price {
  font-size: 48px;
  font-weight: bold;
  padding: 35px 0 25px;
}

#holidaybottom .price span {
  display: block;
  text-decoration: line-through;
  font-size: 40%;
  font-weight: normal;
}

@media screen and (max-width: 960px) {
  #holidaybottom .price {
    font-size: 28px;
  }
  #holidaybottom .price span {
    font-size: 18px;
  }
}

#holidaybottom .bt {
width: 50%;
	display: contents;
/*vertical-align: middle;*/
/*margin-left: -12%;*/
}

#holidaybottom .bt a {
  display: inline-block;
  vertical-align: middle;
  border: #FFFFFF 1px solid;
  color: #FFFFFF;
  padding: 10px 30px;
  font-weight: bold;
font-size: 26px;
  margin-bottom: 5px;
}

#holidaybottom .bt a:hover {
  background-color: #666;
  color: #fff;
}

#holidaybottom .bt a.yt {
  border: none !important;
  padding: 0;
  margin-left: 10px;
}

#holidaybottom .bt a.yt:hover {
  background: none !important;
}

#holidaybottom #nbbox {
  background: url("../../images/bg_pd.jpg") center center no-repeat no-repeat;
  background-size: cover;
}

#holidaybottom #nbbox .container {
  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;
  text-align: left;
  color: #fff;
}

#holidaybottom #nbbox .txtbox {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}

#holidaybottom #nbbox .pd {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-left: 10%;
	margin-bottom: -4px;
}

#holidaybottom #nbbox .boxbg{
	width: 88%;
	margin: 3% auto;
	display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    color: #fff;
}

#holidaybottom #nbbox .boxbg img {
	margin-top: 5%;
	margin-right: 37%;
}
#holidaybottom #nbbox .logos img {
  margin-right: 15px;
}

#holidaybottom #nbbox h2 {
  font-size: 36px;
  font-weight: bold;
  padding: 20px 0 10px;
}

#holidaybottom #nbbox p {
  font-size: 22px;
  line-height: 1.6;
}

#holidaybottom #nbbox .bt a {
  color: #0131fe;
}

#holidaybottom #nbbox .bt a:hover {
  background: #6681F7;
  color: #fff;
}

#holidaybottom #nbbox .note {
  padding-top: 35px;
}

@media screen and (max-width: 1920px) {
  #holidaybottom #nbbox .logos img {
    height: 50px;
  }
  #holidaybottom #nbbox h2 {
    font-size: 32px;
  }
  #holidaybottom #nbbox p {
    font-size: 20px;
  }
}

@media screen and (max-width: 960px) {
  #holidaybottom #nbbox .container {
    display: block;
  }
  #holidaybottom #nbbox .pd {
    margin: 35px auto 0;
  }
  #holidaybottom #nbbox h2 {
    font-size: 28px;
  }
  #holidaybottom #nbbox .logos img {
    height: 40px;
  }
}

#holidaybottom #nbboxs {
 text-align: left;
    display: flex;
    justify-content: center;
}

#holidaybottom #nbboxs .itembox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#holidaybottom #nbboxs .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  padding: 2%;
  margin: 1% 0;
}

#holidaybottom #nbboxs .itemlogo {
  margin-top: 5%;
}

#holidaybottom #nbboxs .item .img {
  display: flex;
    width: 100%;
    margin: 0 0 0 10%;
}

#holidaybottom #nbboxs .item .txtbox {
  display: inline-block;
  width: 100%;
  margin-top: 15%;
}

#holidaybottom #nbboxs h2 {
  font-size: 40px;
  font-weight: bold;
  padding: 30px 0 15px;
  text-align: center;
}

#holidaybottom .msi-p5 {
font-size: 1.6em;
    text-align: center;
	margin: -1% 0 1% 0%;
	text-decoration-line: 20px;
    color: #FFFFFF;
    line-height: 70px;
}

@media (max-width: 2560px){
#holidaybottom .msi-p5 {
font-size: 1.2em;
    margin: -2.5% 0 0% 0%;
}}	

@media (max-width: 1920px){
#holidaybottom .msi-p5 {
font-size: 1.6em;
	margin: -3% 0 1% 0%;
}}

@media (max-width: 1024px){
#holidaybottom .msi-p5 {
    font-size: 1.2em;
    margin: -7% 0 0% 0%;
}}	
	
@media (max-width: 960px){
#holidaybottom .msi-p5 {
font-size: 1.2em;
    margin: -6% 0 1% 0%;
}}

#holidaybottom #nbboxs p {
  line-height: 1.6;
  font-size: 30px;
	text-align: center;
}

#holidaybottom #nbboxs .price {
  font-size: 40px;
}

#holidaybottom #nbboxs .price span {
  font-size: 50%;
}

@media screen and (max-width: 1920px) {
  #holidaybottom #nbboxs .logos2 img {
    height: 30px;
  }
  #holidaybottom #nbboxs h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 960px) {
  #holidaybottom #nbboxs .itembox {
    display: block;
  }
  #holidaybottom #nbboxs .item {
    display: block;
    padding: 5%;
    text-align: center;
	  margin-bottom: -100px;
  }
  #holidaybottom #nbboxs .item .txtbox {
    width: 100%;
    text-align: left;
  }
  #holidaybottom #nbboxs .item .img {
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }
}

#holidaybottom #creation {
  background: url(//storage-asset.msi.com/event/nb/2019/UK_2019_Holiday/images/bg-pd2.jpg) center right no-repeat no-repeat;
  background-size: cover;
  color: #fff;
}

#holidaybottom #creation .itembox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#holidaybottom #creation .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

#holidaybottom #creation h3 {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 10px;
  text-align: left;
}

#holidaybottom #creation ul {
  text-align: left;
  margin-left: 20px;
  padding-bottom: 25px;
}

#holidaybottom #creation ul li {
  list-style: square;
  padding-bottom: 5px;
}

#holidaybottom #creation .bt {
  text-align: left;
}

#holidaybottom #creation .bt a {
  border: #cca153 1px solid;
  color: #cca153;
}

#holidaybottom #creation .bt a:hover {
  background: #cca153;
  color: #fff;
}

@media screen and (max-width: 960px) {
  #holidaybottom #creation .itembox {
    display: block;
  }
  #holidaybottom #creation .img {
    width: 70%;
    margin: 0 auto;
    max-width: auto;
  }
}

@media screen and (max-width: 960px) {
  #holidaybottom {
 margin-top: -62px;
  }
}

@media screen and (max-width: 1920px) {
  #holidaybottom {
    font-size: 18px;
  }
}

.delighter.right {
  -webkit-transform: translate(-100%);
  -ms-transform: translate(-100%);
  transform: translate(-100%);
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  -o-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.delighter.right.started {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.delighter.left {
  -webkit-transform: translate(100%);
  -ms-transform: translate(100%);
  transform: translate(100%);
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  -o-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.delighter.left.started {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.delighter.fadein {
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  -o-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.delighter.fadein.started {
  opacity: 1;
}

/*full-steam*/
#full-steam {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	overflow: hidden;
	font-family: 'din_pro_bold',Arial,'Noto Sans TC','Noto Sans SC', sans-serif;
	font-size: 100% ;
	color: #fff;
	position: relative;
	background-size: 100%;
}

#full-steam section{max-width: 1920px;	margin: 0 auto;}

#full-steam .kv h1 {
	color: #fff;
	font-size: 3.5em;
	padding-bottom: 30px;
}

#full-steam .kv {
	display: flex;
	background: url(https://storage-asset.msi.com/event/cnd/2019/full_steam_ahead/images/kv_bg.png) no-repeat top left;
	align-items: center;
	vertical-align: middle;
	background-size: 100%;
}
#full-steam .kv .flex-2 {
	width: 65%;

}
#full-steam .kv .flex-h1 {
	text-align: left;
}
#full-steam .b2 h2 {
	line-height: normal;
	font-size: 4.5em;
	letter-spacing: 5px;
	background: linear-gradient(90deg, #328bd4 40%, #ff3bbb 50%, #4600ae 70%, #1061be 100%);

	-webkit-background-clip: text;
	-webkit-text-stroke: 5px transparent;
	color: #15092a;
	text-shadow: 0 0 5px #f00, 0 0 15px #5900ff;
	animation: colorful 3s linear infinite;
	-moz-animation: colorful 3s linear infinite;
	-webkit-animation: colorful 3s linear infinite;
	-o-animation: colorful 3s linear infinite;
}
#full-steam .b2 .b2_date {
	font-size: 1.2em;
	line-height: 2em;
	letter-spacing: 2px;
	color: #9eb0bb;
}
#full-steam .b2 p {
	font-size: 2em;
	line-height: 1.5em;
	letter-spacing: 2px;
	color: #28D7FE;
}
#full-steam .b2 .info {
	display: inline-block;
	color: #28D7FE;
	padding: 2% 0px 15px;
}
#full-steam .b2 .info span {
	border-bottom: 2px #3d306c solid;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: block;
	z-index: 1;
	content: '';
	padding-top: 5px;
	margin-bottom: 5px;
}
/**/

.flux::after {
	border-bottom: 2px #275b76 solid;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: block;
	top: 50%;
	z-index: 1;
	content: '';
	animation: flux 2s linear infinite;
	-moz-animation: flux 2s linear infinite;
	-webkit-animation: flux 2 linear infinite;
	-o-animation: flux 1 linear infinite;
}
.flux::before {
	border-top: 2px #275b76 solid;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: block;
	top: 50%;
	z-index: 1;
	content: '';
	animation: flux 2s linear infinite;
	-moz-animation: flux 2s linear infinite;
	-webkit-animation: flux 2 linear infinite;
	-o-animation: flux 1 linear infinite;
}
#full-steam .b3 {
	padding-top: 2%;
}
#full-steam h3 {
	font-size: 48px;
	font-family: 'din_pro_bold',Arial,'Noto Sans TC','Noto Sans SC', sans-serif ,"微軟正黑體";
	line-height: 1;
	text-align: center;
	display: inline-block;
	color: #FFFFFF;
	margin: 60px 60px;
	/*animation: flickerAnimation 1s infinite;*/
    /*text-shadow: 0 0 3px #495cb9, 0 0 5px #495cb9, 0 0 10px #495cb9, 0 0 20px rgba(0,163,187,1), 0 0 20px rgba(0,163,187,1);*/
}

/*#full-steam h3:after {
  content: "";
  display: block;
  width: 200px;
  height: 2px;
  background-color: #fff;
  margin: 10px auto;
}*/

@media (max-width:1440px){
#full-steam h3 {
	font-size: 38px;
}}

#full-steam h3:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    display: block;
}

#full-steam h3:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    display: block;
}

#full-steam h4 {
	color: #7babdc;
	font-size: 1.5em;
	position: relative;
	text-align: center;
	margin-top: 30px;
}

#full-steam .msi-p4 {
font-size: .9em;
    text-align: center;
    margin-right: 10px;
    text-decoration-line: 20px;
    color: #FFFFFF;
    line-height: 30px;
}

@media (max-width: 1024px){
#full-steam .msi-p4 {
font-size: .75em;
}}

@media (max-width: 960px){
	#full-steam .msi-p4 {
    font-size: 15px;
    width: 68%;
    margin: auto;
}}


#full-steam h3::before {
	margin-right: 15px;
}
#full-steam h3::after {
	margin-left: 15px;
}
#full-steam h3::before, #full-steam h3::after, #full-steam .f2 .f2_nav .activeli2 h3::after, #full-steam .f2 .f2_nav .activeli2 h3::before {
	width: 2px;
	border: 1px solid #495cb9;
	box-shadow: 0 0 13px #6687c9, 0 0 5px #6687c9, 0 0 20px #6687c9, 0 0 50px #6687c9, 0 0 50px #6687c9, 0 0 50px #6687c9, 0 0 50px #6687c9;
	content: "";
	-webkit-animation: neon2 0.1s ease-in-out infinite alternate;
	-moz-animation: neon2 0.1s ease-in-out infinite alternate;
	animation: neon2 0.1s ease-in-out infinite alternate;
}
#full-steam .fas {
	font-family: Font Awesome 5 Free;
	display: block;
	text-shadow: 0 0 5px #495cb9, 0 0 6px #495cb9, 0 0 7px #495cb9, 0 0 8px #495cb9, 0 0 9px #495cb9, 0 0 50px #495cb9, 0 0 10px #495cb9, 0 0 150px #495cb9, 0 0 15px #495cb9, 0 0 15px #495cb9, 0 0 20px #495cb9, 0 0 320px #495cb9, 0 0 40px #495cb9;
	font-size: 1.5em;
	padding: 2% 5% 6%;
	color: #fff;
}
#full-steam .freeitem .chair_text {
	position: absolute;
	font-size: 3em;
	color: #fff;
	left: 0;
	right: 0;
	z-index: 9999;
	top: 40%;
}
#full-steam .freeitem {
	position: relative;
}
#full-steam .submit:hover, #full-steam .redeem button:hover {
	transition: 0.5s all ease-in-out;
	background: #7798ba;
}
#full-steam .submit, #full-steam .redeem button {
	font-size: 1.2em;
	background: rgba(0,0,0,.5);
	text-align: center;
	letter-spacing: 2px;
	line-height: 50px;
	border-radius: 15px;
	box-shadow: #495cb9 ;
	margin: 40px;
	color: white;
	display: inline-block;
	cursor: pointer;
	padding: 8px 25px;
	-webkit-box-shadow: 0 0 20px rgba(#495cb9), inset 0 0 8px rgba(#495cb9);
	-webkit-animation: flickerAnimation 4s infinite;
	/*animation: flickerAnimation 1s infinite;*/
	/*text-shadow: 0 0 3px #495cb9, 0 0 5px #495cb9, 0 0 10px #495cb9, 0 0 20px rgba(0,163,187,1), 0 0 20px rgba(0,163,187,1);*/
	outline: none;
}

#full-steam .b5 {
	padding-bottom: 5%;
	background-size: 100%;
}
#full-steam .b5 .redeemtb {
	padding-bottom: 5%;
	display: table;
	width: auto;
	margin: 0 auto;
}

@media (max-width:960px){
#full-steam .b5 .redeemtb {
    padding-bottom: 5%;
    display: table;
    width: auto;
    margin: 0 30px 0 -35px;
}}	
	
#full-steam .b5 .redeemtb .td {
	vertical-align: top;
	width: 25%;
}
#full-steam .b5 .redeemtb .th {
	vertical-align: middle;
}
#full-steam .b5 .redeemtb p {
	font-size: 18px;
	width: 90%;
	margin: 0 auto;
	line-height: 1.3em;
	text-decoration: none;
	color: #fff;
	font-family: Arial,'Noto Sans TC','Noto Sans SC', sans-serif,"微軟正黑體";
}
#full-steam.s3 .th {
	vertical-align: middle;
	padding: 0px 50px;
}
#full-steam .b5 .redeemtb a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
#full-steam .b5 .redeemtb a:hover {
	color: #ce2c00;
}
#full-steam .b5 .icon .icontxt {
	position: absolute;
	width: 100%;
	height: 80%;
	top: 28%;
	left: 0;
	font-size: 1.3em;
	text-transform: uppercase;
}
#full-steam .icon {
	position: relative;
	width: 200px;
	height: 200px;
	text-align: center;
	color: #fff;
}
#full-steam .icon svg {
	width: 100%;
	height: 100%;
	stroke-width: 16px;
	stroke: url(#myGradient);
	stroke-opacity: 0.8;
	fill-opacity: .1;
	-moz-transition: stroke-width 0.5s;
	-o-transition: stroke-width 0.5s;
	-webkit-transition: stroke-width 0.5s;
	transition: stroke-width 0.5s;
}
#full-steam .icon svg .circle-bg {
	stroke-opacity: 0.5;
	fill-opacity: 0.5;
	-webkit-filter: url(#Gaussian_Blur);
	filter: url(#Gaussian_Blur);
}
#full-steam .icon:hover svg {
	-webkit-animation: infinite-rotate 1s infinite linear;
	-moz-animation: infinite-rotate 1s infinite linear;
	-o-animation: infinite-rotate 1s infinite linear;
	animation: infinite-rotate 1s infinite linear;
}
 @-moz-keyframes infinite-rotate {
 from {
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @-ms-keyframes infinite-rotate {
 from {
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes infinite-rotate {
 from {
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
#full-steam .icon .icontxt i {
	font-size: 250%;
}
#full-steam .b6 {
	padding: 2% 0;
	width: 100%;
}

#full-steam .b7 {
	padding: 2% 0;
	width: 100%;
	background-color: #312C2D;
}
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-moz-font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
}
@-webkit-keyframes flickerAnimation {
 0% {
 opacity: 1;
}
 31.8% {
 opacity: 0.9;
}
 32% {
 opacity: 0;
}
 32.2% {
 opacity: 0.9;
}
 94.6% {
 opacity: 1;
}
 95% {
 opacity: 0;
}
 95.4% {
 opacity: 0.9;
}
 100% {
 opacity: 1;
}
}
 @keyframes flickerAnimation {
 0% {
 opacity: 1;
}
 31.8% {
 opacity: 0.9;
}
 32% {
 opacity: 0;
}
 32.2% {
 opacity: 0.9;
}
 94.6% {
 opacity: 1;
}
 95% {
 opacity: 0;
}
 95.4% {
 opacity: 0.9;
}
 100% {
 opacity: 1;
}
}
/*TAB 1*/
#full-steam .f1 {
	margin-bottom: 0px;
	padding: 0;
	text-align: left;
	overflow: hidden;
}
#full-steam .f1 .page01, #full-steam .f1 .page02, #full-steam .f1 .page03, #full-steam .f1 .page04 {
	display: none;
}
#full-steam .f1 .active {
	display: block;
}
#full-steam .f1 .acclose {
	display: none;
}
#full-steam .f1 .f1_nav {
	width: 100%;
	height: auto;
	min-height: 50px;
}
#full-steam .f1 ul{
		-webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
	
}
#full-steam .f1 ul, #full-steam .f1 .f1_nav li {
		
	width: 100%;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#full-steam .f1 .f1_nav ul {
	width: 1200px;
	height: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	padding-left: 0;
}
#full-steam .f1 .f1_nav li {
	font-family: 'DINPro-Medium', Helvetica, Arial, sans-serif,"微軟正黑體";
	font-size: 22px;
	width: 33%;
	text-align: center;
	line-height: 50px;
	border-bottom: 0px #333 solid;
	border-radius: 0px;
	margin: 0px;
	text-decoration: none;
	color: white;
	cursor: pointer;
	background: url(https://storage-asset.msi.com/event/cnd/2019/full_steam_ahead/images/bg00.png) repeat;
	transition: 0.5s all ease-in-out;
}
#full-steam .f1 .f1_nav li:hover {
	border: 0px solid rgba(0,171,213,.3);
	transition: 0.2s all ease-in-out;
}
#full-steam .f1 .f1_nav li:nth-child(1), #full-steam .f1 .f1_nav li:nth-child(3) {
	background-color: #1f1f1f;
}
#full-steam .f1 .f1_nav li:nth-child(1):hover, #full-steam .f1 .f1_nav li:nth-child(3):hover {
	background-color: #333333;
}
#full-steam .f1 .f1_nav li:nth-child(2), #full-steam .f1 .f1_nav li:nth-child(4) {
	background-color: #2d2d2d;
}
#full-steam .f1 .f1_nav li:nth-child(2):hover, #full-steam .f1 .f1_nav li:nth-child(4):hover {
	background-color: #414141;
}
#full-steam .f1 .f1_nav li .arrowDown {
	margin: 0 auto;
	-webkit-animation: arrowDown 1.5s ease-in-out infinite alternate;
	-moz-animation: arrowDown 1.5s ease-in-out infinite alternate;
	animation: arrowDown 1.5s ease-in-out infinite alternate;
}
#full-steam .f1 .f1_nav li .arrowDown img {
	width: 30px;
	height: 15px;
}
#full-steam .f1 .f1_nav li:hover .arrowDown {
	-webkit-animation: arrowDown 0s ease-in-out infinite alternate;
	-moz-animation: arrowDown 0s ease-in-out infinite alternate;
	animation: arrowDown 0s ease-in-out infinite alternate;
}
#full-steam .f1 .f1_nav li:hover {
}
#full-steam .f1 .f1_nav .activeli .arrowDown img {
	opacity: 0;
}
#full-steam .f1 .f1_nav .activeli .arrowDown {
	-webkit-animation: arrowDown 0s ease-in-out infinite alternate;
	-moz-animation: arrowDown 0s ease-in-out infinite alternate;
	animation: arrowDown 0s ease-in-out infinite alternate;
}
#full-steam .f1 .f1_nav .activeli, #full-steam .b6 .flex .item {
	color: #495cb9;
	border-bottom: 0px solid rgba(124,3,150,.7);
	-webkit-animation: arrowDown 0s ease-in-out infinite alternate;
	-moz-animation: arrowDown 0s ease-in-out infinite alternate;
	animation: arrowDown 0s ease-in-out infinite alternate;
	transition: 0.5s all ease-in-out;
}
#full-steam .b6 .flex .item{position: relative;}
#full-steam .f1 .f1_nav .activeli::before, #full-steam .b6 .flex .item::before {
	transition: 0.5s all ease-in-out;
	box-shadow: 0 0 5px #495cb9, 0 0 15px #495cb9, 0 0 15px #495cb9, 0 0 25px #495cb9, 0 0 35px #495cb9;
	content: "";
	position: absolute;
	z-index: 999;
	-webkit-animation: neon3 0.1s ease-in-out infinite alternate;
	-moz-animation: neon3 0.1s ease-in-out infinite alternate;
	animation: neon3 0.1s ease-in-out infinite alternate;
}
#full-steam .f1 .eligible_model_cost {
	padding: 0 10px 50px;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 0px;
	text-align: center;
}
#full-steam .f1 .eligible_model_cost p, #full-steam .f2 .act_promotion .item p {
	color: #9a19bf;
	font-size: 1.8em;
	padding-bottom: 15px;
}
#full-steam .f1 .eligible_model_cost p span {
	color: #495cb9;
}
#full-steam .f1 .eligible_model_cost p span b {
	color: #fff;
	text-shadow: 0 0 5px #495cb9, 0 0 15px #495cb9, 0 0 15px #495cb9;
}
#full-steam .f1 .eligible_model_cost .item, #full-steam .f2 .act_promotion .item {
	width: 100%;
	padding: 2%;
	margin: 0 auto;
}
#full-steam .f2 .act_promotion .item {
	padding-top: 3%;
}
#full-steam .f1 .eligible_model_cost .item ul, #full-steam .f2 .act_promotion .item ul {
	display: block;
}
#full-steam .f1 .eligible_model_cost .item ul li, #full-steam .f2 .act_promotion .item ul li {
	display: inline;
}
#full-steam .f1 .eligible_model_cost .item a, #full-steam .f2 .act_promotion .item a {
	background: rgba(42,42,45,.8);

	color: #bababa;
	text-align: center;
	display: inline-block;
	padding: 5px 5px;
	cursor: pointer;
	margin: 5px 2px;
	border-radius: 2px;
	vertical-align: middle;
	line-height: 35px;
	text-decoration: none;
	transition: all .3s ease 0;
	-webkit-transition: all .3s ease 0;
	-moz-transition: all .3s ease 0;
	-ms-transition: all .3s ease 0;
	-o-transition: all .3s ease 0;
	font-family: 'DINPro', Helvetica, Arial, sans-serif;
	transition: 0.3s all ease;
	letter-spacing: 1px;
}
#full-steam .f1 .eligible_model_cost .item a:hover, #full-steam .f2 .act_promotion .item a:hover {
	background: rgba(142,142,145,.8);
}
#full-steam .f1 .eligible_model_cost ul li span {
	font-size: 200%;
	color: #fd006f;
}
#full-steam .f1 .eligible_model_cost ul li .cost {
	padding: 10px;
	width: 100%;
	color: rgba(255,255,255,.8);
	letter-spacing: 1px;
}
#full-steam .f1 .eligible_model_cost ul li .name {
	padding: 10px;
	color: #536bfc;
	font-size: 1.5em;
	width: 100%;
	padding-bottom: 25px;
 co
}
#full-steam .f1 .eligible_model_cost ul li .name p {
	display: block;
}
#full-steam .f1 .eligible_model_cost ul li .name .money {
	color: rgba(205,205,205,1.00);
	font-size: 0.6em;
	border-radius: 3px;
	vertical-align: top;
	display: inline-block;
	background-color: #be000e;
	width: 30%;
}
#full-steam .f1 .eligible_model_cost ul li .name .steam {
	background-color: rgba(94,94,94,1.00);
}
#full-steam .f1 .eligible_model_cost h3 {
	font-size: 2rem;
	color: #e53f57;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
}
#full-steam .f1 .eligible_model_cost .left {
	width: 50%;
	height: auto;
	text-align: left;
	margin: 40px 0;
	float: left;
}
#full-steam .f1 .eligible_model_cost .right {
	width: 50%;
	height: auto;
	float: left;
}
/*��敶抵葤獢�*/

#full-steam .f1 .eligible_model_cost ul li::before {
	background-image: linear-gradient(135deg, #ff00f1, #0400ff, #00ebff, #00ff0d, #fbff00, #ff6b00);
	-webkit-animation: colorful-btn 1.5s 0.2s linear infinite;
	animation: colorful-btn 1.5s 0.2s linear infinite;
}
/*TAB2 */

#full-steam .f2 {
	text-align: center;
	overflow: hidden;
}
#full-steam .f2 .actpage01, #full-steam .f2 .actpage02 {
	display: none;
}
#full-steam .f2 .active {
	display: block;
}
#full-steam .f2 .f2_nav {
	width: 100%;
	height: auto;
	min-height: 50px;
	padding: 0;
}
#full-steam .f2 .f2_nav ul, #full-steam .f2 .f2_nav li {
	width: 100%;
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#full-steam .f2 .f2_nav ul {
	width: 1200px;
	height: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	padding-left: 0;
}
#full-steam .f2 .f2_nav li {
	position: relative;
	width: calc(100% / 2 - 34px);
	text-align: center;
	line-height: 50px;
	margin: 0px;
	display: inline-block;
	border-shadow: 0 0 5px #A7A6A6, 0 0 15px #A7A6A6, 0 0 15px #A7A6A6, 0 0 25px #A7A6A6, 0 0 35px #A7A6A6;
	cursor: pointer;
}
#full-steam .f2 .f2_nav li::after {
	width: 100%;
	transition: 0.5s all ease-in-out;
	border-bottom: 7px solid #3e3c49;
	content: "";
	position: absolute;
	z-index: 999;
	right: 0;
	left: 0;
}
#full-steam .f2 .f2_nav li.activeli2::after {
	border-bottom: 7px solid #A7A6A6;
	box-shadow: 0 0 5px rgba(195,0,255,.3), 0 0 15px rgba(195,0,255,.3), 0 0 15px rgba(195,0,255,.4), 0 0 25px rgba(195,0,255,.4), 0 0 35px rgba(195,0,255,.4);
	-webkit-animation: neon2 0.1s ease-in-out infinite alternate;
	-moz-animation: neon2 0.1s ease-in-out infinite alternate;
	animation: neon2 0.1s ease-in-out infinite alternate;
}
#full-steam .f2 .f2_nav ul, #full-steam .f2 .f2_nav li.activeli2 {
	border-bottom: 5px solid #A7A6A6;
}
#full-steam .f2 .f2_nav .activeli2 h3 {
	color: #A7A6A6;
}
#full-steam .f2 .f2_nav h3 {
	color: #606062;
	line-height: 1.5;
}
#full-steam .f2 .fas, #full-steam .b5 .icontxt .fa-x {
	/*text-shadow: 0 0 5px rgba(166,43,236,.1), 0 0 16px rgba(166,43,236,.5), 0 0 7px rgba(166,43,236,.3);*/
	padding: 1.5% 0px;
	color:#6687c9;
	font-size: 2em;
}
#full-steam .f2 .f2_nav h3::before, #full-steam .f2 .f2_nav h3::after {
	height: 35px;
	width: 2px;
	border: 1px solid #333;
	box-shadow: 0 0 13px #333, 0 0 5px #333, 0 0 20px #333, 0 0 50px #333, 0 0 50px #333, 0 0 50px #333, 0 0 50px #333;
	content: "";
}
#full-steam .f2 .f2_nav h3 .active {
	color: #A7A6A6;
}
#full-steam .f2 .act_promotion {
	width: 100%;
	height: auto;
	overflow: hidden;
}
#full-steam .f2 .act_promotion .left {
	width: 50%;
	height: auto;
	text-align: left;
	margin: 40px 0;
	float: left;
}
#full-steam .f2 .act_promotion .right {
	width: 50%;
	height: auto;
	float: left;
}
#full-steam .f2 .actpage01 {
	padding-top: 1%;
	background: url("https://storage-asset.msi.com/event/cnd/2019/full_steam_ahead/images/page01-bg.jpg");
	background-position: right top;
	background-size: cover;
}
#full-steam .f2 .actpage01 .left {
	width: 40%;
	height: auto;
}
#full-steam .f2 .actpage01 .right {
	width: 60%;
	height: auto;
}
#full-steam .b4 {
	padding: 10% 0px;
}
#full-steam .b4 .mainbox {
	padding-bottom: 5%;
	width: 80%;
	margin: 0 auto;
}
#full-steam .color {
	-webkit-animation: color 2.5s 0.2s linear infinite;
	-moz-animation: color 2.5s 0.2s linear infinite;
	-ms-animation: color 2.5s 0.2s linear infinite;
	-o-animation: color 2.5s 0.2s linear infinite;
	animation: color 2.5s 0.2s linear infinite;
}
#full-steam .b4 .mainbox3 {
	width: 200px;
	height: 100px;
	background-color: white;
	box-shadow: 0px 0px 20px #B22D2D;
	left: -50px;
	display: inline-block;
	margin-left: -50px;
	z-index: -1;
}
#full-steam .b4 {
	background: url(https://storage-asset.msi.com/event/cnd/2019/full_steam_ahead/images/action_bg.jpg);
	background-size: 100%;}
#full-steam .b4 .mainbox {
	transition: 0.3s all;
	position: relative;
	text-align: center;
	z-index: 2;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
#full-steam .b4 .mainbox::before {
	-webkit-animation: colorful-btn 1.5s 0.2s linear infinite;
	animation: colorful-btn 1.5s 0.2s linear infinite;
}
#full-steam .b4 .mainbox::after {
	content: '';
	display: block;
	position: absolute;
	top: 0%;
	left: 0%;
	background: #000;
	border-radius: 20px;
	border: 1px solid #fff;
	box-shadow: inset 0 0 35px rgb(160, 63, 187) ;
	background-color: #000;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#full-steam .b4 .mainbox::before {
	content: '';
	display: block;
	position: absolute;
	top: -0.5%;
	left: -0.5%;
	background-image: linear-gradient(135deg, #ff00f1, #0400ff, #00ebff, #00ff0d, #fbff00, #ff6b00);
	background-size: contain;
	border-radius: 20px;
	width: 101%;
	height: 101%;
	z-index: -1;
	-webkit-filter: blur(8px);
	filter: blur(8px);
}
#full-steam .b6 .flex .item::before {
	width: 90% ;
}
#full-steam .b6 .flex {
	display: flex;
	justify-content: center;
	align-items: center;
}
#full-steam .b6 .item {
	width: 35%;
	margin: 15px;
}
#full-steam .wtbbg{background: #000;}
@media screen and (max-width: 1680px) {

}

@media screen and (max-width: 1366px) {
#full-steam .kv {
	flex-wrap: nowrap;
}
#full-steam .kv .flex-2 {
	flex-basis: 80%;
}
#full-steam .kv h1 {
	font-size: 3em;
}
	
#full-steam .kv .flex-h1 img {
	width: 70%;
}
#full-steam .f1 {
	text-align: left;
}
#full-steam .f1 .eligible_model_cost ul li a > img {
	top: 30px;
	right: -30px;
}
}

@media screen and (max-width: 1280px) {
#full-steam .b6 .flex .item::before, #full-steam .b6 .flex .item {
	width: 45% ;
}
#full-steam .kv {
	flex-wrap: nowrap;
}
#full-steam .kv .flex-2 {
	flex-basis: 90%;
}
#full-steam .kv h1 {
	font-size: 2.5em;
}
#full-steam .kv .flex-h1 img {
	width: 60%;
}
#full-steam .b2 .b2_date {
	font-size: 1.5em;
	line-height: 1.5em;
}
#full-steam .b2 p {
	font-size: 1.1em;
}
}

@media all and (max-width: 1024px) {
#full-steam .f1 .f1_nav li .arrowDown {
	font-size: 22px;
}
#full-steam .f1 .f1_nav {
	width: 100%;
	height: auto;
	min-height: 50px;
	padding: 0;

}
}

@media screen and (max-width: 960px) {
#full-steam .kv div:nth-child(1) img {
	width: 50%;
}
#full-steam .kv div:nth-child(2) {
	width: 60%;
	text-align: center;
}
#full-steam .kv div:nth-child(2) img {
	width: 40%;
	padding: 15px;
}
#full-steam .kv div:nth-child(3) {
	width: 30%;
}
#full-steam .kv h1 {
	display: inline-block;
}
#full-steam .kv {
	background-position: top;
}
#full-steam .kv {
	flex-wrap: wrap;
}
}

@media screen and (max-width: 768px) {
#full-steam .kv h1 {
	font-size: 2em;
}
#full-steam .b2 h2 {
	font-size: 3.5em;
	line-height: normal;
}
#full-steam .b2 .b2_date {
	font-size: 1.2em;
	line-height: 1.5em;
}
#full-steam .b6 .flex {
	display: block;
}
#full-steam .b6 .flex .item::before, #full-steam .b6 .flex .item {
	width: 90% ;
	margin: 0 auto;
}
#full-steam .b4 .mainbox {
	width: 94%;
}
#full-steam h3 {
	font-size: 1.2em;
}
	
#full-steam h4 {
	font-size: 1em;
}
	
#full-steam .f2 .act_promotion .item a {
	font-size: 0.8em;
	padding: 2px;
}
#full-steam .f2 .act_promotion .item p {
	font-size: 1.2em;
}
#full-steam .b2 .td {
	width: 100% ;
}
#full-steam .f1 .eligible_model_cost {
	margin-bottom: 20px;
}
#full-steam .f1 .eligible_model_cost ul li a:hover > img {
	display: none;
}
#full-steam .f1 .eligible_model_cost ul li {
	width: calc(100% / 2 - 20px);
}
#full-steam .f1 .f1_nav .activeli .arrowDown img {
	display: none;
}
#full-steam .f1 {
	margin-bottom: 10px;
	padding: 0px 0px 0%;
}
#full-steam .f1 .f1_nav li {
	padding: 15px;
	border: 2px solid #333;
	width: calc(95% / 2 - 10px);
	line-height: 30px;
	margin: 5px;
	font-size: 1.5em;
	text-align: center;
}
#full-steam .f1 .f1_nav li:hover {
	background-color: rgba(83,107,252,0.30);
}
#full-steam .f1 .f1_nav .activeli {
	color: #fff;
	background-color: #3123e2;
	border: 2px solid #3123e2;
	width: 90%;
}
#full-steam .f1 .f1_nav li img {
	display: none;
}
#full-steam .f1 .f1_nav li .arrowDown img {
	display: initial;
}
#full-steam .f1 .eligible_model_cost .left, #full-steam .f1 .eligible_model_cost .right {
	text-align: center;
	width: 100%;
}
#full-steam .f1 .page01 {
	background-position: bottom;
}
#full-steam .f1 .page02 ol {
	text-align: left;
}
#full-steam .f1 .page03 {
	background: initial;
	padding: 20px 0;
}
#full-steam .f1 .page03 img {
	width: 100%;
	height: auto;
}
#full-steam .f1 .page04 {
	background-position: right bottom;
	background-size: contain;
	background-repeat: no-repeat;
}
#full-steam .f1 .page04 img {
	width: 100%;
	height: auto;
}}


@media screen and (max-width: 786px) {
.visible-xs{
padding:5px 4em;
}
#full-steam .f1 .f1_nav li .arrowDown{
padding-top: 10px;}
	
#full-steam .f1 .f1_nav .activeli::before{
width: 40%;}
	
#full-steam .b5 .redeemtb{
display: block;
margin: auto;
}
	
#full-steam .b5 .redeemtb .td,#full-steam .b5 .redeemtb .th{
display: block; width: 100%;
}
	
#full-steam .b5 .icontxt .fa-x{
transform: rotate(90deg);
}}


@media screen and (max-width: 486px) {
#full-steam .kv h1 {
	font-size: 1.8em;
}
#full-steam .kv div:nth-child(2) img {
	width: 40%;
	padding: 15px;
}
#full-steam .kv div:nth-child(2) {
	width: 70%;
}
#full-steam .b2 h2 {
	font-size: 2em;
}
#full-steam .f1 .f1_nav li {
	padding: 15px 2px;
}
#full-steam .f1 .f1_nav li .arrowDown img {
	width: 20px;
	height: 10px;
}
#full-steam .f1 .eligible_model_cost ul li {
	width: calc(100% / 1 - 20px);
}
#full-steam .f1 .f1_nav .activeli .arrowDown, #full-steam .f1 .f1_nav li .arrowDown {
	line-height: 1.2;
	font-size: 18px;
}
}

/*----Neno -----*/
@keyframes arrow {
 0% {
 transform: translateX(0px);
 opacity: 0;
}
 100% {
 transform: translateX(10px);
 opacity: 1;
}
}
 @keyframes arrowY {
 0% {
 transform: translateY(0px) rotate(90deg);
 opacity: 0;
}
 100% {
 transform: translateY(10px) rotate(90deg);
 opacity: 1;
}
}
 @keyframes colorful {
 0% {
 -webkit-filter: hue-rotate(0deg);
 filter: hue-rotate(0deg);
}
 50% {
 -webkit-filter: hue-rotate(130deg);
 filter: hue-rotate(130deg);
}
 100% {
 -webkit-filter: hue-rotate(0deg);
 filter: hue-rotate(0deg);
}
}
 @keyframes colorrainbow {
 from {
 -webkit-filter: hue-rotate(0deg);
 filter: hue-rotate(0deg);
}
 to {
 -webkit-filter: hue-rotate(359deg);
 filter: hue-rotate(359deg);
}
}
 @-webkit-keyframes light {
 100% {
 -webkit-transform: translate3d(50%, 50%, 0);
 transform: translate3d(50%, 50%, 0);
}
}
 @keyframes light {
 100% {
 -webkit-transform: translate3d(50%, 50%, 0);
 transform: translate3d(50%, 50%, 0);
}
}
 @-webkit-keyframes neon3 {
 from {
box-shadow: 0 0 5px #495cb9, 0 0 15px #495cb9, 0 0 15px #495cb9, 0 0 25px #495cb9, 0 0 35px #495cb9;
}
 to {
box-shadow: 0 0 5px #495cb9, 0 0 15px #495cb9, 0 0 25px #495cb9, 0 0 35px #495cb9, 0 0 45px #495cb9;;
}
}
 @-webkit-keyframes arrowDownlight {
 0% {
 opacity: 1;
}
 65% {
 opacity: .5;
}
 100% {
 opacity: 1;
}
}
 @keyframes arrowDown {
 0% {
 opacity: 1;
 transform: translate(0px, 0px);
}
 65% {
 opacity: .5;
}
 100% {
 opacity: 1;
}
}
 @-webkit-keyframes neon2 {
 from {
box-shadow: 0 0 5px rgba(195,0,255,.3), 0 0 15px rgba(195,0,255,.3), 0 0 15px rgba(195,0,255,.4), 0 0 25px rgba(195,0,255,.4), 0 0 35px rgba(195,0,255,.4);
}
 to {
box-shadow: 0 0 1px rgba(195,0,255,.3), 0 0 5px rgba(195,0,255,.1), 0 0 5px rgba(195,0,255,.3), 0 0 22px rgba(195,0,255,.3), 0 0 35px rgba(195,0,255,.4);
}
}
 @-webkit-keyframes colorful-btn {
 from {
 -webkit-filter: hue-rotate(0deg) blur(8px);
 filter: hue-rotate(0deg) blur(8px);
}
 to {
 -webkit-filter: hue-rotate(359deg) blur(8px);
 filter: hue-rotate(359deg) blur(8px);
}
}
 @keyframes colorful-btn {
 from {
 -webkit-filter: hue-rotate(0deg) blur(8px);
 filter: hue-rotate(0deg) blur(8px);
}
 to {
 -webkit-filter: hue-rotate(359deg) blur(8px);
 filter: hue-rotate(359deg) blur(8px);
}
}

#tom-clancys-breakpoint {
	padding: 0;
	margin: 0;
	text-align: center;
	width: 100%;
	overflow-x: hidden;
	position: relative;
}

#tom-clancys-breakpoint section {
	width: 80%;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: top;
	align-items: top;
	margin: 0 auto;
	max-width: 1920px;
}

#tom-clancys-breakpoint section .container {
	width: 80%;
	margin: auto;
    max-width: 1920px;
}


#tom-clancys-breakpoint section.kv {
	width: 100%;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: top;
	align-items: top;
	margin: 0 auto;
	max-width: 1920px;
	
}
#tom-clancys-breakpoint section.kv h1 {
	color: #fff;
	font-size: 6em;
	text-transform: uppercase;
	font-weight: bolder;
	text-align: left;
	padding: 0px!important;
	margin: 0!important;
	height: auto!important;
}
#tom-clancys-breakpoint section.kv .kv-l {
	width: 50%;
	padding-left: 2%;
}
#tom-clancys-breakpoint section.kv .kv-r {
	text-align: right;
	max-width: 1037px;
}
#tom-clancys-breakpoint section.kv .kv-l p {
	text-align: left;
	font-size: 1.2em;
	line-height: 36px;
	font-weight: bold;
}
#tom-clancys-breakpoint section.kv .kv-l .info {
	color: #ffff00;
	text-align: left;
	width: 100%;
	position: relative;
}
#tom-clancys-breakpoint section.kv .kv-l .info img{max-width: 140px;}
#tom-clancys-breakpoint section.kv .kv-l .info p {
	width: 70%;
}
#tom-clancys-breakpoint section.kv .kv-l .info img {
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
}
#tom-clancys-breakpoint p {
	font-family: 'DINPro-Regular';
}
#tom-clancys-breakpoint .section-container {
	max-width: 70%;
	margin: 0 auto;
	padding: 0px;
}
#tom-clancys-breakpoint .b2 {
	background: url(https://storage-asset.msi.com/event/mnt/2019/tom-clancys-breakpoint/images/bg01.jpg);
	background-size: 100%;
	padding-bottom: 15px;
}
#tom-clancys-breakpoint h2 {
	font-weight: bold;
	font-size: 2.8em;
	padding: 8px;
	letter-spacing: 5px;
}
#tom-clancys-breakpoint h3,#tom-clancys-breakpoint h1{
	font-size: 1.6em;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	z-index: 99;
	transform: skewY(-0.3deg);
	margin-bottom: 25px;
	font-family: 'Agency FB', sans-serif;
	font-size: 2.4em;
	color: #fff;
	border-bottom: 0px solid #ff0000;
	display: block;
	padding: 0 70px;
	font-style: italic;
	height: 150px;
	padding-top: 40px;
	text-shadow: 0 0 5px #ff0000, 0 0 15px #ff0000, 0 0 15px #ff0000, 0 0 25px #ff0000, 0 0 35px #ff0000;
	-webkit-animation: neon3 0.1s ease-in-out infinite alternate;
	-moz-animation: neon3 0.1s ease-in-out infinite alternate;
	animation: neon3 0.1s ease-in-out infinite alternate;
}
 @-webkit-keyframes neon3 {
 from {
text-shadow: 0 0 5px #ff0000, 0 0 15px #ff0000, 0 0 15px #ff0000, 0 0 25px #ff0000, 0 0 35px #ff0000;
}
 to {
text-shadow: 0 0 5px #ff0000, 0 0 15px #ff0000, 0 0 25px #ff0000, 0 0 35px #ff0000, 0 0 45px #ff0000;;
}
}
#tom-clancys-breakpoint h3:before {
	background: url(https://storage-asset.msi.com/event/mnt/2019/tom-clancys-breakpoint/images/line02.png) no-repeat right top;
	position: absolute;
	width: 100%;
	height: 150px;
	content: "";
	margin-top: 20%;
	bottom: 5px;
	display: block;
	right: 0;
}
#tom-clancys-breakpoint h3:after {
	left: 0;
	background: url(https://storage-asset.msi.com/event/mnt/2019/tom-clancys-breakpoint/images/line01.png) no-repeat left bottom;
	position: absolute;
	width: 100%;
	height: 150px;
	content: "";
	margin-top: 20%;
	bottom: 5px;
	display: block;
}
#tom-clancys-breakpoint .item {
	display: inline-block;
	position: relative;
	padding: 5px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	margin: 40px 0;
	color: #ff0000;
}
#tom-clancys-breakpoint .item::before, #tom-clancys-breakpoint .item::after, #tom-clancys-breakpoint .item > div::before, .item > div::after {
	content: "";
	display: block;
	height: 20px;
	position: absolute;
	width: 20px;
}
#tom-clancys-breakpoint .item::before {
	border-top: 6px solid #ff0000;
	border-left: 6px solid #ff0000;
	left: 0;
	top: 0;
}
#tom-clancys-breakpoint .item::after {
	border-top: 6px solid #ff0000;
	border-right: 6px solid #ff0000;
	right: 0;
	top: 0;
}
#tom-clancys-breakpoint .item > div::before {
	bottom: 0;
	border-bottom: 6px solid #ff0000;
	border-left: 6px solid #ff0000;
	left: 0;
}
#tom-clancys-breakpoint .item > div::after {
	bottom: 0;
	border-bottom: 6px solid #ff0000;
	border-right: 6px solid #ff0000;
	right: 0;
}
/*TAB 1*/
#tom-clancys-breakpoint .f1 {
	margin-bottom: 0px;
	padding: 0;
	text-align: left;
	overflow: hidden;
}
#tom-clancys-breakpoint .f1 .page01, #tom-clancys-breakpoint .f1 .page02, #tom-clancys-breakpoint .f1 .page03 {
	display: none;
}
#tom-clancys-breakpoint .f1 .active {
	display: block;
}
#tom-clancys-breakpoint .f1 .acclose {
	display: none;
}
#tom-clancys-breakpoint .f1 .f1_nav {
	width: 100%;
	height: auto;
	min-height: 50px;
}
@media (min-width: 1920px) {
	#tom-clancys-breakpoint .f1 .f1_nav{width: 70%; margin: 0 auto;}
	
} 


#tom-clancys-breakpoint .f1 ul, #tom-clancys-breakpoint .f1 .f1_nav li {
	width: 100%;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#tom-clancys-breakpoint .f1 .f1_nav ul {
	width: 1200px;
	height: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	padding-left: 0;
}
#tom-clancys-breakpoint .f1 .f1_nav li {
	display: block;
	font-family: 'DINPro-Medium', Helvetica, Arial, sans-serif;
	font-size: 22px;
	width: calc((100% / 3) - 0px);
	text-align: center;
	line-height: 50px;
	border-bottom: 0px #333 solid;
	border-radius: 0px;
	margin: 0px;
	padding: 3em 0;
	text-decoration: none;
	color: white;
	cursor: pointer;
	background: url(https://storage-asset.msi.com/event/mnt/2019/tom-clancys-breakpoint/images/pd_over02.png) no-repeat;
	background-size: 100%;
	transition: 0.5s all ease-in-out;
	text-shadow: 0 0 5px #ff0000, 0 0 6px #ff0000, 0 0 7px #ff0000, 0 0 8px #ff0000, 0 0 9px #ff0000, 0 0 50px #ff0000, 0 0 10px #ff0000, 0 0 150px #ff0000, 0 0 15px #ff0000, 0 0 15px #ff0000, 0 0 20px #ff0000, 0 0 320px #ff0000, 0 0 40px #ff0000;
}
#tom-clancys-breakpoint .fas {
	font-family: Font Awesome 5 Free;
	font-size: 1.5em;
	padding: 2% 5% 6%;
	display: block;
	color: #fff;
}
#tom-clancys-breakpoint .f1 .f1_nav li img {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}
#tom-clancys-breakpoint .f1 .f1_nav li:hover, #tom-clancys-breakpoint .f1 .f1_nav li.activeli {
	transition: 0.5s all ease-in-out;
	border: 0px solid rgba(0,171,213,.3);
	transition: 0.2s all ease-in-out;
	background: url(https://storage-asset.msi.com/event/mnt/2019/tom-clancys-breakpoint/images/pd_over01.png) no-repeat;
	background-size: 100%;
}
#tom-clancys-breakpoint .f1 .f1_nav li .arrowDown {
	width: 100%;
	margin: 0 auto;
	-webkit-animation: arrowDown 1.5s ease-in-out infinite alternate;
	-moz-animation: arrowDown 1.5s ease-in-out infinite alternate;
	animation: arrowDown 1.5s ease-in-out infinite alternate;
}
#tom-clancys-breakpoint .f1 .f1_nav li .arrowDown img {
	width: 30px;
	height: 15px;
}
#tom-clancys-breakpoint .f1 .f1_nav li:hover .arrowDown {
	-webkit-animation: arrowDown 0s ease-in-out infinite alternate;
	-moz-animation: arrowDown 0s ease-in-out infinite alternate;
	animation: arrowDown 0s ease-in-out infinite alternate;
}
#tom-clancys-breakpoint .f1 .f1_nav .activeli .arrowDown img {
	opacity: 0;
}
#tom-clancys-breakpoint .f1 .f1_nav {
	position: relative;
}
#tom-clancys-breakpoint .f1 .f1_nav .activeli .arrowDown {
	-webkit-animation: arrowDown 0s ease-in-out infinite alternate;
	-moz-animation: arrowDown 0s ease-in-out infinite alternate;
	animation: arrowDown 0s ease-in-out infinite alternate;
}
#tom-clancys-breakpoint .f1 .f1_nav .activeli {
	border-bottom: 0px solid rgba(124,3,150,.7);
	-webkit-animation: arrowDown 0s ease-in-out infinite alternate;
	-moz-animation: arrowDown 0s ease-in-out infinite alternate;
	animation: arrowDown 0s ease-in-out infinite alternate;
	transition: 0.5s all ease-in-out;
}
#tom-clancys-breakpoint .f1 .f1_nav .activeli::before {
	width: 20%;
	transition: 0.5s all ease-in-out;
	border-top: 0px solid #ff0000;
	content: "";
	position: absolute;
	z-index: 999;
}
#tom-clancys-breakpoint .f1 .eligible_model_cost {
	padding: 0 10px 50px;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 0px;
	text-align: center;
}
#tom-clancys-breakpoint .f1 .eligible_model_cost p, #tom-clancys-breakpoint .f2 .act_promotion .item p {
	color: #f00;
	font-size: 1.8em;
	padding-bottom: 15px;
}
#tom-clancys-breakpoint .f1 .eligible_model_cost p span {
	color: #ff0000;
}
#tom-clancys-breakpoint .f1 .eligible_model_cost p span b {
	color: #fff;
	text-shadow: 0 0 5px #ff0000, 0 0 15px #ff0000, 0 0 15px #ff0000;
}
#tom-clancys-breakpoint .f1 .eligible_model_cost .pdbox {
	width: 100%;
	padding: 2%;
	margin: 0 auto;
}
#tom-clancys-breakpoint .f1 .eligible_model_cost .pdbox ul {
	display: flex;
}
#tom-clancys-breakpoint .f1 .eligible_model_cost .pdbox ul li {
	width: calc((100% - 0px)/4);
	font-family: 'DINPro-Medium', Helvetica, Arial, sans-serif;
	text-align: center;
	line-height: 50px;
	border-bottom: 0px #333 solid;
	border-radius: 0px;
	text-decoration: none;
	color: white;
	cursor: pointer;
	padding: 15px;
	background: url(https://storage-asset.msi.com/event/cnd/2019/full_steam_ahead/images/bg00.png) repeat;/*
	    background:linear-gradient(-135deg, transparent 15px, #655 0) top right;*/
}
#tom-clancys-breakpoint .f1 .eligible_model_cost .pdbox li:hover {
	transition: 0.5s all ease-in-out;
	color: #fff;
}
#tom-clancys-breakpoint .f1 .eligible_model_cost .pdbox ul li a:hover {
	transition: 0.2s all ease-in-out;
	background: linear-gradient(-45deg, transparent 25px, rgb(60, 60, 60) 0), linear-gradient(-45deg, transparent 15px, #f00 0);
	box-shadow: 0 0 5px rgb(255, 0, 0, .8), 0 0 35px rgb(255, 0, 0, .5);
}
#tom-clancys-breakpoint .f1 .eligible_model_cost .pdbox ul li a {
	color: #f00;
	text-shadow: 0 0 5px #000;
	font-size: 22px;
	background: linear-gradient(-45deg, transparent 25px, rgb(50, 50, 50) 0), linear-gradient(-45deg, transparent 15px, #f00 0);
	transition: 0.5s all ease-in-out;
	display: block;
}
#tom-clancys-breakpoint .f1 .eligible_model_cost .pdbox ul li a img {
	padding: 40px 40px 0px 40px;
}
/*----Redeem -----*/
#tom-clancys-breakpoint .b3 {
	background: url(https://storage-asset.msi.com/event/mnt/2019/tom-clancys-breakpoint/images/bg02.jpg);
	background-size: 100%;
	padding: 2% 0 5%;
}
#tom-clancys-breakpoint .b3 .redeem {
	padding-bottom: 5%;
}

#tom-clancys-breakpoint .b3 .redeem .popbtn{ color: #fff;
border-radius: 15px;


margin: 25px auto;
	

color: white;

display: block;
	width: 30%;

cursor: pointer;

padding: 8px 25px;
	
	padding: 8px 25px;

-webkit-box-shadow: 0 0 20px rgba(299,63,87,1), inset 0 0 8px rgba(299, 63, 87, 1);

-webkit-animation: flickerAnimation 4s infinite;

animation: flickerAnimation 1s infinite;

text-shadow: 0 0 3px #f00, 0 0 5px #f00, 0 0 10px #f00, 0 0 20px;
	

}

#tom-clancys-breakpoint .b3 .redeem .popbtn:hover{background: #c00; color: #fff;}
#tom-clancys-breakpoint .b3 .redeemtb {
	padding: 6% 0;
	display: table;
	width: auto;
	margin: 0 auto;
	width: 90%;
}
#tom-clancys-breakpoint .b3 .redeemtb .td {
	vertical-align: top!important;
	width: 30%;
}
#tom-clancys-breakpoint .b3 .redeemtb .th {
	vertical-align: middle!important;
}
#tom-clancys-breakpoint .b3 .redeemtb p {
	font-size: 18px;
	width: 90%;
	margin: 0 auto;
	line-height: 1.3em;
	text-decoration: none;
	color: #fff;
	font-family: "DINPro-Regular";
}
#tom-clancys-breakpoint .b3 .th {
	vertical-align: middle!important;
	padding: 0px 50px;
}
#tom-clancys-breakpoint .b3 .redeemtb a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
#tom-clancys-breakpoint .b3 .redeemtb a:hover {
	color: #ce2c00;
}
#tom-clancys-breakpoint .b3 .icon .icontxt {
	position: absolute;
	width: 100%;
	height: 80%;
	top: 28%;
	left: 0;
	font-size: 1.3em;
	text-transform: uppercase;
}
#tom-clancys-breakpoint .icon {
	position: relative;
	width: 200px;
	height: 200px;
	text-align: center;
	color: #fff;
}
#tom-clancys-breakpoint .icon svg {
	width: 100%;
	height: 100%;
	stroke-width: 16px;
	stroke: url(#myGradient);
	stroke-opacity: 0.8;
	fill-opacity: .1;
	-moz-transition: stroke-width 0.5s;
	-o-transition: stroke-width 0.5s;
	-webkit-transition: stroke-width 0.5s;
	transition: stroke-width 0.5s;
}
#tom-clancys-breakpoint .icon svg .circle-bg {
	stroke-opacity: 0.5;
	fill-opacity: 0.5;
	-webkit-filter: url(#Gaussian_Blur);
	filter: url(#Gaussian_Blur);
}
#tom-clancys-breakpoint .icon:hover svg {
	-webkit-animation: infinite-rotate 1s infinite linear;
	-moz-animation: infinite-rotate 1s infinite linear;
	-o-animation: infinite-rotate 1s infinite linear;
	animation: infinite-rotate 1s infinite linear;
}
#tom-clancys-breakpoint section.promotion a{padding: 15px;}
 @-moz-keyframes infinite-rotate {
 from {
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @-ms-keyframes infinite-rotate {
 from {
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);

}
 to {
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes infinite-rotate {
 from {
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
#tom-clancys-breakpoint .icon .icontxt i {
	font-size: 320%;
	text-shadow: 0 0 5px #ff0000, 0 0 15px #ff0000, 0 0 15px #ff0000, 0 0 25px #ff0000, 0 0 35px #ff0000;
}
#tom-clancys-breakpoint .icon .icontitle {
	font-size: 16px;
}
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-moz-font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
}
#tom-clancys-breakpoint .redeem button {
	font-size: 1.1em;
	text-align: center;
	letter-spacing: 1px;
	line-height: 30px;
	border: 2px rgba(255,54,58,1.00) solid;
	margin: 15px;
	color: white;
	display: inline-block;
	cursor: pointer;
	padding: 8px 25px;
	animation: flickerAnimation 1s infinite;
	background: linear-gradient(-45deg, transparent 25px, rgb(155, 0, 0) 0), linear-gradient(-45deg, transparent 15px, #000 0);
}
#tom-clancys-breakpoint .redeem button:hover {
	-webkit-box-shadow: 0 0 20px rgba(299,63,87,1), inset 0 0 8px rgba(299, 63, 87, 1);
	-webkit-animation: flickerAnimation 4s infinite;
}
#tom-clancys-breakpoint .b3 .icontxt .fa-x {
	text-shadow: 0 0 5px rgba(166,43,236,.1), 0 0 16px rgba(166,43,236,.5), 0 0 7px rgba(166,43,236,.3);
	padding: 1.5% 0px !important;
	color: #FF0004;
	font-size: 2.2em;
}
#tom-clancys-breakpoint section.others_info {
	padding: 5% 0;
	position: relative;
	text-align: center;
}
#tom-clancys-breakpoint section.others_info p {
	padding: 15px;
	font-size: 14px;
	margin: 0 auto;
}
#tom-clancys-breakpoint section.others_info .logo-icon {
	width: 6%;
	margin: 0 auto 30px;
}
#tom-clancys-breakpoint section.others_info .icon-wrap img:nth-of-type(1) {
	max-width: 300px;
}
#tom-clancys-breakpoint section.others_info .icon-wrap img:nth-of-type(2) {
	max-width: 200px;
}
/*.modal*/
.modal-dialog {
	width: 70%;
	margin: 2% 15%;
}
.modal-content {
	background: #000 ;
	border-radius: 15px ;
	border: #7798ba 4px double ;
	font-family: "DINPro-Light", "DINPro", "PTSansNarrowRegular", "Arial Unicode MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	width: 100% ;
	max-width: 1000px ;
	margin: 0 auto;
	padding: 2%;
	line-height: 1.8rem;
}
.modal-content a {
	color: #7798ba;
	font-weight: bold;
	border-bottom: #7798ba 1px dashed;
	opacity: 1;
}
.modal-content a:hover {
	opacity: .85;
}
.modal-header {
	border-bottom: none;
	color: #7798ba;
	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: #7798ba 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: #7798ba;
	font-weight: bolder;
}
.modal-body ol {
	margin-left: 20px;
	padding-top: 10px;
}
.modal-body ol li {
	line-height: normal;
	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: #7798ba;
	text-align: center;
	border-bottom: #999 1px dashed;
	padding-bottom: 5px;
	margin-bottom: 20px;
	line-height: normal;
}
.modal-body .subtitle p {
	color: #ddd;
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
}
.modal-body .subtitle a {
	border-bottom: #f00 1px dashed;
}
.modal-body .type-number li {
	list-style: decimal;
}
.modal-body .type-dic li {
	list-style: disc;
}
.modal-footer button {
	border: #f00 1px solid;
	background: none;
	color: #f00;
	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: #f00;
	border: #f00 1px solid;
	color: #fff;
}
#au-desktop .modal-body ol li table .cored td {
	border-right: 1px solid #333;
	padding: 1px;
	color: #fff;
}
#au-desktop .modal-content .table {
	margin-top: 15px;
}
#au-desktop .modal-content td {
	line-height: 25px;
	font-size: 16px;
	color: rgba(205,205,205,1.00);
	padding: 5px;
}
#au-desktop .modal-body ol li table .cored {
	background-color: rgba(91,91,91,1.00);
}
.close {
	background: #7798ba;
	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 ;
	text-align: center;
	border: none;
	opacity: 1;
	color: #fff;
	border: #7798ba 2px solid;
	opacity: 1;
	-webkit-box-shadow: none ;
	box-shadow: none ;
	text-shadow: none ;
}
.close:focus, .close:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	background: #7798ba ;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: #7798ba 2px solid;
	text-shadow: none;
}
button.close {
	-webkit-appearance: none;
	cursor: pointer;
}

/*----Neno -----*/
 @keyframes arrowDown {
 0% {
 opacity: 1;
 transform: translate(0px, 0px);
}
 65% {
 opacity: .5;
 transform: translate(0px, 5px);
}
 100% {
 opacity: 1;
 transform: translate(0px, 0px);
}
}
@keyframes arrow {
 0% {
 transform: translateX(0px);
 opacity: 0;
}
 100% {
 transform: translateX(10px);
 opacity: 1;
}
}
 @keyframes arrowY {
 0% {
 transform: translateY(0px) rotate(90deg);
 opacity: 0;
}
 100% {
 transform: translateY(10px) rotate(90deg);
 opacity: 1;
}
}

@media screen and (max-width: 1680px) {
#tom-clancys-breakpoint h3::after {
	background-position: 200% 100%;
	background-size: cover;
}
#tom-clancys-breakpoint h3::before {
	background-position: -10% 100%;
	background-size: cover;
}
}

@media screen and (max-width: 1280px) {
	#tom-clancys-breakpoint section.kv h1{font-size: 3em;}
	#tom-clancys-breakpoint section.kv .kv-l p {

		font-size: 0.8em;}
	#tom-clancys-breakpoint section.kv .kv-l {

		width: 52%;}
	#tom-clancys-breakpoint section.kv .kv-l img{width: 60%;}
	#tom-clancys-breakpoint section.kv .kv-r {
		max-width: 48%;}
	#tom-clancys-breakpoint section.kv .kv-l .info p,#tom-clancys-breakpoint section.kv .kv-l p{line-height: normal;}
	#tom-clancys-breakpoint section.kv .kv-l .info img {

    max-width: 80px;

}
#tom-clancys-breakpoint .f1 .eligible_model_cost .pdbox ul li {
	width: calc((100% - 0px)/3);
}
#tom-clancys-breakpoint .f1 .f1_nav li {
	padding: 1em 0px;
}
.container {
	width: 98%;
}
#tom-clancys-breakpoint .section-container {
	margin: 0px;
	max-width: 98%;
}
#tom-clancys-breakpoint h2 {
	letter-spacing: 2px;
	font-size: 2em;
}
}

@media screen and (max-width:960px) {
	#tom-clancys-breakpoint section.kv .kv-l p,#tom-clancys-breakpoint section.kv h1{text-align: center;}
	#tom-clancys-breakpoint section.kv .kv-l .info p{text-align: left!important;}
	#tom-clancys-breakpoint section.kv .kv-l .info img{right: 20px;}
	#tom-clancys-breakpoint section.kv {display: inline-block;}
	
		#tom-clancys-breakpoint section.kv .kv-r,#tom-clancys-breakpoint section.kv .kv-l {
		width: 100%;max-width: 100%;}
#tom-clancys-breakpoint .f1 .eligible_model_cost .pdbox ul li {
	width: calc((100% - 0px)/2);
}
}

@media screen and (max-width: 768px) {
#tom-clancys-breakpoint h3::after {
	background-position: 90% 100%;
	background-size: cover;
}
#tom-clancys-breakpoint .b3 .redeemtb {
	display: block;
}
#tom-clancys-breakpoint .b3 .redeemtb .td, #tom-clancys-breakpoint .b3 .redeemtb .th {
	display: block;
	width: 100%;
}
#tom-clancys-breakpoint .b3 .icontxt .fa-x {
	transform: rotate(90deg);
}
#tom-clancys-breakpoint .f1 .f1_nav li {
	font-size: 15px;
	line-height: normal;
}
}

/*best*/
#best {
font-family: 'din_pro_bold',Arial,'Noto Sans TC','Noto Sans SC', sans-serif ,"微軟正黑體";
color: #fff;
  font-size: 20px;
  /*kv*/
  /*summary*/
  /*filterbox*/
}

#best .container {
  width: 90%;
  margin: 0 auto;
  max-width: 1800px;
}

#best .sp {
  padding: 4% 0;
}

#best .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}

#best #creation .bt {
    text-align: left;
}

#best .bt {
    vertical-align: middle;
}

#best #creation .bt a {
    border: #7babdc 1px solid;
    color: #7babdc;
}

##best .bt a {
    display: inline-block;
    vertical-align: middle;
    border: #666 1px solid;
    color: #666;
    padding: 10px 30px;
    font-weight: bold;
    margin-bottom: 5px;
}

#best h1 {
  color: #fff;
}

#best h2 {
  color: #fff;
	font-family: 'din_pro_bold',Arial,'Noto Sans TC','Noto Sans SC', sans-serif ,"微軟正黑體";
  font-size: 42px;
  position: relative;
  padding-bottom: 25px;
  text-align: center;
}

/*#best h2:after {
  content: "";
  display: block;
  width: 200px;
  height: 2px;
  background-color: #fff;
  margin: 10px auto;
}*/

#best h3 {
  color: #c00;
  font-size: 24px;
  padding-bottom: 25px;
}

#best sup {
  vertical-align: super;
  font-size: 50%;
}

@media screen and (max-width: 960px) {
  #best .sp {
    padding: 5vh 0;
  }
  #best h2 {
    font-size: 32px;
  }
}

#best #kv {
  background-size: cover;
  padding: 5% 0 3%;
}

#best #kv .container {
  max-width: none;
  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;
  width: 95%;
}

#best #kv .txtbox {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}

#best #kv .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  position: relative;
  margin-right: 5%;
}

#best #kv .img img {
  width: 100%;
}

#best #kv h1 {
  font-size: 100px;
  font-weight: bold;
  text-shadow: #fff 0 0 10px;
  -webkit-animation: t1 3s forwards;
  animation: t1 3s forwards;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

#best #kv h1 span {
  display: block;
  color: #f00;
  font-size: 50%;
  text-shadow: #f00 0 0 10px;
}

#best #kv p {
  font-size: 24px;
  padding-top: 30px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.4;
  -webkit-animation: t2 5s forwards;
  animation: t2 5s forwards;
  opacity: 0;
  -webkit-transform: scale(4);
  -ms-transform: scale(4);
  transform: scale(4);
  text-transform: uppercase;
}

#best #kv .bt {
  text-align: center;
}

#best #kv .bt button {
  background: rgba(0, 0, 0, 0.5);
  border: #f00 1px solid;
  color: #f00;
  font-size: 20px;
  padding: 15px 35px;
  text-transform: uppercase;
  -webkit-animation: 2s bt ease infinite;
  animation: 2s bt ease infinite;
  outline: none;
}

@media screen and (max-width: 1920px) {
  #best #kv h1 {
    font-size: 70px;
  }
  #best #kv .bt {
    padding-top: 3%;
  }
  #best #kv .bt button {
    font-size: 18px;
  }
}

@media screen and (max-width: 1680px) and (max-height: 1050px) {
  #best #kv h1 {
    font-size: 60px;
  }
}

@media screen and (max-width: 960px) {
  #best #kv .container {
    display: block;
    text-align: center;
    padding: 8vh 0;
  }
  #best #kv p {
    padding-bottom: 30px;
  }
}

#best #summary {
  background: #000;
  text-align: center;
  line-height: 1.6;
  border-top: #f00 1px solid;
  border-bottom: #f00 1px solid;
  padding: 3% 0;
}

#best #filterbox {
  text-align: center;
  background: url(https://storage-asset.msi.com/event/mb/2019/best-motherboard/images/bg_4_2.jpg) top;
  background-attachment: fixed;
}

#best #filterbox .container {
  background: rgba(0, 0, 0, 0.5);
  padding: 3%;
}

#best #filterbox h2 {
  padding-bottom: 0;
}

#best #filterbox h3 {
  padding-top: 5%;
  text-transform: capitalize;
}

#best #filterbox h3.nosp {
  padding-bottom: 10px;
}

@media screen and (max-width: 1920px) {
  #best #filterbox .container {
    width: 80%;
  }
}

@media screen and (max-width: 960px) {
  #best #filterbox {
    padding: 0;
    background-position: top left;
    border-top: #f00 1px solid;
  }
  #best #filterbox .container {
    width: 100%;
    padding: 8vh 5%;
  }
}

#best .main-model {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

#best .main-model li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
}

#best .main-model li label {
  display: block;
  background: rgba(255, 0, 0, 0.1);
  border-radius: 5px;
  border: #f00 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#best .main-model li span {
  text-align: left;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 40px);
  flex: 0 0 calc(100% - 40px);
}

#best .main-model li b {
  display: block;
  padding-bottom: 10px;
  font-size: 120%;
}

#best .main-model li input[type="checkbox"] {
  display: none;
}

#best .main-model li input[type="checkbox"] ~ label {
  padding: 25px 5%;
  cursor: pointer;
}

#best .main-model li input[type="checkbox"] ~ label:hover {
  color: #f00;
}

#best .main-model li label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #999;
  border: #222 1px solid;
  margin-right: 15px;
  border-radius: 3px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
}

#best .main-model li input[type="checkbox"]:checked ~ label {
  background: #f00;
  color: #fff;
}

#best .main-model li input[type="checkbox"]:checked + label::before {
  background: url(//storage-asset.msi.com/event/spb/2019/best-gaming-desktop-pc/images/icon-check.png) top center no-repeat ;
  background-size: cover;
  background-color: #c00;
  border: #300 1px solid;
}

#best .main-model li input[type="checkbox"]:disabled ~ label {
  color: #999;
  cursor: auto;
  background: rgba(255, 255, 255, 0.01);
  border: #999 1px solid;
}

#best .main-model li input[type="checkbox"]:disabled ~ label:hover {
  color: #999;
  cursor: auto;
  border: #999 1px solid;
}

#best .main-model li input[type="checkbox"]:disabled + label::before {
  background: url(//storage-asset.msi.com/event/spb/2019/best-gaming-desktop-pc/images/icon-del.png) top center no-repeat ;
  background-size: cover;
  background-color: #999;
  border: #666 1px solid;
}

@media screen and (max-width: 960px) {
  #best .main-model {
    display: block;
  }
  #best .main-model li {
    margin: 10px auto;
  }
}

#best #show-ad-filter {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border: #f00 1px solid;
  border-radius: 40px;
  font-size: 40px;
  line-height: 30px;
  color: #f00;
  cursor: pointer;
  display: none;
}

#best #show-ad-filter:hover {
  background: #f00;
  color: #fff;
}

#best #show-ad-filter span:last-child {
  display: none;
}

@media screen and (max-width: 960px) {
  #best #show-ad-filter {
    display: block;
  }
}

#best #ad-filter {
  display: table;
  border-collapse: collapse;
  width: 100%;

  text-align: left;
}

#best #ad-filter .tr {
  display: table-row;
  border-bottom: #666 1px dashed;
}

#best #ad-filter .th, #best #ad-filter .td {
  display: table-cell;
  padding: 25px 15px;
}

#best #ad-filter .th {
  width: 30%;
  text-align: right;
  font-weight: bold;
}

#best #ad-filter .td {
  width: 70%;
  color: #999;
}

#best #ad-filter li {
  display: inline-block;
  margin-right: 25px;
  padding: 0px;
  margin-bottom: 5px;
  vertical-align: middle;
  cursor: pointer;
}

#best #ad-filter li input[type="checkbox"] {
  display: none;
}

#best #ad-filter li input[type="checkbox"] ~ label {
  padding: 10px;
  cursor: pointer;
}

#best #ad-filter li input[type="checkbox"] ~ label:hover {
  color: #f00;
}

#best #ad-filter li label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #999;
  border: #666 1px solid;
  margin-right: 5px;
  border-radius: 3px;
}

#best #ad-filter li input[type="checkbox"]:checked ~ label {
  background: #f00;
  color: #fff;
}

#best #ad-filter li input[type="checkbox"]:checked + label::before {
  background: url(//storage-asset.msi.com/event/spb/2019/best-gaming-desktop-pc/images/icon-check.png) top center no-repeat ;
  background-size: cover;
  background-color: #c00;
  border: #300 1px solid;
}

#best #ad-filter li input[type="checkbox"]:disabled ~ label:hover {
  color: #999;
  cursor: auto;
}

#best #ad-filter li input[type="checkbox"]:disabled + label::before {
  background: url(//storage-asset.msi.com/event/spb/2019/best-gaming-desktop-pc/images/icon-del.png) top center no-repeat ;
  background-size: cover;
  background-color: #999;
  border: #666 1px solid;
}

@media screen and (max-width: 960px) {
  #best #ad-filter {
    display: none;
  }
  #best #ad-filter .tr, #best #ad-filter .th, #best #ad-filter .td {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px;
  }
  #best #ad-filter ul {
    margin-left: 0;
  }
  #best #ad-filter li {
    display: block;
  }
}

#best #result-pd {
  padding-top: 5%;
  text-align: left;
}

#best #result-pd .pd {
  display: inline-block;
  width: calc(23% - 6px);
  vertical-align: top;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1%;
  text-align: center;
  border: #f00 1px solid;
}

#best #result-pd a {
  padding: 30px;
  color: #fff;
  display: block;
  background: #000;
}

#best #result-pd a:hover {
  background: #f00;
}

#best #result-pd h4 {
  padding-top: 20px;
  font-family: "DINCond-Bold", Helvetica, Arial, "微軟正黑體", sans-serif;
}

#best #result-pd span.compare {
  width: 15px;
  height: 3px;
  background: #fff;
  display: block;
  margin-right: 10px;
  position: relative;
}

#best #result-pd span.compare:after {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.5s all ease-in 0.2s;
  -o-transition: 0.5s all ease-in 0.2s;
  transition: 0.5s all ease-in 0.2s;
}

#best #result-pd .bt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#best #result-pd .bt button {
  background: rgba(255, 0, 0, 0.3);
  border: none;
  width: 100%;
  font-size: 22px;
  outline: none;
  border: #f00 1px solid;
  padding: 0;
  text-transform: uppercase;
  min-width: 50%;
}

#best #result-pd .bt button input {
  display: none;
}

#best #result-pd .bt button input[type="checkbox"]:checked + label {
  background: #f00;
}

#best #result-pd .bt button input[type="checkbox"]:checked + label span.compare:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#best #result-pd .bt button label {
  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;
  width: 100%;
  padding: 10px 5px;
  margin: 0;
  cursor: pointer;
}

#best #result-pd .bt button:hover {
  background: #f00;
}

#best #result-pd .bt button img {
  width: 20px;
  vertical-align: middle;
  margin-right: 10px;
}

@media screen and (max-width: 1366px) {
  #best #result-pd .bt button {
    font-size: 16px;
  }
  #best #result-pd .bt button img {
    width: 15px;
    margin-right: 5px;
  }
  #best #result-pd span.compare {
    width: 10px;
    height: 2px;
    margin-right: 5px;
  }
  #best #result-pd span.compare:after {
    width: 10px;
    height: 2px;
  }
}

@media screen and (max-width: 960px) {
  #best #result-pd .pd {
    display: block;
    width: 100%;
  }
  #best #result-pd .bt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#best #bt-more-result {
  margin-top: 3%;
}

#best #bt-more-result span.plus {
  width: 20px;
  height: 3px;
  background: #f00;
  margin-right: 10px;
  position: relative;
}

#best #bt-more-result span.plus:after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: #f00;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#best #bt-more-result button {
  background: none;
  border: #f00 1px solid;
  font-family: "DINCond-Bold", Helvetica, Arial, "微軟正黑體", sans-serif;
  color: #f00;
  padding: 15px 25px;
  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;
  margin: 0 auto;
}

#best #bt-more-result button:hover {
  background: #f00;
  color: #fff;
}

#best #bt-more-result button:hover span.plus {
  background: #fff;
}

#best #bt-more-result button:hover span.plus:after {
  background: #fff;
}

#best #bt-more-result button.load {
  background: none;
  border: #fff 1px solid;
  color: #fff;
}

#best #bt-more-result button.load span.plus {
  background: #fff;
}

#best #bt-more-result button.load span.plus:after {
  background: #fff;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#best #bt-more-result button.load:hover {
  color: #f00;
  border: #f00 1px solid;
}

#best #bt-more-result button.load:hover span.plus {
  background: #f00;
}

#best #bt-more-result button.load:hover span.plus:after {
  background: #f00;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#best #feature {
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

#best #feature:before {
  content: "";
  display: block;
  -webkit-filter: blur(30px);
  filter: blur(30px);
  position: absolute;
  z-index: 0;
  width: 80%;
  height: 100%;
  top: 0;
  left: 10%;
}

#best #feature .container {
  position: relative;
  z-index: 2;
}

#best #feature .feature {
  text-align: center;
  margin-bottom: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

#best #feature .feature button {
  background: none;
  border: #7babdc 1px solid;
  font-family: "DINCond-Bold", Helvetica, Arial, "微軟正黑體", sans-serif;
  padding: 15px;
  -webkit-box-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
  margin: 0 5px;
  outline: none;
  font-size: 32px;
}

#best #feature .feature button:hover, #best #feature .feature button.active {
  background: #7babdc;
}

#best #feature .feature-item {
  padding-bottom: 3%;
  display: none;
}

#best #feature .feature-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}

@media (max-width:1024px){
#best #feature .feature-item.active {
    width: 90%;
}}	

#best #feature h4 {
  color: #f00;
  font-family: "DINCond-Bold", Helvetica, Arial, "微軟正黑體", sans-serif;
  font-size: 40px;
  padding: 15px 0 15px;
  text-transform: capitalize;
}

#best #feature p {
  line-height: 1.6;
  font-family: "DINPro-Regular", Helvetica, Arial, "微軟正黑體", sans-serif;
}

#best #feature .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

@media (max-width:2560px){
#best #feature .img {
    flex: 0 0 40%;
}}

@media (max-width:1440px){
#best #feature .img {
    flex: 0 0 37%;
    margin-left: 98px;
}}	

#best #feature .img img {
  width: 100%;
}

#best #feature .txtbox {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 57%;
}

@media (max-width:2560px){
#best #feature .txtbox {
    flex: 0 0 65%;
}}

@media (max-width:1440px){
#best #feature .txtbox {
    flex: 0 0 81%;
}}
	
#best #feature .icon {
  padding-bottom: 15px;
}

#best #feature .icon img {
  width: 40%;
}

@media screen and (max-width: 1920px) {
  #best #feature .container {
    width: 78%;
  }
  #best #feature .feature button {
    font-size: 24px;
  }
  #best #feature h4 {
    font-size: 32px;
  }
}

@media screen and (max-width: 1024px){
#best #feature .container {
    width: 88%;
}}

@media screen and (max-width: 960px) {
  #best #feature .container {
    width: 93%;
  }
  #best #feature .feature {
    display: block;
  }
  #best #feature .feature button {
    width: 100%;
    margin-bottom: 5px;
  }
  #best #feature .feature-item {
    text-align: center;
  }
  #best #feature .feature-item.active {
    display: block;
	  margin: auto;
  }
}

#best #wtb {
  background: url(https://storage-asset.msi.com/event/mb/2019/best-motherboard/images/wtb_bg.jpg) fixed bottom;
  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;
}

#best #wtb a:hover {
  background: #f00;
  color: #fff;
}

@-webkit-keyframes kv {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
  50% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
  100% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
}

@keyframes kv {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
  50% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
  100% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
}

/* ---------------------------------------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%;
}

@media screen and (max-width: 1680px) and (max-height: 1050px) {
  #best .modal-dialog {
    width: 90%;
  }
}

@media screen and (max-width: 1366px) {
  #best .modal-dialog {
    width: 95%;
  }
}

#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;
  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;
  position: absolute;
  right: 0;
  top: 0;
  outline: none;
}

#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 {
  margin: 20px;
  width: calc(100% / 4 - 60px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 400px;
  background: rgba(0, 0, 0, 0.8);
  border: 3px solid rgba(255, 0, 0, 0.6);
  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);
}

@media screen and (max-width: 960px) {
  #best .modal-content .item {
    display: block;
    width: calc(100% - 60px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#best .modal-content .item ul {
  color: #fff;
  text-align: center;
  list-style: none;
  width: 100%;
}

#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: 1.2;
  padding-bottom: 10px;
}

#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;
}

#best .pdtxtbox .txtbox .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#best .pdtxtbox .txtbox .more a {
  font-family: "Geforce-Bold", "Noto Sans", "DINPro", "PTSansNarrowRegular", "Arial Unicode MS", Arial, Helvetica, sans-serif;
  font-size: 16px;

  letter-spacing: 3px;
  color: #f00;
  padding: 20px 0px;
  border: #c00 1px solid;
  -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;
  display: block;
  width: 100%;
  max-width: 250px;
  margin-right: 10px;
  text-align: center;
  line-height: 30px;
  -webkit-box-shadow: #600 0 0 50px;
  -moz-box-shadow: #600 0 0 50px;
  box-shadow: #600 0 0 50px;
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(left, #000000 1%, #222 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #000000 1%, #222 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #000000), to(#222));
  background: -o-linear-gradient(left, #000000 1%, #222 100%);
  background: linear-gradient(to right, #000000 1%, #222 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222',GradientType=1 );
  /* IE6-9 */
}

#best .pdtxtbox .txtbox .more a:hover {
  color: #fff;
  max-width: 300px;
  -webkit-animation: btflash 1s infinite ease;
  animation: btflash 1s infinite ease;
  background: #f00;
  border: #c00 1px solid;
}

@media screen and (max-width: 960px) {
  #best .pdtxtbox .txtbox .more {
    display: block;
  }
  #best .pdtxtbox .txtbox .more a {
    max-width: none;
    margin: 5px auto;
  }
}

  #best .pdtxtbox .txtbox .more {
    padding-top: 10px;
  }
  #best .pdtxtbox .txtbox .more a {
    font-size: 14px;
    padding: 10px 0px;
  }}

@media screen and (max-width: 960px) {
  #best .pdtxtbox .txtbox .more a {
    max-width: none;
  }
  #best .pdtxtbox .txtbox .more a:hover {
    max-width: none;
  }
	}
