@charset "utf-8";

/** bootstrap **/
@import url(bootstrap.css);

/** 文字icon **/
@import url(font-awesome.min.css);

/** 手機選單 **/
@import url(slicknav.css) screen and (max-width:575px);

/** edm **/
@import url(edm.css);

*{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
html{width:100%; height:auto;}
body{background:#ffffff; margin:0; padding:0; width:100%; height:auto; font-size:medium;line-height: 1.6;font-family:"arial" ,"Microsoft JhengHei";word-break: break-word;}
a,a:hover{text-decoration:none;transition: all 0.5s ease 0s;cursor: pointer;}
img{border:0; vertical-align:middle; max-width:100%;}
input{vertical-align:middle;border-radius: 0; }
input:focus, select:focus, textarea:focus, button:focus{outline:0;}
/** 取消ios按鈕樣式 **/
input[type="button"], input[type="submit"], input[type="reset"], button[type="button"], button[type="submit"], button[type="reset"], a[type="button"], a[type="submit"], a[type="reset"], textarea{border-radius: 0; -webkit-appearance: none;-moz-appearance: none;appearance: none;}
.slicknav_menu{display:none;}
table{border-collapse:inherit;}

/** 表單預設文字顏色設定 **/
::-webkit-input-placeholder{color:#999999;}
::-moz-placeholder{color:#999999;}
:-ms-input-placeholder{color:#999999;}
input:-moz-placeholder{color:#999999;}
#field2::-webkit-input-placeholder{color:#999999;}
#field3::-webkit-input-placeholder{color:#999999; background:lightgreen; text-transform:uppercase;}
#field4::-webkit-input-placeholder{font-style:italic; text-decoration:overline; letter-spacing:3px; color:#999999;}
#field2::-moz-placeholder{color:#999999;}
#field3::-moz-placeholder{color:#999999; background:lightgreen; text-transform:uppercase;}
#field4::-moz-placeholder{font-style:italic; text-decoration:overline; letter-spacing:3px; color:#999999;}
.writing-mode-vertical{writing-mode:tb-lr; -ms-writing-mode:tb-lr; -webkit-writing-mode:vertical-lr; -moz-writing-mode:vertical-lr; -ms-writing-mode:vertical-lr; writing-mode:vertical-lr;}

/** 手機選單、選單 色塊-變色 **/
.b-color, .slicknav_menu{}
.slicknav_icon-bar{background-color:#a7d397;}
.b-color>li:hover, .b-color>li>ul>li>a:hover, .slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover{background: #a7d397;}
.border-color{border-left:7px #A0A0A0 solid;}
.slicknav_nav .slicknav_arrow{font-family:Arial;}

/** 上版 **/
header{padding: 15px; background:#ffffff url("../images/top_bg.png")no-repeat center top;}
.head-main{ max-width:1000px; margin:0 auto; padding:0; position:relative;}
.head-main .logo{width: 414px; height:auto;}
.head-main .logo a{display: block;}
.head-main .logo img{width:100%; height:auto;}
.home{display:none;}
@media screen and (max-width:767px){
	.head-main .logo{width:300px;margin: 0 auto;}
}
@media screen and (max-width:575px){
    header{padding:0; background:none;}
	.head-main .logo{width:176px;position: fixed;top: 5px ;left: 10px;z-index: 10000;}
}

/** 主選單與下拉 **/
nav{box-shadow: 0 25px 50px #f0f0f0;background:#a7d397;}
.menu{max-width:1000px; padding:0; list-style:none; position:relative; margin:0 auto; display:flex;}
.menu>li{width: calc(100%/6);font-size: 18px;text-align:center;border-left:1px #d6eace solid;text-shadow:1px 1px 0px #666666;}
.menu>li:last-of-type{ border-right:1px #d6eace solid; text-shadow:1px 1px 0px #666666;}
.menu>li>a{color:#fff; display:block; padding: 7.5px 10px;}
.menu>li>a:hover{color:#ff8401; background:#f4f4f4;}
.menu>li.sub>ul.sub-menu{background:rgba(0,0,0,0.5); display:none; position:static; z-index:999; margin:0; padding:0; border-radius:0 0 5px 5px; overflow:hidden;}
.menu>li.sub:hover ul.sub-menu{position:absolute; display:block; width:100%; left:0; top:47px;}
.menu>li.sub>ul.sub-menu>li{display:block; border-top:1px #fff dotted;}
.menu>li.sub>ul.sub-menu>li>a{display:block; color:#fff; padding:5px 10px; margin:0;}
.menu>li.sub>ul.sub-menu>li>a:hover{background:#000000;}
@media screen and (max-width:575px){
	#menu{display:none;}
	.slicknav_menu{display:block;background: #ffffff;position: fixed;top: 0;left: 0;width: 100%;z-index: 10000;box-shadow: 0 0 15px 0 rgba(0,0,0,.2);}
}

/** edm輪播 **/
.edm-main{background:#ffffff; max-width:1000px; margin:0 auto 31px auto; position:relative;border: 5px #a7d397 solid;border-top: 0; border-radius:0 0 10px 10px;}
.edm-main:after{content: "";display: block;width: 100%;height: 26px;position: absolute;bottom: -31px;left: 0;background: url("../images/edm-bottom.png")no-repeat top center;background-size: contain;}
.edm-main img{vertical-align:middle; width:calc(100% - 10px); height:auto; position:absolute;}
.edm{position: relative; margin: 0 auto; top: 0px; left: 0px; width: 990px; height: 342px; overflow: hidden; visibility: hidden;}
.edm-loading-main{position: absolute; top: 0px; left: 0px;}
.edm-loading{filter: alpha(opacity=70); opacity: 0.7; position: absolute; display: block; top: 0px; left: 0px; width: 100%; height: 100%;}
.edm-loading-photo{position:absolute;display:block;background:url(../images/loading.gif) no-repeat center center;top:0px;left:0px;width:100%;height:100%;}
.edm-photo{cursor: default; position: relative; top: 0px; left: 0px; width: 990px; height: 342px; overflow: hidden;border-radius: 0 0 6px 6px;}
.edm-navigator{width:16px;height:16px;}
@media screen and (max-width:575px){
	.edm-main{border-top: 5px #a7d397 solid;border-radius:10px;margin: 77px auto 31px auto;}
    .edm-photo{border-radius:10px;}
}

/** 配置 **/
.warpper{}
.main{}

/** 首頁資訊 **/
.i-info-main{padding: 0 15px;background: url("../images/block_bg.png") repeat-x center top;}
.i-info{max-width: 1000px;margin: 0 auto;display: flex;flex-wrap: wrap;}
.i-content{flex: 1;margin: 0 12px;}
.i-content h2.i-title{font-size: 16px; color: #504f44;padding: 0 10px;margin:10px 0;line-height: 1.4;position: relative;font-weight: bold;}
.i-content h2.i-title span{padding: 0 0 0 8px;color: #3b9ebb;font-weight:normal;}
.i-content h2.i-title .more{font-size: 14px; color: #504f44;font-family: "Times New Roman", "serif";position: absolute;bottom: 2px;right: 0;font-weight:normal;}
.i-content h2.i-title .more a{display: block;color: #504f44;}
.i-content h2.i-title .more a:hover{color: #6d8762;}
.i-content .i-photo{border: 1px #cecece solid;border-bottom: 6px #a7d397 solid;border-radius: 10px 10px 0 0;overflow: hidden;}
.i-content>ul{list-style: none;padding: 0;margin:12px 0 18px 0;}
.i-content>ul>li{display: block;width: 100%;padding: 0;margin:5px 0;font-size: 13px; font-family: "新細明體";}
.i-content>ul>li a{display:flex; color:#383b38;}
.i-content>ul>li a:hover{color:#ff8401;}
.i-content>ul>li .i-content-day{display:block; color:#197239;width:65px;min-width: 65px; margin: 0 10px 0 0; }
.i-content>ul>li .i-content-title{color:#383b38;flex: 1;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.i-content>ul>li:hover .i-content-title{color:#ff8401;}
@media screen and (max-width:1100px){
    .i-content>ul>li .i-content-day{width:80px; min-width: 80px; margin: 0 8px 0 0; }
}
@media screen and (max-width:767px){
	.i-info{display: block;}
    .i-content{flex:initial;width: 100%;margin: 15px 0 30px 0;}
    .i-content h2.i-title{padding: 0 ;}
}

/** 內頁架構 **/
.content-body{max-width:1000px; margin:0 auto;padding:30px 0;}
.page-title{font-size:18px; color:#333; border-top:solid 2px #a7d397; border-bottom:solid 1px #a7d397; margin:0 0 10px 0; padding:13px 0;}
.page-title02{font-size:15px; border-bottom:1px #CCC dotted; color:#333; margin:15px 0 10px 0; padding:5px 0;font-weight: bold;}
.page-main{padding:5px 20px;font-size: 15px;color:#333;}
.font001{font-weight:normal;font-size: 15px; color:#3b9ebb; padding:0 0 0 5px; margin:12px 0; background:url(../images/icon-h1.png) no-repeat left 3px; padding-left:25px;}
.font002{font-weight:normal;font-size:13px; color:#ff8401; background:url(../images/icon-h2.png) no-repeat left 7px; padding:0 0 0 15px; margin:0 0 0 15px;}
.font003{/* font-size:15px; */color:#3b9ebb;}
.page-main ul, .page-main ol{margin: 15px 0 15px 15px;}
.page-main ul li, .page-main ol li{padding: 2px 0;}
@media screen and (max-width:767px){
    .page-main{padding:5px 0;}
}
@media screen and (max-width:575px){
	.content-body{padding:77px 0 30px 0;}
}

/** 左邊分類 **/
.left-menu-title{font-size: 18px;padding: 5px 0;color: #0f6c30;margin: 5px 0 15px 0;text-align: center;border-bottom: solid 1px #a7d397;font-family: "Microsoft JhengHei";}
.in-left-menu{border: solid 5px #a7d397;border-radius: 10px;position: relative;overflow: hidden;}
.in-left-menu:after{content: "";display: block;background:url("../images/sb-shadow.png")no-repeat top center;width: 100%;height: 19px;position: absolute;bottom: -24px;left: 0;background-size:100%;}
.in-left-menu>ul{ list-style: none;margin: 0;padding: 0 15px 15px 15px;border-bottom: solid 1px #a7d397;}
.in-left-menu>ul>li{margin: 13px 0 13px 0; padding:0;position: relative;}
.in-left-menu>ul>li:after{content: "";display: block;width: 100%;height: 13px;background: url("../images/sb-li-bg.png")no-repeat top center;background-size: 100%;position: absolute;bottom: -13px;left: 0;}
.in-left-menu>ul>li>a{font-size: 15px;color: #333;display: block;padding: 5px 5px 5px 25px;}
.in-left-menu>ul>li>a:hover{background: #7fbc69;color: #fff;border-radius: 3px;}
.in-left-menu>ul>li>.current{background: #7fbc69;color: #fff;border-radius: 3px;}
.in-left-menu>ul>li ul{margin:5px 0 0 30px; padding:0; list-style:square;}
.in-left-menu>ul>li ul li{border-top:1px #CCC dotted; padding:5px 5px 5px 0;}
.in-left-menu>ul>li ul li a{font-size:13px; color:#666; display:block;}
.in-left-menu>ul>li ul li a:hover{color:#71743D;}
.left-beautify{border: solid 5px #a7d397;border-radius: 10px;position: relative;overflow: hidden;}
.left-beautify:after{content: "";display: block;background:url("../images/sb-shadow.png")no-repeat top center;width: 100%;height: 19px;position: absolute;bottom: -24px;left: 0;background-size:100%;}
.left-beautify img{width:100%; height:auto;}
.m_classLink{display:none;}
.left-photo{}
@media screen and (max-width:767px){
	.classBox{padding:0;margin: 0 0 20px 0;}
	ul.classLink{display:none;}
	.m_classLink{display:block; position:relative; background-color:#ffffff; border:1px solid #a7d397;}
	.m_classLink a.main{display:block; background:none; font-size:16px; font-family:"Microsoft JhengHei", "新細明體", sans-serif; color:#333; position:relative; padding:8px 49.59px 8px 8px;}
	.m_classLink a.main i{display:block; font-size:16px; background:#a7d397; width:41.59px; height:100%; text-align:center; color:#FFF; line-height:41.59px; position:absolute; right:0; top:0;}
	.m_classLink a.main b{font-weight: normal;}
	.m_classLink ul{display:none; margin:0; padding:0; list-style:none; width:100%; background:#FFF; border:1px solid #a7d397; position:absolute; left:0; top:100%; z-index:99; box-sizing:border-box;}
	.m_classLink ul li{margin:0; padding:0;}
	.m_classLink ul li a{display:block; padding:8px; border-top:1px solid #a7d397; font-family:"Microsoft JhengHei", "新細明體", sans-serif; font-size:16px; color:#222;}
	.m_classLink ul li:first-child a{border:none;}
	.m_classLink ul li a:hover{background:#f9f9f9;}
	.m_classLink ul li ul{display:block; margin:0 10px 10px 10px; padding:0; list-style:none; width:calc(100% - 20px); background:#FFF; border:1px solid #a7d397; position:inherit; left:inherit; top:inherit; z-index:999; box-sizing:border-box;}
	.left-menu-title{display:none;}
    .in-left-menu{border: 0;border-radius: 0;}
	.left-beautify{display:none;}
    .left-photo{display:none;}
    .in-left-menu:after{display:none;}
}

/** 最新消息 **/
.news{padding: 0 5px;margin: 20px 0 0 0;}
.news ul{margin:0; padding:0; list-style:none;}
.news ul li{padding: 0;margin: 0;font-size: 13px; color:#333333; }
.news ul li:first-of-type{margin: 0 0 10px 0;}
.news ul li a{font-size:13px; color:#333333; display:flex; padding:0;}
.news ul li a:hover{}
.news ul li .news-date{display:block; width:119px;color:#3b9ebb; text-align:center; padding:7px 10px; margin:0 5px 0 0;}
.news ul li:first-of-type .news-date{background:#ebf1e8; color:#333333; }
.news ul li .news-content{display:block; flex: 1;padding:7px 10px; }
.news ul li:first-of-type .news-content{background:#ebf1e8; text-align:center;}
.news ul li:hover{background: #fafafa;color:#ff8401;}
.news ul li:hover .news-content{color:#ff8401;}
.news-detail-date{color:#F60;font-size: 12px;margin: 0 0 20px 0;}
@media screen and (max-width:575px){
    .news{padding: 0;margin: 10px 0 0 0;}
	.news ul li a{display:block;padding: 10px;}
    .news ul li:first-of-type {display: none;}
    .news ul li:nth-child(odd) {background:#ebf1e8;}
    .news ul li .news-date{width: 100%;margin: 0;text-align: left;padding:0;}
    .news ul li .news-content{flex: initial;width: 100%;margin: 0;padding:0;}
}

/** 聯絡我們 **/
.contact-body{padding: 5px 20px}
.contact-note{padding:10px 0; font-weight:bold; font-size:16px; color:#900;}
.contact-info{font-size: 15px;color:#333;margin: 0 0 15px 0;}
.googlemap {position: relative;padding-bottom: 200%;padding-top: 30px;height: 0;overflow: hidden;}
.googlemap iframe {position: absolute;top:0;left: 0;width: 100%;height: 100%;}
@media screen and (max-width:767px){
	.contact-body{padding: 5px 0px}
    .googlemap {padding-bottom: 65%;margin: 20px 0 0 0;}
}

/** 表單欄位 **/
label{min-width:60px;}
.form-box input, .form-box img{vertical-align:middle;}
.opinion{display:flex; flex-wrap:wrap; margin:10px 0;overflow:hidden;}
.opinion-left01{width:70px; min-width:70px; padding:3px 5px 3px 0; font-size:13px; font-family:"Microsoft JhengHei"; color:#333333; display:flex; }
.input-main-style01{background:#EAEAEA;flex:1; width:100%; border:0; margin:0; padding:3px 10px; font-size:13px; font-family:"Microsoft JhengHei"; color:#333333; min-height:26.8px;border-radius: 5px;}
.input-main-style02{background:#EAEAEA; flex:1; width:100%; border:0; margin:0; padding:3px 10px; font-size:13px; font-family:"Microsoft JhengHei"; color:#333333; min-height:26.8px;border-radius: 5px;}
.input-main-style03{background:#EAEAEA;width:100%; border:0; margin:2px 0 0 0; padding:3px 10px; font-size:13px; font-family:"Microsoft JhengHei"; color:#333333; min-height:26.8px;border-radius: 5px;}
.input-main-select{background:none; flex:1; width:100%; border:0; margin:0; padding:0; font-size:13px; font-family:"Microsoft JhengHei"; color:#333333; display:flex; flex-wrap:wrap;}
.input-main-select select{background:#EAEAEA;flex: 1; margin:0; padding:3px 10px; border:0; font-size:13px; font-family:"Microsoft JhengHei"; color:#333333; min-height:26.8px;border-radius: 5px;}
.select-style{background:#8a6e0c; font-size:13px; color:#ffffff; line-height:20px; padding:5px 10px; border:0;}
.input-style01{background:#EAEAEA; flex:1; width:100%; border:0; margin:0; padding:3px 5px; font-size:13px; font-family:"Microsoft JhengHei"; color:#333333; min-height:26.8px;}
input:disabled{background-color:#fff; color:#2d7fb9; cursor:no-drop;}
.btn.openlink{margin:3px 0; padding:0 10px; text-align:center; font-size:13px; background-color:#2d7fb9; color:#fff; border-radius:5px;}
.btn.openlink:hover{background-color:#ffbe00;}
img.code{width:70px; height:26.8px; margin:0; vertical-align:middle; display:inline-block;}
.pay-main{padding:0;font-size: 13px; color: #333333;border-radius:0;margin: 15px 0 ;}
.input-main-style01:focus, .input-main-style02:focus, .input-main-style03:focus, .input-main-select select:focus{box-shadow: 0 0 0 2px #000000 inset;}
@media screen and (max-width:575px){
	.opinion{display:block;}
	.opinion-left01{width:100%;}
	.input-main-style02{width:calc(100% - 104px); display:inline-block;}
}

/** 按鈕 **/
.cart-btn{padding:0; text-align:center; margin-top:40px; display:flex; flex-wrap:wrap; justify-content:center; align-items:center;}
.btn-send{font-size:13px;}
a.btn-send{background: #ff8401; padding:3px 15px; text-align:center; font-size:13px; color:#ffffff; min-width:100px; margin:5px;border-radius: 3px; }
a.btn-send:hover{background: #ff8401;}
a.btn-reset{background:#3b9ebb; padding:3px 15px; text-align:center; font-size:13px; color:#ffffff; min-width:100px; margin:5px;border-radius: 3px; }
a.btn-reset:hover{background:#3b9ebb;}
a.btn-send-over{background:#7ea2c5; padding:3px 15px; text-align:center; font-size:13px; color:#ffffff; min-width:100px; margin:5px;border-radius: 3px;}
a.btn-send-over:hover{background:#96b9dc; border:2px solid #96b9dc;}
@media screen and (max-width:575px){
	a.btn-send{padding:5px 10px; width:calc(50% - 10px);}
	a.btn-reset{padding:5px 10px; width:calc(50% - 10px);}
	a.btn-send-over{padding:5px 10px; width:calc(50% - 10px);}
}

/** 送出訊息 **/
.jump-window-box{max-width:500px; margin:0 auto;padding:20px; border-radius:5px;}

/** 頁次 **/
.page{font-size:13px; color:#333; text-align:center; clear:both; margin:15px 0 0 0;padding: 15px 0 0 0; border-top: 1px #ccc dotted;}
.page a{background:#77aa65; color:#fff; padding:4px 10px;display: inline-block;margin: 10px 0;}
.page a:hover{background:#538442; color:#fff;}
.page br{display:none;}
@media screen and (max-width:767px){
	.page br{display:block;}
}

/** 下版 **/
footer{background:#ffffff url("../images/footer_bg.png") no-repeat center top;border-top: 1px #cdcece solid;padding: 19px 15px;letter-spacing: 0px;}
footer .footer{max-width:1000px; margin:0 auto; font-size: 12px;color: #848484;display: flex;align-items: flex-end;}
footer .footer .footer-logo{flex: 1;}
footer .footer .footer-logo span{padding: 0 0 0 15px;}
footer .footer .copyright{width: 270px;margin: 0 0 0 15px;text-align: right;}
@media screen and (max-width:800px){
	footer .footer .footer-logo span{padding: 0 ;display: block;width: 100%;}
}
@media screen and (max-width:767px){
	footer .footer{display:block;}
    footer .footer .footer-logo{flex:initial;width: 100%;text-align: center;}
    footer .footer .copyright{flex:initial;width: 100%;margin: 0;text-align: center;}
}