@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.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;
	}

	#hd .hd-sec-audio .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: 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 .hd-sec-audio .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 .hd-sec-audio .hd_btn:hover{
		color:#ffffff;
	}
/* ---------- TXT ------------ */
	#hd h2,
	#hd h3,
	#hd h5{
		font-family: 'Xolonium', sans-serif;
	}
	#hd h2 {
		font-size: 3rem;
		line-height: 1;
		color: #ffffff !important;
		letter-spacing: 0.5px;
		text-transform: uppercase;
		margin-bottom: 20px;
		word-break:normal;
		word-wrap: normal;
	}
	#hd h3 {
		font-size: 2.4rem;
		line-height: 1;
		color: #ffffff;
		margin-bottom: 20px;
	}
	#hd h4 {
		font-family: "Fjalla One", sans-serif;
		font-size: 24px;
		font-weight: normal;
		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{
		display: inline-block;
		padding-bottom: 5px;
		color: #82FFDB;
		background: #82FFDB;
		background: -webkit-linear-gradient(left, #82FFDB, #496DD3);
		background:	   -moz-linear-gradient(left, #82FFDB, #496DD3);
		background: 	 -o-linear-gradient(left, #82FFDB, #496DD3);
		background:			linear-gradient(to right, #82FFDB, #496DD3);
		-webkit-background-clip: text;
				background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	_:-ms-input-placeholder, :root #hd .txt-cyan{background: transparent !important; }

	#hd .txt-pink{
		display: inline-block;
		padding-bottom: 5px;
		color:#AF0054;
		background-color:#AF0054;
		background: -webkit-linear-gradient(right, #8A003A 0%,#AF0054,  #8A003A 100%);
		background:	   -moz-linear-gradient(right, #8A003A 0%,#AF0054,  #8A003A 100%);
		background: 	 -o-linear-gradient(right, #8A003A 0%,#AF0054,  #8A003A 100%);
		background:			linear-gradient(to left, #8A003A 0%,#AF0054,  #8A003A 100%);
		-webkit-background-clip: text;
				background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	_:-ms-input-placeholder, :root #hd .txt-pink{background: transparent !important; }

	#hd .txt-purple{
		display: inline-block;
		padding-bottom: 5px;
		color: #851fff;
		background: #851fff;
		background: -webkit-linear-gradient(left,#7600FF 0%,#C61AD6);
		background:	   -moz-linear-gradient(left,#7600FF 0%,#C61AD6);
		background: 	 -o-linear-gradient(left,#7600FF 0%,#C61AD6);
		background:			linear-gradient(to right,#7600FF 0%,#C61AD6);
		-webkit-background-clip: text;
				background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	_:-ms-input-placeholder, :root #hd .txt-purple{background: transparent !important; }

	#hd .txt-red{
		display: inline-block;
		padding-bottom: 5px;
		color:#C20011;
		background-color:#C20011;
		background: -webkit-linear-gradient(right, #550003 0%,#C20011,  #550003 100%);
		background:	   -moz-linear-gradient(right, #550003 0%,#C20011,  #550003 100%);
		background: 	 -o-linear-gradient(right, #550003 0%,#C20011,  #550003 100%);
		background:			linear-gradient(to left, #550003 0%,#C20011,  #550003 100%);
		-webkit-background-clip: text;
				background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	_:-ms-input-placeholder, :root #hd .txt-red{background: transparent !important; }

	#hd .txt-normal-purple {color: #7600FF;  font-weight: 400;}
	#hd .txt-normal-blue {color: #0b5bab; font-weight: 400;}
	#hd .txt-normal-cyan {color: #10b8b0; font-weight: 400;}
	#hd .txt-normal-pink {color: #AF0054; font-weight: 400;}
	#hd .txt-normal-red{color:#C20011; font-weight: 400;}
	#hd .txt-grey{color:#646464; font-weight: 400;}

	#hd .title-cyan{text-shadow: 0 0 35px #00ffc9;}
	#hd .title-purple{text-shadow: 0 0 35px #bb00ff;}
	#hd .title-red{text-shadow: 0 0 35px #cc0c00;}
	#hd .title-blue{text-shadow: 0 0 35px #0080ff; }
/* ---------- BLOCK ---------- */
	#hd .w95{
		width: 94%;
		margin:0 auto;
	    position: relative;
	}
	#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 .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 auto;
		border: 80px solid transparent;
		border-image: url(../img/frame/frame-red.png) 80 round;
		border-image-outset: 80px;
		position: relative;
	}
	#hd .hd-frame.hd-frame-red{
		border-image: url(../img/frame/frame-red.png) 80 round;
		border-image-outset: 80px;
	}
	#hd .hd-frame.hd-frame-blue{
		border-image: url(../img/frame/frame-blue.png) 80 round;
		border-image-outset: 80px;
	}

	#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.blue:before{
		content:'';
		display: block;
		width: 100%;
		height: 2px;
		position: absolute;
		top: 0;bottom: 0;
		margin:auto 0;
		background: #398887;
		background-size: 100%;
		background-image: -webkit-linear-gradient(left, #000000 0%, #398887 20%, #2B6A6A 40%, #398887 53%, #2B6A6A 75%, #2B6A6A 90%, #000000 100%);
		background-image: -moz-linear-gradient(left, #000000 0%, #398887 20%, #2B6A6A 40%, #398887 53%, #2B6A6A 75%, #2B6A6A 90%, #000000 100%);
		background-image: -o-linear-gradient(left, #000000 0%, #398887 20%, #2B6A6A 40%, #398887 53%, #2B6A6A 75%, #2B6A6A 90%, #000000 100%);
		background-image: linear-gradient(to right, #000000 0%, #398887 20%, #2B6A6A 40%, #398887 53%, #2B6A6A 75%, #2B6A6A 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.blue li{
		display: inline-block;
		vertical-align: middle;
		width: 18px;
		height: 35px;
		margin:0 8px;
		background: #2B6A6A;
		background-size: 120px;
		background-image: -webkit-linear-gradient(300deg, #2B6A6A 0%, #398887 30%, #2B6A6A 53%, #398887 75%, #398887 100%);
		background-image: -moz-linear-gradient(300deg, #2B6A6A 0%, #398887 30%, #2B6A6A 53%, #398887 75%, #398887 100%);
		background-image: -o-linear-gradient(300deg, #2B6A6A 0%, #398887 30%, #2B6A6A 53%, #398887 75%, #398887 100%);
		background-image: linear-gradient(300deg, #2B6A6A 0%, #398887 30%, #2B6A6A 53%, #398887 75%, #398887 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;}
/* ---------- transition ----- */
	#hd a.txt-link,
	#hd .btn_go,
	#hd .sec_kv ul,
	#hd .sec_kv li figure:before,
	#hd .sec_kv h3:after,
	#hd .switch li,
	#hd .hd-sec-mode .hd-skewtag,
	#hd .hd-sec-guardian li:first-child img,
	#hd #sonic_studio .hd-content{
		-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 .main_tab{
		background-color: #000;
	}
	#hd .hd_620_on{
		display: none;
	}
	#hd .sec_kv{
		width: 100%;
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: 0 0;
		position: relative;
		z-index: 1;
	}
	#hd .sec_kv > img{width: 100%;}
	#hd .sec_kv .hd-w1200,
	#hd .sec_kv .hd-w1300{
		position: absolute;
		top: 50px;left: 0;right: 0;
	}
	#hd .sec_kv p{
		font-size: 1.125rem;
		letter-spacing: 1px;
	}
	#hd .sec_kv ul{
		width: 100%;
		text-align: center;
	}
	#hd .sec_kv li{
		position: relative;
		/*overflow: hidden;*/
		cursor: pointer;
		z-index: 2;
	}
	#hd .sec_kv li figure{
		width: 100%;
		padding-bottom: 64.9%;
		top: 0;left: 0;
		background:center top no-repeat;
		background-size: 100% 100%;
		-webkit-transition: all .5s ease-in;
		-moz-transition: all .5s ease-in;
		-ms-transition: all .5s ease-in;
		-o-transition: all .5s ease-in;
		transition: all .5s ease-in;
	}
	#hd .sec_kv li:hover figure{
		background-size: 115% 115%;
	}
	#hd .sec_kv h3{
		font-size: 1.5rem;
		text-transform: none;
		color:#fff;
		padding:15px 10px;
		margin: 0 12px;
		position: relative;
	}
	#hd .sec_kv h3:before,
	#hd .sec_kv h3:after{
		content:'';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;right: 0;bottom: 0;left: 0;
		margin:auto;
		-webkit-transform: skewX(12deg);
		   -moz-transform: skewX(12deg);
		    -ms-transform: skewX(12deg);
		     -o-transform: skewX(12deg);
		        transform: skewX(12deg);
		z-index: -2;
	}
	#hd .sec_kv h3:after{
		width:calc(100% - 4px);
		height:calc(100% - 4px);
		background-color: #000;
		z-index: -1;
	}
	#hd .sec_kv li.hd-col20{
		display: inline-block;
		vertical-align: bottom;
		width: 20%;
	}	

	#hd .rig_way li:hover:after,
	#hd .design_sustom li:hover:after,
	#hd .soltd_hardware li:hover:after,
	#hd .tune_your li:hover:after,
	#hd .rig_way li.hd-active:after,
	#hd .design_sustom li.hd-active:after,
	#hd .soltd_hardware li.hd-active:after,
	#hd .tune_your li.hd-active:after{
		content: "";
	    width: 10px;
	    height: 10px;
	    position: absolute;
	    -moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	    bottom: -5px;
	    left: calc(50% - 5px);
	    z-index: 2;
	}
	/*SOLID HARDWARE SPECS FOR GAMING AND MORE*/
	#hd .soltd_hardware li:nth-child(1):hover h3,
	#hd .soltd_hardware li:nth-child(1).hd-active h3{
		color: #00ffa3;
	}
	#hd .soltd_hardware li:nth-child(1):hover:after,
	#hd .soltd_hardware li:nth-child(1).hd-active:after{
		background-color: #00ffa3;
	}
	
	#hd .soltd_hardware li:nth-child(2):hover h3,
	#hd .soltd_hardware li:nth-child(2).hd-active h3{
		color: #00c89a;
	}
	#hd .soltd_hardware li:nth-child(2):hover:after,
	#hd .soltd_hardware li:nth-child(2).hd-active:after{
		background-color: #00c89a;
	}

	#hd .soltd_hardware li:nth-child(3):hover h3,
	#hd .soltd_hardware li:nth-child(3).hd-active h3{
		color: #00a39d;
	}
	#hd .soltd_hardware li:nth-child(3):hover:after,
	#hd .soltd_hardware li:nth-child(3).hd-active:after{
		background-color: #00a39d;
	}

	#hd .soltd_hardware li:nth-child(4):hover h3,
	#hd .soltd_hardware li:nth-child(4).hd-active h3{
		color: #00969c;
	}
	#hd .soltd_hardware li:nth-child(4):hover:after,
	#hd .soltd_hardware li:nth-child(4).hd-active:after{
		background-color:  #00969c;
	}

	#hd .soltd_hardware li:nth-child(5):hover h3,
	#hd .soltd_hardware li:nth-child(5).hd-active h3{
		color: #007e99;
	}
	#hd .soltd_hardware li:nth-child(5):hover:after,
	#hd .soltd_hardware li:nth-child(5).hd-active:after{
		background-color: #007e99;
	}

	/*SOLID HARDWARE SPECS FOR GAMING AND MORE*/
	#hd .tune_your li:nth-child(1):hover h3,
	#hd .tune_your li:nth-child(1).hd-active h3{
		color: #B00054;
	}
	#hd .tune_your li:nth-child(1):hover:after,
	#hd .tune_your li:nth-child(1).hd-active:after{
		background-color: #B00054;
	}
	
	#hd .tune_your li:nth-child(2):hover h3,
	#hd .tune_your li:nth-child(2).hd-active h3{
		color: #B00054;
	}
	#hd .tune_your li:nth-child(2):hover:after,
	#hd .tune_your li:nth-child(2).hd-active:after{
		background-color: #B00054;
	}

	#hd .tune_your li:nth-child(3):hover h3,
	#hd .tune_your li:nth-child(3).hd-active h3{
		color: #B00054;
	}
	#hd .tune_your li:nth-child(3):hover:after,
	#hd .tune_your li:nth-child(3).hd-active:after{
		background-color: #B00054;
	}

	/*DESIGN, CUSTOMIZATION, AND SETUP*/
	#hd .design_sustom li:nth-child(1):hover h3,
	#hd .design_sustom li:nth-child(1).hd-active h3{
		color: #ae00a9;
	}
	#hd .design_sustom li:nth-child(1):hover:after,
	#hd .design_sustom li:nth-child(1).hd-active:after{
		background-color: #ae00a9;
	}
	
	#hd .design_sustom li:nth-child(2):hover h3,
	#hd .design_sustom li:nth-child(2).hd-active h3{
		color: #a300cb;
	}
	#hd .design_sustom li:nth-child(2):hover:after,
	#hd .design_sustom li:nth-child(2).hd-active:after{
		background-color: #a300cb;
	}

	#hd .design_sustom li:nth-child(3):hover h3,
	#hd .design_sustom li:nth-child(3).hd-active h3{
		color: #9900e7;
	}
	#hd .design_sustom li:nth-child(3):hover:after,
	#hd .design_sustom li:nth-child(3).hd-active:after{
		background-color: #9900e7;
	}

	#hd .design_sustom li:nth-child(4):hover h3,
	#hd .design_sustom li:nth-child(4).hd-active h3{
		color: #8500fd;
	}
	#hd .design_sustom li:nth-child(4):hover:after,
	#hd .design_sustom li:nth-child(4).hd-active:after{
		background-color:  #8500fd;
	}

	#hd .design_sustom li:nth-child(5):hover h3,
	#hd .design_sustom li:nth-child(5).hd-active h3{
		color: #4858ba;
	}
	#hd .design_sustom li:nth-child(5):hover:after,
	#hd .design_sustom li:nth-child(5).hd-active:after{
		background-color: #4858ba;
	}
	
	#hd .rig_way li.hd-active h3,
	#hd .rig_way li:hover h3{
		color: #7c0000;
	}
	#hd .rig_way li:hover:after,
	#hd .rig_way li.hd-active:after{
		background-color: #7c0000;
	}

