@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Fjalla+One|Roboto+Condensed:300,400');
@font-face {
	font-family: 'Xolonium';
	src: url('../fonts/xolonium-Regular.otf'),
		 url('../fonts/xolonium-Regular.otf') format('embedded-opentype'),
		 url("../fonts/xolonium-Regular.ttf") format("opentype"),
		 url("../fonts/xolonium-regular.eot");
	font-weight: normal;
	font-style: normal;
}
/* ---------- RESET ---------- */
	html,
	body{
		margin: 0;
		background-color: #000;
	}
	#hd * {
		margin: 0;
		padding: 0;
		text-decoration: none;
		list-style-type: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		word-wrap: break-word;
		word-break: break-word;
	}
	::selection {
		background: #1d2124;
		color: #CE0000;
	}
	::-moz-selection {
		background: #1d2124;
		color: #ffffff;
	}
	#hd{
		font-family: "Roboto Condensed", "Arial", sans-serif;
		background: black;
		color: #FFF;
		font-size: 16px;
		margin: 0;
		padding: 0;
		/*background: url(../img/bg.jpg) 0 center no-repeat;*/
		background-attachment: fixed;
	}
	#hd ul,
	#hd li,
	#hd figure{margin: 0; padding: 0; }
	#hd h1,
	#hd h2,
	#hd h3,
	#hd h4,
	#hd p,
	#hd a,
	#hd li {
		font:inherit;
	}
	#hd img{
		display: block;
		height: auto;
		border:none;
		max-width: 100% !important;
		margin:0 auto;
	}
	#hd img.lazyLoad {
		opacity: 0;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
	}
