@charset "UTF-8";

*, *:before, *:after{
	/*-webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;*/
}
* {
	margin: 0;
	padding: 0;
	list-style: none;
	outline: none;
	font-family: "Century Gothic", "Helvetica Neue", "Open Sans", "Heiti TC", "Microsoft JhengHei", sans-serif;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, 
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, 
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-text-size-adjust: none;
	font-family: "Century Gothic", "Helvetica Neue", "Open Sans", "Heiti TC", "Microsoft JhengHei", sans-serif;
}
html,body{
	/*height: auto;*/
}
@media screen and (max-width: 767px) {
	html,body{
		overflow-x:hidden;
	}
}
body {
	font-size: 1em;
	/*color: #333;*/
    color: #000;
	background: #f7f7f7;
    /*background:white;*/
	font-family: "Century Gothic", "Helvetica Neue", "Open Sans", "Heiti TC", "Microsoft JhengHei", sans-serif;
	width: 100%;
	text-align: center;  
	-webkit-text-size-adjust: none;
	behavior: url("/stylesheet/pie/csshover3.htc");	
}
/* ========== 【Style】 ========== */
a, a:hover, a:focus { 
	color: #c1c1c1; 
    font-size: 115%;
	cursor: pointer; 
	text-decoration: none;
}
img { 
	border: none;
	display: block;
}
p { 
	margin: 0;
	text-align: left;
}
textarea, input[type="text"], input[type="password"], select{
	font-family: "Century Gothic", "Helvetica Neue", "Open Sans", "Heiti TC", "Microsoft JhengHei", sans-serif;
}
.clear { 
	clear: both; 
}
.shadow {
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12); 
}
.hide {
	display: none!important;
	visibility: hidden;
}
.link { 
	cursor: pointer;
}
.link.on {
	cursor: default; 
	color: #777;
}
.link:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.link.on:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
/* ========== 【Layout】 ========== */
.left { 
	float: left; 
	position: relative;
}
.center{ 
	margin: 0 auto; 
	position: relative;
}
.right { 
	position: absolute;
	top: 0;
	right: 0;
}
.right_float{
	float: right; 
	position: relative;
}
.justify { 
	text-align: justify; 
	text-justify: inter-word;
}
#main { 
	width: 100%;
	min-height: 100%;
	position: relative;
	height: 100%;
    overflow-y: auto;
}
#main.row-offcanvas-right.active{overflow-y: initial;}
.wrapper {
	overflow: hidden; 
}
@media only screen and (min-width: 768px){
	.wrapper {
		width: 950px;
	}
}
.full_wrapper {
	width: 100%;
	overflow: hidden; 
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
a:focus {outline:none;}