/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
	font-size: 100%;
}
body {
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
	line-height: 1.4em;
	font-size: 1em;
}
img {
	max-width: 100%;
}
tr, th, td {
	padding: 5px;
	border: 1 solid inherit;
	vertical-align: middle;
}
a {
	color: #0a4191;
	text-decoration: none;
}
a:hover, a:focus {
	color: #0a4191;
	text-decoration: none;
}
.nav ul li {
	position: relative;
	display: block;
	list-style-type: none;
}
.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 25px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	font-size: 22px;
}
.input-group>input {
	padding: 4px 6px;
	margin-top: 5px;
}
.input-group>input:focus {
	outline: none;
}
.input-group>select {
	padding: 5px;
	margin-top: 5px;
}
/*�^��m��*/
#scrollUp {
	bottom: 20px;
	right: 20px;
	background: #555;
	color: #fff;
	font-size: 12px;
	font-family: sans-serif;
	text-decoration: none;
	opacity: .9;
	padding: 10px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	transition: background 200ms linear;
}
#scrollUp:hover {
	background: #f08200;
}
/*banner�����H�X*/
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-ms-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
/*����*/
#wrapper {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	word-wrap: break-word;
}
header {
	padding: 0.5%;
	background-image: url(../images/header_bg.jpg);
	background-position: center center;
}
.header-wrap{width: 100%; display: flex;  flex-wrap: wrap; justify-content: space-between;}
.logo {  display: flex; justify-content: flex-start; align-items: center; margin: 0; }
.logo img { max-width: 120px; margin: 5px 15px 5px 15px;}
.logo p {
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
	color: #0a4191;
	font-size: 1.8rem;
	vertical-align: middle;
	display: block;
}

.qr { display: flex; justify-content: flex-end;}
 
.qr img {width: 100%; max-width: 100%; margin: 5px 15px;}


