@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Fjalla+One|Roboto+Condensed:300,400');
@font-face {
	font-family: 'ROGFontsv';
	src: url('../fonts/ROGFontsv1.5-Regular.otf') format("opentype"),
		 url('../fonts/ROGFontsv1.5-Regular.otf') format('embedded-opentype'),
		 url("../fonts/ROGFontsv1.6.1.ttf") format("truetype");
	font-weight: normal;
	font-style: normal
}
@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;
}
/* ---------- 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: "Fjalla One", 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{
		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%;
	    max-width: 1200px;
	    margin: 0 auto;
	    position: relative;
	}
	#hd .hd-w1100 {max-width: 1100px; }
	#hd .hd-w1300 {max-width: 1300px; }
	#hd .hd-w1400 {max-width: 1400px; }
	#hd .hd-col20,
	#hd .hd-col25,
	#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-col20{width: 20%; }
	#hd .hd-col25{width: 25%; }
	#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{
		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 ----- */
	#hd a.txt-link,
	#hd .sec_kv ul,
	#hd .sec_kv li figure:before,
	#gene .sec_kv li figure,
	#hd .sec_kv h3,
	#hd .switch li,
	#hd .hd-supremefx li,
	#hd .btn-audio:after{
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		transition: all 0.4s 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 .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_kv > img{
		width: 100%;
		margin-top: -7%;
		z-index: -2;
	}
	#hd .sec_kv .hd-w1200{
		width: 100%;
		max-width: none;
		padding-top: 6%;
		z-index: 3;
	}
	#hd .sec_kv h2:before{display: none;}
	#hd .sec_kv .hd-w1200 h2{
		max-width: 1200px;
		margin:0 auto 30px;
	}

	#hd #control .sec_kv .hd-w1200{
		padding-top: 2.5%;
	}
	#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_kv nav{
		margin-top: -10%;
		margin-bottom: 2.5%;
		padding-bottom: 2px;
	}
	#hd .sec_kv ul{
		width: 100%;
		text-align: center;
	}
	#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 .sec_kv li.hd-col20{
		display: inline-block;
		vertical-align: top;
		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;
		font-size: 1.5rem;
		text-transform: uppercase;
		margin:0;
		/*background-color: #333;*/
		color:#808080;
		padding:5px 10px;
		position: relative;
		z-index: 3;
	}
	#hd .sec_kv li:hover h3{color:#ddd;}
	#hd .sec_kv li.hd-active h3{color:#fff;}

	#hd .sec_kv .skew_btn li{
		padding:10px;
		margin:0 10px;
		position: relative;
		z-index: 2;
		overflow: visible;
		border-left:3px solid #666666;
		border-right:3px solid #4d4d4d;
		background-position: 0 0, 0 100%;
		background-repeat: no-repeat;
		-webkit-background-size: 100% 3px;
		-moz-background-size: 100% 3px;
		background-size: 100% 3px;
		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%);
		-webkit-transition: none;
		   -moz-transition: none;
		    -ms-transition: none;
		     -o-transition: none;
		        transition: none;
		-webkit-transform: skew(25deg);
		   -moz-transform: skew(25deg);
		    -ms-transform: skew(25deg);
		     -o-transform: skew(25deg);
		        transform: skew(25deg);
	}
	#hd .sec_kv .skew_btn li:after{
		content:'';
		display: block;
		width: 13%;
		position: absolute;
		left: 95%;
		background-color: #000;
		border-left: 4px solid #4d4d4d;
		z-index: 2;
		-webkit-transform: skew(-50deg);
		   -moz-transform: skew(-50deg);
		    -ms-transform: skew(-50deg);
		     -o-transform: skew(-50deg);
		        transform: skew(-50deg);
		height: 42%;
		border-bottom: 1px solid #000;
		bottom: 0;        
	}
	/*ie11 above fixed*/
	_:-ms-fullscreen,
	:root #hd .sec_kv .skew_btn li:after{
		bottom: 0;
	}
	#hd .sec_kv .skew_btn li.hd-active{
		border-left:3px solid #680c20;
		border-right:3px solid #670b08;
		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(135deg, #680c20 0%, #4e0808 30%, #770d0e 53%, #4a0804 75%, #780c0b 100%), -webkit-linear-gradient(135deg, #680c20 0%, #4e0808 30%, #770d0e 53%, #4a0804 75%, #780c0b 100%);
		background-image: -moz-linear-gradient(135deg, #680c20 0%, #4e0808 30%, #770d0e 53%, #4a0804 75%, #780c0b 100%), -moz-linear-gradient(135deg, #680c20 0%, #4e0808 30%, #770d0e 53%, #4a0804 75%, #780c0b 100%);
		background-image: -o-linear-gradient(135deg, #680c20 0%, #4e0808 30%, #770d0e 53%, #4a0804 75%, #780c0b 100%), -o-linear-gradient(135deg, #680c20 0%, #4e0808 30%, #770d0e 53%, #4a0804 75%, #780c0b 100%);
		background-image: linear-gradient(135deg, #680c20 0%, #4e0808 30%, #770d0e 53%, #4a0804 75%, #780c0b 100%), linear-gradient(to right, #680c20 0%, #4e0808 30%, #770d0e 53%, #4a0804 75%, #780c0b 100%);
	}
	#hd .sec_kv .skew_btn li.hd-active:after{
		border-left-color: #670b08;
	}
	#hd .sec_kv .skew_btn h3{
		font-size: 1.25rem;
		color:#ddd;
		-webkit-transform: skew(-25deg);
		   -moz-transform: skew(-25deg);
		    -ms-transform: skew(-25deg);
		     -o-transform: skew(-25deg);
		        transform: skew(-25deg);
	}
	#hd .sec_kv .skew_btn li:hover h3{
		color:#fff;
	}
