@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Fjalla+One|Roboto+Condensed:300,400');
@font-face {
	font-family: 'Xolonium';
	src: url('../fonts/xolonium-Regular.otf'),
		 url('../fonts/xolonium-Regular.otf') format('embedded-opentype'),
		 url("../fonts/xolonium-Regular.ttf") format("opentype"),
		 url("../fonts/xolonium-regular.eot");
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'ROGFontsv';
    src: url('../fonts/ROGFontsv1.5-Regular.otf');
    src: url('../fonts/ROGFontsv1.5-Regular.otf') format('embedded-opentype'));
    src: url("../fonts/ROG Fonts v1.6.1.ttf") format("opentype");
    font-weight: normal;
    font-style: normal
}
/* ---------- RESET ---------- */
	html,
	body{
		margin: 0;
		background-color: #000;
	}
	#hd * {
		margin: 0;
		padding: 0;
		text-decoration: none;
		list-style-type: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		word-wrap: break-word;
		word-break: break-word;
	}
	::selection {
		background: #1d2124;
		color: #CE0000;
	}
	::-moz-selection {
		background: #1d2124;
		color: #ffffff;
	}
	#hd{
		font-family: "Roboto Condensed", "Arial", sans-serif;
		background: black;
		color: #FFF;
		font-size: 16px;
		margin: 0;
		padding: 0;
		/*background: url(../img/bg.jpg) 0 center no-repeat;*/
		background-attachment: fixed;
	}
	#hd ul,
	#hd li,
	#hd figure{margin: 0; padding: 0; }
	#hd h1,
	#hd h2,
	#hd h3,
	#hd h4,
	#hd p,
	#hd a,
	#hd li {
		font:inherit;
	}
	#hd img{
		display: block;
		height: auto;
		border:none;
		max-width: 100% !important;
		margin:0 auto;
	}
	#hd img.lazyLoad {
		opacity: 0;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
	}
/* ---------- TXT ------------ */
	#hd h2,
	#hd h3,
	#hd h5{font-family: 'Xolonium', sans-serif; }
	#hd h2 {
		display: inline-block;
		font-size: 4rem;
		line-height: 1;
		letter-spacing: 0.5px;
		margin-bottom: 30px;
		word-break:normal;
		word-wrap: normal;
		color:#ffffff !important;
		background: #ffffff;
		background: -webkit-linear-gradient(left, #fff 0%, #606060 30%, #ffffff 67%, #605f5f 100%);
		background: -o-linear-gradient(left, #fff 0%, #606060 30%, #ffffff 67%, #605f5f 100%);
		background: -moz-linear-gradient(left, #fff 0%, #606060 30%, #ffffff 67%, #605f5f 100%);
		background: linear-gradient(to right, #fff 0%, #606060 30%, #ffffff 67%, #605f5f 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		text-shadow: 1px 0 0 rgba(255, 255, 255, .1);
		z-index: 2;
	}
	/*ie11 above fixed*/
	_:-ms-fullscreen,
	:root #hd h2{
	    background: transparent !important;
	}
	/*#hd h2:before{
		content:'';
		display: block;
		width: 100%;
		height: 0;
		padding-bottom: 12%;
		background: url(../img/title-deco.png) center center no-repeat;
		background-size: 100% auto;
		position: absolute;
		left: 0;right: 0;
		top: 0;
		margin:0 auto;
		z-index: -1;
	}*/
	#hd h3 {
		font-family: 'Xolonium', sans-serif;
		font-size: 2.75rem;
		text-transform: uppercase;
		line-height: 1;
		color: #ffffff;
		margin-bottom: 20px;
	}
	#hd h4 {
		font-family: "Fjalla One", sans-serif;
		font-size: 1.6em;
		font-weight: normal;
		text-transform: uppercase;
		margin-bottom: 20px;
		line-height: 1.25;
		color: #ffffff;
	}
	#hd h5 {
		font-size: 1rem;
		font-weight: 300;
		color: #ffffff;
		margin: 5px 0 10px;
	}
	#hd p,
	#hd small,
	#hd a,
	#hd li {font-family: 'Roboto Condensed', sans-serif; }
	#hd p {
		font-size: 1rem;
		line-height: 1.5;
		font-weight: 300;
		margin-bottom:30px;
	}
	#hd b{font-weight: bold; }
	#hd small {
		font-size: 14px;
		font-weight: 300;
		letter-spacing: 0.5px;
	}
	#hd .txt-center{text-align: center; }
	#hd .txt-left{text-align: left;}
	#hd .txt-italic{font-style: italic; }
	#hd a.txt-link {
		display: inline;
		text-decoration: underline;
	}
	#hd a.txt-link:hover {color: white; }
	#hd .txt-cyan{color: #10b8b0;}
	#hd .txt-pink{color: #d40c6b;}
	#hd .txt-purple{color: #851fff;}
	#hd .txt-red{color:#890000; }
	#hd .txt-grey{color:#828282; font-weight: 400;}
	#hd .txt-orange{color:#ff7900;}
	#hd .txt-blue{color:#0080ff; }
/* ---------- BLOCK ---------- */
	#hd .hd-w800{
		width: 90%;
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
	#hd .hd-w1000{
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	#hd .hd-w1100,
	#hd .hd-w1200,
	#hd .hd-w1300,
	#hd .hd-w1400{
	    width: 90%;
	    margin: 0 auto;
	    position: relative;
	}
	#hd .hd-w1100 {max-width: 1100px; }
	#hd .hd-w1200 {max-width: 1200px; }
	#hd .hd-w1300 {max-width: 1300px; }
	#hd .hd-w1400 {max-width: 1400px; }
	#hd .hd-col20,
	#hd .hd-col25,
	#hd .hd-col30,
	#hd .hd-col35,
	#hd .hd-col33,
	#hd .hd-col40,
	#hd .hd-col45,
	#hd .hd-col50,
	#hd .hd-col55,
	#hd .hd-col60,
	#hd .hd-col65,
	#hd .hd-col70,
	#hd .hd-col80{
		display: inline-block;
		margin-left: -5px;
		vertical-align: middle;
	}
	#hd .hd-col35{width: 35%;}
	#hd .hd-col20{width: 20%; }
	#hd .hd-col25{width: 25%; }
	#hd .hd-col30{width: 30%; }
	#hd .hd-col33{width: 33.3333%; }
	#hd .hd-col40{width: 40%; }
	#hd .hd-col45{width: 45%; }
	#hd .hd-col50{width: 50%; }
	#hd .hd-col55{width: 55%; }
	#hd .hd-col60{width: 60%; }
	#hd .hd-col65{width: 65%; }
	#hd .hd-col70{width: 70%; }
	#hd .hd-col80{width: 80%; }

	#hd .hd-bgflip {
		background: top left no-repeat;
		-webkit-transform: scaleX(-1);
		-moz-transform: scaleX(-1);
		-ms-transform: scaleX(-1);
		-o-transform: scaleX(-1);
		transform: scaleX(-1);
	}
	#hd .hd-bgflip .hd-w1100,
	#hd .hd-bgflip .hd-w1200,
	#hd .hd-bgflip .hd-w1400 {
		-webkit-transform: scaleX(-1);
		-moz-transform: scaleX(-1);
		-ms-transform: scaleX(-1);
		-o-transform: scaleX(-1);
		transform: scaleX(-1);
	}

	#hd .ib-top{display:inline-block;vertical-align: top;}
	#hd .ib-bottom{display:inline-block;vertical-align: bottom;}

	#hd .fleft {float: left; }
	#hd .fright {float: right; }
	#hd .cf:after {content:'';display: block;clear:both; }

	#hd .hd_1023_off,
	#hd .hd_mobile_off{display: block; }
	#hd .hd_1023_on,
	#hd .hd_mobile_on{display: none; }

/* ---------- ELEMENT -------- */
	#hd .txt_decoline {background: url('../img/deco-line.png') right bottom no-repeat; }
	#hd .txt_decolineflip {background: url('../img/deco-line-flip.png') left bottom no-repeat; }

	#hd .hd-frame{
		padding: 80px 0;
		/*margin:80px 0;
		border: 80px solid transparent;
		border-image: url(../img/frame/frame.png) 80 round;
		border-image-outset: 80px;
		background: rgba(133, 31, 255,.1);
		position: relative;*/
	}
	#hd .hd-frame.hd-frame-red{
		/*border-image: url(../img/frame/frame-red.png) 80 round;
		border-image-outset: 80px;
		background: rgba(159, 63, 63, 0.1);*/
	}
/* ---------- transition ----- */
	#introduction .sec_kv li figure,
	#hd a.txt-link,
	#hd .sec_kv ul,
	#hd .sec_kv li figure:before,
	#hero .sec_kv li figure,
	#hd .sec_kv h3,
	#hd .switch li,
	#hd .hd-supremefx li,
	#hd .btn-audio:after{
		/*-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		transition: all 0.2s ease;*/
	}
/* ---------- scrollUp ------- */
	#scrollUp {
		position: fixed;
		right: 30px;
		bottom: 30px;
		width: 45px;
		height: 45px;
		text-align: center;
		cursor: pointer;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border: 2px solid #8D0000;
		opacity: 0;
	}
	#scrollUp.hd-show {
		opacity: 1;
	}
	#scrollUp svg {
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		right: 0;
		bottom: 5px;
		left: 0;
		fill: #8D0000;
		-webkit-transform: rotateZ(270deg);
		-moz-transform: rotateZ(270deg);
		-ms-transform: rotateZ(270deg);
		-o-transform: rotateZ(270deg);
		transform: rotateZ(270deg);
	}
	#scrollUp:hover {
		background-color: #8D0000;
	}
	#scrollUp:hover svg {
		fill: white;
	}
/* ---------- lightbox ------- */
	#hd_lightbox {
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		display: none;
		z-index: 10;
	}
	#hd .hd_filter {
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .7);
	}
	#hd .hd_box {
		width: 1000px;
		height: 480px;
		background: #232323;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		padding: 35px 60px;
		box-sizing: border-box;
	}
	#hd .hd_close {
		position: absolute;
		top: 25px;
		right: 20px;
		cursor: pointer;
	}
	#hd .hd_close>span {
		display: block;
		width: 20px;
		height: 3px;
		background: #777777;
		-webkit-border-radius: 1.5px;
		-moz-border-radius: 1.5px;
		border-radius: 1.5px;
	}
	#hd .hd_close>span:first-child {
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		transform: rotateZ(45deg);
	}
	#hd .hd_close>span:last-child {
		-webkit-transform: rotateZ(-45deg) translate(2px, -2px);
		-moz-transform: rotateZ(-45deg) translate(2px, -2px);
		-ms-transform: rotateZ(-45deg) translate(2px, -2px);
		-o-transform: rotateZ(-45deg) translate(2px, -2px);
		transform: rotateZ(-45deg) translate(2px, -2px);
	}
	#hd .hd_box>img {
		position: absolute;
		right: 40px;
		bottom: 60px;
	}
	#hd .hd_box iframe {
		width: 100%;
		height: 100%;
	}
/* ---------- sec_kv --------- */
	#hd section{
		position: relative;
	}
	/*#hd section:before{
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		background-color: #fff;
		left: 0;
		top: 90px;
		background-image: -webkit-linear-gradient(left, #000 0%, #999 45%, #999 55%, #000 100%), -webkit-linear-gradient(left, #000 0%, #999 45%, #999 55%, #000 100%);
	    background-image: -moz-linear-gradient(left, #000 0%, #999 45%, #999 55%, #000 100%), -moz-linear-gradient(left, #000 0%, #999 45%, #999 55%, #000 100%);
	    background-image: -o-linear-gradient(left, #000 0%, #999 45%, #999 55%, #000 100%), -o-linear-gradient(left, #000 0%, #999 45%, #999 55%, #000 100%);
	    background-image: linear-gradient(to right, #000 0%, #999 45%, #999 55%, #000 100%), linear-gradient(to right, #000 0%, #999 45%, #999 55%, #000 100%);
	    z-index: 2;
	}*/
	#hd section#specs:before{
		display: none;
	}
	#hd .sec_perlast,
	#hd .sec_kv{
		width: 100%;
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: 0 0;
		position: relative;
		overflow: hidden;
		z-index: 1;
	}
	#hd .sec_perlast > img{
		width: 100%;
		margin-top: 0;
		z-index: -2;
	}
	#hd .sec_kv > img{
		width: 100%;
		margin-top: -12%;
		z-index: -2;
	}
	#hd .glitch_top{
		/*padding-top: 50px;*/
	}

	#hd .sec_perlast .hd-w1200,
	#hd .sec_kv .hd-w1200{
		position: relative;
		width: 100%;
		max-width: none;
		z-index: 3;
	}
	#hd .sec_perlast h2:before,
	#hd .sec_kv h2:before{
		/*display: none;*/
	}
	#hd .sec_perlast .hd-w1200 h2,
	#hd .sec_kv .hd-w1200 h2{
		max-width: 1200px;
		margin:0 auto 30px;
	}
	#hd .sec_perlast p,
	#hd .sec_kv p{
		/*font-size: 1.125rem;*/
		width: 90%;
		letter-spacing: 1px;
		text-shadow: 0 0 20px #000,
					 0 0 10px #000,
					 0 0 5px #000;
	}
	#hd .sec_perlast nav{
		margin-top: 0;
		margin-bottom: 0;
	}
	#hd .sec_kv nav{
		margin-top: -10%;
		margin-bottom: .5%;
		padding-bottom: 2px;
	}
	#hd .sec_perlast ul,
	#hd .sec_kv ul,
	#hd .skew_nav ul,
	#hd .spec_nav ul,
	#hd .personalized_nav ul{
		width: 100%;
		text-align: center;
	}
	#hd .skew_nav ul{
		padding: 6px 0;
	}
	#hd .sec_perlast li,
	#hd .sec_kv li{
		padding:0 5px;
		/*-webkit-transition: all .4s ease;
		   -moz-transition: all .4s ease;
		    -ms-transition: all .4s ease;
		     -o-transition: all .4s ease;
		        transition: all .4s ease;*/
		position: relative;
		overflow: hidden;
		cursor: pointer;
	}
	#hd .skew_nav li,
	#hd .spec_nav li,
	#hd .personalized_nav li{
		padding:0 5px;
		/*-webkit-transition: all .4s ease;
		   -moz-transition: all .4s ease;
		    -ms-transition: all .4s ease;
		     -o-transition: all .4s ease;
		        transition: all .4s ease;*/
		position: relative;
		overflow: hidden;
		cursor: pointer;
	}
	#hd .skew_nav li.hd-col20,
	#hd .spec_nav li.hd-col20,
	#hd .personalized_nav li.hd-col20{
		display: inline-block;
		vertical-align: super;
		width: 410px;
	}
	#hd .sec_kv li figure,{
		width: 100%;
		padding-bottom: 70%;
		top: 0;left: -10%;
		background:center top no-repeat;
		background-size: contain;
	}
	#hd .sec_kv h3{
		font-family: 'Xolonium', sans-serif;
		position: relative;
		z-index: 3;
		color: #890000;
		font-size: 2.75rem;
		margin-bottom: 20px;
	}
	#hd .skew_nav h3,
	#hd .spec_nav h3,
	#hd .personalized_nav h3{
		font-family: 'Xolonium', sans-serif;
		font-size: 1.5rem;
		text-transform: uppercase;
		margin:0;
		/*background-color: #333;*/
		color:#808080;
		padding:5px 10px;
		position: relative;
		z-index: 3;
		margin-bottom: 10px;
	}
	#hd .skew_btn li.hd-active h3{
		color: #890000;
	}
	#hd .personalized_nav h3{
		padding: 5px 0;
	}
	#hd .sec_kv li:hover h3{
		color:#890000;
	}
	/*#hd .sec_kv li.hd-active h3{
		color:#fff;
	}*/
	#hd .sticky-wrapper.is-sticky .skew_nav {
	    background-color: #000;
	}
	#hd .skew_nav .skew_btn li,
	#hd .spec_nav .skew_btn li,
	#hd .personalized_nav .skew_btn li{
		position: relative;
	}
	#hd .skew_nav .skew_btn li:after,
	#hd .spec_nav .skew_btn li:after,
	#hd .personalized_nav .skew_btn li:after{
		z-index: 1;
	}
	#hd .skew_nav .skew_btn li:before,
	#hd .spec_nav .skew_btn li:before,
	#hd .personalized_nav .skew_btn li:before{
		z-index: -2;
		visibility: hidden;
	}
	#hd .skew_nav .skew_btn li:before,
	#hd .spec_nav .skew_btn li:before,
	#hd .personalized_nav .skew_btn li:before,
	#hd .skew_nav .skew_btn li:after,
	#hd .spec_nav .skew_btn li:after,
	#hd .personalized_nav .skew_btn li:after {
		content:'';
		display: block;
		width: 65%;
		height: 2.5px;
		position: absolute;
		left: 50%;
		bottom: 0;
		/*border-bottom: 2.5px solid #b5b0b0;*/
		background-color: #b5b0b0;
		z-index: 2;
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#hd .skew_nav .skew_btn li:hover:before,
	#hd .spec_nav .skew_btn li:hover:before,
	#hd .personalized_nav .skew_btn li:hover:before{
		visibility: visible;
    	/*left: 15%;*/
		/*border-bottom: 2.5px solid #b5b0b0;*/
		background-color: #b5b0b0;
		/*-webkit-animation: line-glitch .3s cubic-bezier(.25,.46,.45,.94) both infinite;
    	animation: line-glitch .3s cubic-bezier(.25,.46,.45,.94) both infinite;*/
	}
	#hd .skew_nav .skew_btn li:hover:after,
	#hd .spec_nav .skew_btn li:hover:after,
	#hd .personalized_nav .skew_btn li:hover:after{
    	/*left: 15%;*/
		/*border-bottom: 2.5px solid #890000;*/
		background-color: #890000;
		/*-webkit-animation: line-glitch .3s cubic-bezier(.25,.46,.45,.94) reverse both infinite;
   	 	animation: line-glitch .3s cubic-bezier(.25,.46,.45,.94) reverse both infinite;*/
	}
	#hd .skew_nav .skew_btn li.hd-active:after,
	#hd .spec_nav .skew_btn li.hd-active:after,
	#hd .personalized_nav .skew_btn li.hd-active:after{
		content: url('../img/tab-glitch.png');
		background-color: transparent;
		width: 100%;
		top: 65%;
		/*background-image: url(../img/tab-glitch.png);*/
		border : 0; 
		height: 15px;
	}
	#hd .skew_nav .skew_btn li.hd-active:hover:after,
	#hd .spec_nav .skew_btn li.hd-active:hover:after,
	#hd .personalized_nav .skew_btn li.hd-active:hover:after,
	#hd .skew_nav .skew_btn li.hd-active:hover:before,
	#hd .spec_nav .skew_btn li.hd-active:hover:before,
	#hd .personalized_nav .skew_btn li.hd-active:hover:before{
		content: url('../img/tab-glitch.png');
		background-color: transparent;
		width: 100%;
		top: 65%;
		border : 0; 
		height: 15px;
	}
	#hd .spec_nav.type2{
		margin-top: 0;
	}
	#hd .spec_nav.type2 li.hd-col20{
		width: 100px;
	}
	#hd .spec_nav.type2 .skew_btn li:after{
		content: '';
	    display: inline-block;
	    vertical-align: top;
	    width: 75px;
	    height: 7.5px;
	    margin: 0 1.5%;
	    background-color: #000000;
	    cursor: pointer;
	    border-left: 2px solid #a00000;
	    border-right: 2px solid #6f0000;
	    border-bottom: 0;
	    background-position: 100% 0, 100% 100%;
	    background-repeat: no-repeat;
	    -webkit-background-size: 200% 2px;
	    -moz-background-size: 200% 2px;
	    background-size: 200% 2px;
	    background-image: -webkit-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%), -webkit-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
	    background-image: -moz-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%), -moz-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
	    background-image: -o-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%), -o-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
	    background-image: linear-gradient(to right, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%), linear-gradient(to right, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
	    -webkit-transition: background .25s ease;
	    -moz-transition: background .25s ease;
	    -ms-transition: background .25s ease;
	    -o-transition: background .25s ease;
	    transition: background .25s ease;
	}
	#hd .spec_nav.type2 .skew_btn li.hd-active:after{
		background-color: #ff0000;
	}
	#hd .kv1250_mobile_on,
	#hd .kv_mobile_on{
		display: none;
	}
	/*ie11 above fixed*/
	_:-ms-fullscreen,
	:root #hd .skew_nav .skew_btn li:after{
		bottom: 0;
	}
	#hd .skew_nav .skew_btn li.hd-active,
	#hd .spec_nav .skew_btn li.hd-active,
	#hd .personalized_nav .skew_btn li.hd-active {
		
	}
	#hd .skew_nav .skew_btn li.hd-active:after,
	#hd .spec_nav .skew_btn li.hd-active:after,
	#hd .personalized_nav li.hd-active:after {
		
	}
	#hd .skew_nav .skew_btn h3,
	#hd .spec_nav .skew_btn h3,
	#hd .personalized_nav .skew_btn h3 {
		font-size: 1.25rem;
		color:#ddd;
	}
	#hd .skew_nav .skew_btn li:hover h3,
	#hd .spec_nav .skew_btn li:hover h3,
	#hd .personalized_nav .skew_btn li:hover h3 {
		color:#890000;
	}
	#hd .sec_perlast .left_title_present{
		position: absolute;
	    left: 55%;
	    top: 50%;
	}
	#hd .sec_kv .title_present{
		position: absolute;
	    left: 55%;
	    top: 50%;
	}
	#hd .sec_kv .left_title_present{
		position: absolute;
	    left: 10%;
	    top: 50%;
	}
	#hd .sec_content{
		
	}
/* ---------- sec_hidden ----- */
	#hd .hd-sec-hidden {
		display: none;
	}
	#hd .hd-sec-hidden.hd-active{
		display: block;
		-webkit-animation: fadeInFromBottom .8s cubic-bezier(.5,.38,.22,.98) forwards;
		-o-animation: fadeInFromBottom .8s cubic-bezier(.5,.38,.22,.98) forwards;
		animation: fadeInFromBottom .8s cubic-bezier(.5,.38,.22,.98) forwards;
	}
