/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/


body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
input[type="button"] {
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6, p {
	padding: 0 0;
	margin: 0 0;
}
ul {
	padding: 0 0;
	margin: 0 0;
	list-style: none;
}
body {
	padding: 0 0;
	margin: 0 0;
	font-family: '微軟正黑體', Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

/* 隱藏文字用 */
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	font-size: 0rem;
}

:focus {
   outline: 2px solid #26ad89!important;
   background: #ffa600!important;
   color: #000!important;
  -moz-outline-style:2px solid #26ad89!important;
}
a:focus {
	outline: 2px solid #26ad89!important;
	background: #ffa600!important;
	color: #000!important;
   -moz-outline-style:2px solid #26ad89!important;
 }
input:focus {
	outline: 2px solid #26ad89!important;
   background: #ffa600!important;
   color: #000!important;
  -moz-outline-style:2px solid #26ad89!important;
}
.solidblockmenu ul li a:focus {
	outline: 2px solid #000000!important;
	background: #ffa600!important;
	color: #000!important;
	-moz-outline-style:2px solid #000000!important;
}
.toplink_2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #292929;
	text-align: left;
}
  

/*
Accesskey_U：上方功能區塊，包括回首頁、網站導覽、網站搜尋、字體選擇等。
Accesskey_C：中央內容區塊，為本頁主要內容區。
Accesskey_s：網站搜尋。
Accesskey_Z：下方功能區塊。
Accesskey_L: 左側區域
Accesskey_R: 右側區域
*/

a[accesskey] {
 position: absolute;
 z-index: 1000000;
 color: rgba(255, 255, 255, 0);

}


#AU[accesskey] {
    margin-left: -1.8rem;
    margin-top: 8px;
}
#AU {
	font-size: 0rem;
}
#AU:focus {
    color: #000;
	margin-left: 1rem;
	margin-top: 0.2rem;
	background-color: #ffa600;
	font-size: 1rem;
	white-space:nowrap;
	outline: 3px solid #26ad89;
	position: absolute;
	right: 100%;
    top: 0%;
	padding: 0.5rem 0.5rem;
	display: inline-block;
}
/*內頁用*/
.solidblockmenu #AU:focus {
  color: #000;
  margin-left:1rem;
}


/*Alt+C：中央內容區塊，為本頁主要內容區。*/
#AC[accesskey] {
    left: 5px;
    top: 5px;
}
#AC {
	font-size: 0rem;
}
#AC:focus {
	color: #000;
	margin-left: 1rem;
	margin-top: 0.2rem;
	background-color: #ffa600;
	font-size: 1rem;
	white-space:nowrap;
	outline: 3px solid #26ad89;
	position: absolute;
	left: 0%;
    top: 0%;
	padding: 0.5rem 0.5rem;
	display: inline-block;
}


/*Alt+S：網站搜尋。*/
#AS[accesskey] {}
#AS:focus {

}


/*Alt+L：左方功能區塊。*/
#AL[accesskey] {}
#AL:focus {}

/*Alt+R：右方功能區塊。*/
#AR[accesskey] {}
#AR:focus {}


/*Alt+Z：下方功能區塊。*/
#AZ[accesskey] {}
#AZ:focus {
	color: #000;
	margin-left: 1rem;
	margin-top: 0.2rem;
	background-color: #ffa600;
	font-size: 1rem;
	white-space:nowrap;
	outline: 3px solid #26ad89;
	position: absolute;
	left: 0%;
    top: 0%;
	padding: 0.5rem 0.5rem;
	display: inline-block;
}


/*沒用到隱藏*/
.Accesskey_L, .Accesskey_R {
  display: none;
}


#container {
	float: none;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.header {
	margin: 0 auto;
	overflow: hidden;
	/*height: auto!important;*/
	padding: 0 !important;
	width: 100%;
	position: relative;
	background: #fff;
}
#menu_box1 {
	display: none;
}
.main_container #menu_box1 {
	display: block;
}

.main_container .header {
}
.index_container #nav480 {
	display: none;
}
.atop {
	position: absolute;
	top:0;
	left: 1%;
	color: rgba(255,255,255,0.30);
	z-index: 9999;
}
.header-top {
	position: relative;
	z-index: 99;
}
/*==== 頁底TOP ====*/
.actGotop {
	right: 25px;
	bottom: 35px;
	position: fixed;
}
.actGotop a, .actGotop a:link {
	font-size: 85%;
	text-align: center;
	display: inline-block;
	color: #fff;

}

.btn-back-to-top {
	right: 100px;
	width: 55px;
	height: 55px;
	line-height: 55px;
	border-radius:50px;
	background: rgba(98,81,81,1.00);
	border: 2px solid #fff;
	color: #fff;
}

.btn-back-to-top:hover{
	background-color: rgba(211,14,5,0.95);
}

.actGotop a:hover{
	color: #fff;
	text-decoration: underline;
}


.header .container {
	padding: 0px;
	width: 100%;
	position: relative;
}
.header .gwrap {
	padding: 0 !important;
	margin: 0 auto;
	width: 100% !important;
	position: relative;
}
.header .container .container {
	padding: 0 !important;
	margin: 0 auto;
	width: 100% !important;
	position: relative;
}
#home .header-top {
	width: 100%;
	margin: 0 auto;
	z-index: 999;
}
/*============== search 搜尋 ==============*/	
.search_form {
	display: none;
}
#search_form_c {
	position: absolute;
	top: 45px;
	right: 0px;
}
.infor_content #search_form_c {
	position: inherit!important;
}
.search_form .search_key {
	width: 180px;
	color: #aaa4a4;
	height: 34px;
	padding: 0px 6px;
	border: none;
	border-right: none;
	background: #fff;
	outline: none;
	margin: 0;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.search_form .search_btn {
	background: #000;
	border: none;
	border-left: none;
	color: #ffffff;
	padding: 0 10px;
	font-size: 0.875em;
	height: 34px;
	margin: 0;
	width: 50px;
	padding-left: 0px;
	outline: none;
	margin-top: 1px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.search_form .search_btn:hover {
}
/*============== 自定模組 ==============*/	

.header .conn {
	position: absolute;
	top: 10px;
	right: 95px;
}
.header .conn .total {
	color: #555;
	font-size: 0.875em;
	margin-bottom: 2px;
}
.header .conn .total b {
	color: #bbb;
	font-size: 1.75em;
	letter-spacing: 1px;
	margin-right: 8px;
	vertical-align: sub;
}
/*============== ///search 搜尋 ==============*/	


/*=============== 購物車 ===============*/	
/*=============== mycart購物車 ===============*/	

.mycart {
	position: absolute;
	top: 19px;
	right: 0px;
	display: none;
}
.mycart .mycart_shop {
	background: #e73828 none repeat scroll 0 0;
	border-radius: 50%;
	display: block;
	float: right;
	height: 18px;
	line-height: 18px;
	text-align: center;
	width: 18px;
	margin-left: -10px;
	margin-top: -8px;
	padding-left: 2px;
}
#mycartCount {
	color: #fff;
	font-size: 0.625em;
}
/* =============== 加入購物車(應該是內頁) ===============*/
.goods_list li .goods_correspond {
	display: block;
	float: right;
	width: 40px;
	padding: 15px 0;
	background: rgba(0,0,0,0.60);
}
.text .moy {
	display: block;
	width: 212px;
	float: left;
	padding: 5px 10px;
}
.text .name_p {
	display: block;
	width: 245px;
	margin-bottom: 2px;
	float: left;
}
.text .name_p a {
	border: none;
	color: #fff;
}
.goods_money {
	float: left;
	display: block;
	width: 100%;
}
.goods_money span {
	float: left;
	display: inline;
}
.goods_list li .goods_correspond a {
	background: url(../images/shopping_cart.png) no-repeat 5px top;
	display: block;
	text-indent: -9999px;
	height: 25px;
	border: none;
}
/* =============== ///加入購物車 ===============*/

/*=============== ///購物車 ===============*/	


/*=============== TOP選單 ===============*/	
.solidblockmenu {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 82px;
	z-index: 999;
}
.solidblockmenu ul {
	float: right;
	padding: 0px;
	margin: 0px;
}
.solidblockmenu ul li {
	display: inherit;
	float: left;
	color: #ffffff;
}

.solidblockmenu ul li a {
	display: inline;
	padding: 0px;
	margin: 0px;
	color: #fff!important;
	font-size: 1em;
}
.solidblockmenu ul li a:hover {
	color: #fff!important;
}

/*== 會員專區 ==*/
.solidblockmenu ul li span.member_out a{
		background: url(../images/member_out.jpg) no-repeat right top;
		display: block;
		width: 82px;
		height: 82px;
		text-indent: -9999px;

}


/*彈跳視窗*/
.toggler{
	left: inherit!important;
	right: 0;
}




/*=============== ///TOP選單 ===============*/	


/*=============== LOGO ===============*/　 .logo-nav {
}
.logo {
	padding: 0;
	top: 25px;
	left: 15px;
	position: absolute;
	z-index: 9999;
	display: block;
	 cursor: pointer
}
.logo a {
	display: block;
	color: #fff;
	font-family: 微軟正黑體, sans-serif;
}
/*=============== ///LOGO ===============*/　 
/*=============== top-menu主選單 ===============*/　 #menu_box1 {
}
.top-menu {
display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.jqueryslidemenu {
	display: block;
	background: url(../images/nav_bg.jpg) left top repeat-x;
	height: 140px;
}
.jqueryslidemenu ul {
}
.jqueryslidemenu ul li {
	margin: 0px;
	display: inline;
	float: left;
}
.jqueryslidemenu ul li a {
}
.jqueryslidemenu ul ul {
}
.jqueryslidemenu ul ul li {
}
.jqueryslidemenu ul li ul li a {
}
.jqueryslidemenu ul li ul li a:hover {
}
.jqueryslidemenu ul li ul li ul {
	top: 0;
}
.downarrowclass {
	position: absolute;
	right: 7px;
	top: 15px;
}
.rightarrowclass {
	position: absolute;
	right: 2px;
	top: 9px;
}
span.menu {
	display: none;
}
.site_top_info {
	/* float: right; */
    /* margin-top: -80px; */
	position: absolute;
	left: 160px;
	top: 150px;
}
/*=============== ///top-menu主選單 ===============*/　 
/*=============== 下拉式主選單 ===============*/　 #ves-mainnav {
}
/*============== 自定義跑馬燈 ==============*/	

#home .title {
	margin-bottom: 13px;
	text-align: center;
	margin: 2em 0 1.5em 0;
}
#home .title .g_h3 {
	color: #5ca098;
	font-size: 1.125em;
	display: inline;
}
#home .title p {
	font-size: 0.875em;
	display: inline;
	vertical-align: middle;
}
/*============== ///自定義跑馬燈 ==============*/	


/*============== 後台上傳banner==============*/	

.site_banner {
	width: 100%;
	text-align: center;
	padding-bottom: 0px;
}
.site_banner ul li img {
}
/*.carousel {
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
.carousel-inner {
	text-align: center;
}
.carousel-inner .item {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.carousel-inner .item img {
	margin: 0 auto;
}*/

/*============== ///後台上傳banner==============*/	




#footer {
	background: #ececec;
	color: #333;
	text-align: center;
	padding: 0;
	padding: 15px 0px;
	position: relative;
	padding-bottom: 0px;
}
.footer_con {
	width: 1140px;
	margin: 0 auto;
	padding-bottom: 10px;
}
.footer_left {
	text-align: left;
	letter-spacing: 0.1px;
	line-height: 22px;
}
.footer_bottom {
	background: #8a601d;
	color: #fff;
	padding: 5px 0;
	letter-spacing: 2.3px;
}
#accessibility {
	position: absolute;
    right: 50%;
    bottom: 4rem;
    margin-right: -570px;
}
/*=============== ves-mainnav下拉選單 ===============*/　 
/*=============== ///ves-mainnav下拉選單 ===============*/　 

/*=============== ///top-menu主選單 ===============*/　 /*=============== footer頁底 ===============*/　 .footer_box {
	padding: 50px 0;
}
.footer_box .ft-col {
	float: left;
	width: 25%;
}
.footer_box ul li {
	padding: 3px 0;
	list-style: none;
}
.footer_box ul .font-script {
	font-family: "freestyle_scriptregular";
}
.footer_box a:link, .footer_box a:visited {
	color: black;
}
.footer_box a:hover {
	color: #e73828
}
.footer_box .ft-col {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	text-align: center;
}
.footer_box .footer-link {
	margin: auto;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.footer_box .social ul {
	padding-left: 0;
}
.footer_box .social ul > li {
	display: inline-block;
}
.footer_box .social a img {
	width: 70%;
}
.footer_box .ft-col {
	float: left;
	width: 25%;
}

/*=============== ///footer頁底 ===============*/　 /*=============== mainContent ===============*/
/*=============== 首頁 ===============*/　 /*關於我們*/
#about62 {
	border-top: 5px solid #f1f1f2;
}
#about62 .module {
	padding: 15px 20px;
	color: #595757;
}
#about62 .module img {
	align-items: center;
	width: 40%;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#about62 .module h5 {
	font-size: 0.875em;
	margin-bottom: 10px;
	margin-top: 10px;
}
#about62 .module p {
	margin: 0 0 10px;
}
#about62 .module img {
	align-items: center;
	width: 30%;
}
#about62 .module .green {
	color: #6ac09e;
}
/*=============== 左欄位left_sidebar ===============*/