/* ---------- 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;
	}

/* ---------- #gene --------------- */
	#gene .sec_kv > img{margin-top: 0;}
	#gene .sec_kv .hd-w1200{
		width: 90%;
		max-width: 1200px;
		position: absolute;
		top: 33%;
		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%);
	}
	#gene .sec_kv h2:before{display: none; }
	#gene .sec_kv nav{margin-top: -5%; }
	#gene .sec_kv li figure{
		padding-bottom: 48%;
	}
	#hd #gene .sec_kv h2{width: 100%;}
	#hd #gene .sec_kv p{width: 90%;}
	#gene .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%);
	}
	#gene .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%);
	}
	#gene .sec_kv li figure{
		background-size: 48%;
		background-position: center top;
	}
	#gene .sec_kv li:nth-child(1) figure{background-image: url(../img/icon/top_1.png);}
	#gene .sec_kv li:nth-child(2) figure{background-image: url(../img/icon/top_2.png);}
	#gene .sec_kv li:nth-child(3) figure{background-image: url(../img/icon/top_3.png);}
	#gene .sec_kv li:nth-child(4) figure{background-image: url(../img/icon/top_4.png);}
	#gene .sec_kv li:nth-child(1) a:hover figure{background-image: url(../img/icon/top_1_r.png);}
	#gene .sec_kv li:nth-child(2) a:hover figure{background-image: url(../img/icon/top_2_r.png);}
	#gene .sec_kv li:nth-child(3) a:hover figure{background-image: url(../img/icon/top_3_r.png);}
	#gene .sec_kv li:nth-child(4) a:hover figure{background-image: url(../img/icon/top_4_r.png);}