/* ---------- #introduction --------------- */
	#hd section#introduction:before{
		display: none;
	}
	#introduction .sec_kv > img{margin-top: 0;}
	#introduction .sec_kv .hd-w1200{
		width: 90%;
		max-width: 1200px;
		position: absolute;
		top: 50%;
		left: 0;right: 0;
		padding-top: 0;
		-webkit-transform: translateY(-50%);
		   -moz-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		     -o-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	#introduction .sec_kv h1{
		font-family: "Fjalla One", sans-serif;
	    font-size: 2.75rem;
	    text-transform: uppercase;
	    line-height: 1.3em;
	    color: #ffffff;
	    margin-bottom: 20px;
	    /*color: #890000;*/
	    color: #fff;
	}
	#introduction .sec_kv h2:before{display: none; }
	#introduction .sec_kv nav{margin-top: -5%; }
	#introduction .sec_kv li figure{
		padding-bottom: 48%;
	}
	#hd #introduction .sec_kv h2{
		font-size: 2.35rem;
		width: 100%;
	}
	#hd #introduction .sec_kv p{width: 90%;}
	#introduction .sec_kv h3{
		font-family: "Fjalla One", sans-serif;
		padding:10px;
		border-left:2px solid #666666;
		border-right:2px solid #4d4d4d;
		background-position: 0 0, 0 100%;
		background-repeat: no-repeat;
		-webkit-background-size: 100% 2px;
		-moz-background-size: 100% 2px;
		background-size: 100% 2px;
		background-image: -webkit-linear-gradient(left, #666666 0%, #161616 30%, #4d4d4d 100%), -webkit-linear-gradient(left, #666666 0%, #161616 30%, #4d4d4d 100%);
		background-image: -moz-linear-gradient(left, #666666 0%, #161616 30%, #4d4d4d 100%), -moz-linear-gradient(left, #666666 0%, #161616 30%, #4d4d4d 100%);
		background-image: -o-linear-gradient(left, #666666 0%, #161616 30%, #4d4d4d 100%), -o-linear-gradient(left, #666666 0%, #161616 30%, #4d4d4d 100%);
		background-image: linear-gradient(to right, #666666 0%, #161616 30%, #4d4d4d 100%), linear-gradient(to right, #666666 0%, #161616 30%, #4d4d4d 100%);
	}
	#introduction .sec_kv li a:hover h3{
		border-left:2px solid #b50000;
		border-right:2px solid #6f0000;
		background-position: 0 0, 0 100%;
		background-repeat: no-repeat;
		-webkit-background-size: 100%;
		-moz-background-size: 100%;
		background-size: 100%;
		background-image: -webkit-linear-gradient(left, #b50000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%), -webkit-linear-gradient(left, #b50000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		background-image: -moz-linear-gradient(left, #b50000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%), -moz-linear-gradient(left, #b50000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		background-image: -o-linear-gradient(left, #b50000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%), -o-linear-gradient(left, #b50000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		background-image: linear-gradient(to right, #b50000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%), linear-gradient(to right, #b50000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
	}
	#introduction .sec_kv li figure{
		background-size: 48%;
		background-position: center top;
	}
	#introduction .sec_kv li:nth-child(1) figure{background-image: url(../img/icon/top_1.png);}
	#introduction .sec_kv li:nth-child(2) figure{background-image: url(../img/icon/top_2.png);}
	#introduction .sec_kv li:nth-child(3) figure{background-image: url(../img/icon/top_3.png);}
	#introduction .sec_kv li:nth-child(4) figure{background-image: url(../img/icon/top_4.png);}
	#introduction .sec_kv li:nth-child(1) a:hover figure{background-image: url(../img/icon/top_1_r.png);}
	#introduction .sec_kv li:nth-child(2) a:hover figure{background-image: url(../img/icon/top_2_r.png);}
	#introduction .sec_kv li:nth-child(3) a:hover figure{background-image: url(../img/icon/top_3_r.png);}
	#introduction .sec_kv li:nth-child(4) a:hover figure{background-image: url(../img/icon/top_4_r.png);}

/* ---------- #specs -------------- */	
/* ---------- #specs -------------- */
	#hd #specs{
		padding:80px 0 0;
		background-color: #000000;
		/*background: url(../img/bg-tri.jpg) 0 60% no-repeat;*/
		background-size: contain;
		position: relative;
		z-index: 0;
	}
	#hd #specs h2{
		text-align: center;
		z-index: 2;
	}
	#hd #specs .hd-w1300{
		position: static; 
	}
	#hd #specs .spec-main {
		width: 100%;
		height: 0;
		padding-bottom: 59%;
		background: 50% center no-repeat;
		background-size: contain;
	}
	#hd #specs figure{
		width: 100%;
		display: none;
		margin-top: 30px;
		position: relative;
	}
	#hd #specs figure.hd-active{
		display: block;
		-webkit-animation: fadeIn .2s cubic-bezier(.5,.38,.22,.98) forwards;
		-o-animation: fadeIn .2s cubic-bezier(.5,.38,.22,.98) forwards;
		animation: fadeIn .2s cubic-bezier(.5,.38,.22,.98) forwards;
	}
	#hd #specs .spec-1 .spec-main {background-image: url('../img/spec/spec-1.png'); }
	#hd #specs .spec-2 .spec-main {background-image: url('../img/spec/spec-2.png'); }
	#hd #specs .spec-3 .spec-main {background-image: url('../img/spec/spec-3.png'); }
	#hd #specs .spec-4 .spec-main {background-image: url('../img/spec/spec-4.png'); }

	#hd .switch{
		width: 500px;
		max-width: 90%;
		display: block;
		margin:50px auto;
		z-index: 3;
		position: relative;
	}
	#hd .switch:before{
		content:'';
		display: block;
		width: 100%;
		height: 2px;
		position: absolute;
		top: 0;bottom: 0;
		margin:auto 0;
		background: #b50000;
		background-size: 100%;
		background-image: -webkit-linear-gradient(left, #000000 0%, #b50000 20%, #700808 40%, #d21313 53%, #890000 75%, #6f0000 90%, #000000 100%);
		background-image: -moz-linear-gradient(left, #000000 0%, #b50000 20%, #700808 40%, #d21313 53%, #890000 75%, #6f0000 90%, #000000 100%);
		background-image: -o-linear-gradient(left, #000000 0%, #b50000 20%, #700808 40%, #d21313 53%, #890000 75%, #6f0000 90%, #000000 100%);
		background-image: linear-gradient(to right, #000000 0%, #b50000 20%, #700808 40%, #d21313 53%, #890000 75%, #6f0000 90%, #000000 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#c600ff',GradientType=1 ); /* IE6-9 */
	}
	#hd #specs ol {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		counter-reset: mycounter;
	}
	#hd #specs ol li {
		position: absolute;
		font-size: 15px;
		font-weight: 300;
		letter-spacing: 1px;
		max-width: 250px;
	}
	#hd #specs ol li:before{
		counter-increment: mycounter;
		content: counter(mycounter);
		display: none;
		width: 24px;
		height: 24px;
		line-height:24px;
		text-align: center;
		border-radius: 15px;
		border: 1px solid #ffffff;
		position: absolute;
		top: 0;
		left: -40px;
		z-index: 2;
	}
	#hd #specs ol li b{
		font-weight: 400;
		line-height: 1.35;
		display: block;
		letter-spacing: 0;
	}
	#hd #specs ol li p{
		font-weight: 300;
		margin-bottom: 10px;
		line-height: 1.25;
		letter-spacing: 0;
		color:#ffffff;
		font-size: 0.9rem;
	}
	#hd #specs ol li img{
		margin-left: 0;
	}
	/* spec-1 li positions*/
		#hd #specs .spec-1 ol li{
			width: 25%;
			max-width: 375px;
		}
		#hd #specs .spec-1 ol li:nth-child(n){left: 15%; }
		#hd #specs .spec-1 ol li:nth-child(1){top: 7.25%;}
		#hd #specs .spec-1 ol li:nth-child(2){top:15.3%;}
		#hd #specs .spec-1 ol li:nth-child(3){top:21%;}
		#hd #specs .spec-1 ol li:nth-child(4){top:35%;}
		#hd #specs .spec-1 ol li:nth-child(5){top:47.9%;}
		#hd #specs .spec-1 ol li:nth-child(6){top:53.5%;}
		#hd #specs .spec-1 ol li:nth-child(7){top:72.7%;}
	/* spec-2 li positions*/
		#hd #specs .spec-2 ol li{
			width: 20%;
			max-width: 220px;
			text-align: left;
		}
		#hd #specs .spec-2 ol li:nth-child(-n+3) img{margin-left: 0;}
		#hd #specs .spec-2 ol li:nth-child(-n+3){left: 6%; }
		#hd #specs .spec-2 ol li:nth-child(1){top: 3.5%;}
		#hd #specs .spec-2 ol li:nth-child(2){top: 31.15%;}
		#hd #specs .spec-2 ol li:nth-child(3){top: 82.6%;}
		#hd #specs .spec-2 ol li:nth-child(4){top: 10.5%;}

		#hd #specs .spec-3 ol li:nth-child(n+4) img{margin-right: 0;}
		#hd #specs .spec-2 ol li:nth-child(n+4){left: 80%; }
		#hd #specs .spec-2 ol li:nth-child(5){top:32.95%;}
		#hd #specs .spec-2 ol li:nth-child(6){top:50.75%;}
		#hd #specs .spec-2 ol li:nth-child(7){top:76.75%;}
	/* spec-3 li positions*/
		#hd #specs .spec-3 ol li{
			width: 20%;
			max-width: 240px;
		}
		#specs .spec-3 ol li:nth-child(n) {left: 79%; }
		#specs .spec-3 ol li:nth-child(1) {top: 9.5%; }
		#specs .spec-3 ol li:nth-child(2) {top: 19.25%; }
		#specs .spec-3 ol li:nth-child(3) {top: 41.5%; }
		#specs .spec-3 ol li:nth-child(4) {top: 55%; }
		#specs .spec-3 ol li:nth-child(5) {top: 59%; }
		#specs .spec-3 ol li:nth-child(6) {top: 62.5%; }
		#specs .spec-3 ol li:nth-child(7) {top: 79.5%; }
		#specs .spec-3 ol li:nth-child(8) {top: 85.75%; }
		#specs .spec-3 ol li:nth-child(9) {top: 91.5%; }
		#specs .spec-3 ol li:nth-child(10) {top: 95.25%; }

		#specs .spec-4 ol li:nth-child(1) {
			top: 30.15%;
    		left: 9%;
		}
		#specs .spec-4 ol li:nth-child(2) {
			top: 51%;
    		left: 79%;
		}
	/*nav*/
		#hd .spec_nav.type1 .skew_btn{
			padding-top: 60px;
		}
		#hd .spec_nav{
			margin-top: 60px;
		}

		#hd .spec_nav li.hd-col20{
			width: 250px;
		}
		#hd .spec_nav li.hd-col20 h3{
			line-height: 2;
		} 
		#hd .spec_nav .skew_btn li:after{
		    /*width: 16%;
		    left: 92%;*/
		}
	#hd .switch{
		width: 500px;
		max-width: 90%;
		display: block;
		margin:50px auto;
		z-index: 2;
		position: relative;
	}
	#hd .switch:before{
		content:'';
		display: block;
		width: 100%;
		height: 2px;
		position: absolute;
		top: 0;bottom: 0;
		margin:auto 0;
		background: #b50000;
		background-size: 100%;
		background-image: -webkit-linear-gradient(left, #000000 0%, #b50000 20%, #700808 40%, #d21313 53%, #890000 75%, #6f0000 90%, #000000 100%);
		background-image: -moz-linear-gradient(left, #000000 0%, #b50000 20%, #700808 40%, #d21313 53%, #890000 75%, #6f0000 90%, #000000 100%);
		background-image: -o-linear-gradient(left, #000000 0%, #b50000 20%, #700808 40%, #d21313 53%, #890000 75%, #6f0000 90%, #000000 100%);
		background-image: linear-gradient(to right, #000000 0%, #b50000 20%, #700808 40%, #d21313 53%, #890000 75%, #6f0000 90%, #000000 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#c600ff',GradientType=1 ); /* IE6-9 */
	}
	#hd .switch li{
		display: inline-block;
		vertical-align: middle;
		width: 18px;
		height: 35px;
		margin:0 8px;
		background: #b50000;
		background-size: 120px;
		background-image: -webkit-linear-gradient(300deg, #b50000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		background-image: -moz-linear-gradient(300deg, #b50000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		background-image: -o-linear-gradient(300deg, #b50000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		background-image: linear-gradient(300deg, #b50000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		-webkit-transform: skewX(25deg);
		   -moz-transform: skewX(25deg);
		    -ms-transform: skewX(25deg);
		     -o-transform: skewX(25deg);
		        transform: skewX(25deg);
		position: relative;
		cursor: pointer;
	}
	#hd .switch li.hd-active{
		width: 100px;
	}
	#hd .switch li:after{
		content:'';
		display: block;
		width:calc(100% - 4px);
		height:calc(100% - 4px);
		background-color: #000;
		position: absolute;
		top: 0;right: 0;bottom: 0;left: 0;
		margin:auto;
	}
	#hd .switch li.hd-active:after{
		display: none;
	}
	#hd .switch span{
		display: inline-block;
		vertical-align: middle;
		width: 15px;
		height: 15px;
		border-radius: 7px;
		background-color: #eaeaea;
	}
	#hd .switch p{
		display: inline-block;
		vertical-align: middle;
		font-weight: bold;
		padding:0 10px;
		margin:0;
		color: #eaeaea;
		font-weight: 300;
	}
	#hd .switch .hd-active span{background-color: #cc0000; }
	#hd .switch .hd-active p{color: #cc0000; font-weight: 600;}	
	#hd .hd-sec-power .switch-nav,
	#hd #performance .switch-nav,
	#hd #specs .switch-nav{
		width: 95%;
		max-width: 1400px;
		height: 110px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin:auto;
		z-index: 5;
		pointer-events: none;
	}
	#hd .hd-sec-power .switch-nav .hd-left,
	#hd .hd-sec-power .switch-nav .hd-right,
	#hd #specs .switch-nav .hd-left,
	#hd #specs .switch-nav .hd-right{
		position: absolute;
		width: 36px;
		height: 110px;
		background: url(../img/frame/arrow_red.png) 0 0 no-repeat;
		background-size: contain;
		top: 0;
		right: 0;
		pointer-events: all;
		cursor: pointer;
	}
	#hd .hd-sec-power .switch-nav .hd-left,
	#hd #specs .switch-nav .hd-left{
		left: 0;
		-webkit-transform: scaleX(-1);
		   -moz-transform: scaleX(-1);
		    -ms-transform: scaleX(-1);
		     -o-transform: scaleX(-1);
		        transform: scaleX(-1);
	}
/* ---------- #performance -------- */
	#hd .hd-sec-power{
		position: relative;
	}
	#hd .power_figure{
		display: none;
	}
	#hd .power_figure.hd-active{
		display: block;
	}
	#hd #performance .skew_nav li.hd-col20 {
	    width: 300px;
	}
	#hd #performance .sec_kv p{
		max-width: 800px;
		/*margin:0 auto -5%;*/
		position: relative;
		z-index: 5;
	}
	#performance .skew_nav li.hd-col20 h3{
		/*line-height: 2em;*/
	}
	/*#performance .skew_nav li.hd-col20:nth-child(1) h3{
		line-height: 1em;
		margin-bottom: 1px;
	}*/
	#hd #performance .sec_kv nav{
		margin-top: 0;
	}
	#hd .power_figure.power-2 .hd-col50{
		vertical-align: text-top;
	}
/* ---------- #cooling ------------ */
	#hd .glitch_top{
		padding-top: 150px;
	}
	#hd #cooling  .sec_kv{
		position: relative;
	}
	#hd #cooling  .sec_kv nav {
    	margin-top: 0%;
    }
	#hd #cooling .sec_kv h2:before{
		top: 5%; 
	}
	#hd #cooling .sec_kv p{
		max-width: 1000px;
		/*margin:0 auto -5%;*/
	}
	#hd #cooling .skew_nav li.hd-col20{
		width: 300px; 
	}
	#hd #cooling .skew_nav li.hd-col35,
	#hd #performance .skew_nav li.hd-col30,
	#hd #optimization .skew_nav li.hd-col40{
		width: 350px;
		display: inline-block;
    	vertical-align: super;
	}
	#hd #personalized .personalized_nav li.hd-col30,
	#hd #optimization .skew_nav li.hd-col30,
	#hd #cooling .skew_nav li.hd-col30{
		width: 300px;
		display: inline-block;
    	vertical-align: super;
	}
	#hd #personalized .personalized_nav li.hd-col350{
		width: 350px;
		display: inline-block;
    	vertical-align: super;
	}
/* ---------- #optimization ------- */
	#hd #optimization .sec_kv p{
		max-width: 800px;
		/*margin:0 auto -5%;*/
		position: relative;
		z-index: 5;
	}
	/*#optimization .skew_nav li.hd-col20:nth-child(1) h3{
		line-height: 1em;
		margin-bottom: 1px;
	}*/
	#hd #optimization .sec_kv nav{
		margin-top: 0;
	}
	#hd #optimization .skew_nav li.hd-col20{
		width: 300px; 
	}
/* ---------- #connectivity ------- */
	#hd #connectivity .sec_kv p{
		max-width: 800px;
		/*margin:0 auto -5%;*/
		position: relative;
		z-index: 5;
	}
	#connectivity .skew_nav li.hd-col20 h3{
		line-height: 2em;
	}
	#hd #connectivity .sec_kv nav{
		margin-top: 0;
	}
	#hd #connectivity .skew_nav li.hd-col20{
		width: 300px; 
	}
/* ---------- #personalized ------- */
	#hd #personalized{
		/*padding-top: 100px;*/
	}
	#hd #personalized .sec_kv .hd-w1200{
		padding-top: 60px;
	}
	#hd #personalized .sec_kv > img{
		margin-top: 0;
	}
	#hd #personalized .sec_kv nav {
    	margin-top: 0%;
	}
	#hd #personalized .sec_kv h2:before{
		top: 5%; 
	}
	#hd #personalized .sec_kv p{
		max-width: 800px;
		margin:0 auto;
		position: relative;
		z-index: 5;
	}
	#hd .personalized_nav li.hd-col20 {
	    width: 200px;
	    /*margin: 0 3px 5px;*/
	}
	#hd .personalized_nav .skew_btn li:after{
	    /*width: 17%;
	    left: 91%;*/
	}
	#hd #personalized .sec_content{
		margin-top: 0;
	}
	#hd .personalized_content > div{
		margin-bottom: 30px;
		/*min-height: 600px;*/
	}
	#hd #personalized .sound-row{
		margin-top: 30px;
	}
	#hd #personalized .sound-row .hd-col33{
		padding: 0 15px;
		vertical-align: top;
	}
	/*sec-main*/
		#hd #personalized .top_content{
			position: relative;
		}
		#hd #personalized .txt-content{
			position: relative;
			padding: 20px 55px;
		}
		#hd #personalized .txt-content p{
			margin-bottom: 0;
		}
		#hd #personalized .txt-content .left,
		#hd #personalized .txt-content .right{
			position: absolute;
			width: 30px;
    		height: 100px;
			top: 0;
			bottom: 0;
			margin: auto 0;
			background-image: url(../img/arrow_red.png);
			background-size: 100% 100%;
			cursor: pointer;
			z-index: 5;
		}
		#hd #personalized .txt-content .left{
			left: 0;
			-webkit-transform: scaleX(-1);
		    -moz-transform: scaleX(-1);
		    -ms-transform: scaleX(-1);
		    -o-transform: scaleX(-1);
		    transform: scaleX(-1);
		}
		#hd #personalized .txt-content .right{
			right: 0;
		}

		#hd #personalized .hd-sec-ramcache .txt-content .right, 
		#hd #personalized .hd-sec-ramcache .txt-content .left{
			top: -625%;
		}

		#hd #personalized #lighting .txt-content .right,
		#hd #personalized #lighting .txt-content .left{
			z-index: 5;
		}

		#hd #personalized .hd-uiChange .top_content{
			/*background-image: url(../img/s5/bg.jpg);*/
			background-size: auto 100% ;
			background-repeat: no-repeat;
			background-position: center;
		}
		#hd #personalized .screenBox{
			position: relative;
		}
		#hd #personalized .screenBox .bg{
			opacity: 0;
		}
		#hd #personalized .screenBox .ui_list img{
			width: 100%;
		}
		#hd #personalized .main-txt{
			padding: 30px 0;
			max-width: 800px;
		}
		#hd #personalized .main-txt p{
			margin-bottom: 0;
		}
		#hd #personalized .txt-content h3{
			margin-bottom: 10px;
		}
	/*hd-sec-aura*/
		#hd .hd-sec-aura .auraBox{
			position: relative;
		}
		#hd .hd-sec-aura .auraPhoto{
			position: absolute;
			width: 100%;
			top: 0;
			left: 0;
			-webkit-animation: colorrun 5s infinite;
		    -o-animation: colorrun 5s infinite;
		    animation: colorrun 5s infinite;
		}
		#hd .hd-sec-aura .remark{
			margin-top: 20px;
		}
	/*hd-sec-gamefirst*/
		#hd .hd-sec-gamefirst .screenBox{
			width: 64%;
			margin-left: 5%;
		}
		#hd .hd-sec-gamefirst .pd{
			position: absolute;
			width: 42%;
			right: 0;
			bottom: 0;
		}
	/*hd-sec-ramcache*/
		#hd .hd-sec-ramcache .screenBox{
			width: 70%;
			margin: 0 auto;
		}
		#hd #personalized .hd-sec-ramcache .screenBox .ui_list {
			position: absolute;
		    width: 58%;
		    top: 12.2%;
		    left: 21%;
		}
	/*hd-sec-studio*/
		#hd #personalized .hd-sec-studio .txt-content .right, 
		#hd #personalized .hd-sec-studio .txt-content .left{
			top: -450%;
		}
		#hd .hd-sec-studio .screenBox{
			width: 64%;
			margin-left: 5%;
		}
		#hd .hd-sec-studio .pd{
			position: absolute;
			width: 42%;
			right: 0;
			bottom: 0;
		}
		#hd #personalized .hd-sec-studio .screenBox .ui_list {
		    width: 95%;
		    top: 0%;
		    left: 17.5%;
		}
	/*hd-sec-oled*/
		#hd .hd-sec-oled .screenBox{
			width: 64%;
			margin-left: 5%;
		}
		#hd .hd-sec-oled .pd{
			position: absolute;
			width: 42%;
			right: 0;
			bottom: 0;
		}
		#hd #personalized .hd-sec-oled .screenBox .ui_list {
		    width: 58%;
		    top: 12%;
		    left: 21%;
		}
	/*hd-sec-crate*/
		#hd .hd-sec-crate .screenBox{
			width: 70%;
			margin: 0 auto;
		}
		#hd #personalized .hd-sec-crate .screenBox .ui_list {
		    width: 83%;
		    top: 12.5%;
		    left: 9%;
		}

/* ---------- #intel -------------- */
	#hd #intel {
		padding: 150px 0 100px;
		position: relative;
	}
	#hd #intel h2{
		/*font-size: 4.125em;*/
		margin-bottom: 100px;
		text-transform: none;
		z-index: 3;
	}
	#hd #intel .hd-w1200 img{
		margin-bottom: 50px;
	}
	#hd #intel .hd-w1100 img{
		display: inline-block;
		vertical-align: top;
		width: 100px;
	}
	#hd #intel .hd-w1100 img + div{
		display: inline-block;
		vertical-align: top;
		width:calc(100% - 110px);
		margin-left: -5px;
		padding-left: 50px;
		margin-bottom: 50px;
	}
	#hd #intel b{
		display: block;
		margin-bottom: 10px;
		letter-spacing: 1px;
	}
/* ------------ ddr4 -------------- */
	#hd .hd-sec-ddr4{
		padding:50px 0; 
	}
	#hd .hd-sec-ddr4 h3{
		margin-bottom: 20px;
	}
	#hd .hd-sec-ddr4 p{
		margin-bottom: 40px;
	}
	#hd .hd-sec-ddr4 .fleft{
		/*margin-right: -5%;*/
		margin-left: -10%;
		width: 60%;
	}
	#hd .hd-sec-ddr4 .fright{
		margin-top: 10%;
		position: relative;
		z-index: 2;
	}
/* ------------ optimem ----------- */
	#hd .hd-sec-optimem{
		padding:0 0 50px 0; 
	}
	#hd .hd-sec-optimem .fleft{
		position: relative;
		z-index: 2;
		margin-top: 17%;
	}
	#hd .hd-sec-optimem .fright{
		margin-right: -5%;
		margin-left: -20%;
	}
	#hd .hd-sec-optimem .fright img{
		margin-left: auto;
	}
/* ------------ storage ----------- */
	#hd .hd-sec-storage{
		padding:50px 0 200px; 
	}
	#hd .hd-sec-storage ul.detail_list li {
		position: absolute;
    	text-align: left;
    	max-width: 45%;
	}
	#hd .hd-sec-storage .img_str{
		margin: 0;
	}
	#hd .hd-sec-storage ul.detail_list li:nth-child(1){
		top: 0%;
	}
	#hd .hd-sec-storage ul.detail_list li:nth-child(2){
		top: 69%;
	}
	#hd .hd-sec-storage ul.detail_list h4 span {
	    /*display: inline-block;*/
	    display: none;
	    border: 1px solid #890000;
	    border-radius: 50%;
	    width: 22px;
	    height: 22px;
	    margin-right: 5px;
	    line-height: 22px;
	    text-align: center;
	}
	#hd .hd-sec-storage ul.detail_list h4{
		margin-bottom: 5px;
	}
/* ------------ node ------------- */
	#hd .hd-sec-node{
		padding: 50px 0;
	}	
	#hd .hd-sec-node img{
		margin: 0;
	}
/* ------------ speed ------------- */
	#hd .hd-sec-speed{
		padding:50px 0 70px;
	}
	#hd .hd-sec-speed .hd-txt{
		margin-top: 2%;
	}
	#hd .hd-sec-speed .flex-box{
		display: flex;
  		align-items: center;
  		margin-bottom: 7.5%;
	}
	#hd .hd-sec-speed .hd-content li.hd-active,
	#hd .hd-sec-speed .hd-img li.hd-active{
		display: block;
	}
	#hd .hd-sec-speed .hd-content li.hd-active{
		-webkit-animation: fadeInFromBottom .5s forwards;
		-o-animation: fadeInFromBottom .5s forwards;
		animation: fadeInFromBottom .5s forwards;
	}
	#hd .hd-sec-speed h5{
		font-size: 1.5rem;
		margin-top: 10%;
	}
	#hd .hd-sec-speed img{
		margin-left: 0;
	}
	#hd .hd-sec-speed .hd-detailImg{
		width: 76%;
	}
	#hd .hd-sec-speed figure{
		margin-bottom: 20px;
	}
	#hd .hd-sec-speed b{
		position: absolute;
		line-height: 1;
	}
	#hd .hd-sec-speed .pos-1{
		top: 18%; 
		left: 73%;
	}
	#hd .hd-sec-speed .pos-2{
		top: 45%; 
		left: 73%;
	}
	#hd .hd-sec-speed figure,
	#hd .hd-sec-speed .hd-img{
		position: relative;
	}
	#hd .hd-sec-speed .hd-img ul,
	#hd .hd-sec-speed .hd-img li{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	#hd .hd-sec-speed .hd-img li img{
		position: absolute;
		top: 0;
		left: 0;
	}
	#hd .hd-sec-speed .hd-img li:after{
		content:'+';
		display: block;
		width: 30px;
		height: 30px;
		border-radius: 15px;
		line-height: 30px;
		background: #890000;
		color:#ffffff;
		text-align: center;
		position: absolute;
		top: 80%;
		left: 55%;
		z-index: 3;
		-webkit-animation: pulsing 1s infinite;
		-o-animation: pulsing 1s infinite;
		animation: pulsing 1s infinite;
	}
	#hd .hd-sec-speed .hd-img li:before{
		content:'+';
		display: block;
		width: 30px;
		height: 30px;
		border-radius: 15px;
		line-height: 30px;
		background: #890000;
		color:#ffffff;
		text-align: center;
		position: absolute;
		top: 60%;
		left: 70%;
		z-index: 3;
		-webkit-animation: pulsing 1s infinite;
		-o-animation: pulsing 1s infinite;
		animation: pulsing 1s infinite;
	}
	#hd .hd-sec-speed .hd-img li:first-child img:first-child{
		opacity: 0;
		-webkit-animation: show_mark 1s ease-out .2s forwards;
		-o-animation: show_mark 1s ease-out .2s forwards;
		animation: show_mark 1s ease-out .2s forwards;
	}
	#hd .hd-sec-speed .hd-img li:first-child img:last-child{
		opacity: 0;
		-webkit-animation: show_mark 1s ease-out forwards;
		-o-animation: show_mark 1s ease-out forwards;
		animation: show_mark 1s ease-out forwards;
	}
	#hd .hd-sec-speed .hd-img li:last-child img:first-child{
		opacity: 0;
		-webkit-animation: show_mark 1s ease-out forwards;
		-o-animation: show_mark 1s ease-out forwards;
		animation: show_mark 1s ease-out forwards;
	}
	#hd .hd-sec-speed .hd-img li:last-child img:last-child{
		opacity: 1;
		-webkit-animation: move_heatsink 1s ease-out forwards;
		-o-animation: move_heatsink 1s ease-out forwards;
		animation: move_heatsink 1s ease-out forwards;
	}
	@keyframes pulsing{
		50%{transform: scale(1.2); }
	}
	@keyframes show_mark{
		0% {
			opacity: 0;
			transform: translateX(-5%);
		}
		100%{
			opacity: 1;
			transform: translateX(0%);
		}
	}
	@keyframes move_heatsink{
		0%	{
			transform: translateX(10%);
		}
		100%{
			transform: translateX(0%);
		}
	}	
