﻿@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;600&display=swap');
html,body {
	font-family:'Quicksand', 'Noto Sans TC',"微軟正黑體", cursive;
    color: #232323;
    letter-spacing: 1px;		
}
.swiper_ph{
	display: none;
}
@media only screen and (max-width: 760px) {
.swiper_pc{
	display: none;
}	
.swiper_ph{
	display: block;
}
}
html,body{
	font-family: "微軟正黑體";
    letter-spacing: 1px;	
}
/*微軟雅黑*/
@font-face {
  font-family: 'WeiRuanYaHei';
  src: url('../css/font/WeiRuanYaHei-1.ttf');
}
a:link,
a:visited  {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration: none;}
/*box*/
.content_box{
	max-width:1200px;
	margin:auto;
    padding: 20px;
}
/*頁碼*/
.manu {
    clear: both;
    text-align: center;
    color: #999999;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    padding-top: 10px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.manu .disabled {
    padding: 6px 10px;
   /* border: #d3d3d3 1px solid;*/
    COLOR: #222222;
    margin: 0 2px;
	display: none;
}
.manu .current {
    color: #ffffff;
    padding: 6px 10px;
	border: #40ac7a 1px solid;
    background: #40ac7a;
    margin: 0 2px;
    border-radius: 50%;
}
.manu a {
    /*border: #d3d3d3 1px solid;*/
    margin: 0 2px;
    padding: 6px 10px;
    overflow: hidden;
    color: #222222;
    line-height: 3;
}
/*編輯器*/
.edit{
	font-size:16px;
	font-weight:400;
	line-height:2;

}
.edit iframe{
	max-width:100%;
}
.edit table{
	max-width:100%;
}
.edit img{
	max-width:100%;
	height:auto;}
.edit p{
	margin-bottom:0px;	
}
.edit ul{
	list-style-type: disc;
	padding-left: 1.5rem;
}
.edit table td{
	padding:5px;
	border: 1px solid rgba(0,0,0,.2);
}
/*尋鈕*/
.sear_od .od_input {
    margin: 20px;
}
.sear_od input {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 0.5em;
    margin-left: 10px;
    padding: 0;
    width: 200px;
    padding: 5px 5px;
    font-size: 14px;
    background: #d7d7d7;
    border-radius: 0px;
    z-index: 2;
	border-radius: 5px;
}
.order_btn {
    font-size: 13px;
    font-family: "微軟正黑體";
    border: 0px;
    background: #403f40;
    color: #ffffff;
    border-radius: 5px;
    padding: 8px 30px;
}
@media only screen and (max-width: 466px){
.order_btn {
    margin-top: 20px;
}
}
/*sloganer*/
.sloganer_box{
    padding: 25px 0px;
}
.sloganer {
    z-index: 52;
    top: 50%;
    color: black;
    width: 366px;
    height: 58px;
    left: 50%;
    margin-left: -183px;
    text-align: center;
	max-width: 90%;
}
.sloganer {
    top: 0;
    position: relative;
    left: auto;
    display: block;
    margin: 0 auto;
 
}
.sloganer span {
    font-size: 15px;
    font-family: Aparajita,sans-serif;
    /* opacity: .7; */
    color: #6a6a6a;
    position: absolute;
    display: block;
    width: 100%;
    overflow: hidden;
    top: -6px;
}
.sloganer.active span::before, .sloganer.active span::after {
    width: 100%;
}
.sloganer span::before {
    content: '';
    background-color: #6a6a6a;
    opacity: .2;
    width: 30%;
    height: 1px;
    top: 6px;
    position: absolute;
    right: 70%;
}
.sloganer span::after {
    content: '';
    background-color: #6a6a6a;
    opacity: .2;
    width: 30%;
    height: 1px;
    top: 6px;
    position: absolute;
    left: 70%;
}
.sloganer b {
    font-size: 21px;
    display: block;
    font-weight: 500;
    word-spacing: 13px;
    line-height: 58px;
    position: relative;
    font-family: 'cwTeXFangSong',Microsoft JhengHei, serif;
}
.sloganer h1 {
    font-size: 21px;
    display: block;
    font-weight: 500;
    word-spacing: 13px;
    line-height: 58px;
    position: relative;
    font-family: 'cwTeXFangSong',Microsoft JhengHei, serif;
}
.sloganer.active::after {
    left: 0%;
    width: 100%;
}
.sloganer:after {
    content: '';
}
.sloganer::after {
    content: '';
    background-color: #6a6a6a;
    opacity: .2;
    width: 100%;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: 0%;
}
@media only screen and (max-width: 760px) {
.sloganer {

}
	
}