.mudule_12 {
	display: none;
}
#left_sidebar {
}
#content {
	margin: 0px;
}
.flash_module_div {
	width: 100%;
	margin: 0 auto;
	background: #eeeeee url(../images/m2_bg.jpg) left bottom repeat-x;
}
.flash_module_div .banner {
	width: 1060px;
	margin: 0 auto;
	background: url(../images/flash_div_title.jpg) center 20px no-repeat;
	padding-top: 80px;
}
.flash_module_div .banner .tb-list {
	height: 360px;
}
.left_layout, .center_layout, .right_layout {
	width: 100%;
}
.left_layout .left_layout_title {
	width: 100%;
}
/*top*/
.left_layout_title .mt_03 {
}
.left_layout_title .mt_02 {
}
.left_layout_title .mt_01 {
}
.left_layout_title .mt_01 .h3 {
}
.left_layout_title .mt_01 .module_more {
}
.left_layout_title .mt_01 .module_more a {
}
.left_layout_title .mt_01 .module_more a:hover {
}
/*content*/
.left_layout_content {
}
.left_layout_content .mc_03 {
}
.left_layout_content .mc_02 {
}
.left_layout_content .mc_01 {
	padding: 10px;
}
.left_layout_content .mc_01 .news_list {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.left_layout_content .mc_01 .news_list li {
}
.left_layout_content .mc_01 .news_list li a {
}
/*bottom*/
.left_layout_bottom {
}
.left_layout_bottom .mb_03 {
}
.left_layout_bottom .mb_02 {
}
.left_layout_bottom .mb_01 {
}
/*計時器*/
.member_layout .left_layout_title .mt_03, .mudule_3 .left_layout_title .mt_03 {
}
.member_layout .left_layout_title .mt_01, .mudule_3 .left_layout_title .mt_01 {
}
.member_layout .left_layout_title .mt_01 .h3 {
}
.mudule_2 {
	float: left;
}
.mudule_10 {
	float: left;
}
/*=============== 　///左欄位left_sidebar ===============*/

/*=============== 中欄位left_sidebar ===============*/
.center_layout {
}
.center_layout_title {
}
.center_layout_title .mt_03 {
}
.center_layout_title .mt_02 {
}
.center_layout_title .mt_01 {
}
.center_layout_title .mt_01 .h3 {
	color: #212121;
	font-size: 1.75em;
	margin-top: 20px!important;
	margin-bottom: 10px!important;
}
.center_layout_content .mc_03 {
}
.center_layout_content .mc_02 {
}
.right_layout_content .mc_01, .center_layout_content .mc_01 {
	padding: 0px;
	text-align: center;
}
.more_mudule_11 iframe {
	margin: 0 auto!important;
	display: block;
}
#content .counter_layout {
	display: none;
	text-align: center;
}
#footer .footer_people {
}
.footer_people .counter_layout_div {
	display: flex;
	/* display: inline-block; */
	width: 100%;
	justify-content: center;
	background-color: #dbdbdb;
	padding-top: 0.5%;
    padding-bottom: 0.5%;
	flex-direction: row;
}
.updatetime_box {
	display: inline-block;
}
.footer_people .counter_now, .footer_people .counter_day, .footer_people .counter_year, .footer_people .counter_month, .footer_people .counter_total {
	float: left;
	margin-right: 15px;
}
.updatetime_3 {
	float: right;
	margin-right: 15px;
	color: #fff;
}
.updatetime_layout_3 {
	display: none;
}
#left_sidebar {
	margin-right: 1%;
}
.left_layout {
	width: 100%;
}
.left_layout .left_layout_title {
	width: 100%;
}
.left_layout_title .mt_03 {
}
.left_layout_title .mt_02 {
}
.left_layout_title .mt_01 {
}
.left_layout_title .mt_01 .h3 {
}
.left_layout_title .mt_01 .module_more {
}
.left_layout_title .mt_01 .module_more a {
}
.left_layout_title .mt_01 .module_more a:hover {
}
.left_layout_content {
}
.left_layout_content .mc_03 {
}
.left_layout_content .mc_02 {
}
.left_layout_content .mc_01 {
	padding: 10px;
}
.left_layout_content .mc_01 .news_list {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.left_layout_content .mc_01 .news_list li {
}
.left_layout_content .mc_01 .news_list li a {
}
.left_layout_bottom {
}
.left_layout_bottom .mb_03 {
}
.left_layout_bottom .mb_02 {
}
.left_layout_bottom .mb_01 {
}
.member_layout .left_layout_title .mt_03, .mudule_3 .left_layout_title .mt_03 {
}
.member_layout .left_layout_title .mt_01, .mudule_3 .left_layout_title .mt_01 {
}
.member_layout .left_layout_title .mt_01 .h3 {
}
.center_layout {
}
.center_layout_title {
}
.center_layout_title .mt_03 {
}
.center_layout_title .mt_02 {
}
.center_layout_title .mt_01 {
}
.center_layout_title .mt_01 .h3 {
	color: #212121;
	font-size: 1.625em;
	margin: 0px;
	padding: 0px;
}
.center_layout_content .mc_03 {
}
.center_layout_content .mc_02 {
}
.center_layout_content .mc_01 {
}
.mudule_11 {
	background: #f4f4f4;
	width: 100%;
	overflow: hidden;
}
.mudule_11 .center_layout_content {
	width: 1140px;
	margin: 0 auto;
}
.mudule_11 .center_layout_content .mudule_11_ul1, .mudule_11 .center_layout_content .mudule_11_ul2, .mudule_11 .center_layout_content .mudule_11_ul3, .mudule_11 .center_layout_content .mudule_11_ul4 {
	background: url(../images/icon3.png) left top no-repeat;
	margin: 30px 0;
	border-right: 1px #ccc solid;
	float: left;
	width: 23%;
	margin-right: 2%;
	height: 156px;
}
.mudule_11 .center_layout_content .mudule_11_ul4 {
	margin-right: 0%;
	border: none;
}
.mudule_11 .center_layout_content .mudule_11_ul2, .mudule_11 .center_layout_content .mudule_11_ul3 {
	width: 24%;
}
.mudule_11 .center_layout_content .mudule_11_ul1 li, .mudule_11 .center_layout_content .mudule_11_ul2 li, .mudule_11 .center_layout_content .mudule_11_ul3 li, .mudule_11 .center_layout_content .mudule_11_ul4 li {
	padding-left: 30px;
	line-height: 26px;
	font-size: 0.875em;
}
.left_more_modules, .center_more_modules {
	float: left;
}
.center_more_modules {
}
.more_module_left_layout {
}
.more_module_left_layout_title {
}
.left_more_modules_2, .left_more_modules_3 {
}
.more_module_center_layout {
}
.html5fb-list-item {
	float: left;
	width: 50%;
	height: auto!important;
	margin-bottom: 15px;
}
.html5fb-descr {
	width: 310px!important;
}
.mudule_3 {
	width: 1280px;
	margin: 0 auto;
	background: url(../images/m3_left_bg.jpg) left top no-repeat;
	margin-top: 20px;
	padding: 0px;
	overflow: hidden;
	padding: 10px;
	height: 305px;
}
.mudule_3 .center_layout_title {
	padding: 15px 20px 0px 25px;
}
.mudule_3 .center_layout_title .h3 {
	padding-left: 20px;
	margin-top: 15px!important;
	margin-bottom: 15px;
	color: #fff;
}
.mudule_3 .center_layout_content {
	overflow: hidden;
	padding: 0px 20px 20px 25px;
	color: #fff;
	height: 415px;
}
.infor_list .news_list li {
	border-bottom: 2px #73a18938 dotted;
	padding: 15px 0!important;
	background: url(../images/icon2.png) 5px 22px no-repeat;
	padding-left: 30px!important;
	width: 100%;
}
.infor_list .news_list li:nth-of-type(odd) {
	background:#cfe4ca8a url(../images/icon2.png) 5px 22px no-repeat !important;
}
.mudule_3 .center_layout_content .news_list li {
	border-bottom: 1px #a55061 dotted;
	padding: 15px 0;
	background: url(../images/icon2.png) 5px 18px no-repeat;
	padding-left: 30px;
	width: 30%;
	float: left;
	margin-right: 2%;
	margin-left: 1%;
	margin-top: 15px;
	height: 80px;
	vertical-align: middle;
	display: inline-table;
}
.mudule_3 .center_layout_content .news_list li a {
	color: #fff;
}
.info_tab {
	background: url(../images/icon5.png) left center no-repeat;
	font-size: 1.3em;
	font-weight: bold;
	color: #ce507a;
	margin: 35px 0 20px 0;
	/*background:url(../images/icon7.gif) left center no-repeat;*/
	padding-left: 37px;
}

.info_tab h3,
.info_tab h3 a{
    text-align: left;
    font-size: 1em;
    /* color: #ce507a; */
	color: #CA3F6E;
    font-weight: bold;
}


.info_tab_content {
	/*	border:1px #ce507a solid;*/
	border-radius: 8px;
	padding: 1em;
	margin-bottom: 5px;
}
.login-form ul li {
	/*width:24%;*/
	/*float:left; */
	margin-right: 1%;
	/*height:480px;*/
	overflow: hidden;
	color: #C30;
	font-weight: bold;
	/*border:1px #ececec solid;*/
	margin-bottom: 15px
}
.login-form ul li ul {
	background: #fff;
	padding-left: 15px;
}
.login-form ul li ul li {
	width: 100%;
	float: none;
	height: auto;
	background: none;
	border: none;
	color: #333;
	font-weight: normal;
	margin-bottom: 2px
}
.c_more_module_1 {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
	margin-top: -20px;
	 margin-top: -29px;
}
.c_more_module_1 .center_layout_content {
	width: 100%;
	margin: 0 auto;
}
.c_more_module_1 .left_more_modules {
	float: left;
	margin: 0px;
	padding: 0px;
}


.c_more_module_1 .title_h2{
	margin-bottom: 0;
}

.center_more_modules_1 {
	float: left;
}
.more_mudule_2, .more_mudule_3, .more_mudule_4, .more_mudule_5, .more_mudule_6, .more_mudule_7, .more_mudule_8{
	width: 50%;
	float: left;
}
.more_mudule_2 {
	background: #7e7fb1;
	height: 280px;
}
.more_mudule_3 {
	background: #2eb872;
	height: 280px;
}
.more_mudule_4 {
	background: #fbd14b;
	height: 280px;
}
.more_mudule_5, .more_mudule_8 {
	background: #ff842a;
	height: 280px;
}
.more_mudule_6 {
	background: #fd999a;
	height: 280px;
}
.more_mudule_7 {
	background: #2fb9de;
	height: 280px;
}
.more_mudule_7 a:focus {
	outline: #fff dashed 1px!important;
}
.more_module_left_layout_title, .more_module_center_layout_title, .more_module_right_layout_title, .more_module_left_layout_content, .more_module_center_layout_content, .more_module_right_layout_content {
	padding-top: 10px;
}
.mudule_2 {
	clear: both;
	background: #d9f5dc url(../images/m4_Bg.jpg) left 30px repeat-x;
	width: 100%;
	float: left;
	overflow: hidden;
	padding-top: 25px;
	height: 474px;
}
/*=============== ///中欄位left_sidebar ===============*/




/* =============== 嵌套模組 ===============*/　 /* 左欄 */
.left_more_modules, .center_more_modules {
}
.more_module_left_layout {
}
.more_module_left_layout_title {
	text-align: center;
}
.more_module_left_layout_title .mt_03 {
}
.more_module_left_layout_title .mt_02 {
}
.more_module_left_layout_title .mt_01 {
}
.more_module_left_layout_title .mt_01 .h3 {
}
.more_module_left_layout_title .mt_01 .more_module_more {
}
/* 中欄 */　 .more_module_left_layout_content {
	text-align: center;
}
.more_module_left_layout_content .mc_03 {
}
.more_module_left_layout_content .mc_02 {
}
.more_module_left_layout_content .mc_01 {
}
.more_mudule_member_module .left_layout_content .mc_01 {
}
.c_more_module_1 .center_layout_content .mc_01 {
}
.c_more_module_1 .center_layout_content .mc_01 a {
	display: block;
}
.c_more_module_1 .center_layout_content .mc_01 .img_list {
}
.c_more_module_1 .center_layout_content .mc_01 .img_list li {
}
.c_more_module_1 .center_layout_content .mc_01 .img_list li p {
}
/* =============== ///嵌套模組 ===============*/　 /* =============== 自定義模組 圖文 ===============*/　 /*明細*/
.news_list {
	margin: 0px auto;
	padding: 0px;
	list-style: none;
}
.news_list li {
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.news_list li span {
	padding-right: 5px;
	float: right;
	font-size: 1em;
	color: #4c4c4c;
}
.marquee_up .news_list li {
	text-align: left;
	color: #fff;
}
.marquee_up .news_list li span {
	float: none;
	color: #fff;
}
.news_list li span {
	color: #4c4c4c;
}
.news_list li a {
	color: #444;
}
.marquee_up .news_list li a {
	color: #fff;
}
.img_list {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	list-style: none;
	overflow: hidden;
}
.img_list li {
	margin: 0px auto;
	float: left;
	width: auto;
	display: inline-block;
	position: relative;
}
/*首頁商品明細*/
.center_layout_content .img_list {
	padding: 4em 0;
	padding-top: 2em;
	padding-bottom: 0px;
}
.center_layout_content .img_list li {
	padding: 0px 35px;
}
.more_mudule_3 .img_list li {
	padding: 0px;
}
.center_layout_content .img_list li:nth-child(1) {
	padding-left: 0px;
}
.center_layout_content .img_list li:nth-child(5) {
	padding-right: 0;
}
/*商品*/　 .goods_list li {
	margin: 10px 0 25px 0px;
	width: 280px;
	position: relative;
}
.goods_list li a {
	width: 274px;
	display: block;
	border: 1px solid #cccccc;
	margin: 0 auto;
}
.goods_list li:first-child {
}
.goods_list li img {
	width: 272px;
	display: block;
}
.img_list li p {
	font-size: 0.938em;
	color: #444;
	text-align: center;
}
.img_list li p a {
	color: #444;
}
.img_list li p a:hover {
	color: #e73828;
}
.img_list img {
	text-align: center;
	clear: both;
	border: none;
}
.price {
	font-size: 1.125em;
	color: #ffe372;
	margin-left: 10px;
}
.original {
	font-size: 1.1em;
	color: #d8d7d7;
	text-decoration: line-through;
	padding-top: 2px;
}
.text {
	display: block;
	background: rgba(0,0,0,0.70);
	height: 60px;
	padding: 2px 0;
	width: 272px;
	position: absolute;
	bottom: 0;
	margin: 0 4px;
}
.text p {
	float: left;
	display: block;
}
#links {
	width: 820px;
	height: 187px;
	position: relative;
}
#ribbon {
	position: absolute;
	top: 0px;
	left: 0px;
}
#linkslide {
	position: absolute;
	top: 0px;
	left: 33px;
}
#linkslide .next, #linkslide .prev {
	position: absolute;
	top: 0px;
	left: -28px;
	width: 35px;
	height: 167px;
	display: block;
}
.pagination {
	display: none;
}
.links_container {
	width: 800px;
	height: 167px;
	overflow: hidden;
	position: relative;
	padding: 15px;
	padding-top: 20px;
}
#linkslide .next {
	left: 780px;
}
.links_control table {
	width: 760px!important;
}
.links_control table td {
	padding-top: 15px;
	width: 130px;
}
.more_mudule_member_module .left_layout_content .mc_01 .controls {
	margin-bottom: 2em;
}
.more_mudule_member_module .left_layout_content .mc_01 .controls .login_input, .more_mudule_member_module .left_layout_content .mc_01 .login_input_v {
	background: #eeeeee;
	border: 1px #aaaaaa dotted;
	height: 32px;
}

/* 聯絡我們表單樣式*/
/*聯絡我們表單樣式結束*/

/*左選單*/
.search {
	float: right;
	position: relative;
	width: 20%;
	border: 1px solid #ededed;
	margin: 0.85em 1em;
}
.search input[type="text"] {
	outline: none;
	padding: 6px 8px;
	background: none;
	width: 87%;
	border: none;
	color: #fff;
	float: left;
}
.search input[type="submit"] {
	width: 22px;
	height: 22px;
	background: url(../images/search.png) -9px -3px no-repeat;
	padding: 0px 1px;
	border: none;
	cursor: pointer;
	position: absolute;
	outline: none;
	top: 6px;
	right: 9px;
}
.header-bottom {
	position: relative;
}
.header-grids {
	position: absolute;
	bottom: -38em;
	left: 0;
	width: 100%;
}
.header-img1 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #ff9227;
	padding: 1.2em 2em;
}
.header-img2 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #ff9227;
	padding: 1.2em 2em;
}
.header-img3 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #ff9227;
	padding: 1.2em 2em;
}
.header-img4 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #ff9227;
	padding: 1.2em 2em;
}
.header-grid img {
	margin: 0 auto;
	border-radius: 73px;
	border: 9px solid #eee;
	padding: 1em 1em;
}
.header-grid h4 {
	font-size: 1.4em;
	padding: 0.5em 0 0;
	color: #fff;
	font-weight: 600;
}
.header-grid p {
	padding: 0.5em 0;
	color: #fff;
	line-height: 1.8em;
}
.header-grid img:hover {
	transform: rotateY(360deg);
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
}
/*可改變的section*/
.changed {
	background: #fff;
}
/*============== 分三欄最外層 ==============*/
#mainContent {
	overflow: hidden;
	padding: 0 !important;
	width: 100%!important;
	position: relative;
}
.main_container #mainContent {
	background: #ececec;
	padding-top: 30px!important;
	padding-bottom: 20px!important;
}
.brick_C, brick_L {
	position: absolute;
	top: 0.5%;
	left: 1%;
	color: rgba(255,255,255,0.20);
}
.brick_L {
	display: none;
}
#mainContent .img_list li {
}
#mainContent .img_list li p {
	display: none;
}
/*左 中 右*/
#left_sidebar, #content, #right_sidebar {
	/*float: left;*/
	overflow: hidden;
}
/*============== ///分三欄最外層 ==============*/
/*首頁跑馬燈*/
.mudule_1 {
	width: 100%;
	margin: 0 auto;
	background: #e53935;
	padding: 0.6rem 0 0 0 ;
	overflow: hidden;
}
.mudule_1 .center_layout_title {
	display: none;
}
.mudule_1 .center_layout_content {
	width: 960px;
	margin: 0 auto;
	height: 32px;
	color: #FFF;
	padding-left: 35px;
	background: url(../images/news_icon.png) left top no-repeat;
}

.mudule_1 .center_layout_content .mc_03{

}

.marquee_up, .marquee_up table {
	background: #e53935!important;
	line-height: 34px;
}




/*跑馬燈more按鈕*/
.mudule_9{
    background: #e53935;
	margin-top: -21px;
	
}

.mudule_9 .center_layout_content{
	padding: 0.8rem 0 1.2rem 0;
}
.mudule_9 a{
	color: #ffd4d3;
	font-size: 0.80rem;
	border-radius: 15px;
	padding: 2px 20px 2px 15px;
	border: 1px solid #be2c28;
	background: #c22f2b;


}
.mudule_9 a:hover{
	color:#fff;
	border: 1px solid #fff;

		
}