/* ------------ networking -------- */
	#hd .hd-sec-networkings{
		padding:50px 0; 
	}
	#hd .hd-sec-networkings .fleft{
		position: relative;
		z-index: 2;
		margin-top: 5%;
	}
	#hd .hd-sec-networkings .fright{
		margin-right: -5%;
		margin-left: -20%;
	}
	#hd .hd-sec-networkings table{
		width: 80%;
		text-align: center;
	}
	#hd .hd-sec-networkings th,
	#hd .hd-sec-networkings td{
		padding: 5px 0;
		border: 1px solid #1d1d1d;
	}
	#hd .hd-sec-networkings thead th{
		background-color: #b00203;
		color: #fff;
	}
	#hd .hd-sec-networkings thead th:first-child {
    	width: 30%;
	}
	#hd .hd-sec-networking tbody tr:nth-child(odd){
		background-color: #101010;
	}
	#hd .hd-sec-networkings tbody tr:nth-child(even){
		background-color: #242424;
	}
	#hd .hd-sec-networkings .hd-onboard{
		padding-bottom: 100px;
	}
	#hd .hd-sec-networkings .hd-intel{
		padding-bottom: 50px;
	}
	#hd .hd-sec-networkings .hd-intel .fright{
		margin-top: 8.5%;
		position: relative;
		z-index: 2;
	}
	#hd .hd-sec-networkings .hd-intel .fleft{
		margin-right: -5%;
		margin-left: -20%;
	}
	#hd .hd-sec-networkings .hd-cpu{
		display: flex;
  		align-items: center;
  		justify-content: space-between;
	}
	#hd .hd-sec-networkings .hd-cpu img{
		width: 40%;
    	margin: 0;
	}
	#hd .hd-sec-networkings .hd-cpu .hd-twotype{
		width: 60%;
	}
	#hd .hd-twotype div{
		width: 80%;
		background: #b50000;
		background-size: 120px;
		background-image: -webkit-linear-gradient(300deg, #b50000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		background-image: -moz-linear-gradient(300deg, #b50000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		background-image: -o-linear-gradient(300deg, #b50000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		background-image: linear-gradient(300deg, #b50000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		background-repeat: no-repeat;
    	background-size: contain;
		-webkit-transform: skewX(25deg);
		   -moz-transform: skewX(25deg);
		    -ms-transform: skewX(25deg);
		     -o-transform: skewX(25deg);
		        transform: skewX(25deg);
		position: relative;
		text-align: center;
		padding: 10px 0;
		margin-bottom: 20px;
	}
	#hd .hd-twotype div:nth-child(2){
		margin-left: 30px;
	}
	/*#hd .hd-twotype div:after{
	    content: '';
	    display: block;
	    width: calc(100% - 4px);
	    height: calc(100% - 4px);
	    background-color: #000;
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    margin: auto;		
	}
	#hd .hd-twotype div:hover:after{
	    opacity: 0;		
	}*/
	#hd .hd-twotype div p{
		font-size: 1.35em;
    	font-weight: bolder;
	    margin-bottom: 0;
	    position: relative;
	    z-index: 2;
	    -webkit-transform: skewX(-25deg);
	    -moz-transform: skewX(-25deg);
	    -ms-transform: skewX(-25deg);
	    -o-transform: skewX(-25deg);
	    transform: skewX(-25deg);
	}
/* ------------ fan --------------- */
	#hd .hd-sec-fan{
		padding:90px 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	#hd .hd-sec-fan .fleft{
		position: relative; 
	}
	#hd .hd-sec-fan .fright{
		margin-top: 5%; 
	}
	#hd .hd-sec-fan .fan_cover li{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin:0 auto;
		opacity: 0;
	}
	#hd .hd-sec-fan .fan_cover li.hd-active{
		opacity: 1; 
	}
	#hd .hd-sec-fan .hd-filter{
		padding:6% 0; 
	}
	#hd .hd-sec-fan .hd-filter li{
		display: inline-block;
		vertical-align: top;
		width: 30%;
		margin:20px 0 20px -5px;
		cursor: pointer;
	}
	#hd .hd-sec-fan li p{margin-bottom: 0; }
	#hd .hd-sec-fan .hd-content{
		position: relative;
		background: url(../img/bg-glow.jpg) center center no-repeat;
		background-size: 180%;
		padding:50px 16%;
	}
	#hd .hd-sec-fan .hd-content li{display: none; }
	#hd .hd-sec-fan .hd-content li.hd-active{display: block; }
	#hd .fan_icon{
		background-image: url(../img/performance/fan/spritesheet.png);
		background-repeat: no-repeat;
		display: block;
		width: 55px;
		height: 55px;
		margin:0 auto 5px;
		opacity: .8;
	}
	#hd .hd-sec-fan li:hover .fan_icon{opacity: 1; }
	/* icon position */
		#hd .fan_icon.fan_temp{
			background-position: -119px -119px; 
		}
		#hd .hd-active > .fan_icon.fan_temp{
			background-position: -176px -119px; 
		}
		#hd .fan_icon.fan_pump{
			background-position: -119px -176px; 
		}
		#hd .hd-active > .fan_icon.fan_pump{
			background-position: -176px -176px; 
		}
		#hd .fan_icon.fan_pwm{
			background-position: -5px -5px; 
		}
		#hd .hd-active > .fan_icon.fan_pwm{
			background-position: -62px -5px; 
		}
		#hd .fan_icon.fan_card{
			background-position: -5px -62px; 
		}
		#hd .hd-active > .fan_icon.fan_card{
			background-position: -62px -62px; 
		}
		#hd .fan_icon.fan_protection{
			background-position: -5px -176px; 
		}
		#hd .hd-active > .fan_icon.fan_protection{
			background-position: -62px -176px; 
		}
		#hd .fan_icon.fan_inout{
			background-position: -5px -119px; 
		}
		#hd .hd-active > .fan_icon.fan_inout{
			background-position: -62px -119px; 
		}
		#hd .fan_icon.fan_flow{
			background-position: -119px -62px; 
		}
		#hd .hd-active > .fan_icon.fan_flow{
			background-position: -176px -62px; 
		}
		#hd .fan_icon.fan_sensor{
			background-position: -119px -5px; 
		}
		#hd .hd-active > .fan_icon.fan_sensor{
			background-position: -176px -5px; 
		}
/* ------------ optimization ------ */
	#hd .hd-sec-optimization{
		padding:70px 0;
	}
	#hd .hd-sec-optimization .switch{
		width: 120%;
		margin-left: -10%;
		max-width: none;
		text-align: center;
	}
	#hd .hd-sec-optimization .switch li{
		width: 16% !important;
		height: auto;
		background-size: 100%;
		padding:10px 5px;
	}
	#hd .hd-sec-optimization .switch li h4{
		font-size: 1.25em;
		min-height: 50px;
		margin-bottom: 0;
		position: relative;
		z-index: 2;
		-webkit-transform: skewX(-25deg);
		   -moz-transform: skewX(-25deg);
		    -ms-transform: skewX(-25deg);
		     -o-transform: skewX(-25deg);
		        transform: skewX(-25deg);
	}
	#hd .hd-sec-optimization .hd-frame{
		margin-top: 100px; 
	}
	#hd .hd-sec-optimization .hd-content li .hd-col50,
	#hd .hd-sec-optimization .hd-frame h3{
		display: none; 
	}
	#hd .hd-sec-optimization .hd-content li{
		margin-top:-50px;
		margin-bottom:-50px;
	}
	#hd .hd-sec-optimization .hd-content li.hd-active .hd-col50{
		display: inline-block;
		vertical-align: middle;
		-webkit-animation: fadeInFromBottom .8s forwards;
		-o-animation: fadeInFromBottom .8s forwards;
		animation: fadeInFromBottom .8s forwards;
	}
	#hd .hd-sec-optimization .hd-content li.hd-active h3{
		display: block;
		-webkit-animation: fadeInFromTop .8s forwards;
		-o-animation: fadeInFromTop .8s forwards;
		animation: fadeInFromTop .8s forwards;
	}
	#hd .hd-sec-optimization .hd-content li h3{
		font-family: 'Xolonium', sans-serif;
		font-size: 2.4rem;
		padding: 0 10% 0 5%;
		/*text-transform: none;*/
		/*text-align: center;*/
		position: relative;
		/*margin-bottom: 90px;*/
		/*margin-top: -100px;*/
	}
	/*#hd .hd-sec-optimization .hd-content li h3:before,
	#hd .hd-sec-optimization .hd-content li h3:after{
		content:'';
		display: block;
		width: 47%;
		height: 200%;
		background-color: #270201;
		position: absolute;
		top: 0;bottom: 0;
		margin: auto 0 auto -2%;
		z-index: -1;
	}
	#hd .hd-sec-optimization .hd-content li h3:before{
		right: 45%;
		-webkit-transform: skewX(30deg);
		   -moz-transform: skewX(30deg);
		    -ms-transform: skewX(30deg);
		     -o-transform: skewX(30deg);
		        transform: skewX(30deg);
	}
	#hd .hd-sec-optimization .hd-content li h3:after{
		left: 45%;
		-webkit-transform: skewX(-30deg);
		   -moz-transform: skewX(-30deg);
		    -ms-transform: skewX(-30deg);
		     -o-transform: skewX(-30deg);
		        transform: skewX(-30deg);
	}*/
	#hd .hd-sec-optimization .hd-col50 p{
		padding: 0 10% 0 5%;
		margin-bottom: 0;
	}
	/*------------ hd_ai-overclocking ------------ */

	/*#hd #hd_ai-overclocking{padding:50px 0;}
	#hd #hd_ai-overclocking .hd-left,
	#hd #hd_ai-overclocking .hd-right {
		vertical-align: middle;
	}
	#hd #hd_ai-overclocking .hd-right {
		padding-left: 30px;
		text-align: left;
	}
	#hd #hd_ai-overclocking .hd-right p{
		padding: 0;
	}*/
/* ------------ mode & gamefirstv - */
	#hd .hd-sec-gamefirstv .hd-frame{
		margin-top: 110px;
	}

	#hd .hd-sec-gamefirstv li > div{
		display: none; 
	}

	#hd .hd-sec-gamefirstv li.hd-active > div{
		display: inline-block;
		-webkit-animation: fadeInFromBottom .8s forwards;
		-o-animation: fadeInFromBottom .8s forwards;
		animation: fadeInFromBottom .8s forwards;
	}

	#hd .hd-sec-gamefirstv li .hd-title{
		text-align: center;
		position: relative;
		padding:0 15%;
		margin-bottom: 90px;
		margin-top: -100px;
		display: none;
	}

	#hd .hd-sec-gamefirstv li.hd-active .hd-title{
		display: block;
		-webkit-animation: fadeInFromTop .8s forwards;
		-o-animation: fadeInFromTop .8s forwards;
		animation: fadeInFromTop .8s forwards;
	}
	#hd .hd-sec-gamefirstv li.hd-active .hd-title{
		-webkit-animation: none;
		   -moz-animation: none;
		    -ms-animation: none;
		     -o-animation: none;
		        animation: none;
	}

	#hd .hd-sec-gamefirstv li .hd-title:before,
	#hd .hd-sec-gamefirstv li .hd-title:after{
		content:'';
		display: block;
		width: 47%;
		height: 200%;
		background-color: #270201;
		position: absolute;
		top: 0;bottom: 0;
		margin: auto 0 auto -2%;
		z-index: -1;
	}

	#hd .hd-sec-gamefirstv li .hd-title:before{
		right: 45%;
		-webkit-transform: skewX(30deg);
		   -moz-transform: skewX(30deg);
		    -ms-transform: skewX(30deg);
		     -o-transform: skewX(30deg);
		        transform: skewX(30deg);
	}

	#hd .hd-sec-gamefirstv li .hd-title:after{
		left: 45%;
		-webkit-transform: skewX(-30deg);
		   -moz-transform: skewX(-30deg);
		    -ms-transform: skewX(-30deg);
		     -o-transform: skewX(-30deg);
		        transform: skewX(-30deg);
	}
	
	#hd .mCSB_inside>.mCSB_container{
		margin-right: 30px;
	}
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{
		background-color: #cc0c00;
		border-radius: 0;
	}

	#hd .hd-sec-gamefirstv h5{
		font-size: 1.25rem;
		margin: 0 0 15px;
	}

	#hd .hd-sec-gamefirstv p{
		margin-bottom: 5px;
	}

	#hd .hd-sec-gamefirstv p.txt-red{
		font-weight: 600; 
	}
	#hd #mode_switch_right,
	#hd #mode_switch_left,
	#hd #gamefirstv_switch_right,
	#hd #gamefirstv_switch_left{
		height: 110px;
		position: absolute;
		top: 10%;bottom: 0;
		left: 103.5%;
		margin:auto 0;
		cursor: pointer;
		display: none;
	}
	#hd #gamefirstv_switch_right,
	#hd #gamefirstv_switch_left{
		top: 25%;
	}
	#hd #mode_switch_right.hd-active,
	#hd #mode_switch_left.hd-active,
	#hd #gamefirstv_switch_right.hd-active,
	#hd #gamefirstv_switch_left.hd-active{
		display: block;
	}
	#hd #mode_switch_left,
	#hd #gamefirstv_switch_left{
		left: auto;
		right: 105.5%;
		-webkit-transform: scaleX(-1);
		   -moz-transform: scaleX(-1);
		    -ms-transform: scaleX(-1);
		     -o-transform: scaleX(-1);
		        transform: scaleX(-1);
	}
/* ------------ supremefx --------- */
	/*#hd .hd-sec-audio{
		position: relative;
		padding:50px 0;
		z-index: 1;
	}
	#hd .hd-sec-audio ul.txt_list{
		display: flex;
		flex-wrap: wrap;
	}
	#hd .hd-sec-audio ul.txt_list li{
		width: 20%;
		padding: 0 10px;
	}
	#hd .hd-sec-audio ul.txt_list li > div{
		position: relative;
		min-height: 100%;
		z-index: -1;
		padding: 30px 8px 70px;
		background-image: -webkit-linear-gradient(left, #777 0%, #333 45%, #333 55%, #777 100%), -webkit-linear-gradient(left, #777 0%, #333 45%, #333 55%, #777 100%);
	    background-image: -moz-linear-gradient(left, #777 0%, #333 45%, #333 55%, #777 100%), -moz-linear-gradient(left, #777 0%, #333 45%, #333 55%, #777 100%);
	    background-image: -o-linear-gradient(left, #777 0%, #333 45%, #333 55%, #777 100%), -o-linear-gradient(left, #777 0%, #333 45%, #333 55%, #777 100%);
	    background-image: linear-gradient(to right, #777 0%, #333 45%, #333 55%, #777 100%), linear-gradient(to right, #777 0%, #333 45%, #333 55%, #777 100%);
		
	}
	#hd .hd-sec-audio ul.txt_list li > div:before{
		content: "";
		position: absolute;
		width: 98%;
		height: 98%;
		background-color: #000;
		left: 1%;
		top: 1%;
		z-index: -1;
		-webkit-transition: all .25s ease;
		   -moz-transition: all .25s ease;
		    -ms-transition: all .25s ease;
		     -o-transition: all .25s ease;
		        transition: all .25s ease;
	}
	#hd .hd-sec-audio ul.txt_list li:hover > div:before{
		background-color: #111;
	}
	#hd .hd-sec-audio ul.txt_list h4{
		margin-bottom: 15px;
		font-size: 1.3rem;
	}
	#hd .hd-sec-audio ul.txt_list p{
		margin-bottom: 0;
		font-size: .9rem;
	}
	#hd .hd-sec-audio figure{
		position: relative;
	}
	#hd .hd-sec-audio .detail img{
		position: absolute;
		top: 0;
		left: 0;
		display: none;
	}*/
	#hd .hd-sec-audio{
		position: relative;
		padding:50px 0;
		z-index: 1;
	}
	#hd .hd-supremefx{
		max-width: 1920px;
		position: relative;
		margin: -2.5% auto -4%;
	}
	#hd .hd-supremefx li:not(:first-child){
		position: absolute;
		top: 0;
		left: 0;right: 0;
		margin:0 auto;
		opacity: 0;
	}
	#hd .hd-supremefx li:first-child{opacity: 1; }
	#hd .hd-supremefx li:not(:first-child).hd-active{opacity: 1; }
	#hd .hd-supremefx li:not(:first-child) img {
		z-index: 2;
		position: relative;
	}
	#hd .hd-supremefx .txt-box{
		width: 280px;
		display: block;
		position: absolute;
		text-shadow: 0 0 20px #000,
					 0 0 15px #000,
					 0 0 5px #000;
	}
	#hd .hd-supremefx .txt-box:before{
		content:'';
		display: block;
		width: 120%;
		height: 100%;
		position: absolute;
		left: -10%;
		top: -10px;
		background: rgba(0,0,0,.75);
	}
	#hd .hd-supremefx .txt-box h4,
	#hd .hd-supremefx .txt-box p{
		position: relative;
		z-index: 2;
	}
	#hd .hd-supremefx .txt-box h4{margin-bottom: 10px;}
		#hd .hd-supremefx li:nth-child(2) .txt-box{
			top: 15%;
			left: 73%;
		}
		#hd .hd-supremefx li:nth-child(3) .txt-box{
			top: 10%;
			left: 49%;
		}
		#hd .hd-supremefx li:nth-child(4) .txt-box{
			top: 6%;
			left: 61%;
		}
		#hd .hd-supremefx li:nth-child(5) .txt-box{
			top: 27%;
			left: 27%;
		}
		#hd .hd-supremefx li:nth-child(6) .txt-box{
			top: 20%;
			left: 62%;
		}
	#hd .audio-switch{
		position: relative;
		width: 80%;
		height: 24px;
		border-radius: 16px;
		border:3px solid #7c7c7e;
		margin-top: 100px;
		margin-bottom: 60px;
		text-align: center;
		display: flex;
		justify-content: space-between;
	}
	#hd .audio-switch li{
		display: inline-block;
		vertical-align: top;
		width: 25%;
		text-align: center;
		position: relative;
		cursor: pointer;
	}
	#hd .audio-switch li#dragger{
		display: block;
		width: 35px;
		height: 35px;
		border-radius: 17px;
		background: url(../img/audio/dragger.png) center center no-repeat;
		background-size: cover;
		position: absolute;
		top: 0 !important;
		bottom: 0;
		margin:auto 0;
		cursor: pointer;
		-webkit-transition: all .5s ease;
		   -moz-transition: all .5s ease;
		    -ms-transition: all .5s ease;
		     -o-transition: all .5s ease;
		        transition: all .5s ease;
	}
	#hd .audio-switch li#dragger:hover{
		box-shadow: 1px 1px 10px #ad0202;
		-webkit-transform: scale(1.5);
		   -moz-transform: scale(1.5);
		    -ms-transform: scale(1.5);
		     -o-transform: scale(1.5);
		        transform: scale(1.5);
	}
	@-webkit-keyframes glow{
		from{box-shadow: 0 0 0px #ad0202;}
		to  {box-shadow: 1px 1px 10px #ad0202;}
	}
	@keyframes glow{
		from{box-shadow: 0 0 0px #ad0202;}
		to  {box-shadow: 1px 1px 10px #ad0202;}
	}
	#hd .audio-switch li#dragger.pos1{left: 0; }
	#hd .audio-switch li#dragger.pos2{left: 21%; }
	#hd .audio-switch li#dragger.pos3{left: 48%; }
	#hd .audio-switch li#dragger.pos4{left: 75%; }
	#hd .audio-switch li#dragger.pos5{left: 96.5%; }
	#hd .audio-switch li#dragger.moving{
		-webkit-transform: scale(1.5);
		   -moz-transform: scale(1.5);
		    -ms-transform: scale(1.5);
		     -o-transform: scale(1.5);
		        transform: scale(1.5);
		-webkit-animation: glow .5s 1;
		-o-animation: glow .5s 1;
		animation: glow .5s 1;
	}
	#hd .audio-switch li:first-child{width: 15%; margin-left: -6.5%;}
	#hd .audio-switch li:nth-child(5){width: 15%; margin-right: -6.5%;}
	#hd .audio-switch li:first-child span{margin-left: 3px; }
	#hd .audio-switch li:nth-child(5) span{margin-right: 3px; }
	#hd .audio-switch li span{
		display: inline-block;
		width: 10px;
		height: 10px;
		border-radius: 6px;
		margin:4px;
		position: relative;
		background: #46505a;
		background: -moz-linear-gradient(135deg, #46505a 0%, #7f8180 18%, #7f8084 29%, #6d767d 38%, #67717a 46%, #67747c 46%, #727c85 48%, #727f87 48%, #9ca9b1 55%, #a2afb5 56%, #636c75 68%, #6f747a 77%, #6f7478 78%, #7f8082 93%, #7f7f7f 100%);
		background: -webkit-linear-gradient(135deg, #46505a 0%,#7f8180 18%,#7f8084 29%,#6d767d 38%,#67717a 46%,#67747c 46%,#727c85 48%,#727f87 48%,#9ca9b1 55%,#a2afb5 56%,#636c75 68%,#6f747a 77%,#6f7478 78%,#7f8082 93%,#7f7f7f 100%);
		background: linear-gradient(135deg, #46505a 0%,#7f8180 18%,#7f8084 29%,#6d767d 38%,#67717a 46%,#67747c 46%,#727c85 48%,#727f87 48%,#9ca9b1 55%,#a2afb5 56%,#636c75 68%,#6f747a 77%,#6f7478 78%,#7f8082 93%,#7f7f7f 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46505a', endColorstr='#7f7f7f',GradientType=1 );
	}
	#hd .audio-switch li h4{
		font-size: 18px;
		position: absolute;
		bottom: 40px;
		left: 0;right: 0;
		margin:0 auto;
	}

	#hd .hd-audio-btnbox{
		display: flex;
		align-items: stretch;
	}
	#hd .hd-audio-btnbox .hd-col50{padding:0 20px; }
	#hd .btn-audio{
		display: block;
		height: 100%;
		padding:40px 30px 20px;
		position: relative;
		color:#ffffff;
	}
	#hd .btn-audio:before{
		content:'';
		display: block;
		width: calc(100% + 10px);
		height: calc(100% + 10px);
		position: absolute;
		top: -5px;
		left: -5px;
		background-size: 100%;
		background: #680c20;
		background-image: -webkit-linear-gradient(90deg, #680c20 0%, #4e0808 30%, #770d0e 75%, #4a0804 100%);
		background-image: -moz-linear-gradient(90deg, #680c20 0%, #4e0808 30%, #770d0e 75%, #4a0804 100%);
		background-image: -o-linear-gradient(90deg, #680c20 0%, #4e0808 30%, #770d0e 75%, #4a0804 100%);
		background-image: linear-gradient(90deg, #680c20 0%, #4e0808 30%, #770d0e 75%, #4a0804 100%);
		z-index: -2;
	}
	#hd .btn-audio:after{
		content:'';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #333 url(../img/bg-glow.jpg) center center no-repeat;
		z-index: -1;
	}
	#hd .btn-audio:hover:after{
		opacity: 0;
	}

/* ------------ gamefirstv -------- */
	#hd .hd-sec-gamefirstv{
		padding:50px 0 0 20px;
	}
	#hd .hd-sec-gamefirstv .hd-frame{
		padding-bottom: 70px;
	}
	#hd .hd-sec-gamefirstv .switch{
		margin-top: -130px;
		margin-bottom: 130px;
	}
	#hd #gamefirstv_switch_left{
		right: 98%; 
	}
	#hd #gamefirstv_switch_right{
		left: 97%; 
	}
	#hd .hd-sec-gamefirstv li .hd-col40{
		padding-left: 3%;
	}
	#hd .hd-sec-gamefirstv h5{
		text-transform: uppercase;
		color:#af0b01;
	}