.read_more_btn{
	position: relative;
	text-align: center;
    margin-top: 50px;
    padding: 10px;
    color: #666;
    padding-left: 0;
    text-decoration: none;
    font-size: 14px;
   /* border-bottom: 3px solid #e8e8e8;*/
    letter-spacing: 1px;
}
.read_more_btn span{
	opacity: 0;
 -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;	
}
.read_more_btn:hover span {
	opacity: 1;
}
.read_more_btn:before{
    content: "";
    opacity: 1;
    display: block;
    position: absolute;
    bottom: 0;
    width: 60%;
    height: 2px;
    border-radius: 2px;
    background-color: #797979;
     -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
.read_more_btn:hover:before {
	 width: 100%;
}
/*首頁關於*/
.index_about_img_box{
    width: 100%;
    text-align: center;
}
.index_about_img_box img{
	width:100%;
	max-width:400px;
}
.index_about_edit_box{
	margin-bottom:25px;
}
/*商品*/
.index_product_box{
    margin: 40px 0px;
}
.product_box{
	
	margin-bottom:20px;
}
.product_box .card{
	border: 1px solid #50b88a;
	-webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
.product_box .card-title{
    font-size: 20px;	
    font-weight: 900;
    color: #ec7719;
    text-align: center;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.product_box .card-text{
	font-weight:900;
}
.card_img{
	position: relative;
	padding-bottom: 80%;
}
.card_mrk{
	display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(240 240 240 / 65%);
    align-items: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
.card_mrk span{
	font-size: 3vw;
    color: #ffffff;
}
.card:hover .card_img .card_mrk{
	 opacity: 1;
}
.card:hover{
	 border: 1px solid rgba(0, 0, 0, 0.125);
}
.products_introduction{
	background: #f9f9f9;
    font-size: 13px;
    text-align: center;
    color: #50b88a;
    height: 30px;
    min-height: 45px;
    padding: 8px 16px;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.product_price{
	text-align: center;
}
.product_price .price{
	color: #D60000;
    font-size: 18px;
    padding-right: 5px;
}
.product_price .off{
	color: #CBCBCB;
    font-size: .9rem;
	text-decoration:line-through;
}

.page_banner.mask{
	position: relative;
}
.page_banner.mask:after{
	content: '';
    position: absolute;
    background-color: #535353c2;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    z-index: 1;
}
.page_banner.mask .page_banner_box{
    position: relative;
    z-index: 2;
}
.page_banner {
    text-align: center;
    padding: 110px 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}
.page_banner_box {
    display: inline-block!important;
    vertical-align: middle;
    padding: 20px;
    /*border: 4px solid #FFF;*/
}
.page_banner p {
    text-align: center;
    font-size: 30px;
    color: white;
}
.page_banner span{
	text-align: center;
	font-size: 18px;
	color: white;
}

.more_btn{
	color: white;
	display: block;
	margin: auto;
    width: 150px;
    padding: 10px 0;
    border: 1px solid #bdbdbd;
     -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
.more_btn:hover{
	color: white;
	background: #a2a2a2;
}
.cart_btn {
    color: #50b88a;
    display: block;
    text-align: center;
    margin: auto;
    width: 150px;
    padding: 10px 0;
    border: 1px solid #50b88a;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.cart_btn:hover{
    color: #ffffff;
    background: #81c19c;
}
.m-mod ul, li {
    list-style: none;
	padding-left: 0px;
}
.m-timeline {
    border-bottom: 1px solid #eaeaea;
    padding: 60px 0;
}
.m-timeline li {
    float: left;
    width: 25%;
}
.m-timeline li + li{
    border-left: 1px solid #eaeaea;
}
.m-timeline li p {
    text-align: center;
    font-size: 14px;
    color: #9e9e9e;
}
.m-timeline .num {
    font-size: 14px;
    color: #666;
}
.m-timeline .num .counter {
    font-size: 47px;
    font-family: Arial, Helvetica, sans-serif;
}
.m-timeline .title {
    margin-bottom: 10px;
}
@media only screen and (max-width: 760px) {
.m-timeline li {
    width: 50%;
}
}

/*橫幅*/
.top_banner {
	position: relative;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}
.top_banner img{
	width:100%;
}
.top_banner_box{
	position: absolute;
    bottom: 5%;
    left: 5%;
}
.top_banner_box .en{
	    font-size: 40px;
    color: white;
    font-weight: 900;
}
.top_banner_box .zh{
	    font-size: 40px;
    color: white;
    font-weight: 900;
}
.masthead_mask {
    width: 100%;
    background: #000000a6;
    position: absolute;
    top: 0;
    height: 100%;
}
.tx-banner-bottom {
    position: absolute;
    z-index: 30;
    bottom: 0px;
    left: 50%;
    margin-left: -38px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    background: url(../images/banner-down.png) center center no-repeat;
    cursor: pointer;
}
@media only screen and (max-width: 760px) {
.top_banner_box{
    top: 5%;
}	
.top_banner_box .en,
.top_banner_box .zh{	
    font-size: 24px;
	margin-bottom: 0px;
}	
}
/*路徑*/
.path{
    width: 100%;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 15px;
    color: #000000;
	text-align: right;
}
.path a {
    color: #000000;
}
.path span {
    margin: 0px 1em;
    color: #000000;
}
@media only screen and (max-width: 760px) {
.path{
	padding-right: 5%;	
}
}

/*購物車固定*/
.calendar_b01 {
    position: fixed;
    bottom: 100px;
    right: 40px;
    z-index: 9999;
	padding-top: 5px;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 40px;
    background: #797979;
    color: #ffffff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    font-size: 30px;
	border-radius: 50%;
}
.global-cart-count-fixed {
    position: absolute;
    background: #d60000;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    height: 23px;
    width: 23px;
    line-height: 22.5px;
    text-align: center;
    vertical-align: middle;
	display: inline-block;
    margin-left: 0px;
}
@media only screen and (max-width: 760px) {
.calendar_b01 {
	 right: 10px;
}	
	
}
/*TOP固定*/
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 40px;
    background: #797979;
    color: #ffffff;
    cursor: pointer;
    border: 0;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    font-size: 18px;
    padding-top: 6px;
}
.contact-imfo-box i {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    color: #d65106;
    font-size: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-right: 20px;
}
@media only screen and (max-width: 760px) {
#back-to-top{
	right: 10px;
}	
	
}
/*檢測報告*/
.report_list{
	position: relative;
	margin-bottom: 20px;
}
.report_img{
	position: relative;
    padding-bottom: 80%;
}
.report_title{
	
	font-weight: 900;
    color: #0c0808;
    text-align: center;
}
.report_title:before{
	content: "";
    opacity: 0;
    display: block;
    position: absolute;
    bottom: 0;
    width: 91%;
    height: 3px;
    border-radius: 2px;
    background-color: #797979;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
.report_list:hover .report_title:before{
	 opacity: 1;
}
.report_list:hover .report_img .card_mrk{
	 opacity: 1;
}
/*產品頁*/
.products_class {
    padding: 30px 0 10px;
}
.products_class ul{
display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.products_class ul li{
    width: 25%;
    margin-bottom: 10px;
}
.products_class ul li a{
	color:#000000;
}
.products_class ul li a:hover{
	border: 1px solid #3a3636;
    padding: 5px;
	
}
.products_class ul li a.class_y{
	border: 1px solid #3a3636;
    padding: 5px;
	background-color: #e7e5e6;
} 
@media only screen and (max-width: 760px) {
.products_class ul li{
	 width: 50%;
}
}
	
/*產品介紹內頁*/
.product_ii_name {
	display: block;
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 900;
}
.product_ii_data{
    
}
.product_ii_price {
    margin-top: 20px;
	margin-bottom: 20px;
}
.product_ii_price .price {
    color: #D60000;
    font-size: 18px;
    padding-right: 5px;
}
.product_ii_price .off {
    color: #CBCBCB;
    font-size: .9rem;
    text-decoration: line-through;
}
.qua_box01 {
    line-height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* font-size: 14px; */
}
.qua_box01 b {
    font-weight: normal;
}
.qua_box01a {
    border-radius: 3px 0 0 3px;
}
.qua_box01a, .qua_box01c {
    font-size: 10px;
    border: 1px solid #000000;
    width: 32px;
    cursor: pointer;
    text-align: center;
    background: #000000;
    color: #FFF;
    font-size: 15px;
}
.svg-inline--fa.fa-w-14 {
    width: .875em;
}
.fa-minus:before {
    content: "\f068";
}
.qua_box01b {
    border: 1px solid #8f7b5a;
    border-width: 1px 0;
    width: 5em;
    font-size: 16px;
}
.qua_box01b input {
    width: 100%;
    background: #ffffff;
    border-width: 0px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    padding: 0px;
}
input, select, textarea {
    font-family: 'Domine','Noto Sans TC',"微軟正黑體", sans-serif;
    outline: none;
}
.qua_box01c {
    border-radius: 0 3px 3px 0;
}
.cart_b02 {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cart_b02 a.cart_b02a {
    background: #D60000;
}
.cart_b02 a {
    display: block;
    width: calc(50% - 5px);
    text-align: center;
    color: #fff;
    border-radius: 3px;
    margin-top: 10px;
    line-height: 1;
    padding: 15px 10px;
    font-size: 14px;
}
.cart_b02 a.cart_b02b {
    background: #f44927;
}
.product_ii_content{
	width:100%;
	font-size: 16px;
}
.products_ii_content_title {
	background-color: #efefe4;
    /* border-left: 3px solid #e95306; */
    line-height: 3;
    padding-left: 20px;
    font-size: 20px;
    font-weight: 700;
}
.products_ii_edit_title {
    background-color: #efefe4;
  
    line-height: 3;
    padding-left: 20px;
    font-size: 20px;
    font-weight: 700;
}	

/*購物車*/
.cart_step01,
.cart_step01 li{
	list-style:none;
	padding:0;
	margin:0}
.cart_step01 {
	width:100%;
	list-style:none;
	display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
	font-size:16px;
	
	-webkit-align-items: flex-end;
	align-items: flex-end;
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    flex-wrap: wrap;
	margin-bottom:64px;}
.cart_step01 li{
    border-bottom: 1px dashed #ccc;
	color:#cccccc;
	list-style:none;
    font-weight: 500;
    text-align: center;
    width: 33.3333%;
    height: initial;
    line-height: normal;
    padding-bottom: 20px;}
.cart_step01 li span{
	display:block;
	text-align:center;
	width:100%;
	font-size:29px;
	line-height:54px;}
.cart_step01 li.cart_step01y{
	list-style:none;
	color:#111111;
	border-color:#DEA249;
	color:#DEA249;}
.cart_step01 li.cart_step01y span{
	color:#DEA249;}
.cart_sum{
	width:100%;
}

.cart_box01,
.cart_box02{
	position:relative;
	list-style:none;
	padding:0px;
	width:100%;
	display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
	margin:0px auto;
	-webkit-align-items: center;
	align-items: center;}
.cart_box01{
	font-size:16px;
	background:#524633;
	color:#fff;}
.cart_box02{
	font-size:16px;
	border-bottom:1px solid #d2d2d2;}
.cart_box01 li{
	margin:0px;
	list-style:none;
	padding: 10px 0;;
	text-align:center;}
.cart_box02 li{
	margin:0px;
	list-style:none;
	padding: 20px 0;;
	text-align:center;}
.cart_box01a,
.cart_box02a{
	width:50%;}
.cart_box01b,
.cart_box02b{
	width:130px;}
.cart_box01c,
.cart_box02c{
	-webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */
    flex: 1;}
.cart_box01d,
.cart_box02d{
	width:88px;}
.cart_box01e,
.cart_box02e{
	-webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */
    flex: 1;}
.cart_box01f,
.cart_box02f{
	-webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */
    flex: 1;}
.cart_box01g,
.cart_box02g{
	-webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */
    flex: 1;}
.cart_box02g span{
	color:#9E8764;
	cursor:pointer;
	font-size:2em;}
.cart_box03{
	width:100%;
	display:table}
.cart_box03a,
.cart_box03b{
	display:table-cell;
	vertical-align:middle;
	text-align:left;}
.cart_box03a{
	width:120px;}
.cart_box03a img{
	width:100%;
	height:auto}
.cart_box03b{
	padding-left:30px}
.cart_box03b a{
	color:#009e96}
.cart_box02c,
.cart_box02e{
	color: #e22b2b;}
.cart_box02 b{
	display:none;
	color:#222;
	font-weight:normal}
.tag_t01{
	display:block;
	margin-bottom:5px;}
.tag_t01 b,
.cart_box02 .tag_t01 b{
	display:inline-block;
	background:#BD8A4E;
	color:#fff;
	padding:7px 10px;
	font-size:13px;
	font-weight:normal;
	line-height:1;
	font-family:Arial, Helvetica, sans-serif;}


.cart_box04{
	width:100%;
	display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
	-webkit-align-items: flex-start; /* Safari 7.0+ */
    align-items: flex-start;}
.cart_box04a{
	-webkit-flex: 7; /* Safari 6.1+ */
    -ms-flex: 7; /* IE 10 */
    flex: 7;}
.cart_box04b{
	-webkit-flex: 3; /* Safari 6.1+ */
    -ms-flex: 3; /* IE 10 */
    flex: 3;}
.cart_box05,
.cart_box05 li{
	list-style:none;
	padding:0;
	margin:0}
.cart_box05{
	width:100%;
	font-size:16px;}
.cart_box05 li{
	display:block;
	margin-bottom:5px;}
.cart_box05 span{
	display:inline-block;
	vertical-align:middle;}
.cart_box05 select{
	width: 220px;
	padding: 0 8px 0 3px;
	height: 30px;
	border: 1px solid #c5c5c5;
	color: #656565;
	background: #fff;}

.cart_box05 input{
	display: inline-block;
	border: 0;
	border-bottom: 1px solid #c5c5c5;
	text-align: center;
	width: 175px;
	line-height: 1.7;}
.cart_box05 a{
	display:inline-block;
	vertical-align:bottom;
	padding:7px;
	text-align:center;
	width:100px;
	border:1px solid #d2d2d2;}
.cart_box05 a:hover{
	background:#333;
	color:#fff}
.cart_box06,
.cart_box06 li{
	list-style:none;
	padding:0;
	margin:0}
.cart_box06{
	width:100%;
	font-size:16px;
	line-height:1.7;
	text-align:right;}
.cart_box06 li{
	display:block}
.cart_box06 dd,
.cart_box06 dt{
	display:inline-block}
.cart_box06 dt{
	width:120px;}
.cart_box06a{
	font-weight:bold;
	color:#e22b2b;
	margin-top:20px;}
.cart_t01{
	margin-top: 30px;
    font-size: 16px;
    color: #A47836;
    font-weight:500;
    margin-bottom: 26px;
    text-align: right;}
.cart_box07 {
	width:100%;
	text-align:right;
	margin-top:100px;
	padding:40px 0px 0px 0px;
	border-top: 1px solid #c5c5c5;
	font-size:16px;}
.cart_box07 a{
	display:inline-block;
	vertical-align:middle;
	margin-left:0.625rem;
	line-height:1;
	padding:8px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;}
a.cart_box07a{
	color:#A47836;
	border:1px solid #A47836;}
a.cart_box07a:hover{
	background:#A47836;
	color:#fff}
a.cart_box07b{
	border:1px solid #A47836;
	background:#A47836;
	color:#fff}
a.cart_box07b:hover{
	background:#A47836;}

.cart_order01{
	-webkit-box-sizing:border-box;
	moz-box-sizing: border-box;
	box-sizing:border-box;
	border-collapse: initial;
	font-size: 15px;
	letter-spacing: .05em;
	line-height: 1.4;
	width:100%;
    padding: 64px 0 40px;
	margin: 0;
	border: 0;
	vertical-align: baseline;}
.cart_order01 h2{
	-webkit-box-sizing:border-box;
	moz-box-sizing: border-box;
	box-sizing:border-box;
	border-collapse: initial;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 17px;
	font-weight:bold;
	color:#A47836;
	margin-bottom: 26px;}
.cart_order01 h2 span{
	color:#13b5b1;
	display:block;
	width:100%;
	margin-top:5px;
	font-weight:normal}
.cart_order01 ul{
	list-style:none;
	-webkit-box-sizing:border-box;
	moz-box-sizing: border-box;
	box-sizing:border-box;
	border-collapse: initial;
	margin: 0;
	padding: 0;
	border: 0;
	width:100%;}
.cart_order01 li{
	width:100%;
	list-style:none;
	display:table;
	-webkit-box-sizing:border-box;
	moz-box-sizing: border-box;
	box-sizing:border-box;
	border-collapse: initial;
	margin: 20px 0 0 0;
	padding: 0;
	border: 0;
	line-height: 30px;}
.cart_order01 dd,
.cart_order01 dt{
	-webkit-box-sizing:border-box;
	moz-box-sizing: border-box;
	box-sizing:border-box;
	border-collapse: initial;
	margin: 0;
	padding: 0;
	border: 0;
	display:table-cell;}
.cart_order01 dd{
	width:100px}
.cart_order01 input[type="text"],
.cart_order01 input[type="password"]{
	width:215px;
	border: 1px solid #c5c5c5;
	padding: 4px 12px;
	background: #fff;
	color: #656565;
	vertical-align: top;
	height: 30px;
	max-width: 100%;}
.cart_order01 input.input500{
	width:500px}

#m_m4_f{ 
	width:100%; 
	overflow:hidden;
	font-size:15px; 
	margin-bottom:15px; 
	line-height:1.7;}

.cart_box09 {
	width:100%;
	padding: 40px 0px 0px 0px;
	border-top: 1px solid #c5c5c5;}
.cart_box09a{
	font-size: 17px;
	font-weight:500;
	color:#A47836;
	margin-bottom: 26px;}
.cart_info {
    padding: 20px;
    border-bottom: 1px solid #d2d2d2;
    text-align: center;
	font-size:16px;
    line-height: 1.5;}
.cart_addressee{
	margin-top:20px;
}
@media only screen and (max-width: 760px) {

.cart_box01 .cart_box01b,
.cart_box01 .cart_box01c,
.cart_box01 .cart_box01e,
.cart_box01 .cart_box01g{
	display:none;}
.cart_box01a, .cart_box02a {
    width: 100%;}
.cart_box03a{
	display:none}
.cart_box03 {
    display: block;}
.cart_box03b {
    display: block;
	padding-left: 0px;}
.cart_box02 {
    display: block;
	padding:15px 0}
.cart_box02 li {
    padding: 5px 0;	
	font-size: 14px;
    text-align: left;}
.cart_box02 b {
    display: inline;}
.cart_box01c, .cart_box02c {
    -webkit-flex: none;
    -ms-flex: initial;
    flex: none;
    width: 100%;}
.cart_box01b, .cart_box02b {
    width: 210px;}
.cart_box02 li.cart_box03b p{
    font-weight: bold;
    font-size: 16px;}
.cart_box02g span {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -18px;}
.cart_box04 {
    display: block;}
.cart_box04a {
    text-align: right;
    margin-bottom: 15px;}
.cart_order01 li {
    display: block;}
.cart_order01 dd, .cart_order01 dt {
    display: block;}
.cart_order01 input[type="text"], .cart_order01 input[type="password"] ,
.cart_order01 input.input500{
    width: 100%;}	
.qua_box01 {
	flex-wrap: wrap;
}
}
/*登入*/
.login {
    display: flex;
    justify-content: center;
    align-items: center;
}
.login .box1 {
    width: calc( 100% - 30px );
    max-width: 470px;
    margin: 20px 0;
    padding: 60px 30px 20px;
    border-radius: 5px;
    background-color: rgb(255 255 255);
    box-shadow: rgb(225 225 225) 0px 2px 9px 0px;
    position: relative;
}
.login .box1 .top {
    letter-spacing: 5px;
    background-color: rgba(139, 139, 139, 0.651);
    height: 50px;
    font-size: 16px;
    color: rgb(228, 228, 228);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    border-radius: 3px 3px 0 0;
}
.login .box1 > div {
    display: flex;
    margin: 20px 0;
    
    width: 100%;
}
.login .box1 .title {
    width: 75px;
    letter-spacing: 3px;
    font-size: 14px;
}
.login .box1 .content {
    display: flex;
    flex: 1;
}
.btn-group {
    display: flex;
    justify-content: center;
    margin: 10px 0 10px !important;
}
.btn-group .send-btn {
    width: 100px;
    background-color: rgb(0, 0, 0);
    color: #fff;
}
.btn-group a {
    user-select: none;
    transition: .5s all;
    display: block;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    padding: 5px 0;
    font-size: 14px;
    margin: 0 5px;
}
.btn-group .back-btn {
    width: 100px;
    background-color: rgb(165, 165, 165);
    color: #fff;
}
.btn-group .pink-btn {
    background-color: #bf0052;
    color: #fff;
    width: 100px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*member*/
.page_t01 {
    display: block;
    margin: 11px 0px 20px 0px;
    padding: 0px 0 9px;
    border-width: 0 0 1px;
}
.line02 {
    border-bottom: 1px solid #ddd;
}
.page_t01 h1 {
    font-size: 18px;
    font-weight: bold;
}
.member {
    display: flex;
    justify-content: center;
}
.btn-group {
    display: flex;
    justify-content: center;
    margin: 10px 0 10px !important;
}
.btn-group .send-btn {
    width: 100px;
    background-color: rgb(0, 0, 0);
    color: #fff;
}
.btn-group a {
    user-select: none;
    transition: .5s all;
    display: block;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    padding: 5px 0;
    font-size: 14px;
    margin: 0 5px;
}
.member .box1 {
    max-width: 600px;
    width: calc( 100% - 20px );
    margin: 0 0 10px;
    padding: 0 10px;
    border-radius: 5px;
    background-color: rgb(255 255 255);
}
.member .box1 .member_list {
    display: flex;
    margin: 20px 0;
    color: rgb(80, 80, 80);
    font-size: 14px;
    letter-spacing: 2px;
}
.member .box1 .title {
    width: 140px;
    color: #656565;
}
@media only screen and (max-width: 760px) {
.member .box1 .member_list{
	flex-wrap: wrap;
}
.member .box1 .member_list .title{
	width:100%;
}
.member .box1 .member_list .content{
	width:100%;
}
}


/*member2*/
.member.adjust input[type=text] {
    width: 100%;
    flex: none;
    border-radius: 3px;
    border: #c0c0c0 solid 1.5px;
}
.member.adjust .content {
    flex: 1;
    display: flex;
    align-items: center;
    color: #656565;
}
.member.adjust .sale {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.member.adjust .sale label {
    width: 100px;
    display: inline-block;
}
.radio-input {
    display: flex;
    align-items: center;
    margin-right: 10px;
    position: relative;
    z-index: 1;
    padding-left: 5px;
}
.member.adjust .sale input {
    flex: 1;
    width: auto;
}
/*會員中心訂單*/
.order {
	width: 100%;
	max-width: 990px;
	margin:auto;
}
.order .tag {
	text-align: center;
	border-bottom: #bcbcbc solid 1.5px;
    border-top: #bcbcbc solid 1.5px;
}
.order > div {
	display: flex;
	padding: 10px;
	align-items: center;
	flex-wrap: wrap;
}
.order .item {
	border-bottom: #dfdfdf dashed 1.5px;
}
.order > div > div:first-child {

	flex: 1;
}
.order > div > div:nth-child(2), .order > div > div:last-child {
	width: 200px;
	text-align: center;
}
.order .main {
	display: flex;
	align-items: center;
}
.order .main span {
	font-size: 16px;
	color: #bf0052;
	margin-left: 5px;
}

.btn-group {
	display: flex;
	justify-content: center;
	margin: 40px 0 10px !important;
}
.btn-group .red-btn {
	width: 100px;
	background-color: rgb(0, 0, 0);
	color: #fff;
}

@media only screen and (max-width: 699px) {
.order > div > div:first-child {
	width: 100%;
	flex: none;
}
.order > div > div:nth-child(2), .order > div > div:last-child {
	width: 50%;
	text-align: left;
}
.order > div {
	align-items: flex-start;
}
.order .tag {
	display: none;
}
.order > div > div:nth-child(2) span {
	display: inline-block;
}
}

/*頁尾*/
footer{
    letter-spacing: 0.1rem;
    background: #8CC81E;
    padding: 10px 0px;
}
.footer_box{
    max-width: 1200px;
    margin: auto;
    padding: 0px;	
}
.down_logo{
	display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #ffffff;
}
.down_logo .img{
	width: 130px;
	margin-bottom:15px
}
.down_logo .img img{
    width: 100%;
}
.down_logo .link{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.down_logo .link .title{
    font-size: 22px;
    color: #000000;
    margin-right: 15px
}
.down_logo .link a{
	font-size: 36px;
    padding: 10px;
    color: #ffffff
}
.down_contact_box{
    display: flex;
	margin: 10px 0px;
}
.down_contact_box .left_box{
	width:50%;
	padding-right:20px;
}

.down_contact_box .right_box{
	width:50%;
}
.down_contact_box .left_box .title{
    font-size: 18px;
    color: #ffffff;
}
.down_contact_box .left_box a.call{
    font-size: 28px;
    color: #ffffff;
    font-weight: 900;
}
.down_contact_box .right_box .down_list{
    line-height: 2;
}
.down_contact_box .right_box .down_list .title{
    color: #ffffff;
    font-weight: 900;
}
.down_contact_box .right_box .down_list .text{
    color: #fff;
}
.copyright_box{
    font-size: 12px;
    text-align: center;
    padding: 5px;
    background: #50b88a;
}
.copyright_box , .copyright_box a{
	color: #fff;
}
@media only screen and (max-width: 760px) {
footer{
	padding:10px;
}
.down_contact_box{
    display: flex;
    margin: 40px 0px;
    flex-wrap: wrap;
}
.down_contact_box .left_box, .down_contact_box .right_box{
	width:100%;
}
}
/*分類*/
.page_top_btn_box2 {
display: flex;
    justify-content: flex-end;
    align-items: center;
}
.page_select {
    font-size: 1.2em;
    color: #000000;
    border: 0px;
	padding: 5px 15px;
    border-bottom: 1px solid #000000;
}
/*news*/
.blog_box{
	display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: auto;
}
.blog_item{
	position: relative;
    display: flex;
	    text-align: center;
}
.blog_item .img{
	width:45%;
	padding: 18px;
}
.blog_item .img img{
	width:100%;
	height:auto;
}
.blog_item .text{
	width:55%;
	padding:18px;
    margin: 18px 18px 18px 0;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    word-break: break-word;
}
.blog_item .text .blog_time{
	width:100%;

	display: block;
	font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.2px;
    padding-bottom: 12px;
}
.blog_item .text .blog_title{
    width: 100%;
	font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 0 0 12px 0;
    text-transform: unset;
}
.blog_item .text .blog_content{
	width: 100%;
	display: -webkit-box;
	height: 85px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: pre-line;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.3;
    color: #9b9b9b;
    letter-spacing: 0.2px;
    word-break: break-word;
}
.blog_item .text .blog_more{
	width:100%
}
.blog_item .text .blog_more a{
	font-size: 13px;
	color: #3e3b3b;
    line-height: 1.3;
    letter-spacing: 0.2px;
    text-decoration: underline;
}
.lab_edit.edit{
	text-align:left;
}
@media only screen and (max-width: 760px){
.blog_item{
    flex-wrap: wrap;
}
.blog_item .img, .blog_item .text{
	width:100%;
}
.blog_item .text{
	padding-top:0px;
	margin-top: 0px;
}
}
/*news_ii*/
.news_ii_title_box2{
    position: relative;
    border-bottom: 1px solid #c9c9c9;
	margin-bottom: 10px;
}
.news_ii_title_box{
    position: relative;
    display: inline-flex;
	align-items: center;
    padding-bottom: 10px;	
}
.news_ii_title_box .news_class_btn{
	color: white;
    background: #3dae78;
    border-radius: 5px;
    padding: 5px 5px 5px 5px;
    letter-spacing: 3px;
}
.news_ii_title_box .news_ii_title{
    display: inline-block;
    font-size: 30px;
    margin-bottom: 0px;
    letter-spacing: 2px;	
	padding-left: 5px;
}
.news_ii_title_box:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 2px;
    background: black;
    left: 0px;
    bottom: -1px;
}
.news_ii_title_box:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 2px;
    background: #ff9b4f;
    left: 50%;
    bottom: -1px;
}
/*按鈕*/
.page_bottom_btn_box {
    display: flex;
    justify-content: center;
    margin: 40px 0px;
}
.page_bottom_btn_box a {
    margin: 10px;
}
.back_btn {
    padding: 5px 15px;
    background: #e86b1d;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
}
.back_btn:hover{
    color: #fff;
    background: #e55c05;
}
/*項目*/
.cag_box01 {
    text-align: center;
    margin: 0 0 40px;
}
.cag_box01 a {
    display: inline-block;
    background: #666;
    color: #FFF;
    line-height: 1;
    padding: 15px 40px;
    border-radius: 3px;
    margin: 0 5px 5px;
    font-size: 14px;
}
.cag_box01 a.active, .cag_box01 a:hover {
    background: #f0871d;
}
@media only screen and (max-width: 769px) {
.cag_box01 a {
    padding: 15px 20px;
}	
}
/*product*/
.product_banner{
	width: 100%;
    margin-top: 80px;
    margin-bottom: 20px;
}
.product_banner > img{
	width:100%;
}
.product_row{
    display: flex;
    flex-wrap: wrap;
}
.product_row .product_list{
    width: calc(100% / 4 - 40px);
    margin: 25px 20px;
    padding: 5px;
}
.product_list .img{
    position: relative;
    display: block;
    overflow: hidden;	
}
.product_list .img::before {
    content: "";
    display: block;
    padding-top: 90%;
}
.product_list .img img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.product_list .title{
    color: #333;
    font-size: 14px;
    text-align: center;
    margin-bottom: 4px;
}
.product_list .price{
	text-align:center;
}
.product_list .price > span{
    font-size: 16px;
    font-weight: 800;
    display: block;
    color: #333;	
}
.product_list .price > span:not(.price-sale){
    color: #c74060;	
}
.product_list .price > span:nth-child(2n){
    color: #ccc;
    text-decoration: line-through;
    font-size: 14px;	
}
@media only screen and (max-width: 960px){
.product_row .product_list{
    width: calc(100% / 3 - 40px);
}
}
@media only screen and (max-width: 760px){
.product_row .product_list{
    width: calc(100% / 2 - 40px);
}
}
/*首頁最新消息*/
.index_news_box{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 40px 15px;	
}
.index_news_box_title{
    font-size: 26px;
    margin-bottom: 40px;	
}
.index_news_box_title .en{
    color: #f06512;	
}
.index_news_box_title .ch{
    color: #000;
    font-weight: 300;	
}
.index_news_row{
    display: flex;
    flex-wrap: wrap;	
}
.index_news_list{
    width: calc(100% / 3 - 40px);
    border-radius: 25px;
    margin: 20px;
    color: #000;
    border: 1px solid #d1d1d1;
    background: #fff;
	overflow: hidden;
    transition: all .4s;
}
.index_news_list:hover{
	box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.50);
}
.index_news_list .img{
	width:100%;
}
.index_news_list .img img{
	width:100%;	
}
.index_news_list .text{
    padding: 20px 15px;
}
.index_news_list .text .title{
	font-size:18px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.index_news_list .text .txt{
	font-size:16px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media only screen and (max-width: 860px) {
.index_news_row{
    justify-content: center;	
}	
.index_news_list{
    width: calc(100% / 2 - 40px);	
}	
}
@media only screen and (max-width: 600px) {
.index_news_list{
    width: 100%;
}	
}
.ad_swiper{
	position:relative;
}
.ad_swiper_page_box{
	position:absolute;
	width:50px;
	top: calc(50% - 65px);
    z-index: 9;
}
.ad_swiper_page_box a{
	display: block;
	background-color: #50b88a94;
    padding: 10px;
    color: white;
    font-size: 26px;
}
.adswiper_left.swiper-button-disabled,
.adswiper_right.swiper-button-disabled{
	background-color: #d1d1d15e;
}
.modal_productSwiper5 img{
	width:100%;
}
/*產品資訊*/
.product_h1_box{
	width:100%;
}
.product_h1{
	font-size: 23px;
    font-weight: 500;
    text-transform: none;
    line-height: 1.5;
    padding: 0 10px;
    margin: 40px 0 20px;
    position: relative;
    border-left: 3px solid #82ccd2;
}
.product_col-12{
	width:100%;
}
.product_h2{
	font-size: 16px;
    line-height: 1.5;
}
.product_top_edit{
	font-size:14px;
	margin-bottom:15px;
}

.product_describe{
    text-align: center;
    margin-top: 70px;
    margin-bottom: 20px;
    padding: 0 70px;
    font-size: 20px;
    font-weight: 600;
}
.product_describe span{
	 position: relative;
}
.product_describe span:before{
    content: '';
    position: absolute;
    top: 50%;
    width: 40px;
	left: -60px;
    border-bottom: 1px solid #878787;
}
.product_describe span:after{
    content: '';
    position: absolute;
    top: 50%;
    width: 40px;
	right: -60px;
    border-bottom: 1px solid #878787;
}
.car_edit_ul{
	position: relative;
    width: 100%;
    list-style: none;
    padding: 0 0 12px 0px;
    margin: 10px 0px 20px 0px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #000;
}
.car_edit_ul > li{
    position: relative;
	padding:5px 15px;
	border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;	
    border-right: 1px solid #ddd;	
	border-top: 2px solid #818181;
	margin:10px;
}
.car_edit_ul > li:last-child{
	border-right: 1px solid #ddd;
}
.car_edit_ul > li a{
    font-size: 16px;
    color: #423885;
}
.car_edit_ul > li.active{
	border-top: 2px solid #423885;
}
.car_edit_ul > li.active:before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: 1px;
    height: 25px;
    background: #000;
}
.car_edit_ul > li.active:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: calc(50% - 2px);
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
}
.reserve_quantity_box{
    display: flex;
    align-items: center;	
}
.reserve_text_box{
    margin-left: 15px;
    font-size: 22px;
}
@media only screen and (max-width: 760px){
.car_edit_ul > li{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
}
.products_row_title{
    font-size: 22px;
    text-align: center;
    color: #1da539;
    margin-top: 40px;
}
.products_row.products_ii{
	margin-top: 40px;
    background: #f3f3f3;
    padding-top: 20px;
}
/**/
.modal_product_introduction{
    color: red;	
	padding: 5px;
    box-shadow: 3px 3px 10px 0px rgb(225 225 225);
}
.modal_product_price{
	margin:25px 0px;
	color: red;
}
.modal_product_specification{
	margin:10px 0px;
}
.modal_product_specification a{
    display: inline-block;
	border: 1px solid #00B09A;
    padding: 5px 8px;
	border-radius: 5px;
    margin-top: 10px;
	
}
.modal_product_specification a.active{
	border: 1px solid #ff0002;
    color: #ff0002;
}
.modal_price{
	color: red;
    font-weight: 900;
	font-size:20px;
}
.modal_original_price{
	color: #4a4a4a;
    font-weight: 300;
    text-decoration: line-through;
}

/*購物車數量*/
.btn_group_product{
	max-width: 300px;
	display: flex;
}
.products_calculate_btn{
	background: none;
    border-style: none;
    color: #50b88a;
    font-size: 30px;
}
.products_quantity{
	    border-style: none;
    text-align: center;
    font-size: 40px;
    width: 70%;
}
.modal_product_btn_row{
	width: 100%;
	display: inline-flex;
	margin: 20px 0px;
}
.modal_product_cart{
	font-size: 14px;
    padding: 5px 15px;
    background-color: #50b88a;
    color: white;
    border-radius: 15px;
	margin-right: 20px;
}
.modal_product_cart:hover{
	color: white;
    opacity: 0.7;
}
.modal_product_buy{
	font-size: 14px;
    padding: 5px 15px;
    background-color: #ff2f2f;
    color: white;
    border-radius: 15px;
}
.modal_product_buy:hover{
	color: white;
    opacity: 0.7;
}
#previewMultiple img{
	width:100%;
	padding:15px;
}
/**/
.index_img_link_row{
    display: flex;
    flex-wrap: wrap;
    padding: 40px 25px;
}
.index_img_link_list{
	position: relative;
    width: calc(100% / 3 - 20px);
    margin: 10px;
	padding: 35px;
    min-height: 100px;
    overflow: hidden;
    transition: all .4s;
}

.index_img_link_list:after {
    content: '';
    position: absolute;
    background-color: #171717c2;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    z-index: 1;	
}
.index_img_link_list .background_box{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-size: cover;
    background-position: center;
    transition: all .4s;	
}
.index_img_link_list:hover .background_box{
    transform: scale(1.2);
}
.index_img_link_list .text_box{
    position: relative;
    z-index: 2;
	color: #fff;
	text-align:center;
}
.index_img_link_list .title{
    font-size: 30px;
    margin-bottom: 15px;
}
.index_img_link_list .text{
    font-size: 16px;
    line-height: 2;	
	margin-bottom: 15px;
}
.index_img_link_list .btn_box{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;	
}
.index_img_link_list .btn_box a{
    padding: 10px 25px;
    border: 1px solid #ffffff;
    color: #fff;	
}
@media only screen and (max-width: 760px) {
.index_img_link_list{
	width:100%;
}	
}

/*聯絡我們*/
.contact_caption h3 {
    color: #2454AF;
    font-size: 18px;
    letter-spacing: 2px;
}
.contact_box01 {
	display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	width:100%; 
	padding:0px;
	margin-top:0px;
	color: #161616; 
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	word-wrap: break-word;
	font-size: 0.9375rem;
	letter-spacing: 0.1em;
	line-height: 1.8;}
.contact_box02{color:#838383}
.contact_box01 .contact_box01a{
	display:block; 
	width:calc(100% / 3 - 15px); 
	padding:0px;
	position: relative;
	min-height: 1px;}
.contact_box01 .contact_box01c{
	display:block; 
	width:calc(100% - (100% / 3) - 15px); 
	padding:0px;
	position: relative;
	min-height: 1px;}
.contact_box01 .contact_box01b{
	display:block; 
	width:100%; 
	padding:0px;
	position: relative;
	min-height: 1px;}
.contact_box01a .contact_box02,.contact_box01b .contact_box02,.contact_box01c .contact_box02{
	display: flex;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 5px;
    align-items: center;
}
.contact_box02 input[type="text"]{ 
	-webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	display: block;
	width: 100%;
	height: 25px;
	padding: 8px 12px 8px 0px;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #333333;
	background:none; 
	border:0px;
	border-bottom: 1px solid #000; 
	-webkit-appearance: textfield;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;}

.contact_box02 textarea {
    text-rendering: auto;
    display: block;
    width: 100%;
    padding: 3px 12px 3px 0px;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #333;
    background: none;
    border: 1px solid #000;
    -webkit-appearance: textarea;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    flex-direction: column;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.contact_box02 label{
    white-space: nowrap;
	color: #000;
	padding-right:5px;
	font-weight: normal;
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44)}
.contact_box02 b{
	color: #50b88a;
	font-weight: normal; 
	display:block; 
	margin-bottom:5px;}
.contact_box02 label small,.contact_box02 b small{
	color: #f00 !important;}
.contact_box02 input[type="text"]:focus,.contact_box02 textarea:focus{
    border-bottom: 2px solid #50b88a;}
.contact_box02 input[type="text"]:focus+label,.contact_box02 textarea:focus+label{
	top:-15px; 
	font-size:0.875rem; 
	color:#A47836}
.contact_box{
	width: 100%;
    max-width: 1440px;
	margin: auto auto 20px auto;
	padding: 15px;
}
.me_btn01 {
    width: 100%;
    margin-top: 0%;
	text-align: center;
}
.me_btn01 a {
    display: inline-block;
    padding: 10px 50px;
    margin: 5px;
    font-size: 14px;
	background: #606F75;
    color: #ffffff;
    cursor: pointer;
    letter-spacing: 1px;
    border-radius: 5px;
}
.contact_check_theme{

}
.contact_check_theme small{
	color:red;	
}
.contact_check_theme .form-check-label{
	top: 15px;
    font-size: 0.875rem;
    color: rgb(131, 131, 131);
}
@media only screen and (max-width: 760px){
.contact_check_theme{
	margin-bottom:20px;
}
.contact_check_theme .form-check-label{
}
}
@media only screen and (max-width: 599px){
.me_btn01 {
	text-align: left;
}
.me_btn01 a{
	padding: 10px 30px;
}
.contact_box01 .contact_box01a {
    width: 100%;
}
}
.form_Remark{
    text-align: right;
    letter-spacing: 2px;
    font-size: 12px;
    color: #50b88a;
}
.contact_form{
	position: relative;
}
.contact_dowm_btn{
	position: absolute;
    right: 15px;
    bottom: 45px;
}
.contact_dowm_btn a{
	padding: 2px 15px;
    background: #50b88a;
    color: #d5d5d5;
}