/*============== 其他頁面沒整理的 ==============*/
.main {
	margin: 0 auto;
	margin-top: 3em;
	margin-bottom: 3em;
	text-align: center;
	width: 100%;
	float: left;
}
.service-grid .img-responsive {
	padding: 0.5em 0;
}
.service-grid h4 {
	font-size: 1.5em;
	padding: 0.2em 0;
	color: #4f4f4f;
	font-weight: 600;
}
.service-grid h4 img {
	margin: 0 auto 0.3em;
}
.service-grid h4 span {
	font-family: Georgia Regular;
	font-size: 0.5em;
	font-weight: normal;
	display: block;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
.service-grid p {
	font-size: 1.2em;
	text-align: center;
	padding: 0.5em 0 1em;
	color: #333;
}
.work-section {
	padding: 2em 0;
	background: #ececec;
}
.work-section h3 {
	font-size: 2.5em;
	text-transform: capitalize;
	color: #000;
	font-family: 微軟正黑體, sans-serif;
	font-weight: 600;
}
.work {
	position: relative;
}
.work .textbox {
	width: 285px;
	height: 244px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	border-radius: 0px;
	background-color: rgba(15, 16, 15, 0.16);
	-webkit-box-shadow: 0px 0px 15px 2px rgba(255,255,255,.75);
	box-shadow: 0px 0px 15px 2px rgba(255,255,255,.75);
}
.work:hover .textbox {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.textbox img {
	padding-top: 7em;
	color: #fff;
	margin: 0 auto;
}
.textbox {
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.latest-grids {
	margin-top: 3em;
}
.latest-grid {
	padding: 0;
}
.latest-grids h4 {
	color: #000;
	display: block;
	font-size: 1.2em;
	font-weight: 600;
	padding: 0.5em 0;
	text-align: center;
	text-decoration: none;
}
.news-section {
	padding: 2em 0 4em;
}
.news-section h3 {
	font-size: 2.5em;
	text-transform: capitalize;
	color: #000;
	margin: 0 17px;
	font-family: 微軟正黑體, sans-serif;
	font-weight: 600;
}
.news-grids {
	text-align: center;
}
.news-grid h4 {
	margin: 0 auto 1em;
}
.news-grid h4 a {
	color: #333432;
	display: block;
	font-family: 微軟正黑體, sans-serif;
	font-size: 1.2em;
	font-weight: 600;
	padding: 0.2em 0 0;
}
.news-grid h4 span {
	display: block;
	font-family: Georgia Regular;
	font-size: 0.5em;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
.news-grid p.date a {
	font-weight: 500;
	color: #000;
}
.news-grid p.date a:hover {
	color: rgba(32, 176, 89, 0.88);
}
.news-grid p {
	color: #999;
	line-height: 1.8em;
}
a.button {
	display: block;
	color: #fff !important;
	text-decoration: none;
	text-transform: capitalize;
}
a.but {
	background-color: #6ac09e;
	border-radius: 3px;
	display: inline-block;
	padding: 10px 30px;
	color: #fff;
}
a.but:hover {
}
/*結帳ICON*/
.cart_bottom_btns {
	float: right;
	margin: 1em 0;
}
.cart_bottom_btns .backbtn {
}
.cart_bottom_btns .backbtn {
}
/*///結帳ICON*/

.but_div {
	width: 100%;
	text-align: center;
}
/* Shutter In Vertical */
.hvr-shutter-in-vertical {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	background: #16A667;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #f2af00;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
	color: white;
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}
.categories-section {
	padding: 4em 0;
	background: #f0f0f0;
}
.cat h3 {
	font-size: 2.5em;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 0.7em;
	font-family: 微軟正黑體, sans-serif;
	font-weight: 600;
}
/*產品資訊*/
.pro1 ul {
	margin: 1em;
	overflow: hidden;
}
.pro1 ul li {
	display: inline-table;
	float: left;
	width: 33.3333%;
}
.cat ul li {
	line-height: 1.4em;
	color: #333;
	list-style: none;
	padding: 2px 20px;
	background: url(../images/list-arrow.png) no-repeat left 4px;
	cursor: pointer;
	list-style-type: none;
}
.cat ul li:hover {
	color: #0ca34c;
}
.up h3 {
	font-size: 0.8em;
	text-transform: capitalize;
	color: #333;
	font-family: Georgia Regular;
	font-weight: normal;
}
.up-img {
	float: left;
	width: 15%;
	margin-right: 5%;
}
.up-text {
	float: left;
	width: 80%;
}
.up-img img {
	width: 100%;
}
.up-img img:hover {
	border: 2px solid #35a96a;
	border-radius: 50%;
}
.up1 {
	background: #fff;
	margin: 1em 0;
	overflow: hidden;
	padding: 1.5em 2em 1em;
	position: relative;
}
.up-text a {
	font-size: 1.2em;
	color: #333432;
	font-weight: 600;
	margin-bottom: 0.3em;
	text-decoration: none;
}
.up-text a:hover {
	color: #35a96a;
}
.up-text p {
	line-height: 1.8em;
	color: #999;
}
.cont h3 {
	font-size: 2.5em;
	text-transform: capitalize;
	color: #fff;
	font-family: 微軟正黑體, sans-serif;
	font-weight: 600;
}
.cont ul li {
	display: inline-block;
}
.cont ul {
	margin-bottom: 0.8em;
}
.up1 .triangle {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 23px 23px;
	border-color: transparent transparent #30abf8 transparent;
}
.phone {
	width: 40px;
	height: 40px;
	background: url("../images/img-sprite1.png") no-repeat -220px 0px;
	display: inline-block;
}
.fax {
	width: 40px;
	height: 40px;
	background: url("../images/img-sprite1.png") no-repeat -260px 0px;
	display: inline-block;
}
.smartphone {
	width: 40px;
	height: 40px;
	background: url("../images/img-sprite1.png") no-repeat -300px 0px;
	display: inline-block;
}
.message {
	width: 40px;
	height: 40px;
	background: url("../images/img-sprite1.png") no-repeat -340px 6px;
	display: inline-block;
}
.cont ul li p {
	color: #999;
}
.cont ul li a {
	width: 100%;
	display: block;
	text-decoration: none;
	color: #999;
}
.cont ul li a:hover {
	color: #f2af00;
}
/*============== ///其他頁面沒整理的 ==============*/




/*=============== 首頁模組 ===============*/
/*訊息列*/
.news_list {
	border: none;
}
.news_list .list-group-item {
	border-bottom: 1px dashed #66b9ee;
	padding: 5px 0;
	padding-left: 25px;
	background: url(../images/icon2.png) left center no-repeat;
}
.news_list .list-group-item a {
	color: #282828
}
.news_list .list-group-item span {
color: #204732;
    padding: 0 1em 0 0;
    font-size: .94rem;
}
.news_list .list-group-item .badge {
	padding: 0.1em 1em;
	color: #fff;
}
/*圖文列*/
.infor_list {
/*padding-left: 20px;*/

}
.infor_list .news_list {
}

/*內頁圖文框*/
.sub_sort {
	margin: 0 auto;
}
.sub_sort .img_list {
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.sub_sort .img_list li {
	display: inline-table;
	float: left;
	margin: 0 .5rem;
	text-align: center;
	padding: 0;
}
.sub_sort .img_list li a{
	display: block;
}
.sub_sort .img_list li .jqzoom {
	padding-bottom: 0.5em;
}
.sub_sort .img_list li span{
	display: none;
}

/*表單列*/
.formSave {
	margin: 1em 0 auto;
	width: 100%;
}
.formSave input[type="text"] {
	margin-bottom: 2em;
}
.code_cells {
	padding-top: 2em;
}
/*左選單要移出*/
.left-grid h4, .sub_menu_layout_left .h3 {
	font-size: 2em;
	padding: 0.5em 0;
	color: #000;
	text-transform: capitalize;
	font-weight: 600;
}
.left-grid ul li, .sub_menu_layout_left .sub_menu_parent {
	line-height: 1.8em;
	color: #555;
	list-style: none;
	padding: 6px 24px;
	background: url(../images/list-arrow.png) no-repeat 0px 15px;
	cursor: pointer;
	list-style-type: none;
}
.left-grid ul li a {
	color: #555;
}
.left-grid ul li a:hover {
	color: #ef6000;
}
.left-grid p {
	line-height: 1.8em;
	color: #555;
}
.ab1 a {
	text-align: right;
	font-size: 1.2em;
	padding: 0.5em 0;
	display: block;
	text-decoration: none;
}
.ab2 a {
	text-align: right;
	font-size: 1.2em;
	padding: 0.5em 0;
	display: block;
	text-decoration: none;
}
.ab1 {
	background: #eee;
	padding: 1em 1em;
	margin: 3em 0;
	border-radius: 5px;
}
.ab2 {
	background: #eee;
	padding: 1em 1em;
	border-radius: 5px;
}
.right-grid {
	padding: 0.5em 0 0;
}
.right-grid h5 {
	font-size: 1.4em;
	padding: 0.5em 0;
	color: #000;
	text-transform: capitalize;
	font-weight: 500;
}
.right-grid p {
	color: #555;
	line-height: 1.8em;
	text-align: left;
}
.aboutus4 h4 {
	font-size: 2em;
	padding: 0.5em 0;
	color: #000;
	text-transform: capitalize;
	margin-bottom: 1.5em;
	font-weight: 600;
}
.team-grid h5 {
	font-size: 1.4em;
	padding: 0.5em 0;
	color: #0A0909;
}
.aboutus4 {
	margin-top: 2.5em;
}
.aboutus2 {
	margin-top: 1em;
}
/*------ 關於我們 -----*/
.services-section {
	padding: 4em 0;
	text-align: center;
}
.services-section h3 {
	font-size: 1.7em;
	text-transform: capitalize;
	color: #394c53;
	font-family: 微軟正黑體, sans-serif;
	font-weight: 600;
}
a.button1 {
	font-size: 1.2em;
	padding: 0.5em 1em;
	background: #f2af00;
	margin: 1.5em auto 0;
	width: 38%;
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
}
.service-section1 {
	padding: 4em 0;
	background: #efc337;
}
.services-grid {
	text-align: center;
}
.services-grid p {
	color: #555;
	font-size: 1.2em;
	line-height: 1.8em;
	margin: 0.5em 0 2em;
}
.services-grid h5 {
	color: #000;
	font-size: 1.4em;
	font-weight: 600;
	padding-top: 0.7em;
	text-transform: capitalize;
}
.services-grid img {
	border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.services-grid a img:hover {
	opacity: 0.6;
}
.services-grid a img:hover {
	opacity: 0.6;
}
.services-section1 {
	padding: 1em 0 4em;
	background: #f5f5f5;
}
/*------ 預約保養 -----*/
.reservation {
	padding: 4em 0;
}
.reservation-head {
	text-align: center;
}
.reservation-head h3 {
	color: #394c53;
	font-family: 微軟正黑體, sans-serif;
	font-size: 3.5em;
	font-weight: 600;
	text-transform: capitalize;
}
.reservation .tb-one input[type="text"] {
	width: 28.2%;
}
/*------ 促銷活動 -----*/
.project-section {
	padding: 4em 0;
	background: url(../images/footer-bg.jpg);
}
.project-section h3 {
	font-size: 3.5em;
	text-transform: capitalize;
	margin-bottom: 1.5em;
	text-align: center;
	color: #394c53;
	font-family: 微軟正黑體, sans-serif;
	font-weight: 600;
}
.port2 {
	padding: 2em 0;
}
.port-grid a img:hover {
	opacity: 0.6;
}
/*------ 留言板 -----*/
.tabs-box {
	margin: 3em auto 0;
	padding: 0 0 1em;
	position: relative;
	width: 100%;
}
ul.tabs-menu {
	left: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	top: 0;
}
ul.tabs-menu li {
	display: block;
	float: none;
	background: none
}


ul.tabs-menu li a {
	color: #939393;
	display: inline-block;
	font-weight: 600;
	padding: 0.5em 0;
	text-decoration: none;
	background: none;
	text-transform: uppercase;
	width: 100%;
}
ul.tabs-menu li a:hover {
	color: #ef6000;
}
ul.tabs-menu li a span {
	background: rgba(0, 0, 0, 0) url(../images/tab.png) no-repeat scroll 0 0;
	display: inline-block;
	height: 13px;
	margin-right: 12px;
	width: 13px;
}
.tab-grids {
	border-left: 3px solid #e8e8e8;
}
.tab-grid {
	padding-left: 2.8em;
}
.tb-one:nth-child(1) {
	margin-top: 0;
}
.tb-one {
	margin-top: 1.8em;
}
.tab-grid h3 {
	color: #282828;
	font-size: 1.063em;
	font-weight: 700;
	margin: 0;
	text-align: left;
}
.tab-grid p {
	color: #474747;
	font-size: 0.875em;
	font-weight: 500;
	line-height: 1.8em;
	margin: 5px 0;
}
.tb-two {
	margin-top: 14px;
}
.tb-one input[type="text"]:nth-child(1), .tb-one input[type="text"]:nth-child(3) {
	margin-right: 23px;
}
.tb-one input[type="text"] {
	background: #f3f3f3 none repeat scroll 0 0;
	border: medium none;
	border-radius: 0.5em;
	color: #474747;
	font-size: 1.1em;
	margin: 7px auto;
	outline: medium none;
	padding: 10px;
	width: 100%;
}
.s-btn, .t-btn {
	margin-top: 1em;
	text-align: right;
}
.tb-one textarea {
	background: #f3f3f3 none repeat scroll 0 0;
	border: medium none;
	border-radius: 0.5em;
	color: #474747;
	font-size: 1.1em;
	height: 150px;
	margin: 4px 0;
	outline: medium none;
	padding: 15px;
	resize: none;
	width: 100%;
}
.tb-one select {
	background: #f3f3f3;
	border: medium none;
	border-radius: 0.5em;
	color: #474747;
	font-size: 1.1em;
	margin: 7px auto;
	outline: medium none;
	padding: 10px;
	width: 100%;
}
.tb-one select option {
	background: #fff;
}
.tb-one input[type="submit"], .tb-one input[type="reset"] {
	background: #fff none repeat scroll 0 0;
	border: 2px solid #282828;
	border-radius: 5px;
	color: #414141;
	cursor: pointer;
	font-weight: 700;
	padding: 9px 24px;
}
.tb-one .pri label {
	padding: 5px 10px;
}
/*留言內容*/	
.tabs-box ul.contact02 {
	margin: 10px auto;
	width: 100%;
}
.tabs-box ul.contact02 li {
	border: 1px solid #ccc;
	margin: 10px 0;
	list-style: none;
	border-radius: 3px;
}
.tabs-box ul.contact02 li .msg {
	border-bottom: 1px dotted #ccc;
	padding: 0.3em 1em;
}
.tabs-box ul.contact02 li .msg .name {
	color: #0055a1;
	font-weight: bold;
	margin-right: 10px;
}
.tabs-box ul.contact02 li .reply .text {
	clear: both;
}
.tabs-box ul.contact02 li .msg .date {
	margin-right: 10px;
}
.tabs-box ul.contact02 li .msg .ip {
	color: #676767;
	margin-left: 10px;
}
.tabs-box ul.contact02 li .reply {
	background: #f4f9f6;
	margin-bottom: 0;
	padding: 0.3em 1em;
}
.tabs-box ul.contact02 li .reply .name {
	color: #ef6000;
	font-weight: bold;
	margin-right: 10px;
}
.tabs-box ul.contact02 li .reply .date {
	margin-right: 10px;
}
.tabs-box ul.contact02 li .reply .text {
	clear: both;
}
/*頁數*/	
.kf-paginator {
	float: left;
	padding: 1em 0 2.5em;
	position: relative;
	width: 100%;
}
.kf-pagination li {
	display: inline-block;
	margin-right: 0.05em;
}
.kf-pagination .kf-current {
	background-color: #00a569;
	border-color: #00a569;
	color: #fff;
	pointer-events: none;
}
.kf-pagination a {
	border: 1px solid silver;
	border-radius: 4px;
	padding: 0.5em 0.7em;
}
.kf-paginator_number {
	padding-top: 0.65em;
	position: absolute;
	right: 0;
	text-align: right;
	top: 2.5em;
}
/*============== 會員專區 ==============*/

/*.member {
	overflow:hidden;
	width:100%;
	background:#494949;
	display:block;
	margin-top:1em;
}
*/
.member .btn {
	background: none;
	color: #ffffff;
}
.mamber_reg_forget {
	margin-top: 2em;
	text-align: center;
}
.member_submit .lbl_member_reg {
	padding-right: 30px;
	border-right: 1px #CCC solid;
}
.member_submit .lbl_member_forget_pswd {
	padding-left: 30px;
}
.member_submit a {
	color: #7f7d7d;
	font-size: 0.938em;
}
.member h3 {
	color: #f2af00;
	font-family: 微軟正黑體, sans-serif;
	font-size: 3.5em;
	font-weight: 600;
	text-align: center;
	text-transform: capitalize;
}
.member p {
	color: #090909;
	margin: 0;
	font-size: 1.2em;
	text-transform: uppercase;
}
.member li {
	list-style: none;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	padding: 0.6em 1.5em;
	border: 1px solid transparent;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 60%;
	margin: 0 auto;
	margin-bottom: 0.8em;
}
.member li a {
	color: #3c763d;
}
.member li:hover {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}
.member li:hover a {
	color: #8a6d3b;
}
a.b-home {
	background: #16A667;
	padding: 0.8em 3em;
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	margin-top: 1em;
}
a.b-home:hover {
	background: #f2af00;
	color: #fff;
}
/*基本資料修改*/

.app_left {
	border-right: 1px solid #e4e4e4;
	padding-right: 20px;
}
.app_left .box {
	margin: 0 0 1em 0;
}
.app_left .box .edit {
}
.app_left p.title::after {
	border-bottom: 1px solid #c00;
	bottom: 0;
	content: " ";
	left: 0;
	position: absolute;
	width: 40px;
}
.app_left p.title {
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
}
.app_left label {
	display: block;
	margin: 0 auto;
	padding: 0.5em 5px;
	width: 100%;
}
.app_left input {
	padding: 0.2em;
	width: 90%;
}
.app_left .edit input, .app_left .edit textarea {
	background-color: #fafafa;
	border: 2px solid #efefef;
	color: #666;
}
.r11 {
	color: #c00;
	font-size: 0.75em;
	line-height: 24px;
}
.member .update {
	margin: 30px 30px 0 0;
	display: block;
	float: right;
}
.m-button-engage, a[class*="m-button"], span[class*="m-button"] {
	display: inline-block;
}
[class*="m-button"] {
	background: #16a667 none repeat scroll 0 0;
	border: medium none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.2em;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1 !important;
	max-width: 100%;
	padding: 0.7em 3em;
	text-align: center;
	transition: uppercase;
}
[class*="m-button"]:hover {
	background: #ffb449;
	color: #fff;
}
/*============== ///會員專區 ==============*/

/*============== 登入註冊 ==============*/

/*============== ///登入註冊 ==============*/

/*============== 頁標題+導覽列 ==============*/


.information {
	width: 1140px;
	padding: 20px 40px;
	padding-bottom: 36px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}
.infor_nav {
	width: 100%;
	margin: 0 auto;
}
.infor_nav .mt_01 {
	margin-bottom: 60px;
	position: relative;
}
.infor_title {
	font-weight: bold;
	color: #000;
	font-size: 1.6em;
	padding-bottom: 30px;
	padding-top: 65px;
	background: url(../images/infor_title_bg.png) center bottom repeat-x;
	text-align: center;
	width: 59%;
	margin: 0 auto;
}
.nav_title {
	position: absolute;
	top: 5px;
	right: 0px;
	background: url(../images/nav_title_icon.png) left center no-repeat;
	padding-left: 40px;
	line-height: 36px;
	font-size: 0.9em;
}
.nav_title a {
	color: #444!important;
}
.infor_nav hr {
	display: none!important;
}
.infor_contain {
	width: 100%;
	margin: 0 auto;/*background:url(../images/m3_bg.jpg) center top repeat;*/
	
}
.infor_contain .mc_01 {
	min-height: 400px;
	line-height: 28px;
}
.infor_content_css {
}
.main_container .infor_content_css {
	margin: 0em;
}
.infor_content_css .self_form_table {
	width: 95%;
	margin: 0 auto;
}
.footer_1 {
	margin-bottom: 12px;
}
.movie_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.movie_list li {
	width: 48%;
	margin: 0 1%;
	float: left;
	margin-bottom: 15px;
}
.movie_list li p {
	text-align: center;
}
/*資訊頁附件下載模組*/　 #annexs_list {
}
#annexs_title {
	border-bottom: 3px solid #a6c99e;
	padding: 5px 0;
	margin-bottom: 5px;
}
.annexsull {
	padding: 5px 0 20px 0;
}
.annexs_item {
	　margin: 5px 0;
	padding: 5px 0;
}
.annexs_item a {
	background: url(../images/linp.png) left 5px no-repeat;
	border-bottom: 1px dashed #ccc;
	display: block;
	padding-bottom: 5px;
	padding-left: 20px;
}
#myform {
	padding: 1em;
}
.add_shopp {
	background: #008000 none repeat scroll 0 0;
	border: 1px solid #4f5f5d;
	border-radius: 5px;
	margin: 0 auto;
	color: #fff;
	text-align: left;
	padding: 10px 15px;
}
.add_shopp:hover {
	background-color: #eb6100;
	border: 1px solid #bc4f03;
	color: #fff;
}
#right_content_product_list {
	width: 100%;
}
#right_content_product_list .onMShow {
	width: 100%;
	list-style: none;
}
#right_content_product_list .onMShow li {
	float: left;
	border: 1px #cccccc solid;
	margin: 1em;
	width: 46%;
	padding-right: 1em;
}
#right_content_product_list .onMShow li .p_img {
	width: 55%;
	float: left;
}
#right_content_product_list .onMShow li .p_img img {
}
#right_content_product_list .onMShow li h4 {
	float: left;
	width: 45%;
	margin: 2em 0px;
	text-align: right;
	font-size: 0.938em;
	font-weight: bold;
	color: #333333;
	height: 48px;
	overflow: hidden;
}
#right_content_product_list .onMShow li h4 a {
	color: #333333;
}
#right_content_product_list .onMShow li .price {
	float: left;
	width: 45%;
	margin: 1em 0px;
	text-align: right;
	color: #f44336;
	font-weight: bold;
}
#right_content_product_list .onMShow li .price .price1 {
	text-decoration: line-through;
	color: #cccccc;
	font-weight: normal;
	font-size: 0.938em;
}
#right_content_product_list .onMShow li .price .price2 {
	display: block;
	margin-top: 0.5em;
}
#right_content_product_list .onMShow li .iconArea {
	float: left;
	width: 45%;
	margin: 1em 0px;
	text-align: right;
}
#right_content_product_list .onMShow li .iconArea a {
}
.web_paging {
	margin: 3em 0px;
}
.web_paging td {
	text-align: center;
	font-size: 0.92em;
	letter-spacing: 0.1em;
}
/*============ 內頁商品介紹 ============*/
#product_page_detial_left {
	float: left;
	width: 50%;
}
#product_page_detial_left_banner {
	height: 100%;
}
.ad-nav {
}
#product_page_detial {
	padding-top: 20px;
	width: 100%;
	overflow: hidden;
}
#product_page_detial_right {
	float: right;
	width: 47%;
	padding-right: 2em;
}
#product_page_name1 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
#product_page_name2 {
	font-size: 1.1em;
}
#product_page_name3 {
	font-size: 2.25em;
	font-weight: bold;
	color: #ff0000;
	padding: 10px 0;
}
#product_page_name4 {
	color: #D3581C;
	font-size: 1.1em;
	margin-bottom: 15px;
	margin-top: 15px;
}
#product_page_name5 {
	border-bottom: 1px dotted #666666;
	border-top: 1px dotted #666666;
	color: #848484;
	font-size: 1.1em;
	padding-bottom: 15px;
	padding-top: 15px;
}
#product_page_name6 {
	margin-top: 33px;
}
#product_page_button {
	margin-top: 60px;
}
#product_page_button table td img {
	padding-right: 5px;
}
#dotted_line {
	border-bottom: 1px dotted #666666;
	float: left;
	height: 1px;
	margin-bottom: 30px;
	margin-top: 15px;
	width: 100%;
}
#product_specification {
	clear: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	padding: 2%;
}
/*============ 商品介紹頁面分頁 ============*/
.TabbedPanels {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTabGroup {
	margin: 0;
	padding: 0;
	font-family: '微軟正黑體';
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	list-style: none;
	height: 35px;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background-image: url(images/tab_bg.gif);
	background-repeat: repeat-x;
	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: #cbcbcb;
	border-right-color: #cbcbcb;
	border-bottom-color: #dddddd;
	border-left-color: #cbcbcb;
	font-family: sans-serif;
	color: #333;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	outline: none;
}
.TabbedPanelsTabHover {
	outline: none;
	border-top-color: #1457a0;
	border-top-width: 3px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-right-color: #1457a0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1457a0;
	color: #000;
	background-repeat: repeat-x;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.TabbedPanelsTabSelected {
	border-top-width: 3px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #1457a0;
	border-right-color: #1457a0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1457a0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color: #000;
	font-family: '微軟正黑體';
　 -webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cbcbcb;
	padding-top: 20px;
}
.TabbedPanelsContent {
	overflow: hidden;
	padding: 0 10px;
	padding: 4px;
	font-family: '微軟正黑體';
}
.TabbedPanelsContentVisible {
}
.VTabbedPanels {
	overflow: hidden;
	zoom: 1;
}
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
/*============== 會員專區 ==============*/
/* ==== 共用 ====*/

 input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px #fff inset;
border: 1px solid rgba(0, 0, 0, 0.2)!important;
}

/*標題不要*/
.information.myorders .infor_title {
  text-indent: -9999px;
    padding: 0;
    background: no-repeat;
    height: inherit;
}
/*執行按鈕*/
.information .p_btns {
  padding: 2em 0;
  text-align: center;
  overflow: hidden;
}
.information .p_btns div {
  float: left;
  display: inline-block;
}
.information .p_btns .btns {
  display: block;
  width: 100%;
  overflow: hidden;
  color: #ffffff;
  padding: 0.8em 1rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  font-size:1.13rem;
  border: none;
}
/*送出*/
.p_btns .submit_btn {
  padding-left: 0;
}
.p_btns .submit_btn .btns {
  background: #2F7F9D;
}
.p_btns .submit_btn .btns:hover {
  background: #286780;
  ;
}
/*取消或是重置*/
.p_btns .reset_btn {
  padding-right: 0;
}
.p_btns .reset_btn .btns {
  background: #6E6E6E;
}
.p_btns .reset_btn .btns:hover {
  background: #4A4A4A;
}
.mamber_login /*最外框*/ {
  clear: left;
  padding: 0;
  margin: 0;
  margin-top: 4%;
}
/*首頁模組用*/
.normal.mamber_login {}
.mamber_login_module {
  overflow: hidden;
}
.mamber_login .member_login_form /*選單內頁表格*/ {
  padding: 30px 0 0;
  border: 1px solid #E2E2E2;
  margin: 20px 50px 50px;
}
.mamber_login .module_user.member_login_form /*模組用表格*/ {}
.mamber_login .td1 /*副標*/ {
  text-align: center;
  margin: 0 0 2.2rem 0;
}
.mamber_login .td1 .user-account {
  font-size: 20px;
  color: #424242;
  font-weight: 600;
}
.mamber_login .user-wrapper /*帳密輸入大外框*/ {
  padding: 0;
  margin: 0 auto;
}
.mamber_login .form-row /*帳密+按鈕欄位外框*/ {
  display: flex;
  flex-wrap: wrap;
  margin:0 15%;
}
/*按鈕共用*/
.mamber_login .user-wrapper .form-item /*帳密輸入欄位框*/ {
  margin-bottom: 1.5rem;
}
.mamber_login input {
  width: 100%;
  min-width: 0px;
  border-radius: 0.25rem;
  margin-bottom: 5px;
}
/*名稱label外框*/
.mamber_login .user-wrapper .form-item .label-item {}
/*== 登入後的第一個欄位(不能更改的帳號) ===*/
.member_login_form.after .user-wrapper .form-item:nth-child(2) div {
  float: left;
  display: inline-table;
  width: auto;
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 1px;
}
.member_login_form.after .user-wrapper .form-item:nth-child(2) div label {
  margin-left: 0;
}
/*== END登入後的第一個欄位(不能更改的帳號) ===*/
/*必填寫*/
/* .mamber_login .user-wrapper .notice {
  color: #be3362;
  position: absolute;
  top: -28px;
  left: 0;
  font-weight: 900;
} */
.mamber_login .user-wrapper .notice {
  color: #F00;
  font-weight: 900;
}
.member_login_form .user-wrapper .form-item label {
  display: inline-block;
  margin-bottom: .5rem;
  font-weight: 600;
  margin-left: 10px;
}
.member_login_form .user-wrapper .form-item legend {
  display: inline-block;
  margin-bottom: .5rem;
  font-weight: 600;
  margin-left: 10px;
  font-size: 1.0em;
	border: 0px #fff solid !important;
}
.member_login_form .user-wrapper .form-item legend small {
	font-size: 0.9em;
}
.radio_label {
	display: inline-block;
    margin-bottom: .5rem;
    font-weight: 600;
    margin-left: 0px !important;
}
/*input外層DIV*/
.mamber_login .user-wrapper .form-item .input-item {
  width: 100%;
  position: relative;
}
.mamber_login .user-wrapper .form-item input, .mamber_login .user-wrapper .form-item select {
  border: 1px solid rgba(0, 0, 0, 0.2);
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  color: #808080;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang TC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Noto Sans T Chinese", "Droid Sans Fallback", sans-serif;
}
.mamber_login .user-wrapper .form-item select {
  margin-bottom: 10px;
}
.mamber_login .user-wrapper .form-item .input-item input /*內頁會員表單用*/ {}
/*radio+checkbox 選擇按鈕(如性別用或是勾選)*/
.mamber_login .user-wrapper .form-item .input-item input[type="radio"], .mamber_login .user-wrapper .form-item .input-item input[type="checkbox"] {
  width: auto;
  height: auto;
  /* float: left; */
  margin-right: 5px;
}
.mamber_login .user-wrapper .form-item .input-item .gender {
  float: left;
  margin-right: 20px;
  margin-top: -5px;
}
/*未填寫送出彈出- 警語！(如不能為空)*/
.mamber_login .user-wrapper .birth-warning {
  color: #DC3545;
  padding: 2px 5px;
  display: inline-table;
}
/*提醒輸入的文字*/
.mamber_login .user-wrapper .orange_deep {
  color: #adadad;
  display: block;
  width: 100%;
  font-size: 1.14rem;
}
/*註冊手機驗證按鈕*/
#btnSubmit {
  color: #fff;
  background: #10567b;
  border: 1px solid #10567b;
}
/*驗證碼區域(輸入框+語音)*/
.user-wrapper .form-item.verification .vrow {
  float: left;
  display: inline-block;
}
/*驗證輸入框*/
.user-wrapper .form-item.verification .vrow.coput {
  width: 76%;
}
.user-wrapper .form-item.verification label /*驗證碼*/ {
  margin-right: 1%;
  padding-top: 12px;
  width: 13%;
  float: left;
}
.user-wrapper .form-item input.login_input_s /*驗證碼輸入框*/ {
  float: left;
  width: 80%;
}
/*驗證碼圖+語音*/
.user-wrapper .form-item.verification .vrow.covim {
  width: 24%;
  float: left;
  display: flex;
  align-items: center;
}
.user-wrapper .form-item.verification .vrow.covim span {
  float: left;
}
.user-wrapper .form-item .vcimage {}
.mamber_login #vcimage /*驗證碼圖*/ {
  max-width: inherit;
  width: 100%;
  padding-right: 1rem;
}
.user-wrapper .form-item .code_muisc {
  display: flex;
  align-items: center;
}