/* ---------- sec_kv color --- */
	#hd .sec_kv ul.hd-cyan li h3 {
		/*color: #496DD3;
		background: #496DD3;
		background: -webkit-linear-gradient(right,#496DD3 0%,#82FFDB);
		background:	   -moz-linear-gradient(right,#496DD3 0%,#82FFDB);
		background: 	 -o-linear-gradient(right,#496DD3 0%,#82FFDB);
		background:			linear-gradient(to left,#496DD3 0%,#82FFDB);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;*/
	}
	_:-ms-input-placeholder, :root #hd .sec_kv ul.hd-cyan li h3{background: transparent !important; }
	#hd .sec_kv ul.hd-purple li h3 {
		/*color: #7600FF;
		background: #7600FF;
		background: -webkit-linear-gradient(left,#7600FF 0%,#C61AD6);
		background:	   -moz-linear-gradient(left,#7600FF 0%,#C61AD6);
		background: 	 -o-linear-gradient(left,#7600FF 0%,#C61AD6);
		background:			linear-gradient(to right,#7600FF 0%,#C61AD6);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;*/
	}
	_:-ms-input-placeholder, :root #hd .sec_kv ul.hd-purple li h3{background: transparent !important; }
	#hd .sec_kv ul.hd-red li h3 {
		/*color: #550003;
		background: #550003;
		background: -webkit-linear-gradient(right, #550003 0%,#C20011 );
		background:	   -moz-linear-gradient(right, #550003 0%,#C20011 );
		background: 	 -o-linear-gradient(right, #550003 0%,#C20011 );
		background:			linear-gradient(to left, #550003 0%,#C20011 );
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;*/
	}
	_:-ms-input-placeholder, :root #hd .sec_kv ul.hd-red li h3{background: transparent !important; }
	#hd .sec_kv ul.hd-cyan li h3:before {
		/*background: #0b49ae;
		background: -webkit-linear-gradient(left,#0b49ae 0%,#24afad);
		background:	   -moz-linear-gradient(left,#0b49ae 0%,#24afad);
		background: 	 -o-linear-gradient(left,#0b49ae 0%,#24afad);
		background:			linear-gradient(to right,#0b49ae 0%,#24afad);*/
	}
	#hd .sec_kv ul.hd-purple li h3:before {
		/*background: #7600FF;
		background: -webkit-linear-gradient(left,#7600FF 0%,#C61AD6);
		background:	   -moz-linear-gradient(left,#7600FF 0%,#C61AD6);
		background: 	 -o-linear-gradient(left,#7600FF 0%,#C61AD6);
		background:			linear-gradient(to right,#7600FF 0%,#C61AD6);*/
	}
	#hd .sec_kv ul.hd-red li h3:before {
		/*background: #550003;
		background: -webkit-linear-gradient(right, #550003 0%,#C20011 );
		background:	   -moz-linear-gradient(right, #550003 0%,#C20011 );
		background: 	 -o-linear-gradient(right, #550003 0%,#C20011 );
		background:			linear-gradient(to left, #550003 0%,#C20011 );*/
	}
	#hd .hd-red,
	#hd .hd-purple.expand,
	#hd .hd-cyan.expand{
		display: inline-block;
	    width: 100%;
	    text-align: center;
	    position: relative;
	}

	#hd .hd-cyan.expand:before{
		content: "";
	    position: absolute;
	    bottom: 0px;
	    left: 0px;
	    right: 0px;
	    height: 2px;
	    background: linear-gradient(to right, #00ffa3, #00c89a, #00a39d, #00a39d, #00969c, #007e99);
	    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#00ffa3, #00a39d,), to(#007e99));
	    background-image: -webkit-linear-gradient(to left, #00ffa3, #00a39d, #007e99);
	    background-image: -moz-linear-gradient(to left, #00ffa3, #00a39d, #007e99);
	    background-image: -o-linear-gradient(to left, #00ffa3, #00a39d, #007e99);
	}
	#hd .hd-purple.expand:before{
		content: "";
	    position: absolute;
	    bottom: 0px;
	    left: 0px;
	    right: 0px;
	    height: 2px;
	    background: linear-gradient(to right, #ae00a9, #a300cb, #9900e7, #8500fd, #4858ba, #4858ba);
	    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#ae00a9, #9900e7,), to(#4858ba));
	    background-image: -webkit-linear-gradient(to left, #ae00a9, #9900e7, #4858ba);
	    background-image: -moz-linear-gradient(to left, #ae00a9, #9900e7, #4858ba);
	    background-image: -o-linear-gradient(to left, #ae00a9, #9900e7, #4858ba);
	}
	#hd .hd-red:before{
		content: "";
	    position: absolute;
	    bottom: 0px;
	    left: 0px;
	    right: 0px;
	    height: 2px;
	    background-color: #7c0000;
	}

/* ---------- sec_content ---------- */
	#hd .sec_content{
		margin-top: 7px;
	}
	
/* ---------- 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;
	}
	#hd #outlook_imgs img {
		display: none;
	}
	#hd #outlook_imgs img.hd-active{display: block;}

/* ---------- #kv ----------------- */
	#hd #kv{
		position: relative;
		background-color: #000000;
	}
	#hd #kv .hd-w1200{position: static;}
	#hd #kv .pos-p{
		width: 80%;
		position: absolute;
		top: 45%;
		left: 55%;
		z-index: 8;
		/* right: -17%; */
		z-index: 50;
	}
	#hd #kv .hd-col50{max-width: 500px;}
	
	#hd #kv .hd-kv-lighting{
		width: 100%;
	    position: absolute;
	    top: 0;
	    left: 0;
	    z-index: 8;
	}
	#hd #kv .hd-kv-lighting figure{
		width: 100%;
		max-width: 1920px;
		margin: auto;
		position: relative;
	}
	#hd #kv .hd-kv-lighting .hd-cover{
		position: absolute;
	    top: 0;
	    left: 0;
	}

/* ---------- #specs -------------- */
	#hd #specs{
		padding: 80px 0;
		background-color: #000000;
	}
	#hd #specs .spec-main {
		width: 100%;
		height: 0;
		padding-bottom: 59%;
		background: 35% center no-repeat;
		background-size: contain;
	}
	#hd .spec-small{
		padding-top: 1.5%;
	}
	#hd #specs .spec-main {background-image: url('../img/spec/spec.png'); }

	#hd #specs .switch{
		display: block;
		margin:0 auto 30px;
		z-index: 3;
	}
	#hd #specs .switch li{
		display: inline-block;
		vertical-align: middle;
		padding:0 10px;
		cursor: pointer;
	}
	#hd #specs .switch span{
		display: inline-block;
		vertical-align: middle;
		width: 15px;
		height: 15px;
		border-radius: 7px;
		background-color: #eaeaea;
	}
	#hd #specs .switch p{
		display: inline-block;
		vertical-align: middle;
		font-weight: bold;
		padding:0 10px;
		margin:0;
		color: #eaeaea;
		font-weight: 300;
	}
	#hd #specs .switch .hd-active span{background-color: #cc0000; }
	#hd #specs .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: 14px;
		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.4;
		display: block;
		letter-spacing: 0;
		font-size: 14px;
	}
	#hd #specs ol li p{
		font-weight: 300;
		margin-bottom: 10px;
		line-height: 1.4;
		letter-spacing: 0;
		color:#aaaaaa;
		font-size: 14px;
	}
	/* spec li positions (overview)*/
		#specs ol li:nth-child(-n+9) {left: 8%; }
		#specs ol li:nth-child(n+10) {left: 72%; }
		#specs ol li:nth-child(1) {top: 5%; }
		#specs ol li:nth-child(2) {top: 11%; }
		#specs ol li:nth-child(3) {top: 17%; }
		#specs ol li:nth-child(4) {top: 37.5%; }
		#specs ol li:nth-child(5) {top: 44%; }
		#specs ol li:nth-child(6) {top: 48%; }
		#specs ol li:nth-child(7) {top: 54.5%; }
		#specs ol li:nth-child(8) {top: 59.5%; }
		#specs ol li:nth-child(9) {top: 80%;}
		#specs ol li:nth-child(10) {top: 11%; }
		#specs ol li:nth-child(11) {top: 15.5%; }
		#specs ol li:nth-child(12) {top: 26.5%; }
		#specs ol li:nth-child(13) {top: 38.5%; }
		#specs ol li:nth-child(14) {top: 48.2%; }
		#specs ol li:nth-child(15) {top: 57%; }
		#specs ol li:nth-child(16) {top: 71%; }
		#specs ol li:nth-child(17) {top: 76%; }
		#specs ol li:nth-child(18) {top: 82.25%; }
		#specs ol li:nth-child(19) {top: 92.25%; }


	#hd .hd-sec-pnetworking{
		padding: 50px 0 0;
	}
	#hd .hd-sec-pnetworking .hd-w1300.txt-center{
		padding: 50px 0;
	}
	
	#hd .innovation.hd-sec-outlook h6{
		font-family: 'Xolonium', sans-serif;
	}
	
	#hd .innovation.hd-sec-outlook .fright{
		top: 15.5%;
	}
	#hd .innovation.hd-sec-outlook ol{
		counter-reset: mycounter;
	}
	#hd .innovation.hd-sec-outlook 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 .innovation.hd-sec-outlook ol li{
		position: absolute;
    	left: 59.5%;
	}
	#hd .innovation.hd-sec-outlook ol li:nth-child(1){
		top: 14.5%;
	}
	#hd .innovation.hd-sec-outlook ol li:nth-child(2){
		top: 30%;
	}
	#hd .innovation.hd-sec-outlook ol li:nth-child(3){
		top: 42%;
	}
	#hd .innovation.hd-sec-outlook ol li:nth-child(4){
		top: 57%;
	}
	#hd .innovation.hd-sec-outlook ol li:nth-child(5){
		top: 69%;
	}
	
	#hd .display_on_1023{
		display: none;
	}