/* ---------- #specs -------------- */
	#hd .small_fonts{
		font-size: 0.8rem;
	}
	#hd #specs{
		padding:80px 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{
		display: block;
		text-align: center;
		z-index: 2;
	}
	#hd #specs .hd-w1300{position: static; }
	#hd #specs .spec-main {
		width: 100%;
		height: 0;
		padding-bottom: 59%;
		background: 35% 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 .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 .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 #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: 360px;
	}
	#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.75;
		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;
	}
	/* spec-1 li positions*/
		#hd #specs .spec-1 ol li{
			width: 20%;
			max-width: 230px;
		}
		#hd #specs .spec-1 ol li:nth-child(n){left: 6%; }
		#hd #specs .spec-1 ol li:nth-child(1){top: 8.2%;}
		#hd #specs .spec-1 ol li:nth-child(2){top:12.5%;}
		#hd #specs .spec-1 ol li:nth-child(3){top:18.75%;}
		#hd #specs .spec-1 ol li:nth-child(4){top:28%;}
		#hd #specs .spec-1 ol li:nth-child(5){top:36%;}
		#hd #specs .spec-1 ol li:nth-child(6){top:46%;}
		#hd #specs .spec-1 ol li:nth-child(7){top:64.5%;}
		#hd #specs .spec-1 ol li:nth-child(8){top:73.5%;}
	/* 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: 5%; }
		#hd #specs .spec-2 ol li:nth-child(1){top: 4.5%;}
		#hd #specs .spec-2 ol li:nth-child(2){top:34%;}
		#hd #specs .spec-2 ol li:nth-child(3){top:63%;}
		/*#hd #specs .spec-2 ol li:nth-child(3) img{max-width: 120px !important;}*/
		/*#hd #specs .spec-2 ol li:nth-child(4){top:92%;}*/

		#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: 82%; }
		#hd #specs .spec-2 ol li:nth-child(4){top:14%;}
		#hd #specs .spec-2 ol li:nth-child(5){top:43.5%;}
		#hd #specs .spec-2 ol li:nth-child(6){top: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: 13.5%; }
		#specs .spec-3 ol li:nth-child(2) {top: 23.5%; }
		#specs .spec-3 ol li:nth-child(3) {top: 36%; }
		#specs .spec-3 ol li:nth-child(4) {top: 46%; }
		#specs .spec-3 ol li:nth-child(5) {top: 55.5%; }
		#specs .spec-3 ol li:nth-child(6) {top: 65.5%; }
		#specs .spec-3 ol li:nth-child(7) {top: 72.5%; }
		#specs .spec-3 ol li:nth-child(8) {top: 84%; }
		#specs .spec-3 ol li:nth-child(9) {top: 93.5%; }

	#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 #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 #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 -------- */
	#performance .sec_kv p{
		max-width: 1200px;
		margin:0 auto -5%;
		position: relative;
		z-index: 5;
	}
/* ------------ ddr4 -------------- */
	#hd .hd-sec-ddr4{padding:50px 0 100px; }
	#hd .hd-sec-ddr4 h3{margin-bottom: 20px;}
	#hd .hd-sec-ddr4 p{
		margin-bottom: 40px;
		max-width: 540px;
	}
	#hd .hd-sec-ddr4 .fright{
		margin-right: -5%;
		margin-left: -20%;
	}
	#hd .hd-sec-ddr4 .fleft{
		margin-top: 10%;
		position: relative;
		z-index: 2;
	}
/* ------------ dimm -------------- */
	#hd .hd-sec-dimm{padding:50px 0 100px; }
	#hd .hd-sec-dimm .hd-logo{
		width: 15%;
		max-width: 100px !important;
		margin:0 0 10px 0;
	}
	#hd .hd-sec-dimm h3{margin-bottom: 20px;}
	#hd .hd-sec-dimm p{
		margin-bottom: 40px;
		max-width: 540px;
	}
	#hd .hd-sec-dimm .fleft{
		margin-top: 2%;
		margin-right: -5%;
		margin-left: -20%;
	}
	#hd .hd-sec-dimm .fright{
		position: relative;
		z-index: 2;
	}