/*登入按鈕*/
.member_submit .member {
  width: 100%;
  margin: 1em auto;
  text-align: center;
  overflow: hidden;
}
.member_submit .member a, .member_submit .btn-login {
  /* background: #88ba43; */
  background: #5B7E30;
  display: block;
  width: 100%;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  letter-spacing: 4px;
  line-height: 56px;
  color: #fff;
  border: none;
}
.member_submit input.btn-login {
  margin-bottom: 0;
}
.member_login_form .member a:hover, .member_submit .btn-login:hover {
  /* background: #94c550; */
  background: #496728;
}
/*忘記密碼*/
.mamber_login .mamber_reg_forget {
  margin: 0 0 2rem 0;
  text-align: center;
}
.mamber_login .mamber_reg_forget a {
  color: #66666a;
  font-size: .94rem;
  padding: 0 8px;
}
.mamber_login .mamber_reg_forget a:hover {
  text-decoration: underline;
}
.mamber_login .mamber_reg_forget a.forgetpassword {
  border-left: #d3d3d5 1px solid;
  padding-left: 15px;
}
/*分格線*/
.mamber_login hr.divider {
  overflow: inherit;
  position: relative;
  margin: 30px 30px 20px 30px;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  display: none;
}
.mamber_login hr.divider:after {
  content: "or";
  text-align: center;
  position: absolute;
  top: 0px;
  width: 50px;
  color: rgba(0, 0, 0, 0.2);
  background: #F9F9F9;
  font-weight: 400;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
/*===== 會員註冊 =====*/
/*條款*/
.page_terms {
  padding: 1rem 2rem;
}
.page_terms .page_content {
  overflow: auto;
  height: 450px;
  line-height: 2rem;
  padding: 20px 15px 20px 5PX;
}
/*認證信*/
.infor_content_css.certification {
  text-align: center;
} /*頁面框*/
.certification_letter {
  border: 1px solid #ccc;
  padding: 3rem;
  border-radius: 5px;
  width: auto;
  margin: 0 auto;
  display: inline-block;
}
.certification_letter p {
  text-align: left;
  margin: .5rem 0;
}
.certification_letter a.btns {
  color: #c30d23;
}
/*============== ///會員專區 ==============*/
/* ============ 訂單資訊樣式 ============*/
#demo-table, .css-table {
	width: 99%;
	margin: 0 auto;
	background-color: #ffffff;
	border-collapse: collapse;
	margin-bottom: 20px;
}
#demo-table td, #demo-table th, .css-table .td, .css-table .th {
	padding: 5px;
}
#demo-table td, .css-table .td {
	color: #666666;
	border: #ddd 1px solid;
	padding: 0.8em;
}
.down {
	width: 92%;
	margin: 0 auto;
	margin-top: 15px;
	padding-bottom: 5px;
	text-align: left;
	color: #22aaa1;
	font-weight: bold;
}
#demo-table th, .css-table .th {
	color: #212121;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}