/* ---------- heatsink -------------- */
	#hd .hd-sec-cooler .heatsink {
		margin-bottom: 100px;
	}
	#hd .hd-sec-cooler .heatsink .left,
	#hd .hd-sec-cooler .heatsink .right{
		vertical-align: top;
	}
	#hd .hd-sec-cooler .heatsink .txt-center{
		margin-bottom: 30px;
	}
	#hd .hd-sec-cooler .heatsink .item{
		margin-bottom: 30px;
	}
	#hd .hd-sec-cooler .heatsink .item img{
		width: calc(100px);
		margin-right: 20px;
		display: inline-block;
	}
	#hd .hd-sec-cooler .heatsink .item .text{
		width: calc(100% - 4px);
		display: inline-block;
		vertical-align: top;
	}
	#hd .hd-sec-cooler .heatsink .item h5{
		margin-top: 0;
		margin-bottom: 0;
		font-size: 1.25em;
	}
	#hd .hd-sec-cooler .heatsink .item p{
		margin-bottom: 5px;
	}

/* ---------- #build -------------- */
	#hd #build .sec_kv .hd-w1300{top: 42%; }
	#hd #build .sec_kv h2{max-width: 1200px; }
	#hd #build .sec_kv p{max-width: 1000px; }
	#hd #build ul.switch_outlook {
		position: absolute;
		bottom: 5%;
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center;
		z-index: 5;
	}
	#hd #build ul.switch_outlook li {
		display: inline-block;
		vertical-align: top;
		width: 165px;
		padding: 6px 10px;
		margin: 5px 0;
		display: inline-block;
		background-image: url(../img/icon/black-outlook.png);
		background-position: 0 center;
		background-size: contain;
		background-repeat: no-repeat;
		cursor: pointer;
	}
	#hd #build ul.switch_outlook li.hd-active{
		background-image: url(../img/icon/purple.png);
	}
	
	
/* ------------ outlook ----------- */
	#hd .hd-sec-outlook{
		padding:80px 0 130px;
		position: relative;
	}
	#hd .hd-sec-outlook h5{
		font-size: 1.25em;
		margin-bottom: 0;
	}
	#hd #outlook_img{
		position: relative;
	}
	#hd .hd-sec-outlook .fright{
		position: absolute;
		top: 40%;
		right: 0;
		z-index: 2;
	}
	#hd .hd-sec-outlook .sub-bg {
		position: absolute;
		top: 0%;
		right: -35%;
	}
/* ------------ lighting ---------- */
	#hd .hd-sec-lighting{
		padding: 60px 0 200px;
		position: relative;
	}
	#hd .hd-lighting > img{width: 100%; }
	#hd .hd-lightingbox{
		position: absolute;
		top: 5%;
		right: -5%;
		width: 100%;
		height: 0;
		padding-bottom: 60%;
	}
	#hd .hd-lightingbox p{
		display: block;
		font-size: 18px;
		font-weight: 400;
		text-transform: uppercase;
		margin-bottom: 0;
		position: absolute;
		left: 2%;
	}
	#hd .hd-lightingbox h5 {
		font-family: 'Roboto Condensed', sans-serif;
		display: block;
		font-size: 15px;
		font-weight: 400;
		margin-bottom: 0;
		position: absolute;
	}
	#hd .hd-lightingbox h5:nth-of-type(1) {
		top: 76%;
		left: 8%;
	}
	#hd .hd-lightingbox h5:nth-of-type(2) {
		top: 83.5%;
		left: 8%;
	}
	#hd #strip_add{top: 79%; }
	#hd #strip_rgb{top: 90%; }
	#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{
		box-sizing: border-box;
		padding:0 1% 0 2%;
		margin-top: 2%;
		margin-left: 5%;
		position: relative;
		z-index: 2;
	}
	#hd .hd-controls{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-left: -5%;
		position: relative;
	}
	#hd .hd-controls li{
		/*width: 16.6666%;
		max-width: 130px;*/
		width: 25%;
		cursor:pointer;
		opacity: .5;
	}
	#hd .hd-controls li:hover,
	#hd .hd-controls li.hd-active{
		opacity: 1;
		-webkit-filter: grayscale(0%);
    	filter: grayscale(0%);
	}
	#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: 5px 0;
	}
	#hd .hd-controls small{
		width: 113px;
		height: 65px;
		margin:0 auto;
	}
	#colorpicker{
		width: 120px;
		position: absolute;
		top: 114%;
		right: 97%;
	}
	#color,
	#greybg{
		width: 100%;
		height: 0;
		padding-bottom: 58%;
		margin-top: 1px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	#greybg {
		background-color: #333333;
		z-index: -2;
	}

/*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 #gen2 .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;
	}

/* ---------- #diy ---------------- */
/* ------------ aura -------------- */
	#hd .hd-sec-aura {
		position: relative;
		padding-bottom: 90px;
	}
	#hd .hd-sec-aura .hd-w1000 {
		width: 55%;
		position: absolute;
		left: 15%;
		right: 0;
		bottom: 0;
		z-index: 2;
	}
	#hd .hd-sec-aura figure{position: relative;}
	#hd .hd-sec-aura .hd-cover{
		position: absolute;top:0;left:0;
	}
/* ------------ guardian ---------- */
	#hd .hd-sec-guardian{padding:100px 0; }
	#hd .hd-sec-guardian li{
		float:left;
		width: 20%;
		padding:8px;
		position: relative;
	}
	#hd .hd-sec-guardian li:first-child{
		width: 34.6%;
		/*margin-right: -2.5%;*/
		margin-right: -2.15%;
	}
	#hd .hd-sec-guardian li:nth-child(2){margin-left: 7.5%; }
	#hd .hd-sec-guardian li:nth-child(5){margin-left: 2.5%; }
	#hd .hd-sec-guardian li:nth-child(7){margin-left: -2.5%; }
	#hd .hd-sec-guardian li:nth-child(4){
		float: right;
	}
	#hd .hd-sec-guardian li:nth-child(4) figure{
		padding-bottom: 231%;
		margin-left: -14.5%;
	}
	#hd .hd-sec-guardian li figure{
		width: 100%;
		height: 0;
		/*padding-bottom: 150%;*/
		padding-bottom: 111%;
		border-top:2px solid #496DD3;
		border-bottom:2px solid #C61AD6;
		overflow: hidden;
		cursor: crosshair;
		-webkit-transform: skewX(-12.3deg);
		   -moz-transform: skewX(-12.3deg);
		    -ms-transform: skewX(-12.3deg);
		     -o-transform: skewX(-12.3deg);
		        transform: skewX(-12.3deg);
		position: relative;
	}
	#hd .hd-sec-guardian li figure:after{
		content:'';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-position: 0 0, 100% 0;
		background-repeat: no-repeat;
		-webkit-background-size: 2px 100%;
		-moz-background-size: 2px 100%;
		background-size: 2px 100%;
		background-image: -webkit-linear-gradient(top, #496DD3 0%, #C61AD6 100%), -webkit-linear-gradient(top, #496DD3 0%, #C61AD6 100%);
		background-image: -moz-linear-gradient(top, #496DD3 0%, #C61AD6 100%), -moz-linear-gradient(top, #496DD3 0%, #C61AD6 100%);
		background-image: -o-linear-gradient(top, #496DD3 0%, #C61AD6 100%), -o-linear-gradient(top, #496DD3 0%, #C61AD6 100%);
		background-image: linear-gradient(to bottom, #496DD3 0%, #C61AD6 100%), linear-gradient(to bottom, #496DD3 0%, #C61AD6 100%);
	}
	#hd .hd-sec-guardian li:first-child figure{
		/*padding-bottom: 173%;*/
		padding-bottom: 197%;
		overflow: visible;
	}
	#hd .hd-sec-guardian li img{
		max-width: none !important;
		min-width: 100%;
		min-height: 100%;
		opacity: 1 !important;
		position: absolute;
		top: 0;
		left: -15%;
		-webkit-transform: skewX(12.3deg);
		   -moz-transform: skewX(12.3deg);
		    -ms-transform: skewX(12.3deg);
		     -o-transform: skewX(12.3deg);
		        transform: skewX(12.3deg);
	}
	#hd .hd-sec-guardian li:hover img{
		opacity: .4 !important;
	}
	#hd .hd-sec-guardian li:first-child img{
		width: 80%;
		min-height: 0;
		left: -22%;
		opacity: 1 !important;
		z-index: 2;
	}
	#hd .hd-sec-guardian li:first-child:hover figure img{
		-webkit-filter: brightness(40%); /* Safari 6.0 - 9.0 */
		filter: brightness(40%);
	}
	#hd .hd-sec-guardian .hd-txt {
		width: 110%;
		padding:30px 0;
		z-index: 2;
		position: absolute;
		top: 0;left: -5%;
		pointer-events: none;
		text-shadow: 0 0 5px #000000, 0 0 10px #000000, 0 0 30px #000000;
	}
	#hd .hd-sec-guardian li:first-child .hd-txt{
		width: 80%;
		top: 5%;
		left: 30%;
		text-align: right;
	}
	#hd .hd-sec-guardian .hd-txt span.large{font-size: 1.25em; font-weight: 400;}
	#hd .hd-sec-guardian .hd-txt span:last-child{width: 85%; }
	#hd .hd-sec-guardian .hd-txt span.left{
		-webkit-shape-outside: polygon(0 100%, 100% 0, 0 0);
		-moz-shape-outside: polygon(0 100%, 100% 0, 0 0);
		shape-outside: polygon(0 100%, 100% 0, 0 0);
		-webkit-clip-path: polygon(0 100%, 100% 0, 0 0);
		-moz-clip-path: polygon(0 100%, 100% 0, 0 0);
		clip-path: polygon(0 100%, 100% 0, 0 0);
		width: 70px;
		height: 250px;
		float: left;
	}
	#hd .hd-sec-guardian .hd-txt span.right{
		-webkit-shape-outside: polygon(100% 0, 100% 100%, 0 100%);
		-moz-shape-outside: polygon(100% 0, 100% 100%, 0 100%);
		shape-outside: polygon(100% 0, 100% 100%, 0 100%);
		-webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
		-moz-clip-path: polygon(100% 0, 100% 100%, 0 100%);
		clip-path: polygon(100% 0, 100% 100%, 0 100%);
		width: 70px;
		height: 250px;
		float: right;
	}
	_::-moz-progress-bar, body:last-child #hd .hd-sec-guardian .hd-txt span.right {display: none;}
	_:-ms-input-placeholder, :root #hd .hd-sec-guardian .hd-txt span.left {width: 60px; }
	_:-ms-input-placeholder, :root #hd .hd-sec-guardian .hd-txt span.right {width: 30px; }
	#hd .hd-sec-guardian li p{display: none;}
	#hd .hd-sec-guardian figure:hover + div h5{display: none; }
	#hd .hd-sec-guardian figure:hover + div p{
		display: block;
		-webkit-animation: fadeInFromBottom .5s forwards;
		-o-animation: fadeInFromBottom .5s forwards;
		animation: fadeInFromBottom .5s forwards;
	}