/* ------------ overclock --------- */
	#hd .hd-sec-overclock{padding:50px 0; }
	#hd .hd-sec-overclock .fleft{
		position: relative;
		z-index: 2;
		margin-top: 12%;
	}
	#hd .hd-sec-overclock .fright{
		margin-left: -5%;
		margin-right: -10%;
		position: relative;
	}
	#hd .hd-sec-overclock .fright b{
		position: absolute;
		font-size: 1.25em;
		line-height: 1;
	}
	#hd .hd-sec-overclock .pos-1{top: -4%; left: 41%; }
	#hd .hd-sec-overclock .pos-2{top: 32%; left: 65%; }
/* ------------ fan --------------- */
	#hd .hd-sec-fan{
		padding:90px 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	#hd .hd-sec-fan .fleft{
		width: 60%;
		margin-left: -10%;
		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: 25%;
		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: 47px;
		height: 47px;
		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; }
/* ------------ toolkit ----------- */
	#hd .hd-sec-toolkit {padding: 0 0 40px; }
	#hd .hd-sec-toolkit .hd-w1000{width: 90%;}
	#hd .hd-sec-toolkit h4{font-size: 24px;}

	#hd .hd-list{
		width: 95%;
		max-width: 950px;
		padding-left: 3%;
		margin:60px auto 0;
		text-align: center;
	}
	#hd .hd-list li {
		position: relative;
		padding-left: 90px;
		min-height: 110px;
		max-width: 380px;
		text-align: left;
	}
	#hd .hd-list li h4 {
		font-family: 'Xolonium', sans-serif;
		font-size: 18px;
		text-transform: none;
		padding-bottom: 10px;
		margin-bottom: 5px;
		background-size: contain;
		background-position: left bottom;
		background-repeat: no-repeat;
	}
	#hd .hd-list li p{
		max-width: 320px;
		margin-bottom: 10px;
	}
	#hd .hd-list ul:nth-child(1) li:nth-child(1) h4 {
		background-image: url('../img/toolkit/line-w.png');
		color: #fafafa;
	}
	#hd .hd-list ul:nth-child(1) li:nth-child(2) h4 {
		background-image: url('../img/toolkit/line-1.png');
		color: #CB002E;
	}
	#hd .hd-list ul:nth-child(1) li:nth-child(3) h4 {
		background-image: url('../img/toolkit/line-2.png');
		color: #D52600;
	}
	#hd .hd-list ul:nth-child(1) li:nth-child(4) h4 {
		background-image: url('../img/toolkit/line-3.png');
		color: #C46000;
	}
	#hd .hd-list ul:nth-child(1) li:nth-child(5) h4 {
		background-image: url('../img/toolkit/line-4.png');
		color: #DC8F00;
	}
	#hd .hd-list ul:nth-child(2) li:nth-child(1) h4 {
		background-image: url('../img/toolkit/line-5.png');
		color: #CAB725;
	}
	#hd .hd-list ul:nth-child(2) li:nth-child(2) h4 {
		background-image: url('../img/toolkit/line-6.png');
		color: #88BD00;
	}
	#hd .hd-list ul:nth-child(2) li:nth-child(3) h4 {
		background-image: url('../img/toolkit/line-8.png');
		color: #38A1D4;
	}
	#hd .hd-list ul:nth-child(2) li:nth-child(4) h4 {
		background-image: url('../img/toolkit/line-9.png');
		color: #0067F0;
	}
	#hd .hd-list ul:nth-child(3) li:nth-child(1) h4 {
		background-image: url('../img/toolkit/line-10.png');
		color: #6D3BFF;
	}
	#hd .hd-list ul:nth-child(3) li:nth-child(2) h4 {
		background-image: url('../img/toolkit/line-11.png');
		color: #C500FF;
	}
	#hd .hd-list .locker-num {
		display: block;
		width: 80px;
		position: absolute;
		top: -10px;
		left: 0;
		font-family: 'ROGFontsv', sans-serif;
		font-size: 5rem;
		line-height: 2.5rem;
		text-align: center;
		color: #FFF;
	}
	#hd .hd-list small{
		display: block;
		padding-left: 90px;
		margin-bottom: 30px;
	}

	 /*新增區塊*/
    #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;
	}
	/*新增區塊結束*/