.css-table .th a {
	color: #fff;
}
.css-table {
	display: table;
	display: none;
}
.css-table .thead {
	background-color: #f2f2f2;
	display: table-header-group;
	height: 48px;
	vertical-align: middle;
}
.css-table .thead h3 {
	font-size: 1.2em;
	margin: 0;
	padding: 0.5em;
	color: #fff;
}
.css-table .tbody {
	display: table-row-group;
}
.css-table .tr {
	display: table-row;
}
.css-table .tbody .even {
	background: #fdfbf2;
}
.css-table .th, .css-table .td {
	display: table-cell;
	vertical-align: middle;
}
.more {
	padding: 0 1.5em;
	text-align: right;
}
.more a {
	font-size: 0.9em;
}
.showpage table {
	width: 100%!important;
	margin-top: 2em;
}
.showpage table td {
	text-align: center;
	font-size: 1.1em;
}
.form-Button {
	overflow: hidden;
	width: 100%;
}
.myButton {
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	padding: 0 0 1em 26px;
	width: 268px;
}
.form-Button .input {
	margin: 0;
}
.form-group .form-group {
	background: none;
	width: 96%!important;
	margin: 0 auto;
	border-collapse: inherit!important;
	border-spacing: 1px;
	overflow: hidden;
	width: auto !important;
	padding: 12px 0 10px 0;
}
.form-group:nth-child(2n-3) {
	background: #fff;
}
/*表單頁的關鍵字*/
.keywords {
	background: none;
	display: block;
	width: 100%;
	overflow: hidden;
}
/*選擇紐*/
.form-group .se_button {
	padding: 5px 0 0 0;
}
.form-group_title {
	width: 96%!important;
	margin: 0 auto;
}
.form-group_title td {
	color: #22aaa1;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}
.form-group th {
	color: #ffffff;
	width: 25%;
	vertical-align: top;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	letter-spacing: 0.2;
	padding-left: 5px;
	background: #22aaa1;
	font-size: 0.938em;
}
.form-group td {
	background: #ffffff;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: left;
	font-size: 0.938em;
}
.t1, .t2, .t3, .t4, .t5, .t6 {
	width: 14%;
	text-align: center
}
.t7 {
	text-align: center
}
.row {
	padding: 0em;
	overflow: hidden;
}
.row h3 {
	background: url(organization.png) no-repeat left top;
	height: 30px;
	margin: 0;
	padding-left: 45px;
	color: #0075a9;
	font-size: 1.2em;
	font-weight: 600;
}
.row .blog_tour {
	float: right;
	background: url(right-arrow.png) no-repeat left 2px;
	padding-left: 20px;
}
.blogbar {
	padding: 0 1em;
	margin: 0.5em 0;
	overflow: hidden;
}
.blogbar .blog_content {
	float: left;
}
.blogbar .blog_content p {
	margin: 0;
	padding: 0;
}
.blogbar .blog_dat {
	margin-top: 15px;
	font-size: 0.8em;
	color: #616161;
	float: right;
}
#blog-table {
	background: #f1f1f1;
}
.blog_tomegen {
}
.blog_tomegen .blog_box {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	padding: 1em;
	margin: 1em auto;
	width: 95%;
	overflow: hidden;
	color: #0075a9;
	font-weight: 600;
}
.blog_tomegen .blog_box p {
	color: #333;
}
.blog_tomegen .blog_box .date {
	float: right;
	color: #67584c;
	font-size: 0.8em;
}
.blog_tomegen .covered {
	margin: 2em auto 1em;
}
.blog_tomegen .covered #form222 {
}
#form222 .cover_edit {
	margin: 1em auto;
	width: 95%;
}
#form222 .cover_edit .editer {
	display: block;
	padding: 1em 0;
}
.back {
	display: block;
	text-align: center;
	margin: 1em 0.5em;
}
.back a {
	padding: 0.5em 1.5em;
	background: #079F39;
	color: #fff;
}
.back a:hover {
	background: rgba(231,118,20,1.00);
}
.tfooter {
	width: 100%;
}
.tfooter .m1 {
	color: #212121;
	font-size: 1.125em;
	margin: 0 5px 0 0;
	padding: 5px 0;
	text-align: right;
}
.tfooter .m1 #total {
	width: 100px;
}
.tfooter .m1 #freightprice {
	width: 100px;
}
.tfooter .m1 #allprice {
	width: 100px;
}
/*==== TOP會員模組=====*/
/*==== 會員專區 會員中心 ====*/
/*會員特別標一組DIV*/
.information.myorders {}
.information.myorders .infor_title {
  display: none;
}
.information.myorders .infor_nav .mt_01{
	margin: 0 0  2rem 0;
}
.information.myorders .infor_nav .mt_01 .nav_title{
	top:0;
	margin-top: -1.5rem;
}


/*訂單查詢外框*/
.order_tracking {
  width: 100%;
  overflow: hidden;
}
/*左選項*/
.memember_center {
  width: 20%;
  margin-right: 2%;
  float: left;
}
.memember_center h2 {
    font-size: 1.6rem;
    margin-bottom: 10px;
    font-weight: 600;
    border-left: 10px solid #6f88a1;
    padding-left: .5rem;
    display: inline-block;
}
.memember_center ul {
  width: 100%;
  list-style: none;
  margin-bottom: 2rem;
}
.memember_center ul li {}
.memember_center ul li a {
  color: #333333;
  display: block;
  padding: 0.5rem 0px;
}
.memember_center ul li a:hover {
  color: #F60
}
.memember_center ul li a.current {
  color: #439f6b;
  font-weight: 600;
}

/*登出*/
.memember_center ul li.out a{
    display: inline-block;
    width: auto;
    padding: 3px 15px;
    background: #d29fa8;
    color: #fff;
    border-radius: 3px;
    margin: 5px 0;
}


/*中間內容*/
.myorders_box {
  width: 78%;
  float: left;
}


/*框架*/
.myorders_box .mamber_login .form-row {
   margin: 1rem 10% 2.5rem 10%;
}

.myorders_box .mamber_login .form-row:first-child{
  margin: 0;
}

/*~消除其他頁面第二個樣式*/
.myorders_box .member_login_form.after .user-wrapper .form-item:nth-child(2) div {
    clear: both;
    display: inline-table;
    width: 20%;
    font-size: inherit;
    letter-spacing: inherit;
}


/*~label*/
.myorders_box .mamber_login .form-row .label-item{
 float: left;
 width: 20%;
 padding-top: 1.5rem;
 padding-right: 1rem;

}

.myorders_box .mamber_login .form-row .label-item label{ 
  margin: 0;
} 

/*~確認密碼*/
.myorders_box .member_login_form .user-wrapper .form-item label.confirm{
  position: relative;
  left: -125px;
  top: 2.5rem;
  margin-left: 0;
}

/*~input*/
.myorders_box .mamber_login .form-row .input-item{
    width: 80%;
    display: block;
    position: relative;
}
.myorders_box .mamber_login .form-row .input-item input{
    height: auto;
    margin: 0;
    display: inline-block;
    width: 95%;
    float: left;
}

/*~不可更改帳密*/
.myorders_box .mamber_login .form-row .label-item .account{
    margin-top: -1.5rem;
}
.myorders_box .mamber_login .form-row .input-item .existi{ 
  color: #79a2b8;
  font-size: 1.4rem;
  margin-top: 2px;
  display: inline-block;
  font-weight: 600;
}

/*~必填寫*/
.myorders_box .mamber_login .form-row .notice{
  position: relative;
  width: 5%;
  display: inline-block;
  top: inherit;
  left: inherit;
  text-align: center;
  padding: 1.2rem 0 .8rem 0;
}

/*~必填寫(選擇框)*/
.myorders_box .mamber_login .form-row .notice.choose{}

/*不能為空*/
.myorders_box .mamber_login .form-row .birth-warning {}


/*~備註欄位文字*/
.myorders_box .mamber_login .form-row .orange_deep{
  margin-top: .5rem;
}

/*~驗證碼*/

.myorders_box .user-wrapper .form-item.verification label{
  width: auto;
  float: inherit;
  padding: 0;
}

.myorders_box .user-wrapper .form-item.verification .vrow.covim{
  margin: 10px 0 15px 0;
}
/*=========== 訂單資訊樣式結束 ===========*/

/*============== 結帳樣式 ==============*/
.account_title {
	width: 100%;
	text-align: left;
	margin-bottom: 5px;
	font-weight: bold;
}
.account_form_table {
	width: 100%;
	border: 1px #ccc solid;
	margin-bottom: 20px;
}
.account_form_table td {
	text-align: left;
	padding: 1px;
	vertical-align: middle;
}
.account_form_table td span {
	display: block;
	width: 150px;
	margin-right: 5px;
	float: left;
	background: #e0e0e0;
	text-align: center;
	padding: 8px;
	border-bottom: 1px #ffffff solid;
}
.account_form_table input {
	margin-top: 5px;
}
.but {
}
.but:hover {
}
/*============== ///結帳樣式 ==============*/

fieldset {
}
legend {
	border: 1px #C63 solid!important;
}
.con_tltle {
	font-size: 1.25em!important;
	margin: 10px 0!important;
	color: #C63!important;
	text-align: center!important;
}
.con_tltle a {
	color: #C63!important;
}
/* Border styles */


/* Padding and font style */
.footer_people, .footer_2 {
	font-size: 0.9em;
	line-height: 22px;
}
.footer_1 a {
	font-size: 1em;
	color: #333!important;
	font-weight: bold;
}
.title_h2 {
	font-size: 1.35em;
	font-weight: bold;
	margin-bottom: 20px;
	padding-top: 29px;
	color: #ce507a;
	line-height: 40px;
	display: inline-block;
}

.title_h3{
    text-align: left;
    font-size: 1.25em;
    color: #ce507a;
    font-weight: bold;
}

.title_h4 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 40px;
	color: #597834;
}
.about_list_box {
	width: 99%;
	padding: 15px;
	background: #ebf3ec;
	border-radius: 10px;
	margin-top: 10px;
	margin-left: 4px;
}

/*==== 分頁用在活動影像(照片+YU影片) ====*/
.tab_css ol, .about_list_box ol {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}
.tab_css th {
	/* background: #2eb872; */
	background: #21824F;
	color: #fff;
	text-align: center;
	padding: 5px 0;
}
.tab_css td {
	padding: 5px 0 5px 10px;
}
.box_img {
	width: 100%;
	text-align: center;
	overflow: hidden;
}
ul.vide0_list {
	padding-left: 0px;
}
ul.vide0_list li {
	padding: 15px 2px;
	float: left;
	padding-bottom: 20px;
}
ul.vide0_list li:nth-of-type(4), ul.vide0_list li:nth-of-type(8) {
	padding-right: 0px;
}
ul.vide0_list li img {
	width: 249px;
	height: 162px;
	border: 1px #CCC dotted;
	padding: 3px;
}
ul.vide0_list li p {
height: 40px;
    width: 259px;
    line-height: 1.2rem;
    text-align: left;
    padding: 2px;
    margin-top: 5px;
}
.title {
	font-size: 1.57em;
	text-align: center;
	padding-bottom: 15px;
	color: #039;
	line-height: 20px;
	background-color: #CCC;
}
.title_bg {
	font-size: 1.35em;
	text-align: center;
	padding-bottom: 15px;
	color: #039;
	line-height: 20px;
}
.img-wrap {
	width: 100%;
	text-align: center; /*padding-left:25px;*/
}
ul.img_bg li {
	padding: 20px 7px;
	float: left;
	padding-top: 5px;
}
ul.img_bg li img {
	float: left;
	width: 250px;
	height: 172px; 
	border: 1px solid #cccccc70;
}
ul.img_bg li p {
	width: 250px;
}
.map_bg {
	padding-left: 20px;
	margin-top: 29px;
}
.highslide-gallery table {
	margin-left: 7px!important;
	margin-right: 0px!important;
}
.box_list_h2 {
	width: 100%;
	margin: 0 auto;
	margin-top: 29px;
}
.xp_box_list .highslide-gallery img {
}
.img-icon {
	width: 98%;
	text-align: center;
	padding-left: 130px;
}
ul.conact_list li {
	float: left;
	width: 33.3%;
	text-align: center;
	/* padding: 20px 0; */
}
ul.conact_list li img {
	margin-bottom: 1em;
}
.list_p p {
	text-align: left;
	padding-left: 90px;
}
.img-icon {
	padding-left: 20px;
}
.conact_list {
	width: 100%
}
.icon_title {
	margin-top: 10px;
	font-weight: bold;
	color: #09F;
	font-size: 0.8em;
}
.list_p {
	width: 270px;
	line-height: 20px;
	text-align: left;
}
.info_tab_content_0 {
	display: block;
}

/*.h2_css {
	text-align: left;
	font-size: 1.25em;
	color: #ce507a;
	font-weight: bold;
	margin: 40px 0px 20px 0px;
	background: url(../images/icon5.png) left center no-repeat;
	padding-left: 34px;
}
*/

.h3_css {
	text-align: left;
	font-size: 1.25em;
	color: #ce507a;
	font-weight: bold;
	margin: 40px 0px 20px 0px;
	background: url(../images/icon5.png) left center no-repeat;
	padding-left: 34px;
}

.h3_css:nth-child(1){
	padding-top: 0;
	margin-top: 0;
} 


.enlist_but {
	padding: 2px 6px;
	border: 1px solid #999;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #CCC;
	font-size: 0.9em;
}

/*======  課程訊息 ======*/
.course_in{}
.course_in .table td{
	border-bottom:inherit;
}


/* Styles for Printing */
@media print {
.TabbedPanels {
	overflow: visible !important;
}
.TabbedPanelsContentGroup {
	display: block !important;
	overflow: visible !important;
	height: auto !important;
}
.TabbedPanelsContent {
	overflow: visible !important;
	display: block !important;
	clear: both !important;
}
.TabbedPanelsTab {
	overflow: visible !important;
	display: block !important;
	clear: both !important;
}
}

/*-- responsive-design --*/
@media only screen and (max-width:1024px) {

.logo a {
	font-size: 4em;
}
.header-grid {
	padding: 1em 0;
}
.logo-nav {
	padding: 0;
}
.logo {
	margin: 1em 0;
}
.header-grids {
	bottom: -32em;
}
.header-grid h4 {
	font-size: 1.2em;
}
.header-grid p {
	font-size: 0.965em;
}
.about-section {
	padding: 20em 0 4em;
}
.about-section h3 {
	font-size: 2em;
}
.about-grid p {
	font-size: 0.965em;
}
.service-section h3 {
	font-size: 2em;
}
.service-grid h4 {
	font-size: 1.2em
}
.service-grid p {
	font-size: 0.965em;
}
.work-section h3 {
	font-size: 2em;
}
.work .textbox {
	width: 236px;
	height: 201px;
}
.textbox img {
	padding-top: 5em;
}
.news-section h3 {
	font-size: 2em;
}
.news-grid h4 a {
}
.news-grid p {
	font-size: 0.965em;
}
a.button {
	font-size: 1.1em;
	width: 38%;
}
.up h3 {
	font-size: 2em;
}
.cat h3 {
	font-size: 2em;
}
.cont h3 {
	font-size: 2em;
}
.up-text a {
}
.up-text p {
	font-size: 0.965em;
}
.cat ul li {
	font-size: 0.97em;
}
.cont ul li p {
	font-size: 0.965em;
}
.footer-bottom p {
	font-size: 0.938em;
}
.footer-bottom a {
	font-size: 1.063em;
}
.cont ul li a {
	font-size: 0.95em;
}
.aboutus-section h3 {
	font-size: 3em;
}
.header.head-top {
	min-height: 139px;
}
.logo.logo1 {
	margin-top: 9em;
}
.left-grid h4 {
	font-size: 1.5em;
}
.left-grid ul li {
	font-size: 0.97em;
}
.left-grid p {
	font-size: 0.965em;
}
.ab1 a {
}
.ab2 a {
}
.right-grid h4 {
	font-size: 1.2em;
}
.right-grid h5 {
	font-size: 1.2em;
}
.aboutus2 {
	margin-top: 1.5em;
}
.aboutus4 {
	margin-top: 0.5em;
}
.aboutus4 h4 {
	font-size: 1.5em;
}
.team-grid h5 {
	font-size: 1.2em;
}
.right-grid p {
	font-size: 0.965em;
}
.services-section h3 {
	font-size: 3em;
}
.services-grid h5 {
	font-size: 1.2em;
}
.services-grid p {
	font-size: 0.965em;
}
a.button1 {
	font-size: 1.1em;
	width: 43%;
}
.project-section h3 {
	font-size: 3em;
}
.error-404 h1 {
	font-size: 10em;
}
.error-404 p {
}
.contact-head h3 {
	font-size: 3em;
}
.contact-form-row div span, .contact-form-row2 span {
}
.search_form {
	float: left;
}

#footer{
    padding: 0 1rem 1rem 1rem;
}

#accessibility{
	padding-bottom:2rem; 
}

/*==== 內頁內容區 ====*/
.information {
	width: 1024px;
	padding: 1rem;
}

.information .news_list.list-group{
	margin: 0!important;
}

.infor_nav .mt_01{
	padding: 0;
}


/*==== 分頁用在活動影像(照片+YU影片) ====*/
ul.vide0_list li{
	width: 33.333%;
}
ul.vide0_list li iframe{
	width: 100%!important;
	height: 180px;
}

}
@media only screen and (max-width: 960px) {
.t1, .t2, .t3, .t4, .t5, .t6, .t7, .t8 {
	text-align: left
}
.hide-column .large {
	display: none;
}
.css-table {
	background-color: transparent;
}
.css-table .thead {
	display: none;
}
.css-table .tr {
	display: block;
	border: #ddd 1px solid;
	margin-bottom: 5px;
	background: #ffffff;
}
.css-table .th, .css-table .td {
	display: inline-block;
	width: 48%;
	border: none;
}
.blog_tomegen .blog_box {
	width: 90%;
}
}
@media only screen and (max-width:820px) {
#AU[accesskey]{
	display: none;
	margin: 0;
	padding: 0;
}


.top-menu .menu {
	display: none!important;
}
.footer_con {
	width: 100%!important;
}
.footer_people .counter_layout_div {
	flex-direction: column;
}
.list_p p {
	text-align: center!important;
	padding-left: 0px!important;
}
.mudule_1 .center_layout_content {
	width: 90%;
}
.information {
	width: 100%!important;
	margin: 0 auto!important;
	padding: 0px!important;
}
.info_tab_content {
	padding: 1em!important;
}
.about_list_box {
	margin-left: 0px!important;
}
.infor_nav .mt_01 {
	margin-bottom: 10px!important;
}
.box_list_h2 {
	margin-top: 0px!important;
}
ul.vide0_list {
	padding-left: 0px!important;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
ul.conact_list {
	padding: 10px 0;
}
.conact_list {
	padding-left: 0px;
}
.img-wrap {
	width: 98%;
	text-align: center;
	padding-left: 100px;
}
.box_img {
	width: 100%;
	text-align: center;
	/*padding-left: 98px;*/
}
.infor_contain .mc_01 {
	width: 100%!important;
}

.movie_list li {
	width: 100%!important;
	margin: 0%!important;
	float: none!important;
}
.movie_list li iframe {
	width: 100%!important;
}
.movie_list li p {
	text-align: center;
}
.mudule_10 {
	display: none!important;
}
.infor_nav, .infor_contain {
	width: 100%!important;
}
.header .gwrap {
	width: 100%!important;
}
.infor_title {
	width: 100%;
}
.mudule_10 .center_layout_content, .mudule_2 .center_layout_title, .mudule_2 .center_layout_content {
	width: 100%!important;
}
#slides .slides_container {
	width: 100%!important;
}
.search_form .conn img {
	display: none!important;
}
.search_form .conn {
	background: url(../images/line1.jpg) right top no-repeat;
	width: 342px;
	height: 95px;
	border-left: none;
}
.ad-gallery .ad-image-wrapper {
	text-align: center!important;
}
.ad-gallery .ad-image-wrapper .ad-image {
	position: inherit!important;
}
.ad-gallery .ad-image-wrapper .ad-image img {
	width: 520px!important;
}
.ad-gallery .ad-image-wrapper {
	height: auto!important;
}
.ad-nav {
	margin-left: 0px!important;
	margin-right: 0px!important;
	margin-bottom: 1em!important;
}
.banner ul li img {
	width: 768px!important;
}
#mainContent {
	width: 100%!important;
}
	.main_container #mainContent{
			background: #fff;
		padding: 1rem!important
	}	
	