/* ------------ compatibility ------------ */
	#hd .hd-sec-compatibility{padding: 100px 0 0; }
	#hd .hd-sec-compatibility .fright{margin-top: 5%;}
	
/* ------------ ecosystem --------- */
	#hd .hd-sec-ecosystem .rog_strix{
		max-width: 1200px;
    	padding: 5% 0 1.5% 0;
		text-align: center;
		position: relative;
		z-index: 2;
	}
	#hd .ecosystem_star{
		position: relative;
		text-align: center;
		margin-top: -5%;
	}
	#hd .star_bg{
		opacity: 0;
		position: relative;
		width: 100%;
	    height: 0;
	    padding-top: 51%;
	    background-size: cover;
	    background-position: center;
	}
	#hd .ecosystem_star svg#svg_star{
		position: absolute;
	    top: 3%;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	}
	#hd .ecosystem_star .st0,
	#hd .ecosystem_star .st1{
		fill: none;
	    stroke:#fff;
	    stroke-linejoin:round;
	    stroke-linecap:round;
	}
	#hd .ecosystem_star .st0{
	    stroke-width:2;
	    stroke-dasharray: 0, 1370;
    	stroke-dashoffset: 0;
    	animation: lineMove 2.25s ease-out infinite;
	}
	#hd .ecosystem_star .st1{
	    stroke-width:3;
	}
	@keyframes lineMove {
	    0%{
	        stroke-dasharray: 0, 1350;
	    }
	    100%{
	        stroke-dasharray: 1350, 1350;
	    }
	}
	@-webkit-keyframes lineMove {
	    0%{
	        stroke-dasharray: 0, 1350;
	    }
	    100%{
	        stroke-dasharray: 1350, 1350;
	    }
	}

	@keyframes line_off {
	    0%{
	        opacity: 1;
	    }
	    100%{
	        opacity: 0;
	    }
	}
	@-webkit-keyframes line_off {
	    0%{
	        opacity: 1;
	    }
	    100%{
	        opacity: 0;
	    }
	}
	.line_off {
		-webkit-animation: line_off  1.25s 1 linear;
		-o-animation: line_off  1.25s 1 linear;
		animation: line_off  1.25s 1 linear;
		animation-fill-mode: forwards;
	}


	@keyframes line_on {
	    0%{
	        opacity: 0;
	    }
	    100%{
	        opacity: 1;
	    }
	}
	@-webkit-keyframes line_on {
	    0%{
	        opacity: 0;
	    }
	    100%{
	        opacity: 1;
	    }
	}
	.line_on {
		-webkit-animation: line_on  3.25s 1 linear;
		-o-animation: line_on  3.25s 1 linear;
		animation: line_on  3.25s 1 linear;
		animation-fill-mode: forwards;
	}
	.product_on {
		-webkit-animation: line_on  1.375s 1 linear;
		-o-animation: line_on  1.375s 1 linear;
		animation: line_on  1.375s 1 linear;
		animation-fill-mode: forwards;
	}

	#hd .ecosystem_star figure.off{
		/*display: none;*/
		opacity: 0;
	}
	#hd .ecosystem_star figure img{
		position: absolute;
	}
	#hd .ecosystem_star figure img:nth-child(1){
		width: 7%;
		top: 10%;
    	right: 25%;   
	}
	@keyframes star_one{
		0%{ top: 10%; }
		25%{ top: 12%; }
		80%{ top: 8.5%; }
		100%{ top: 10%; }
	}
	@-webkit-keyframes star_one{
		0%{ top: 10%; }
		25%{ top: 12%; }
		80%{ top: 8.5%; }
		100%{ top: 10%; }
	}
	.star_one {
		-webkit-animation: star_one  4s 1.5s linear;
		-o-animation: star_one  4s 1.5s linear;
		animation: star_one  4s 1.5s linear;
	}

	#hd .ecosystem_star figure img:nth-child(2){
		 width: 15%;
		top: 17.5%;
    	right: 42.5%;   
	}
	@keyframes star_two{
		0%{ top: 17.5%; }
		50%{ top: 22.5%; }
		100%{ top: 17.5%; }
	}
	@-webkit-keyframes star_two{
		0%{ top: 17.5%; }
		50%{ top: 22.5%; }
		100%{ top: 17.5%; }
	}
	.star_two {
		-webkit-animation: star_two  4s 1.5s linear;
		-o-animation: star_two  4s 1.5s linear;
		animation: star_two  4s 1.5s linear;
	}

	#hd .ecosystem_star figure img:nth-child(3){
		width: 12%;
	    top: 46.5%;
	    right: 20%;  
	}
	@keyframes star_tree{
		0%{ top: 46.5%; }
		40%{ top: 43.5%; }
		80%{ top: 49.5%; }
		100%{ top: 46.5%; }
	}
	@-webkit-keyframes star_tree{
		0%{ top: 46.5%; }
		40%{ top: 43.5%; }
		80%{ top: 49.5%; }
		100%{ top: 46.5%; }
	}
	.star_tree {
		-webkit-animation: star_tree  4s 1.5s linear;
		-o-animation: star_tree  4s 1.5s linear;
		animation: star_tree  4s 1.5s linear;
	}

	#hd .ecosystem_star figure img:nth-child(4){
		 width: 13%;
		 top: 35%;
    	left: 15%;   
	}
	@keyframes star_fore{
		0%{ top: 35%; }
		30%{ top: 38%; }
		70%{ top: 30%; }
		100%{ top: 35%; }
	}
	@-webkit-keyframes star_fore{
		0%{ top: 35%; }
		30%{ top: 38%; }
		70%{ top: 30%; }
		100%{ top: 35%; }
	}
	.star_fore {
		-webkit-animation: star_fore  4s 1.5s linear;
		-o-animation: star_fore  4s 1.5s linear;
		animation: star_fore  4s 1.5s linear;
	}

	#hd .ecosystem_star figure img:nth-child(5){
		 width: 7.5%;
		 top: 40%;
    	left: 35%;   
	}
	@keyframes star_five{
		0%{ top: 40%; }
		20%{ top: 37%; }
		80%{ top: 43%; }
		100%{ top: 40%; }
	}
	@-webkit-keyframes star_five{
		0%{ top: 40%; }
		20%{ top: 37%; }
		80%{ top: 43%; }
		100%{ top: 40%; }
	}
	.star_five {
		-webkit-animation: star_five  4s 1.5s linear;
		-o-animation: star_five  4s 1.5s linear;
		animation: star_five  4s 1.5s linear;
	}

	#hd .ecosystem_star figure img:nth-child(6){
		width: 9%;
	    top: 65%;
	    right: 40%;   
	}
	@keyframes star_six{
		0%{ top: 65%; }
		50%{ top: 60%; }
		100%{ top: 65%; }
	}
	@-webkit-keyframes star_six{
		0%{ top: 65%; }
		50%{ top: 60%; }
		100%{ top: 65%; }
	}
	.star_six {
		-webkit-animation: star_six  4s 1.5s linear;
		-o-animation: star_six 4s 1.5s linear;
		animation: star_six  4s 1.5s linear;
	}


	#hd .ecosystem_star figure img:nth-child(7){
		 width: 12%;
	    top: 65%;
	    left: 32%;   
	}
	@keyframes star_seven{
		0%{ top: 65%; }
		35%{ top: 63%; }
		75%{ top: 68%; }
		100%{ top: 65%; }
	}
	@-webkit-keyframes star_seven{
		0%{ top: 65%; }
		35%{ top: 63%; }
		75%{ top: 68%; }
		100%{ top: 65%; }
	}
	.star_seven {
		-webkit-animation: star_seven  4s 1.5s linear;
		-o-animation: star_seven 4s 1.5s linear;
		animation: star_seven  4s 1.5s linear;
	}



	#hd .hd-sec-ecosystem{
		position: relative;
	}
	#hd .hd-sec-compatibility > img.ecosystem{width: 100%;}
	
	#hd .ecosystem.hd-w1200{
		max-width: 700px;
		padding-right: 120px;
		margin-top: -8%;
		z-index: 3;
	}
/* ------------ mode -------------- */
	#hd .hd-sec-mode{padding:20px 0; }
	#hd .hd-sec-mode .hd-frame{margin-top: 110px;}
	#hd .hd-sec-mode li .hd-col50{display: none; }
	#hd .hd-sec-mode 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-mode 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{
		display: block;
		-webkit-animation: fadeInFromTop .8s forwards;
		-o-animation: fadeInFromTop .8s forwards;
		animation: fadeInFromTop .8s forwards;
	}
	#hd .hd-sec-mode li .hd-title:before,
	#hd .hd-sec-mode li .hd-title:after{
		content:'';
		display: block;
		width: 47%;
		height: 150%;
		background-color: #021216;
		position: absolute;
		top: 0;bottom: 0;
		margin: auto 0 auto -2%;
		z-index: -1;
	}
	#hd .hd-sec-mode 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{
		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%;
	}
	/* scroll */
	#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: #CE0000;
		border-radius: 0;
	}

	#hd .hd-sec-mode h5{
		font-size: 1.25rem;
		margin: 0 0 15px;
	}
	#hd .hd-sec-mode p{margin-bottom: 5px;}
	#hd .hd-sec-mode p.txt-red{font-weight: 600; }
	#hd #mode_switch_right,
	#hd #mode_switch_left{
		height: 110px;
		position: absolute;
		top: 10%;bottom: 0;
		left: 103.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: 105.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);
	}