/* ------------ speed ------------- */
	#hd .hd-sec-speed{padding:30px 0 70px;}
	#hd .hd-sec-speed .hd-txt{
		margin-top: 10%;
	}
	#hd .hd-sec-speed .hd-content li,
	#hd .hd-sec-speed .hd-img li{
		display: none;
	}
	#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 b{
		position: absolute;
		line-height: 1;
	}
	#hd .hd-sec-speed .pos-1{top: 25%; left: 77%;}
	#hd .hd-sec-speed .pos-2{top: 45%; left: 77%;}
	#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:first-child:before{
		content:'+';
		display: block;
		width: 30px;
		height: 30px;
		border-radius: 15px;
		line-height: 30px;
		background: #890000;
		color:#ffffff;
		text-align: center;
		position: absolute;
		top: 79%;
		left: 61%;
		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(0%);
		}
		100%{
			transform: translateX(-20%);
		}
	}
/* ---------- #control ------------ */
	#control .sec_kv h2:before{top: 5%; }
	#control .sec_kv p{
		max-width: 1000px;
		margin:0 auto -5%;
		position: relative;
		z-index: 5;
	}
	#control .sec_kv li.hd-col20{width: 300px; }
	#control .sec_kv .skew_btn li:after{left: 94%;}
/* ------------ 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: top;
		-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;
		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-mode{padding:70px 0; }
	#hd .hd-sec-mode .hd-frame,
	#hd .hd-sec-gamefirstv .hd-frame{margin-top: 110px;}
	#hd .hd-sec-mode li .hd-col50,
	#hd .hd-sec-gamefirstv li > div{display: none; }
	#hd .hd-sec-mode li.hd-active .hd-col50,
	#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-mode li .hd-title,
	#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-mode li.hd-active .hd-title,
	#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-mode li .hd-title:before,
	#hd .hd-sec-mode li .hd-title:after,
	#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-mode li .hd-title:before,
	#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-mode li .hd-title:after,
	#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 .hd-sec-mode .scrollbox{
		padding-bottom: 37%;
		position: relative;
	}
	#hd .hd-sec-mode .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-mode h5,
	#hd .hd-sec-gamefirstv h5{
		font-size: 1.25rem;
		margin: 0 0 15px;
	}
	#hd .hd-sec-mode p,
	#hd .hd-sec-gamefirstv p{margin-bottom: 5px;}
	#hd .hd-sec-mode p.txt-red,
	#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-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: 10%;
			left: 73%;
		}
		#hd .hd-supremefx li:nth-child(3) .txt-box{
			top: 19%;
			left: 50%;
		}
		#hd .hd-supremefx li:nth-child(4) .txt-box{
			top: 30%;
			left: 43%;
		}
		#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.pos2{left: 48%; }
	#hd .audio-switch li#dragger.pos3{left: 96.5%; }
	/*#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: 20%; margin-left: -7.5%;}
	#hd .audio-switch li:nth-child(3){width: 20%; margin-right: -7.5%;}
	#hd .audio-switch li:first-child span{margin-left: 3px; }
	#hd .audio-switch li:nth-child(3) 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%;
	}
/* ------------ ramcache ---------- */
	#hd .hd-sec-ramcache{
		width: 80%;
		padding-bottom: 50px;
		position: relative;
		z-index: 2;
	}
	#hd #ramcache-img{
		position: relative;
		transform-style: preserve-3d;
		perspective: 600px;
	}
	#hd #ramcache-img figure{
		width: 43%;
		max-width: 540px;
		height: 0;
		padding-bottom: 30.5%;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin:auto 0;
		z-index: 3;
		-webkit-transform: rotateY(-10deg) translate3d(-20%, 0, 70px);
		   -moz-transform: rotateY(-10deg) translate3d(-20%, 0, 70px);
		    -ms-transform: rotateY(-10deg) translate3d(-20%, 0, 70px);
		     -o-transform: rotateY(-10deg) translate3d(-20%, 0, 70px);
		        transform: rotateY(-10deg) translate3d(-20%, 0, 70px);
	}
	#hd #ramcache-img figure li{opacity: 0; }
	#hd #ramcache-img figure li.hd-active{opacity: 1;}
	#hd #ramcache-img figure img{
		position: absolute;
		top: 0;
		right: 0;
	}
	#hd #ramcache-img .hd-txt{
		width: 90%;
		max-width: 400px;
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		margin:0 auto;
		text-align: left;
	}
	#hd #ramcache-img li:last-child .hd-txt{
		top: 65%;
	}
	#hd #ramcache_switch_right{
		height: 73px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 100%;
		margin:auto 0;
		cursor: pointer;
		-webkit-transform: scaleX(-1);
		   -moz-transform: scaleX(-1);
		    -ms-transform: scaleX(-1);
		     -o-transform: scaleX(-1);
		        transform: scaleX(-1);
	}
	#hd #transfer_time{
		width: 25%;
		min-width: 325px;
		position: absolute;
		right: 52%;
		bottom: 0;
	}