#search_form_c {
	position: absolute;
	top: 120px;
	width: 34%!important;
	margin-left: 10px;
}
.search_form .search_key {
	float: left!important;
}
.search_form .search_key {
	width: 80%!important;
}
.search_form .search_btn {
	background: #000!important;
	border: none;
	color: #ffffff!important;
	padding: 0 10px;
	font-size: 0.875em;
	height: 40px;
	outline: none;
	width: 20%!important;
}
	.header-top{
		position: static;
	}	
.header .container {
	position:inherit;
}
.center_layout_content .mc_01 p img {
	width: 48%!important;
	height: auto!important;
}
/*聯絡我們表單樣式*/
.main-section {
	font-weight: normal;
	width: 98%;
	margin: 0 auto;
	padding-bottom: 20px;
}
.login-form {
	width: 740px!important;
}
.your-para label {
	font-weight: normal;
}
#54_address{
	width: 350px!important;
}
.form-group4 {
	text-align: left!important;
}
.input_text_100px {
	border: 1px #CCC solid!important;
	color: -moz-fieldtext;
	cursor: text;
	font: -moz-field;
	letter-spacing: normal;
	line-height: normal !important;
	padding: 1px 0;
	text-align: start;
	text-indent: 0;
	text-rendering: optimizelegibility;
	text-shadow: none;
	text-transform: none;
	word-spacing: normal;
}
.main-section p {
	margin: 0px!important;
	margin-bottom: 0.4em!important;
}
.form-group {
	margin-bottom: 0px!important;
	padding: 5px 0px;
	border: none;
	border-bottom: none;
}
.your-para {
	width: 24%;
	text-align: left;
	padding-left: 10px;
}
/*聯絡我們表單樣式結束*/	
	
	
.mudule_12 .mc_01 img {
}
#links {
	width: 740px!important;
	height: 187px;
	position: relative;
}
.links_container {
	width: 680px!important;
	height: 167px;
	overflow: hidden;
	position: relative;
	padding: 15px;
	padding-top: 20px;
}
#linkslide .next {
	left: 680px!important;
}
.links_control table {
	width: 660px!important;
}
.mudule_10 .img_list li {
	width: 48%!important;
}


.hide-column .mobile {
	display: none;
}
.scroll-left:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.scroll-left thead:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.scroll-left {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.scroll-left th, .scroll-left td {
	margin: 0;
	vertical-align: top;
}
.scroll-left th {
	text-align: left;
}
.scroll-left {
	display: block!important;
	position: relative;
	width: 100%;
}
.scroll-left thead {
	display: block;
	float: left;
}
.scroll-left tbody {
	display: block;
	width: auto;
	position: relative;
	overflow-x: auto;
	white-space: nowrap;
}
.scroll-left thead tr {
	display: block;
}
.scroll-left th {
	display: block;
	text-align: right;
}
.scroll-left tbody tr {
	display: inline-block;
	vertical-align: top;
	margin: 0px -2px;
}
.scroll-left td {
	display: block;
	min-height: 1.25em;
	text-align: left;
}
/* sort out borders */
.scroll-left th {
	border-bottom: 0;
	border-left: 0;
}
.scroll-left td {
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.scroll-left tbody tr { /*border-left: 1px solid #babcbf;*/
}
.scroll-left th:last-child, .scroll-left td:last-child {
	border-bottom: 1px solid #babcbf;
}
/* Force table to not be like tables anymore */
.break-table {
	background-color: transparent !important;
}
.break-table, .break-table thead, .break-table tbody, .break-table th, .break-table td, .break-table tr {
	display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
.break-table thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.break-table tr {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	background-color: #ffffff;
}
.break-table td {
	/* Behave  like a "row" */
	border: none !important;
	border-bottom: 1px solid #eee !important;
	position: relative;
	padding-left: 35% !important;
	white-space: normal;
	text-align: left;
}
.break-table td:before {
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 6px;
	left: 6px;
	width: 30%;
	padding-right: 10px;
	white-space: nowrap;
	text-align: left;
	font-weight: bold;
	color: #1a1a1a;
}
.break-table td:before {
	content: attr(data-title);
}
.css-table .th, .css-table .td {
	display: block;
}
.blog_tomegen .blog_box {
	width: 90%;
}
.self_form_table {
	clear: left;
	width: 94%;
	margin: 0 auto;
	background: #f2eeee;
	box-shadow: 0 0 5px #cccccc;
	padding: 2em;
}
.self_form_table th {
	width: 25%;
}
#product_page_detial_left {
	float: left;
	width: 100%;
}
#product_page_detial_right {
	float: left;
	width: 100%;
}
.infor_title {
}
	
.nav_title {
    right: 20px;
}	
	
#right_content_product_list .onMShow li h4 {
	float: left;
	width: 45%;
	margin: 2em 0px;
	text-align: right;
	font-size: 0.938em;
	font-weight: bold;
	color: #333333;
	height: 48px;
	overflow: hidden;
}
#right_content_product_list .onMShow li .price {
	float: left;
	width: 45%;
	margin: 1em 0px;
	text-align: right;
	color: #f44336;
	font-weight: bold;
}
#right_content_product_list .onMShow li .price .price2 {
	display: block;
	margin-top: 0.2em;
}
#right_content_product_list .onMShow li .iconArea {
	float: left;
	width: 45%;
	margin: 1em 0px;
	text-align: right;
}
#right_content_product_list .onMShow li {
	float: left;
	border: 1px #cccccc solid;
	margin: 1em 0;
	width: 100%;
	padding-right: 1em;
}
#right_content_product_list .onMShow li .iconArea a {
	background: #048bcd url(../images/shopping_cart.png) 10px center no-repeat;
	width: 70%;
	margin-left: 30%;
	padding: 0.6em 2em;
	display: block;
	color: #ffffff;
	padding-left: 10px;
	cursor: pointer;
}
.footer_qr_code {
	display: none;
}
#footer {
	min-height: inherit;
	/* padding: 1rem; */
	padding: 1rem 1rem 5rem 1rem;
}
#footer .footer_nav .footer_nav_ul li a {
	color: #ffffff;
	line-height: 50px;
	padding: 0px 15px;
}
.c_more_module_1 .center_layout_content {
	width: 100%;
}
.left_more_modules, .center_more_modules, .right_more_modules {
	float: none;
	width: 100%!important;
}
.more_mudule_member_module {
	width: 92%;
	margin: 0 auto;
}
.header-top {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
.pro1 ul li {
	display: block;
	float: none;
	width: 100%;
}
span.menu {
	display: block;
	cursor: pointer;
	margin: 10px;
	position: absolute;
	top: 0px;
}
.top-menu {
	width: 100%;
	margin: 0;
}
.top-menu ul {
	display: none;
}
.top-menu ul li {
	font-size: 0.938em;
	display: block;
}
.top-menu ul li {
	display: block;
	float: left;
	margin: 0em;
	border-bottom: none;
	border-right: none;
}
.top-menu ul li {
	padding: 30px 6px;
	font-size: 1.1em;
}
.top-menu ul {
	margin: 0;
	position: absolute;
	width: 100%;
	background: #000000;
	text-align: center;
}
.top-menu ul li {
}
.top-menu ul li a {
	display: block;
	font-size: 1.1em;
	margin: 0.05em 0.2em;
	color: #fff;
}
.top-menu label {
	display: none;
}
.header {
}
.site_banner {
}
	
/*PEGGY控制banner*/	
	#kkCarousel .carousel-inner>.item>.img{
		max-width: 100%;
		/* background-size: 100%!important; */
		height: 20vh!important;
		min-height:inherit!important;
}
.search {
	width: 30%;
}
.logo {
	position: inherit!important;
	text-align: center!important;
	top: 2px!important;
	left: inherit!important;
	margin-left: -45px;
}
.logo a {
	font-size: 2em;
}
.header-grid img {
	border: 6px solid #eee;
	width: 80%;
}
.header-grids {
	bottom: -25em;
}
.header-img1 {
	padding: 1em 0.5em;
}
.header-img2 {
	padding: 1em 0.5em;
}
.header-img3 {
	padding: 1em 0.5em;
}
.header-img4 {
	padding: 1em 0.5em;
}
.about-section h3 {
	font-size: 1.5em;
}
.about-grid p {
	font-size: 0.9em;
}
.service-section h3 {
	font-size: 1.5em;
}
.service-grids {
	margin-top: 2em;
}
.header-grid h4 {
	font-size: 0.95em;
}
.header-grid p {
	font-size: 0.9em;
}
.service-grid h4 {
	font-size: 0.95em;
}
.service-grid p {
	font-size: 0.9em;
}
.work-section h3 {
	font-size: 1.5em;
}
.latest-grids {
	margin-top: 2em;
}
.work .textbox {
	width: 150px;
	height: 127px;
}
.textbox img {
	padding-top: 2.2em;
}
.news-section h3 {
	font-size: 1.5em;
}
.news-grids {
	margin-top: 2em;
}
.news-grid h4 a {
	font-size: 0.749em;
}
.news-grid p.date a {
	font-size: 0.99em;
}
.news-grid p {
	font-size: 0.9em;
}
a.button {
	font-size: 0.95em;
	width: 55%;
}
.categories-section {
	padding: 3em 0;
}
.up h3 {
	font-size: 1.5em;
}
.up-text a {
	font-size: 0.95em;
}
.up-text p {
	font-size: 0.9em;
}
.cat h3 {
	font-size: 1.5em;
}
.cat ul li {
	font-size: 0.9em;
	padding: 2px 0 2px 18px;
	line-height: 1.8em;
}
.cont h3 {
	font-size: 1.5em;
}
.cont ul li p {
	font-size: 0.92em;
}

.logo.logo1 {
	margin-top: 6em;
}
.aboutus-section h3 {
	font-size: 2em;
}
.right-grid h5 {
}
.right-grid p {
	font-size: 0.9em;
}
.left-grid h4 {
	font-size: 1.15em;
}
.left-grid ul li {
	font-size: 0.9em;
	padding: 6px 14px;
}
.left-grid p {
	font-size: 0.9em;
}
.ab1 a {
	font-size: 0.92em;
}
.ab2 a {
	font-size: 0.92em;
}
.right-grid h5 {
	font-size: 0.97em;
}
.services-section h3 {
	font-size: 2em;
}
.services-grid h5 {
	font-size: 0.97em;
}
.services-grid p {
	font-size: 0.9em;
}
a.button1 {
	font-size: 0.95em;
	width: 55%;
}
.project-section h3 {
	font-size: 2em;
}
.contact-head h3 {
	font-size: 2em;
}
.contact-map iframe {
	min-height: 200px;
}
.site_top_info {
	position: absolute;
	width: 214px;
	left: 500px!important;
	top: 150px;
}
.jqueryslidemenu {
	background: none;
	width: 100%;
	position: absolute;
	top: 38px;
	left: 0px;
	display: none;
}
.top-menu {
	background: none;
	width: 100%;
}
.top-menu ul {
	width: 100%;
	background: #4e7ed0;
	padding: 0px;
	margin: 0px;
}
.top-menu ul li {
	padding: 0px!important;
	margin: 0px;
	background: none;
	display: inline!important;
	line-height: 32px;
	width: 100%;
	border-bottom: 1px #6ea0f5 solid;
}
.top-menu {
	height: auto;
	padding: 0px;
}
.jqueryslidemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute!important;
}
.jqueryslidemenu ul li {
	background: none!important;
	padding: 0px!important;
}
.top-menu ul li a {
	background: #4e7ed0;
	padding: 0px;
	margin: 0px;
}
#nav480 {
	position:absolute;
	height: 42px;
	left: 0px;
	top: 0px;
	z-index: 99999;
	width: 36px;
}
#nav480 ul {
	list-style: none;
}
#navBlock480 .rwdmenu {
	position: relative;
	height: 34px;
	padding-top: 8px;
	cursor: pointer;
}
#navBlock480 .rwdmenu span {
	display: block;
	width: 100%;
	height: 25px;
	background: url(../images/nav.png) right no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#navBlock480 div {
	width: 740px;
	top: 42px;
	left: 15px;
	display: none;
	background: #333;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5);
	position: fixed;
	z-index: 99999;
}
/**************** 次選單 start ****************/
#navBlock480 > div > ul {
	position: relative;
	padding: 15px 0 20px;
	overflow: hidden;
}
#navBlock480 > div > ul > li > a {
	float: left;
    width: 33%;
    padding: 5px 0 10px 0;
    color: #8dc63f;
    float: left;
    text-align: center;
    text-decoration: none;
}
#navBlock480 > div > ul > li > a img {
	border: none;
	margin-left: 10px;
}
#navBlock480 > div > ul > li ul {
	position: absolute;
	left: 460px;
	top: 0;
	width: 460px;
}
#navBlock480 > div > ul > li ul li.backNav {
	color: #8dc63f;
	font-size: 1.375em;
	background: url(../images/arrowNAV_480_2.png) no-repeat 10px 26px;
	padding: 20px 0 10px 30px;
	line-height: 1em;
	cursor: pointer;
}
#navBlock480 > div > ul > li ul li a {
	display: block;
	color: #dedede;
	text-decoration: none;
	padding: 10px 0 10px 30px;
	line-height: 1em;
}
#navBlock480 > div > ul > li ul li a img {
	margin-left: 10px;
	position: relative;
	top: 1px;
	border: none;
}
/**************** 次選單 end ****************/

.tb-list ul {
	width: 100%!important;
}
	
	
#accessibility {
/* display: none; */
	margin-right: 0;
	position: absolute;
	right: 0%;
	bottom: 5%;
	padding-bottom: 0;
	width: 100%;
}	
.actGotop {
    right: 25px;
    bottom: 10px;
    position: fixed;	
	
	}


/*======= 會員專區 ========*/


/*=== 會員註冊 ===*/
/*條款*/
.page_terms{
	padding:0 1rem;
}

/*同意按鈕*/
.information .p_btns div{
	float: none;
	width: 49%;
}	

/*註冊欄位*/

.mamber_login .form-row{
	margin: 0 5%;
}

.mamber_login .member_login_form {
    padding: 10px 0 0;
    margin: 1.5rem;
}

/*=== 內頁新修改20211203===*/

/*== 課程訊息 ==*/
.h3_css:nth-child(1){
	margin-top: 1.5rem;
}

/*子級選單*/
.sub_sort .img_list{}
.sub_sort .img_list a img{
	width: 100%;
}

/*== 活動影像 ==*/
	.nav-tabs{
	 padding: 0 1rem;
	}

.xp_box_li img{
	width: 100%;
	max-width: 100%;
	height: auto;

}


}
@media only screen and (max-width:667px) {
.banner ul li img {
	width: 667px!important;
}
#search_form_c {
	position: absolute;
	top: 120px;
	width: 28%!important;
	margin-left: 10px;
}
.search_form .search_key {
	float: left!important;
}
.search_form .search_key {
	width: 65%!important;
}
.search_form .search_btn {
	background: #000!important;
	border: none;
	color: #ffffff!important;
	padding: 0 10px;
	font-size: 0.875em;
	height: 40px;
	outline: none;
	width: 35%!important;
}
}
@media only screen and (max-width:568px) {
	
#kkCarousel .carousel-inner>.item>.img {
    height: 16vh!important;
}	
	