/* ---------- #performance -------- */
	#performance .sec_kv .hd-w1300{top: 44%; }
	#performance .sec_kv h2{max-width: 800px; }
	#performance .sec_kv p{max-width: 1000px; }
/* ------------ power ------------- */
	#hd .hd-sec-power{padding:30px 0;}
	#hd .hd-sec-power .fleft{
		width: 70%;
		margin-left: -20%;
	}
	#hd .hd-sec-power .fright{margin-top: 10%;}
	#hd .hd-sec-power nav{margin:30px 0;}
	#hd .hd-sec-power nav li {
		display: inline-block;
		vertical-align: top;
		width: 16.6666%;
		margin-left: -5px;
		text-align: center;
		position: relative;
		cursor: pointer;
	}
	#hd .hd-sec-power nav li h5 {
		font-size: 14px;
	}
	#hd .hd-sec-power nav li img:nth-child(2){
		display: none;
	}
	#hd .hd-sec-power nav li.hd-active img:nth-child(1){
		display: none;
	}
	#hd .hd-sec-power nav li.hd-active img:nth-child(2){
		display: block;
	}
	#hd .hd-sec-power nav li:nth-child(-1n+4)::after {
		content: "";
		height: 1px;
		width: 10px;
		background-color: #288496;
		position: absolute;
		top: 50px;
		left: calc(100% - 6px);
		z-index: 2;
	}
	#hd #power_content h4 {
		margin: 10px 0;
		line-height: 1;
	}
	#hd #power_content li,
	#hd #power_figure li{
		display: none;
	}
	#hd #power_content li.hd-active,
	#hd #power_figure li.hd-active{
		display: block;
	}
/* ------------ optimization ------ */
	#hd .hd-sec-optimization{padding:70px 0 20px;}
	#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: 90px;
		margin-bottom:0;
	}
	#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 h5{
		display: block;
		-webkit-animation: fadeInFromTop .8s forwards;
		-o-animation: fadeInFromTop .8s forwards;
		animation: fadeInFromTop .8s forwards;
	}
	#hd .hd-sec-optimization .hd-content li h5{
		font-family: 'Xolonium', sans-serif;
		font-size: 1.25rem;
		text-transform: none;
		position: relative;
		margin-bottom: 10px;
		padding: 0 10% 0 5%;
	}
	#hd .hd-sec-optimization .hd-col50 p{
		padding: 0 10% 0 5%;
		margin-bottom: 0;
	}

/* ------------ bios ------ */
	#hd .hd-sec-bios{padding:20px 0;}
	#hd .hd-sec-bios .switch{
		width: 120%;
		margin-left: -10%;
		max-width: none;
		text-align: center;
	}
	#hd .hd-sec-bios .switch li{
		width: 16% !important;
		height: auto;
		background-size: 100%;
		padding:10px 5px;
	}
	#hd .hd-sec-bios .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-bios .hd-frame{margin-top: 100px; }
	#hd .hd-sec-bios .hd-content li .hd-col50,
	#hd .hd-sec-bios .hd-frame h3{display: none; }
	#hd .hd-sec-bios .hd-content li{
		margin-top: 90px;
		margin-bottom:0;
	}
	#hd .hd-sec-bios .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-bios .hd-content li.hd-active h5{
		display: block;
		-webkit-animation: fadeInFromTop .8s forwards;
		-o-animation: fadeInFromTop .8s forwards;
		animation: fadeInFromTop .8s forwards;
	}
	#hd .hd-sec-bios .hd-content li h5{
		font-family: 'Xolonium', sans-serif;
		font-size: 1.25rem;
		text-transform: none;
		position: relative;
		margin-bottom: 10px;
		padding: 0 10% 0 5%;
	}
	#hd .hd-sec-bios .hd-col50 p{
		padding: 0 10% 0 5%;
		margin-bottom: 0;
	}
/* ------------ cooler ------------ */
	#hd .hd-sec-cooler{
		/* max-width: 1400px; */
		padding:80px 0 120px;
		position: relative;
	}
	#hd #cooler-figure{
		width: 50%;
		max-width: 857px;
		position: relative;
		top: 0;
		left: 0;
	}
	#hd #cooler-figure li{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#hd #cooler-figure figure{
		display: block;
		width: 100%;
		height: 0;
		padding-bottom: 95%;
		background-color: #000;
	}
	#hd #cooler-figure img{
		position: absolute;
		top: 0;
		left: 15%;
	}
	#hd .cooler-design{
		margin-bottom: 5%;
	}
	#hd #cooler-figure img:nth-child(2){opacity: 0; }
	/*#hd #cooler-figure .hd-active img:nth-child(2){
		-webkit-animation: fadeOut .5s .5s forwards;
		   -moz-animation: fadeOut .5s .5s forwards;
		    -ms-animation: fadeOut .5s .5s forwards;
		     -o-animation: fadeOut .5s .5s forwards;
		        animation: fadeOut .5s .5s forwards;
	}*/
	/* #hd #cooler-figure .hd-active img:last-child{
		-webkit-animation: fadeIn .5s forwards;
		   -moz-animation: fadeIn .5s forwards;
		    -ms-animation: fadeIn .5s forwards;
		     -o-animation: fadeIn .5s forwards;
		        animation: fadeIn .5s forwards;
	} */
	#hd #cooler-figure .hd-hover img:nth-child(2){
		-webkit-animation: fadeIn .5s forwards;
		   -moz-animation: fadeIn .5s forwards;
		    -ms-animation: fadeIn .5s forwards;
		     -o-animation: fadeIn .5s forwards;
		        animation: fadeIn .5s forwards;
	}
	#hd #cooler-figure .hd-hover img:last-child{
		-webkit-animation: fadeOut .5s forwards;
		   -moz-animation: fadeOut .5s forwards;
		    -ms-animation: fadeOut .5s forwards;
		     -o-animation: fadeOut .5s forwards;
		        animation: fadeOut .5s forwards;
	}

	#hd #cooler-filter{
		text-align: center;
		margin:30px 0;
	}
	#hd #cooler-filter li{cursor: pointer;}

	/* cooler filter */
	#hd #cooler-filter li h3{
		font-size: 1.5rem;
		text-align: center;
		text-transform: none;
		padding:15px 8px;
		margin: 0 8px;
		position: relative;
		color: #496DD3;
		background: #496DD3;
		background: -webkit-linear-gradient(right,#496DD3 0%,#82FFDB);
		background:	   -moz-linear-gradient(right,#496DD3 0%,#82FFDB);
		background: 	 -o-linear-gradient(right,#496DD3 0%,#82FFDB);
		background:			linear-gradient(to left,#496DD3 0%,#82FFDB);
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	_:-ms-input-placeholder, 
	:root #hd #cooler-filter li h3{background: transparent !important; }

	#hd #cooler-filter li h3:before,
	#hd #cooler-filter li h3:after{
		content:'';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;right: 0;bottom: 0;left: 0;
		margin:auto;
		-webkit-transform: skewX(12deg);
			-moz-transform: skewX(12deg);
			-ms-transform: skewX(12deg);
				-o-transform: skewX(12deg);
				transform: skewX(12deg);
		z-index: -2;
	}
	#hd #cooler-filter li h3:before {
		background: #0b49ae;
		background: -webkit-linear-gradient(left,#0b49ae 0%,#24afad);
		background:	   -moz-linear-gradient(left,#0b49ae 0%,#24afad);
		background: 	 -o-linear-gradient(left,#0b49ae 0%,#24afad);
		background:			linear-gradient(to right,#0b49ae 0%,#24afad);
	}
	#hd #cooler-filter li h3:after{
		width:calc(100% - 4px);
		height:calc(100% - 4px);
		background-color: #000;
		z-index: -1;
	}
	#hd #cooler-filter li:hover h3,
	#hd #cooler-filter li.hd-active h3{
		color:#fff !important;
		background: #fff !important;
		-webkit-background-clip: text !important;
		background-clip: text !important;
		-webkit-text-fill-color: transparent !important;
	}
	_:-ms-input-placeholder, 
	:root #hd #cooler-filter li:hover h3,
	_:-ms-input-placeholder, 
	:root #hd #cooler-filter li.hd-active h3{background: transparent !important; }

	#hd #cooler-filter li:hover h3:after,
	#hd #cooler-filter li.hd-active h3:after{opacity: 0; }

	#hd #cooler-content{
		min-height: 400px;
	}
	#hd #cooler-content h5{
		font-size: 1.25rem;
		min-height: 50px;
		margin-top: 0;
	}
	#hd #cooler-content > li{display: none; }
	#hd #cooler-content > li.hd-active{display: block; }
	#hd #cooler-content > li li.hd-col50{
		vertical-align: top;
		max-width: 300px;
		padding:0 10px;
	}
	#hd #cooler-content > li li.hd-col100 img,
	#hd #cooler-content > li li.hd-col100 .hd-txt{
		display: inline-block;
		vertical-align: middle;
	}
	#hd #cooler-content > li li.hd-col100 h5{min-height: 0;}
	#hd #cooler-content > li li.hd-col100 p{margin-bottom: 10px;}
	#hd #cooler-content > li li.hd-col100 img{
		width: 40%;
		min-width: 200px;
		max-width: 309px;
	}
	#hd #cooler-content > li li.hd-col100 .hd-txt{
		width: 60%;
		max-width:calc(100% - 200px);
		margin-left: -5px;
	}
	#hd #cooler-content > li li p{line-height: 1.25;}

	#hd #cooler-figure li{
		opacity: 0;
		-webkit-transition: all 0s;
		   -moz-transition: all 0s;
		    -ms-transition: all 0s;
		     -o-transition: all 0s;
		        transition: all 0s;
	}
	#hd #cooler-figure li.hd-active{opacity: 1; }
	#hd #cooler-figure li.hd-hover{
		z-index: 3;
		opacity: 1;
		-webkit-transition: all 0.25s ease;
		   -moz-transition: all 0.25s ease;
		    -ms-transition: all 0.25s ease;
		     -o-transition: all 0.25s ease;
		        transition: all 0.25s ease;
	}
/* ------------ ddr4 -------------- */
	#hd .hd-sec-ddr4{padding:50px 0; }
	#hd .hd-sec-ddr4 h3{margin-bottom: 30px;}
	#hd .hd-sec-ddr4 .m2-right{
		margin-left: -20%;
		margin-right: -17%;
		position: relative;
		margin-top: 5%;
	}
	#hd .hd-sec-ddr4 .tag{
		display: inline-block;
	}
	#hd .hd-sec-ddr4 .pcie{
		width: 80px;
		margin-top: 20px;
		display: inline-block;
	}
	#hd #memory-m2-set img:nth-of-type(2) {
		display: none;
	}
	#hd #memory-m2-set img:nth-of-type(2),
	#hd #memory-m2-set img:nth-of-type(3) {
		position: absolute;
		bottom: 0;
		z-index: 1;
	}
	#hd #memory-m2-set.hd-active img:nth-of-type(2) {
		display: block;
		-webkit-animation: m2-2 1s ease-out .5s both;
	}
	#hd #memory-m2-set.hd-active img:nth-of-type(3) {
		-webkit-animation: m2-3 1s ease-out both;
	}
	@keyframes m2-2{
		0% {
			opacity: 0;
			transform: translateY(15%);
		}
		100%{
			opacity: 1;
			transform: translateY(0%);
		}
	}
	@keyframes m2-3{
		0%	{
			transform: translateY(0%);
		}
		100%{
			transform: translateY(-20%);
		}
	}
	#hd .hd-sec-ddr4 .ddr4-left{
		margin-left: -14%;
		margin-right: -25%;
	}
	#hd .hd-sec-ddr4 .m2-left{
		position: relative;
		margin-top: 7%;
		z-index: 2;
	}
	#hd .hd-sec-ddr4 .ddr4-right{
		position: relative;
		z-index: 2;
		margin-top: 7%;
	}
