@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: "HELVETICA";
	src:url(../fonts/HELVETICA.TTF);
}

/*Global Settings*/
html, body {
	font-family: "HELVETICA", "微軟正黑體", "Calibri";
	margin: 0;
	height:100%;
	color: #555;
}
ol, ul {
	list-style:none;
}
body, ul.navi, ul.navi li, ul.navi ul, a{
    margin: 0;
    padding: 0;
    font-size: 16px;
    text-decoration: none;
}

/*Header*/
header{
	width:100%;
	height:70px;
	background:#FFF;
	margin-top:0;
	padding:0;
	opacity:0.9;
	box-sizing:border-box;
	z-index:99;
	position:fixed;
}
.header_m{
	width:calc(100% - 40px);
	max-width:1440px;
	height:70px;
	margin:0px auto;
	background:url(../imgs/shared/color_square.jpg) right repeat-y;
}
.header_m .logo{
	width:190px;
	height:70px;
	margin:0 5px 0 0;
	float:left;
}
.header_m .logo a:hover{
	opacity:0.9;
}
.header_btm{
	width:100%;
	height:5px;
	background:url(../imgs/shared/shadow_5px.png) repeat-x;
}
/*Internal Banner*/
#inter_bn{
	width:100%;
	height:150px;
	margin-top:70px;
	position:absolute;
	padding-top:70px;
	border-bottom:1px solid #FC6;
	clear:both;
}
#inter_bn .content{
	width:100%;
	max-width:1440px;
	margin:0 auto;
}
#inter_bn .content h1{
	margin:0 10px 0 5%;
	font-size:2.2em;
	letter-spacing:0em;
	font-weight:normal;
	color:#f90;
}
#inter_bn .content h2{
	/*max-width:400px;*/
	margin:15px 10px 0 5%;
	font-size:1.3em;
	line-height:1.3em;
	font-weight:normal;
	color:#666;
}


/*Content*/
.container{
	width:100%;
	overflow:hidden;
	background:#fff;
	padding:70px 0 0 0;
	clear:both;
}
.container h1{
	margin:0 auto 0 2%;
	font-size:1.8em;
	line-height:2em;
	font-weight:normal;
	letter-spacing:0px;
	color:#f90;
}
.container h2{
	margin:0 auto 0 2%;
	font-size:1.5em;
	font-weight:bold;
	line-height:1.6em;
	letter-spacing:0px;
	color:#666;
}
.container h3{
	margin:0 auto 0 2%;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.6em;
	letter-spacing:0px;
	color:#666;
}
.container h4{
	margin:0 auto 0 auto;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.6em;
	letter-spacing:0px;
	color:#666;
}
#full{
	width:94%;
	margin:20px auto;
	padding:5px;
	overflow:hidden;
	background:#fff;
	box-sizing:border-box;
}
#pc_container{
	width:90%;
	max-width:1440px;
	overflow:hidden;
	margin:20px auto;
}
#pc_container .r_content{
	width:calc(100% - 20% - 50px);
	padding:20px 10px;
	margin-left:20px;
	box-sizing:border-box;
	overflow:hidden;
	border:1px solid #ffc988;
	float:right;
}
#main_container{
	width:90%;
	max-width:1440px;
	overflow:hidden;
	margin:240px auto 20px auto;
}
#main_container .maincontent{
	width:calc(100% - 20% - 70px);
	padding:0 10px;
	margin-left:20px;
	box-sizing:border-box;
	overflow:hidden;
	border:1px solid #ffc988;
	float:right;
}
.maincontent .desc{
	width:100%;
	font-size:15px;
	line-height:1.6em;
	font-weight:normal;
	overflow:hidden;
	clear:both;
	padding:0 2%;
	margin:0 auto;
	box-sizing:border-box;
}
#content_section{
	width:100%;
	margin:10px auto;
	overflow:hidden;
}