/* ---------- TXT ------------ */
	#hd h2,
	#hd h3,
	#hd h5{
		font-family: 'Xolonium', sans-serif;
	}
	#hd h2 {
		font-size: 3rem;
		line-height: 1;
		color: #ffffff !important;
		letter-spacing: 0.5px;
		margin-bottom: 50px;
		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{color: #10b8b0;}
	#hd .txt-pink{color: #d40c6b;}
	#hd .txt-purple{color: #851fff;}
	#hd .txt-red{color:#cc0c00; }
	#hd .txt-grey{color:#646464; font-weight: 400;}
	#hd .txt-orange{color:#ff7900;}
	#hd .txt-blue{color:#0080ff; }

	#hd .title-cyan{text-shadow: 0 0 35px #00ffc9;}
	#hd .title-pink{text-shadow: 0 0 35px #d40c6b;}
	#hd .title-purple{text-shadow: 0 0 35px #bb00ff;}
	#hd .title-red{text-shadow: 0 0 35px #cc0c00;}
	#hd .title-orange{text-shadow: 0 0 35px #eb9000;}
	#hd .title-blue{text-shadow: 0 0 35px #0080ff; }
	#hd .title-darkblue{text-shadow: 0 0 35px #0c00ff;}
/* ---------- 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 .btn_go{
		display: block;
		font-family: 'Xolonium', sans-serif;
		font-size: 1rem;
		width: 270px;
		padding:29px 50px 29px 70px;
		margin:50px 0 20px auto;
		position: relative;
	}
	#hd .btn_go:hover{
		color:#ffffff !important;
		-webkit-transform: translateX(5px);
		   -moz-transform: translateX(5px);
		    -ms-transform: translateX(5px);
		     -o-transform: translateX(5px);
		        transform: translateX(5px);
	}
	#hd .btn_go:before,
	#hd .btn_go:after,
	#hd .btn_go .btn_top:before,
	#hd .btn_go .btn_top:after,
	#hd .btn_go .btn_bottom:before,
	#hd .btn_go .btn_bottom:after{
		content:'';
		display: block;
		width: 40%;
		height: 50%;
		position: absolute;
		z-index: -1;
	}
	#hd .btn_go:before,
	#hd .btn_go:after{
		width: 20%;
		margin:0 auto;
		background:url(../img/frame/arrow_middle.png) 0 0 repeat-x;
	}
	#hd .btn_go:before{top: 0;left: 0;right: 0;}
	#hd .btn_go:after{bottom: 0;left: 0;right: 0;}
	#hd .btn_go .btn_top:before,
	#hd .btn_go .btn_bottom:before{background:url(../img/frame/arrow_left.png) 0 0 no-repeat; }
	#hd .btn_go .btn_top:before{top: 0;left: 0;}
	#hd .btn_go .btn_bottom:before{bottom: 0;left: 0;}
	#hd .btn_go .btn_top:after,
	#hd .btn_go .btn_bottom:after{background:url(../img/frame/arrow_right.png) 0 0 no-repeat; }
	#hd .btn_go .btn_top:after{top: 0;right: 0;}
	#hd .btn_go .btn_bottom:after{bottom: 0;right: 0;}
	#hd .btn_go:after,
	#hd .btn_go .btn_bottom:before,
	#hd .btn_go .btn_bottom:after{
		-webkit-transform: scaleY(-1);
		   -moz-transform: scaleY(-1);
		    -ms-transform: scaleY(-1);
		     -o-transform: scaleY(-1);
		        transform: scaleY(-1);
	}

	#hd .hd-frame{
		margin:80px 0;
		border: 80px solid transparent;
		border-image: url(../img/frame/frame.png) 80 round;
		border-image-outset: 80px;
		background: rgba(133, 31, 255,.1);
		position: relative;
	}
	#hd .hd-frame.hd-frame-red{
		border-image: url(../img/frame/frame-red.png) 80 round;
		border-image-outset: 80px;
		background: rgba(159, 63, 63, 0.1);
	}
/* ---------- transition ----- */
	#hd a.txt-link,
	#hd .btn_go,
	#hd .sec_kv ul,
	#hd .sec_kv li figure:before,
	#fix_bottom li figure:before,
	#hd .sec_kv h3,
	#hd .hd-sec-optimization .hd-skewtag,
	#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 .sec_kv{
		width: 100%;
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: 0 0;
		position: relative;
		overflow: hidden;
		z-index: 1;
	}
	#hd .sec_kv > img{width: 100%;}
	#hd .sec_kv .hd-w1200{
		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%;
		/*margin: 30px auto 0;*/
		text-align: center;
		/*border-bottom: 1px solid;*/
		/*-webkit-transform: skewX(-20deg);
		   -moz-transform: skewX(-20deg);
		    -ms-transform: skewX(-20deg);
		     -o-transform: skewX(-20deg);
		        transform: skewX(-20deg);*/
	}
	#hd .sec_kv li,
	#fix_bottom li{
		position: relative;
		overflow: hidden;
		cursor: pointer;
	}
	#hd .sec_kv li figure,
	#fix_bottom li figure{
		width: 100%;
		padding-bottom: 70%;
		/*height: 100%;*/
		/*position: absolute;*/
		top: 0;left: -10%;
		background:center top no-repeat;
		background-size: contain;
		/*-webkit-transform: skewX(20deg);
		   -moz-transform: skewX(20deg);
		    -ms-transform: skewX(20deg);
		     -o-transform: skewX(20deg);
		        transform: skewX(20deg);*/
	}
	/*#fix_bottom li figure{
		-webkit-transform: none;
		   -moz-transform: none;
		    -ms-transform: none;
		     -o-transform: none;
		        transform: none;
	}*/
	/*#hd .sec_kv li figure:before,
	#fix_bottom li figure:before{
		content:'';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		background-color: rgba(0,0,0,.7);
		z-index: 1;
	}*/
	#hd .sec_kv h3,
	#fix_bottom h3{
		font-size: 2rem;
		text-transform: none;
		margin:0;
		background-color: #333;
		color:#808080;
		padding:5px 10px;
		/*padding:24% 15px 6%;*/
		position: relative;
		z-index: 3;
		/*-webkit-transform: skewX(20deg);
		   -moz-transform: skewX(20deg);
		    -ms-transform: skewX(20deg);
		     -o-transform: skewX(20deg);
		        transform: skewX(20deg);*/
	}
	#hd .sec_kv h3{
		font-size: 1.5rem;
	}
	/*#fix_bottom h3{
		font-size: 1rem;
		-webkit-transform: none;
		   -moz-transform: none;
		    -ms-transform: none;
		     -o-transform: none;
		        transform: none;
	}
	#hd .sec_kv li:hover figure:before,
	#hd .sec_kv li.hd-active figure:before,
	#fix_bottom li:hover figure:before,
	#fix_bottom li.hd-active:before{opacity: .2; }
	#hd .sec_kv li.hd-active h3,
	#fix_bottom li.hd-active h3{opacity: 1; }
	#fix_bottom{
		text-align: center;
		width: 100%;
		padding-top: 50px;
		position: fixed;
		top: calc(100% - 50px);
		bottom: auto;
		left: 0;
		z-index: 10;
		display: none;
		-webkit-transition: all .8s ease;
		   -moz-transition: all .8s ease;
		    -ms-transition: all .8s ease;
		     -o-transition: all .8s ease;
		        transition: all .8s ease;
	}
	#fix_bottom.hd-active{
		display: block;
		-webkit-animation: showBar .8s forwards;
		-o-animation: showBar .8s forwards;
		animation: showBar .8s forwards;
	}
	#fix_bottom ul{
		width: 104%;
		margin-left: -2%;
		position: relative;
	}
	#fix_bottom ul:before{
		content:'more';
		display: block;
		font-family: 'Xolonium', sans-serif;
		width: 100%;
		height: 25px;
		font-size: 1.2em;
		position: absolute;
		top: -25px;
		left: 0;
		z-index: 11;
	}
	#fix_bottom h3{padding:5% 0; }
	#fix_bottom:hover{top: auto;bottom: 0;}
	#fix_bottom:hover ul{border-top-width: 5px; }
	#fix_bottom:hover ul:before{
		content:'';
		height: 3px;
		top: -3px;
	}*/

	#hd .sec_kv li{
		/*border: 1px solid;*/
		padding:0 5px;
		-webkit-transition: all .4s ease;
		   -moz-transition: all .4s ease;
		    -ms-transition: all .4s ease;
		     -o-transition: all .4s ease;
		        transition: all .4s ease;
	}
	#hd .sec_kv li.hd-col20{
		display: inline-block;
		vertical-align: top;
		width: 20%;
	}
	#hd .sec_kv li.hd-col25{
		width: 21%;margin-right: 2%;
	}
	#hd .sec_kv li.hd-col33{
		width: 30%;margin-right: 3%;
	}
	#hd .sec_kv li:hover,
	#hd .sec_kv li.hd-active{
		/*-webkit-transform: translateY(-10px);
		   -moz-transform: translateY(-10px);
		    -ms-transform: translateY(-10px);
		     -o-transform: translateY(-10px);
		        transform: translateY(-10px);*/
	}
	#hd .sec_kv li:hover h3{color:#ddd;}
	#hd .sec_kv li.hd-active h3{color:#fff;}
	#hd .sec_kv ul.hd-cyan li:hover h3,
	#hd .sec_kv ul.hd-cyan li.hd-active h3{
		background-color:#00ffc9;/* box-shadow: 2px 2px 2px rgba(0, 255, 201, 1), 5px 10px 4px rgba(0, 255, 201, .85);*/
	}
	#hd .sec_kv ul.hd-pink li:hover h3,
	#hd .sec_kv ul.hd-pink li.hd-active h3{
		background-color:#d40c6b;/* box-shadow: 2px 2px 2px rgba(212, 12, 107, 1), 5px 10px 4px rgba(212, 12, 107, .85);*/
	}
	#hd .sec_kv ul.hd-purple li:hover h3,
	#hd .sec_kv ul.hd-purple li.hd-active h3{
		background-color:#851fff;/* box-shadow: 2px 2px 2px rgba(133, 31, 255, 1), 5px 10px 4px rgba(133, 31, 255, .85);*/
	}
	#hd .sec_kv ul.hd-red li:hover h3,
	#hd .sec_kv ul.hd-red li.hd-active h3{
		background-color:#cc0c00;/* box-shadow: 2px 2px 2px rgba(204, 12, 0, 1), 5px 10px 4px rgba(204, 12, 0, .85);*/
	}
	#hd .sec_kv ul.hd-orange li:hover h3,
	#hd .sec_kv ul.hd-orange li.hd-active h3{
		background-color:#ff7900;/* box-shadow: 2px 2px 2px rgba(255, 121, 0, 1), 5px 10px 4px rgba(255, 121, 0, .85);*/
	}
	#hd .sec_kv ul.hd-blue li:hover h3,
	#hd .sec_kv ul.hd-blue li.hd-active h3{
		background-color:#0080ff;/* box-shadow: 2px 2px 2px rgba(0, 196, 255, 1), 5px 10px 4px rgba(0, 196, 255, .85);*/
	}
	/*#hd #build .sec_kv.hd-active ul{border-top-color:#00ffc9;}
	#hd #diy .sec_kv.hd-active ul{border-top-color:#d40c6b;}
	#hd #performance .sec_kv.hd-active ul{border-top-color:#851fff;}
	#hd #audio .sec_kv.hd-active ul{border-top-color:#cc0c00;}
	#hd #networking .sec_kv.hd-active ul{border-top-color:#ff7900;}*/


	/*#hd .sec_kv ul.hd-cyan li{border-color:#00ffc9; box-shadow: 2px 2px 2px rgba(0, 255, 201, 1), 0px 6px 4px rgba(0, 255, 201, .85);}
	#hd .sec_kv ul.hd-pink li{border-color:#d40c6b; box-shadow: 2px 2px 2px rgba(212, 12, 107, 1), 0px 6px 4px rgba(212, 12, 107, .85);}
	#hd .sec_kv ul.hd-purple li{border-color:#851fff; box-shadow: 2px 2px 2px rgba(133, 31, 255, 1), 0px 6px 4px rgba(133, 31, 255, .85);}
	#hd .sec_kv ul.hd-red li{border-color:#cc0c00; box-shadow: 2px 2px 2px rgba(204, 12, 0, 1), 0px 6px 4px rgba(204, 12, 0, .85);}
	#hd .sec_kv ul.hd-orange li{border-color:#ff7900; box-shadow: 2px 2px 2px rgba(255, 121, 0, 1), 0px 6px 4px rgba(255, 121, 0, .85);}
	#hd .sec_kv ul.hd-blue li{border-color:#0080ff; box-shadow: 2px 2px 2px rgba(0, 196, 255, 1), 0px 6px 4px rgba(0, 196, 255, .85);}
	#hd .sec_kv ul.hd-cyan{border-bottom-color:#00ffc9; box-shadow: 0 15px 25px #00ffc9;}
	#hd .sec_kv ul.hd-pink{border-bottom-color:#d40c6b; box-shadow: 0 15px 25px #d40c6b;}
	#hd .sec_kv ul.hd-purple{border-bottom-color:#851fff; box-shadow: 0 15px 25px #851fff;}
	#hd .sec_kv ul.hd-red{border-bottom-color:#cc0c00; box-shadow: 0 15px 25px #cc0c00;}
	#hd .sec_kv ul.hd-orange{border-bottom-color:#ff7900; box-shadow: 0 15px 25px #ff7900;}
	#hd .sec_kv ul.hd-blue{border-bottom-color:#0080ff; box-shadow: 0 15px 25px #0080ff;}

	#hd #fix_bottom ul.hd-cyan:before{background-color:#10b8b0;}
	#hd #fix_bottom ul.hd-pink:before{background-color:#d40c6b;}
	#hd #fix_bottom ul.hd-purple:before{background-color:#851fff;}
	#hd #fix_bottom ul.hd-red:before{background-color:#cc0c00;}
	#hd #fix_bottom ul.hd-orange:before{background-color:#ff7900;}
	#hd #fix_bottom ul.hd-blue:before{background-color:#0080ff;}

	#hd .sec_kv  ul.hd-cyan li.hd-active figure:before{
		background-color: #10b8b0;
		opacity: .16;
	}
	#hd .sec_kv  ul.hd-pink li.hd-active figure:before{
		background-color: #d40c6b;
		opacity: .16;
	}
	#hd .sec_kv  ul.hd-purple li.hd-active figure:before{
		background-color: #851fff;
		opacity: .16;
	}
	#hd .sec_kv  ul.hd-red li.hd-active figure:before{
		background-color: #cc0c00;
		opacity: .16;
	}
	#hd .sec_kv  ul.hd-orange li.hd-active figure:before{
		background-color: #ff7900;
		opacity: .16;
	}
	#hd .sec_kv  ul.hd-blue li.hd-active figure:before{
		background-color: #0080ff;
		opacity: .16;
	}*/