/* ------------ x299 ---------- */
	#hd .hd-sec-memory .hd-sec-x299 .text{
		text-align: center;
		margin-bottom: 30px;
	}
	#hd .chart-figure {
		display: table;
		width: 100%;
		line-height: 1.2;
		margin-bottom: 40px;
	}
	#hd .hd-sec-x299 .testing{
		padding-left: 30px;
		padding-right: -30px;
	}
	#hd .chart-compare {
		display: table-cell;
		vertical-align: middle;
		position: relative;
	}
	#hd .chart-compare .title {
		margin-bottom: .5em;
		/* color: #02b2e4; */
	}
	#hd .chart-compare .term {
		margin-right: 250px
	}
	#hd .chart-compare .term {
		margin-right: 100px
	}
	#hd .chart-compare .name {
		margin-bottom: .3em;
		font-size: .9375em
	}
	#hd .chart-compare .vol {
		position: relative;
		width: 100%;
		height: 10px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	#hd .chart-compare .vol .bar {
		display: block;
		width: 100%;
		height: 10px;
		-moz-transform: skewX(34deg);
		-ms-transform: skewX(34deg);
		-webkit-transform: skewX(34deg);
		transform: skewX(34deg)
	}
	#hd .chart-compare .vol .value {
		display: inline-block;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto 0 auto auto;
		left: 100%;
		margin-left: 10px;
		font-weight: 600;
		white-space: nowrap;
		line-height: 10px
	}
	#hd .chart-compare .vol .value small {
		font-size: 75%
	}
	#hd .chart-compare .term.good .name {
		color: #02b2e4
	}
	#hd .chart-compare .term.good .name-alt {
		color: #fff
	}
	#hd .chart-compare .term.good .name-2 {
		color: #02b2e4;
		font-size: 2.2em;
		font-weight: bold;
	}
	#hd .chart-compare .term.good .vol .bar {
		background-image: -webkit-linear-gradient(left, #02b2e4 0%, #00e6d8 100%);
		background-image: linear-gradient(to right, #02b2e4 0%, #00e6d8 100%)
	}
	#hd .chart-compare .term.good .vol .value {
		color: #10b8b0;
		font-size: 1.6em
	}
	#hd .chart-compare .term.bad {
		margin-top: .5em
	}
	#hd .chart-compare .term.bad .name {
		color: #b3b3b3
	}
	#hd .chart-compare .term.bad .vol .bar {
		background-image: -webkit-linear-gradient(left, #ddd 0%, #666 100%);
		background-image: linear-gradient(to right, #dddddd 0%, #666666 100%)
	}
	#hd .chart-compare .term.bad .vol .value {
		color: #a0a0a0;
		font-size: 1.25em
	}
	#hd .chart-wrapper .cube {
		width: 120px;
		height: 120px;
		box-sizing: border-box;
		padding-top: 10px;
		border: 2px solid #10b8b0;
		border-radius: 5px;
		display: table-cell;
		/* position: absolute;
		right: 5px;
		top: 55px; */
		text-align: center;
		color: #10b8b0;
	}
	#hd .chart-wrapper .cube .number{
		font-size: 2.3em;
		font-weight: bold;
	}
	#hd .chart-text{
		margin-top: 30px;
	}
	#hd .chart-text .title{
		margin-bottom: .5em;
		/* color: #02b2e4; */
	}
/* ---------- #tune -------- */
	#tune .sec_kv .hd-w1300{top: 44%; }
	#tune .sec_kv h2{max-width: 800px; }
	#tune .sec_kv p{max-width: 1000px; }

/* ------------ ramcache ---------- */
	#hd .hd-sec-ramcache{
		width: 80%;
		padding-top: 50px;
		padding-bottom: 50px;
		position: relative;
	}
	#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;
	}

	/* ------------ oled -------------- */
	#hd .hd-sec-oled .hd-txt{
		margin-top: 10%;
	}
	#hd .hd-sec-oled .fright{
		position: relative;
	}
	#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 #496DD3;
		border-right: 2px solid #C61AD6;
		background-position: 100% 0, 100% 100%;
		background-repeat: no-repeat;
		background-size: 100% 2px;
		background-image: -webkit-linear-gradient(left,  #496DD3 0%, #C61AD6 100%), -webkit-linear-gradient(left,  #496DD3 0%, #C61AD6 100%);
		background-image: -moz-linear-gradient(left,  #496DD3 0%, #C61AD6 100%), -moz-linear-gradient(left,  #496DD3 0%, #C61AD6 100%);
		background-image: -o-linear-gradient(left,  #496DD3 0%, #C61AD6 100%), -o-linear-gradient(left,  #496DD3 0%, #C61AD6 100%);
		background-image: linear-gradient(to right,  #496DD3 0%, #C61AD6 100%), linear-gradient(to right,  #496DD3 0%, #C61AD6 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: rgba(83,104,208,.3);
	}
	#hd .hd-sec-oled .fleft{position: relative;}
	#hd .hd-sec-oled .hd-gif{
		width: 11%;
		position: absolute;
		top: 59%;
		left:40.5%;
		-webkit-transform: rotate(-1deg) skewY(-7.2deg);
		   -moz-transform: rotate(-1deg) skewY(-7.2deg);
		    -ms-transform: rotate(-1deg) skewY(-7.2deg);
		     -o-transform: rotate(-1deg) skewY(-7.2deg);
		        transform: rotate(-1deg) skewY(-7.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;
	}


	/* --- */
	#hd .top_content{
		position: relative;
	}
	#hd .txt-content{
		position: relative;
		padding: 20px 55px;
	}
	#hd .txt-content p{
		margin-bottom: 0;
	}
	#hd .txt-content .left,
	#hd .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 .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 .txt-content .right{
		right: 0;
	}

	#hd .hd-sec-ramcache .txt-content .right, 
	#hd .hd-sec-ramcache .txt-content .left{
		top: 625%;
	}

	#hd #lighting .txt-content .right,
	#hd #lighting .txt-content .left{
		z-index: 5;
	}

	#hd .hd-uiChange .top_content{
		background-image: url(../img/SECTION5/bg.jpg);
		background-size: auto 100% ;
		background-repeat: no-repeat;
		background-position: center;
	}
	#hd .screenBox{
		position: relative;
	}
	#hd .screenBox .ui_list img{
		width: 100%;
	}
	#hd .main-txt{
		padding: 30px 0;
		max-width: 800px;
	}
	#hd .main-txt p{
		margin-bottom: 0;
	}
	#hd .txt-content h3{
		margin-bottom: 10px;
	}

	/*hd-sec-studio*/
	#hd .hd-sec-audio .txt-content .right, 
	#hd .hd-sec-audio .txt-content .left{
		top: 450%;
	}
	#hd .hd-sec-audio .screenBox{
		width: 64%;
		margin-left: 5%;
	}
	#hd .hd-sec-audio .pd{
		position: absolute;
		width: 42%;
		right: 0;
		bottom: 0;
	}
	#hd .hd-sec-audio .screenBox .ui_list {
		position: relative;
		width: 86%;
		top: 11%;
		left: 11%;
	}
	

/* ------------ 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 {
		width: 100%;
	}
	#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 .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 .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 .hd-sec-armoury .hd_btn:hover{
		color:#ffffff;
	}
	/* #hd .hd-sec-armoury .owl-stage,
	#hd .hd-sec-armoury .owl-item{width: 100% !important;} */

/* ---------- #audio -------------- */
/* ------------ sonic ------------- */
	#hd .hd-sec-sonic{
		padding:20px 0;
		overflow: hidden;
		position: relative;
		z-index: 2;
	}
	#hd #sonic_studio li{
		display: inline-block;
		vertical-align: top;
		margin-left: -5px;
		margin-right: -2px;
		width: 16.6666%;
		height: 0;
		padding:10px;
		padding-bottom: 37%;
		background-repeat: no-repeat;
		background-size: 87%;
		background-position: center top;
		position: relative;
		cursor: crosshair;
	}
	#hd #sonic_studio li:after{
		content:'';
		display: block;
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;bottom: -1px;
		box-shadow: 0 0 50px 78px #000000;
	}
	#hd #sonic_studio li:nth-child(1){background-image: url(../img/audio/sonic-studio-iii-1.jpg); }
	#hd #sonic_studio li:nth-child(2){background-image: url(../img/audio/sonic-studio-iii-2.jpg); }
	#hd #sonic_studio li:nth-child(3){background-image: url(../img/audio/sonic-studio-iii-3.jpg); }
	#hd #sonic_studio li:nth-child(4){background-image: url(../img/audio/sonic-studio-iii-4.jpg); }
	#hd #sonic_studio li:nth-child(5){background-image: url(../img/audio/sonic-studio-iii-5.jpg); }
	#hd #sonic_studio li:nth-child(6){background-image: url(../img/audio/sonic-studio-iii-6.jpg); }
	#hd #sonic_studio h4{
		font-family: 'Xolonium', sans-serif;
		font-size: 18px;
		text-align: center;
		text-transform: none;
		position: absolute;
		left: 0;right: 0;
		bottom: 0;
		margin:20px auto;
		z-index: 2;
	}
	#hd #sonic_studio .hd-content{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;left: 0;
		overflow: hidden;
		padding:20% 0;
		border-bottom: none;
		background: url(../img/audio/sonic-studio-lll-hover.jpg) 0 0 no-repeat;
		background-size: cover;
		border:1px solid #8d0000;
		opacity: 0;
		-webkit-transform: translateY(-10px);
		   -moz-transform: translateY(-10px);
		    -ms-transform: translateY(-10px);
		     -o-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
	#hd #sonic_studio p{
		margin-bottom: 0;
		position: absolute;
		width: calc(100% + 20px);
		height: 100%;
		padding:0 10% 150px;
		overflow-y:scroll;
	}
	#hd #sonic_studio li:hover .hd-content{
		opacity: 1;
		-webkit-transform: translateY(0);
		   -moz-transform: translateY(0);
		    -ms-transform: translateY(0);
		     -o-transform: translateY(0);
		        transform: translateY(0);
	}
	#hd #sonic_studio li:hover h4{color:#cc0c00;}


	#hd .hd-sec-sonic .switch{
		width: 750px;
		text-align: center;
	}
	#hd .hd-sec-sonic .switch li{
		width: 45%;
		height: auto;
	    background-size: 100%;
	    padding: 10px 5px;
	    text-align: center;
	}
	#hd .hd-sec-sonic .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;
	}
	#hd .hd-sec-sonic figure{
		position: relative;
		width: 80%;
		max-width: 580px;
		margin:30px auto 0;
	}
	#hd .hd-sec-sonic figure > img{
		cursor: pointer;
	}
	#hd .hd-sec-sonic .hd-num{
		display: none;
	}
	#hd .hd-sec-sonic figure li{
		width: 55%;
		position: absolute;
	}
	#hd .hd-sec-sonic figure li h4{
		font-size: 24px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		background-size: 90%;
		position: relative;
	}
	#hd .hd-sec-sonic figure li h4,
	#hd .hd-sec-sonic figure li p{
		padding-left: 70px;
	}
	#hd .hd-sec-sonic figure li:nth-child(1){
		top: 31%;
		left: -60%;
	}
	#hd .hd-sec-sonic figure li:nth-child(1) h4:after,
	#hd .hd-sec-sonic figure li:nth-child(2) h4:after{
		content:'';
		display: block;
		width: 110%;
		height: 1px;
		background-color: #cc0000;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	#hd .hd-sec-sonic figure li:nth-child(2){
		top: 80%;
		left: -60%;
	}
	#hd .hd-sec-sonic figure li:nth-child(3){
		top: 16%;
		right: -50%;
		width: 60%;
	}
	#hd .hd-sec-sonic figure li:nth-child(3) h4{
		padding-right: 70px;
		margin-bottom: 30px;
	}
	#hd .hd-sec-sonic figure li:nth-child(3) h4:after{
		content:'';
		display: block;
		width: 90%;
		height: 1px;
		background-color: #cc0000;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	#hd .hd-sec-sonic figure + p{margin-bottom: 80px;}
	#hd .hd-sec-sonic .sound-row{
		margin-top: 30px;
	}
	#hd .hd-sec-sonic .sound-row .hd-col33{
		padding: 0 15px;
		vertical-align: top;
	}

	#sonic_ui_on{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.4);
		z-index: 99;
		display: none;
	}
	#sonic_ui_on img{
		max-width: 90% !important;
		max-height: 80vh;
		position: absolute;
		top: 50px;right: 0;bottom: 0;left: 0;
		margin:auto;

		box-shadow: 0 0 50px 2px rgba(255,255,255,.5);
	}