.marquee_up {
	height: 36px!important;
}
.marquee_up, .marquee_up table {
	line-height: 18px;
}
.web_paging {
	margin: 0px;
}
#iframe_img {
	height: 2600px !important;
}
#49_address {
	width: 98%!important;
}
#column_value_53 {
	width: 98%!important;
}
.vide0_list li iframe {
	width: 98%!important;
}
ul.vide0_list li img {
	width: 98%;
	height: inherit!important;
}
.xp_box_list .highslide-gallery img {
	width: none!important;
}
ul.conact_list li {
	width: 100%!important;
}
ul.img_bg li img,  ul.img_bg li,  ul.vide0_list li {
	float: none!important;
	width: 100%;
	padding-bottom: 0;
}
.img-wrap,  .box_img {
	padding-left: inherit!important;
}
.list_p,  ul.img_bg li p,  ul.vide0_list li p {
	text-align: center!important;
	width: inherit!important;
}
.more_mudule_11 {
	height: 300px;
	margin-bottom: 15px;
}
.mudule_12 {
	display: block!important;
	background: #fff;
	text-align: center;
}
.mudule_12 .center_layout_title {
	display: none!important;
}
.html5fb-list-item {
	width: 100%!important;
	float: none!important;
	margin: 0 auto!important;
}
.html5fb-descr {
	width: 100%!important;
}
.more_mudule_3 .more_module_center_layout_title .more_module_more {
	right: 10px!important;
}
.more_mudule_9 .mc_01 iframe {
	width: 98%!important;
	margin: 0 auto;
}
.more_mudule_9 .more_module_center_layout_title .h3 {
	width: 75%!important;
	overflow: hidden;
}
.more_mudule_8 .more_module_left_layout_title .h3 {
	width: 75%!important;
	overflow: hidden;
}
.footer_con {
	width: 98%!important;
}
.solidblockmenu ul li:first-child {
	display: none;
}
.more_mudule_3 .more_module_center_layout_title .mt_01 .h3 {
	text-align: center;
	padding-top: 10px;
}
.infor_title {
}
.mt_01 .infor_title {
	font-size: 1.6em;
}
.login-form {
	width: 98%!important;
}
.info_d_1 {
	width: 98%!important;
}
.info_d_2 {
	width: 98%!important;
}
.info_d_c {
	width: 98%!important;
}
.search_form {
	display: none;
}
.more_mudule_3 .more_module_center_layout_content .img_list {
}
.c_more_module_4 .center_layout_content {
	width: 100%!important;
}
.mudule_2 {
	/* background: #27a736 url(../images/m4_Bg.jpg) left 30px repeat-x!important;*/
	height: inherit!important;
}
.mudule_2 .img_list {
	text-align: center!important;
}
.mudule_2 .img_list li {
	float: none!important;
	margin-bottom: 15px!important;
}
.mudule_2 .center_layout_content .img_list li {
	padding: 0 31px;
}
.mudule_2 .center_layout_content .img_list li:nth-child(4) {
	padding: 0 31px;
}
.mudule_2 .center_layout_content .img_list li:nth-child(1) {
	padding: 0 31px;
}
.flash_module_div {
	height: 230px!important;
	overflow: hidden!important;
}
.banner {
}
.site_banner {
	width: 100%;
	text-align: center;
	padding-bottom: 0px;
}
.site_banner img {
}
.header {
	width: 100%!important;
	background: none!important;
}
.logo img {
	width: 65%!important;
}
.search_form {
	width: 100%;
}
#search_form_c {
	position: absolute;
	top: 180px!important;
	width: 100%!important;
	margin-left: 0!important;
}
.mycart {
	top: 40px!important;
}
.search_form .conn {
	display: none!important;
}

.center_layout_content .mc_01 p img {
	width: 100%!important;
	height: auto!important;
}
.search_form {
	float: right;
	margin-left: 1em;
	margin-top: 2em;
	width: 100%;
}
.search_form form {
	padding-right: 0px!important;
}
.search_form .search_key {
	width: 80%!important;
	padding-left: 2px;
	color: #CCC;
	height: 29px;
	border: 1px #ccc solid!important;
	outline: none;
	float: left!important;
}
.search_form .search_btn {
	width: 20%!important;
	background: #333!important;
	border: 2px #333 solid!important;
	color: #fff;
	font-size: 0.938em;
	height: 29px;
	outline: none;
}
.logo {
}

/*聯絡我們表單樣式*/
.main-section {
	font-weight: normal;
	width: 100%;
	margin: 0 auto;
}
#54_address {
	width: 250px!important;
}
#column_value_55 {
	width: 400px!important;
}
.your-para {
	width: 24%;
	float: left;
	text-align: right;
	padding-right: 10px;
}
/*聯絡我們表單樣式結束*/
	
.mudule_12 .center_layout_content .mc_01 p img {
	text-align: center;
	margin-bottom: 5px;
	width: auto!important;
}
#links {
	width: 620px!important;
	height: 187px;
	position: relative;
}
.links_container {
	width: 540px!important;
	height: 167px;
	overflow: hidden;
	position: relative;
	padding: 15px;
	padding-top: 20px;
}
#linkslide .next {
	left: 540px!important;
}
.links_control table {
	width: 520px!important;
}
.mudule_10 .img_list li {
	width: 48%!important;
}

.self_form_table th {
	width: 25%;
}
#product_page_detial_left {
	float: left;
	width: 100%;
}
#product_page_detial_right {
	float: left;
	width: 100%;
}
.infor_title {
}
#right_content_product_list .onMShow li h4 {
	float: left;
	width: 45%;
	margin: 1em 0px;
	text-align: right;
	font-size: 0.938em;
	font-weight: bold;
	color: #333333;
	height: 48px;
	overflow: hidden;
}
#right_content_product_list .onMShow li .price {
	float: left;
	width: 45%;
	margin: 1em 0px;
	text-align: right;
	color: #f44336;
	font-weight: bold;
}
#right_content_product_list .onMShow li .price .price2 {
	display: block;
	margin-top: 0.5em;
}
#right_content_product_list .onMShow li .iconArea {
	float: left;
	width: 45%;
	margin: 1em 0px;
	text-align: right;
}
#right_content_product_list .onMShow li {
	float: left;
	border: 1px #cccccc solid;
	margin: 1em 0;
	width: 100%;
	padding-right: 1em;
}
#right_content_product_list .onMShow li .iconArea a {
	background: #048bcd url(../images/shopping_cart.png) 10px center no-repeat;
	width: 70%;
	margin-left: 30%;
	padding: 0.6em 2em;
	display: block;
	color: #ffffff;
	padding-left: 10px;
	cursor: pointer;
}
.footer_qr_code {
	display: none;
}
#footer {
	min-height: inherit;
}
#footer .footer_nav .footer_nav_ul li a {
	color: #ffffff;
	line-height: 50px;
	padding: 0px 15px;
}
.c_more_module_1 .center_layout_content {
	width: 100%;
}
.left_more_modules, .center_more_modules, .right_more_modules {
	float: none;
	width: 100%!important;
}
.more_mudule_member_module {
	width: 92%;
	margin: 0 auto;
}
.header-top {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
.pro1 ul li {
	display: block;
	float: none;
	width: 100%;
}
span.menu {
	cursor: pointer;
	margin: 10px;
	text-align: right;
}
.top-menu {
	width: 622px;
	margin: 0;
	top: 10px;
	background: none;
	padding: 0%;
	height: 44px;
	box-shadow: none;
	position: absolute;
}
.top-menu ul {
	display: none;
}
.top-menu ul li {
	font-size: 0.938em;
	display: block;
}
.top-menu ul li {
	display: block;
	float: left;
	margin: 0em;
	border-bottom: none;
	border-right: none;
}
.top-menu ul li {
	padding: 30px 6px;
	font-size: 1.1em;
}
.top-menu ul {
	margin: 0;
	position: absolute;
	width: 100%;
	background: #000000;
	text-align: center;
}
.top-menu ul li {
}
.top-menu ul li a {
	display: block;
	font-size: 1.1em;
	margin: 0.05em 0.2em;
	color: #fff;
}
.top-menu ul {
	width: 100%;
	background: #000000;
}
.jqueryslidemenu ul {
	background: #000000!important;
	position: inherit!important;
	height: 200px;
}
.jqueryslidemenu ul li {
	display: inline;
	float: left;
	padding: 0;
	position: inherit!important;
	margin-right: 0;
}
.top-menu ul li a {
	color: #ffffff;
}
.top-menu ul li a:hover {
	color: #d7583c;
	background: none!important;
	border-bottom: none!important;
	display: block;
	padding: 0px 10px
}
.top-menu ul li ul {
	display: none!important;
}
.top-menu label {
	display: none;
}
.search {
	width: 30%;
}
.logo {
	margin: .8rem  0 .5rem 0;
}

.logo a{
	margin-left: -10px;
}
.index_container .logo a {
	margin-left: -50px;

}



.header-grid img {
	border: 6px solid #eee;
	width: 80%;
}
.header-grids {
	bottom: -25em;
}
.header-img1 {
	padding: 1em 0.5em;
}
.header-img2 {
	padding: 1em 0.5em;
}
.header-img3 {
	padding: 1em 0.5em;
}
.header-img4 {
	padding: 1em 0.5em;
}
.about-section h3 {
	font-size: 1.5em;
}
.about-grid p {
	font-size: 0.9em;
}
.service-section h3 {
	font-size: 1.5em;
}
.service-grids {
	margin-top: 2em;
}
.header-grid h4 {
	font-size: 0.95em;
}
.header-grid p {
	font-size: 0.9em;
}
.service-grid h4 {
	font-size: 0.95em;
}
.service-grid p {
	font-size: 0.9em;
}
.work-section h3 {
	font-size: 1.5em;
}
.latest-grids {
	margin-top: 2em;
}
.work .textbox {
	width: 150px;
	height: 127px;
}
.textbox img {
	padding-top: 2.2em;
}
.news-section h3 {
	font-size: 1.5em;
}
.news-grids {
	margin-top: 2em;
}
.news-grid h4 a {
	font-size: 0.749em;
}
.news-grid p.date a {
	font-size: 0.99em;
}
.news-grid p {
	font-size: 0.9em;
}
a.button {
	font-size: 0.95em;
	width: 55%;
}
.categories-section {
	padding: 3em 0;
}
.up h3 {
	font-size: 1.5em;
}
.up-text a {
	font-size: 0.95em;
}
.up-text p {
	font-size: 0.9em;
}
.cat h3 {
	font-size: 1.5em;
}
.cat ul li {
	font-size: 0.9em;
	padding: 2px 0 2px 18px;
	line-height: 1.8em;
}
.cont h3 {
	font-size: 1.5em;
}
.cont ul li p {
	font-size: 0.92em;
}

.logo.logo1 {
	margin-top: 6em;
}
.aboutus-section h3 {
	font-size: 2em;
}
.right-grid h5 {
}
.right-grid p {
	font-size: 0.9em;
}
.left-grid h4 {
	font-size: 1.15em;
}
.left-grid ul li {
	font-size: 0.9em;
	padding: 6px 14px;
}
.left-grid p {
	font-size: 0.9em;
}
.ab1 a {
	font-size: 0.92em;
}
.ab2 a {
	font-size: 0.92em;
}
.right-grid h5 {
	font-size: 0.97em;
}
.services-section h3 {
	font-size: 2em;
}
.services-grid h5 {
	font-size: 0.97em;
}
.services-grid p {
	font-size: 0.9em;
}
a.button1 {
	font-size: 0.95em;
	width: 55%;
}
.project-section h3 {
	font-size: 2em;
}
.contact-head h3 {
	font-size: 2em;
}
.contact-map iframe {
	min-height: 200px;
}
.site_top_info {
	position: absolute;
	width: 214px;
	left: 500px!important;
	top: 150px;
}
#nav480 {

}
#nav480 ul {
	list-style: none;
}
#navBlock480 .rwdmenu {
	position: relative;
	height: 34px;
	padding-top: 8px;
	cursor: pointer;
}
#navBlock480 .rwdmenu span {
	display: block;
	width: 100%;
	height: 25px;
	background: url(../images/nav.png) right no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#navBlock480 div {
	width: 92%;
	top: 65px;
	left: 15px;
	display: none;
	background: #333;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5);
	position: fixed;
	z-index: 9999;
}
/**************** 次選單 start ****************/
#navBlock480 > div > ul {
	position: relative;
	padding: 15px 0 20px;
}
#navBlock480 > div > ul > li > a {
	width: 50%;
	float: left;
	padding: 5px 0 10px 15px;
	color: #8dc63f;
	font-size: 1.125em;
	text-decoration: none;
}
#navBlock480 > div > ul > li > a img {
	border: none;
	margin-left: 10px;
}
#navBlock480 > div > ul > li ul {
	position: absolute;
	left: 460px;
	top: 0;
	width: 460px;
}
#navBlock480 > div > ul > li ul li.backNav {
	color: #8dc63f;
	font-size: 1.375em;
	background: url(../images/arrowNAV_480_2.png) no-repeat 10px 26px;
	padding: 20px 0 10px 30px;
	line-height: 1em;
	cursor: pointer;
}
#navBlock480 > div > ul > li ul li a {
	display: block;
	color: #dedede;
	text-decoration: none;
	padding: 10px 0 10px 30px;
	line-height: 1em;
}
#navBlock480 > div > ul > li ul li a img {
	margin-left: 10px;
	position: relative;
	top: 1px;
	border: none;
}
/**************** 次選單 end ****************/

.solidblockmenu ul li a img{
	width: 60%;
	float: right;
}
.solidblockmenu ul li span.member_out a{
	background-size: 60% auto;
}

/*子級選單*/
.sub_sort .img_list{
	    flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
}
.sub_sort .img_list a img{

}




}
@media only screen and (max-width:480px) {
.foot_br {
	display: none;
}
.foot_tel,  .foot_fax {
	display: block;
}
.highslide-gallery table {
	width: 100%!important;
}
.xp_box_list .highslide-gallery img {
	width: 98%;
	height: inherit;
}
ul.conact_list li {
	padding: 20px 30px;
	float: none;
}
.map_bg {
	text-align: center!important;
	padding-left: 0px!important;
}
ul.vide0_list {
	padding-left: 0px!important;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.conact_list {
	padding-left: 0px!important;
}
.box_img {
	width: 100%;
	text-align: center;
	padding-left: 35px;
}
.title_h3 {
	line-height: 40px;
	padding-top: 20px;
	color: #597834;
}
.img_size {
	width: 98%;
}

.nav_title {
	background-size: 24px 24px;
    padding-left: 30px;
    top: 0;
    right: 0;
}
.tb-btn a {
	margin-bottom: 10px!important;
}


.login-form ul li {
	width: 98%!important;
	padding-top: 15px;
	padding-bottom: 15px;
	height: inherit!important;
	border: 2px #ececec solid;
	float: left!important;
}
.login-form ul li:first-child {
	margin-top: 30px;
}
.login-form ul li ul li {
	border: none;
	padding-bottom: 5px;
	padding-top: 5px;
}

.banner ul li img {
	width: 414px!important;
}
#slides1 .slides_container {
	width: 414px!important;
}
.img_size {
	width: 98%!important;
	height: auto!important;
}
.ad-gallery .ad-image-wrapper .ad-image img {
	width: 98%!important;
}
.search_form {
	width: 100%;
}
#search_form_c {
	position: absolute;
	top: 120px;
	width: 100%!important;
	margin-left: 0px!important;
}
.mycart {
	top: 40px!important;
}
.search_form .conn {
	display: none!important;
}
.banner {
}
.site_banner {
}
.header {
	width: 100%!important;
	position: initial!important;
}

.center_layout_content .mc_01 p img {
	width: 98%!important;
	height: auto!important;
}
.search_form {
	float: right;
	margin-left: 1em;
	margin-top: 2em;
	width: 100%;
}
.search_form form {
	padding-right: 0px!important;
}
.search_form .search_key {
	color: #999;
	width: 80%!important;
	padding-left: 2px;
	color: #CCC;
	height: 29px;
	border: 1px #ccc solid!important;
	outline: none;
	float: left;
}
.search_form .search_btn {
	width: 20%!important;
	background: #333!important;
	border: 2px #333 solid!important;
	color: #fff;
	font-size: 0.938em;
	height: 29px;
	outline: none;
}


/*聯絡我們表單樣式*/
.main-section {
	font-weight: normal;
	width: 100%;
	margin: 0 auto;
}
.login-form {
	width: 100%!important;
	background: #fff!important;
	padding: 0!important;
}
.form-group:nth-child(2n-3) {
	background: #fff;
}
.your-para label {
	font-weight: normal;
}
#54_address {
	width: 80%!important;
}
#column_value_55 {
	width: 96%!important;
}
#54_province {
	margin-left: 5px!important;
}
.input_text_100px {
	width: 98%!important;
}
input {
	vertical-align: middle;
}
.login-form select {
	margin-bottom: 8px;
}
.myButton {
	width: auto;
	padding: 0 1em;
}
.login-form #button {
	float: none;
	width: 100%;
	padding: 10px;
}
.main-section p {
	margin: 0px!important;
}
.main-section .messagecss {
	width: 380px!important;
}
.form-group {
	margin-bottom: 0px!important;
	padding: 5px 0px;
	border: none;
	border-bottom: none;
	width: 100%;
}
.form-group .form-group {
	padding: 10px;
}
.form-code {
	padding: 10px 15px;
}
.form-code #code {
	width: 80%;
}
.your-para {
	width: 100%;
	float: none;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
}
.form-group2 .your-para {
	width: 20%;
	float: left;
}
.form-group1 textarea {
	background: none!important;
	border: 1px #CCC solid!important;
	width: 96%!important;
}
/*聯絡我們表單樣式結束*/	
	
.mudule_12 .mc_01 img {
}
#links {
	width: 460px!important;
	height: 187px;
	position: relative;
}
.links_container {
	width: 420px!important;
	height: 167px;
	overflow: hidden;
	position: relative;
	padding: 15px;
	padding-top: 20px;
}
#linkslide .next {
	left: 380px!important;
}
.links_control table {
	width: 380px!important;
}
.mudule_10 .img_list li {
	width: 100%!important;
}
.abgne_tab {
	clear: left;
	width: 96%;
	margin: 0 auto;
	background: #fbfbfb;
	padding: 0px;
	padding-top: 0em;
	padding-bottom: 5px;
	border: 1px #cccccc solid;
	-moz-border-radius: 8px;      /* Gecko browsers */
	-webkit-border-radius: 8px;   /* Webkit browsers */
	border-radius: 8px;            /* W3C syntax */
}

