@charset "UTF-8";
/**
 * 
 * @authors Capo Sung
 * @date    2013-11-28 13:45:03
 * @version $Id$
 */
@media screen and (max-width: 1024px) {

body{
	background-color: black;
	width: 1200px;
	font-family: 微軟正黑體, arial;
}

a{
	text-decoration: none;
	color: black;
}

#header{
	/*background-color: rgba(255, 255, 100, 0.9);*/
	width: 324px;
	height: 700px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 3;
	padding: 15px;
	background-image: url(images/headback-1.png);
	background-repeat: no-repeat;
}

h1{
	font-size: 2em;
	color: black;
	text-shadow: 0px 1px 1px #ff3;
}

#header span{
	font-size: 1em;
	line-height: 1.5em;
}

#header2{
	width: 690px;
	height: 165px;
	position: fixed;
	left: 324px;
	top: 0px;
	background-image: url(images/headback-2_4.png);
	background-repeat: no-repeat;
}

#header2>p{
	color: white;
	margin-left: 330px;
	margin-top: 50px;
	font-size: 14px;
}

#menu{
	z-index: 10;
	width: 260px;
	height: 293px;
	position: fixed;
	left: 30px;
	top: 400px;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow:0px 0px 3px 4px rgba(255,255,255,0.3);
	-webkit-box-shadow:0px 0px 3px 4px rgba(255,255,255,0.3);
	box-shadow:0px 0px 3px 4px rgba(255,255,255,0.3);
}

#li1{
	list-style-type: none;
	color: white;
	font-style: 14px;
	text-align: center;
	line-height: 45px;
	margin-left: -39px;
	border-bottom: 1px solid gray;
}

#li6{
	list-style-type: none;
	color: white;
	font-style: 14px;
	text-align: center;
	line-height: 45px;
	margin-left: -39px;
}

#scrollbar2{
	margin-top: 148px;
	margin-left: 305px;
	width: 1100px;
}

#loader{
	margin-top: 20px;
	margin-left: 15px;
}

#g1{
	width: 1600px;
	height: 190px;
}

#g2{
	width: 1600px;
	height: 190px;
}

#g3{
	width: 1600px;
	height: 190px;
}

img.m{
	float: left;
	border: 1px solid gray;
	/*margin-bottom: 10px;*/
	margin-right: 10px;
   	opacity: 1;
   	transition: opacity .25s ease-in-out;
   	-moz-transition: opacity .25s ease-in-out;
   	-webkit-transition: opacity .25s ease-in-out;
}

#loader img:hover {
    opacity: 0.5;
}

/*horizontal scroll bar*/
#scrollbar2 .viewport {
	width: 1100px;
	height: 600px;
	overflow: hidden;
	position: relative;
}
#scrollbar2 .overview {
	list-style: none;
	width: 1800px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
}
#scrollbar2 .scrollbar{
	position: relative;
	margin: 0 0 3px;
	clear: both;
	height: 15px;
}
#scrollbar2 .track {
	/*background: #ccc;*/
	width: 50%;
	height: 3px;
	position: relative;
}

#scrollbar2 .thumb {
	background: #ccc;
	height: 3px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0; }
#scrollbar2 .disable {
	display: none; }
.noSelect {
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none; }

}


/*社群按鈕*/
.social{
	position: fixed;
	left: 15px;
	top: 93%;
	width: 300px;
	height: 80px;
	z-index: 1000;
}

.s1{
	float: left;
	width: 100px;
}

.foot{
	position: fixed;
	left: 15px;
	top: 94%;
	width: 99%;
	/*height: 40px;*/
	z-index: 2000;
}

.foot p{
	font-size: 13px;
	color: gray;
}

.foot a{
	text-decoration: none;
	color: gray;
}

}