article {
	width: 100%;
	padding: 1% 1.2%;
	min-height: 300px;
	background-color: #f7f7f7;
}
nav {
}
.banner {
	display: block;
}
.approve {
	width: 100%;
	background-color: #d9d9d9;
	padding: 0.6%;
	display: inline-block;
	text-align: center;
}
.approve img {
	max-height: 95px;
	padding: 0 5px;
}
/*�������~����*/
.index_prod_main_bg {
	width: 100%;
	color: #595959;
	float: left;
	padding: 1% 3%;
	background-color: #f7f7f7;
}
.index_prod_main {
	width: 100%;
	max-width: 1600px;
	color: #595959;
	padding: 12px 5%;
	margin: 10px auto;
}
.index_prod_item {
	padding: 35px auto;
	margin: 30px auto 50px auto;
}
.index_prod_main_title {
	width: 100%;
	font-size: 2em;
	line-height: 1.1em;
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
	color: #0a4191;
	margin: 10px 0;
	text-align: center;
	font-weight: bold;
}
.index_prod_main_title i {
	color: #679901;
	padding: 10px 12px 0 0;
	text-align: center;
}
.index_prod {
	float: left;
	width: 100%;
	max-width: 300px;
	padding: 15px 5%;
}
.index_prod:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	transition: 0.4s;
}
.index_prod_img {
	/*height:300px;
	min-height:300px;*/
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.index_prod img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #e9e9e9;
	border-right-color: #e9e9e9;
	border-left-color: #e9e9e9;
}
.index_prod_title {
	max-width: 340px;
	text-align: center;
}
.index_prod_title a {
	display: block;
	font-size: 1.1em;
	color: #FFF;
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
	line-height: 1.3em;
	padding: 10px 5px;
	background-color: #0a4191;
	text-decoration: none;
}
.index_prod_title a:hover {
	color: #FFF;
	text-decoration: underline;
}
/*�������~����*/
.page_prod_item {
	padding: 35px auto;
	margin: 10px 5px;
}
.page_prod_main_title {
	width: 100%;
	margin: 20px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	padding: 10px 0;
}
.page_prod_main_title span {
	font-size: 1.2em;
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
	color: #fff;
	text-align: left;
	background-color: #0a4191;
	padding: 10px 30px;
	line-height: 1.4em;
}
.page_prod_main_title i {
	color: #679901;
	padding: 10px 12px 0 0;
	text-align: center;
}
.page_prod_item section {
	max-width: 1400px;
	margin: 0 auto;
}
.page_prod {
	width: 100%;
	padding: 0.5% 5%;
	margin: 0 auto;
	max-width: 350px;
}
.page_prod:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	transition: 0.4s;
}
.page_prod img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #e9e9e9;
	border-right-color: #e9e9e9;
	border-left-color: #e9e9e9;
}
.page_prod_title {
	padding: 0 0.5%;
	max-width: 340px;
	text-align: center;
}
.page_prod_title a {
	display: block;
	font-size: 1.1em;
	color: #333;
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
	line-height: 1.3em;
	padding: 10px 5px;
	text-decoration: none;
}
.page_prod_title a:hover {
	color: #333;
	text-decoration: underline;
}
/*������T*/
.index_information {
	width: 100%;
	color: #595959;
	float: left;
	padding: 1% 3%;
	background-color: #f7f7f7;
}
.index_information h1 i {
	color: #679901;
	float: left;
	padding: 10px 12px 0 0;
}
.index_information h1 {
	font-size: 1.8em;
	line-height: 1.4em;
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
	color: #0a4191;
	font-weight: bold;
}
.index_information_title i {
	color: #679901;
	float: left;
	padding: 10px 12px 0 0;
}
.index_information_title {
	font-size: 1.8em;
	line-height: 1.4em;
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
	color: #0a4191;
	font-weight: bold;
}
.index_about {
	padding: 12px 20px;
	margin: 10px 5px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0a4191;
	background-color: #FFF;
}
.index_about section {
	font-size: 1.1em;
	line-height: 1.6em;
}
.index_about section a:link, a:hover, a:active {
	color: #6a3906;
	text-decoration: underline;
}
.index_news {
	padding: 12px 20px;
	margin: 15px 5px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0a4191;
	background-color: #FFF;
}
.index_news_item {
	display: block;
	padding: 10px;
	margin:0 auto;
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
}
.index_news_item img {
	display: block;
	width: 100%;
	max-width:200px;
	margin: 5px auto;
	text-align: center;
}
.index_news_item_date {
	line-height: 1.2em;        /* fallback */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #f08200;
	padding: 5px 0;
}
.index_news_item_title {
	line-height: 25px;        /* fallback */
}
.index_news_item_title a {
	display: block;
	font-size: 1.2em;
	color: #313131;
	margin-top: 10px;
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
	text-decoration: none;
	line-height: 1.3em;
	text-align: left;
}
.index_news_item_title a:hover, a:active {
	color: #v;
	text-decoration: underline;
}
.index_news section {
	font-size: 1.1em;
	line-height: 1.6em;
}
.copyright {
	width: 100%;
	background-color: #f7f7f7;
	color: #626262;
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
	line-height: 1.3em;
	text-align: center;
	padding: 15px 10px;
}
.copyright a {
	color: #626262;
}
.copyright a:hover {
	color: #626262;
	text-decoration: underline;
}
.copyright img {
	display: block;
	margin: 10px auto;
	max-width: 60px;
}
footer {
	width: 100%;
	font-size: 0.9em;
	color: #fff;
	float: left;
	background-color: #0a4191;
}
footer a {
	color: #FFF;
	text-decoration: none;
}
footer a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer_info {
	width: 100%;
	max-width: 1600px;
	padding: 20px 3%;
	margin: 0 auto;
}
.footer_info span {
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 8px;
	font-family: Tahoma, Geneva, sans-serif;
}
.footer_info > .row > .col-sm-6 {
	margin: 15px 0;
}
.footer_info td {
	padding: 2px;
	vertical-align: top;
}
/*����*/
.page_title_bg {
	margin: 0 auto;
	z-index: 1;
	text-align: center;
	padding-top: 130px;
}
.page_title {
	display: block;
	width: 100%;
	font-size: 3.5em;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 1em;
	color: #FFF;
	text-shadow: 2px 2px 3px #434343;
	margin-bottom: 5px;
	padding-bottom: 2px;
	z-index: 2;
	float: left;
}
.page-header {
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-left: 20px;
}
.page-header h1 {
	font-size: 1.8em;
	color: #313131;
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
	line-height: 1.2em;
	font-weight: normal;
}
.page_breadcrumb {
	display: table;
	width: 100%;
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
	font-size: 1em;
	line-height: 1em;
	color: #ef8200;
	padding-right: 20px;
	text-align: right; padding-left: 20px;
}
.page_breadcrumb a {text-decoration: none;position: relative; color: #7893BB;padding-left: 10px; padding-right: 14px;}
.page_breadcrumb a:hover {text-decoration: underline;}
.page_breadcrumb a:after{content: " / "; display: block; right:0px; top:3px; position: absolute; }
/*�������*/
.page_nav {
	width: 100%;
	display: block;
	/* margin: 20px auto 10px auto; */
	float: left;
	text-align: center;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 18px 0;
	border-radius: 4px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 8px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #444444;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin-left: -1px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #666666;
	border-color: #666666;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 3;
	color: #434343;
	background-color: #e0e0e0;
	border-color: #e0e0e0;
	cursor: default;
}
.container_main {
	padding: 10px 2%;
	display: flex;/*�������[�F�o��css�N�i���ϥ�float �Y�i�ñ�*/
}
.main_left {
	width: 100%;
	max-width: 20%;
	margin: 0 1% 3% 0;
	order: 1;/*��ܶ���*/
}
.main_right {
	width: 100%;
	margin: 0 0 20px 0;
	order: 2;
	background-color: #FFF;
	border: 1px solid #c9c9c9;
}
.main_right article {
	padding: 0.5% 4%;
	background-color: #FFF;
}
.main_right article h2{line-height: 1.35em;}
.main_right article p, table {
	line-height: 1.8em;
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
	font-size: 1.1em;
}
.row_margin {
	margin-top: 1%;
	margin-bottom: 1%;
}
/*�����������s*/
.page_nav {
	margin: 10px auto;
	text-align: center;
}
.pager {
	padding-left: 0;
	margin: 21px 0;
	list-style: none;
	text-align: center;
}
.pager li {
	display: inline;
}
.pager li > a, .pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 3px;
}
.pager li > a:hover, .pager li > a:focus {
	text-decoration: none;
	background-color: #eeeeee;
}
.pager .next > a, .pager .next > span {
	float: right;
}
.pager .previous > a, .pager .previous > span {
	float: left;
}
/*�����@����*/
.page_menu {
	width: 100%;
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
	float: left;
	margin: 0px 0 20px 0;
	padding: 0;
	background: #fff;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #0a4191;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #c9c9c9;
	border-bottom-color: #c9c9c9;
	border-left-color: #c9c9c9;
}
.page_menu_title {
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: normal;
	color: #0a4191;
	padding: 22px 15px;
	position: relative;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.page_menu ul {
	padding: 0.5%;
}

.toggleLabel i {
	font-style: normal;
}
.page_menu ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.page_menu ul li {
	clear: both;
	color: #1b1b1b;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #bfbfbf;
	padding: 0px;
}
.toggleLabel {
	overflow: hidden;
	padding: 10px 10px;
}
.toggleLabel a {
	float: left;
	padding: 5px;
	color: #1b1b1b;
	font-size: 1.1em;
	line-height: 1.3em;
}
.toggleLabel a:hover {
	color: #1b1b1b;
	text-decoration: underline;
}
.toggleLabel a i {
	color: #ae0009;
	margin-right: 8px;
}
.toggleIcon {
	cursor: pointer;
	border: 1px solid #bfbfbf;
	;
	float: right;
	padding: 5px 5px;
	text-align: center;
	width: 32px;
}
.toggleContent {
	padding: 18px 14px;
}
.toggleContent[data-state=closed] {
	display: none;
}
.toggleContent[data-state=open] {
	display: block;
}
.toggleIcon[data-state=closed]:after {
	content: '+';
}
.toggleIcon[data-state=open]:after {
	content: '-';
}

.menu_title01 {
	width: 100%;
	font-size: 1.4em;
	padding: 3.5% 5%;
	line-height: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.menu_title01 a {
	color: #313131;
	text-decoration: none;
}
.menu_title01 a:hover {
	color: #2f8cba;
}
.menu_title02 {
	width: 100%;
	font-size: 1.2em;
	line-height: 1.3em;
	list-style-type: none;
	padding: 3% 5% 3% 8%;
}
.menu_title02 a {
	color: #333;
}
.menu_title02 a:hover, a:active {
	color: #2f8cba;
}
.menu_title02 ul li {
	font-size: 0.9em;
	list-style-type: none;
	padding: 3% 3% 3% 5%;
	line-height: 1em;
}
.menu_title02 ul li a {
	color: #333;
}
.menu_title02 ul li a:hover, a:active {
	color: #2f8cba;
}
/*Product*/
.spec_search {
	background-color: #F6F6F6;
	padding: 20px;
	margin-bottom: 18px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.line-border {
	font-size: 1.1em;
	padding: 5px 0;
	font-weight: bold;
	color: #0a4191;
}
.prod_img {
	max-width: 300px;
	display: block;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 4% auto;/*�A�]�i�H�Υ��k�U0.5%�F�춡�j1%�����G*/
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
}
.prod_img:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	transition: 0.4s;
}
.prod_img img {
	display: block;
	width: 100%;
	margin: auto;
	text-align: center;
	border: 1px solid #C5C5C5;
	border-radius: 10px;
}
.prod_img_model {
	display: block;
	font-size: 1.3em;
	color: #0a4191;
	margin: 7px 0;
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
	text-decoration: none;
	line-height: 1.4em;
	text-align: center;
}
.prod_img_title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; /* number of lines to show */
	line-height: 25px;        /* fallback */
	height: 85px;       /* fallback */
}
.prod_img_title a {
	display: block;
	font-size: 1.2em;
	color: #313131;
	margin-top: 10px;
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
	text-decoration: none;
	line-height: 1.3em;
	text-align: center;
}
.prod_img_title a:hover, a:active {
	color: #008cba;
	text-decoration: underline;
}
.prod_page_title {
	font-size: 2em;
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
	line-height: 1.2em;
	color: #313131;
	margin-bottom: 8px;
}

@media(max-width: 769px) {
	.prod_page_title {width: 100%;display: flex; flex-wrap: wrap; font-size:1.188rem; }
	.prod_page_title span{width: 100%; display: block;margin-bottom: 10px; font-weight: 700;}
}


.prod_page_model {
	display: block;
}
.prod_page_model ul {
	list-style-type: none;
	margin-left: -38px;
}
.prod_page_model ul li {
	font-size: 1.1em;
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
	line-height: 1.3em;
	padding-bottom: 5px;
	color: #313131;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
}
.prod_page_model ul li span{
	font-weight: bold;
	color: #0a79cb;	
}

.prod_page button {
	margin: 20px auto;
}
.prod_page_img {
	position: relative; /*to IE*/
�@ display:table-cell;
	text-align: center;
}
.prod_page_img img {
	position: static !important;
�@ position:relative;
�@ top:-50%; /*IE�V�W-50%*/
�@ left:-50%; /*IE�V��-50%*/
}
/*Product_download*/
.prod_download {
	border-top-width: 1px;
	padding: 10px 0;
	margin: 10px 0;
}
.prod_download span{
	font-weight: bold;
	color: #0a79cb;	font-size: 1.1em;
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
	line-height: 1.3em;
}
.prod_download ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.prod_download > ul > li {
	list-style: none;
	display: inline-block;
	padding: 6px 15px;
	margin: 0 4px;
	border: 1px solid #0a4191;
	background-color: #0a4191;
}
.prod_download > ul > li > a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	display: block;
	color: #fff;
	text-decoration: none;
	word-spacing: -1;
}
.prod_download > ul > li > a:hover {
	color: #fff;
}
/*Products Description*/
.nav-tabs > li > a, .nav-tabs > li > a:focus {
	margin-right: 3;
	background-color: #transparent;
	border: none;
	color: #666666;
	-webkit-box-shadow: inset 0 -1px 0 #dddddd;
	box-shadow: inset 0 -1px 0 #dddddd;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	margin-left: 3px;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus:hover {
	background-color: transparent;
	-webkit-box-shadow: inset 0 -2px 0 #22688c;
	box-shadow: inset 0 -2px 0 #22688c;
	color: #2e85b2;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
	border: none;
	-webkit-box-shadow: inset 0 -2px 0 #22688c;
	box-shadow: inset 0 -2px 0 #22688c;
	color: #fff;
	background-color: #0a4191;
}
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus:hover {
	border: none;
	color: #fff;
	background-color: #0a4191;
	-webkit-box-shadow: inset 0 -2px 0 #0a4191;
	box-shadow: inset 0 -2px 0 #0a4191;
}
.nav-tabs > li.disabled > a {
	-webkit-box-shadow: inset 0 -1px 0 #dddddd;
	box-shadow: inset 0 -1px 0 #dddddd;
}
/*cart*/
.cart {
	width: 98%;
	margin: 30px auto;
	color: #747474; /*�r���C��*/
	font-size: 1em;
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
}
.cart .table {
	margin-bottom: 25px;
	color: #2F2F2F;
}
.cart .table th {
	margin-bottom: 25px;
	color: #2F2F2F;
	background-color: #E6E6E6;
	text-align: center;
	border: 2px solid #FFF;
}
.cart .table td input[type="text"] {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 5px;
	width: 100%;
	height: 35px;
	line-height: 35px;
	border: 1px solid #CCC;
}
.cart .table td select {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 5px;
	height: 35px;
	border: 1px solid #CCC;
}
.cart .table td textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 330px;
	padding: 0 5px;
	border: 1px solid #CCC;
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
}
.cart .table td em {
	color: #C00; /*�������C��*/
	font-style: normal;
	font-weight: normal;
	font-family: "�s�ө���", Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	text-align: right;
	float: right;
}
.form-group > ul >li {
	list-style-type: none;
}
.thankyou {
	display: table;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.4em;
	color: #333;
	font-family: "Comic Sans MS", cursive;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 25px;
}
.thankyou img {
	margin-bottom: 15px;
}
.thankyou span {
	font-size: 1.5em;
	color: #C00;
	line-height: 1.9em;
}
/*Member*/
.member_login_title {
	color: #0a4191;
	letter-spacing: 0.5em;
}
.member_margin {
	margin-top: 15px;
	margin-bottom: 10px;
}
.member_forget {
}
/*news*/
.news_list {
	padding: 10px 0;
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
	list-style-type: none;
}
.news_list .item {
	padding: 15px 10px;
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin:0 auto;
}
.news_list .item_img{
	text-align:center;
	margin:0 auto;display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
/*.news_list .item:nth-child(2n-1) {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #b5b5b5;
	border-bottom-color: #b5b5b5;
	}*/
.news_list .date {
	line-height: 1.2em;        /* fallback */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #f08200;
	padding: 5px 0;
}
.news_list .title a {
	font-size: 1.4em;
	color: #0a4191;
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
	font-weight: bold;
	ttext-overflow: ellipsis;
}
.news_list .title a:visited {
	color: #0a4191;
	text-decoration: underline;
}
.news_list section {
	color: #666;
	line-height: 1.5em;
	margin-bottom: 12px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.news_date {
	display: block;
	font-size: 1.1em;
	;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.news_date span {
	display: inline-block;
	width: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 1.2em;
	padding-left: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background-color: #0a4191;
}
.news_title {
	font-size: 2em;
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
	color: #2f8cba;
}
/*faq*/
.panel {
	margin-bottom: 18px;
	background-color: #ffffff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-title span {
	display: inline-block;
	width: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 1.3em;
	padding-left: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background-color: #2e85b2;
	margin-right: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.panel-default {
	border-color: #dddddd;
}
.panel-default > .panel-heading {
	color: #444444;
	background-color: #fcfcfc;
	border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
	color: #fcfcfc;
	background-color: #444444;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #dddddd;
}
.panel-body {
	padding: 30px;
	line-height: 1.8em;
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.3em;
	color: #0069b1;
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
}
.panel-title > a {
	color: inherit;
}
.panel-group .panel-heading {
	border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
	border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
	border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
}
.panel-default {
	border-color: #ddd;
}
.panel-default > .panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
	color: #f5f5f5;
	background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ddd;
}
/*download*/
.download-table {
	background: #fff;
	overflow: hidden;
}
.download-table tr:nth-of-type(2n) {
	background: #f5f5f5;
}
.download-table th, .rwd-table td {
	margin: 0.5em 1em;
}
.download-table {
	min-width: 100%;
}
.download-table th {
	display: none;
}
.download-table td {
	display: block;
}
.download-table td:before {
	content: attr(data-th) " : ";
	font-weight: bold;
	width: 6.5em;
	display: inline-block;
}
.download-table th, .download-table td {
	text-align: left;
}
.download-table th, .download-table td:before {
	color: #2f8cba;
	font-weight: bold;
}
.download-td01 {
	width: 30%;
}
.download-td02 {
	width: 12%;
}
.download-td03 {
	width: 5%;
}
 @media (min-width: 480px) {
.download-table td:before {
	display: none;
}
.download-table th, .download-table td {
	display: table-cell;
	padding: 0.25em 0.5em;
}
.download-table th:first-child, .download-table td:first-child {
	padding-left: 0;
}
.download-table th:last-child, .download-table td:last-child {
	padding-right: 0;
}
.download-table th, .download-table td {
	padding: 0.5em!important;
}
}
/*sitemap*/
.sitemap {
	clear: both;
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
}
.sitemap div {
	width: 100%;
	float: left;
	padding-bottom: 20px;
}
.sitemap .title {
	color: #008cba;
	background-color: #eeeeee;
	font-size: 1.4em;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-top: 20px;
}
.sitemap .title a {
	color: #008cba;
}
.sitemap .title a:hover {
	color: #008cba;
	text-decoration: underline;
}
.sitemap a {
	color: #000;
}
.sitemap a:active, a:hover {
	color: #008cba;
}
.sitemap .list {
	border-bottom: 1px #DDD solid;
}
.sitemap ul {
	width: 300px;
	list-style: none;
	height: auto;
	float: left;
	padding: 0;
	margin: 10px 0 10px 0;
	display: inline-block;
	vertical-align: top;
}
.sitemap ul li {
	border-left: 5px #BBB solid;
	list-style: none;
	width: 290px;
	display: block;
	line-height: 1.5em;
	font-size: 1.2em;
}
.sitemap ul li.sub {
	border-left: 1px #BBB solid;
	list-style: none;
	width: 290px;
	display: block;
	font-size: 1em;
}
.sitemap ul li:hover {
	background-color: #EEE;
	border-left: 5px #0a4191 solid;
}
.sitemap ul li:hover a {
	color: #008cba;
}
.sitemap ul li a {
	padding: 7px 5px 7px 5px;
	display: block;
}
.sitemap .sub a {
	padding: 3px 5px 3px 5px;
	color: #555;
}
.sitemap ul li.sub2 {
	border-left: 1px #BBB solid;
	list-style: none;
	width: 290px;
	display: block;
	font-size: 1em;
}
.sitemap ul li:hover {
	background-color: #EEE;
	border-left: 5px #0a4191 solid;
}
.sitemap ul li:hover a {
	color: #333;
}
.sitemap ul li a {
	padding: 7px 5px 7px 5px;
	display: block;
}
.sitemap .sub2 a {
	padding: 3px 5px 3px 20px;
	color: #333;
}
/*contact*/
.conatct {
	width: 98%;
	margin: 30px auto;
	color: #747474; /*�r���C��*/
	font-size: 1em;
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
}
.check > ul {
	margin-left: -30px;
}
.check > ul > li {
	list-style-type: none;
	padding: 3px 0;
}
.contact_check {
	width: 24px;
	height: 24px;
	position: relative;
	top: 6px
}
.conatct_img {
	width: 100%;
	float: left;
	display: block;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 5% 0.5%;/*�A�]�i�H�Υ��k�U0.5%�F�춡�j1%�����G*/
	font-family: "�L�n������", "Microsoft JhengHei", Sans-serif;
}
.conatct_img_title {
	line-height: 25px;
	margin-bottom: 10px;
	font-size: 1.4em;
	color: #2e85b2;
	font-weight: bold;
}
.conatct_img_title i {
	font-weight: normal;
	margin-right: 10px;
}
.conatct_img_title2 {
	line-height: 25px;
	margin-bottom: 10px;
	font-size: 1.4em;
	color: #da251d;
	font-weight: bold;
}
.conatct_img_title2 i {
	font-weight: normal;
	margin-right: 10px;
}
.conatct_img section {
	font-size: 1em;
	color: #666;
}
.conatct_img section span {
	width: 100%;
	font-size: 1em;
	color: #333;
	background-color: #F0F0F0;
	padding: 7px;
	display: block;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	font-weight: bold;
}
.conatct_img section span i {
	font-size: 1em;
	color: #da251d;
	margin-right: 6px;
}
.conatct_img section p {
	font-size: 1em;
	color: #666;
	padding-left: 8px;
}
.conatct_img section p a {
	color: #666;
}

@media(max-width: 769px) {
	.footer_info td {
		display: block;
	}
}