.infor_nav .mt_01{
	margin: inherit;
}

.memember_center,
.myorders_box {
	width: 100%;
float: none;
margin: 0 auto;	
}
.memember_center ul {
    width: 100%;
    list-style: none;
    margin-bottom: 2rem;
    text-align: center;
}
.memember_center ul li a {
    color: #333333;
    display: block;
    padding: 0.5rem 0px;
}

.memember_center ul li a.current {
    color: #439f6b;
    font-weight: 600;
}


  /*==== 聯絡我們頁面(還需要整理) ====*/

  /*聯絡我們表單樣式*/
  .main-section {
    font-size: 1.1em;
    font-weight: normal;
    width: 100%;
    margin: 0 auto;
  }

  .login-form {
    padding-top: 1.5rem;
}

  .form-group2 .your-para {
    width: 20%;
    float: left;
  }

.form-group label{
  width: 100%;
}

.form-group .bu{
    padding-bottom: 5px;
    border-bottom: 1px #d4d8d6 dashed;
    margin-bottom: 5px;
}

/*選擇框label樣式替代input*/
.form-group .bu .checkb{
    display: block;
    width: auto;
    padding-top: 2px;
}

/*選擇框文字題目*/
.form-group .bu .project {
    width: 88%;
    float: right;
    padding-right: 0;
}


  .memember_center {
    width: 98%;
    float: none;
    margin: 0 auto;
  }
  .myorders_box {
    width: 98%;
    float: none;
    margin: 0 auto;
  }
  .hide-column .small {
    display: none;
  }
  .self_form_table th {
    width: 25%;
  }

/*驗證碼*/
.form-code .your-para,
.infor_contain img {
    margin-top: 5px;
}
.form-code{
  padding-bottom: 5px;
}


/*送出安紐*/
.information .p_btns {
    padding: 1em 0;
}
.form-code input{
      min-width: 50%;

}

/*== 表單列表清單 (module_self_selfform_list.html)==*/
/*標題隱藏*/
.topic_form .theme{
  display: none;
}

/*內容*/

.topic_form .content {
border-bottom: 10px #a5b7d09c solid;
    background: #cccccc40;
    margin-bottom: 1.5rem;

}

.topic_form .content ul li{
  width: 100%;
  text-align:left;
  padding:0 0 1rem 0 ;
}


.topic_form .content ul li span{
  padding: 0 1rem;
}

.topic_form .content ul li:first-child{
  padding:0  0 1rem 0;
}

.topic_form .content ul li:first-child::after{
  margin-top: 1.5rem;
}

.topic_form .content ul li:first-child span{
  padding-left: 30px;
}

.topic_form .content ul li span.th {
    display: list-item;
    padding: 1rem ;
    margin-bottom: 1rem;
    background: #77a5ac;
    color: #fff; 
}

.topic_form .content ul li:last-child{
  text-align: center;
}
.topic_form .content ul li:last-child a{
  width: 90%;
  margin: 0 5%;
}



  /* ========== 會員登入頁面 (模組+選單)==========*/
  /*驗證碼區域(輸入框+語音)*/
  .user-wrapper .form-item.verification .vrow.coput {
    width: 64%;
  }
  .user-wrapper .form-item.verification label {
    float: none;
    width: 100%;
    padding-top: 0;
  }
  /* ========== END會員登入頁面 (模組+選單)==========*/
  

  /* ========== 會員專區 會員中心 ==========*/
  .order_tracking{
    padding: 2rem 0 1rem 0;
  }
  .myorders_box .mamber_login .form-row {
    margin: 0;
   }

   .myorders_box .mamber_login .form-row .label-item,
   .myorders_box .mamber_login .form-row .input-item{
    float: none;
    width: 100%;
   }

   .myorders_box .mamber_login .form-row .label-item{
        margin-bottom: 5px;
      }
.myorders_box .mamber_login .form-row .label-item.account {
    padding: 0;
    width: 18%!important;
}

/*確認密碼*/
.myorders_box .member_login_form .user-wrapper .form-item label.confirm{
      left: 0;
    top: 0;
    margin-left: 0;
    margin: 1.2rem 0 .5rem 0;
}

.t1, .t2, .t3, .t4, .t5, .t6, .t7, .t8 {
	text-align: left
}
.hide-column .small {
	display: none;
}
.blog_tomegen .blog_box {
	width: 80%;
}
.self_form_table {
	clear: left;
	width: 96%;
	margin: 0 auto;
	background: #f2eeee;
	box-shadow: 0 0 5px #cccccc;
	padding: 2em;
}
.self_form_table th {
	width: 25%;
}
.infor_title {
	margin: 0 auto;
	font-size: 1.1em;
}

.c_more_module_2 {
	background: url(../images/mudle2_bg.jpg) left top repeat;
	padding: 0.5em;
	float: left;
}
.c_more_module_2 .center_layout_content .mc_01 {
	padding: 0.1em;
}
#right_content_product_list .onMShow li h4 {
	float: left;
	width: 45%;
	margin: 0.2em 0px;
	text-align: right;
	font-size: 0.938em;
	font-weight: bold;
	color: #333333;
	height: 48px;
	overflow: hidden;
}
#right_content_product_list .onMShow li {
	float: left;
	border: 1px #cccccc solid;
	margin: 1em 0;
	width: 100%;
	padding-right: 1em;
}
#right_content_product_list .onMShow li .price {
	float: left;
	width: 45%;
	margin: 0.5em 0px;
	text-align: right;
	color: #f44336;
	font-weight: bold;
}
#right_content_product_list .onMShow li .price .price2 {
	display: block;
	margin-top: 0.2em;
}
#right_content_product_list .onMShow li .iconArea {
	float: left;
	width: 45%;
	margin: 0.2em 0px;
	text-align: right;
}
#right_content_product_list .onMShow li .iconArea a {
	background: #048bcd url(../images/shopping_cart.png) 10px center no-repeat;
	width: 80%;
	margin-left: 20%;
	padding: 0.6em 2em;
	display: block;
	color: #ffffff;
	padding-left: 10px;
	cursor: pointer;
}
.footer_qr_code {
	display: none;
}
#footer {
	min-height: inherit;
}
#footer .footer_nav .footer_nav_ul li a {
	color: #ffffff;
	line-height: 50px;
	padding: 0px 10px;
}
.c_more_module_1 .center_layout_content {
	width: 100%;
}
.left_more_modules, .center_more_modules, .right_more_modules {
	float: none;
	width: 100%!important;
	padding-right: 0px!important;
}
.more_mudule_member_module {
	width: 92%;
	margin: 0 auto;
}
.header-top {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
.search {
	width: 35%;
	margin: 1em 1em;
}
.search input[type="text"] {
	font-size: 0.95em;
}
.header-grids {
	bottom: -44em;
}
.header-grid {
	float: left;
	width: 50%;
	margin-top: 2em;
}
.header-grid img {
	border: 6px solid #eee;
	width: 50%;
}
.sub_sort .img_list {
	margin-bottom: 1rem;

}
.sub_sort .img_list li {

}
.about-section {
	padding: 2em 0 2em;
}
.about-img {
	float: none;
	width: 100%;
}
.about-grid {
	float: none;
	width: 100%;
	padding: 0;
}
.about-grids {
	margin-top: 2em;
}
.about-section h3 {
	font-size: 1.4em;
	text-align: center;
}
.service-section h3 {
	font-size: 1.4em;
	text-align: center;
}
.service-grid {
	float: none;
	width: 100%;
	padding: 0;
}
.work-section h3 {
	font-size: 1.4em;
	text-align: center
}
.latest-grid.work {
	float: left;
	width: 50%;
}
.work .textbox {
	width: 214px;
	height: 185px;
}
.textbox img {
	padding-top: 4.2em;
}
.news-grid {
	float: none;
	width: 100%;
	margin-top: 1em;
	padding: 0;
}
.news-grid img {
	margin: 0 auto;
}
.news-section h3 {
	font-size: 1.4em;
	text-align: center;
}
.news-grid h4 a {
	font-size: 0.85em;
}
.news-section {
	text-align: center;
}
a.button {
	font-size: 0.95em;
	width: 25%;
	margin: 0 auto;
}
.categories-section {
	padding: 1em 0;
}
.up h3 {
	font-size: 1.4em;
}
.up {
	float: none;
	width: 100%;
	margin-top: 1em;
	padding: 0;
}
.up-img {
	float: left;
	width: 20%;
	margin-right: 5%;
}
.up-text {
	float: left;
	width: 75%;
}
.cat h3 {
	font-size: 1.4em;
}
.cat {
	float: none;
	width: 100%;
	margin-top: 1em;
	padding: 0;
}
.cont h3 {
	font-size: 1.4em;
}
.cont {
	float: none;
	width: 100%;
	margin-top: 1em;
	padding: 0;
}
.footer-section {
	padding: 0;
}
.bottom-menu ul li a {
}
.bottom-menu ul li {
	margin: 1.2em 0.5em;
}
.footer-bottom p {
	font-size: 1.1em;
}
.footer-bottom a {
	font-size: 0.875em;
}
.logo.logo1 {
	margin-top: 4em;
}

.aboutus-section h3 {
	font-size: 1.7em;
}
.left-grid {
	float: none;
	width: 100%;
	padding: 0;
}
.left-grid h4 {
	font-size: 1.1em;
}
.ab1 a {
	font-size: 0.85em;
}
.right-grid {
	padding: 2em 0 0;
}
.aboutus4 {
	margin-top: 2em;
	text-align: center;
}
.team-grid {
	float: left;
	width: 33%;
	padding: 0 8px;
}
.aboutus4 h4 {
	font-size: 1.2em;
}
.right-grid p {
	font-size: 0.9em
}
.services-section h3 {
	font-size: 1.7em;
	margin-bottom: 0em;
}
.services-grid {
	float: none;
	width: 100%;
	padding: 0;
	margin-top: 1em;
}
.services-grid img {
	margin: 0 auto;
}
a.button1 {
	font-size: 0.95em;
	width: 25%;
}
.project-section h3 {
	font-size: 1.7em;
}
.main {
	padding: 8em 0px;
}
.error-404 h1 {
	font-size: 6em;
}
.error-404 p {
	font-size: 0.95em;
}
a.b-home {
	background: #7ab800;
	padding: 0.8em 1.5em;
}
.contact-head h3 {
	font-size: 1.7em;
}
.contact-form-row div span, .contact-form-row2 span {
	font-size: 0.85em;
	margin: 0 2px;
}
.contact {
	padding: 2em 0;
}
.contact-form-row div {
	width: 100%;
	float: none;
	margin-bottom: 2%;
}
.contact-form-row div span, .contact-form-row2 span {
	font-size: 0.9em;
	margin: 0 2px;
}
.contact-map iframe {
	min-height: 200px;
}
.contact-form-row {
}
.contact-form-row2 {
	margin-top: 0em;
}
.contact-form-row2 textarea {
	min-height: 180px;
}
.contact-form input[type="submit"] {
	padding: 0.7em 1.5em;
}
.site_top_info {
	position: absolute;
	width: 214px;
	left: 220px!important;
	top: 150px;
}


/*===== 會員專區 =====*/
.mamber_login .member_login_form{
	margin:0;
	padding: 0;
	border: none;

}

/*標題*/
.mamber_login .td1 .user-account {
    color: #fff;
    background: #d86874d6;
    padding: 0.5rem 1rem;
    width: 100%;
    display: block;
    border-radius: 2px; 
}

/*欄位*/
.mamber_login .form-row{
	margin: 0 2%;
}

/*驗證碼*/
.mamber_login .form-row.form-item.verification{
	margin-bottom: 0;
}
.user-wrapper .form-item.verification .vrow.coput{
	width: 54%;
	margin-right: 1%;
}
.user-wrapper .form-item.verification label,
.user-wrapper .form-item input.login_input_s{
	display: block;
	width: 100%;
	margin-left: 0;
}



.user-wrapper .form-item.verification .vrow.covim{
	width: 45%;
	justify-content: flex-end;
}

/**************** 次選單 start ****************/
#navBlock480 > div > ul {
	position: relative;
	padding: 15px 0 20px;
}
#navBlock480 > div > ul > li > a {
	float: left;
	padding: 5px 0 10px 0;
	color: #fff;
	font-size: 1.125em;
	text-decoration: none;
}
#navBlock480 > div > ul > li > a img {
	border: none;
	margin-left: 10px;
}
#navBlock480 > div > ul > li ul {
	position: absolute;
	left: 460px;
	top: 0;
	width: 460px;
}
#navBlock480 > div > ul > li ul li.backNav {
	color: #fff;
	font-size: 1.375em;
	background: url(../images/arrowNAV_480_2.png) no-repeat 10px 26px;
	padding: 20px 0 10px 30px;
	line-height: 1em;
	cursor: pointer;
}
#navBlock480 > div > ul > li ul li a {
	display: block;
	color: #dedede;
	text-decoration: none;
	padding: 10px 0 10px 30px;
	line-height: 1em;
}
#navBlock480 > div > ul > li ul li a img {
	margin-left: 10px;
	position: relative;
	top: 1px;
	border: none;
}
/**************** 次選單 end ****************/
.top-menu {
	width: 462px;
}

}
@media only screen and (max-width:420px) {
.top-menu {
 width: 414px;
}
#left_sidebar {

}
#content {

}
#right_sidebar {

}
 #mainContent {

}
.center_layout {
 margin-top: 0!important;
}
.mudule_9 {
    margin-top: -20px!important;
}	 	 
 
}

/****************bootcss Buttons ****************/
.btn-dark {
	color: #fff;
	background-color: #212529;
	border-color: #212529;
}
.btn-dark:hover {
	color: #fff;
	background-color: #1c1f23;
	border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
	color: #fff;
	background-color: #1c1f23;
	border-color: #1a1e21;
	box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1a1e21;
	border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
	color: #fff;
	background-color: #212529;
	border-color: #212529;
}

/****************輪播按鈕 ****************/
.carousel-controls {
	position: absolute;
    bottom: 0;
    right: 0%;
    z-index: 989;
    /* padding: 1%; */
    text-align: end;
    width: 100%;
    /* background-color: rgba(23, 24, 25, .5); */
}

.btn-toggle {
  width: 30px;
	height: 30px;
  line-height: 36px;
  text-align: center;
  background-color: rgba(23, 24, 25, 0);
  border-radius: 100%;
  border: 0px solid #fff;
      /* border: 2px solid #fff; */
  color: #ffffff;
  cursor: pointer;
    margin-left: 1%;
	margin-right: 2%;
	margin-bottom: 1%;
  transition: background-color 0.3s ease, border 0.3s ease;
}
.btn-stop:hover,.btn-start:hover {
  background: #C25700;
  border: 2px solid #000000;
}
.btn-stop:focus,.btn-start:focus {
  background: #C25700;
  border: 2px solid #000000;
}
@media only screen and (max-width:768px) {
	/* .carousel-controls {
		position: absolute;
		bottom: 0;
		right: 39%;
		z-index: 989;
		width: 50%;
		padding: 1%;
		text-align: right;
	} */
	.carousel-controls {
		bottom: 0;
		width: 100%;
		background-color: rgb(23 24 25 / 16%);
	}
}
@media only screen and (max-width:568px) {
	.carousel-control.right {
		right: 10% !important;
	}
}
.marquee-button-container-0 {
	position: relative;
}
.marquee-button-container {
	position: absolute;
	z-index: 1;
	top: -20%;
	left: 0;
	display: flex;
}
.marquee-button {
	margin-left: 3%;
    margin-right: 3%;
    border: 2px solid #e53935;
    color: #ffffff;
    background-color: rgba(23, 24, 25, 0);
    border-radius: 10px;
	padding: 5px 10px 5px 10px;
	transition: background-color 0.3s ease, border 0.3s ease;
}
.marquee-button i {
	font-size: 1.5rem;
}
.marquee-button:hover {
	background: #C25700;
	border: 2px solid #000000;
}
.marquee-button:focus {
	background: #C25700;
	border: 2px solid #000000;
}
@media only screen and (max-width:768px) {
	.mudule_1 {
		width: 100%;
		margin: 0 auto;
		background: #e53935;
		padding: 0.6rem 0 7% 0;
		overflow: hidden;
	}
	.marquee-button-container {
		position: absolute;
		z-index: 1;
		top: 120%;
		right: 45%;
		display: flex;
	}
}
@media only screen and (max-width:420px) {
	.mudule_1 {
		width: 100%;
		margin: 0 auto;
		background: #e53935;
		padding: 0.6rem 0 15% 0;
		overflow: hidden;
	}
	.marquee-button-container {
		position: absolute;
		z-index: 1;
		top: 120%;
		right: 45%;
		display: flex;
	}
}
/****************輪播按鈕最新消息版 ****************/
.news_carousel_control_container {
	display: flex;
	flex-direction: row;
	position: relative;
}
.news_carousel_control {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
    top: 3%;
    right: 0%;
	width: 100%;
}
.news_carousel_button {
	font-size: 0.8rem;
    border-radius: 20px;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0.2%;
    padding-bottom: 0.2%;
    background-color: #5D5D5D;
    color: #fff;
    border: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.news_carousel_button:hover,.news_carousel_button:focus {
    background-color: #C25700 !important;
    color: #fff !important;
}
.visually-hidden_2 {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.visually-hidden_3 {
  position: absolute !important;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

/****************輪播按鈕最新消息版end ****************/