/* ---------- 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;
	}

/* ---------- #kv ----------------- */
	#hd #kv{
		position: relative;
		background-color: #000000;
	}
	#hd #kv .hd-w1200{position: static;}
	#hd #kv .pos-p{
		width: 80%;
		position: absolute;
		top: 20%;
		left: 0;right: 0;
	}
	#hd #kv .hd-col50{max-width: 550px;}
	#hd #kv h4{
		max-width: 670px;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 2rem;
		line-height: 1.5;
		position: absolute;
	}
	#hd #kv h4.pos-1{
		top: 55%;
		left: 20%;
	}
	#hd #kv h4.pos-2{
		top: 15%;
		left: 58%;
	}
	#hd #kv .owl-controls{
		width: 100%;
		height: 77px;
		position: absolute;
		top: 0;bottom: 0;
		margin:auto 0;
	}
	#hd #kv .owl-prev,
	#hd #kv .owl-next{
		position: absolute;
		top: 0;
	}
	#hd #kv .owl-prev:before,
	#hd #kv .owl-next:before{content: url(../img/icon/arrow-l.png); }
	#hd #kv .owl-prev {left: 5%; }
	#hd #kv .owl-next{
		right: 5%;
		-webkit-transform: scaleX(-1);
		   -moz-transform: scaleX(-1);
		    -ms-transform: scaleX(-1);
		     -o-transform: scaleX(-1);
		        transform: scaleX(-1);
	}
	#hd #kv .item{
		position: relative;
	}
	#hd #kv .hd-fading{
		position: absolute;
		top: 0;
		left: 0;
		-webkit-animation: fading 6s infinite;
		   -moz-animation: fading 6s infinite;
		    -ms-animation: fading 6s infinite;
		     -o-animation: fading 6s infinite;
		        animation: fading 6s infinite;
	}
	@-webkit-keyframes fading{
		0%, 40%, 100% {opacity: 1}
		50%, 90%{opacity: 0}
	}
	@keyframes fading{
		0%, 40%, 100% {opacity: 1}
		50%, 90%{opacity: 0}
	}