/* ---------- #personalized ------- */
	#personalized .sec_kv h2:before{top: 5%; }
	#personalized .sec_kv p{
		max-width: 1200px;
		margin:0 auto -5%;
		position: relative;
		z-index: 5;
	}
/* ------------ lighting ---------- */
	#hd .hd-sec-lighting{position: relative; }
	#hd .hd-lighting > img{width: 100%; }
	#hd .hd-sec-lighting .hd-w1400{
		position: absolute;
		top: 10%;
		left: 0;right: 0;
	}
	#hd .hd-lightingbox{
		width: 90%;
		height: 0;
		padding-bottom: 49%;
		position: relative;
	}
	#hd .hd-lightingbox p{
		display: block;
		font-size: 18px;
		font-weight: 400;
		text-transform: uppercase;
		margin-bottom: 0;
		position: absolute;
		left:55%;
		top: 85%;
	}

	#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-col50{
		box-sizing: border-box;
		padding:0 5% 0 2%;
		margin-top: 2%;
		margin-left: 5%;
		position: relative;
		z-index: 2;
	}
	#hd #controlBox{margin-left: -5%; }
	#hd .hd-controls{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
	}
	#hd .hd-controls li{
		width: 16.6666%;
		max-width: 130px;
		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;
	}
	#hd .hd-controls b{
		display: block;
		font-size: 16px;
		font-weight: 400;
		margin: 5px 0;
	}
	#hd .hd-controls small{
		width: 113px;
		height: 65px;
		margin:0 auto;
	}

	#colorpicker{
		width: 130px;
		position: absolute;
		top: 105%;
		right: 15%;
	}

	#auraClose{
		width: 40px;
		height: 40px;
		cursor: pointer;
		position: absolute;
		left: 5%;
		top: 105%;
		-webkit-animation: bounce 1s infinite;
		   -moz-animation: bounce 1s infinite;
		    -ms-animation: bounce 1s infinite;
		     -o-animation: bounce 1s infinite;
		        animation: bounce 1s infinite;
	}
	#auraClose.hd-closed{
		-webkit-transform: scaleY(-1);
		   -moz-transform: scaleY(-1);
		    -ms-transform: scaleY(-1);
		     -o-transform: scaleY(-1);
		        transform: scaleY(-1);
	}
	#auraClose img:last-child{display: none; }
	#auraClose.hd-closed img:first-child{display: none; }
	#auraClose.hd-closed img:last-child{display: block; }

	#color,
	#greybg{
		width: 100%;
		height: 0;
		padding-bottom: 50%;
		margin-top: 1px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	#greybg {
		background-color: #000000;
		z-index: -2;
	}
