@charset "utf-8";

/*************************General**********************************/
@import url(https://fonts.googleapis.com/css?family=Orbitron:500);



/* 
Color chart
*/
body              { margin: 0; color: #fff; background: #000; font-size: 14px; font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 微軟正黑體, sans-serif;}
a, 
a:visited, 
a:active, 
a:hover           { text-decoration: none; blr:expression(this.onFocus=this.blur()); cursor: pointer;}

a                 { outline: none; /* for Firefox Chrome */ behavior:expression(this.onFocus=this.blur()); /* for IE */} 
a:focus           { -moz-outline-style: none; outline: none; } /* for Firefox Chrome */

a:link            { text-decoration: none;}
a:visited         { text-decoration: none;}
a:hover           { text-decoration: none;}
input, 
textarea          { font-family: 'Helvetica Neue', Helvetica, Arial, 微軟正黑體, sans-serif;}
input:focus, 
textarea:focus    { outline: none;}

::selection, 
a::selection, 
img::selection    { background: #777; color: #fff;}
::-moz-selection  { background: #777; color: #fff;}

p                 {line-height: 1.5em;}

.clear:after{
	display: block;
	content: '';
	clear: both;
}


/************************* Universal **********************************/

.wrapper{
  	position: relative;
	max-width: 1280px;
	max-width: 1515px;
	margin: 0 auto;
}


/************************* header **********************************/

.header{
	position: relative;
}
.header img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.header h1{
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.header h2{
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

/************************* content **********************************/

.content{
	position: relative;
}
.content h2{
	font-family: Orbitron, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 2.2em;
	color: #54e1ff;
	letter-spacing: 1px;
	margin-bottom: 50px;
}
.content .tron{
	position: relative;
	/*display: inline-block;*/
}
.content .tron:after{
	content: '';
	display: block;
	width: 30px;
	height: 6px;
	border: 1px solid #54e1ff;
	border-radius: 5px;
	margin: 15px 0 0 0;
	position: absolute;
	left: 0;
	bottom: -20px;
}

@media (max-width: 850px){
.content .tron:after{
	left: 50%;
	margin-left: -15px;
}
}



.content img{
	max-width: 100%;
}
.content .notice{
	font-size: 0.9em;
	color: #666;
}
.content .text a{
	color: #54e1ff;
	text-decoration: underline;
}
.content .text a:hover{
	color: #fff;
}



.intro{
	max-width: 900px;
	padding: 0 20px;
	margin: 30px auto 0 auto;
	text-align: center;
}
.part-1{
	max-width: 1200px;
	margin: 100px auto 0 auto;
	text-align: center;
}
.part-1 .text{
	max-width: 900px;
	padding: 0 20px;
	margin: 0 auto;
}



.part-2{
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}
.part-2 .text{
	width: 52%;
	float: left;
	margin-top: 5%;
}
.part-2 img{
	width: 48%;
	float: left;
}


@media (max-width: 1100px){
.part-2 .text{
	margin-top: 0;
}
}

@media (max-width: 850px){
.part-2 .text{
	width: 100%;
	text-align: center;
}
.part-2 img{
	width: 100%;
}
}








.part-lineup{
	text-align: center;
	margin-top: 80px;
	margin-bottom: 50px;
}

.part-lineup .tab{
	margin-top: -20px;
}
.part-lineup .tab a{
	width: 170px;
	height: 40px;
	display: inline-block;
	border: 1px solid #54e1ff;
	line-height: 40px;
	font-family: Orbitron, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	color: #54e1ff;
	letter-spacing: 1px;
}
.part-lineup .tab .tab-mb{
	border-right: 0;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.part-lineup .tab .tab-vga{
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.part-lineup .tab a:hover{
	color: #fff;
}
.part-lineup .tab .active{
	background: #18414a;
}
.part-lineup .tab .active:hover{
	color: #54e1ff;
}

.product-list{
	list-style-type: none;
	margin: 50px auto;
	padding: 0;
}
.product-list-vga{
	display: none;
}
.product-list li{
	width: 230px;
	height: 320px;
	margin: 10px;
	border: 1px solid #54e1ff;
	float: left;
	display: block;
}
.product-list li.no-show{
	display: none;
}
.product-list span{
	height: 40px;
	line-height: 40px;
	background: #54e1ff;
	display: block;
	color: #000;
}
.product-list .long-name span{
	height: 37px;
	padding-top: 3px;
	line-height: 16px;
}
.product-list img{
	width: 100%;
	display: block;
}

.product-list a{
	display: block;
	color: #54e1ff;
	text-transform: uppercase;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 10px;
  	background: url(../Image/arrow-right.png) 25% center no-repeat;
  	background-size: 10px;
}
.product-list a:hover{
	color: #fff;
  	background-image: url(../Image/arrow-right-w.png);
}






.lineup-control{
	border: 1px solid #54e1ff;
	padding: 10px 30px;
	font-family: Orbitron, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	color: #54e1ff;
	letter-spacing: 1px;
    transition-duration: 0.1s;
}
.lineup-control:hover{
	background: #18414a;
}

.config{
	color: #999;
	text-align: left;
	margin-top: 50px;
	padding: 0 20px;
}
.config li{
	margin-bottom: 10px;
}


@media (max-width: 1530px){
.product-list{
	max-width: 1260px;
}
}
@media (max-width: 1280px){
.product-list{
	max-width: 1010px;
}
}
@media (max-width: 1030px){
.product-list{
	max-width: 760px;
}
}
@media (max-width: 780px){
.product-list{
	max-width: 510px;
}
}



@media (max-width: 520px){
.product-list li{
	width: auto;
	height: auto;
	float: none;
  	padding-bottom: 10px;
}
.product-list a{
  	background-position: 35% center;
}
}


@media (max-width: 360px){
.product-list a{
  	background-position: 25% center;
}
.part-lineup .tab a{
	width: auto;
	padding: 0 10px;
	height: auto;
	line-height: auto;
}
}


.links a {
	padding: 6px 10px;
	margin-right: 10px;
	background-color: #54e1ff;
	color: #000 !important;
	border: 1px solid #000;
	text-decoration: none !important; }
	
.links a:hover {
	padding: 6px 10px;
	margin-right: 10px;
	background-color: #000;
	border: 1px solid #54e1ff;
	color: #FFF !important;
	text-decoration: none !important; }