/* ---------- #specs -------------- */
	#hd #specs{
		padding:40px 0;
		background-color: #000000;
	}
	#hd #specs .spec-main {
		width: 100%;
		height: 0;
		padding-bottom: 59%;
		background: 35% center no-repeat;
		background-size: contain;
	}
	#hd #specs figure{display: none; }
	#hd #specs figure.hd-active{
		display: block;
		/*-webkit-animation: slideInFromRight .8s cubic-bezier(.5,.38,.22,.98) forwards;
		-o-animation: slideInFromRight .8s cubic-bezier(.5,.38,.22,.98) forwards;
		animation: slideInFromRight .8s cubic-bezier(.5,.38,.22,.98) forwards;*/
	}
	#hd #specs figure.diy.hd-active{
		/*-webkit-animation: slideInFromLeft .8s cubic-bezier(.5,.38,.22,.98) forwards;
		-o-animation: slideInFromLeft .8s cubic-bezier(.5,.38,.22,.98) forwards;
		animation: slideInFromLeft .8s cubic-bezier(.5,.38,.22,.98) forwards;*/
	}
	#hd #specs .overview .spec-main {background-image: url('../img/spec/spec-pc.png'); }
	/*#hd #specs .diy .spec-main {background-image: url('../img/spec/spec-m.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: 15px;
		font-weight: 300;
		letter-spacing: 1px;
		max-width: 360px;
	}
	#hd #specs ol li:before{
		counter-increment: mycounter;
		content: counter(mycounter);
		display: none;
		width: 24px;
		height: 24px;
		line-height:24px;
		text-align: center;
		border-radius: 15px;
		border: 1px solid #ffffff;
		position: absolute;
		top: 0;
		left: -40px;
		z-index: 2;
	}
	#hd #specs ol li b{
		font-weight: 400;
		line-height: 1.75;
		display: block;
		letter-spacing: 0;
	}
	#hd #specs ol li p{
		font-weight: 300;
		margin-bottom: 10px;
		line-height: 1.5;
		letter-spacing: 0;
		color:#aaaaaa;
	}
	/* spec li positions (overview)*/
		#specs .overview ol li:nth-child(-n+3) {left: 9%; }
		#specs .overview ol li:nth-child(1) {top: 1%; }
		#specs .overview ol li:nth-child(2) {top: 59.2%; }
		#specs .overview ol li:nth-child(3) {top: 80.5%; }
		#specs .overview ol li:nth-child(n+4) {left: 68%; }
		#specs .overview ol li:nth-child(4) {top: 4.5%; }
		#specs .overview ol li:nth-child(5) {top: 16%; }
		/*#specs .overview ol li:nth-child(6) {top: 40.5%; }*/
		#specs .overview ol li:nth-child(6) {top: 55.5%; }
		#specs .overview ol li:nth-child(7) {top: 62.5%; }
		#specs .overview ol li:nth-child(8) {top: 87.5%; }
		#specs .overview ol li:nth-child(9) {top: 90%; }

	/* spec li positions (diy)*/
		#hd #specs .diy ol li{width: 20%; max-width: 220px; text-align: left;}

		#hd #specs .diy ol li:nth-child(-n+3){left: 5%; }
		#hd #specs .diy ol li:nth-child(-n+3) img{
			position: absolute;
			top: 0;
			right: 105%;
		}
		#hd #specs .diy ol li:nth-child(1){top: 5.5%;}
		#hd #specs .diy ol li:nth-child(2){top:34.5%;}
		#hd #specs .diy ol li:nth-child(3){top:64%;}

		#hd #specs .diy ol li:nth-child(n+4){left: 68%; }
		#hd #specs .diy ol li:nth-child(n+4) img{
			position: absolute;
			top: 0;
			left: 105%;
		}
		#hd #specs .diy ol li:nth-child(4){top:17%;}
		#hd #specs .diy ol li:nth-child(5){top:42.5%;}
		#hd #specs .diy ol li:nth-child(6){top:77.5%;}

	#hd .hd-more {
		width: 100%;
		padding:0 20px;
		margin:50px 0 30px;
		text-align: center;
		position: relative;
		z-index: 2;
	}
	#hd .hd-more li{
		width: 300px;
		display: inline-block;
		vertical-align: top;
		margin:10px;
		background-color: #000000;
		cursor: pointer;
		-webkit-transform: skewX(-40deg);
		   -moz-transform: skewX(-40deg);
		    -ms-transform: skewX(-40deg);
		     -o-transform: skewX(-40deg);
		        transform: skewX(-40deg);
		position: relative;
	}
	#hd .hd-more li:before{
		content:'';
		width:calc(100% + 4px);
		height:calc(100% + 2px);
		position: absolute;
		top: -1px;
		left: -2px;
		background: #111111;
		background: -moz-linear-gradient(45deg, #111111 0%, #bbc3d1 29%, #000000 51%, #bbc3d1 78%, #131313 100%);
		background: -webkit-linear-gradient(45deg, #111111 0%,#bbc3d1 29%,#000000 51%,#bbc3d1 78%,#131313 100%);
		background: linear-gradient(45deg, #111111 0%,#bbc3d1 29%,#000000 51%,#bbc3d1 78%,#131313 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#131313',GradientType=1 );
		z-index: -1;
	}
	#hd .hd-more li.hd-link:before{
		background: #8d0000;
		background: -moz-linear-gradient(45deg, rgba(50,50,50,0) 0%, rgba(141,0,0,0.9) 20%, rgba(141,0,0,1) 29%, rgba(141,0,0,0.2) 52%, rgba(141,0,0,1) 71%, rgba(141,0,0,0.9) 80%, rgba(50,50,50,0) 100%);
		background: -webkit-linear-gradient(45deg, rgba(50,50,50,0) 0%, rgba(141,0,0,0.9) 20%, rgba(141,0,0,1) 29%, rgba(141,0,0,0.2) 52%, rgba(141,0,0,1) 71%, rgba(141,0,0,0.9) 80%, rgba(50,50,50,0) 100%);
		background: linear-gradient(45deg, rgba(50,50,50,0) 0%, rgba(141,0,0,0.9) 20%, rgba(141,0,0,1) 29%, rgba(141,0,0,0.2) 52%, rgba(141,0,0,1) 71%, rgba(141,0,0,0.9) 80%, rgba(50,50,50,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008d0000', endColorstr='#008d0000',GradientType=1 );
	}
	#hd .hd-more li:after{
		content:'';
		width:100%;
		height:100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #000000;
		z-index: -1;
	}
	#hd .hd-more li.hd-link h4{color:#ad0202;}
	#hd .hd-more h4{
		font-size: 20px;
		padding:20px;
		margin-bottom: 0;
		text-transform: none;
		color:#808080;
		-webkit-transform: skewX(40deg);
		   -moz-transform: skewX(40deg);
		    -ms-transform: skewX(40deg);
		     -o-transform: skewX(40deg);
		        transform: skewX(40deg);
	}
	#hd .hd-more li.hd-active{background-color: #610000; }
	#hd .hd-more li:hover h4,
	#hd .hd-more li.hd-active h4{color:#fafafa;}
	#hd .hd-more li.hd-active:before,
	#hd .hd-more li.hd-active:after{
		display: none;
	}

/* ---------- #build(aesthetics+diy) --------- */
	#build .sec_kv .hd-w1200{top: 40%; }
	#build .sec_kv h2{max-width: 800px; }
	#build .sec_kv p{max-width: 700px; }
/* ------------ outlook ----------- */
	#hd .hd-sec-outlook{padding:100px 0; }
	#hd .hd-sec-outlook p{max-width: 500px;}
	#hd .hd-sec-outlook ul{
		position: absolute;
		bottom: 5%;
		left: 0;
		right: 0;
		margin:0 auto;
		text-align: center;
	}
	#hd .hd-sec-outlook ul li {
		display: inline-block;
		vertical-align: top;
		width: 165px;
		padding: 6px 10px;
		margin: 5px 0;
		display: inline-block;
		background-image: url(../img/more/black-outlook.png);
		background-position: 0 center;
		background-size: contain;
		background-repeat: no-repeat;
		cursor: pointer;
	}
	#hd .hd-sec-outlook ul li.hd-active {background-image: url(../img/more/purple.png); }
	#hd .hd-sec-outlook h5{
		font-size: 1.25em;
		margin-bottom: 0;
	}
	#hd #outlook_img{
		position: relative;
	}
	#hd #outlook_img img{
		opacity: 0;
		-webkit-transition: opacity .25s ease;
		   -moz-transition: opacity .25s ease;
		    -ms-transition: opacity .25s ease;
		     -o-transition: opacity .25s ease;
		        transition: opacity .25s ease;
	}
	#hd #outlook_img img.hd-active{opacity: 1;}
	#hd #outlook_img img:last-child{
		position: absolute;
		top: 0;
		left: 0;
	}
/* ------------ lighting ---------- */
	#hd .hd-sec-lighting{
		padding:120px 0 200px;
		position: relative;
	}

	#hd .hd-lighting > img{width: 100%; }
	#hd .hd-lightingbox{
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 0;
		padding-bottom: 56%
	}

	#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: -5%;
		margin-bottom: 10%;
		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;
		cursor:pointer;
		opacity: .5;
	}
	#hd .hd-controls li:hover,
	#hd .hd-controls li.hd-active{
		opacity: 1;
	}
	#hd .hd-controls li img{
		display: block;
		width: 65px;
		height: 65px;
		margin:20px auto 10px;
	}
	#hd .hd-controls b{
		display: block;
		font-size: 16px;
		font-weight: 400;
		margin: 5px 0;
	}
	#hd .hd-controls small{
		width: 113px;
		height: 65px;
		margin:0 auto;
	}

	#colorpicker{
		width: 130px;
		position: absolute;
		top: 105%;
		left: 0;
		right: 0;
		margin:0 auto;
	}

	#color,
	#greybg{
		width: 100%;
		height: 0;
		padding-bottom: 56%;
		margin-top: 1px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	#greybg {
		background-color: #000000;
		z-index: -2;
	}