/* ------------ overylay ---------- */
	#hd .hd-sec-overylay,
	#hd #overlay-bg{
		position: relative;
	}
	#hd .hd-sec-overylay h3{
		margin-top: 50px;
		margin-bottom: -50px;
		position: relative;
		z-index: 2;
	}
	#hd #gf5_bg_overlay{
		width: 100%;
		height: 100%;
		max-width: 1920px !important;
		max-height: 1040px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		opacity: 1;
		-webkit-transition: none;
		   -moz-transition: none;
		    -ms-transition: none;
		     -o-transition: none;
		        transition: none;
	}
	#hd .hd-sec-overylay figure{
		width: 60%;
		position: absolute;
		top: 55%;
		left: 0;right: 0;
		-webkit-transform: translateY(-50%);
		   -moz-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		     -o-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	#hd .hd-sec-overylay figure img{
		width: 31%;
		max-width: 345px;
		-webkit-transform: scale(.1);
		   -moz-transform: scale(.1);
		    -ms-transform: scale(.1);
		     -o-transform: scale(.1);
		        transform: scale(.1);
		opacity: 0;
		-webkit-transition: none;
		   -moz-transition: none;
		    -ms-transition: none;
		     -o-transition: none;
		        transition: none;
	}
	#hd .hd-sec-overylay .hd-txt{
		width: 80%;
		max-width: 540px;
		float: left;
		position: relative;
		padding:20px;
		margin-top: 20%;
		-webkit-transform: translateX(20%);
		   -moz-transform: translateX(20%);
		    -ms-transform: translateX(20%);
		     -o-transform: translateX(20%);
		        transform: translateX(20%);
		opacity: 0;
		-webkit-transition: none;
		   -moz-transition: none;
		    -ms-transition: none;
		     -o-transition: none;
		        transition: none;
	}
	#hd .hd-sec-overylay .hd-txt p{
		margin-bottom: 10px;
	}
	#hd .hd-sec-overylay .hd-txt:before{
		content:'';
		display: block;
		width: 120%;
		height: 100%;
		position: absolute;
		top: 0;left: -5%;
		background: #a00000;
		background-size: 100%;
		background-image: -webkit-linear-gradient(300deg, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		background-image: -moz-linear-gradient(300deg, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		background-image: -o-linear-gradient(300deg, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		background-image: linear-gradient(300deg, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		-webkit-transform: skewX(30deg);
		-moz-transform: skewX(30deg);
		-ms-transform: skewX(30deg);
		-o-transform: skewX(30deg);
		transform: skewX(30deg);
		z-index: -1;
		opacity: .8;
	}
	#hd .hd-sec-overylay.hd-active #gf5_bg_overlay{
		opacity: 0;
		-webkit-transition: opacity .4s 1s ease;
		   -moz-transition: opacity .4s 1s ease;
		    -ms-transition: opacity .4s 1s ease;
		     -o-transition: opacity .4s 1s ease;
		        transition: opacity .4s 1s ease;
	}
	#hd .hd-sec-overylay.hd-active figure img{
		opacity: 1;
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		    -ms-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
		-webkit-transition: all .4s 2s cubic-bezier(.17,.67,.69,1.23);
		   -moz-transition: all .4s 2s cubic-bezier(.17,.67,.69,1.23);
		    -ms-transition: all .4s 2s cubic-bezier(.17,.67,.69,1.23);
		     -o-transition: all .4s 2s cubic-bezier(.17,.67,.69,1.23);
		        transition: all .4s 2s cubic-bezier(.17,.67,.69,1.23);
	}
	#hd .hd-sec-overylay.hd-active .hd-txt{
		opacity: 1;
		-webkit-transform: translateX(0);
		   -moz-transform: translateX(0);
		    -ms-transform: translateX(0);
		     -o-transform: translateX(0);
		        transform: translateX(0);
		-webkit-transition: all .4s 2.2s ease;
		   -moz-transition: all .4s 2.2s ease;
		    -ms-transition: all .4s 2.2s ease;
		     -o-transition: all .4s 2.2s ease;
		        transition: all .4s 2.2s ease;
	}
/* ------------ ribbon ------------ */
	#hd .hd-sec-ribbon figure{
		display: flex;
		align-content: stretch;
		padding:50px 0 100px;
		z-index: 2;
	}
	#hd .hd-sec-ribbon .hd-title{
		display: flex;
		align-items: center;
		width: 250px;
		border:1px solid #ee2222;
		background: #840000;
		padding:20px 2%;
		text-align: center;
		position: relative;
	}
	#hd .hd-sec-ribbon .hd-title:before{
		content:'';
		display: block;
		width: 200%;
		height: 100%;
		position: absolute;
		top: 0;
		right: calc(100% - 10px);
		margin-top: -20px;
		background: #840000;
		background: -moz-linear-gradient(left, #000000 30%, #840000 100%);
		background: -webkit-linear-gradient(left, #000000 30%, #840000 100%);
		background: linear-gradient(to right, #000000 30%, #840000 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#840000', endColorstr='#000000',GradientType=1 );
		z-index: -1;
	}
	#hd .hd-sec-ribbon .hd-title .deco{
		width: 100%;
		height: 20px;
		position: absolute;
		top: -20px;
		left: 0;
		overflow:hidden;
	}
	#hd .hd-sec-ribbon .hd-title .deco:before,
	#hd .hd-sec-ribbon .hd-title .deco:after{
		content:'';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 0 20px 10px;
		border-color: transparent transparent transparent #c50010;
		position: absolute;
		top: 0;
		right: -1px;
	}
	#hd .hd-sec-ribbon .hd-title .deco:after{
		right: auto;
		left: -1px;
		-webkit-transform: scaleX(-1);
		   -moz-transform: scaleX(-1);
		    -ms-transform: scaleX(-1);
		     -o-transform: scaleX(-1);
		        transform: scaleX(-1);
	}
	#hd .hd-sec-ribbon h4{
		font-size: 2.125rem;
		margin-bottom: 0;
	}
	#hd .hd-sec-ribbon .hd-content{
		width:calc(100% - 250px);
		margin-top: -20px;
		margin-left: -10px;
	}
	#hd .hd-sec-ribbon .txt-large{
		font-size: 3rem;
	}
	#hd #gf5_low_latency{
		padding:10px 0 0;
		padding-left: 5%;
		position: relative;
		text-align: center;
	}
	#hd #gf5_low_latency:before{
		content:'';
		display: block;
		width: 150%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #840000;
		background: -moz-linear-gradient(left, #840000 60%, #000000 100%);
		background: -webkit-linear-gradient(left, #840000 60%,#000000 100%);
		background: linear-gradient(to right, #840000 60%,#000000 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#840000', endColorstr='#000000',GradientType=1 );
		z-index: -1;
	}
	#hd #gf5_low_latency li{
		display: inline-block;
		vertical-align: middle;
		width: 27.5%;
		padding:10px 1.5% 20px;
	}
	#hd #gf5_low_latency li.txt-large{
		width: 7%;
		font-size: 4.5vw;
		font-weight: bold;
	}
	#hd #gf5_low_latency li h5{
		font-size: .8em;
		margin-bottom: 5px;
	}
	#hd #gf5_low_latency h4{
		text-shadow: 0 0 15px rgba(255,255,255,.3),
					 0 0 5px rgba(255,255,255,.5);
	}
	#hd #gf5_low_latency h4 .txt-large{
		font-size: 1.75em;
	}
	#hd #gf5_low_latency p{margin-bottom: 0;}
	#hd #gf5_faster{
		padding:20px 0 50px;
		padding-left: 5%;
		position: relative;
	}
	#hd #gf5_faster:before{
		content:'';
		display: block;
		width: 150%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #5f0000;
		background: -moz-linear-gradient(left, #5f0000 30%, #000000 100%);
		background: -webkit-linear-gradient(left, #5f0000 30%,#000000 100%);
		background: linear-gradient(to right, #5f0000 30%,#000000 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f0000', endColorstr='#000000',GradientType=1 );
		z-index: -1;
	}
	#hd #gf5_faster:after{
		content:'';
		display: block;
		width: 150%;
		height: 20px;
		position: absolute;
		bottom: 0;
		left: 0;
		background: #000000;
		z-index: -1;
	}
	#hd .hd-infoBar{
		margin-bottom: 5px;
	}
	#hd .hd-infoBar img{
		width: 70px;
		display: inline-block;
		vertical-align: bottom;
	}
	#hd .hd-infoBar .hd-bar{
		width:calc(100% - 70px);
		display: inline-block;
		vertical-align: middle;
		margin-right: -5px;
	}
	#hd .hd-infoBar h4.txt-red{
		width: 67%;
		font-family: 'Roboto Condensed', sans-serif;
		display: inline-block;
		vertical-align: baseline;
		font-size: 1.45rem;
		line-height: .875;
		color:#fe0000;
		text-transform: none;
		font-weight: bold;
		font-style: italic;
	}
	#hd .hd-infoBar .bar,
	#hd .hd-infoBar p{
		display: inline-block;
		vertical-align: baseline;
		font-size: 12px;
		margin-bottom: 0;
	}
	#hd .hd-infoBar .bar{
		background: #808080;
		text-align: center;
		padding:2px 0 1px;
		margin: 0 10px;
		position: relative;
	}
	#hd .hd-infoBar .bar:after{
		content:'';
		display: block;
		width: 20px;
		height: 100%;
		position: absolute;
		top: 0;
		right: -10px;
		background: #5f0000;
		-webkit-transform: skewX(45deg);
		   -moz-transform: skewX(45deg);
		    -ms-transform: skewX(45deg);
		     -o-transform: skewX(45deg);
		        transform: skewX(45deg);
	}
	#hd .hd-infoBar .bar.red{
		background: #fe0000;
	}
	#hd .hd-infoBar .bar.red:before{
		content:'';
		display: block;
		width: 32px;
		height: 32px;
		background: url(../img/networking/GF5-good.png) center center no-repeat;
		background-size: contain;
		position: absolute;
		top: -25px;
		right: 0;
		z-index: 2;
	}
	#hd #gf5_faster small{
		display: block;
		margin-top: 10px;
	}
	#hd #gf5_faster .hd-btn{
		padding:30px;
		margin-top: 10px;
		border-left:2px solid #a00000;
		border-right:2px solid #6f0000;
		background-position: 100% 0, 100% 100%;
		background-repeat: no-repeat;
		-webkit-background-size: 200% 2px;
		-moz-background-size: 200% 2px;
		background-size: 200% 2px;
		background-image: -webkit-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%), -webkit-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		background-image: -moz-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%), -moz-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		background-image: -o-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%), -o-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		background-image: linear-gradient(to right, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%), linear-gradient(to right, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		-webkit-transition: background .5s ease;
		   -moz-transition: background .5s ease;
		    -ms-transition: background .5s ease;
		     -o-transition: background .5s ease;
		        transition: background .5s ease;
		-webkit-transform: skew(25deg);
		   -moz-transform: skew(25deg);
		    -ms-transform: skew(25deg);
		     -o-transform: skew(25deg);
		        transform: skew(25deg);
	}
	#hd #gf5_faster .hd-btn h4{
		font-size: 1.25rem;
		-webkit-transform: skew(-25deg);
		   -moz-transform: skew(-25deg);
		    -ms-transform: skew(-25deg);
		     -o-transform: skew(-25deg);
		        transform: skew(-25deg);
	}
	#hd #gf5_faster .hd-btn:hover{
		background-position: 0 0, 0 100%;
	}
/* ------------ hd-sec-livedash --- */
	/*#hd .hd-sec-livedash .fleft{
		position: relative;
		z-index: 2;
		margin-top: 12%;
	}
	#hd .hd-sec-livedash .fright{
		margin-right: -5%;
		margin-left: -20%;
	}
	#hd .hd-sec-livedash .hd-twotype{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#hd .hd-sec-livedash .hd-twotype div:nth-child(2) p{
		line-height: 3em;
	}*/
/* ------------ oled -------------- */
	#hd .hd-sec-oled .btnBox{
		padding-left: 5%;
	}
	#hd .hd-sec-oled .skew-btn{
		display: inline-block;
		vertical-align: top;
		width: 40%;
		margin: 0 1.5%;
		background-color: #000000;
		cursor: pointer;
		border-left: 2px solid #a00000;
		border-right: 2px solid #6f0000;
		background-position: 100% 0, 100% 100%;
		background-repeat: no-repeat;
		-webkit-background-size: 200% 2px;
		-moz-background-size: 200% 2px;
		background-size: 200% 2px;
		background-image: -webkit-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%), -webkit-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		background-image: -moz-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%), -moz-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		background-image: -o-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%), -o-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		background-image: linear-gradient(to right, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%), linear-gradient(to right, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		-webkit-transform: skewX(35deg);
	    -moz-transform: skewX(35deg);
	    -ms-transform: skewX(35deg);
	    -o-transform: skewX(35deg);
	    transform: skewX(35deg);
	    -webkit-transition: background .25s ease;
	       -moz-transition: background .25s ease;
	        -ms-transition: background .25s ease;
	         -o-transition: background .25s ease;
	            transition: background .25s ease;
	}
	#hd .hd-sec-oled .skew-btn h4{
		font-size: 1.25rem;
		font-weight: 400;
		text-align: center;
		padding:20px;
		margin-bottom: 0;
		-webkit-transform: skewX(-35deg);
	    -moz-transform: skewX(-35deg);
	    -ms-transform: skewX(-35deg);
	    -o-transform: skewX(-35deg);
	    transform: skewX(-35deg);
	}
	#hd .hd-sec-oled .skew-btn:hover{
		background-position: 0 0, 0 100%;
	}
	#hd .hd-sec-oled .skew-btn.active{
		background-color: #700c0d;
	}
	#hd .hd-sec-oled .fleft{
		text-align: left;
		position: relative;
	    margin-top: 6%;
	}
	#hd #personalized .txt-content .hd-sec-oled .fleft p{
		margin-bottom: 50px;
	}
	#hd .hd-sec-oled .fright{
		position: relative;
	}
	#hd .hd-sec-oled .hd-gif{
		/*width: 16.5%;
		position: absolute;
		top: 59%;
		left: 23%;
		-webkit-transform: rotate(18deg) skewX(-28deg);
		   -moz-transform: rotate(18deg) skewX(-28deg);
		    -ms-transform: rotate(18deg) skewX(-28deg);
		     -o-transform: rotate(18deg) skewX(-28deg);
		        transform: rotate(18deg) skewX(-28deg);*/
		width: 12.2%;
	    position: absolute;
	    top: 56.5%;
	    left: 25%;
	     -webkit-transform: rotate(4deg) skewX(2deg);  
	    -moz-transform: rotate(4deg) skewX(2deg);  
	    -ms-transform: rotate(4deg) skewX(2deg);  
	    -o-transform: rotate(4deg) skewX(2deg);  
	    transform: rotate(4deg) skewX(2deg);        
	}
	#hd .hd-sec-oled .hd-gif li:not(:first-child){
		/*position: absolute;
		top: 0;
		left: 0;*/
	}
	#hd .hd-sec-oled .hd-gif li{
		display: none;
	}
	#hd .hd-sec-oled .hd-gif li.active{
		display: block;
	}
/* ------------ gf_network -------- */
	#hd .hd-sec-gf_network{
		max-width: 1920px;
		margin:0 auto;
		padding: 70px 0 30px;
	}
	#hd .rog_first{
		position: relative;
	}
	#hd .rog_first .rog_bg{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: -2;
	}
	#hd .rog_first .rog_black{
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	@keyframes black_go {
	    0%{
	        left: 0;
	    }
	    100%{
	       left: 100%;
	    }
	}
	@-webkit-keyframes black_go {
	    0%{
	        left: 0;
	    }
	    100%{
	       left: 100%;
	    }
	}
	#hd .black_go {
		-webkit-animation: black_go  1.25s 1 linear;
		-o-animation: black_go  1.25s 1 linear;
		animation: black_go  1.25s 1 linear;
		animation-fill-mode: forwards;
	}
	
	#fp-nav ul li .fp-tooltip.active{
	    -webkit-transition: opacity .2s ease-in;
	    transition: opacity .2s ease-in;
	    width: auto;
	    opacity: 1;
	}

	#hd #gf_slider .item{
		display: block;
		width: 100%;
		height: 0;
		padding-bottom: 44.27%;
		background: left bottom no-repeat;
		background-size: 100% auto;
		position: relative;
	}
	#hd #gf_slider h5.txt-red{
		font-size: 1.75em;
		text-transform: uppercase;
		color:#990C00;
		background: none;
		-webkit-text-fill-color: #990C00;
		-webkit-background-clip: initial;
	}
	#hd #gf_slider img{width: auto;}
	#hd #gf_slider .owl-prev,
	#hd #gf_slider .owl-next{
		width: 34px;
		height: 110px;
		background: url(../img/more/game_first_v/arrow-r.png) 0 0 no-repeat;
		background-size: contain;
		position: absolute;
		top: 0;bottom: 0;
		margin:auto 0;
	}
	#hd #gf_slider .owl-prev{
		left: 3%;
		-webkit-transform: scaleX(-1);
		   -moz-transform: scaleX(-1);
		    -ms-transform: scaleX(-1);
		     -o-transform: scaleX(-1);
		        transform: scaleX(-1);
	}
	#hd #gf_slider .owl-next{right: 3%; }

	#hd #gf_slider .slide-1 .content{
		width: 40%;
		max-width: 556px;
		position: absolute;
		left: 50%;
		top: 5%;
	}
	#hd #gf_slider .slide-1 .icon_list{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	#hd #gf_slider .slide-1 .icon_list li{
		width: 8%;
		height: 0;
		padding-bottom: 7.0526%;
		background: center center no-repeat;
		background-size: contain;
		position: absolute;
		top: 33%;
		left: 17%;
	}
	#hd #gf_slider .active .slide-1 .icon_list li:nth-child(1){
		-webkit-animation: device_flow1 12s linear infinite;
		-o-animation: device_flow1 12s linear infinite;
		animation: device_flow1 12s linear infinite;
	}
	#hd #gf_slider .active .slide-1 .icon_list li:nth-child(2){
		-webkit-animation: device_flow2 12s -2s linear infinite;
		-o-animation: device_flow2 12s -2s linear infinite;
		animation: device_flow2 12s -2s linear infinite;
	}
	#hd #gf_slider .active .slide-1 .icon_list li:nth-child(3){
		-webkit-animation: device_flow3 12s -4s linear infinite;
		-o-animation: device_flow3 12s -4s linear infinite;
		animation: device_flow3 12s -4s linear infinite;
	}
	#hd #gf_slider .active .slide-1 .icon_list li:nth-child(4){
		-webkit-animation: device_flow4 12s -6s linear infinite;
		-o-animation: device_flow4 12s -6s linear infinite;
		animation: device_flow4 12s -6s linear infinite;
	}
	#hd #gf_slider .active .slide-1 .icon_list li:nth-child(5){
		-webkit-animation: device_flow5 12s -8s linear infinite;
		-o-animation: device_flow5 12s -8s linear infinite;
		animation: device_flow5 12s -8s linear infinite;
	}
	#hd #gf_slider .active .slide-1 .icon_list li:nth-child(6){
		-webkit-animation: device_flow6 12s -10s linear infinite;
		-o-animation: device_flow6 12s -10s linear infinite;
		animation: device_flow6 12s -10s linear infinite;
	}

	#hd #gf_slider .slide-2 .content{
		width: 40%;
		max-width: 556px;
		position: absolute;
		left: 50%;
		top: 5%;
	}
	#hd #gf_slider .slide-2 .content .ui{position: relative;}
	#hd #gf_slider .slide-2 .content .ui-web,
	#hd #gf_slider .slide-2 .content .ui-game{
		position: absolute;
		top: 0;
		left: 0;
	}
	#hd #gf_slider .slide-2 .content .ui-web{
		opacity: 0;
		-webkit-animation: show_ui 10s -8.57s linear infinite;
		-o-animation: show_ui 10s -8.57s linear infinite;
		animation: show_ui 10s -8.57s linear infinite;
	}
	#hd #gf_slider .slide-2 .content .ui-game{
		opacity: 0;
		-webkit-animation: show_ui 10s -2.86s linear infinite;
		-o-animation: show_ui 10s -2.86s linear infinite;
		animation: show_ui 10s -2.86s linear infinite;
	}
	#hd #gf_slider .slide-2 .content .runman{
		width: 9%;
		position: absolute;
		right: -3.5%;
		opacity: 0;
	}
	#hd #gf_slider .slide-2 .content .runman-web{
		top: 75%;
		-webkit-animation: show_runman 10s -8.57s linear infinite;
		-o-animation: show_runman 10s -8.57s linear infinite;
		animation: show_runman 10s -8.57s linear infinite;
	}
	#hd #gf_slider .slide-2 .content .runman-game{
		top: 20%;
		-webkit-animation: show_runman 10s -2.86s linear infinite;
		-o-animation: show_runman 10s -2.86s linear infinite;
		animation: show_runman 10s -2.86s linear infinite;
	}
	#hd #gf_slider .slide-2 .icon_list{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	#hd #gf_slider .slide-2 .icon_list li{
		width: 8%;
		height: 0;
		padding-bottom: 7.0526%;
		background: center bottom no-repeat;
		background-size: 64px auto;
		position: absolute;
		top: 33%;
		left: 17%;
	}
	#hd #gf_slider .slide-2 .icon_list li:nth-child(7){top: 63%;left: 43%; }
	#hd #gf_slider .slide-2 .icon_list li:nth-child(1){top: 60%;left: 39%; }
	#hd #gf_slider .slide-2 .icon_list li:nth-child(3){top: 57%;left: 35%; }
	#hd #gf_slider .slide-2 .icon_list li:nth-child(2){top: 53%;left: 31%; }
	#hd #gf_slider .slide-2 .icon_list li:nth-child(4){top: 49%;left: 27%; }
	#hd #gf_slider .slide-2 .icon_list li:nth-child(5){top: 44%;left: 23%; }
	#hd #gf_slider .slide-2 .icon_list li:nth-child(6){top: 36%;left: 23%; }
	#hd #gf_slider .slide-2 .icon_list li:nth-child(2),
	#hd #gf_slider .slide-2 .icon_list li:nth-child(3),
	#hd #gf_slider .slide-2 .icon_list li:nth-child(7){
		-webkit-animation: run_web 10s -8.57s linear infinite;
		-o-animation: run_web 10s -8.57s linear infinite;
		animation: run_web 10s -8.57s linear infinite;
	}
	#hd #gf_slider .slide-2 .icon_list li:nth-child(4),
	#hd #gf_slider .slide-2 .icon_list li:nth-child(6){
		-webkit-animation: run_game 10s -2.86s linear infinite;
		-o-animation: run_game 10s -2.86s linear infinite;
		animation: run_game 10s -2.86s linear infinite;
	}
	#hd #gf_slider .slide-3 .content{
		width: 25%;
		position: absolute;
		top:40%;
		left: 65%;
		-webkit-transform: translateY(-50%);
		   -moz-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		     -o-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	#hd #gf_slider .slide-3 .content span{
		display: block;
		width: 100%;
		height: 0;
		padding-bottom:5%;
	}

	#hd #gf_monitor{
		width: 35%;
		height: 0;
		padding-bottom: 27%;
		position: absolute;
		top: 0;bottom: 15%;
		left: 14%;
		margin:auto 0;
	}
	#hd #gf_monitor .screen{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;left: 0;
		background: center center no-repeat;
		background-size: contain;
	}
	#hd #gf_monitor .screen-1{
		width: 82%;
		height: 0;
		padding-bottom: 40%;
		left: 1%;
		right: 0;
		top: 12.6%;
		margin: 0 auto;
		background: center top no-repeat;
		background-size: 100%;
	}
	#hd #gf_monitor .start_game,
	#hd #gf_monitor .screen-2,
	#hd #gf_monitor .status{opacity: 0; }
	#hd #gf_monitor .status_zoom{
		width: 35%;
		height: 0;
		padding-bottom: 35%;
		background: right bottom no-repeat;
		background-size: contain;
		position: absolute;
		top: auto;left: auto;
		bottom: 25%;
		right: 6%;
		opacity: 0;
	}
	#hd #gf_app_list{
		width: 15%;
		height: 0;
		padding-bottom: 15%;
		position: absolute;
		top: 0;bottom: 20%;
		left: 47%;
		margin:auto 0;
	}
	#hd #gf_app_list li{
		width: 100%;
		height: 0;
		padding-bottom: 25%;
		background: 0 0 no-repeat;
		background-size: contain;
	}
	#hd .active #gf_monitor .screen-1{
		-webkit-animation: scrollPage 1.8s 1s ease forwards;
		-o-animation: scrollPage 1.8s 1s ease forwards;
		animation: scrollPage 1.8s 1s ease forwards;
	}
	#hd .active #gf_monitor .start_game{
		-webkit-animation: popup 1.4s 3s ease-in;
		-o-animation: popup 1.4s 3s ease-in;
		animation: popup 1.4s 3s ease-in;
	}
	#hd .active #gf_monitor .screen-2{
		-webkit-animation: fadeIn .5s 4.4s ease forwards;
		-o-animation: fadeIn .5s 4.4s ease forwards;
		animation: fadeIn .5s 4.4s ease forwards;
	}
	#hd .active #gf_monitor .status{
		opacity: 0;
		-webkit-animation: fadeIn .4s 5s ease forwards;
		-o-animation: fadeIn .4s 5s ease forwards;
		animation: fadeIn .4s 5s ease forwards;
	}
	#hd .active #gf_monitor .status_zoom{
		-webkit-animation: popup 1s 6s cubic-bezier(.17,.67,.74,1.24) forwards;
		-o-animation: popup 1s 6s cubic-bezier(.17,.67,.74,1.24) forwards;
		animation: popup 1s 6s cubic-bezier(.17,.67,.74,1.24) forwards;
	}
	#hd .active #gf_app_list .tab-web{
		-webkit-animation: pulse_web 1.5s ease infinite, fadeTabWeb 1.2s 4.5s ease forwards;
		-o-animation: pulse_web 1.5s ease infinite, fadeTabWeb 1.2s 4.5s ease forwards;
		animation: pulse_web 1.5s ease infinite, fadeTabWeb 1.2s 4.5s ease forwards;
	}
	#hd .active #gf_app_list .tab-file{
		-webkit-animation: fadeTabFile 1.2s 4.5s ease forwards;
		-o-animation: fadeTabFile 1.2s 4.5s ease forwards;
		animation: fadeTabFile 1.2s 4.5s ease forwards;
	}
	#hd .active #gf_app_list .tab-game{
		-webkit-animation: fadeTabGame 1.2s 4.5s ease forwards, pulse 1.5s 5.6s ease infinite;
		-o-animation: fadeTabGame 1.2s 4.5s ease forwards, pulse 1.5s 5.6s ease infinite;
		animation: fadeTabGame 1.2s 4.5s ease forwards, pulse 1.5s 5.6s ease infinite;
	}	

