@charset "utf-8";
/* CSS Document */

/** iconfont **/
@import url(font-awesome.min.css);

/** googlefont **/
@import url(Noto+Sans+TC-Roboto-Montserrat.css);

/** 滾動視差 **/
@import url(aos.css);

*{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
html{width:100%; height:auto;font-size: 16px;}
body{background:#f7f8f8; margin:0; padding:0; width:100%; height:auto; font-size:15px;line-height: 1.6;font-family:"Roboto", "Noto Sans TC", sans-serif;word-break: break-word;letter-spacing: 0;overflow-y: scroll;font-size: 15px; color: #595757;}
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;}
.warpper{width: 100%;overflow: hidden;}

/** 表單預設文字顏色設定 **/
::-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;}

/** 卷軸樣式 **/
::-webkit-scrollbar { width: 6px;}
::-webkit-scrollbar-button {background-color: #f7f8f8;}
::-webkit-scrollbar-track-piece {background-color: #f7f8f8;}
::-webkit-scrollbar-thumb {border-radius: 10px;width: 6px; background-color:#c1c1c1;border: 1px #c1c1c1 solid;}
::-webkit-scrollbar-track {box-shadow: transparent;}

/** 清除瀏覽器的默認選擇框樣式清除，隱藏拖動箭頭 **/
select {appearance:none;-moz-appearance:none;-webkit-appearance:none;background:#f3f3f3 url("../images/select-icon.svg")no-repeat right 10px center;background-size: 10px;padding: 10px 35px 10px 15px;border: 1px #698777 solid;}
select::-ms-expand { display: none; }

/** 反白 **/
::selection {background: #698777;color: #f3f3f3;}
::-moz-selection {background:#698777;color: #f3f3f3;}


/** 上版 **/
header{padding:3rem 4.189%;position: fixed;top: 0;left: 0;width: 100%;z-index: 10001;transition: all 0.5s ease 0s;}
.head-main{display: flex;align-items: center;justify-content: space-between;max-width: 1920px;margin: 0 auto;}
.head-main .logo{width: 220px;z-index: 10002;}
.head-main .logo a{display: block;}
.head-main .logo img{width:100%; height:auto;}
.head-main .logo img.logo001{display:block;}
.head-main .logo img.logo002{display: none;}
.head-main .logo.logo-active img.logo001{display: none;}
.head-main .logo.logo-active img.logo002{display:block;}
.header-height{background:#f7f8f8;padding:20px 4.189%;box-shadow: 0 0 15px 0 rgba(0,0,0,.2); transition: all 0.5s ease 0s;}
@media screen and (max-width:1920px){
    header{padding:2.5vw 4.189%;}
}
@media screen and (max-width:1024px){
    header{padding:20px 15px;}
    .header-height{padding:20px 15px;}
}
@media screen and (max-width:767px){
    header{padding:7.24638vw 9%;}
    .head-main .logo{width:33.82vw;}
    .header-height{padding:7.24638vw 9%;}
}

/** 主選單按鈕 **/
.hamburger{width: 36px; display:block;z-index: 10002;color: #465f4b;font-size: 12px;text-align: center;font-weight: bold;}
.hamburger .line{width:36px;height: 3px;background-color: #465f4b;display: block;margin: 5px auto;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.hamburger:hover{cursor: pointer;}
.hamburger.is-active{color: #f7f8f8;}
#hamburger-1.is-active .line{background: #f7f8f8;}
#hamburger-1.is-active .line:nth-child(1){-webkit-transform: translateY(-2px) rotate(45deg);-ms-transform: translateY(-2px) rotate(45deg);-o-transform: translateY(-2px) rotate(45deg);transform: translateY(-2px) rotate(45deg);}
#hamburger-1.is-active .line:nth-child(2){-webkit-transform: translateY(-10px) rotate(-45deg);-ms-transform: translateY(-10px) rotate(-45deg);-o-transform: translateY(-10px) rotate(-45deg);transform: translateY(-10px) rotate(-45deg);}
@media screen and (max-width:767px){
    .hamburger{width: 7.25vw;font-size: 2.41547vw;}
    .hamburger .line{width:7.25vw;height: 0.486vw;margin: 0.724638vw auto;}
    #hamburger-1.is-active .line:nth-child(1){-webkit-transform: translateY(-1.3vw) rotate(45deg);-ms-transform: translateY(-1.3vw) rotate(45deg);-o-transform: translateY(-1.3vw) rotate(45deg);transform: translateY(-1.3vw) rotate(45deg);}
    #hamburger-1.is-active .line:nth-child(2){-webkit-transform: translateY(-2.41547vw) rotate(-45deg);-ms-transform: translateY(-2.41547vw) rotate(-45deg);-o-transform: translateY(-2.41547vw) rotate(-45deg);transform: translateY(-2.41547vw) rotate(-45deg);}
}

/** 主選單與下拉 **/
#nav{flex: 1;opacity: 0;visibility: hidden;position: absolute;top: -100%;right:0;background:url("../images/menu_bg.jpg")no-repeat center center;background-size: cover; width: 100%;height: 100vh;transition: all 0.5s ease 0s;z-index: 10001;display: flex;flex-wrap: wrap;align-content: center;justify-content: center;overflow-y: auto;}
#nav.slow{opacity: 1;visibility:visible;top: 0%;}
.menu{padding:0; list-style:none; position:relative;max-width: 700px; margin:0 auto;display:flex;width: 100%;justify-content:space-evenly;}
.menu>li{margin:0 ;font-size: 20px; color: #f7f8f8;font-weight: 700; text-align:center;cursor:pointer; padding:0;}
.menu>li>a{display:block; margin:0;width: 100%;color:#fafafa;padding:15px;}
.menu>li>a:hover{color: #bafff8;top:inherit;}
.menu>li .menu-ch{font-size: 20px; color: #f7f8f8;opacity: .65;writing-mode:vertical-lr;letter-spacing: 4px;width: 32px; margin: 0 auto;}
.menu>li .menu-en{font-size:16px; color: #afc89f;opacity: .65;writing-mode: vertical-rl;text-orientation: upright;letter-spacing: -1px;width: 26px; margin:20px auto 0 auto;} 
.menu>li>a:hover .menu-ch{color: #fafafa;opacity: 1;}
.menu>li>a:hover .menu-en{color: #afc89f;opacity: 1;}
.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:767px){
    .menu>li .menu-ch{font-size:4.83093vw;width: 8.75vw;letter-spacing: 0.724638vw;}
    .menu>li .menu-en{font-size:3.86474vw;width: 6.03865vw; margin:4.83093vw auto 0 auto; letter-spacing: -0.241547vw;}
}

/** edm **/
.edm-main{padding:calc(6rem + 60.19px) 6.113% 0 6.113%;}
.edm{max-width: 1680px;margin: 0 auto;position: relative;padding: 0 0 32.4rem 0;}
.edm:before{content: "";display: block;width: 100%;height:calc(100% - 32.4rem);background: url("../images/edm-before.png")no-repeat center center;background-size: cover;position: absolute;top: 0;left: 0;z-index: 9;box-shadow: 0 0 0 1px #f7f8f8;}
.edm-photo-main{padding: 0;overflow: hidden;}
.edm-photo-main .edm-photo{}
.edm-photo-main .edm-photo img{width: 100%;}
.edm-font{font-size:2rem;background:#f7f8f8; color: #465f4b;font-weight: 700;position: absolute;top: 28.8rem;left: 6rem;writing-mode: vertical-lr;letter-spacing: 0.6rem;padding:1.8rem 1.44rem 1.8rem 0.96rem;margin: 0; text-align: center;line-height: 1.8; height:auto;display: flex;align-items: center;transition: all 1s ease 0s;z-index: 10;}
.edm-font-en{font-size: 2.625rem; color: #afc89f;font-weight: 700;line-height: 1.2; position: absolute;top:37.2rem;left: 13.2rem;transition: all 1s ease 0s;z-index: 10;}
@media screen and (max-width:1920px){
    .edm-main{padding:calc(5vw + 60.19px) 6.113% 0 6.113%;}
    .edm{padding: 0 0 27vw 0;}
    .edm:before{height:calc(100% - 27vw);}
    .edm-font{font-size:1.666669vw;letter-spacing: 0.5vw;padding:1.5vw 1.2vw 1.5vw 0.8vw;top: 24vw;left: 5vw;}
    .edm-font-en{font-size: 2.1875vw;top: 31vw;left: 11vw;}
}
@media screen and (max-width:1024px){
    .edm-main{padding:100.19px 15px 0 15px;}
    .edm-font-en{top: 33.5vw;}
}
@media screen and (max-width:767px){
    .edm-main{padding:21.49276vw 9% 0 9%;}
    .edm{padding: 0 0 18vw 0;}
    .edm:before{height:calc(100% - 18vw);}
    .edm-font{writing-mode: inherit;background:none;padding:0;left: 0;top: 36vw;font-size: 3.86474vw;letter-spacing:0.241547vw;text-align: left;}
    .edm-font-en{display: none;}
}
@media screen and (max-width:374px){
    .edm{padding: 0 0 80px 0;}
    .edm:before{height:calc(100% - 80px);}
    .edm-font{line-height: 1.5;}
}


/** 內容 **/
main{}
.main{}
.i-title-main{margin: 0 0 4.2rem 0;}
.i-title{font-size: 24px; color: #5f7856;font-weight: 700;letter-spacing: 2px;}
.i-title-en{font-size: 39px; color: #afc89f;font-weight: 700;line-height: 1.2;}
.i-content{font-size: 15px; color: #595757;line-height: 2.2;}
.more{font-size: 20px; color: #465f4b;font-weight: 500;font-family: "Montserrat", sans-serif;margin: 30px 0 0 0;}
.more a{display: block;color: #465f4b;border: 1px #465f4b solid;background:#f7f8f8;position: relative;z-index: 1;padding: 5.5px 15px;width: 195px;text-align: center;}
.more a:after{content: "";display: block;width:0;height: 100%;background: #465f4b;position: absolute;top: 0;left: 0;z-index: -1;transition: all 0.5s ease 0s;}
.more a:hover{color: #ffffff;}
.more a:hover:after{width: 100%;transition: all 0.5s ease 0s;}
@media screen and (max-width:1920px){
    .i-title-main{margin: 0 0 3.5vw 0;}
}
@media screen and (max-width:767px){
    .i-title-main{margin: 0 0 10px 0;}
    .i-title{font-size: 3.86474vw;} 
    .i-title-en{font-size: 3.86474vw;font-weight: 500;letter-spacing: 0.7px;line-height: 1.4;}
    .i-content{font-size: 2.41547vw; line-height: 1.8;}
    .more{font-size: 2.89856vw;margin: 5px 0 0 0;display: flex;justify-content: flex-end;}
    .more a{width: 24.158vw;padding:2px 3.6232vw;}
}

/** 首頁關於村品 **/
.i-about-main{padding: 0 15px 4.8rem 15px;margin: -12rem 0 0 0;}
.i-about{max-width: 990px ;margin: 0 auto;display: flex;padding: 0 ;}
.i-about .i-about-photo-main{position: relative;flex:1.6;padding:0;margin: 0;}
.i-about .i-about-photo-main .i-about-photo{}
.i-about .i-about-info{flex: 1;margin: 0 0 0 23.2%;padding:12% 0 0 0;}
.i-about .i-about-info .i-title-en{margin: 0 0 6px 0;}
@media screen and (max-width:1920px){
    .i-about-main{padding: 0 15px 4vw 15px;margin: -10vw 0 0 0;}
    .i-about .i-about-info{margin: 0 0 0 12vw;}
}
@media screen and (max-width:1000px){
    .i-about-main{padding: 0 15px 20px 15px;}
    .i-about .i-about-photo-main{flex:1;}
}
@media screen and (max-width:767px){
    .i-about-main{margin: 0;padding: 0 9% 20px 9%;}
    .i-about{display: block;}
    .i-about .i-about-photo-main{flex:initial;width: 100%;}
    .i-about .i-about-info{flex:initial;width: 100%;margin: 4.83093vw 0 0 0; padding: 0;}
    .i-about .i-title-main{margin: 0 0 0.724638vw 0;}
    .i-about .i-about-info .i-title-en{margin:0;}
}

/** 永續願景 **/
.i-everlasting-main{padding:4.8rem 15px 3.6rem 15px;}
.i-everlasting{max-width: 1060px ;margin: 0 auto;display: flex;align-items: flex-end; padding: 0 0 7.8rem 0;position: relative;z-index: 1;}
.i-everlasting:after{content: "";display: block;width: 70%;height: 52%;background:#f3f4f6;position: absolute;bottom: 0;right: 0; z-index: -1;}
.i-everlasting .i-title-main{margin: 0 0 3rem 0;}
.i-everlasting .i-everlasting-photo-main{flex:2.24;padding: 0 0 15px 0;}
.i-everlasting .i-everlasting-photo-main .i-everlasting-photo{}
.i-everlasting .i-everlasting-info{flex: 1;margin: 0 0 0 4.2rem;}
@media screen and (max-width:1920px){
    .i-everlasting-main{padding:4vw 15px 3vw 15px;}
    .i-everlasting{padding: 0 0 6.5vw 0;}
    .i-everlasting .i-everlasting-info{margin: 0 0 0 3.5vw;}
    .i-everlasting .i-title-main{margin: 0 0 2.5vw 0;}
}
@media screen and (max-width:1000px){
    .i-everlasting-main{padding:20px 15px;}
    .i-everlasting .i-everlasting-photo-main{flex:1.74;}
}
@media screen and (max-width:767px){
    .i-everlasting-main{padding:20px 9%;}
    .i-everlasting{display: block;padding: 0;}
    .i-everlasting:after{height: 80%;display: none;}
    .i-everlasting .i-title-main{margin: 0 0 2.41547vw 0;}
    .i-everlasting .i-everlasting-photo-main{flex:initial;width: 100%;padding: 0;}
    .i-everlasting .i-everlasting-info{flex:initial;width: 100%;margin:4.83093vw 0 0 0;}
}

/** 作品鑑賞 **/
.i-gallery-main{padding:0 15px;}
.i-gallery{max-width: 1090px ;margin: 0 auto;padding: 0 0 4.8rem 0;position: relative;z-index: 1;}
.i-gallery:after{content: "";display: block;width: 70%;height: 35%;background:#f3f4f6;position: absolute;bottom: 0;right: 0; z-index: -1;}
.i-gallery .i-title-main{margin: 0 0 10px 0;}
.i-gallery .i-gallery-photo-main{position: relative;padding:0;margin:0 4.8rem 0 11.136rem;display: flex;flex-wrap: wrap;justify-content: flex-end;}
.i-gallery .i-gallery-photo-main .i-gallery-photo{position: relative;z-index: 2;}
.i-gallery .i-gallery-photo-main .i-gallery-info{position: relative;z-index: 2;width: 100%;max-width: 450px;margin:-6% 12% 0 12%;padding:30px 30px 30px 30px;background: #f3f4f6;}
.i-gallery .i-gallery-photo-main .i-gallery-info .more{width: 100%;margin: 22.5px 0 -52.5px 0;}
.i-gallery .i-gallery-photo-main .i-gallery-info .more a{margin: 0 auto;}
@media screen and (max-width:1000px){
    .i-gallery{padding: 0 0 4vw 0;}
    .i-gallery .i-gallery-photo-main{margin: 0 4vw 0 9.28vw;}
}
@media screen and (max-width:1000px){
    .i-gallery-main{padding:20px 15px;}
    .i-gallery .i-gallery-photo-main{margin:0 4vw 0 14.28vw;}
}
@media screen and (max-width:767px){
    .i-gallery-main{padding:20px 9%;}
    .i-gallery{padding: 0;}
    .i-gallery:after{height: 80%;display: none;}
    .i-gallery .i-title-main{margin: 0 0 2.41547vw 0;}
    .i-gallery .i-gallery-photo-main{margin:0 ;}
    .i-gallery .i-gallery-photo-main .i-gallery-info{padding:0;background: none;margin: 4.83093vw 0 0 0;max-width: inherit;}
    .i-gallery .i-gallery-photo-main .i-gallery-info .more {margin:2.41547vw 0 0 0;}
    .i-gallery .i-gallery-photo-main .i-gallery-info .more a{margin: 0;}
}

/** 最新消息 **/
.i-news-main{padding:3.6rem 15px 4.8rem 15px;}
.i-news{max-width: 1010px ;margin: 0 auto;padding: 0 0 7.2rem 0;position: relative;z-index: 1;}
.i-news:after{content: "";display: block;width: 75%;height: 26.5%;background:#f3f4f6;position: absolute;bottom: 0;right: 0; z-index: -1;}
.i-news .i-title-main{margin: 0 0 10px 0;}
.i-news .i-news-photo-main{position: relative;padding:0;margin:0 9.756rem 0 1.8rem;flex: 1;z-index: 2;}
.i-news .i-news-photo-main .i-news-photo{position: relative;}
.i-news .i-news-photo-main .i-news-info{position: relative;width: 100%;max-width: 410px;margin:-77.8% 7% 48% 7%;z-index: 2;padding:30px 30px 30px 30px;background: #f7f8f8;}
.i-news .i-news-photo-main .i-news-info .more{width: 100%;margin: 22.5px 0 -52.5px 0;}
.i-news .i-news-photo-main .i-news-info .more a{margin: 0 auto;}
@media screen and (max-width:1920px){
    .i-news-main{padding:3vw 15px 4vw 15px;}
    .i-news{padding: 0 0 6vw 0;}
    .i-news .i-news-photo-main{margin:0 8.13vw 0 1.5vw;}
}
@media screen and (max-width:1000px){
    .i-news-main{padding:20px 15px;}
    .i-news .i-news-photo-main{margin:0 11.13vw 0 1.5vw;}
}
@media screen and (max-width:767px){
    .i-news-main{padding:20px 9%;}
    .i-news{padding: 0 ;}
    .i-news:after{height: 80%;display: none;}
    .i-news .i-news-photo-main{margin:0;}
    .i-news .i-news-photo-main .i-news-info{padding:0;background: none;margin: 4.83093vw 0 0 0;max-width: inherit;}
    .i-news .i-news-photo-main .i-news-info .more {margin:2.41547vw 0 0 0;}
    .i-news .i-news-photo-main .i-news-info .more a{margin: 0;}
}

/** 聯絡我們 **/
.i-contact-main{padding:0 15px 2.4rem 15px;}
.i-contact{max-width: 1260px ;margin: 0 auto;padding: 0 0 6vw 0;display: flex;flex-direction: row-reverse; align-items: center;position: relative;z-index: 1;}
.i-contact:after{content: "";display: block;width: 50%;height: 24%;background:#f3f4f6;position: absolute;bottom: 0;left: 0; z-index: -1;}
.i-contact .i-title-main{margin: 0;}
.i-contact .i-title-main .i-title-en{padding: 0 0 0 30px;}
.i-contact .i-contact-photo-main{position: relative;padding:0;margin: 0;flex:2.18;}
.i-contact .i-contact-photo-main .i-contact-photo{position: relative;}
.i-contact .i-contact-info{flex: 1;margin: 11% -10% 0 0;position: relative;z-index: 1;}
.i-contact .i-contact-info .i-content{padding:30px 30px 52.5px 30px;background: #f7f8f8;}
.i-contact .i-contact-info .more{width: 100%;margin: -22.5px 0 0 0;}
.i-contact .i-contact-info .more a{margin: 0 auto;}
@media screen and (max-width:1920px){
    .i-contact-main{padding:0 15px 2vw 15px;}
}
@media screen and (max-width:1000px){
    .i-contact-main{padding:30px 15px;}
    .i-contact .i-contact-photo-main{flex:2.13;}
    .i-contact .i-contact-info{margin: 20% -42% 0 0;}
}
@media screen and (max-width:767px){
    .i-contact-main{padding:20px 9%;}
    .i-contact{display: block;}
    .i-contact:after{display: none;}
    .i-contact .i-title-main{margin: 0 0 10px 0;}
    .i-contact .i-title-main .i-title-en{padding: 0;}
    .i-contact .i-contact-photo-main{flex: initial;width: 100%;}
    .i-contact .i-contact-info{flex: initial;width: 100%;margin:4.83093vw 0 0 0;}
    .i-contact .i-contact-info .i-content{padding:0;background:none;}
    .i-contact .i-contact-info .more{margin:2.41547vw 0 0 0;}
    .i-contact .i-contact-info .more a{margin: 0;}
}

/** 內頁架構 **/
.content-main{padding: 0 15px 7.2rem 15px;margin: -12rem 0 0 0;}
.content{max-width: 1280px;margin: 0 auto;}
.title-main{margin: 0 0 4.2rem 0;position: relative;z-index: 1;}
.title-main:after{content: "";display: block;width: 100%;height: 1px;background: #465f4b;position: absolute;right: 0;top: 16px;z-index: -1;}
.title{font-size: 18px; color: #465f4b;font-weight: 700;letter-spacing: 2px;line-height: 1.6;padding: 0;margin: 0;}
.title-en{font-size: 28px; color: #465f4b;font-weight: 500;line-height: 1.2;padding: 0 30px 0 0;margin: 0 0 10px 0;background: #f7f8f8;display: table;}
.page-main{font-size: 15px;color: #595757;line-height: 2.2;}
.page-main p{margin: 0 0 20px 0;}
.page-title{display: table;font-size: 20px; color: #465f4b;font-weight: 700;line-height: 1.6;position: relative;padding: 0 0 20px 0;margin: 0 0 20px 0;}
.page-title:after{content: "";display: block;width: 100%;height: 1px;background: #465f4b;position: absolute;bottom: 0;left: 0;}
.font001{font-size: 16px; color: #595757;font-weight: 700;}
@media screen and (max-width:1920px){
    .content-main{padding: 0 15px 6vw 15px;margin: -10vw 0 0 0;}
    .title-main{margin: 0 0 3.5vw 0;}
}
@media screen and (max-width:1000px){
    .content-main{padding: 0 15px 30px 15px;}
    .title-en{margin: 0 0 5px 0;}
}
@media screen and (max-width:767px){
    .content-main{margin: 0;padding: 0 9% 7.24638vw 9%;}
    .title{font-size: 2.89856vw;letter-spacing: 0.483092vw;}
    .title-en{font-size: 4.83093vw;}
    .page-main{font-size: 2.89856vw;}
    .page-main p{margin: 0 0 3.6232vw 0;}
    .page-title{font-size:3.86474vw;padding: 0 0 4.83093vw 0;margin: 0 0 4.83093vw 0;} 
    .font001{font-size:3.38165vw;} 
}

/** 分類 **/
.sub-title-main{margin: 0 0 3rem 0;}
.sub-title{font-size: 36px; color: #465f4b;font-weight: 700;letter-spacing: 8px;line-height: 1.6;padding: 0;margin: 0;}
.sub-title-en{font-size: 42px; color: #afc89f;font-weight: 700;line-height: 1.2;letter-spacing: 1px;margin: 0 0 20px 0;}
.sub-menu{margin: 0 0 30px 0;position: relative;z-index: 1001;}
.sub-menu>ul{margin:0; padding:0; list-style:none;display: flex;}
.sub-menu>ul>li{font-size:28px; color:#465f4b; padding:0;margin: 0 6rem 0 0;width: auto;font-weight: 700;letter-spacing: 4px;}
.sub-menu>ul>li>a{color:#465f4b; display:block; padding:4px 0;opacity: .7;}
.sub-menu>ul>li>a:hover{opacity: 1;}
.sub-menu>ul>li>.current{color: #465f4b;position: relative;opacity: 1;}
.sub-menu>ul>li>.current:after{content: "";display: block;width: 100%;height: 1px; background: #465f4b;position: absolute;bottom: 0;left: 0;}
.sub-menu>ul>li ul{margin:5px 0 0 30px; padding:0; list-style:square;}
.sub-menu>ul>li ul li{border-top:1px #CCC dotted; padding:5px 5px 5px 0;}
.sub-menu>ul>li ul li a{font-size:13px; color:#666; display:block;}
.sub-menu>ul>li ul li a:hover{color:#71743D;}
.m_classLink{display:none;}
@media screen and (max-width:1920px){
    .sub-title-main{margin: 0 0 2.5vw 0;}
    .sub-menu>ul>li{margin: 0 4vw 0 0;}
}
@media screen and (max-width:767px){
    .sub-title-main{margin: 0;}
    .sub-title{font-size: 3.86474vw;letter-spacing: 0.241547vw;}
    .sub-title-en{font-size: 36px;margin: 0 0 10px 0;letter-spacing: 0px;display: none;}
    .sub-menu{margin: 0;}
    .sub-menu>ul{justify-content: flex-end;}
    .sub-menu>ul>li{font-size:2.89856vw;letter-spacing: 0.241547vw;margin: 0 0 0 4.83093vw;}
    .sub-menu>ul>li a{padding: 0.483092vw 0;}
	.classBox{padding:0;}
	ul.classLink{display:none;}
	.m_classLink{display:block; position:relative; background-color:#ffffff; border:1px solid #465f4b;}
	.m_classLink a.main{display:block; background:none; font-size:20px; color:#465f4b; position:relative; padding:10px;}
	.m_classLink a.main i{display:block; font-size:20px; background:#465f4b; width:52px; height:100%; text-align:center; color:#FFF; line-height:52px; position:absolute; right:0; top:0;}
	.m_classLink a.main b{font-weight: 700;letter-spacing: 8px;}
	.m_classLink ul{display:none; margin:0; padding:0; list-style:none; width:100%; background:#FFF; border:1px solid #465f4b; position:absolute; left:0; top:100%; z-index:99; box-sizing:border-box;}
	.m_classLink ul li{margin:0; padding:0;letter-spacing: 8px;font-weight: 700; color:#465f4b; }
	.m_classLink ul li a{display:block; padding:10px; border-top:1px solid #465f4b; font-family:"Microsoft JhengHei", "新細明體", sans-serif; font-size:20px; color:#465f4b;}
	.m_classLink ul li:first-child a{border:none;}
	.m_classLink ul li a:hover{background:#f3f3f3;}
	.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 #465f4b; position:inherit; left:inherit; top:inherit; z-index:999; box-sizing:border-box;}
}

/** 關於村品 **/
.about{}
.about>ul{list-style: none;padding: 0;margin: 0;}
.about>ul>li{padding: 0;margin:9.6rem 0;display: flex;align-items: flex-end;}
.about>ul>li:nth-child(even){flex-direction: row-reverse;}
.about>ul>li .about-photo{width: 27.579%;}
.about>ul>li:nth-child(3) .about-photo{width: 20%;margin: 0 4.579% 0 3%;}
.about>ul>li .about-info{flex: 1;margin: 0 15% 0 30px;}
.about>ul>li:nth-child(even) .about-info{margin: 0 30px 0 15%;}
.about>ul>li .about-info .about-title-main{margin: 0 0 3rem 0;}
.about>ul>li .about-info .about-title{font-size: 28px; color: #465f4b;font-weight: 700;letter-spacing: 10px;line-height: 1.6;}
.about>ul>li .about-info .about-title-en{font-size: 42px; color: #afc89f;font-weight: 700;line-height: 1.2;letter-spacing: 1.5px;margin: 0 0 20px 0;}
.about>ul>li .about-info .about-content{}
.about>ul>li .about-info .about-name{display: flex;align-items: flex-end;justify-content: flex-end;margin: 3rem 0 0 0 ;}
.about>ul>li .about-info .about-name .about-name-title{width: auto;font-size: 12px;font-weight: 700; color: #465f4b;margin: 0 20px 0 0;}
.about>ul>li .about-info .about-name .about-name-sign{width: 98px;}
.about-pic{width: calc(100% + 30px);margin: 0 -15px;text-align: center;}
@media screen and (max-width:1920px){
    .about>ul>li{margin:8vw 0;}
    .about>ul>li .about-info .about-title-main{margin: 0 0 2.5vw 0;}
    .about>ul>li .about-info .about-name{margin: 2.5vw 0 0 0 ;}
}
@media screen and (max-width:1000px){
    .about>ul>li{margin: 50px 0;}
    .about>ul>li .about-info{margin: 0 0 0 30px;}
    .about>ul>li:nth-child(even) .about-info{margin: 0 30px 0 0;}
}
@media screen and (max-width:767px){
    .about>ul>li{flex-direction: row-reverse;margin: 24.1546vw 0}
    .about>ul>li:first-of-type{margin:4.83093vw 0 24.1546vw 0}
    .about>ul>li:nth-child(even){flex-direction: row;}
    .about>ul>li .about-photo{width: 40%;}
    .about>ul>li:nth-child(3) .about-photo{width: 35%;margin: 0;}
    .about>ul>li .about-info{margin: 0 4.83093vw 0 0;}
    .about>ul>li:nth-child(even) .about-info{margin: 0 0 0 4.83093vw;}
    .about>ul>li .about-info .about-title-main{margin: 0 0 2.41547vw 0;}
    .about>ul>li .about-info .about-title{font-size: 3.86474vw;letter-spacing: 0;}
    .about>ul>li .about-info .about-title-en{font-size: 36px;margin: 0 0 10px 0;letter-spacing: 0px;display: none;}
    .about>ul>li .about-info .about-content{font-size: 2.41547vw;}
    .about>ul>li .about-name{display: flex;align-items: flex-end;justify-content: flex-end;margin: 2.5vw 0 0 0 ;}
    .about>ul>li .about-name .about-name-title{width: auto;font-size: 1.932368vw;font-weight: 700; color: #465f4b;margin: 0.483092vw 2.41547vw 0.483092vw 0;}
    .about>ul>li .about-name .about-name-sign{width: 14.01vw;}
    .about-pic{width: calc(100% + 22%);margin: 0 -11%;}
}

/** 永續願景 **/
.ESG {width: 100%;height: auto;background:url("../images/ESG001.jpg") no-repeat center center fixed;background-size: cover;margin: -12rem 0 30px 0;}
.ESG-mask {background-color: #f7f8f8;width: 100%;height: auto;}
.ESG-info {background: url("../images/ESG001.jpg") no-repeat center center fixed;background-size: cover;text-align: center;color: transparent;-webkit-background-clip: text; /* 背景裁剪成文字的前景色 */background-clip: text;}
.ESG-info>ul{list-style: none;padding: 0;margin: 0;display: flex;justify-content:center;}
.ESG-info>ul>li{width:auto;margin: 0 1.86rem ;padding: 0;line-height: 1;text-align: center;}
.ESG-info>ul>li .ESG-title{font-weight: 900;font-size:33.36rem;font-family: 'Montserrat';background: url("../images/ESG001.jpg") no-repeat center center fixed;background-size: cover;text-align: center;color: transparent;-webkit-background-clip: text; /* 背景裁剪成文字的前景色 */background-clip: text;}
.ESG-info>ul>li .ESG-title-ch{font-size: 1.875rem;font-weight: 700;color: #ffffff;margin: -8.16rem 0 3.6rem 0;letter-spacing: 2px;}
.ESG-info>ul>li .ESG-title-en{font-size: 2.4999972rem;font-weight: 700;font-family: 'Montserrat';background: url("../images/ESG001.jpg") no-repeat center center fixed;background-size: cover;text-align: center;color: transparent;-webkit-background-clip: text; /* 背景裁剪成文字的前景色 */background-clip: text;}       
@media screen and (max-width:1920px){
    .ESG {margin: -10vw 0 30px 0;}
    .ESG-info>ul>li{width:auto;margin: 0 1.55vw ;}
    .ESG-info>ul>li .ESG-title{font-size: 27.8vw;}
    .ESG-info>ul>li .ESG-title-ch{font-size: 1.5625vw;margin: -6.8vw 0 3vw 0;}
    .ESG-info>ul>li .ESG-title-en{font-size: 2.083331vw;}
}
@media screen and (max-width:1000px){
    .ESG-info {background: url("../images/ESG001.jpg") no-repeat center center;background-size: cover;text-align: center;color: transparent;-webkit-background-clip: text; /* 背景裁剪成文字的前景色 */background-clip: text;}
    .ESG-info>ul>li .ESG-title {background: url("../images/ESG001.jpg") no-repeat center center;background-size: cover;text-align: center;color: transparent;-webkit-background-clip: text; /* 背景裁剪成文字的前景色 */background-clip: text;}
    .ESG-info>ul>li .ESG-title-en {background: url("../images/ESG001.jpg") no-repeat center center;background-size: cover;text-align: center;color: transparent;-webkit-background-clip: text; /* 背景裁剪成文字的前景色 */background-clip: text;}
}
@media screen and (max-width:767px){
    .ESG {margin: 0 0 7.24638vw 0;}
    .ESG-info>ul>li .ESG-title{font-size: 36.232vw;}
    .ESG-info>ul>li .ESG-title-ch{font-size: 2.41547vw;margin: -9.5vw 0 3vw 0;letter-spacing: 0.483092vw;}
    .ESG-info>ul>li .ESG-title-en{font-size: 2.657vw;}
}

/** 作品鑑賞 **/
.projects-sub-note{max-width: 620px; margin: 0 auto;padding: 6rem 0;}
.projects-info{margin: 8.4rem 0 0 0;position: relative;z-index: 1000;}
.projects-info .projects-info-title{font-size: 28px; color: #465f4b;font-weight: 700;letter-spacing: 10px;line-height: 1.6;margin: 0 0 10px 0;}
.projects-info .projects-content{font-size: 15px; color: #595757;line-height: 2.2;}
.projects{}
.projects>ul{list-style: none;padding: 0;margin: 0;display:flex;flex-wrap: wrap;justify-content: space-between;}
.projects>ul>li{padding: 0;margin:4.8rem 4.2rem -4.8rem 4.2rem;width: calc(100%/3 - 8.4rem);}
.projects>ul>li:nth-child(3n-1){margin: 12rem 4.2rem -7.2rem 4.2rem;}
.projects>ul>li:last-of-type{margin:4.8rem 4.2rem -4.8rem 4.2rem;}
.projects>ul>li a{display: block;}
.projects>ul>li a:hover{}
.projects-photo-main{overflow: hidden;}
.projects-photo-main .projects-photo{background-color: #ffffff;background-position: center center;background-repeat: no-repeat;background-size: cover;transform:scale(1);transition: all 1s ease 0s;}
.projects>ul>li .projects-list-info{padding: 15px 0;}
.projects>ul>li .projects-list-info h3{padding: 0;margin: 0;line-height: 1.6;font-weight: 700;font-size: 14px; color: #465f4b;}
.projects>ul>li .projects-list-info .projects-list-dep{font-weight: 700;font-size: 14px; color: #465f4b;position: relative;padding: 0 0 0 50px;margin: 5px 0 10px 0;}
.projects>ul>li .projects-list-info .projects-list-dep:before{content: "";display: block;width: 40px; height: 1px; background: #465f4b;position: absolute;top:10px;left: 0;}
.projects>ul>li .projects-list-info .projects-list-content{font-size: 12px; color: #595757;line-height: 2.2;}
.projects>ul>li:hover .projects-photo-main .projects-photo{transform:scale(1.1);transition: all 1s ease 0s;}
@media screen and (max-width:1920px){
    .projects-sub-note{padding: 5vw 0;}
    .projects-info{margin: 7vw 0 0 0;}
    .projects>ul>li{margin:4vw 3.5vw -4vw 3.5vw;width: calc(100%/3 - 7vw);}
    .projects>ul>li:nth-child(3n-1){margin: 10vw 3.5vw -6vw 3.5vw;}
    .projects>ul>li:last-of-type{margin:4vw 3.5vw -4vw 3.5vw;}
}
@media screen and (max-width:1000px){
    .projects>ul>li{margin:4vw 2.5vw -4vw 2.5vw;width: calc(100%/3 - 5vw);}
    .projects>ul>li:nth-child(3n-1){margin: 8vw 2.5vw -4vw 2.5vw;}
    .projects>ul>li:last-of-type{margin:4vw 2.5vw -4vw 2.5vw;}
    .projects>ul>li .projects-list-info .projects-list-dep{padding: 0 0 0 40px;}
    .projects>ul>li .projects-list-info .projects-list-dep:before{width: 30px;}
}
@media screen and (max-width:767px){
    .projects-sub-note{max-width: inherit; margin: 0 ;padding: 2.41547vw 0 7.24638vw 0;}
    .projects-info{margin:2.41547vw 0 0 0;}
    .projects-info .projects-info-title{font-size:3.6232vw; letter-spacing: 0.241547vw;margin: 0 0 1.20773vw 0;}
    .projects-info .projects-content{font-size: 2.657vw;line-height: 1.8;}
    .projects>ul{justify-content: flex-start;}
    .projects>ul>li{margin:3.6232vw 0;width: calc(100%/1 - 0px);}
    .projects>ul>li:nth-child(3n-1){margin:3.6232vw 0;}
    .projects>ul>li:last-of-type{margin:3.6232vw 0;}
    .projects>ul>li .projects-list-info{padding:6.03865vw 0 3.6232vw 0;display: flex;flex-wrap: wrap;}
    .projects>ul>li .projects-list-info h3{font-size: 3.38165vw;width: auto;margin: 0 5px 2.41547vw 0;}
    .projects>ul>li .projects-list-info .projects-list-dep{font-size: 3.38165vw;padding: 0 0 0 calc(3.86474vw + 5px);margin: 0 0 2.41547vw 0; width: auto;}
    .projects>ul>li .projects-list-info .projects-list-dep:before{width: 3.86474vw;top: 2.41547vw;}
    .projects>ul>li .projects-list-info .projects-list-content{width: 100%; font-size: 2.657vw;line-height: 1.8;}
}

/** 最新消息 **/
.news{}
.news a{display: block;}
.news a:hover{}
.news .news-item{padding:4.2rem;margin:0;}
.news-photo-main{overflow: hidden;}
.news-photo-main .news-photo{background-color: #ffffff;background-position: center center;background-repeat: no-repeat;background-size: cover;transform:scale(1);transition: all 1s ease 0s;}
.news .news-item .news-info{padding: 15px 0;}
.news .news-item .news-info h3{padding: 0 0 10px 0;margin: 0 0 10px 0;line-height: 1.6;font-weight: 700;font-size: 14px; color: #465f4b;position: relative;}
.news .news-item .news-info h3:before{content: "";display: block;width: 40px; height: 1px; background: #465f4b;position: absolute;bottom: 0; left: 0;}
.news .news-item .news-info .news-content{font-size: 12px; color: #595757;line-height: 2.2;}
.news .news-item .news-info .news-more{font-weight: 700;font-size: 16px; color: #465f4b;padding: 0 50px 0 0;margin: 5px 0 0 0;position: relative;display: flex;justify-content: flex-end; transition: all .5s ease 0s;}
.news .news-item .news-info .news-more:before{content: "";display: block;width: 40px; height: 1px; background: #465f4b;position: absolute;top: 12px; right: 0; transition: all .5s ease 0s;}
.news .news-item:hover .news-info .news-more{padding: 0 calc(100% - 48px + 10px) 0 0;transition: all .5s ease 0s;}
.news .news-item:hover .news-info .news-more:before{width: calc(100% - 48px); transition: all .5s ease 0s;}
.news .news-item:hover .news-photo-main .news-photo{transform:scale(1.1);transition: all 1s ease 0s;}
@media screen and (max-width:1920px){
    .news .news-item{padding:3.5vw;margin:0;}
}
@media screen and (max-width:1000px){
    .news .news-item{padding:2vw;}
}
@media screen and (max-width:767px){
    .news .news-item{padding:10px;}
    .news .news-item .news-info{padding: 7.24638vw 0 3.6232vw 0;}
    .news .news-item .news-info h3{font-size:3.38165vw;padding: 0 0 3.6232vw 0;margin: 0 0 2.41547vw 0;}
    .news .news-item .news-info .news-content{font-size: 2.41547vw;line-height: 1.8;}
    .news .news-item .news-info .news-more{font-size: 3.38165vw;margin: 1.20773vw 0 0 0;} 
    .news .news-item .news-info .news-more:before{top:2.657vw;} 
    .news .news-item:hover .news-info .news-more{padding: 0 calc(100% - 10.62803vw + 10px) 0 0;}
    .news .news-item:hover .news-info .news-more:before{width: calc(100% - 10.62803vw); }
}
@media screen and (max-width:575px){
    .news .news-item{padding:0px;}
}

/** 最新消息內容 **/
.news-detail{display: flex;}
.news-detail .news-content{flex: 1;margin: 0 2.4rem;}
.news-detail .news-photo{flex: 1;margin: 0 2.4rem;}
@media screen and (max-width:1920px){
    .news-detail .news-content{margin: 0 2vw;}
    .news-detail .news-photo{margin: 0 2vw;}
}
@media screen and (max-width:767px){
    .news-detail{display: block;}
    .news-detail .news-content{flex:initial;margin: 0 0 30px 0;width: 100%;}
    .news-detail .news-photo{flex: initial;width: 100%;margin: 0;}
}

/** 聯絡我們 **/
.contact{}
.contact-form{display: flex;}
.form-box{flex: 1.1;margin:0 2.4rem 0 0;}
.googlemap{flex: 1;position: relative;padding-bottom: 61.25%;padding-top: 30px;height: 0;overflow: hidden;}
.googlemap iframe {position: absolute;top:0;left: 0;width: 100%; height: 100%;}
.contact-note{font-weight:400; font-size:14px; color:#465f4b;padding: 0 10px;}
@media screen and (max-width:1920px){
    .form-box{margin:0 2vw 0 0;}
}
@media screen and (max-width:767px){
	.contact-form{display:block;}
    .form-box{flex:initial;margin:0 0 30px 0;width: 100%;}
    .googlemap{flex: initial;width: 100%;}
    .contact-note{font-size:2.41547vw;}
}

/** 表單欄位 **/
.form-box input, .form-box img{vertical-align:middle;}
.opinion{display:block; margin:15px 0;overflow:hidden;}
.opinion-left01{background:none; width:100%; padding:5px 0; font-weight:700; font-size:15px; color:#465f4b; display:flex; align-items:center;}
.input-main-style01{background:none;flex:1; width:100%; border:0;border-bottom: 1px #465f4b solid;margin:0; padding:10px 15px; font-size:15px; color:#595757; min-height:38px;}
.input-main-style02{background:none; flex:1; width:100%; border:0;border-bottom: 1px #465f4b solid; margin:0; padding:10px 15px; font-size:15px;  color:#595757;  min-height:38px;}
.input-main-style03{background:none;flex:1; width:100%; border:0;border-bottom: 1px #465f4b solid; margin:5px 0 0 0; padding:10px 15px; font-size:15px;  color:#595757;  min-height:38px;}
.input-main-select{background:none; flex:1; width:100%; border:0; margin:0; padding:5px; font-size:15px; color:#595757;  display:flex; flex-wrap:wrap;}
.input-main-select select{background:none; flex: 1; margin:0; padding:5px 15px;  border:0; font-size:15px; color:#595757; min-height:37px;}
.input-main-style01:focus, .input-main-style02:focus, .input-main-style03:focus, select:focus{ border-bottom: 1px #698777 solid;}
input[type="checkbox"] {display:none;}
input[type="checkbox"] + label {width:calc(100%/3 - 3px);display: inline-block;padding: 0 5px 0 0;font-size: 14px;}
input[type="checkbox"] + label span {display:inline-block;width:19px;height:19px;margin:-4px 2px 0 0;vertical-align:middle;background:url(../images/input-button.png) left top no-repeat;background-size: 76px;cursor:pointer;}
input[type="checkbox"]:checked + label span {background: url(../images/input-button.png) -19px top no-repeat;background-size: 76px;}
input[type="radio"] {display:none;}
input[type="radio"] + label {width:calc(100%/3 - 3px);display:inline-block;padding: 0 5px 0 0 ;font-size: 14px;}
input[type="radio"] + label span {display:inline-block;width:19px;height:19px;margin:-4px 2px 0 0;vertical-align:middle;background:url(../images/input-button.png) -38px top no-repeat;background-size: 76px;cursor:pointer;}
input[type="radio"]:checked + label span {background:url(../images/input-button.png) -57px top no-repeat;background-size: 76px;}
@media screen and (max-width:767px){
    .opinion-left01{font-size:2.89856vw;}
    .input-main-style01{font-size:2.89856vw;}
    .input-main-style02{font-size:2.89856vw;}
    .input-main-style03{font-size:2.89856vw;}
    .input-main-select{font-size:2.89856vw;}
    .input-main-select select{font-size:2.89856vw;}
    input[type="checkbox"] + label {font-size: 2.657vw;}
    input[type="radio"] + label {font-size: 2.89856vw;}
}
@media screen and (max-width:575px){
	input[type="checkbox"] + label {width:calc(100%/2 - 2px);}
    input[type="radio"] + label {width:calc(100%/2 - 2px);}
}

/** 按鈕 **/
.cart-btn{padding:0; text-align:center; margin:30px 0 0 0; display:flex; flex-wrap:wrap; justify-content:flex-end; align-items:center;}
.btn-send{font-size:13px;}
a.btn-send{width: 100%;font-weight: 700; background: #ebebeb; padding:6px 20px; text-align:center; font-size:15px; color:#465f4b; margin:0; border:1px solid #ebebeb; position: relative;z-index: 1;}
a.btn-send:after{content:"";display: block;background: #ebebeb;width: 0%;height: 100%;position: absolute;top: 0;left: 0;transition: all 0.5s ease 0s;z-index: -1;}
a.btn-send:hover{color: #ebebeb;border:1px solid #465f4b; }
a.btn-send:hover:after{background: #465f4b; width: 100%;transition: all 0.5s ease 0s;}
@media screen and (max-width:767px){
    a.btn-send{ font-size:3.38165vw;}
}
    
/** 下版 **/
footer{display: none;background:rgba(95,120,86,.75) url("../images/footer_bg.png")repeat-x bottom left;padding:3.6rem 15px calc(3.6rem + 65px) 15px;}
footer .footer{max-width: 1280px;margin: 0 auto;padding: 0 14.4rem;}
footer .footer .f-title-main{line-height: 1.4;}
footer .footer .f-title-main .f-title-en{font-size: 42px; color: #f7f8f8;font-weight: 700;}
footer .footer .f-title-main .f-title{font-size: 24px; color: #f7f8f8;font-weight: 700;letter-spacing: 2px;}
footer .footer .f-logo{width: 180px;margin:35px 0 30px 0;}
footer .footer .f-contact{}
footer .footer .f-contact>ul{list-style: none;padding: 0;margin: 0;}
footer .footer .f-contact>ul>li{display: flex;padding: 0;margin:25px 0;font-size: 14px; color: #f7f8f8; font-weight: 500;}
footer .footer .f-contact>ul>li .f-contact-title{width: 180px ;border: 1px #ffffff solid;margin: 0 10px 0 0;padding: 4px 15px;height: 100%;text-align: center;}
footer .footer .f-contact>ul>li .f-contact-content{flex: 1;padding: 0 15px;display: flex;align-items: center;}
footer .footer .f-contact>ul>li .f-contact-content>ol, footer .footer .f-contact>ul>li .f-contact-content>ul{margin: 0 0 0 18px;padding: 0;}
@media screen and (max-width:1920px){
    footer{padding:3vw 15px calc(3vw + 65px) 15px;}
    footer .footer{padding: 0 12vw;}
}
@media screen and (max-width:1000px){
    footer{padding:30px 15px 96px 15px;}
    footer .footer{padding: 0 ;}
    footer .footer .f-title-main .f-title-en{font-size: 36px;}
    footer .footer .f-title-main .f-title{font-size: 20px;}
    footer .footer .f-logo{width: 150px;margin:30px 0 25px 0;}
    footer .footer .f-contact>ul>li{margin:20px 0;}
    footer .footer .f-contact>ul>li .f-contact-title{width: 160px ;margin: 0;}
}
@media screen and (max-width:767px){
    footer{background:rgba(95,120,86,.75) url("../images/footer_bg.png")repeat-x bottom left;background-size: 195%; padding:30px 9% 18.5% 9%;}
    footer .footer .f-title-main .f-title-en{font-size: 4.83093vw;font-weight: 500;}
    footer .footer .f-title-main .f-title{font-size:2.89856vw;font-weight: 500;letter-spacing: 0.483092vw;}
    footer .footer .f-logo{width:22.709vw;margin:0 0 6.03865vw 0;}
    footer .footer .f-contact>ul>li{display:block;}
    footer .footer .f-contact>ul>li .f-contact-title{width: 100%;margin: 0 0 3.6232vw 0;font-size: 2.89856vw; letter-spacing: 0.483092vw;}
    footer .footer .f-contact>ul>li .f-contact-content{flex:initial;width: 100%;padding: 0;font-size: 2.41547vw;}
}

/** 電腦&手機 **/
.computer{display: block!important;}
.phone{display: none!important;}
@media screen and (max-width:767px){
    .computer{display: none!important;}
    .phone{display: block!important;}
}