/* ------------ 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;
	}
/* ------------ own --------------- */
	#hd .hd-sec-own{
		position: relative;
		padding:150px 0 100px;
	}
	#hd .hd-sec-own .hd-col65{
		margin-left: -10%;
		position: relative;
	}
	#hd .hd-sec-own .hd-col65 img{
		margin:0 auto;
		position: relative;
		z-index: -1;
	}
	#hd .hd-sec-own .hd-col45{
		margin-left: auto;
		margin-right: 0;
		margin-top: 3%;
	}
	#hd .hd-sec-own .hd-col45 p{
		margin-bottom: 20px;
	}
	#hd .hd-sec-own .hd-col45 img{
		display: block;
		margin-left: auto;
		margin-right: 0;
		width: 120px;
	}
	#hd .hd-sec-own .hd-3dtag{
		position: absolute;
		top: 255px;
		right: -210px;
		width: 100%;
	}
	#hd .hd-sec-own .hd-3dtag li{
		position: absolute;
		top: 0;
		right: 0;
	}
	#hd .hd-sec-own .txt_decoline{
		background: url('../img/deco-line-cyan.png') right bottom no-repeat;
	}
	#hd .hd-sec-own .hd-3dtag h5{
		font-size: 1.6rem;
		line-height: 1.25;
		margin-top: 40px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	#hd .hd-sec-own .hd-3dtag small{
		display: block;
	}
	#hd .hd-sec-own .hd-3dtag li:nth-child(1),
	#hd .hd-sec-own .hd-3dtag li:nth-child(2){
		max-width: 440px;
	}
	#hd .hd-sec-own .hd-3dtag li:nth-child(1){
		top: 70px;
		right: -170px;
	}
	#hd .hd-sec-own .hd-3dtag li:nth-child(1) h5,
	#hd .hd-sec-own .hd-3dtag li:nth-child(1) small{
		padding-left: 25px;
	}
	#hd .hd-sec-own .hd-3dtag li:nth-child(2){
		top: 205px;
		width: 400px;
		right: -170px;
	}
	#hd .hd-sec-own .hd-3dtag li:nth-child(2) img{
		position: absolute;
		right: -20%;
		top: 73%;
	}
	#hd .hd-sec-own .hd-3dtag li:nth-child(2) h5,
	#hd .hd-sec-own .hd-3dtag li:nth-child(2) small{
		padding-left: 15px;
	}
	#hd .hd-sec-own .hd-3dtag li:nth-child(2) small{max-width: 250px;}
	#hd .hd-sec-own .hd-3dtag li:nth-child(1):before,
	#hd .hd-sec-own .hd-3dtag li:nth-child(2):before,
	#hd .hd-sec-own .hd-3dtag li:nth-child(1) small:before{
	    content: "";
	    display: block;
	    position: absolute;
	    border: 1px solid #10ebe3;
	}
	#hd .hd-sec-own .hd-3dtag li:nth-child(1):before{
		width: 199px;
		height: 36px;
		left: -236px;
		top: 70px;
		border-top: none;
		border-right: none;
		transform: skewX(40deg);
	}
	#hd .hd-sec-own .hd-3dtag li:nth-child(1) small:before{
		width: 0px;
		height: 26px;
		left: -11px;
		top: 81px;
		border-top: none;
		border-left: none;
		border-bottom: none;
	    transform: skewX(-40deg);
	}
	#hd .hd-sec-own .hd-3dtag li:nth-child(2):before{
		width: 0;
		height: 90px;
		left: -40px;
		top: 80px;
		border-top: none;
		border-right: none;
		border-bottom: none;
		transform: skewX(-42deg);
	}
/* ------------ accessories ------- */
	#hd .hd-sec-accessories{
		width: 95%;
		margin: 0 auto;
		padding: 100px 0 50px;
	}
	#hd .hd-sec-accessories h5{
		margin: 40px 0 20px;
		font-size: 1.35rem;
	}
	#hd .hd-sec-accessories p{padding:0 5%; }
	#hd .hd-sec-accessories img{margin:0 auto; }

/* ---------- #diy ---------------- */
/* ------------ guardian ---------- */
	#hd .hd-sec-guardian{padding:100px 0; }
	#hd .hd-sec-guardian li{
		float:left;
		width: 16.6666%;
		padding:8px;
		position: relative;
	}
	#hd .hd-sec-guardian li:first-child{
		width: 29%;
		margin-right: -2.5%;
	}
	#hd .hd-sec-guardian li:nth-child(2){margin-left: 5.5%; }
	#hd .hd-sec-guardian li:nth-child(5){margin-right: -5.5%; }
	#hd .hd-sec-guardian li figure{
		width: 100%;
		height: 0;
		padding-bottom: 150%;
		border:2px solid #851fff;
		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);
	}
	#hd .hd-sec-guardian li:first-child figure{
		padding-bottom: 173%;
		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: 140%;
		min-height: 0;
		left: -21%;
		opacity: 1 !important;
	}
	#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: 35%;
		left: 5%;
	}
	#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;
	}
/* ------------ compat ------------ */
	#hd .hd-sec-compat{padding:70px 0; }
	#hd .hd-sec-compat .fright{margin-top: 5%;}
/* ------------ ecosystem --------- */
	#hd .hd-sec-ecosystem{
		position: relative;
		padding-bottom: 10%;
	}
	#hd .hd-sec-ecosystem > img{width: 100%;}
	#hd .hd-sec-ecosystem:after{
		content:'';
		display: block;
		width: 40%;
		height: 0;
		padding-bottom: 50%;
		position: absolute;
		right: 0;bottom: 0;
		z-index: 1;
		background: url(../img/diy/ecosystem-pd.png) right bottom no-repeat;
		background-size: contain;
	}
	#hd .hd-sec-ecosystem .hd-w1200{
		max-width: 700px;
		padding-right: 120px;
		margin-top: -8%;
	}
/* ------------ mode -------------- */
	#hd .hd-sec-mode{padding:70px 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: 200%;
		background-color: #270201;
		position: absolute;
		top: 0;bottom: 0;
		margin: auto 0 auto -2%;
		z-index: -1;
	}
	#hd .hd-sec-mode li .hd-title:before{
		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%;
	}
	#hd .mCSB_inside>.mCSB_container{margin-right: 30px;}
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{
		background-color: #cc0c00;
		border-radius: 0;
	}
	#hd .hd-sec-mode h5{
		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: 400; }
	#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);
	}

/* ---------- #performance -------- */
	#performance .sec_kv .hd-w1200{top: 30%; }
	#performance .sec_kv h2{
		max-width: 800px;
	}
	#performance .sec_kv p{
		max-width: 510px;
	}