/* ------------ radar ------------- */
	#hd .hd-sec-radar{
		background: #000000 url('../img/audio/radar_bg.jpg') left center no-repeat;
		background-size: auto 80%;
		padding:50px 0 195px;
		position: relative;
		z-index: 2;
	}
	#hd .hd-sec-radar p.hd-col80{
		margin:0 auto 100px;
	}
	#hd #audiogif{
		display: block;
		transform: perspective(660px) rotateY(12deg);
	    position: relative;
	    left: -29px;
	    top: 0;
	    margin:0;
	    border:15px solid #1e1e1e;
	}
	#hd .gif-focus{
		position: absolute;
		display: none;
	}
	#hd .ghost-bg{
		position: absolute;
		right: -8%;
		bottom:-20%;
	}

	#hd .hd-sec-radar li.audio-tag{
		position: absolute;
		z-index: 2;
	}
	#hd .hd-sec-radar li.audio-tag:before{
		content: "";
		display: block;
		position: absolute;
		border:1px solid #cc0000;
	}
	#hd .hd-sec-radar .txt_decoline{
		font-size: 27px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	#hd .hd-sec-radar li.audio-tag small{
		display: block;
	}
	#hd .hd-sec-radar li.audio-tag:nth-child(1){
		width: 400px;
		top: 40%;
		right: 3%;
	}
	#hd .hd-sec-radar li.audio-tag:nth-child(1):before{
		display: none;
	}
	#hd .hd-sec-radar li.audio-tag:nth-child(2){
		width: 355px;
		top: 60%;
		right: 8%;
	}
	#hd .hd-sec-radar li.audio-tag:nth-child(2):before{
		/*width: 185px;
		height: 40px;
		left: -197px;
		top:43px;*/
		width: 52%;
		height: 37%;
		left: -55%;
		top: 40%;
		border-top: none;
		border-left: none;
		transform: skewX(-30deg);
	}
	#hd .hd-sec-radar li.audio-tag:nth-child(2):after{
		content:"";
		display: block;
		position: absolute;
		width: 136px;
		height: 136px;
		border-radius: 68px;
		border:1px solid #cc0000;
		/*left: -335px;
    	top: 50px;*/
		left: -94%;
		top: 47%;
	}
	#hd .hd-sec-radar li.audio-tag:nth-child(2) h4,
	#hd .hd-sec-radar li.audio-tag:nth-child(2) small{
		padding-left: 45px;
	}
	#hd .hd-sec-radar li.audio-tag:nth-child(3){
		width: 330px;
		top: 80%;
		right: 8%;
	}
	#hd .hd-sec-radar li.audio-tag:nth-child(3) h4,
	#hd .hd-sec-radar li.audio-tag:nth-child(3) small{
		padding-left: 20px;
	}
	#hd .hd-sec-radar li.audio-tag:nth-child(3):before{
		width: 125px;
		height: 75px;
		left: -148px;
    	top: -33px;
		border-bottom: none;
		border-left: none;
		transform: skewX(30deg);
	}
	#hd .hd-sec-radar li.audio-tag:nth-child(4){
		width: 366px;
		bottom: -18%;
		left: 40%;
	}
	#hd .hd-sec-radar li.audio-tag:nth-child(4) h4,
	#hd .hd-sec-radar li.audio-tag:nth-child(4) small{
		padding-left: 10px;
	}
	#hd .hd-sec-radar li.audio-tag:nth-child(4):before{
		/*width: 215px;
	    height: 254px;
	    left: -341px;
	    top: -189px;*/
	    width: 59%;
	    height: 290%;
	    left: -93%;
	    top: -215%;
		border-top: none;
		border-right: none;
		transform: skewX(40deg);
	}
	#hd .hd-sec-radar li.audio-tag:nth-child(4) small:before{
		content:"";
		display: block;
		position: absolute;
		width: 1px;
	    height: 22px;
	    left: -10px;
	    top: 44px;
	    border-right: 1px solid #cc0000;
		transform: skewX(-40deg);
	}
	#hd .hd-sec-radar li.audio-tag:nth-child(4):after{
		content:"";
		display: block;
		position: absolute;
		width: 80px;
		height: 80px;
		border-radius: 40px;
		border:1px solid #cc0000;
		/*left: -517px;
    	top: -259px;*/
		left: -137%;
		top: -305%;
	}
/* ------------ supremefx --------- */
	#hd .hd-sec-supremefx{
		position: relative;
		padding: 3% 0 150px;
	}
	#hd .hd-sec-supremefx .hd-w1200{
		position: relative;
		z-index: 2;
	}
	#hd .hd-sec-supremefx h3 {
		margin-top: 30px;
	}
	#hd .hd-sec-supremefx p.p-width {
		width: 60%;
		margin:30px 0 50px;
	}

	#hd .hd-sec-supremefx .audio-button{width: 75%; }
	#hd .hd-sec-supremefx .audio-button .hd-col25 {padding: 15px; }
	#hd .hd-sec-supremefx .audio-button .hd-col25 div {
		border: 2px solid #b4b4b4;
		padding: 20px;
		background-color: #060606;
		cursor: crosshair;
		min-height: 250px;
	}
	#hd .hd-sec-supremefx .audio-button p{
		line-height: 1.2em;
		margin-bottom: 10px;
	}
	#hd .hd-sec-supremefx .img-position {
		position: absolute;
		top: -14%;
		right: 0;
	}
	#hd .hd-sec-supremefx .hd-supremefx {display: block; }
	#hd .hd-sec-supremefx .hd-supremefx li {
		position: absolute;
		top: 0;
		right: 0;
		opacity: 0;
		z-index: 1;
		transition: all 0.8s ease 0s;
		-webkit-transition: all 0.8s ease 0s;
		-moz-transition: all 0.8s ease 0s;
		-ms-transition: all 0.8s ease 0s;
		-o-transition: all 0.8s ease 0s;
	}
	#hd .hd-sec-supremefx .hd-supremefx li.hd-active {opacity: 1; }

/* ---------- #networking --------- */
/* ------------ ethernet ---------- */
	#hd .hd-sec-ethernet{
		padding: 0 0 10%;
		position: relative;
	}
	#hd .hd-sec-ethernet .right{
		display: block;
		/* max-width: calc(80% - 400px); */
		/*max-width: 50%;*/
		width: 50%;
		position: absolute;
		top: 8%;
		bottom: 0;
		right: 0;
	}
	#hd .hd-sec-ethernet .right img{
		margin-right: 0;
	}
	#hd .hd-sec-ethernet .left {
		position: relative;
		z-index: 2;
	}
	#hd .hd-sec-ethernet .left img {
		margin-left: 0;
	}
	#hd .hd-sec-ethernet h3 {
		margin-top: 30px;
	}
	#hd .hd-sec-ethernet figure{
		display: inline-block;
		padding:0 8px;
	}
	#hd .hd-sec-ethernet .skewtag {
		text-align: center;
		background: #496DD3;
		background: -webkit-linear-gradient(right,#496DD3 0%,#23ccd2);
		background:	   -moz-linear-gradient(right,#496DD3 0%,#23ccd2);
		background: 	 -o-linear-gradient(right,#496DD3 0%,#23ccd2);
		background:			linear-gradient(to left,#496DD3 0%,#23ccd2);
		padding: 0 25px;
		margin-bottom: 10px;
		transform: skew(-20deg);
		-webkit-transform: skew(-20deg);
		-moz-transform: skew(-20deg);
		-o-transform: skew(-20deg);
	}
	#hd .hd-sec-ethernet .skewtag h6{
		font-size: 1.25rem;
		line-height: 1.5;
		font-weight: 400;
		text-transform: uppercase;
		margin-bottom: 0;
		transform: skew(20deg);
		-webkit-transform: skew(20deg);
		-moz-transform: skew(20deg);
		-o-transform: skew(20deg);
	}

	#hd .hd-sec-ethernet ol li h3{
		position: relative;
	}

	#hd .hd-sec-ethernet ol{
		counter-reset: mycounter;
	}
	#hd .hd-sec-ethernet ol li{
		position: relative;
	}
	#hd .hd-sec-ethernet 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 .display_on_1366{
		display: none;
	}


/* ------------ languard ---------- */
	#hd .hd-sec-languard {
		position: relative;
		padding:30px 0;
	}
	#hd .hd-sec-languard .fright img {
		margin-left: 0;
	}
	#hd .hd-sec-languard .fleft {
	    margin-top: -13%;
		margin-left: -10%;
	    margin-right: -5%;
	    max-width: 595px;
	    position: relative;
	    z-index: -1;
	}
	#hd .hd-sec-languard img.scroll-active{
		width: 50%;
	}
	#hd .hd-sec-languard .scroll-active {
		position: absolute;
		top: 32%;
		right: 25%;
		transition: all 0.8s ease 0s;
		-webkit-transition: all 0.8s ease 0s;
		-moz-transition: all 0.8s ease 0s;
		-ms-transition: all 0.8s ease 0s;
		-o-transition: all 0.8s ease 0s;
	}
	#hd .hd-sec-languard .scroll-active.on {top: 10%; }
	#hd .hd-sec-languard .p-position {
		position: absolute;
		font-weight: bold;
	}
	#hd .hd-sec-languard .p-position:nth-child(3) {
		bottom: 21%;
		right: 5%;
	}
	#hd .hd-sec-languard .p-position:nth-child(4) {
		top: 30%;
		right: 15%;
		opacity: 0;
	}
	#hd .hd-sec-languard .p-position:nth-child(4).scroll-active.on {
		top: 25%;
		right: 10%;
		opacity: 1;
	}