/* ------------ wifi ---------------*/
	#hd .hd-sec-wifi ul.detail_list li{
		position: absolute;
		text-align: left;
	}
	#hd .hd-sec-wifi ul.detail_list li{
		left: 10%;
    	max-width: 38%;
	}
	#hd .hd-sec-wifi ul.detail_list li:nth-child(1){
		top: 14.3%;
	}
	#hd .hd-sec-wifi ul.detail_list li:nth-child(2){
		top: 50%;
	}
	#hd .hd-sec-wifi ul.detail_list li:nth-child(3){
		top: 74.5%;
	}
	#hd .hd-sec-wifi ul.detail_list h4{
		font-size: 1.1rem;
		margin-bottom: 5px;
	}
	#hd .hd-sec-wifi ul.detail_list h4 span{
		display: none;
	}
	#hd .hd-sec-wifi ul.detail_list p{
		font-size: .9rem;
	}
	#hd .hd-sec-wifi ul.detail_list li:nth-child(1) p{
		margin-bottom: 5px;
	}
	#hd .hd-sec-wifi ul.detail_list li:nth-child(1) img{
		margin-left: 0;
		width: 90%;
	}
	/*#hd .hd-sec-wifi{
	}
	#hd .hd-sec-wifi img.pd{
		position: absolute;
		width: 90%;
		top: 0;
		right: -20%;
	}
	#hd .hd-sec-wifi ul.text{
		position: relative;
		z-index: 1;
		padding-top: 100px;
	}
	#hd .hd-sec-wifi ul.text li{
		padding: 30px 0;
	}
	#hd .hd-sec-wifi ul.text li:nth-child(1){
		max-width: 40%;
	}
	#hd .hd-sec-wifi ul.text li:nth-child(2){
		max-width: 75%;
	}
	#hd .hd-sec-wifi h3{
		margin-bottom: 10px;
	}*/
/* ------------ UEFI BIOS -----------*/
	#hd .txt-normal-red {
	    color: #C20011;
	    font-weight: 400;
	}
	#hd .hd-sec-bios{
		padding: 50px;
	}
	#hd .hd-sec-bios .hd-frame{margin-top: 110px;}
	#hd .hd-sec-bios li .hd-col50{display: none; }
	#hd .hd-sec-bios li.hd-active .hd-col50{
		display: inline-block;
		-webkit-animation: fadeInFromBottom .8s forwards;
		-o-animation: fadeInFromBottom .8s forwards;
		animation: fadeInFromBottom .8s forwards;
	}
	#hd .hd-sec-bios li .hd-title{
		text-align: center;
		position: relative;
		padding:0 15%;
		margin-bottom: 90px;
		margin-top: -100px;
		display: none;
	}
	#hd .hd-sec-bios li.hd-active .hd-title{
		display: block;
		-webkit-animation: fadeInFromTop .8s forwards;
		-o-animation: fadeInFromTop .8s forwards;
		animation: fadeInFromTop .8s forwards;
	}
	#hd .hd-sec-bios li .hd-title:before,
	#hd .hd-sec-bios li .hd-title:after{
		content:'';
		display: block;
		width: 47%;
		height: 150%;
		background-color: #270201;
		position: absolute;
		top: 0;bottom: 0;
		margin: auto 0 auto -2%;
		z-index: -1;
	}
	#hd .hd-sec-bios li .hd-title:before{
		right: 45%;
		-webkit-transform: skewX(30deg);
		-moz-transform: skewX(30deg);
			-ms-transform: skewX(30deg);
			-o-transform: skewX(30deg);
				transform: skewX(30deg);
	}
	#hd .hd-sec-bios li .hd-title:after{
		left: 45%;
		-webkit-transform: skewX(-30deg);
		-moz-transform: skewX(-30deg);
			-ms-transform: skewX(-30deg);
			-o-transform: skewX(-30deg);
				transform: skewX(-30deg);
	}
	#hd .hd-sec-bios .scrollbox{
		padding-bottom: 37%;
		position: relative;
	}
	#hd .hd-sec-bios .hd-scroll{
		position: absolute;
		top: 0;left: 0;
		width: 100%;
		height: 100%;
		padding-left: 8%;
	}
	#hd .mCSB_inside>.mCSB_container{margin-right: 30px;}
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{
		background-color: #cc0c00;
		border-radius: 0;
	}
	#hd .hd-sec-bios h5{
		font-size: 1.25rem;
		margin: 0 0 15px;
	}
	#hd .hd-sec-bios p{margin-bottom: 5px;}
	#hd .hd-sec-bios p.txt-red{font-weight: 600; }
	#hd #mode_switch_right,
	#hd #mode_switch_left{
		height: 110px;
		position: absolute;
		top: 10%;bottom: 0;
		left: 98.5%;
		margin:auto 0;
		cursor: pointer;
		display: none;
	}
	#hd #mode_switch_right.hd-active,
	#hd #mode_switch_left.hd-active{
		display: block;
	}
	#hd #mode_switch_left{
		left: auto;
		right: 99.5%;
		-webkit-transform: scaleX(-1);
		   -moz-transform: scaleX(-1);
		    -ms-transform: scaleX(-1);
		     -o-transform: scaleX(-1);
		        transform: scaleX(-1);
	}
	#hd #audio_switch_right,
	#hd #audio_switch_left{
		height: 110px;
		position: absolute;
		top: 10%;bottom: 0;
		left: 95%;
		margin:auto 0;
		cursor: pointer;
		display: block;
	}
	#hd #audio_switch_left{
		left: auto;
		right: 95%;
		-webkit-transform: scaleX(-1);
		   -moz-transform: scaleX(-1);
		    -ms-transform: scaleX(-1);
		     -o-transform: scaleX(-1);
		        transform: scaleX(-1);
	}	
/* ------------ Active Chipset Heatsink​ -----------*/
	#hd .hd-sec-chipset{
		padding: 45px 0;
	}
	#hd .hd-sec-chipset .heatsink{
		padding-top: 25px;
		display: flex;
	}
	#hd .hd-sec-chipset .heatsink li:nth-child(1){
		width: 42.5%;
	    position: relative;
	    z-index: 1;
	}
	#hd .hd-sec-chipset .heatsink li:nth-child(2){
		width: 70%;
	    margin-left: -7.5%;
	    position: relative;
	    z-index: 0;
	}
	#hd .hd-sec-chipset .heatsink figure{
		/*display: flex;
		align-items: flex-start;*/
	}
	#hd .hd-sec-chipset .heatsink figure img{
		width: 125px;
		margin-left: 0;
    	margin-bottom: 25px;
	}
	#hd .hd-sec-chipset .bottom5{
		margin-bottom: 5px;
	}
	#hd .hd-sec-chipset .heatsink figure .txt-red{
		margin-bottom: 10px;
	}
/* ------------ advanced -----------*/
	#hd .hd-sec-mode{
		padding: 100px 0;
	}
	#hd .hd-sec-deffer{
		padding: 50px 0;
	}
	#hd .hd-sec-mode .box,
	#hd .hd-sec-deffer .box{
		display: flex;
		align-items: center;
	}
	#hd .hd-sec-mode .box figure{
		width: 175%;
	}
	#hd .hd-sec-deffer .box figure{
		width: 175%;
	}
	#hd .hd-sec-deffer .box figure .mobile{
		display: none;
	}
	#hd .hd-sec-deffer .voltage{
		margin-top: -65px;
	}

	#hd .hd-sec-mode .ddr4_opt{
		position: relative;
	}
	#hd .hd-sec-mode .ddr4_opt .bg{
		width: 75%;
	}
	#hd .hd-sec-mode .ddr4_opt .mobile_bg,
	#hd .hd-sec-mode .ddr4_opt .mobile_bg .ui{
		display: none;
	}
	#hd .hd-sec-mode .ddr4_opt .icon li{
		position: absolute;
	}
	#hd .hd-sec-mode .ddr4_opt .icon li:nth-child(1){
		top: 7.5px;
    	left: 37.5%;
	}
	#hd .hd-sec-mode .ddr4_opt .icon li:nth-child(2){
	    top: 7.5px;
	    right: 27.5%;
	}
	#hd .ddr4_opt .icon .hov_before,
	#hd .ddr4_opt .icon li:hover .hov_after{
		display: block;
	}
	#hd .ddr4_opt .icon li:hover .hov_before,
	#hd .ddr4_opt .icon .hov_after{
		display: none;
	}
	#hd .ddr4_opt .cpuz li{
		position: absolute;
	}
	#hd .ddr4_opt .cpuz li img{
		display: none;
		width: 75%;
	}
	#hd .ddr4_opt .cpuz li.active img{
		display: block;
	}
	#hd .ddr4_opt .cpuz li:nth-child(1){
		bottom: 100%;
    	left: 0;
	}
	#hd .ddr4_opt .cpuz li:nth-child(1) img{
		margin-left: 0; 
	}
	#hd .ddr4_opt .cpuz li:nth-child(2){
		bottom: 100%;
    	right: 0;
	}
	#hd .ddr4_opt .cpuz li:nth-child(2) img{
		margin-right: 0; 
	}






	#hd .hd-sec-deffer,
	#hd .hd-sec-aura,
	#hd .hd-sec-conover,
	#hd .hd-sec-optover,
	#hd .hd-sec-perover ,
	#hd .hd-sec-advanced{
		position: relative;
	}
	#hd .hd-sec-conover .left_title_present{
		position: absolute;
	    left: 10%;
	    top: 25%;
	}
	#hd .hd-sec-conover .title_present{
		position: absolute;
	    left: 60%;
	    top: 12.5%;
	}
	#hd .hd-sec-optover .title_present,
	#hd .hd-sec-deffer .title_present,
	#hd .hd-sec-aura .left_title_present,
	#hd .hd-sec-perover .title_present{
		position: absolute;
	    left: 60%;
	    top: 35%;
	    text-align: left;
	}
	#hd .hd-sec-optover .left_title_present,
	#hd .hd-sec-advanced .left_title_present{
		position: absolute;
	    left: 10%;
    	top: 35%;
	}
	#hd .hd-sec-aura img,
	#hd .hd-sec-conover img{

	}
	#hd .hd-sec-optover img,
	#hd .hd-sec-perover img,
	#hd .hd-sec-advanced img{
		margin-top: -5%;
	}
/* ------------ controller ---------*/
	#hd .hd-sec-controller figure{
		position: relative;
		margin-top: -20%;
		z-index: -1;
	}
	#hd .hd-sec-controller figure img{
		width: 100%;
	}
	#hd .hd-sec-controller ul.detail_list > li{
		position: absolute;
		right: 0;
	}
	#hd .hd-sec-controller ul.detail_list > li:nth-child(1){
		top: 52%;
		width: 40%;
		left: 0;
		right: auto;
	}
	#hd .hd-sec-controller ul.detail_list > li:nth-child(2){
		top: 5%;
		width: 36%;
		max-width: 350px;
	}
	#hd .hd-sec-controller ul.detail_list > li:nth-child(3){
		top: 32%;
		width: 32%;
		max-width: 350px;
	}
	#hd .hd-sec-controller ul.detail_list > li:nth-child(4){
		top: 62%;
	}
	#hd .hd-sec-controller ul.detail_list h4{
		margin-bottom: 5px;
	}
	#hd .hd-sec-controller ul.detail_list h4 span{
		float: left;
	}
	#hd .hd-sec-controller ul.detail_list h4 .big{
		font-size: 2.5rem;
		margin-right: 10px;
	}
	#hd .hd-sec-controller ul.detail_list h4 .small{
		font-size: 1.2rem;
		width: 200px;
	}
	#hd .hd-sec-controller ul.detail_list p{
		margin-bottom: 0;
		font-size: .9rem;
	}
	#hd .hd-sec-controller .box_list{
		margin-top: 3vw;
		text-align: center;
		/*border: 1px solid #fff;*/
	}
	#hd .hd-sec-controller .box_list small{
		float: left;
		padding: 0 .5vw;
		font-size: 12px;
	}
	#hd .hd-sec-controller .box_list small b{
		display: block;
		font-size: 1.2rem;
		font-weight: 400;
	}
	#hd .hd-sec-controller ul.detail_list > li:nth-child(1) .box_list{
		width: 28%;
	}
	#hd .hd-sec-controller ul.detail_list > li:nth-child(2) .box_list{
		width: 90%;
		margin-top: .8vw;
		float: right;
	}
	#hd .hd-sec-controller ul.detail_list > li:nth-child(2) small{
		width: 33%;
	}
	#hd .hd-sec-controller ul.detail_list > li:nth-child(3) .box_list{
		width: 72%;
		float: right;
		margin-top: 1.7vw;
	}
	#hd .hd-sec-controller ul.detail_list > li:nth-child(3) small:nth-child(1){
		width: 35%;
	}
	#hd .hd-sec-controller ul.detail_list > li:nth-child(3) small:nth-child(2){
		width: 65%;
	}
	#hd .hd-sec-controller ul.detail_list > li:nth-child(4) .box_list{
		width: 38%;
		float: right;
		margin-top: 1.5vw;
	}
/* ------------ watercooling -------*/
	#hd .hd-sec-watercooling .hd-w1200{
		background-image: url(../img/performance/watercooling_bg.jpg);
		background-size: auto 70%;
		background-repeat: no-repeat;
		background-position: right center;
	}
	#hd .hd-sec-watercooling figure{
		position: relative;
		width: 60%;
	}
	#hd .hd-sec-watercooling figure img{
		width: 100%;
	}
	#hd .hd-sec-watercooling ul.tetail_list {
		counter-reset: mycounter;
	}
	#hd .hd-sec-watercooling ul.tetail_list li{
		position: absolute;
		text-align: left;
	}
	#hd .hd-sec-watercooling ul.tetail_list li:nth-child(1){
		top: 63%;
	    width: 50%;
	    left: 10%;
	}
	#hd .hd-sec-watercooling ul.tetail_list li:nth-child(2){
		top: 79.5%;
    	left: 10%;
		width: 48%;
	}
	#hd .hd-sec-watercooling ul.tetail_list li:before{
		counter-increment: mycounter;
	    content: counter(mycounter);
	    display: none;
	    width: 24px;
	    height: 24px;
	    line-height: 24px;
	    text-align: center;
	    border-radius: 15px;
	    border: 1px solid #ffffff;
	    position: absolute;
	    top: 0;
	    left: 0px;
	    z-index: 2;
	}
	#hd .hd-sec-watercooling ul.tetail_list h4{
		/*position: relative;
	    background-image: url(../img/deco-line-flip.png);
		background-size: 25% 3%;
		background-position: right center; 
		background-repeat: no-repeat;  
		padding-left: 24%;
		padding-bottom: 0px;
		margin-bottom: 5px;
		font-size: 1.2rem;*/
	}
	#hd .hd-sec-watercooling ul.tetail_list li:nth-child(2) h4:after{
		/*content: "";
	    display: block;
	    position: absolute;
	    border: 1px solid #FF0000;
	    transform: skewX(-35deg);
	    width: 30px;
	    height: 90px;
	    right: -60px;
	    top: -77.5px;
	    border-bottom: none;
	    border-right: none;
	    border-top: none;*/
	}
	#hd .hd-sec-watercooling ul.tetail_list p{
		/*padding-left: 24%;*/
		font-size: 12px;
		max-width: 250px;
	}
	#hd .mobile_on{
		display: none;
	}
/* ------------ crosschill -------- */
	#hd .hd-sec-crosschill{
		padding: 90px 0;
	}
	#hd .hd-sec-crosschill .hd-txt{
		width: 35%;
		position: relative;
		z-index: 2;
		margin-left: -5%;
		margin-top: 5%;
	}
	#hd .hd-sec-crosschill .hd-txt h3{
		white-space: nowrap;
	}
	#hd .hd-sec-crosschill figure{
		width: 65%;
		position: relative;
		margin-left: 5%;
	}
	#hd .hd-sec-crosschill .hd_top,
	#hd .hd-sec-crosschill .hd_description{
		top: 0;
		left: 0;right: 0;
		margin:0 auto;
	}
	#hd .hd-sec-crosschill .hd_top{
		position: relative;
	}
	#hd .hd-sec-crosschill .hd_bottom{
		padding-top: 29%;
	}
	#hd .hd-sec-crosschill .hd_description{
		width: 100%;
		height: 100%;
	}
	#hd .hd-sec-crosschill .hd_description li{
		width: 28.5%;
		position: absolute;
		left: -6%;
	}
	#hd .hd-sec-crosschill .hd_description li:before{
		content:'';
		display: block;
		position: absolute;
		top: 10%;
	}
	#hd .hd-sec-crosschill .hd_description h4{
		min-width: 230px;
		font-size: 16px;
		letter-spacing: 1px;
		text-transform: none;
		padding-bottom: 15px;
		padding-left: 10px;
		margin-bottom: 10px;
	}
	#hd .hd-sec-crosschill .hd_description li img{margin-left: 0;}
	#hd .hd-sec-crosschill .hd_description li:nth-child(1){top: 11%; }
	#hd .hd-sec-crosschill .hd_description li:nth-child(2){top: 44%; }
	#hd .hd-sec-crosschill .hd_description li:nth-child(3){top: 58%; }
	#hd .hd-sec-crosschill .hd_description li:nth-child(4){top: 73%; }
	#hd .hd-sec-crosschill .hd_description li:nth-child(1):before{
		border-left:2px solid #660a13;
		height: 28%;
		top: 25.5%;
		right: -12%;
		-webkit-transform: skewX(45deg);
		   -moz-transform: skewX(45deg);
		    -ms-transform: skewX(45deg);
		     -o-transform: skewX(45deg);
		        transform: skewX(45deg);
	}
	#hd .hd-sec-crosschill .hd_description li:nth-child(2):before{
		border-bottom:1px solid #660a13;
		width: 28%;
		top: 75%;
		right: -16.5%;
	}
	#hd .hd-sec-crosschill .hd_description li:nth-child(3):before{
		border-bottom:1px solid #660a13;
		width: 40%;
		top: 75.5%;
		right: -35%;
	}
	#hd .hd-sec-crosschill .hd_description li:nth-child(4):before{
		border-bottom:1px solid #660a13;
		width:20%;
		top: 75.5%;
		right: -22%;
	}
	#hd .hd-sec-crosschill .ek3{
		display: inline-block;
	    vertical-align: middle;
	    margin-left: 0;
	    width: 65px;
	}	
/* ------------ overclock --------- */
	#hd .hd-sec-overclock .hd-w1000{
		position: relative;
	}
	#hd .hd-sec-overclock .skew-btn{
		display: inline-block;
		vertical-align: top;
		width: 90%;
		max-width:200px; 
		margin: 0 1.5%;
		background-color: #000000;
		cursor: pointer;
		border-left: 2px solid #a00000;
		border-right: 2px solid #6f0000;
		background-position: 100% 0, 100% 100%;
		background-repeat: no-repeat;
		-webkit-background-size: 200% 2px;
		-moz-background-size: 200% 2px;
		background-size: 200% 2px;
		background-image: -webkit-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%), -webkit-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		background-image: -moz-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%), -moz-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		background-image: -o-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%), -o-linear-gradient(left, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		background-image: linear-gradient(to right, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%), linear-gradient(to right, #a00000 0%, #700808 30%, #d21313 53%, #890000 75%, #6f0000 100%);
		-webkit-transform: skewX(35deg);
	    -moz-transform: skewX(35deg);
	    -ms-transform: skewX(35deg);
	    -o-transform: skewX(35deg);
	    transform: skewX(35deg);
	    -webkit-transition: background .25s ease;
	       -moz-transition: background .25s ease;
	        -ms-transition: background .25s ease;
	         -o-transition: background .25s ease;
	            transition: background .25s ease;
	}
	#hd .hd-sec-overclock .skew-btn h4{
		font-size: 1.25rem;
		font-weight: 400;
		text-align: center;
		padding:20px;
		margin-bottom: 0;
		-webkit-transform: skewX(-35deg);
	    -moz-transform: skewX(-35deg);
	    -ms-transform: skewX(-35deg);
	    -o-transform: skewX(-35deg);
	    transform: skewX(-35deg);
	}
	#hd .hd-sec-overclock .skew-btn:hover{
		background-position: 0 0, 0 100%;
	}
	#hd .hd-sec-overclock .skew-btn.active{
		background-color: #700c0d;
	}
	#hd .hd-sec-overclock{padding:50px 0 0; }
	#hd .hd-sec-overclock .fright{
		position: relative;
	}
	#hd .hd-sec-overclock .fright img{
		width: 100%;
	}
	#hd .hd-sec-overclock .fright b{
		position: absolute;
		font-size: 1.25em;
		line-height: 1;
	}
	#hd .hd-sec-overclock img.mobile{
		display: none;
	}
	#hd .hd-sec-overclock .detail{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	#hd .hd-sec-overclock .detail img{
		position: absolute;
		top: 0;
		width: 100%;
		-webkit-transition: all .6s ease;
		   -moz-transition: all .6s ease;
		    -ms-transition: all .6s ease;
		     -o-transition: all .6s ease;
		        transition: all .6s ease;
	}
	#hd .hd-sec-overclock .detail img:nth-child(3),
	#hd .hd-sec-overclock .fright .text {
		opacity: 0;
	}#hd .hd-sec-overclock .detail img:nth-child(1){
		opacity: 0;
	}
	#hd .hd-sec-overclock .detail img:nth-child(1).active{
		opacity: 1;
		transition-delay: .3s;
	}
	#hd .hd-sec-overclock .detail img:nth-child(2){
		opacity: 0;
	}
	#hd .hd-sec-overclock .detail img:nth-child(2).active{
		-webkit-animation: overclock-detail01 .4s forwards;
        animation: overclock-detail01 .4s forwards;
		animation-delay: 1s;
	}
	@-webkit-keyframes overclock-detail01 {
	    from {
	    	opacity: 0; 
	    	-moz-transform:translate(-5%,0);
			-webkit-transform:translate(-5%,0);
			-o-transform:translate(-5%,0);
			-ms-transform:translate(-5%,0);
			transform:translate(-5%,0);
	    }
	    to {
	    	opacity: 1;
	    	-moz-transform:translate(0,0);
			-webkit-transform:translate(0,0);
			-o-transform:translate(0,0);
			-ms-transform:translate(0,0);
			transform:translate(0,0);
	    }
	}
	@keyframes overclock-detail01 {
	    from {
	    	opacity: 0;
	    	-moz-transform:translate(-5%,0);
			-webkit-transform:translate(-5%,0);
			-o-transform:translate(-5%,0);
			-ms-transform:translate(-5%,0);
			transform:translate(-5%,0);
	    }
	    to {
	    	opacity: 1;
	    	-moz-transform:translate(0,0);
			-webkit-transform:translate(0,0);
			-o-transform:translate(0,0);
			-ms-transform:translate(0,0);
			transform:translate(0,0);
	    }
	}
	#hd .hd-sec-overclock .detail img:nth-child(3).active{
		-webkit-animation: overclock-detail03 .4s forwards;
        animation: overclock-detail03 .4s forwards;
		animation-delay: 1s;
	}
	@-webkit-keyframes overclock-detail03 {
	    from {
	    	opacity: 0;
			-moz-transform:translate(-5%,0);
			-webkit-transform:translate(-5%,0);
			-o-transform:translate(-5%,0);
			-ms-transform:translate(-5%,0);
			transform:translate(-5%,0);
	    }
	    to {
	    	opacity: 1;
	    	-moz-transform:translate(0,0);
			-webkit-transform:translate(0,0);
			-o-transform:translate(0,0);
			-ms-transform:translate(0,0);
			transform:translate(0,0);
	    }
	}
	@keyframes overclock-detail03 {
	    from {
	    	opacity: 0;
	    	-moz-transform:translate(-5%,0);
			-webkit-transform:translate(-5%,0);
			-o-transform:translate(-5%,0);
			-ms-transform:translate(-5%,0);
			transform:translate(-5%,0);
	    }
	    to {
	    	opacity: 1;
	    	-moz-transform:translate(0,0);
			-webkit-transform:translate(0,0);
			-o-transform:translate(0,0);
			-ms-transform:translate(0,0);
			transform:translate(0,0);
	    }
	}
	#hd .hd-sec-overclock figure{
		position: relative;
	}
	#hd .hd-sec-overclock figure  .text.active{
		-webkit-animation: overclock-detail02 .4s forwards;
        animation: overclock-detail02 .4s forwards;
		animation-delay: 1.7s;
	}
	@-webkit-keyframes overclock-detail02 {
	    from {opacity: 0; }
	    to {opacity: 1;}
	}
	@keyframes overclock-detail02 {
	    from {opacity: 0;}
	    to {opacity: 1;}
	}
	#hd .hd-sec-overclock figure .text li{
		position: absolute;
		left: -1%;
		width: 35%;
		font-size: 15px;
	}
	#hd .hd-sec-overclock figure .text li p{
		font-size: 14px;
		line-height: 1.5;
	}
	#hd .hd-sec-overclock figure .text li h4{
		font-size: 1rem;
		margin-bottom: 0;
	}
	#hd .hd-sec-overclock figure .text li:nth-child(1){
		top: 14%;
	}
	#hd .hd-sec-overclock figure .text li:nth-child(2){
		top: 29.65%;
	}
	#hd .hd-sec-overclock figure .text li:nth-child(3){
		top: 43.65%;
	}
	#hd .hd-sec-overclock figure .text li:nth-child(4){
		top: 57.5%;
	}
	#hd .hd-sec-overclock figure .text li:nth-child(5){
		top: 73.5%;
	}
	#hd .hd-sec-overclock .pos-1{top: -4%; left: 41%; }
	#hd .hd-sec-overclock .pos-2{top: 32%; left: 65%; }	