/* ------------ 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);
	}

/* ---------- #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 h2:before{top: 8%; }
	#hd #intel img{
		display: inline-block;
		vertical-align: top;
		width: 100px;
	}
	#hd #intel 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;
	}

/* ---------- 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);
        }
    }

/* ---------- 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 ); /* IE6-9 */
	}
	/*.hd-rainbow:before{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 83.5%;
		left: 48%;
		background: #000000;
	}*/
	.hd-rainbow:after{
		content:'';
		display: block;
		width: 50%;
		height: 4%;
		position: absolute;
		top: 87%;
		left: 48%;
		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: 94.5%;
		left: 48%;
		background: #000000;
	}
	.hd-cycle:after{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 94.5%;
		left: 48%;
		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,  #000000 30%, #ff0000 45%, #ffff00 50%, #000000 60%);
		background: -webkit-linear-gradient(left,  #000000 30%,#ff0000 45%, #ffff00 50%,#000000 60%);
		background: linear-gradient(to right,  #000000 30%,#ff0000 45%, #ffff00 50%,#000000 60%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#000000',GradientType=1 );
	}
	.hd-comet:before{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 94.5%;
		left: 48%;
		background: #000000;
		-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: 94.5%;
		left: 48%;
		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: 94.5%;
		left: 48%;
		background: #000000;
		-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: 94.5%;
		left: 48%;
		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: 87%;
		left: 80%;
		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: 94.5%;
		left: 48%;
		background: #000000;
	}
	.hd-wave:after{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 94.5%;
		left: 48%;
		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(left, #ffff00 0%, #ffff00 50%, #ff0000 90%, #000000 100%);
		background: -webkit-linear-gradient(left, #ffff00 0%, #ffff00 50%, #ff0000 90%, #000000 100%);
		background: linear-gradient(to right, #ffff00 0%, #ffff00 50%, #ff0000 90%, #000000 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: 48%;
		background: #000000;
	}
	.hd-yoyo .starry_night{
		display: block !important;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 87%;
		left: 47%;
		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: 94.5%;
		left: 48%;
		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: 100%;
		height: 5%;
		position: absolute;
		top: 94.5%;
		left: 48%;
		background: #000000;
	}
	.hd-starryNight:after{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 94.5%;
		left: 48%;
		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: 59%;  top: 30%; }
	.starry_night li:nth-child(2) {left: 70%;  top: 54%; animation: breathing 3s -1s infinite;}
	.starry_night li:nth-child(3) {left: 75%; top: 49%; animation: breathing 2s -1s infinite;}
	.starry_night li:nth-child(4) {left: 93%;  top: 8%; }
	.starry_night li:nth-child(5) {left: 93%; top: 27%; animation: breathing 3s -2s infinite;}
	.starry_night li:nth-child(6) {left: 93%;  top: 50%; animation: breathing 2s -1s infinite;}
	.starry_night li:nth-child(7) {left: 93%;  top: 70%; animation: breathing 3s -2s infinite;}
	.starry_night li:nth-child(8) {left: 93%; top: 80%; animation: breathing 3s infinite;}
	.starry_night li:nth-child(9) {left: 93%;  top: 85%; animation: breathing 4s infinite;}
	/*.starry_night li:nth-child(10) {left: 93%; top: 84%; animation: breathing 3s infinite;}*/
	@-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 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{
		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;}
	}
	/*--------new add-------------*/
	#hd .hd_WORLD{
		padding-top: 2.5%;
	}
	#hd .hd_WORLD p{
		margin-bottom: 0px; 
	}
	#hd .hd_WORLD .flex_box{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#hd .hd_WORLD .flex_box img{
		margin: 0;
	}
	#hd .hd_WORLD .flex_box .word_1{ width: 38%; }
	#hd .hd_WORLD .flex_box .word_2{ width: 25%; }
	#hd .hd_WORLD .flex_box .word_3{ width: 16%; }
	#hd .hd_WORLD .flex_box .word_4{ width: 20%; }


	#hd #control .sec_kv > img,
    #hd #performance .sec_kv > img{
    	margin-top: -15%;
    }