/* ------------ fan --------------- */
	#hd .hd-sec-fan{padding:90px 0; }
	#hd .hd-sec-fan .fleft{position: relative; }
	#hd .hd-sec-fan .fleft img{
		margin-left: auto;
		margin-right: 50px;
	}
	#hd .hd-sec-fan .fan_cover li{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin:0 auto;
		opacity: 0;
	}
	#hd .hd-sec-fan .fan_cover li.hd-active{opacity: 1; }
	#hd .hd-sec-fan .hd-filter{
		max-width: 550px;
		padding:10% 0 10%;
	}
	#hd .hd-sec-fan .hd-filter li{
		vertical-align: top;
		margin:20px 0 20px -5px;
		cursor: pointer;
	}
	#hd .hd-sec-fan .hd-filter li.hd-active h5{
		color: #0080ff;
	}
	#hd .hd-sec-fan li p{
		padding-left: 20px;
		margin-bottom: 0;
		text-align: left;
	}
	#hd .hd-sec-fan .hd-content{
		position: relative;
		background: #000;
		max-width: 550px;
		padding:20px 5% 20px 10%;
		box-shadow: 0 0 20px #0080ff, 0 0 30px rgba(133, 31, 255,.5) inset;
	}
	#hd .hd-sec-fan .hd-content:before{
		content:'';
		display: block;
		width: calc(100% + 4px);
		height: calc(100% + 4px);
		position: absolute;
		top: -2px;
		left: -2px;
		background: #0080ff;
		background: -moz-linear-gradient(left, #0080ff 0%, #2a0842 10%, #0080ff 62%, #2a0842 95%, #0080ff 100%);
		background: -webkit-linear-gradient(left, #0080ff 0%, #2a0842 10%, #0080ff 62%, #2a0842 95%, #0080ff 100%);
		background: linear-gradient(to right, #0080ff 0%, #2a0842 10%, #0080ff 62%, #2a0842 95%, #0080ff 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0080ff', endColorstr='#2a0842',GradientType=1 );
		z-index: -1;
	}
	#hd .hd-sec-fan .hd-content li{display: none; }
	#hd .hd-sec-fan .hd-content li.hd-active{display: block; }
/* ------------ optimization ------ */
	#hd .hd-sec-optimization{padding:70px 0;}
	#hd .hd-sec-optimization .hd-frame{margin-top: 100px; }
	#hd .hd-sec-optimization li .hd-col50,
	#hd .hd-sec-optimization .hd-frame h3{display: none; }
	#hd .hd-sec-optimization li{
		margin-top:-50px;
		margin-bottom:-50px;
	}
	#hd .hd-sec-optimization 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 li.hd-active h3{
		display: block;
		-webkit-animation: fadeInFromTop .8s forwards;
		-o-animation: fadeInFromTop .8s forwards;
		animation: fadeInFromTop .8s forwards;
	}
	#hd .hd-sec-optimization li h3{
		text-align: center;
		position: relative;
		margin-bottom: 90px;
		margin-top: -100px;
	}
	#hd .hd-sec-optimization li h3:before,
	#hd .hd-sec-optimization li h3:after{
		content:'';
		display: block;
		width: 47%;
		height: 200%;
		background-color: #270201;
		position: absolute;
		top: 0;bottom: 0;
		margin: auto 0 auto -2%;
		z-index: -1;
	}
	#hd .hd-sec-optimization li h3:before{
		right: 45%;
		-webkit-transform: skewX(30deg);
		   -moz-transform: skewX(30deg);
		    -ms-transform: skewX(30deg);
		     -o-transform: skewX(30deg);
		        transform: skewX(30deg);
	}
	#hd .hd-sec-optimization li h3:after{
		left: 45%;
		-webkit-transform: skewX(-30deg);
		   -moz-transform: skewX(-30deg);
		    -ms-transform: skewX(-30deg);
		     -o-transform: skewX(-30deg);
		        transform: skewX(-30deg);
	}
	#hd .hd-sec-optimization .hd-col50 p{
		padding: 0 10% 0 5%;
		margin-bottom: 0;
	}
	#hd .hd-sec-optimization .hd-skewtag{
		display: block;
		width: 93%;
		padding:15px 10px 12px;
		margin:10px auto;
		cursor: pointer;
		background: #6e0e0e;
		background-image: -webkit-linear-gradient(left, #6e0e0e, #ca1b1b, #6e0e0e);
		background-image:    -moz-linear-gradient(left, #6e0e0e, #ca1b1b, #6e0e0e);
		background-image:     -ms-linear-gradient(left, #6e0e0e, #ca1b1b, #6e0e0e);
		background-image:      -o-linear-gradient(left, #6e0e0e, #ca1b1b, #6e0e0e);
		background-image:         linear-gradient(to right, #6e0e0e, #ca1b1b, #6e0e0e);
		background-size: 200% auto;
		box-shadow: 0 0 20px rgba(255, 31, 31, 0.5);
		-webkit-transform: skewX(-25deg);
		   -moz-transform: skewX(-25deg);
		    -ms-transform: skewX(-25deg);
		     -o-transform: skewX(-25deg);
		        transform: skewX(-25deg);
	}
	#hd .hd-sec-optimization .hd-col33{vertical-align: top;}
	#hd .hd-sec-optimization .hd-skewtag:hover{background-position-x: 50%; }
	#hd .hd-sec-optimization .hd-active .hd-skewtag{
		outline: 2px solid #6e0e0e;
		outline-offset: 5px;
	}
	#hd .hd-sec-optimization .hd-skewtag h5{
		font-size: .85rem;
		text-transform: uppercase;
		text-align: center;
		-webkit-transform: skewX(25deg);
		   -moz-transform: skewX(25deg);
		    -ms-transform: skewX(25deg);
		     -o-transform: skewX(25deg);
		        transform: skewX(25deg);
	}
/* ------------ pcie -------------- */
	#hd .hd-sec-pcie{padding:120px 0; }
	#hd .hd-sec-pcie .hd-w1200{direction: rtl; }
	#hd .hd-sec-pcie .hd-w1200 > div{direction: ltr; }
	#hd .hd-sec-pcie .left{
		margin-left: -10%;
		margin-right: -10%;
	}
	#hd .hd-sec-pcie .right{padding: 0 5%; }
/* ------------ ddr4 -------------- */
	#hd .hd-sec-ddr4{padding:100px 0; }
	#hd .hd-sec-ddr4 h3{margin-bottom: 40px;}
	#hd .hd-sec-ddr4 .fleft{
		margin-left: -5%;
		margin-right: -20%;
	}
	#hd .hd-sec-ddr4 .fright{
		position: relative;
		z-index: 2;
		margin-top: 12%;
	}
/* ------------ ramcache ---------- */
	#hd .hd-sec-ramcache {padding: 50px 0 0; }
	#hd .hd-sec-ramcache h4+p{max-width: 900px;margin:0 auto 30px;}
	#hd .hd-sec-ramcache .hd-pic {
		width: 90%;
		max-width: 1400px;
		margin: 0 auto 50px;
	    position: relative;
	}
	#hd .hd-sec-ramcache .hd-pic img {
	    position: relative;
	    z-index: -1;
	    margin: 0 auto;
	}
	#hd .hd-sec-ramcache .hd-pic p {
	    text-align: left;
	    width: 20%;
	    max-width: 250px;
	    position: absolute;
	    top: 26%;
	    left: 78%;
	    z-index: 2;
	}