/* ------------ headers ----------- */
	#hd .hd-sec-headers ul.detail_list li{
		position: absolute;
		text-align: left;
	}
	#hd .hd-sec-headers ul.detail_list li:nth-child(1){
		left: 2.5%;
		max-width: 20%;
	}
	#hd .hd-sec-headers ul.detail_list li:nth-child(2){
		right: -1.5%;
		max-width: 17.5%;
	}
	#hd .hd-sec-headers ul.detail_list li:nth-child(1){
		top: 20.5%;
	}
	#hd .hd-sec-headers ul.detail_list li:nth-child(2){
		top: 43.85%;
	}

	#hd .hd-sec-headers ul.detail_list h4{
		font-size: 1.1rem;
		margin-bottom: 5px;
	}
	#hd .hd-sec-headers ul.detail_list h4 span{
		display: none;
	}
	#hd .hd-sec-headers ul.detail_list p{
		font-size: .9rem;
	}
/* ------------ lighting ---------- */
	/* ------------ SEC_lighting ------------ */
	#hd .hd-sec-lighting{
		padding:20px 0;
		/*position: relative;*/
		background: left 60% no-repeat;
		z-index: -2;
	}
	#hd .hd-sec-lighting h2{margin-bottom: 30px; }

	#hd .hd-lighting > img{width: 100%; }
	#hd .hd-lightingbox{
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 0;
		padding-bottom: 70%;
	}
	#hd .hd-lightingbox p{
		display: block;
		font-size: 18px;
		font-weight: 400;
		text-transform: uppercase;
		position: absolute;
		left: 50%;
	}
	#hd #strip_add{top: 64%; }
	#hd #strip_rgb{top: 73%; }
	#hd .hd-w1250on{display: none;}
	#hd .hd-lighting{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
	}
	#hd .hd-sec-lighting .hd-col55{
		margin-top: 7.5%;
		box-sizing: border-box;
		padding:0 1% 0 2%;
		margin-bottom: 20%;
		position: relative;
		z-index: 2;
	}
	#hd .hd-sec-lighting h3{
		/*margin-top: 50px;*/
	}
	#hd .hd-controls{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-left: -5%;
		position: relative;
	}
	#hd .hd-controls li{
		width: 25%;
		max-width: 250px;
		cursor:pointer;
		opacity: .5;
	}
	#hd .hd-controls li:hover,
	#hd .hd-controls li.hd-active{
		opacity: 1;
	}
	#hd .hd-controls li img{
		display: block;
		width: 65px;
		height: 65px;
		margin:20px auto 10px;
		-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    	filter: grayscale(100%);
	}
	#hd .hd-controls li:hover img, 
	#hd .hd-controls li.hd-active img{
		opacity: 1;
		-webkit-filter: grayscale(0%);
    	filter: grayscale(0%);
	}
	#hd .hd-controls b{
		display: block;
		font-size: 16px;
		font-weight: 400;
		margin-bottom: 5px;
	}
	#hd .hd-controls small{
		width: 113px;
		height: 65px;
		margin:0 auto;
	}

	#colorpicker{
		/*display: none !important;*/
		position: absolute;
		top: 138%;
    	right: 70%;
	}

	#color,
	#greybg{
		width: 100%;
		height: 0;
		padding-bottom: 136%;
		margin-top: 1px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	#greybg {
		background-color: #000000;
		z-index: -2;
	}

	#hd .hd-sec-headerx{
		padding: 45px 0;
	}
	#hd .hd-sec-headerx .switch,
	#hd .hd-sec-studio .switch{
		width: 750px;
		text-align: center;
	}
	#hd .hd-sec-headerx .switch li,
	#hd .hd-sec-studio .switch li{
		width: 45%;
		height: auto;
	    background-size: 100%;
	    padding: 10px 5px;
	    text-align: center;
	}
	#hd .hd-sec-headerx .switch li h4,
	#hd .hd-sec-studio .switch li h4{
		font-size: 1.25em;
	    min-height: 50px;
	    margin-bottom: 0;
	    position: relative;
	    z-index: 2;
	    -webkit-transform: skewX(-25deg);
	    -moz-transform: skewX(-25deg);
	    -ms-transform: skewX(-25deg);
	    -o-transform: skewX(-25deg);
	    transform: skewX(-25deg);
	    line-height: 2.5;
    	white-space: nowrap;
	}

	/*gen2*/
	#hd .gen2{
		margin-top: 150px;
		display: flex;
	}
	#hd .gen2 figure{
		width: 60%;
		margin-right: 25px;
	}
	#hd .gen2 .addressable{
		text-align: left;
	}
	#hd .addressable figure{
		position: relative;
		overflow: hidden;
		margin-bottom: 15px;
	}
	#hd #personalized .addressable p.content{
		margin-bottom: 15px;
	}
	#hd .addressable .run_color{
		position: absolute;
		top: 0;
		left: 0;
		width: 130px;
    	height:  max-content;
		z-index: -1;
	}
	@keyframes runrun_color_new {
	  0% {
	    left: calc(100% - 70px);
	    -webkit-filter: hue-rotate(359deg);
    	filter: hue-rotate(359deg);
	  }
	  100% {
	    left: 0;
	    -webkit-filter: hue-rotate(0deg);
    	filter: hue-rotate(0deg);
	  }
	}
	@-webkit-keyframes runrun_color_new {
	  0% {
	    left: calc(100% - 70px);
	    -webkit-filter: hue-rotate(359deg);
    	filter: hue-rotate(359deg);
	  }
	  100% {
	    left: 0;
	    -webkit-filter: hue-rotate(0deg);
    	filter: hue-rotate(0deg);
	  }
	}
	.runrun_color_new{
		-webkit-animation: runrun_color_new 1.25s infinite alternate-reverse linear;
		-o-animation: runrun_color_new 1.25s infinite alternate-reverse linear;
		animation: runrun_color_new 1.25s infinite alternate-reverse linear;
		animation-delay: .25s;
	}
	@keyframes runrun_color_new_old {
	  0% {
	    left: 145%;
	    -webkit-filter: hue-rotate(359deg);
    	filter: hue-rotate(359deg);
	  }
	  100% {
	    left: 0;
	    -webkit-filter: hue-rotate(0deg);
    	filter: hue-rotate(0deg);
	  }
	}
	@-webkit-keyframes runrun_color_new_old {
	  0% {
	    left: 145%;
	    -webkit-filter: hue-rotate(359deg);
    	filter: hue-rotate(359deg);
	  }
	  100% {
	    left: 0;
	    -webkit-filter: hue-rotate(0deg);
    	filter: hue-rotate(0deg);
	  }
	}
	.runrun_color_old{
		-webkit-animation: runrun_color_new_old 2.125s infinite alternate-reverse linear;
		-o-animation: runrun_color_new_old 2.125s infinite alternate-reverse linear;
		animation: runrun_color_new_old 2.125s infinite alternate-reverse linear;
		animation-delay: .25s;
	}
/* ------------ grid -------------- */
	#hd .hd-sec-grid{
		padding:100px 0;
		direction: rtl;
	}
	#hd .hd-sec-grid .hd-col40,
	#hd .hd-sec-grid .hd-col70{
		direction: ltr;
	}
	#hd .hd-sec-grid .hd-col70{
		margin-left: -10%;
		transform-style: preserve-3d;
		perspective: 600px;
	}
	#hd .hd-sec-grid .hd-col70 img{
		-webkit-transform: rotateY(15deg);
		   -moz-transform: rotateY(15deg);
		    -ms-transform: rotateY(15deg);
		     -o-transform: rotateY(15deg);
		        transform: rotateY(15deg);
	}\
/* ------------ architecture -------*/