/* ------------ 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 .active .slide-2 .icon_list li{
		-webkit-animation: icon_flow 10s linear infinite;
		-o-animation: icon_flow 10s linear infinite;
		animation: icon_flow 10s linear infinite;
	}
	#hd #gf_slider .active .slide-2 .icon_list li:nth-child(2){
		-webkit-animation: icon_flow_run 10s -8.57s linear infinite, change_bg_web 10s -8.57s linear infinite;
		-o-animation: icon_flow_run 10s -8.57s linear infinite, change_bg_web 10s -8.57s linear infinite;
		animation: icon_flow_run 10s -8.57s linear infinite, change_bg_web 10s -8.57s linear infinite;
	}
	#hd #gf_slider .active .slide-2 .icon_list li:nth-child(3){
		-webkit-animation: icon_flow_run_web2 10s -7.14s linear infinite, change_bg_web 10s -8.57s linear infinite;
		-o-animation: icon_flow_run_web2 10s -7.14s linear infinite, change_bg_web 10s -8.57s linear infinite;
		animation: icon_flow_run_web2 10s -7.14s linear infinite, change_bg_web 10s -8.57s linear infinite;
	}
	#hd #gf_slider .active .slide-2 .icon_list li:nth-child(4){
		-webkit-animation: icon_flow_run_game2 10s -5.7s linear infinite, change_bg_game 10s -2.86s linear infinite;
		-o-animation: icon_flow_run_game2 10s -5.7s linear infinite, change_bg_game 10s -2.86s linear infinite;
		animation: icon_flow_run_game2 10s -5.7s linear infinite, change_bg_game 10s -2.86s linear infinite;
	}
	#hd #gf_slider .active .slide-2 .icon_list li:nth-child(5){
		-webkit-animation-delay: -4.28s;
		-o-animation-delay: -4.28s;
		animation-delay: -4.28s;
	}
	#hd #gf_slider .active .slide-2 .icon_list li:nth-child(6){
		-webkit-animation: icon_flow_run 10s -2.86s linear infinite, change_bg_game 10s -2.86s linear infinite;
		-o-animation: icon_flow_run 10s -2.86s linear infinite, change_bg_game 10s -2.86s linear infinite;
		animation: icon_flow_run 10s -2.86s linear infinite, change_bg_game 10s -2.86s linear infinite;
	}
	#hd #gf_slider .active .slide-2 .icon_list li:nth-child(7){
		-webkit-animation: icon_flow_run_web3 10s -1.43s linear infinite, change_bg_web 10s -8.57s linear infinite;
		-o-animation: icon_flow_run_web3 10s -1.43s linear infinite, change_bg_web 10s -8.57s linear infinite;
		animation: icon_flow_run_web3 10s -1.43s linear infinite, change_bg_web 10s -8.57s 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;
	}
/* ---------- #more --------------- */
	#more .sec_kv .hd-w1300{top: 45%; }
	/* #more .sec_kv h2{max-width: 640px; } */
	#more .sec_kv p{max-width: 1000px; }
/* ------------ ai_overclocking --- */
	#hd .ai_overclocking_top{
    	padding: 50px 0 10px;
    }
	#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 #82E2D9;
	}
	#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(130,226,217,0.6);
		box-shadow: 0 0 15px 2.5px rgba(130,226,217,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;
	}
/* ------------ grid -------------- */
	#hd .hd-sec-grid{
		padding:100px 0 70px;
		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);
	}
/* ------------ overwolf ---------- */
	#hd .hd-sec-overwolf{
		position: relative;
		padding-bottom: 100px;
	}
	#hd .hd-sec-overwolf .hd-w1200{margin-top: 5%; }
	#hd .hd-sec-overwolf p.p-width {max-width: 500px; }

	#hd .hd-sec-overwolf .img-position {
		position: absolute;
		top: -10%;
		right: 0;
		z-index: -1;
	}
	#hd .hd-sec-overwolf ul.tag_red {
		display: inline-block;
		vertical-align: top;
		width: 220px;
		padding: 0 10px;
		margin-left: -25px;
	}
	#hd .hd-sec-overwolf ul.tag_black {
		display: inline-block;
		vertical-align: top;
		width: 340px;
		padding: 0 10px;
		margin-left: -25px;
	}

	#hd .hd-sec-overwolf ul li {
		width: 100%;
		text-align: left;
		padding: 6px 10px 6px 30px;
		margin: 14px;
		display: inline-block;
		background-image: url(../img/more/red.png);
		background-position: 0 center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	#hd .hd-sec-overwolf ul.tag_black li {background-image: url(../img/more/black.png); }
	#hd .hd-sec-overwolf h6{
		font-size: 1.25em;
		font-weight: 400;
        line-height: 1.5em
	}
	#hd .hd-sec-overwolf .hd-button {
		font-family: "Fjalla One", sans-serif;
		background-color: #cc0000;
		padding: 10px 15px;
		border-radius: 5px;
		color: #FFF;
		font-size: 1.5rem;
        line-height: 1.25em;
		text-transform: uppercase;
		margin: 35px 0;
		display: inline-block;
		cursor: pointer;
	}
	#hd .hd-sec-overwolf .hd-skewtag span{display: none; }
	/*video*/
		#hd #video.hd-videobox2.v-open {height: 100vh; }
		#hd #video.hd-videobox2 {
			width: 100%;
			height: 0;
			overflow: hidden;
			position: relative;
			transition: all 0.8s ease 0s;
			-webkit-transition: all 0.8s ease 0s;
			-moz-transition: all 0.8s ease 0s;
			-ms-transition: all 0.8s ease 0s;
			-o-transition: all 0.8s ease 0s;
		}
		#hd #video.hd-videobox2 video {
			top: 0;
			left: 0;
			min-width: 100%;
			min-height: 100%;
			width: 100%;
			/* width: auto; */
			height: auto;
			background: url(../img/gives-you-more/video_poster.jpg) no-repeat;
			background-size: cover;
		}
/* ------------ clone ------------- */
	#hd .hd-sec-clone {
		position: relative;
		background: url(../img/more/bg.png) right 60% no-repeat;
		background-size: contain;
		padding:150px 0;
	}
	#hd .hd-sec-clone .right{margin-right: -15%; }
	#hd .hd-sec-clone .right img{margin:0 auto; }

/* ---------- #intel -------------- */
	#hd #intel {padding: 150px 0 100px; }
	#hd #intel h2{
		font-size: 5em;
		margin-bottom: 100px;
	}
	#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 .txt-grey{
		font-size: 1.1em;
		font-weight: bold;
		margin: -5px 0 10px;
	}

/* ---------- 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;
	}
	@-webkit-keyframes fadeIn{
		from{opacity: 0;}
		to{opacity: 1;}
	}
	@keyframes fadeIn{
		from{opacity: 0;}
		to{opacity: 1;}
	}
	@-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-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: 81%;
		left: 0;
		background: #333333;
	}
	.hd-rainbow:after{
		content:'';
		display: block;
		width: 100%;
		height: 4%;
		position: absolute;
		top: 81%;
		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 );
	}
	.hd-cycle:before{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 81%;
		left: 0;
		background: #333333;
	}
	.hd-cycle:after{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 81%;
		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: 84%;
		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: 84%;
		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: 84%;
		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: 84%;
		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: 91%;
		left: 47%;
		background: #333333;
		box-shadow: 0 0 50px #333333;
		-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: 84%;
		left: 0;
		background: #333333;
	}
	.hd-wave:after{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 84%;
		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: #333333;
		background: -moz-linear-gradient(left, #ffff00 0%, #ffff00 50%, #ff0000 90%, #333333 100%);
		background: -webkit-linear-gradient(left, #ffff00 0%, #ffff00 50%, #ff0000 90%, #333333 100%);
		background: linear-gradient(to right, #ffff00 0%, #ffff00 50%, #ff0000 90%, #333333 100%);
		filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333', GradientType=1);
	}
	.hd-yoyo:before{
		content:'';
		display: block;
		width: 100%;
		height: 17%;
		position: absolute;
		top: 91%;
		left: 0;
		background: #000000;
	}
	.hd-yoyo .starry_night{
		display: block !important;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 91%;
		left: 47%;
		background: #333333;
		background: -moz-linear-gradient(left, #ff0000 0%, #333333 10%, #333333 35%, #ff0000 40%, #333333 45%, #333333 100%);
		background: -webkit-linear-gradient(left, #ff0000 0%, #333333 10%, #333333 35%, #ff0000 40%, #333333 45%, #333333 100%);
		background: linear-gradient(to right, #ff0000 0%, #333333 10%, #333333 35%, #ff0000 40%, #333333 45%, #333333 100%);
		box-shadow: 0 0 50px #333333;
		-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: 84%;
		left: 0;
		background: #ff0000;
		-webkit-animation: breathing infinite 8s -.5s;
		-o-animation: breathing infinite 8s -.5s;
		animation: breathing infinite 8s -.5s;
	}
	.hd-starryNight {background: #1a1a1a !important; }
	.hd-starryNight .starry_night{display: block;}
	.starry_night_back{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 81%;
		left: 0;
		background: #333333;
	}
	.starry_night_color{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 81%;
		left: 0;
		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;
		/* border-radius: 100%; */
		/*background: radial-gradient(circle, #ff0000,#ff0000, #990000, #550000, #550000);*/
		background: radial-gradient(circle, transparent 0%, #0000003a 20%, #000000bf 50%, #000 100%);
		mix-blend-mode: lighten;
		animation: breathing 3s infinite;
	}
	.starry_night li:nth-child(1) {left: 56%;  top: 18%; }
	.starry_night li:nth-child(2) {left: 63%;  top: 29%; animation: breathing 3s -1s infinite;}
	/*.starry_night li:nth-child(3) {left: 62%; top: 25%; animation: breathing 2s -1s infinite;}*/
	/*.starry_night li:nth-child(4) {left: 85%;  top: 27%; }
	.starry_night li:nth-child(5) {left: 88%; top: 19%; }
	.starry_night li:nth-child(6) {left: 1%;  top: 38%; }*/
	.starry_night li:nth-child(3) {left: 6%;  top: 87%; animation: breathing 3s -2s infinite;}
	.starry_night li:nth-child(4) {left: 15%; top: 87%; animation: breathing 3s infinite;}
	.starry_night li:nth-child(5) {left: 28%;  top: 87%; animation: breathing 4s -3s infinite;}
	.starry_night li:nth-child(6) {left: 32%; top: 87%; animation: breathing 3s infinite;}
	.starry_night li:nth-child(7) {left: 64%; top: 36%; animation: breathing 3s infinite;}
	.starry_night li:nth-child(8) {left: 68%; top: 57%; animation: breathing 3s 1s infinite;}
	.starry_night li:nth-child(9) {left: 73%; top: 63%; animation: breathing 3s -1s 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;}
	}