/* ---------- #audio -------------- */
/* ------------ sonic ------------- */
	#hd .hd-sec-sonic{
		padding:70px 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-lll-1.jpg); }
	#hd #sonic_studio li:nth-child(2){background-image: url(../img/audio/sonic-studio-lll-2.jpg); }
	#hd #sonic_studio li:nth-child(3){background-image: url(../img/audio/sonic-studio-lll-3.jpg); }
	#hd #sonic_studio li:nth-child(4){background-image: url(../img/audio/sonic-studio-lll-4.jpg); }
	#hd #sonic_studio li:nth-child(5){background-image: url(../img/audio/sonic-studio-lll-5.jpg); }
	#hd #sonic_studio li:nth-child(6){background-image: url(../img/audio/sonic-studio-lll-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 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;}

	#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 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: 25px;
		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: 0;
		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:50px 0;
		position: relative;
		z-index: 1;
	}
	#hd .hd-sec-ethernet{direction: rtl; }
	#hd .hd-sec-ethernet > div{direction: ltr; }
	#hd .hd-sec-ethernet .left{
		margin-left: -15%;
		margin-right: -6%;
	}
	#hd .hd-sec-ethernet figure{
		display: inline-block;
		padding:0 8px;
	}
	#hd .hd-sec-ethernet .skewtag {
		text-align: center;
		background-color: #0080ff;
		padding: 0 25px;
		margin-top: 30px;
		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;
		margin-bottom: 0;
		transform: skew(20deg);
		-webkit-transform: skew(20deg);
		-moz-transform: skew(20deg);
		-o-transform: skew(20deg);
	}
/* ------------ gamefirst --------- */
	#hd .hd-sec-gamefirst{padding:70px 0;}
	#hd .hd-sec-gamefirst p{margin-bottom: 100px;}
	#hd .hd-pic03 {
	    height: auto;
	    padding-bottom: 0;
	    position: relative;
	}
	#hd .hd-pic03 #greater {
	    width: 18%;
	    position: absolute;
	    margin: 0;
	    top: -25%;
	    right: -2%;
	    z-index: 2;
	}
	#hd .btn-video{
		display: block;
		width: 200px;
		padding:12px 22px;
		margin: 50px  auto 50px;
		border-radius: 5px;
		overflow: hidden;
		position: relative;
		cursor:pointer;
	}
	#hd .btn-video:hover{box-shadow: 0 0 0 1px #8D0000 inset; }
	#hd .btn-video:before{
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		background: #910000; /* Old browsers */
		background: -moz-linear-gradient(-20deg,  #910000 15%, #630000 38%, #b40000 66%, #800000 82%, #450000 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(-20deg,  #910000 15%,#630000 38%,#b40000 66%,#800000 82%,#450000 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(160deg,  #910000 15%,#630000 38%,#b40000 66%,#800000 82%,#450000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#910000', endColorstr='#450000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
	#hd .btn-video:hover:before{opacity: .7; }
	#hd .btn-video h4{
		margin:0;
		font-size: 22px;
		font-weight: normal;
		text-align: center;
	}
/* ------------ languard ---------- */
	#hd .hd-sec-languard {
		position: relative;
		padding:30px 0;
	}
	#hd .hd-sec-languard .fright {
	    margin-top: -13%;
	    margin-left: -15%;
	    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;
	}

/* ---------- #more --------------- */
	#more .sec_kv .hd-w1200{top: 45%; }
	#more .sec_kv h2{max-width: 640px; }
	#more .sec_kv p{max-width: 1000px; }
/* -------------- grid ------------ */
	#hd .hd-sec-grid{
		padding:100px 0;
		direction: rtl;
	}
	#hd .hd-sec-grid .hd-col40,
	#hd .hd-sec-grid .hd-col70{
		direction: ltr;
	}
	#hd .hd-sec-grid .hd-col70{
		margin-left: -10%;
		transform-style: preserve-3d;
		perspective: 600px;
	}
	#hd .hd-sec-grid .hd-col70 img{
		-webkit-transform: rotateY(15deg);
		   -moz-transform: rotateY(15deg);
		    -ms-transform: rotateY(15deg);
		     -o-transform: rotateY(15deg);
		        transform: rotateY(15deg);
	}
/* -------------- 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; }

/* ---------- #amd -------------- */
	#hd #amd {padding: 150px 0 100px; }
	#hd #amd h2{
		font-size: 5em;
		margin-bottom: 100px;
		text-transform: none;
	}
	#hd #amd img{
		display: inline-block;
		vertical-align: top;
		width: 100px;
	}
	#hd #amd img + div{
		display: inline-block;
		vertical-align: top;
		width:calc(100% - 110px);
		margin-left: -5px;
		padding-left: 50px;
		margin-bottom: 50px;
	}
	#hd #amd .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;
	}
	@keyframes showBar{
		from{
		-webkit-transform: translateY(-20px) scale(1.5);
		   -moz-transform: translateY(-20px) scale(1.5);
		    -ms-transform: translateY(-20px) scale(1.5);
		     -o-transform: translateY(-20px) scale(1.5);
		        transform: translateY(-20px) scale(1.5);
		}
		to{
		-webkit-transform: translateY(0) scale(1);
		   -moz-transform: translateY(0) scale(1);
		    -ms-transform: translateY(0) scale(1);
		     -o-transform: translateY(0) scale(1);
		        transform: translateY(0) scale(1);
		}
	}
	@-webkit-keyframes fadeInFromBottom{
		from{
			opacity: 0;
			-webkit-transform: translateY(8%);
		}
		to  {
			opacity: 1;
			-webkit-transform: translateY(0);
		}
	}
	@keyframes fadeInFromBottom{
		from{
			opacity: 0;
			   -moz-transform: translateY(8%);
				-ms-transform: translateY(8%);
				 -o-transform: translateY(8%);
					transform: translateY(8%);
		}
		to  {
			opacity: 1;
			   -moz-transform: translateY(0);
				-ms-transform: translateY(0);
				 -o-transform: translateY(0);
					transform: translateY(0);
		}
	}
	@-webkit-keyframes fadeInFromTop{
		from{
			opacity: 0;
			-webkit-transform: translateY(-10%);
		}
		to  {
			opacity: 1;
			-webkit-transform: translateY(0);
		}
	}
	@keyframes fadeInFromTop{
		from{
			opacity: 0;
			   -moz-transform: translateY(-10%);
				-ms-transform: translateY(-10%);
				 -o-transform: translateY(-10%);
					transform: translateY(-10%);
		}
		to  {
			opacity: 1;
			   -moz-transform: translateY(0);
				-ms-transform: translateY(0);
				 -o-transform: translateY(0);
					transform: translateY(0);
		}
	}
	@keyframes slideInFromRight{
		from{
			-webkit-transform: translateX(5%);
			   -moz-transform: translateX(5%);
			    -ms-transform: translateX(5%);
			     -o-transform: translateX(5%);
			        transform: translateX(5%);
		}
		to{
			-webkit-transform: translateX(0);
			   -moz-transform: translateX(0);
			    -ms-transform: translateX(0);
			     -o-transform: translateX(0);
			        transform: translateX(0);
		}
	}
	@keyframes slideInFromLeft{
		from{
			-webkit-transform: translateX(-5%);
			   -moz-transform: translateX(-5%);
			    -ms-transform: translateX(-5%);
			     -o-transform: translateX(-5%);
			        transform: translateX(-5%);
		}
		to{
			-webkit-transform: translateX(0);
			   -moz-transform: translateX(0);
			    -ms-transform: translateX(0);
			     -o-transform: translateX(0);
			        transform: translateX(0);
		}
	}