/* ---------- ANIMATIONS ----- */
	@keyframes colorrun{
		from{filter:hue-rotate(0deg); }
		to  {filter:hue-rotate(359deg); }
	}
	@-webkit-keyframes colorrun{
		from{-webkit-filter:hue-rotate(0deg); }
		to  {-webkit-filter:hue-rotate(359deg); }
	}
	.colorrun{
		-webkit-animation: colorrun 4s infinite linear;
		-o-animation: colorrun 4s infinite linear;
		animation: colorrun 4s infinite linear;
	}
	@keyframes showBar{
		from{
		-webkit-transform: translateY(-20px) scale(1.5);
		   -moz-transform: translateY(-20px) scale(1.5);
		    -ms-transform: translateY(-20px) scale(1.5);
		     -o-transform: translateY(-20px) scale(1.5);
		        transform: translateY(-20px) scale(1.5);
		}
		to{
		-webkit-transform: translateY(0) scale(1);
		   -moz-transform: translateY(0) scale(1);
		    -ms-transform: translateY(0) scale(1);
		     -o-transform: translateY(0) scale(1);
		        transform: translateY(0) scale(1);
		}
	}
	@-webkit-keyframes fadeInFromBottom{
		from{
			opacity: 0;
			-webkit-transform: translateY(8%);
		}
		to  {
			opacity: 1;
			-webkit-transform: translateY(0);
		}
	}
	@keyframes fadeInFromBottom{
		from{
			opacity: 0;
			   -moz-transform: translateY(8%);
				-ms-transform: translateY(8%);
				 -o-transform: translateY(8%);
					transform: translateY(8%);
		}
		to  {
			opacity: 1;
			   -moz-transform: translateY(0);
				-ms-transform: translateY(0);
				 -o-transform: translateY(0);
					transform: translateY(0);
		}
	}
	@-webkit-keyframes fadeInFromTop{
		from{
			opacity: 0;
			-webkit-transform: translateY(-10%);
		}
		to  {
			opacity: 1;
			-webkit-transform: translateY(0);
		}
	}
	@keyframes fadeInFromTop{
		from{
			opacity: 0;
			   -moz-transform: translateY(-10%);
				-ms-transform: translateY(-10%);
				 -o-transform: translateY(-10%);
					transform: translateY(-10%);
		}
		to  {
			opacity: 1;
			   -moz-transform: translateY(0);
				-ms-transform: translateY(0);
				 -o-transform: translateY(0);
					transform: translateY(0);
		}
	}
	@keyframes slideInFromRight{
		from{
			-webkit-transform: translateX(5%);
			   -moz-transform: translateX(5%);
			    -ms-transform: translateX(5%);
			     -o-transform: translateX(5%);
			        transform: translateX(5%);
		}
		to{
			-webkit-transform: translateX(0);
			   -moz-transform: translateX(0);
			    -ms-transform: translateX(0);
			     -o-transform: translateX(0);
			        transform: translateX(0);
		}
	}
	@keyframes slideInFromLeft{
		from{
			-webkit-transform: translateX(-5%);
			   -moz-transform: translateX(-5%);
			    -ms-transform: translateX(-5%);
			     -o-transform: translateX(-5%);
			        transform: translateX(-5%);
		}
		to{
			-webkit-transform: translateX(0);
			   -moz-transform: translateX(0);
			    -ms-transform: translateX(0);
			     -o-transform: translateX(0);
			        transform: translateX(0);
		}
	}
	@-webkit-keyframes fadeIn{
		from{opacity: 0; }
		to{opacity: 1; }
	}
	@keyframes fadeIn{
		from{opacity: 0; }
		to{opacity: 1; }
	}
	@-webkit-keyframes bounce {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
        50% {
            -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
        }
        100% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
    @keyframes bounce {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
        50% {
            -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
        }
        100% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0x, 0);
        }
    }
	@-webkit-keyframes fadeOut{
		from{opacity: 1;}
		to{opacity: 0;}
	}
	@keyframes fadeOut{
		from{opacity: 1;}
		to{opacity: 0;}
	}
	@-webkit-keyframes fadeInFromBottom{
		from{
			opacity: 0;
			-webkit-transform: translateY(8%);
		}
		to  {
			opacity: 1;
			-webkit-transform: translateY(0);
		}
	}
	@keyframes fadeInFromBottom{
		from{
			opacity: 0;
			   -moz-transform: translateY(8%);
				-ms-transform: translateY(8%);
				 -o-transform: translateY(8%);
					transform: translateY(8%);
		}
		to  {
			opacity: 1;
			   -moz-transform: translateY(0);
				-ms-transform: translateY(0);
				 -o-transform: translateY(0);
					transform: translateY(0);
		}
	}
	@-webkit-keyframes fadeInFromTop{
		from{
			opacity: 0;
			-webkit-transform: translateY(-10%);
		}
		to  {
			opacity: 1;
			-webkit-transform: translateY(0);
		}
	}
	@keyframes fadeInFromTop{
		from{
			opacity: 0;
			   -moz-transform: translateY(-10%);
				-ms-transform: translateY(-10%);
				 -o-transform: translateY(-10%);
					transform: translateY(-10%);
		}
		to  {
			opacity: 1;
			   -moz-transform: translateY(0);
				-ms-transform: translateY(0);
				 -o-transform: translateY(0);
					transform: translateY(0);
		}
	}
	@keyframes icon_flow{
		0%{opacity: 0;}
		1%{
			-webkit-transform: scale(.7) translate(0,0);
			   -moz-transform: scale(.7) translate(0,0);
			    -ms-transform: scale(.7) translate(0,0);
			     -o-transform: scale(.7) translate(0,0);
			        transform: scale(.7) translate(0,0);
		}
		30%{
			opacity: 1;
			-webkit-transform: scale(.8) translate(110%, 20%);
			   -moz-transform: scale(.8) translate(110%, 20%);
			    -ms-transform: scale(.8) translate(110%, 20%);
			     -o-transform: scale(.8) translate(110%, 20%);
			        transform: scale(.8) translate(110%, 20%);
		}
		40%{
			-webkit-transform: scale(.9) translate(90%, 70%);
			   -moz-transform: scale(.9) translate(90%, 70%);
			    -ms-transform: scale(.9) translate(90%, 70%);
			     -o-transform: scale(.9) translate(90%, 70%);
			        transform: scale(.9) translate(90%, 70%);
		}
		50%{
			-webkit-transform: scale(1) translate(100%, 100%);
			   -moz-transform: scale(1) translate(100%, 100%);
			    -ms-transform: scale(1) translate(100%, 100%);
			     -o-transform: scale(1) translate(100%, 100%);
			        transform: scale(1) translate(100%, 100%);
		}
		95%{opacity: 1; }
		100%{
			opacity: 0;
			-webkit-transform: scale(1) translate(320%, 200%);
			   -moz-transform: scale(1) translate(320%, 200%);
			    -ms-transform: scale(1) translate(320%, 200%);
			     -o-transform: scale(1) translate(320%, 200%);
			        transform: scale(1) translate(320%, 200%);
		}
	}
	@keyframes icon_flow_run{
		0%{opacity: 0;}
		1%{
			-webkit-transform: scale(.7) translate(0,0);
			   -moz-transform: scale(.7) translate(0,0);
			    -ms-transform: scale(.7) translate(0,0);
			     -o-transform: scale(.7) translate(0,0);
			        transform: scale(.7) translate(0,0);
		}
		30%{
			opacity: 1;
			-webkit-transform: scale(.8) translate(110%, 20%);
			   -moz-transform: scale(.8) translate(110%, 20%);
			    -ms-transform: scale(.8) translate(110%, 20%);
			     -o-transform: scale(.8) translate(110%, 20%);
			        transform: scale(.8) translate(110%, 20%);
		}
		40%{
			-webkit-transform: scale(.9) translate(90%, 70%);
			   -moz-transform: scale(.9) translate(90%, 70%);
			    -ms-transform: scale(.9) translate(90%, 70%);
			     -o-transform: scale(.9) translate(90%, 70%);
			        transform: scale(.9) translate(90%, 70%);
		}
		50%{
			-webkit-transform: scale(1) translate(100%, 90%);
			   -moz-transform: scale(1) translate(100%, 90%);
			    -ms-transform: scale(1) translate(100%, 90%);
			     -o-transform: scale(1) translate(100%, 90%);
			        transform: scale(1) translate(100%, 90%);
		}
		55%{
			-webkit-transform: scale(1) translate(0, 90%);
			   -moz-transform: scale(1) translate(0, 90%);
			    -ms-transform: scale(1) translate(0, 90%);
			     -o-transform: scale(1) translate(0, 90%);
			        transform: scale(1) translate(0, 90%);
		}
		60%{opacity: 1; }
		61%{
			opacity: 0;
			-webkit-transform: scale(1) translate(150%, 250%);
			   -moz-transform: scale(1) translate(150%, 250%);
			    -ms-transform: scale(1) translate(150%, 250%);
			     -o-transform: scale(1) translate(150%, 250%);
			        transform: scale(1) translate(150%, 250%);
		}
		100%{opacity: 0; }
	}
	@keyframes device_flow1{
		0%{opacity: 0;}
		1%{
			-webkit-transform: scale(.7) translate(0,0);
			   -moz-transform: scale(.7) translate(0,0);
			    -ms-transform: scale(.7) translate(0,0);
			     -o-transform: scale(.7) translate(0,0);
			        transform: scale(.7) translate(0,0);
		}
		25%{
			opacity: 1;
			-webkit-transform: scale(.8) translate(110%, 20%);
			   -moz-transform: scale(.8) translate(110%, 20%);
			    -ms-transform: scale(.8) translate(110%, 20%);
			     -o-transform: scale(.8) translate(110%, 20%);
			        transform: scale(.8) translate(110%, 20%);
		}
		28%{
			-webkit-transform: scale(.9) translate(100%, 20%);
			   -moz-transform: scale(.9) translate(100%, 20%);
			    -ms-transform: scale(.9) translate(100%, 20%);
			     -o-transform: scale(.9) translate(100%, 20%);
			        transform: scale(.9) translate(100%, 20%);
		}
		32%{
			-webkit-transform: scale(1) translate(-10%, 20%);
			   -moz-transform: scale(1) translate(-10%, 20%);
			    -ms-transform: scale(1) translate(-10%, 20%);
			     -o-transform: scale(1) translate(-10%, 20%);
			        transform: scale(1) translate(-10%, 20%);
		}
		40%{opacity: 1; }
		45%{opacity: 0;}
		100%{
			opacity: 0;
			-webkit-transform: scale(1) translate(1000%, 1400%);
			   -moz-transform: scale(1) translate(1000%, 1400%);
			    -ms-transform: scale(1) translate(1000%, 1400%);
			     -o-transform: scale(1) translate(1000%, 1400%);
			        transform: scale(1) translate(1000%, 1400%);
		}
	}
	@keyframes device_flow2{
		0%{opacity: 0;}
		1%{
			-webkit-transform: scale(.7) translate(0,0);
			   -moz-transform: scale(.7) translate(0,0);
			    -ms-transform: scale(.7) translate(0,0);
			     -o-transform: scale(.7) translate(0,0);
			        transform: scale(.7) translate(0,0);
		}
		30%{
			opacity: 1;
			-webkit-transform: scale(.8) translate(110%, 20%);
			   -moz-transform: scale(.8) translate(110%, 20%);
			    -ms-transform: scale(.8) translate(110%, 20%);
			     -o-transform: scale(.8) translate(110%, 20%);
			        transform: scale(.8) translate(110%, 20%);
		}
		40%{
			-webkit-transform: scale(.9) translate(90%, 70%);
			   -moz-transform: scale(.9) translate(90%, 70%);
			    -ms-transform: scale(.9) translate(90%, 70%);
			     -o-transform: scale(.9) translate(90%, 70%);
			        transform: scale(.9) translate(90%, 70%);
		}
		45%{
			-webkit-transform: scale(1) translate(100%, 90%);
			   -moz-transform: scale(1) translate(100%, 90%);
			    -ms-transform: scale(1) translate(100%, 90%);
			     -o-transform: scale(1) translate(100%, 90%);
			        transform: scale(1) translate(100%, 90%);
		}
		47%{
			-webkit-transform: scale(1) translate(5%, 90%);
			   -moz-transform: scale(1) translate(5%, 90%);
			    -ms-transform: scale(1) translate(5%, 90%);
			     -o-transform: scale(1) translate(5%, 90%);
			        transform: scale(1) translate(5%, 90%);
		}
		55%{opacity: 1; }
		60%{opacity: 0;}
		100%{
			opacity: 0;
			-webkit-transform: scale(1) translate(800%, 1100%);
			   -moz-transform: scale(1) translate(800%, 1100%);
			    -ms-transform: scale(1) translate(800%, 1100%);
			     -o-transform: scale(1) translate(800%, 1100%);
			        transform: scale(1) translate(800%, 1100%);
		}
	}
	@keyframes device_flow3{
		0%{opacity: 0;}
		1%{
			-webkit-transform: scale(.7) translate(0,0);
			   -moz-transform: scale(.7) translate(0,0);
			    -ms-transform: scale(.7) translate(0,0);
			     -o-transform: scale(.7) translate(0,0);
			        transform: scale(.7) translate(0,0);
		}
		30%{
			opacity: 1;
			-webkit-transform: scale(.8) translate(110%, 20%);
			   -moz-transform: scale(.8) translate(110%, 20%);
			    -ms-transform: scale(.8) translate(110%, 20%);
			     -o-transform: scale(.8) translate(110%, 20%);
			        transform: scale(.8) translate(110%, 20%);
		}
		40%{
			-webkit-transform: scale(.9) translate(90%, 70%);
			   -moz-transform: scale(.9) translate(90%, 70%);
			    -ms-transform: scale(.9) translate(90%, 70%);
			     -o-transform: scale(.9) translate(90%, 70%);
			        transform: scale(.9) translate(90%, 70%);
		}
		50%{
			-webkit-transform: scale(1) translate(100%, 90%);
			   -moz-transform: scale(1) translate(100%, 90%);
			    -ms-transform: scale(1) translate(100%, 90%);
			     -o-transform: scale(1) translate(100%, 90%);
			        transform: scale(1) translate(100%, 90%);
		}
		62%{
			-webkit-transform: scale(1) translate(150%, 120%);
			   -moz-transform: scale(1) translate(150%, 120%);
			    -ms-transform: scale(1) translate(150%, 120%);
			     -o-transform: scale(1) translate(150%, 120%);
			        transform: scale(1) translate(150%, 120%);
		}
		65%{
			-webkit-transform: scale(1) translate(15%, 130%);
			   -moz-transform: scale(1) translate(15%, 130%);
			    -ms-transform: scale(1) translate(15%, 130%);
			     -o-transform: scale(1) translate(15%, 130%);
			        transform: scale(1) translate(15%, 130%);
		}
		65%{opacity: 1; }
		70%{opacity: 0;}
		100%{
			opacity: 0;
			-webkit-transform: scale(1) translate(900%, 1000%);
			   -moz-transform: scale(1) translate(900%, 1000%);
			    -ms-transform: scale(1) translate(900%, 1000%);
			     -o-transform: scale(1) translate(900%, 1000%);
			        transform: scale(1) translate(900%, 1000%);
		}
	}
	@keyframes device_flow4{
		0%{opacity: 0;}
		1%{
			-webkit-transform: scale(.7) translate(0,0);
			   -moz-transform: scale(.7) translate(0,0);
			    -ms-transform: scale(.7) translate(0,0);
			     -o-transform: scale(.7) translate(0,0);
			        transform: scale(.7) translate(0,0);
		}
		30%{
			opacity: 1;
			-webkit-transform: scale(.8) translate(110%, 20%);
			   -moz-transform: scale(.8) translate(110%, 20%);
			    -ms-transform: scale(.8) translate(110%, 20%);
			     -o-transform: scale(.8) translate(110%, 20%);
			        transform: scale(.8) translate(110%, 20%);
		}
		40%{
			-webkit-transform: scale(.9) translate(90%, 70%);
			   -moz-transform: scale(.9) translate(90%, 70%);
			    -ms-transform: scale(.9) translate(90%, 70%);
			     -o-transform: scale(.9) translate(90%, 70%);
			        transform: scale(.9) translate(90%, 70%);
		}
		50%{
			-webkit-transform: scale(1) translate(100%, 90%);
			   -moz-transform: scale(1) translate(100%, 90%);
			    -ms-transform: scale(1) translate(100%, 90%);
			     -o-transform: scale(1) translate(100%, 90%);
			        transform: scale(1) translate(100%, 90%);
		}
		78%{
			-webkit-transform: scale(1) translate(220%, 150%);
			   -moz-transform: scale(1) translate(220%, 150%);
			    -ms-transform: scale(1) translate(220%, 150%);
			     -o-transform: scale(1) translate(220%, 150%);
			        transform: scale(1) translate(220%, 150%);
		}
		81%{
			-webkit-transform: scale(1) translate(80%, 150%);
			   -moz-transform: scale(1) translate(80%, 150%);
			    -ms-transform: scale(1) translate(80%, 150%);
			     -o-transform: scale(1) translate(80%, 150%);
			        transform: scale(1) translate(80%, 150%);
		}
		83%{opacity: 1; }
		88%{opacity: 0;}
		100%{
			opacity: 0;
			-webkit-transform: scale(1) translate(650%, 780%);
			   -moz-transform: scale(1) translate(650%, 780%);
			    -ms-transform: scale(1) translate(650%, 780%);
			     -o-transform: scale(1) translate(650%, 780%);
			        transform: scale(1) translate(650%, 780%);
		}
	}
	@keyframes device_flow5{
		0%{opacity: 0;}
		1%{
			-webkit-transform: scale(.7) translate(0,0);
			   -moz-transform: scale(.7) translate(0,0);
			    -ms-transform: scale(.7) translate(0,0);
			     -o-transform: scale(.7) translate(0,0);
			        transform: scale(.7) translate(0,0);
		}
		30%{
			opacity: 1;
			-webkit-transform: scale(.8) translate(110%, 20%);
			   -moz-transform: scale(.8) translate(110%, 20%);
			    -ms-transform: scale(.8) translate(110%, 20%);
			     -o-transform: scale(.8) translate(110%, 20%);
			        transform: scale(.8) translate(110%, 20%);
		}
		40%{
			-webkit-transform: scale(.9) translate(90%, 70%);
			   -moz-transform: scale(.9) translate(90%, 70%);
			    -ms-transform: scale(.9) translate(90%, 70%);
			     -o-transform: scale(.9) translate(90%, 70%);
			        transform: scale(.9) translate(90%, 70%);
		}
		50%{
			-webkit-transform: scale(1) translate(100%, 90%);
			   -moz-transform: scale(1) translate(100%, 90%);
			    -ms-transform: scale(1) translate(100%, 90%);
			     -o-transform: scale(1) translate(100%, 90%);
			        transform: scale(1) translate(100%, 90%);
		}
		95%{
			-webkit-transform: scale(1) translate(280%, 180%);
			   -moz-transform: scale(1) translate(280%, 180%);
			    -ms-transform: scale(1) translate(280%, 180%);
			     -o-transform: scale(1) translate(280%, 180%);
			        transform: scale(1) translate(280%, 180%);
		}
		98%{
			-webkit-transform: scale(1) translate(80%, 180%);
			   -moz-transform: scale(1) translate(80%, 180%);
			    -ms-transform: scale(1) translate(80%, 180%);
			     -o-transform: scale(1) translate(80%, 180%);
			        transform: scale(1) translate(80%, 180%);
		}
		99%{opacity: 1; }
		100%{
			opacity: 0;
			-webkit-transform: scale(1) translate(200%, 250%);
			   -moz-transform: scale(1) translate(200%, 250%);
			    -ms-transform: scale(1) translate(200%, 250%);
			     -o-transform: scale(1) translate(200%, 250%);
			        transform: scale(1) translate(200%, 250%);
		}
	}
	/*@keyframes device_switch_runway{
		0%, 25%{margin:0; }
		30%, 90%{
			filter:opacity(1);
			margin-left:-10%;
			margin-top: 2%;
		}
		91%{
			filter:opacity(0);
			margin-left:-10%;
			margin-top: 2%;
		}
		95%{
			filter:opacity(0);
			margin:0;
		}
		100%{ filter:opacity(1); }
	}*/
	@keyframes icon_flow_run_game2{
		0%{opacity: 0;}
		1%{
			-webkit-transform: scale(.7) translate(0,0);
			   -moz-transform: scale(.7) translate(0,0);
			    -ms-transform: scale(.7) translate(0,0);
			     -o-transform: scale(.7) translate(0,0);
			        transform: scale(.7) translate(0,0);
		}
		30%{
			opacity: 1;
			-webkit-transform: scale(.8) translate(110%, 20%);
			   -moz-transform: scale(.8) translate(110%, 20%);
			    -ms-transform: scale(.8) translate(110%, 20%);
			     -o-transform: scale(.8) translate(110%, 20%);
			        transform: scale(.8) translate(110%, 20%);
		}
		40%{
			-webkit-transform: scale(.9) translate(90%, 70%);
			   -moz-transform: scale(.9) translate(90%, 70%);
			    -ms-transform: scale(.9) translate(90%, 70%);
			     -o-transform: scale(.9) translate(90%, 70%);
			        transform: scale(.9) translate(90%, 70%);
		}
		78%{
			-webkit-transform: scale(1) translate(200%, 150%);
			   -moz-transform: scale(1) translate(200%, 150%);
			    -ms-transform: scale(1) translate(200%, 150%);
			     -o-transform: scale(1) translate(200%, 150%);
			        transform: scale(1) translate(200%, 150%);
		}
		83%{
			-webkit-transform: scale(1) translate(50%, 150%);
			   -moz-transform: scale(1) translate(50%, 150%);
			    -ms-transform: scale(1) translate(50%, 150%);
			     -o-transform: scale(1) translate(50%, 150%);
			        transform: scale(1) translate(50%, 150%);
		}
		88%{opacity: 1; }
		89%{
			opacity: 0;
			-webkit-transform: scale(1) translate(200%, 300%);
			   -moz-transform: scale(1) translate(200%, 300%);
			    -ms-transform: scale(1) translate(200%, 300%);
			     -o-transform: scale(1) translate(200%, 300%);
			        transform: scale(1) translate(200%, 300%);
		}
		100%{opacity: 0; }
	}
	@keyframes icon_flow_run_web2{
		0%{opacity: 0;}
		1%{
			-webkit-transform: scale(.7) translate(0,0);
			   -moz-transform: scale(.7) translate(0,0);
			    -ms-transform: scale(.7) translate(0,0);
			     -o-transform: scale(.7) translate(0,0);
			        transform: scale(.7) translate(0,0);
		}
		30%{
			opacity: 1;
			-webkit-transform: scale(.8) translate(110%, 20%);
			   -moz-transform: scale(.8) translate(110%, 20%);
			    -ms-transform: scale(.8) translate(110%, 20%);
			     -o-transform: scale(.8) translate(110%, 20%);
			        transform: scale(.8) translate(110%, 20%);
		}
		40%{
			-webkit-transform: scale(.9) translate(90%, 70%);
			   -moz-transform: scale(.9) translate(90%, 70%);
			    -ms-transform: scale(.9) translate(90%, 70%);
			     -o-transform: scale(.9) translate(90%, 70%);
			        transform: scale(.9) translate(90%, 70%);
		}
		41%{
			-webkit-transform: scale(1) translate(100%, 90%);
			   -moz-transform: scale(1) translate(100%, 90%);
			    -ms-transform: scale(1) translate(100%, 90%);
			     -o-transform: scale(1) translate(100%, 90%);
			        transform: scale(1) translate(100%, 90%);
		}
		45%{
			-webkit-transform: scale(1) translate(0, 90%);
			   -moz-transform: scale(1) translate(0, 90%);
			    -ms-transform: scale(1) translate(0, 90%);
			     -o-transform: scale(1) translate(0, 90%);
			        transform: scale(1) translate(0, 90%);
		}
		50%{opacity: 1; }
		51%{
			opacity: 0;
			-webkit-transform: scale(1) translate(150%, 250%);
			   -moz-transform: scale(1) translate(150%, 250%);
			    -ms-transform: scale(1) translate(150%, 250%);
			     -o-transform: scale(1) translate(150%, 250%);
			        transform: scale(1) translate(150%, 250%);
		}
		100%{opacity: 0; }
	}
	@keyframes icon_flow_run_web3{
		0%{opacity: 0;}
		1%{
			-webkit-transform: scale(.7) translate(0,0);
			   -moz-transform: scale(.7) translate(0,0);
			    -ms-transform: scale(.7) translate(0,0);
			     -o-transform: scale(.7) translate(0,0);
			        transform: scale(.7) translate(0,0);
		}
		30%{
			opacity: 1;
			-webkit-transform: scale(.8) translate(110%, 20%);
			   -moz-transform: scale(.8) translate(110%, 20%);
			    -ms-transform: scale(.8) translate(110%, 20%);
			     -o-transform: scale(.8) translate(110%, 20%);
			        transform: scale(.8) translate(110%, 20%);
		}
		40%{
			-webkit-transform: scale(.9) translate(90%, 70%);
			   -moz-transform: scale(.9) translate(90%, 70%);
			    -ms-transform: scale(.9) translate(90%, 70%);
			     -o-transform: scale(.9) translate(90%, 70%);
			        transform: scale(.9) translate(90%, 70%);
		}
		50%{
			-webkit-transform: scale(1) translate(120%, 90%);
			   -moz-transform: scale(1) translate(120%, 90%);
			    -ms-transform: scale(1) translate(120%, 90%);
			     -o-transform: scale(1) translate(120%, 90%);
			        transform: scale(1) translate(120%, 90%);
		}
		71%{
			-webkit-transform: scale(1) translate(150%, 130%);
			   -moz-transform: scale(1) translate(150%, 130%);
			    -ms-transform: scale(1) translate(150%, 130%);
			     -o-transform: scale(1) translate(150%, 130%);
			        transform: scale(1) translate(150%, 130%);
		}
		75%{
			-webkit-transform: scale(1) translate(0, 130%);
			   -moz-transform: scale(1) translate(0, 130%);
			    -ms-transform: scale(1) translate(0, 130%);
			     -o-transform: scale(1) translate(0, 130%);
			        transform: scale(1) translate(0, 130%);
		}
		80%{opacity: 1; }
		81%{
			opacity: 0;
			-webkit-transform: scale(1) translate(150%, 250%);
			   -moz-transform: scale(1) translate(150%, 250%);
			    -ms-transform: scale(1) translate(150%, 250%);
			     -o-transform: scale(1) translate(150%, 250%);
			        transform: scale(1) translate(150%, 250%);
		}
		100%{opacity: 0; }
	}
	@keyframes change_bg_web{
		50%{background-image: url(../img/more/game_first_v/extreme/icon-web.png); }
		55%{background-image: url(../img/more/game_first_v/extreme/icon-web-r.png); }
	}
	@keyframes change_bg_game{
		50%{background-image: url(../img/more/game_first_v/extreme/icon-game.png); }
		55%{background-image: url(../img/more/game_first_v/extreme/icon-game-r.png); }
	}
	@keyframes show_runman{
		40%{
			opacity: 0;
			-webkit-transform: scale(3);
			   -moz-transform: scale(3);
			    -ms-transform: scale(3);
			     -o-transform: scale(3);
			        transform: scale(3);
		}
		43%{
			opacity: 1;
			-webkit-transform: scale(1);
			   -moz-transform: scale(1);
			    -ms-transform: scale(1);
			     -o-transform: scale(1);
			        transform: scale(1);
		}
		70%{opacity: 1;}
		71%{opacity: 0;}
	}
	@keyframes show_ui{
		38%{opacity: 0;}
		40%{opacity: 1;}
		70%{opacity: 1;}
		71%{opacity: 0;}
	}
	@keyframes run_web{
		0%, 44%, 100%{
			-webkit-transform: translate(0,0);
			   -moz-transform: translate(0,0);
			    -ms-transform: translate(0,0);
			     -o-transform: translate(0,0);
			        transform: translate(0,0);
		}
		40%{
			opacity: 1;
			-webkit-transform: scale(1);
			   -moz-transform: scale(1);
			    -ms-transform: scale(1);
			     -o-transform: scale(1);
			        transform: scale(1);
		}
		42.5%{
			-webkit-transform: scale(1.2);
			   -moz-transform: scale(1.2);
			    -ms-transform: scale(1.2);
			     -o-transform: scale(1.2);
			        transform: scale(1.2);
		}
		45%{
			-webkit-transform: scale(1);
			   -moz-transform: scale(1);
			    -ms-transform: scale(1);
			     -o-transform: scale(1);
			        transform: scale(1);
		}
		47.5%{
			background-image: url(../img/more/game_first_v/extreme/icon-web.png);
			-webkit-transform: scale(1.2);
			   -moz-transform: scale(1.2);
			    -ms-transform: scale(1.2);
			     -o-transform: scale(1.2);
			        transform: scale(1.2);
		}
		50%{
			background-image: url(../img/more/game_first_v/extreme/icon-web-r.png);
			opacity: 1;
			-webkit-transform: translate(-200%, 0%);
			   -moz-transform: translate(-200%, 0%);
			    -ms-transform: translate(-200%, 0%);
			     -o-transform: translate(-200%, 0%);
			        transform: translate(-200%, 0%);
		}
		65%{
			opacity: 0;
			-webkit-transform: translate(150%, 280%);
			   -moz-transform: translate(150%, 280%);
			    -ms-transform: translate(150%, 280%);
			     -o-transform: translate(150%, 280%);
			        transform: translate(150%, 280%);
		}
		66%{
			background-image: url(../img/more/game_first_v/extreme/icon-web.png);
			-webkit-transform: translate(0,0);
			   -moz-transform: translate(0,0);
			    -ms-transform: translate(0,0);
			     -o-transform: translate(0,0);
			        transform: translate(0,0);
		}
	}
	@keyframes run_game{
		0%, 44%, 100%{
			-webkit-transform: translate(0,0);
			   -moz-transform: translate(0,0);
			    -ms-transform: translate(0,0);
			     -o-transform: translate(0,0);
			        transform: translate(0,0);
		}
		40%{
			opacity: 1;
			-webkit-transform: scale(1);
			   -moz-transform: scale(1);
			    -ms-transform: scale(1);
			     -o-transform: scale(1);
			        transform: scale(1);
		}
		42.5%{
			-webkit-transform: scale(1.2);
			   -moz-transform: scale(1.2);
			    -ms-transform: scale(1.2);
			     -o-transform: scale(1.2);
			        transform: scale(1.2);
		}
		45%{
			-webkit-transform: scale(1);
			   -moz-transform: scale(1);
			    -ms-transform: scale(1);
			     -o-transform: scale(1);
			        transform: scale(1);
		}
		47.5%{
			background-image: url(../img/more/game_first_v/extreme/icon-game.png);
			-webkit-transform: scale(1.2);
			   -moz-transform: scale(1.2);
			    -ms-transform: scale(1.2);
			     -o-transform: scale(1.2);
			        transform: scale(1.2);
		}
		50%{
			background-image: url(../img/more/game_first_v/extreme/icon-game-r.png);
			opacity: 1;
			-webkit-transform: translate(-160%, 0%);
			   -moz-transform: translate(-160%, 0%);
			    -ms-transform: translate(-160%, 0%);
			     -o-transform: translate(-160%, 0%);
			        transform: translate(-160%, 0%);
		}
		65%{
			opacity: 0;
			-webkit-transform: translate(200%, 300%);
			   -moz-transform: translate(200%, 300%);
			    -ms-transform: translate(200%, 300%);
			     -o-transform: translate(200%, 300%);
			        transform: translate(200%, 300%);
		}
		66%{
			background-image: url(../img/more/game_first_v/extreme/icon-game.png);
			-webkit-transform: translate(0,0);
			   -moz-transform: translate(0,0);
			    -ms-transform: translate(0,0);
			     -o-transform: translate(0,0);
			        transform: translate(0,0);
		}
	}
	@keyframes scrollPage{
		0%{background-position: center 0%; }
		40%{background-position: center 30%; }
		70%, 100%{background-position: center 50%; }
	}
	@keyframes popup{
		0%, 20%{
			opacity: 0;
			-webkit-transform: scale(.8);
			   -moz-transform: scale(.8);
			    -ms-transform: scale(.8);
			     -o-transform: scale(.8);
			        transform: scale(.8);
		}
		50%, 100%{
			opacity: 1;
			-webkit-transform: scale(1);
			   -moz-transform: scale(1);
			    -ms-transform: scale(1);
			     -o-transform: scale(1);
			        transform: scale(1);
		}
	}
	@keyframes fadeTabWeb{
		0%{
			background-image: url(../img/more/game_first_v/monitor/tab-web-r.png);
		}
		50%{
			background-image: url(../img/more/game_first_v/monitor/tab-web.png);
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			-o-transform: translateY(0);
			transform: translateY(0);
		}
		100%{
			background-image: url(../img/more/game_first_v/monitor/tab-web.png);
			-webkit-transform: translateY(100%);
			-ms-transform: translateY(100%);
			-o-transform: translateY(100%);
			transform: translateY(100%);
		}
	}
	@keyframes fadeTabFile{
		50%{
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			-o-transform: translateY(0);
			transform: translateY(0);
		}
		100%{
			-webkit-transform: translateY(100%);
			-ms-transform: translateY(100%);
			-o-transform: translateY(100%);
			transform: translateY(100%);
		}
	}
	@keyframes fadeTabGame{
		0%{
			background-image: url(../img/more/game_first_v/monitor/tab-gaming-rup.png);
		}
		50%{
			-webkit-transform: scale(1.02) translateY(0);
				-ms-transform: scale(1.02) translateY(0);
				 -o-transform: scale(1.02) translateY(0);
					transform: scale(1.02) translateY(0);
		}
		100%{
			background-image: url(../img/more/game_first_v/monitor/tab-gaming-r.png);
			-webkit-transform: scale(1.02) translateY(-200%);
				-ms-transform: scale(1.02) translateY(-200%);
				 -o-transform: scale(1.02) translateY(-200%);
					transform: scale(1.02) translateY(-200%);
		}
	}
	@keyframes pulse{
		0%, 100%{
			-webkit-transform: scale(1) translateY(-200%);
			   -moz-transform: scale(1) translateY(-200%);
			    -ms-transform: scale(1) translateY(-200%);
			     -o-transform: scale(1) translateY(-200%);
			        transform: scale(1) translateY(-200%);
		}
		50%{
			-webkit-transform: scale(1.02) translateY(-195%);
			   -moz-transform: scale(1.02) translateY(-195%);
			    -ms-transform: scale(1.02) translateY(-195%);
			     -o-transform: scale(1.02) translateY(-195%);
			        transform: scale(1.02) translateY(-195%);
		}
	}
	@keyframes pulse_web{
		0%, 100%{
			-webkit-transform: scale(1) translateY(0%);
			   -moz-transform: scale(1) translateY(0%);
			    -ms-transform: scale(1) translateY(0%);
			     -o-transform: scale(1) translateY(0%);
			        transform: scale(1) translateY(0%);
		}
		50%{
			-webkit-transform: scale(1.02) translateY(5%);
			   -moz-transform: scale(1.02) translateY(5%);
			    -ms-transform: scale(1.02) translateY(5%);
			     -o-transform: scale(1.02) translateY(5%);
			        transform: scale(1.02) translateY(5%);
		}
	}