#mobile_container{
	max-width:1440px;
	margin:0 auto 10px auto;
	padding:70px 0 0 0;
	overflow:hidden;
	clear:both;
}
#mobile_container .mobile_content{
	width:94%;
	margin:20px auto;
	padding:5px;
	overflow:hidden;
	background:#fff;
	border:1px solid #ffc988;
	-moz-box-shadow:5px 5px rgba(100%,70%,0%,0.2);
	-webkit-box-shadow:5px 5px rgba(100%,70%,0%,0.2);
	box-shadow:5px 5px rgba(100%,70%,0%,0.2);
	box-sizing:border-box;
}
#mobile_container .desc{
	width:90%;
	font-size:1.1em;
	line-height:1.6em;
	font-weight:normal;
	/*text-indent:1em;*/
	overflow:hidden;
	clear:both;
	padding:0 10px;
	margin:0 auto 10px auto;
	border-bottom:1px solid #ccc;
}

#top a{
	height:2em;
	line-height:2em;
	padding:0 10px 0 0;
	box-sizing:border-box;
	font-size:1em;
	color:#FFF;
	float:right;
	right:10px;
	top:90%;
	opacity:0.9;
	position:fixed;
	background:#ffa800;
	clear:both;
}
#top a:hover{
	opacity:0.7;
	background:#ffa900;
}
#lang{
	font-size:0.8em;
	margin-top:10px;
	height:1.5em;
	line-height:1em;
	color:#666;
	padding-right:20px;
	text-align:right;
	opacity:0.9;
	float:right;
	position:relative;
	clear:both;
}
#lang a{
	font-size:0.8em;
	color:#ccc;
	opacity:0.9;
}
#lang a:hover{
	color:#999;
}
/*Footer*/
footer{
	width:100%;
	min-height:150px;
	overflow:hidden;
	background:#ffa800 url(../imgs/shared/shadow_5px.png) top repeat-x;
}
#footer_map{
	width:98%;
	max-width:1440px;
	margin:10px auto 10px auto;
	padding:1%;
	color:#fff;
	clear:both;
}
.footer_col_1{
	box-flex:1;
	-moz-box-flex:1;
	-webkit-box-flex:1;
	width:32%;
	margin:0 1%;
	overflow:hidden;
	clear:both;
}
.footer_col_1 .title{
	text-align:left;
	font-size:1em;
	font-weight:bold;
	color:#fff2d9;
	padding:5px;
	border-bottom:1px dotted #ffdfa1;
	clear:both;
}
.footer_col_1 ul{
	display:block;
	padding:5px 10px;
	color:#fff2d9;
	margin-top:5px;
	clear:both;
}
.footer_col_1 ul li{
	font-size:5px;
	color:#fff2d9;
	display:block;
	line-height:18px;
	font-weight:normal;
	text-indent:5px;
}
.footer_col_1 ul li a{
	color:#fff2d9;
	display:block;
	text-decoration:none;
	font-weight:normal;
}
.footer_col_1 ul li a:hover{
	color:#FFF;
	display:block;
	text-decoration:underline;
	font-weight:normal;
}

.follow{
	width:70%;
	height:70px;
	text-align:center;
	margin:20px auto;
	padding-top:20px;
	border-top:1px solid #ffdfa1;
	clear:both;
}
.follow a:hover{
	opacity:0.8;
}
.follow img{
	margin:0 2%;
	border-radius:35px;
	-moz-box-shadow:3px 3px rgba(40%,40%,40%,0.5);
	-webkit-box-shadow:3px 3px rgba(40%,40%,40%,0.5);
	box-shadow:3px 3px rgba(40%,40%,40%,0.5);
}
.follow_ic a{
	opacity:1;
}
.follow_ic a:hover{
	opacity:0.8;
}

.copyright{
	width:96%;
	color:#fff2d9;
	font-size:0.7em;
	letter-spacing:0;
	font-weight:normal;
	line-height:0px;
	text-align:center;
	margin:20px auto;
	position:relative;
	clear:both;
}
#ssl{
	width:71px;
	height:71px;
	bottom:0;
	float:right;
	opacity:0.6;
	display:none;
}

/*元件們*/
.bt_c{ border-bottom:1px solid #ccc;}
.btop_c{ border-bottom:1px solid #ccc;}


/*字元顏色*/
.red_1{color:#C00;}


/*影*/
.o_shadow{
	border:1px solid #ffc988;
	-moz-box-shadow:5px 5px rgba(100%,70%,0%,0.2);
	-webkit-box-shadow:5px 5px rgba(100%,70%,0%,0.2);
	box-shadow:5px 5px rgba(100%,70%,0%,0.2);
}