/* ---------- 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-cycle:before{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 91.5%;
		left: 0;
		background: #000000;
	}
	.hd-cycle:after{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 91.5%;
		left: 0;
		background: #ff0000;
		-webkit-animation: cycle reverse infinite 8s;
		-o-animation: cycle reverse infinite 8s;
		animation: cycle reverse infinite 8s;
	}
	.hd-comet{
		background: #ff0000;
		background: -moz-linear-gradient(left,  #000000 30%, #ff0000 45%, #ffff00 50%, #000000 60%);
		background: -webkit-linear-gradient(left,  #000000 30%,#ff0000 45%, #ffff00 50%,#000000 60%);
		background: linear-gradient(to right,  #000000 30%,#ff0000 45%, #ffff00 50%,#000000 60%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#000000',GradientType=1 );
	}
	.hd-comet:before{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 91.5%;
		left: 0;
		background: #000000;
		-webkit-animation: cometReverse infinite 3s -.5s;
		-o-animation: cometReverse infinite 3s -.5s;
		animation: cometReverse infinite 3s -.5s;
	}
	.hd-comet:after{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 91.5%;
		left: 0;
		background: #ff0000;
		-webkit-animation: cometReverse infinite 3s -.5s, rainbow reverse infinite 21s, breathing infinite 3s -.5s;
		-o-animation: cometReverse infinite 3s -.5s, rainbow reverse infinite 21s, breathing infinite 3s -.5s;
		animation: cometReverse infinite 3s -.5s, rainbow reverse infinite 21s, breathing infinite 3s -.5s;
	}
	.hd-flash{
		background: #550000;
		background: -moz-linear-gradient(-45deg, #550000 30%, #550000 40%, #ff0000 50%, #550000 60%, #550000 70%);
		background: -webkit-linear-gradient(left, #550000 30%, #550000 40%, #ff0000 50%, #550000 60%, #550000 70%);
		background: linear-gradient(135deg, #550000 30%, #550000 40%, #ff0000 50%, #550000 60%, #550000 70%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#550000', endColorstr='#ff0000',GradientType=1 );
	}
	.hd-flash:before{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 91.5%;
		left: 0;
		background: #000000;
		-webkit-animation: flashReverse infinite 3s -.5s;
		-o-animation: flashReverse infinite 3s -.5s;
		animation: flashReverse infinite 3s -.5s;
	}
	.hd-flash:after{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 91.5%;
		left: 0;
		background: #ff0000;
		-webkit-animation: flashReverse infinite 3s -.5s ,flashStrobing infinite 2.21s -2.45s;
		-o-animation: flashReverse infinite 3s -.5s ,flashStrobing infinite 2.21s -2.45s;
		animation: flashReverse infinite 3s -.5s ,flashStrobing infinite 2.21s -2.45s;
	}
	.hd-wave:before{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 91.5%;
		left: 0;
		background: #000000;
	}
	.hd-wave:after{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 91.5%;
		left: 0;
		background: #ff0000;
		-webkit-animation: breathing infinite 8s -.5s;
		-o-animation: breathing infinite 8s -.5s;
		animation: breathing infinite 8s -.5s;
	}
	.hd-yoyo {
		background: #000000;
		background: -moz-linear-gradient(left, #ffff00 0%, #ffff00 50%, #ff0000 90%, #000000 100%);
		background: -webkit-linear-gradient(left, #ffff00 0%, #ffff00 50%, #ff0000 90%, #000000 100%);
		background: linear-gradient(to right, #ffff00 0%, #ffff00 50%, #ff0000 90%, #000000 100%);
		filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1);
	}
	.hd-yoyo:before{
		content:'';
		display: block;
		width: 100%;
		height: 9%;
		position: absolute;
		top: 91.5%;
		left: 0;
		background: #000000;
	}
	.hd-yoyo:after{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 91.5%;
		left: 0;
		background: #ff0000;
		-webkit-animation: breathing infinite 8s -.5s;
		-o-animation: breathing infinite 8s -.5s;
		animation: breathing infinite 8s -.5s;
	}
	.hd-starryNight {background: #550000 !important; }
	.hd-starryNight .starry_night{display: block;}
	.hd-starryNight:before{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 91.5%;
		left: 0;
		background: #000000;
	}
	.hd-starryNight:after{
		content:'';
		display: block;
		width: 100%;
		height: 5%;
		position: absolute;
		top: 91.5%;
		left: 0;
		background: #ff0000;
		-webkit-animation: flashStrobing infinite 3s;
		-o-animation: flashStrobing infinite 3s;
		animation: flashStrobing infinite 3s;
	}
	.starry_night {display: none; }
	.starry_night li {
		width: 5%;
		height: 10%;
		background-color: #FFF;
		position: absolute;
		background: radial-gradient(circle, #ff5555,#ff0000, #aa0000, #550000, #550000);
		animation: breathing 2s infinite;
	}
	.starry_night li:nth-child(1) {left: 61%; top: 13%;}
	.starry_night li:nth-child(2) {left: 63%; top: 20%; animation: breathing 2s -1s infinite;}
	.starry_night li:nth-child(3) {left: 65%; top: 33%; 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: 300%;
		    -webkit-transform: translateX(-50%);
		}
		100%{
			z-index: -1;
			width: 300%;
		    -webkit-transform: translateX(0%);
		}
	}
	@keyframes flash{
		0%	{
			z-index: -1;
			width: 300%;
		    transform: translateX(-50%);
		}
		100%{
			z-index: -1;
			width: 300%;
		    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% {
			width: 200%;
			-webkit-transform: translateX(-50%);
		}
		50% {
			width: 200%;
			-webkit-transform: translateX(0%);
		}
		100% {
			width: 200%;
			-webkit-transform: translateX(-50%);
		}
	}
	@keyframes yoyo {
		0% {
			width: 200%;
			transform: translateX(-50%);
		}
		50% {
			width: 200%;
			transform: translateX(0%);
		}
		100% {
			width: 200%;
			transform: translateX(-50%);
		}
	}
	@-webkit-keyframes yoyoStrobing {
		0% {-webkit-transform: translateX(-50%); opacity: 1;}
		50% {-webkit-transform: translateX(50%); opacity: 1;}
		59% {opacity: 1;}
		61.5%, 75% {opacity: 0;}
		80%{opacity: 1;}
		100% {-webkit-transform: translateX(-100%); opacity: 1;}
	}
	@keyframes yoyoStrobing {
		0% {-webkit-transform: translateX(-50%); opacity: 1;}
		50% {-webkit-transform: translateX(50%); opacity: 1;}
		59% {opacity: 1;}
		61.5%, 75% {opacity: 0;}
		80%{opacity: 1;}
		100% {-webkit-transform: translateX(-100%); opacity: 1;}
	}