/* ---------- color effect --- */
	/*.hd-strobing:before{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 87%;
		right: 0;
		background: #000000;
	}
	.hd-strobing:after{
		content:'';
		display: block;
		width: 50%;
		height: 4%;
		position: absolute;
		top: 87%;
		left: 48%;
		background: #ff0000;
		background: -moz-linear-gradient(90deg,#ff0000 0%, #ff9707 20%, #ff9707 42%, #ffeb3b 42%, #ffeb3b 52%, #00ff29 52%, #00ff29 66.5%, #00ffa3 66.5%, #00ffa3 78%, #00d0ff 78%);
		background: -webkit-linear-gradient(90deg,#ff0000 0%, #ff9707 20%, #ff9707 42%, #ffeb3b 42%, #ffeb3b 52%, #00ff29 52%, #00ff29 66.5%, #00ffa3 66.5%, #00ffa3 78%, #00d0ff 78%);
		background: linear-gradient(90deg,#ff0000 0%, #ff9707 20%, #ff9707 42%, #ffeb3b 42%, #ffeb3b 52%, #00ff29 52%, #00ff29 66.5%, #00ffa3 66.5%, #00ffa3 78%, #00d0ff 78%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#c600ff',GradientType=1 );
		-webkit-animation: strobing 2s infinite;
		-o-animation: strobing 2s infinite;
		animation: strobing 2s infinite;
	}*/
	.hd-rainbow{
		background: #ff0000;
		background: -moz-linear-gradient(180deg,#ff0000 0%, #ff9707 20%, #ff9707 30%, #ffeb3b 40%, #ffeb3b 50%, #00ff29 60%, #00ff29 70%, #00ffa3 80%, #00ffa3 90%, #00d0ff 100%);
		background: -webkit-linear-gradient(180deg,#ff0000 0%, #ff9707 20%, #ff9707 30%, #ffeb3b 40%, #ffeb3b 50%, #00ff29 60%, #00ff29 70%, #00ffa3 80%, #00ffa3 90%, #00d0ff 100%);
		background: linear-gradient(180deg,#ff0000 0%, #ff9707 20%, #ff9707 30%, #ffeb3b 40%, #ffeb3b 50%, #00ff29 60%, #00ff29 70%, #00ffa3 80%, #00ffa3 90%, #00d0ff 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#c600ff',GradientType=1 );
	}
	.hd-rainbow:before{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 84.5%;
		left: 0;
		background: #000000;
	}
	.hd-rainbow:after{
		content:'';
		display: block;
		width: 50%;
		height: 4%;
		position: absolute;
		top: 34%;
		left: 50%;
		background: #ff0000;
		background: -moz-linear-gradient(90deg,#ff0000 0%, #ff0000 20%, #ff9707 20%, #ff9707 42%, #ffeb3b 42%, #ffeb3b 52%, #00ff29 52%, #00ff29 66.5%, #00ffa3 66.5%, #00ffa3 78%, #00d0ff 78%);
		background: -webkit-linear-gradient(90deg,#ff0000 0%, #ff0000 20%, #ff9707 20%, #ff9707 42%, #ffeb3b 42%, #ffeb3b 52%, #00ff29 52%, #00ff29 66.5%, #00ffa3 66.5%, #00ffa3 78%, #00d0ff 78%);
		background: linear-gradient(90deg,#ff0000 0%, #ff0000 20%, #ff9707 20%, #ff9707 42%, #ffeb3b 42%, #ffeb3b 52%, #00ff29 52%, #00ff29 66.5%, #00ffa3 66.5%, #00ffa3 78%, #00d0ff 78%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#c600ff',GradientType=1 );
	}
	/*.hd-cycle:before{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 92.5%;
		left: 0;
		background: #000000;
	}
	.hd-cycle:after{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 92.5%;
		left: 0;
		background: #ff0000;
		-webkit-animation: cycle reverse infinite 8s;
		-o-animation: cycle reverse infinite 8s;
		animation: cycle reverse infinite 8s;
	}*/
	.hd-comet{
		background: #ff0000;
		background: -moz-linear-gradient(left,  #333333 30%, #ff0000 45%, #ffff00 50%, #333333 60%);
		background: -webkit-linear-gradient(left,  #333333 30%,#ff0000 45%, #ffff00 50%,#333333 60%);
		background: linear-gradient(to right,  #333333 30%,#ff0000 45%, #ffff00 50%,#333333 60%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#333333',GradientType=1 );
	}
	.hd-comet:before{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 92.5%;
		left: 0;
		background: #333333;
		-webkit-animation: cometReverse infinite 3s -.5s;
		-o-animation: cometReverse infinite 3s -.5s;
		animation: cometReverse infinite 3s -.5s;
	}
	.hd-comet:after{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 92.5%;
		left: 0;
		background: #ff0000;
		-webkit-animation: cometReverse infinite 3s -.5s, cometStrobing infinite 3s;
		-o-animation: cometReverse infinite 3s -.5s, cometStrobing infinite 3s;
		animation: cometReverse infinite 3s -.5s, cometStrobing infinite 3s;
	}
	.hd-flash{
		background: #b70b00;
		background: -moz-linear-gradient(-45deg, #810000 30%, #810000 40%, #ff0000 50%, #810000 60%, #810000 70%);
		background: -webkit-linear-gradient(left, #810000 30%, #810000 40%, #ff0000 50%, #810000 60%, #810000 70%);
		background: linear-gradient(135deg, #810000 30%, #810000 40%, #ff0000 50%, #810000 60%, #810000 70%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b70b00', endColorstr='#b70b00',GradientType=1 );
	}
	.hd-flash:before{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 92.5%;
		left: 0;
		background: #333333;
		-webkit-animation: flashReverse infinite 3s -.5s;
		-o-animation: flashReverse infinite 3s -.5s;
		animation: flashReverse infinite 3s -.5s;
	}
	.hd-flash:after{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 92.5%;
		left: 0;
		background: #ff0000;
		-webkit-animation: flashReverse infinite 3s -.5s ,flashStrobing infinite 2.21s -2.45s;
		-o-animation: flashReverse infinite 3s -.5s ,flashStrobing infinite 2.21s -2.45s;
		animation: flashReverse infinite 3s -.5s ,flashStrobing infinite 2.21s -2.45s;
	}
	.hd-wave .starry_night{
		display: block !important;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 84%;
		left: 50%;
		background: #000000;
		box-shadow: 0 0 50px #000000;
		-webkit-animation: yoyo infinite reverse 5s -.5s;
		-o-animation: yoyo infinite reverse 5s -.5s;
		animation: yoyo infinite reverse 5s -.5s;
	}
	.hd-wave .starry_night li{display: none;}
	/*.hd-wave:before{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 92.5%;
		left: 0;
		background: #000000;
	}
	.hd-wave:after{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 92.5%;
		left: 0;
		background: #ff0000;
		-webkit-animation: breathing infinite 8s -.5s;
		-o-animation: breathing infinite 8s -.5s;
		animation: breathing infinite 8s -.5s;
	}*/
	.hd-yoyo {
		width: 200%;
		background: #000000;
		background: -moz-linear-gradient(right, #000 0%, #000 50%, #ff0000 75%, #ffff00 100%);
		background: -webkit-linear-gradient(right, #000 0%, #000 50%, #ff0000 75%, #ffff00 100%);
		background: linear-gradient(to left, #000 0%, #000 50%, #ff0000 75%, #ffff00 100%);
		filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1);
	}
	.hd-yoyo:before{
		content:'';
		display: block;
		width: 100%;
		height: 17%;
		position: absolute;
		top: 82.5%;
		left: 0;
		background: #000000;
	}
	.hd-yoyo .starry_night{
		display: block !important;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 84%;
		left: 50%;
		background: #000000;
		background: -moz-linear-gradient(left, #ff0000 0%, #000000 10%, #000000 35%, #ff0000 40%, #000000 45%, #000000 100%);
		background: -webkit-linear-gradient(left, #ff0000 0%, #000000 10%, #000000 35%, #ff0000 40%, #000000 45%, #000000 100%);
		background: linear-gradient(to right, #ff0000 0%, #000000 10%, #000000 35%, #ff0000 40%, #000000 45%, #000000 100%);
		box-shadow: 0 0 50px #000000;
		-webkit-animation: yoyoStrobing infinite 4s;
		-o-animation: yoyoStrobing infinite 4s;
		animation: yoyoStrobing infinite 4s;
		z-index: 2;
	}
	.hd-yoyo .starry_night li{display: none;}
	.hd-yoyo .starry_night:after{
		content:'';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: -100%;
		background: #ff0000;
		z-index: 0;
	}
	.hd-yoyo:after{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 92.5%;
		left: 0;
		background: #ff0000;
		-webkit-animation: breathing infinite 8s -.5s;
		-o-animation: breathing infinite 8s -.5s;
		animation: breathing infinite 8s -.5s;
	}
	.hd-starrynight {background: #550000 !important; }
	.hd-starrynight .starry_night{display: block;}
	.hd-starrynight:before{
		content: '';
	    display: block;
	    width: 50%;
	    height: 5%;
	    position: absolute;
	    top: 32.5%;
		left: 50%;
	    background: #333333;
	}
	.hd-starrynight:after{
		content:'';
		display: block;
		width: 50%;
		height: 5%;
		position: absolute;
		top: 32.5%;
		left: 50%;
		background: #ff0000;
		-webkit-animation: flashStrobing infinite 5s;
		-o-animation: flashStrobing infinite 5s;
		animation: flashStrobing infinite 5s;
	}
	.starry_night {display: none; }
	.starry_night li {
		width: 5%;
		height: 10%;
		background-color: #FFF;
		position: absolute;
		background: radial-gradient(circle, #ff0000,#ff0000, #990000, #550000, #550000);
		animation: breathing 3s infinite;
	}
	.starry_night li:nth-child(1) {
		left: 0;
	    top: 0;
	    height: 50%;
	    width: 50%;
	}
	.starry_night li:nth-child(2) {    
		left: 79%;
	    top: 38%;
	    width: 7%;
	    height: 5%;
	    animation: breathing 3s -1s infinite;}
	.starry_night li:nth-child(3) {
	    left: 54%;
    	top: 35%;
     	animation: breathing 2s -1s infinite;}
	.starry_night li:nth-child(4) {left: 73.5%; top: 35%; }
	.starry_night li:nth-child(5) {left: 60%;  top: 35%; }
	.starry_night li:nth-child(6) {left: 66%;  top: 35%; }
	/*.starry_night li:nth-child(7) {left: 23%;  top: 51%; width: 10%;}
	.starry_night li:nth-child(8) {left: 2%; top: 82%; animation: breathing 3s infinite;}
	.starry_night li:nth-child(9) {left: 14%;  top: 82%; animation: breathing 4s infinite;}
	.starry_night li:nth-child(10) {left: 29%; top: 82%; animation: breathing 3s infinite;}
	.starry_night li:nth-child(11) {left: 2%; top: 82%; animation: breathing 3.5s infinite;}
	.starry_night li:nth-child(12) {left: 3%; top: 22%; animation: breathing 4.15s infinite;}
	.starry_night li:nth-child(13) {left: 34%; top: 45%; animation: breathing 2.75s infinite;}
	.starry_night li:nth-child(14) {left: 93%; top: 70%; animation: breathing 5s infinite;}
	.starry_night li:nth-child(15) {left: 33%; top: 70%; animation: breathing 4s infinite;}*/
	
	.hd-rainbow-alpha li:nth-child(1){
		width: 100%;
    	height: 100%;
		position: absolute;
		z-index: -3;
		background: #ff0000;
		background: -moz-linear-gradient(180deg,#ff0000 0%, #ff9707 27%, #ff9707 30%, #ffeb3b 40%, #ffeb3b 50%, #00FF2A 83%, #00ff29 85%, #00ffa3 87%, #00ffa3 90%, #00d0ff 100%);
		background: -webkit-linear-gradient(180deg,#ff0000 0%, #ff9707 27%, #ff9707 30%, #ffeb3b 40%, #ffeb3b 50%, #00FF2A 83%, #00ff29 85%, #00ffa3 87%, #00ffa3 90%, #00d0ff 100%);
		background: linear-gradient(180deg,#ff0000 0%, #ff9707 27%, #ff9707 30%, #ffeb3b 40%, #ffeb3b 50%, #00FF2A 83%, #00ff29 85%, #00ffa3 87%, #00ffa3 90%, #00d0ff 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#c600ff',GradientType=1 );
		animation: rainbow 3s  0s infinite normal none running;
	}
	.hd-rainbow-alpha li:nth-child(1):before{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		z-index: -2;
		top: 84.5%;
		left: 0;
		background: #000000;
		animation: rainbow 3s 0s infinite normal none running;
	}
	.hd-rainbow-alpha li:nth-child(1):after{
		content:'';
		display: block;
		width: 50%;
		height: 4%;
		position: absolute;
		z-index: -2;
		top: 84.5%;
		left: 0;
		background: #ff0000;
		background: -moz-linear-gradient(90deg,#ff0000 0%, #ff0000 20%, #ff9707 20%, #ff9707 42%, #ffeb3b 42%, #ffeb3b 52%, #00ff29 52%, #00ff29 66.5%, #00ffa3 66.5%, #00ffa3 78%, #00d0ff 78%);
		background: -webkit-linear-gradient(90deg,#ff0000 0%, #ff0000 20%, #ff9707 20%, #ff9707 42%, #ffeb3b 42%, #ffeb3b 52%, #00ff29 52%, #00ff29 66.5%, #00ffa3 66.5%, #00ffa3 78%, #00d0ff 78%);
		background: linear-gradient(90deg,#ff0000 0%, #ff0000 20%, #ff9707 20%, #ff9707 42%, #ffeb3b 42%, #ffeb3b 52%, #00ff29 52%, #00ff29 66.5%, #00ffa3 66.5%, #00ffa3 78%, #00d0ff 78%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#c600ff',GradientType=1 );
		animation: rainbow 3s ease 0s infinite normal none running;
	}
	/*.hd-rainbow-alpha li:nth-child(2){
		top: 10%;
		width: 15%;
		height: 20%;
		background: red;
		position: absolute;
		z-index: -1;
		animation: rainbow 3s -1s infinite normal none running;
	}
	.hd-rainbow-alpha li:nth-child(3){
		top: 47.5%;
	    left: 17.5%;
	    width: 20%;
	    height: 25%;
		background: #ff5500;
		position: absolute;
		z-index: -1;
		animation: rainbow 3s -1s infinite normal none running;
	}*/

	.hd-flash-alpha li:nth-child(1){
   		width: 100%;
   		height: 100%;
		position: absolute;
		z-index: -3;
		background: -moz-linear-gradient(-45deg, #810000 30%, #810000 40%, #ff0000 50%, #810000 60%, #810000 70%);
		background: -webkit-linear-gradient(left, #810000 30%, #810000 40%, #ff0000 50%, #810000 60%, #810000 70%);
		background: linear-gradient(135deg, #810000 30%, #810000 40%, #ff0000 50%, #810000 60%, #810000 70%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b70b00', endColorstr='#b70b00',GradientType=1 );
		animation: flash 1s 0s infinite normal none running;
	}
	.hd-flash-alpha li:nth-child(2){
		left: 37.5%;
   		width: 5%;
   		height: 80%;
		position: absolute;
		z-index: -2;
		background: -moz-linear-gradient(-45deg, #810000 30%, #810000 40%, #ff0000 50%, #810000 60%, #810000 70%);
		background: -webkit-linear-gradient(left, #810000 30%, #810000 40%, #ff0000 50%, #810000 60%, #810000 70%);
		background: linear-gradient(135deg, #810000 30%, #810000 40%, #ff0000 50%, #810000 60%, #810000 70%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b70b00', endColorstr='#b70b00',GradientType=1 );
		animation: flash_alpha 1s 0s infinite normal none running;
	}
	@-webkit-keyframes static{
		0% {opacity: 1}
		50%{opacity: 1}
	}
	@keyframes static{
		0% {opacity: 1}
		50%{opacity: 1}
	}
	@-webkit-keyframes breathing{
		0% {opacity: 1}
		50%{opacity: 0}
	}
	@keyframes breathing{
		0% {opacity: 1}
		50%{opacity: 0}
	}
	@-webkit-keyframes strobing{
		0% {opacity: 1}
		50%{opacity: 0}
	}
	@keyframes strobing{
		0% {opacity: 1}
		50%{opacity: 0}
	}
	@-webkit-keyframes cometStrobing{
		0% {opacity: 1}
		20%, 100%{opacity: 0}
	}
	@keyframes cometStrobing{
		0% {opacity: 1}
		20%, 100%{opacity: 0}
	}
	@-webkit-keyframes flashStrobing{
		2%, 12% {opacity: 1}
		0%, 4%, 11%, 13%, 100%{opacity: .6}
	}
	@keyframes flashStrobing{
		2%, 12% {opacity: 1}
		0%, 4%, 11%, 13%, 100%{opacity: .6}
	}
	@-webkit-keyframes music{
		0%  {opacity: 1}
		10% {opacity: .3}
		40% {opacity: 1}
		60% {opacity: .3}
		70% {opacity: 1}
		100%{opacity: .3}
	}
	@keyframes music{
		0%  {opacity: 1}
		10% {opacity: .3}
		40% {opacity: 1}
		60% {opacity: .3}
		70% {opacity: 1}
		100%{opacity: .3}
	}
	@-webkit-keyframes cycle{
		0%		{background-color: red}
		15%		{background-color: orange}
		30%		{background-color: yellow}
		45%		{background-color: #00CB07}
		60%		{background-color: #07A9FF}
		75%		{background-color: #1044FF}
		90%		{background-color: #a12fd9}
		100%	{background-color: red}
	}
	@keyframes cycle{
		0%		{background-color: red}
		15%		{background-color: orange}
		30%		{background-color: yellow}
		45%		{background-color: #00CB07}
		60%		{background-color: #07A9FF}
		75%		{background-color: #1044FF}
		90%		{background-color: #a12fd9}
		100%	{background-color: red}
	}

	@-webkit-keyframes cycle_rainbow{
		0%		{background-color: red;}
		15%		{background-color: orange}
		30%		{background-color: yellow}
		45%		{background-color: #00CB07}
		60%		{background-color: #07A9FF}
		75%		{background-color: #1044FF}
		90%		{background-color: #a12fd9}
		100%	{background-color: red;}
	}
	@keyframes cycle_rainbow{
		0%		{background-color: red;}
		15%		{background-color: orange}
		30%		{background-color: yellow}
		45%		{background-color: #00CB07}
		60%		{background-color: #07A9FF}
		75%		{background-color: #1044FF}
		90%		{background-color: #a12fd9}
		100%	{background-color: red;}
	}

	@-webkit-keyframes cycle_rainbow_alpha{
		0%		{background-color: #a12fd9;}
		15%		{background-color: red }
		30%		{background-color: orange }
		45%		{background-color: yellow }
		60%		{background-color: #00CB07}
		75%		{background-color: #07A9FF}
		90%		{background-color: #1044FF}
		100%	{background-color: #a12fd9;}
	}
	@keyframes cycle_rainbow_alpha{
		0%		{background-color: #a12fd9;}
		15%		{background-color: red }
		30%		{background-color: orange }
		45%		{background-color: yellow }
		60%		{background-color: #00CB07}
		75%		{background-color: #07A9FF}
		90%		{background-color: #1044FF}
		100%	{background-color: #a12fd9;}
	}

	@-webkit-keyframes rainbow{
		0%  	{-webkit-filter:hue-rotate(359deg);filter:hue-rotate(359deg)}
		100%	{-webkit-filter:hue-rotate(0deg);filter:hue-rotate(0deg)}
	}
	@keyframes rainbow{
		0%  	{-webkit-filter:hue-rotate(359deg);filter:hue-rotate(359deg)}
		100%	{-webkit-filter:hue-rotate(0deg);filter:hue-rotate(0deg)}
	}
	@-webkit-keyframes cpu{
		0%		{background-color: red}
		30%		{background-color: yellow}
		60%		{background-color: green}
		90%		{background-color: yellow;}
	}
	@keyframes cpu{
		0%		{background-color: red}
		30%		{background-color: yellow}
		60%		{background-color: green}
		90%		{background-color: yellow;}
	}
	@-webkit-keyframes comet{
		0%	{
			z-index: -1;
			width: 200%;
		    -webkit-transform: translateX(-100%);
		}
		100%{
			z-index: -1;
			width: 200%;
		    -webkit-transform: translateX(50%);
		}
	}
	@keyframes comet{
		0%	{
			z-index: -1;
			width: 200%;
		    transform: translateX(-100%);
		}
		100%{
			z-index: -1;
			width: 200%;
		    transform: translateX(50%);
		}
	}
	@-webkit-keyframes cometReverse{
		0%	{width: 200%; -webkit-transform: translateX(50%); }
		100%{width: 200%; -webkit-transform: translateX(-100%); }
	}
	@keyframes cometReverse{
		0%	{width: 200%; transform: translateX(50%); }
		100%{width: 200%; transform: translateX(-100%); }
	}
	@-webkit-keyframes flash_alpha{
		0%	{
			z-index: -1;
		    -webkit-transform: translateY(-50%);
		}
		100%{
			z-index: -1;
		    -webkit-transform: translateY(50%);
		}
	}
	@keyframes flash_alpha{
		0%	{
			z-index: -1;
		    transform: translateY(-50%);
		}
		100%{
			z-index: -1;
		    transform: translateY(50%);
		}
	}
	@-webkit-keyframes flash{
		0%	{
			z-index: -1;
			width: 200%;
		    -webkit-transform: translateX(-50%);
		}
		100%{
			z-index: -1;
			width: 200%;
		    -webkit-transform: translateX(0%);
		}
	}
	@keyframes flash{
		0%	{
			z-index: -1;
			width: 200%;
		    transform: translateX(-50%);
		}
		100%{
			z-index: -1;
			width: 200%;
		    transform: translateX(0%);
		}
	}
	@-webkit-keyframes flashReverse{
		0%	{
			width: 200%;
		    -webkit-transform: translateX(0%);
		}
		100%{
			width: 200%;
		    -webkit-transform: translateX(-50%);
		}
	}
	@keyframes flashReverse{
		0%	{
			width: 200%;
		    transform: translateX(0%);
		}
		100%{
			width: 200%;
		    transform: translateX(-50%);
		}
	}
	@-webkit-keyframes yoyo {
		0% {-webkit-transform: translateX(-50%); }
		50% {-webkit-transform: translateX(0%); }
		100% {-webkit-transform: translateX(-50%); }
	}
	@keyframes yoyo {
		0% {transform: translateX(-50%); }
		50% {transform: translateX(0%); }
		100% {transform: translateX(-50%); }
	}
	@-webkit-keyframes yoyoStrobing {
		0% {-webkit-transform: translateX(-50%); opacity: 1;}
		50% {-webkit-transform: translateX(50%); opacity: 1;}
		60% {opacity: 1;}
		69.5%, 89% {opacity: 0;}
		90%{opacity: 1;}
		100% {-webkit-transform: translateX(-100%); opacity: 1;}
	}
	@keyframes yoyoStrobing {
		0% {transform: translateX(-50%); opacity: 1;}
		50% {transform: translateX(50%); opacity: 1;}
		60% {opacity: 1;}
		69.5%, 89% {opacity: 0;}
		90%{opacity: 1;}
		100% {transform: translateX(-100%); opacity: 1;}
	}
	@-webkit-keyframes line-glitch{
		0%{-webkit-transform:translate(0);transform:translate(0)}
		20%{-webkit-transform:translate(-1px,1px);transform:translate(-1px,1px)}
		40%{-webkit-transform:translate(-1px,-1px);transform:translate(-1px,-1px)}
		60%{-webkit-transform:translate(1px,1px);transform:translate(1px,1px)}
		80%{-webkit-transform:translate(1px,-1px);transform:translate(1px,-1px)}
		to{-webkit-transform:translate(0);transform:translate(0)}
	}
	@keyframes line-glitch{
		0%{-webkit-transform:translate(0);transform:translate(0)}
		20%{-webkit-transform:translate(-1px,1px);transform:translate(-1px,1px)}
		40%{-webkit-transform:translate(-1px,-1px);transform:translate(-1px,-1px)}
		60%{-webkit-transform:translate(1px,1px);transform:translate(1px,1px)}
		80%{-webkit-transform:translate(1px,-1px);transform:translate(1px,-1px)}
		to{-webkit-transform:translate(0);transform:translate(0)}
	}

	/*新增區塊*/
    #hd .ai_overclocking_top{
    	padding: 50px 0;
    }
	#hd .ai_overclocking{
		margin: 100px 0;
	}
	#hd .ai_overclocking .cpu_cooling,
	#hd .ai_overclocking .gradation_area .overclocking_area{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#hd .ai_overclocking .cpu_cooling{
		border: 1px solid #890000;
	}
	#hd .ai_overclocking .cpu_cooling .black_area{
		padding:4.25%  0 !important;
    	background-color: #000;
    	width: 450px;
	}
	#hd .ai_overclocking .cpu_cooling #black_area_first{
		padding-left: 100px !important;
	}
	#hd .ai_overclocking .cpu_cooling .black_area div{
		display: inline-block;
		vertical-align: middle;
	}
	#hd .ai_overclocking .cpu_cooling .black_area div h4{
		margin-bottom: 10px !important;
	}
	#hd .ai_overclocking .cpu_cooling .black_area div p{
		margin-bottom: 0 !important;
	}
	#hd .ai_overclocking .cpu_cooling .black_area .cpu_txt{
		max-width: 235px;
    	padding-left: 15px !important;
    	width: 90%;
	}
	#hd .ai_overclocking .cpu_cooling .hd-AIimg{
		display: inline-block;
		margin: 0 50px !important;
	}
	#hd .ai_overclocking .gradation_area{
		position: relative;
	}
	#hd .ai_overclocking .gradation_area .gradation_bg{
		position: relative;
		z-index: -1;
	}
	#hd .ai_overclocking .gradation_area .gradation_bg .red_light{
		position: absolute;
		top: 50px;
		left: 0;
		right: 0;
		z-index: -1;
	}
	#hd .ai_overclocking .gradation_area .overclocking_area{
		position: absolute;
		bottom: -20px;
		width: 100%;
	}
	#hd .ai_overclocking .gradation_area .overclocking_area .red_area,
	#hd .ai_overclocking .gradation_area .overclocking_area .red_img{
		-webkit-box-shadow: 0 0 15px 2.5px rgba(255,0,0,0.6);
		box-shadow: 0 0 15px 2.5px rgba(255,0,0,0.6);
		margin: 0 15px !important;
		background-color: #090909;
	}
	#hd .ai_overclocking .gradation_area .overclocking_area .red_img{
		padding-left: 20px;
	}
	#hd .ai_overclocking .gradation_area .overclocking_area .red_area{
		position: relative;
		width: 45%;
		height: 297px;
	}
	#hd .ai_overclocking .gradation_area .overclocking_area .red_area .red_center{
		position: absolute;
	    top: 50%;
	    left: 50%;
	    -moz-transform: translate( -50%, -50%);
	    -o-transform: translate( -50%, -50%);
	    -ms-transform: translate( -50%, -50%);
	    -webkit-transform: translate( -50%, -50%);
	    transform: translate( -50%, -50%);
	    width: 100%;
	}
	#hd .ai_overclocking .gradation_area .overclocking_area .red_area,
	#hd .ai_overclocking .gradation_area .overclocking_area .red_img,
	#hd .gradation_area .overclocking_area .red_area .ai_txt,
	#hd .gradation_area .overclocking_area .red_area .cpu_img{
		display: inline-block;
		vertical-align: top;
	}
	#hd .gradation_area .overclocking_area .red_area .ai_txt{
		max-width: 250px;
		padding-left: 15px !important;
	}
	#hd .gradation_area .overclocking_area .red_area .ai_txt p{
		margin-bottom: 0;
	}
	#hd .ai_overclocking .gradation_area .ai_cycle{
		position: absolute;
		bottom: -45px;
		width: 100%;
		padding: 0 1.5% !important;
		z-index: -1;
	}

	#hd #intel h2{
		font-family: 'Xolonium', sans-serif;
	    font-weight: normal;
	    text-transform: uppercase;
	}

	#hd #intel p.txt-grey{
		margin-bottom: 5px;
	}

	#hd .glitch {
	  position: relative;
	  width: auto;
	}
	#hd .glitch:before{
	/*content: '';
    display: block;
    width: 350px;
    height: 0;
    padding-bottom: 120px;
    background: url(../img/text-bg-1.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -40px;
    left: -335px;
    z-index: -5;
    pointer-events: none;*/
	}
	#hd .glitch:after {	
	/*content: '';
    display: block;
    width: 420px;
    height: 0;
    padding-bottom: 150px;
    background: url(../img/text-bg-2.png) 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -35px;
    right: -250px;
    z-index: -5;
    pointer-events: none;*/
	}


	#hd #intel .glitch_top{
		padding-top: 0;
		padding-bottom: 50px;
	}
	
	/* ------------ armoury ----------- */
	#hd .hd-sec-armoury{padding:100px 0 70px; }
	#hd .hd-sec-armoury h3+p{margin-bottom: 50px;}
	#hd .hd_armoury_filter{width: 255px; }
	#hd .hd_armoury_filter li{
		border:1px solid #B80017;
		padding:20px 15px;
		margin-bottom: 10px;
		cursor: pointer;
	}
	#hd .hd_armoury_filter li.hd_active{
		background: #5d0000;
		background: -moz-linear-gradient(left, #5d0000 0%, #cf3a00 100%);
		background: -webkit-linear-gradient(left, #5d0000 0%,#cf3a00 100%);
		background: linear-gradient(to right, #5d0000 0%,#cf3a00 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d0000', endColorstr='#cf3a00',GradientType=1 );
	}
	#hd .hd_armoury_filter li h4{
		color:#B80017;
		margin-bottom: 0;
		font-size: 1.125em;
		-webkit-transition: color .25s ease;
		-moz-transition: color .25s ease;
		-ms-transition: color .25s ease;
		-o-transition: color .25s ease;
		transition: color .25s ease;
	}
	#hd .hd_armoury_filter li:hover h4,
	#hd .hd_armoury_filter li.hd_active h4{
		color:#ffffff;
	}
	#hd .hd-sec-armoury .fright{
		width: calc(100% - 255px);
		padding-left: 20px;
	}
	#hd .hd_armoury_content li{
		height: 0;
		opacity: 0;
		visibility: none;
	}
	#hd .hd_armoury_content li.hd_active{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	#hd .hd_armoury_content figure{
		width: 100%;
		height: 0;
		padding-bottom: 55.2857%;
		background: 0 0 no-repeat;
		background-size: contain;
	}
	#hd .hd_armoury_content .owl-dots{
		width: 100%;
		position: absolute;
		top: 100%;
		margin:10px 0;
		text-align: center;
	}
	#hd .hd_armoury_content .owl-dot{
		display: inline-block;
		vertical-align: top;
		width: 10px;
		height: 10px;
		border-radius: 6px;
		background: #333333;
		margin:5px;
	}
	#hd .hd_armoury_content .owl-dot.active{background: #9E0C00; }
	#hd .learn_more,
	#hd .hd-sec-armoury .hd_btn{
		display: inline-block;
		padding:10px 20px;
		font-size: 1.125em;
		font-weight: bold;
		color:#989898;
		background: #000000;
		background-clip: padding-box;
		border:2px solid transparent;
		border-radius: 10px;
		margin:50px 0 0;
		position: relative;
		-webkit-transition: color .25s ease;
		-moz-transition: color .25s ease;
		-ms-transition: color .25s ease;
		-o-transition: color .25s ease;
		transition: color .25s ease;
	}
	#hd .learn_more{
		margin: 0 0 25px 0;
	}
	#hd .learn_more:before,
	#hd .hd-sec-armoury .hd_btn:before{
		content:'';
		display: block;
		position: absolute;
		top: 0;right: 0;bottom: 0;left: 0;
		z-index: -1;
		margin: -2px;
		border-radius: inherit;
		background: linear-gradient(to right, #363636, #9C9C9C, #363636);
	}
	#hd .learn_more:hover,
	#hd .hd-sec-armoury .hd_btn:hover{
		color:#ffffff;
	}

	#hd .inline-box{
		margin-bottom: 25px;
	}
	#hd .inline-box h3,
	#hd .inline-box img{
		display: inline-block;
		vertical-align: middle;
	}
	#hd .inline-box h3{
		margin-bottom: 0;
	}
	#hd .inline-box img{
		margin-left: 15px;
	}