@charset "utf-8";

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

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

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

/** font **/
@import url(Inter+Tight-Noto+Sans+TC.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:18px;line-height: 1.6;font-family: "Inter Tight", "Noto Sans TC", sans-serif;word-break: break-word;letter-spacing: 1px; overflow-y: scroll;}
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;}
.table-responsive table{min-width: 575px;overflow-x: auto;}

/** 表單預設文字顏色設定 **/
::-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;}

/** 手機選單、選單 色塊-變色 **/
.b-color, .slicknav_menu{}
.slicknav_icon-bar{background-color:#FFF;}
.b-color>li:hover, .b-color>li>ul>li>a:hover, .slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover{color: #1c7c00;}
.border-color{border-left:7px #A0A0A0 solid;}
.slicknav_nav .slicknav_arrow{font-family:Arial;position: absolute;top: 13px; right: 10px;}
@media screen and (max-width:374px){
	.slicknav_nav .slicknav_arrow{right: 8px;}
}

/** 上版 **/
header{padding: 0 3.29%;position: fixed;top: 0;left: 0;width: 100%;z-index: 10000;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0+100 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */transition: all 0.5s ease 0s;}
.head-main{border-bottom: 1px #ffffff solid;display: flex;align-items: center;transition: all 0.5s ease 0s;}
.head-main .logo{width: 240px; height: auto;transition: all 0.5s ease 0s;}
.head-main .logo a{display: block;}
.head-main .logo img{width:100%; height:auto;filter: brightness(0) invert(1);transition: all 0.5s ease 0s;}
.header-height{background: #ffffff;border-bottom: 1px #cccccc solid;transition: all 0.5s ease 0s;}
.header-height .head-main{border-bottom: 0;transition: all 0.5s ease 0s;}
.header-height .head-main .logo {width:170px;transition: all 0.5s ease 0s;}
.header-height .head-main .logo img{filter: brightness(100) invert(0);transition: all 0.5s ease 0s;}
@media screen and (max-width:1390px){
    header{padding: 0 15px;}
    .head-main .logo{width: 210px; }
}
@media screen and (max-width:1200px){
    .head-main {border-bottom:0;}
    .head-main .logo{width:170px;position: fixed;top: 7px;left: 15px;z-index: 10000;}
    .header-height{border-bottom: 0;}
}

/** 主選單與下拉 **/
nav{flex: 1;}
.menu{ padding:0; list-style:none; position:relative; margin:0 ; display:flex;justify-content: flex-end;}
.menu>li{color:#ffffff; font-size:18px; text-align:center; position:relative; cursor:pointer; padding:0; margin:0;}
.menu>li>a{color:#ffffff; display:block; padding:30.6px 16px; margin:0;position: relative;transition: all 0.5s ease 0s;}
.menu>li:last-of-type>a{padding:30.6px 0 30.6px 16px;transition: all 0.5s ease 0s;}
.menu>li:after{content: "";display: block;width: 0px; height: 4px; background: #deff27;position: absolute;bottom: 0;left: calc(50% - 0px);transition: all 0.5s ease 0s;}
.menu>li:last-of-type:after{left: calc(50% + 8px);}
.menu>li>a:hover{color: #deff27; transition: all 0.5s ease 0s;}
.menu>li:hover:after{width: 20px; left: calc(50% - 10px);transition: all 0.5s ease 0s;}
.menu>li:last-of-type:hover:after{left: calc(50% - 2px);}
.menu>li.sub>ul.sub-menu{background:#ffffff;border: 1px #ffffff solid;display:none; position:static; z-index:999; margin:0; padding:0; border-radius:0; overflow:hidden;}
.menu>li.sub:hover ul.sub-menu{position:absolute; display:block; width:220px; left:calc(50% - 110px); top:89.98px;transition: all 0.5s ease 0s;}
.menu>li.sub>ul.sub-menu>li{display:block; font-size: 16px;}
.menu>li.sub>ul.sub-menu>li>a{display:block; color:#222222; padding:8px 10px; margin:0;}
.menu>li.sub>ul.sub-menu>li>a:hover{background:#1c7c00;color: #ffffff;}
.header-height .menu>li>a{color:#222222;padding:15.6px 16px; transition: all 0.5s ease 0s;}
.header-height .menu>li>a:hover{color:#1c7c00; transition: all 0.5s ease 0s;}
.header-height .menu>li:after{ background:#1c7c00;transition: all 0.5s ease 0s;}
.header-height .menu>li:last-of-type>a{padding:15.6px 0 15.6px 16px;transition: all 0.5s ease 0s;}
.header-height .menu>li.sub>ul.sub-menu{border: 1px #cccccc solid;transition: all 0.5s ease 0s;}
.header-height .menu>li.sub:hover ul.sub-menu{top:59.98px;transition: all 0.5s ease 0s;}
@media screen and (max-width:1420px){
    .menu>li>a{padding:30.6px 8px;}
    .menu>li:last-of-type>a{padding:30.6px 0 30.6px 8px;}
    .menu>li:last-of-type:after{left: calc(50% + 4px);}
    .menu>li:last-of-type:hover:after{left: calc(50% - 6px);}
    .header-height .menu>li>a{padding:15.6px 8px;}
    .header-height .menu>li:last-of-type>a{padding:15.6px 0 15.6px 8px;}
}
@media screen and (max-width:1200px){
	#menu{display:none;}
	.slicknav_menu{display:block;position: fixed;top: 0;left: 0;width: 100%;z-index: 10000;}
    .slicknav_menu-height {background:#ffffff;border-bottom: 1px #cccccc solid;}
    .slicknav_menu-height .slicknav_icon-bar{background-color:#222222;}
}

/** edm輪播 **/
.edm{overflow: hidden;position: relative;height: 94vh;}
.mycanvas{display: none;}
.edm-font{position: absolute;bottom: 0;left:calc(50% - 45%);width: 90%;height: calc(100% - 91px);z-index: 10;display: flex;flex-wrap: wrap; align-content: center;justify-content: center;text-align: center;color: #ffffff;text-shadow: 0 1px 10px rgba(0,0,0,.8);}
.edm-font .edm-font01{font-weight: 500;font-size: 1.951857vw;letter-spacing: 0.4vw;width: 100%;}
.edm-font .edm-font02{font-weight: 400;font-size:1.561486vw;letter-spacing: 0.56vw;width: 100%;}
.edm-font .edm-title{font-weight: 700;font-size: 3.90371vw;letter-spacing: 0.9vw;width: 100%;}
.edm-font .edm-title span{display: inline-block;transform: rotateY(180deg);margin: 0 0.9vw 0 0;}
@media screen and (max-width:1200px){
    .edm-font{height: 100%;}
    .edm-font .edm-font01{font-size: 3.2vw;}
    .edm-font .edm-font02{font-size:2.7vw;}
    .edm-font .edm-title{font-size: 6vw;}
}
@media screen and (max-width:767px){
    .edm{height: 84vh;}
    .edm-font .edm-font01{font-size: 4.3vw;}
    .edm-font .edm-font02{font-size:3.6vw;}
    .edm-font .edm-title{font-size: 8vw;}
}

/** 配置 **/
.warpper{overflow: hidden;}
.main{}
.i-title-main{text-align: center;margin: 0 0 20px 0;}
.i-title-en{font-size: 20px; color: #1c7c00;text-transform: uppercase;letter-spacing: 3px;}
.i-title{padding: 0;margin: 0;line-height: 1.4;font-size: 44px; color: #222222;font-weight: 500;letter-spacing: 5px;}
.i-note{font-size: 18px; color: #666666;margin: 0 0 30px 0;}
.more{font-size: 16px; color: #ffffff;display: flex;;justify-content: flex-end;text-align: center;text-transform: uppercase;margin: 20px 0 0 0;}
.more a{display:block;color: #ffffff;background: #1c7c00;position: relative;z-index: 1;border: 1px #1c7c00 solid;padding: 11px 45px 11px 24px;border-radius: 30px;width: 170px;overflow: hidden;}
.more a:before{content: "";display: block;width: 14px;height: 14px;background: url("../images/more-icon.svg")no-repeat center center;background-size: 14px; position: absolute;top: 16px;right: 20px;z-index: -1; transition: all 0.5s ease 0s;}
.more a:after{content: "";display: block;width: 0%;height: 100%;background: #ffffff;position: absolute;top: 0;left: 0;z-index: -2; transition: all 0.5s ease 0s;}
.more a:hover{color: #1c7c00;}
.more a:hover:before{background: url("../images/more-icon_h.svg")no-repeat center center;background-size: 14px; }
.more a:hover:after{width: 100%;transition: all 0.5s ease 0s;}
@media screen and (max-width:1024px){
    .i-title-en{font-size: 16px; letter-spacing: 2px;}
    .i-title{font-size: 36px;}
    .i-note{margin: 0 0 20px 0;}
    .more{font-size: 14px;}
    .more a{padding: 10px 30px 10px 15px;width: 150px;}
    .more a:before{width: 12px;height: 12px;background: url("../images/more-icon.svg")no-repeat center center;background-size: 12px;top: 15px;right: 15px;}
}

/** 首頁三步驟 **/
.i-service-main{padding: 5% 15px 8% 15px;background: url("../images/service_bg.svg")repeat-x center bottom;background-size: 120px;}
.i-service{max-width: 1280px;margin: 0 auto;}
.i-service>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.i-service>ul>li{padding: 20px;margin: 15px 25px; width: calc(100%/3 - 50px);border: 1px #eeeeee solid;position: relative;z-index: 1;}
.i-service>ul>li:before{content: "";display: block;width: 63px; height: 6px; background: #1c7c00;position: absolute;top: -4px;right: -1px;}
.i-service>ul>li:after{content: "";display: block;width: 0;height: 0;border-style: solid;border-width: 12px 0 12px 20px;border-color: transparent transparent transparent #1c7c00;position: absolute;top: 148.5px;right: -21px;}
.i-service>ul>li:last-of-type:after{display: none;}
.i-service>ul>li .i-service-icon{width: 60px;}
.i-service>ul>li h3{padding: 0;margin:15px 0;line-height: 1.4;font-size: 36px; color: #222222;font-weight: 500;}
.i-service>ul>li .i-service-content{font-size: 16px; color: #222222;padding:15px 0;position: relative;}
.i-service>ul>li .i-service-content:before{content: "";display: block;width: calc(100% + 21px);height: 1px; background: #1c7c00;position: absolute;top: 0;right: -21px;}
.i-service>ul>li .i-service-content>ul{list-style: none;padding: 0;margin: 0;}
.i-service>ul>li .i-service-content>ul>li{position: relative;margin: 5px 0;padding: 0 0 0 20px;}
.i-service>ul>li .i-service-content>ul>li:before{content: "";display: block;width: 5px;height: 5px;background: #1c7c00;border-radius: 5px;position: absolute;top: 10px;left: 3px;}
.i-service>ul>li .i-service-content>ul>li a{color: #222222;}
.i-service>ul>li .i-service-content>ul>li a:hover{color: #1c7c00;}
.i-service>ul>li .i-service-step{position: absolute;bottom:-31px;right:-9px;line-height: 1;z-index: -1;color: #eaf2e3;font-size: 230px;font-weight: 700;}
@media screen and (max-width:1024px){
    .i-service-main{padding: 30px 15px 70px 15px;}
    .i-service>ul{display: block;}
    .i-service>ul>li{margin: 20px 0; width: 100%;}
    .i-service>ul>li:after{border-width: 16px 9px 0 9px;border-color: #1c7c00 transparent transparent transparent;top: inherit;bottom: -17px; right: calc(50% - 9px);}
    .i-service>ul>li .i-service-icon{width: 50px;}
    .i-service>ul>li h3{margin:10px 0;font-size: 30px;}
    .i-service>ul>li .i-service-content:before{width: calc(100% + 20px);right: -20px;}
}
@media screen and (max-width:575px){
    .i-service>ul>li{padding: 15px;}
    .i-service>ul>li .i-service-content:before{width: calc(100% + 15px);right: -15px;}
}

/** 首頁輔導實績 **/
.i-performance-main{padding: 5% 3.29%;background: #f1f8ee;}
.i-performance{position: relative;}
.i-performance .i-performance-content{}
.i-performance .i-performance-content h3{padding: 0;margin:15px 0;line-height: 1.4;font-size: 18px; color: #222222;font-weight: 400;text-align: center;}
.performance-photo-main{border: 1px #eeeeee solid;overflow: hidden;}
.performance-photo-main .performance-photo{background-color: #ffffff;background-repeat: no-repeat;background-position: center center;background-size: contain;}
@media screen and (max-width:1390px){
    .i-performance-main{padding: 5% 15px;}
}
@media screen and (max-width:1024px){
    .i-performance-main{padding: 30px 15px;}
    .i-performance .i-performance-content h3{margin: 10px 0; font-size: 16px; }
}

/** 首頁里程碑 **/
.i-milestone-main{padding: 0 15px;background: url("../images/milestone_bg.jpg")no-repeat center center fixed;background-size: cover;}
.i-milestone{max-width: 1280px; margin: 0 auto;display: flex;align-items: center;}
.i-milestone .i-milestone-title{width: 360px;padding: 5% 0;}
.i-milestone .i-milestone-title .i-title-main{text-align:left;}
.i-milestone .i-milestone-title .i-title-en{color: #deff27;}
.i-milestone .i-milestone-title .i-title{color: #ffffff;}
.i-milestone .i-milestone-content{flex: 1;}
.i-milestone .i-milestone-content>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.i-milestone .i-milestone-content>ul>li{padding:7% 20px;margin:0;width: calc(100%/3);background: #f3f3f3;display: flex;flex-wrap: wrap;align-content: flex-start;}
.i-milestone .i-milestone-content>ul>li .i-milestone-numb-main{display: flex;align-items: flex-end;width: 100%;color: #1c7c00;}
.i-milestone .i-milestone-content>ul>li .i-milestone-numb-main .i-milestone-numb{font-size: 60px;font-weight: 700;width:auto;line-height: 1.2;}
.i-milestone .i-milestone-content>ul>li .i-milestone-numb-main .i-milestone-numb-unit{display: inline-block;font-size: 24px;font-weight: 500; padding:0 6px;margin: 0 0 8px 0;width: auto;}
.i-milestone .i-milestone-content>ul>li .i-milestone-dep{font-size: 18px; color: #222222;font-weight: 400;width: 100%;}
.i-milestone .i-milestone-content>ul>li:nth-child(even){background: #1c7c00;}
.i-milestone .i-milestone-content>ul>li:nth-child(even) .i-milestone-numb-main{color: #f3f3f3;}
.i-milestone .i-milestone-content>ul>li:nth-child(even) .i-milestone-dep{color: #f3f3f3;}
@media screen and (max-width:1250px){
    .i-milestone .i-milestone-content>ul>li{width: calc(100%/2);}
    .i-milestone .i-milestone-content>ul>li:nth-child(even) .i-milestone-numb-main{color: #1c7c00;}
    .i-milestone .i-milestone-content>ul>li:nth-child(even) .i-milestone-dep{color: #222222;}
    .i-milestone .i-milestone-content>ul>li:nth-child(even){background: #f3f3f3;}
    .i-milestone .i-milestone-content>ul>li:nth-child(4n-1), .i-milestone .i-milestone-content>ul>li:nth-child(4n-2){background: #1c7c00;}
    .i-milestone .i-milestone-content>ul>li:nth-child(4n-1) .i-milestone-numb-main, .i-milestone .i-milestone-content>ul>li:nth-child(4n-2) .i-milestone-numb-main{color: #f3f3f3;}
    .i-milestone .i-milestone-content>ul>li:nth-child(4n-1) .i-milestone-dep, .i-milestone .i-milestone-content>ul>li:nth-child(4n-2) .i-milestone-dep{color: #f3f3f3;}
}
@media screen and (max-width:1024px){
    .i-milestone-main{padding: 30px 15px;}
    .i-milestone{display: block;}
    .i-milestone .i-milestone-title{width:100%;padding: 0;}
    .i-milestone .i-milestone-title .i-title-main{text-align:center;}
    .i-milestone .i-milestone-content{flex: initial;width: 100%;}
    .i-milestone .i-milestone-content>ul>li .i-milestone-numb-main .i-milestone-numb{font-size: 54px; }
    .i-milestone .i-milestone-content>ul>li .i-milestone-numb-main .i-milestone-numb-unit{font-size: 20px; }
    .i-milestone .i-milestone-content>ul>li .i-milestone-dep{font-size: 16px;} 
}
@media screen and (max-width:575px){
    .i-milestone .i-milestone-content>ul>li{width: calc(100%/1);text-align: center;padding: 30px 15px 25px 15px;}
    .i-milestone .i-milestone-content>ul>li .i-milestone-numb-main{justify-content: center;}
    .i-milestone .i-milestone-content>ul>li .i-milestone-numb-main .i-milestone-numb{justify-content: center;}
    .i-milestone .i-milestone-content>ul>li:nth-child(4n-1), .i-milestone .i-milestone-content>ul>li:nth-child(4n-2){background: #f3f3f3;}
    .i-milestone .i-milestone-content>ul>li:nth-child(4n-1)  .i-milestone-numb-main, .i-milestone .i-milestone-content>ul>li:nth-child(4n-2) .i-milestone-numb-main{color: #1c7c00;}
    .i-milestone .i-milestone-content>ul>li:nth-child(4n-1) .i-milestone-dep, .i-milestone .i-milestone-content>ul>li:nth-child(4n-2) .i-milestone-dep{color: #222222;}
    .i-milestone .i-milestone-content>ul>li:nth-child(even) .i-milestone-numb-main{color: #f3f3f3;}
    .i-milestone .i-milestone-content>ul>li:nth-child(even) .i-milestone-dep{color: #f3f3f3;}
    .i-milestone .i-milestone-content>ul>li:nth-child(even){background: #1c7c00;}
}

/** 首頁影片 **/
.i-video-main{padding: 5% 15px 0 15px;}
.i-video{max-width: 1280px; margin: 0 auto;}
.youtube {position: relative;padding-bottom: 56.25%;padding-top: 30px;height: 0;overflow: hidden;}
.youtube iframe {position: absolute;top:0;left: 0;width: 100%;height: 100%;}
.video {background: #000000; position: relative;padding-bottom:56.25%;padding-top: 0px;height: 0;overflow: hidden;width: 100%;}
.video video {object-fit: cover;object-position: center;position: absolute;top:0;left: 0;width: 100%;height: 100%;}
@media screen and (max-width:1024px){
    .i-video-main{padding: 30px 15px 0 15px;}
}

/** 首頁解決方案 **/
.i-project-main{padding: 5% 15px;}
.i-project{max-width: 1280px; margin: 0 auto;}
.i-project .i-title-main{text-align:left}
.i-project>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;justify-content: center;}
.i-project>ul>li{padding:0;margin:10px;flex: 1;transition: all 0.5s ease 0s;}
.i-project>ul>li:hover{width: calc(100%/3 - 20px);flex: initial;transition: all 0.5s ease 0s;}
.i-project>ul>li.active{width: calc(100%/3 - 20px);flex: initial;transition: all 0.5s ease 0s;}
.i-project>ul>li a{display: block;}
.i-project>ul>li a:hover{}
.i-project>ul>li .i-project-photo{background-repeat: no-repeat;background-size: cover;background-position: center center;}
.i-project>ul>li .i-project-bg{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+20,131313+100&0.7+20,0+100 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.7) 20%,rgba(19,19,19,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */width: 100%;height: 100%;padding: 20px;}
.i-project>ul>li .i-project-content{width: 100%;height: 100%;color: #ffffff;position: relative;padding: 0 0 70px 0;}
.i-project>ul>li .i-project-content .i-project-numb{font-size: 24px;font-weight: 500;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.i-project>ul>li .i-project-content h3{padding: 0;margin:5px 0 15px 0;line-height: 1.4;font-size: 24px; color: #ffffff;font-weight: 500;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;min-height: 67.19px;}
.i-project>ul>li .i-project-content .i-project-info{font-size: 18px; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 10;-webkit-box-orient: vertical;font-weight: 300;min-height: 287.97px;}
.i-project>ul>li .i-project-content .i-project-more{font-size: 24px; color: #1c7c00;background: #ffffff;font-weight: 500;border-radius: 50px;width: 50px; height: 50px;display: flex;align-items: center;justify-content: center;position: absolute;bottom: 0;right: 0;transition: all 0.5s ease 0s;}
.i-project>ul>li:hover .i-project-content .i-project-more{background: #1c7c00;color: #ffffff;transition: all 0.5s ease 0s;}
@media screen and (max-width:1024px){
    .i-project-main{padding: 30px 15px;}
    .i-project>ul>li{flex: initial;margin: 5px;width: calc(100%/2 - 10px);}
    .i-project>ul>li:hover{width: calc(100%/2 - 10px);}
    .i-project>ul>li.active{width: calc(100%/2 - 10px);}
    .i-project>ul>li .i-project-content{padding: 0 0 59px 0;}
    .i-project>ul>li .i-project-content .i-project-numb{font-size: 20px;}
    .i-project>ul>li .i-project-content h3{font-size: 20px;min-height:56px;}
    .i-project>ul>li .i-project-content .i-project-info{font-size: 16px;min-height: 255.94px;}
    .i-project>ul>li .i-project-content .i-project-more{font-size: 20px;width: 44px; height: 44px;}
}
@media screen and (max-width:575px){
    .i-project>ul>li{margin:10px 0;width: calc(100%/1);}
    .i-project>ul>li:hover{width: calc(100%/1);}
    .i-project>ul>li.active{width: calc(100%/1);}
    .i-project>ul>li .i-project-bg{padding: 15px;}
    .i-project>ul>li .i-project-content h3{min-height:inherit;}
    .i-project>ul>li .i-project-content .i-project-info{min-height: inherit;}
}

/** 內頁banner **/
.inside-banner{ padding:calc(90px + 7%) 15px 7% 15px;background-position: center center;background-repeat: no-repeat;background-size: cover;background-attachment: fixed;position: relative;overflow: hidden;}
.inside-banner .banner-title{max-width:1280px; font-size:18px; color:#ffffff; margin:0 auto; padding:0;text-align: center;}
.inside-banner .banner-title .banner-title-ch{padding: 0;margin: 0;font-weight: 500;line-height: 1.4;font-size: 44px;color:#ffffff;letter-spacing: 4px;}
.inside-banner .banner-title .banner-title-en{font-size: 9vw;color: rgba(255,255,255,.4);line-height: 0.7;position: absolute;bottom: 0;right: -1vw;font-weight: 500;letter-spacing: 4px;}
@media screen and (max-width:1200px){
    .inside-banner{ padding:calc(49px + 7%) 15px 7% 15px;}
}
@media screen and (max-width:1024px){
    .inside-banner .banner-title .banner-title-ch{font-size: 36px;}
}

/** Breadcrumb **/
nav[aria-label="breadcrumb"]{padding:0;font-size: 14px;position: relative;z-index: 1;font-weight: 300;margin: 5px 0 0 0;}
.breadcrumb{display:flex; flex-wrap:wrap;justify-content:center; width:100%; margin:0 ; padding:0; list-style:none; background-color:transparent;}
.breadcrumb-item{padding-left:0;}
.breadcrumb-item + .breadcrumb-item::before{display:inline-block; padding-right:0.5rem; color:#ffffff; content:"/";}
.breadcrumb-item a{display: inline-block;text-decoration:none; color:#ffffff;}
.breadcrumb-item a:hover{color:#deff27; text-decoration:none;}
.breadcrumb-item.active{color:#ffffff;}

/** 內頁架構 **/
.content-body{max-width:1280px; margin:0 auto; background:#ffffff; padding:50px 0;}
.page-title{font-size:24px; color:#222222; padding:0; margin:5px 0 25px 0;line-height: 1.4;display: flex;}
.page-title i{margin: -3px 8px 0 0;min-width: 40px;}
.page-title i img{width: 40px;}
.page-main{padding:0; font-size:18px; color:#222222;}
@media screen and (max-width:1200px){
    .content-body{padding:30px 0;}
}
@media screen and (max-width:1024px){
    .page-title{font-size:22px; }
    .page-title i{min-width: 36px;}
    .page-title i img{width: 36px;}
}

/** 左邊分類 **/
.left-menu-title{background:#e9ecef; text-align:center; font-size:18px; font-weight:bold; padding:8px 0; border-radius:5px 5px 0 0; margin-bottom:3px; border-bottom:2px solid #6d6d6d; color:#525252;}
.in-left-menu>ul{margin:0; padding:0; list-style:none;}
.in-left-menu>ul>li{font-size:18px; color:#222222; padding:0;margin:0 0 20px 0;}
.in-left-menu>ul>li>a{background:#f1f8ee; color:#222222;display:block; padding:10px 15px;border-radius: 10px;}
.in-left-menu>ul>li>a:hover{background: #1c7c00;color: #ffffff;}
.in-left-menu>ul>li>.current{background: #1c7c00;color: #ffffff;}
.in-left-menu>ul>li ul{margin:0; padding:0; list-style:none;display: none;}
.in-left-menu>ul>li ul li{font-size:16px;  padding:0;position: relative;}
.in-left-menu>ul>li ul li:after{content: "";display: block;width: 4px; height: 4px;background:#1c7c00;position: absolute;top: 20px; left: 17px;}
.in-left-menu>ul>li ul li a{padding: 10px 15px 10px 30px; color:#666666; display:block;}
.in-left-menu>ul>li ul li a:hover{color:#1c7c00;}
.left-beautify img{width:100%; height:auto; margin-top:0px;}
.m_classLink{display:none;}
@media screen and (max-width:991px){
	.classBox{padding:0 0 20px 0;}
	ul.classLink{display:none;}
	.m_classLink{display:block; position:relative; background-color:#ffffff; border:1px solid #1c7c00;}
	.m_classLink a.main{display:block; background:none; font-size:16px; font-family:"Microsoft JhengHei", "新細明體", sans-serif; color:#333; position:relative; padding:10px 55.59px 10px 10px;}
	.m_classLink a.main i{display:block; font-size:16px; background:#1c7c00; width:45.59px; height:100%; text-align:center; color:#FFF; line-height:45.59px; position:absolute; right:0; top:0;}
	.m_classLink ul{display:none; margin:0; padding:0; list-style:none; width:100%; background:#FFF; border:1px solid #1c7c00; position:absolute; left:0; top:100%; z-index:99; box-sizing:border-box;}
	.m_classLink ul li{margin:0; padding:0;font-size:16px;}
	.m_classLink ul li a{display:block; padding:10px; border-top:1px solid #1c7c00; font-family:"Microsoft JhengHei", "新細明體", sans-serif;  color:#222;}
	.m_classLink ul li:first-child a{border:none;}
	.m_classLink ul li a:hover{color:#1c7c00;;}
	.m_classLink ul li ul{display:block; margin:0; padding:0; list-style:none; width:100%; background:#f1f8ee; border:0; position:inherit; left:inherit; top:inherit; z-index:999; box-sizing:border-box;}
	.m_classLink ul li ul li{border: 0;font-size: 15px;position: relative;}
	.m_classLink ul li ul li:after{content: "";display: block;width: 4px; height: 4px;background:#1c7c00;position: absolute;top: 20px; left: 17px;}
	.m_classLink ul li ul li a{border: 0;color: #666666;padding: 10px 10px 10px 30px;}
	.left-menu-title{display:none;}
	.left-beautify{display:none;}
}

/** 最新消息 **/
.news{}
.news ul{margin:0; padding:0; list-style:none;display: flex;flex-wrap: wrap;}
.news ul li{clear:both; width: calc(100%/2 - 30px);margin: 15px;padding: 0;}
.news ul li a{color:#333; display:flex; padding:0;background: #f1f8ee;}
.news ul li a:hover{position: relative;z-index: 1;background: #ffffff; box-shadow: 0 0 15px 0 rgba(0,0,0,.2);}
.news ul li .news-content{flex:1; font-size:16px; color:#333;padding: 15px;}
.news ul li .news-content .news-date{display: table;background: #1c7c00; color:#ffffff; font-size:14px; text-align:center; margin:0 0 0 -20px;padding: 4px 15px 4px 20px;border-radius: 0 50px 50px 0;}
.news ul li .news-content h3{padding: 0;margin:15px 0 5px 0;font-weight: 500;font-size: 18px;color: #222222;line-height: 1.4;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.news ul li .news-content .news-info{font-size: 16px;color: #666666;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.news-photo-main{width: 250px;margin: 0 5px 0 0;}
.news-photo-main .news-photo{background-color: #ffffff;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.news-detail-date{display: table;background: #1c7c00; color:#ffffff; font-size:16px; text-align:center; margin:15px 0;padding: 4px 15px 4px 15px;border-radius: 0 50px 50px 0;}
@media screen and (max-width:1024px){
    .news ul li{margin: 10px 0; width: calc(100%/1 - 0px);}
    .news ul li .news-content{padding:10px 15px;}
    .news ul li .news-content h3{font-size: 17px;margin:10px 0 5px 0;}
    .news ul li .news-content .news-info{-webkit-line-clamp: 2;}
    .news-detail-date{font-size:15px;}
}
@media screen and (max-width:767px){
	.news-photo-main{width: 200px;}
}
@media screen and (max-width:575px){
	.news ul li{ width: calc(100%/2 - 10px);margin: 5px;}
    .news ul li a{display: block;}
    .news ul li .news-content{padding:10px 10px;}
    .news ul li .news-content .news-date{margin:0 0 0 -10px;padding: 4px 15px 4px 10px;}
    .news ul li .news-content .news-info{-webkit-line-clamp: 3;}
    .news-photo-main{width:100%;}
}

/** 產品列表介紹 **/
.pro-store-info{font-size:16px; color:#666; padding:10px; margin-bottom:20px;}
.pro-list {}
.pro-list ul{margin:0; padding:0; list-style:none; display:flex; flex-wrap:wrap;}
.pro-list ul li{width:calc(100%/4 - 10px); margin:5px; padding:0; text-align:center;}
.pro-list ul li a{padding: 10px;display: block;}
.pro-list ul li a:hover{background: #ffffff; box-shadow: 0 0 15px 0 rgba(0,0,0,.2);}
.pro-list ul li h3{font-size:16px; color:#222222; line-height:1.4; font-weight:400; padding:0; margin:10px 0;}
.pro-photo-main{}
.pro-photo-main .pro-photo{background-color: #ffffff;background-position: center center;background-repeat: no-repeat;background-size:contain;}
@media screen and (max-width:1024px){
    .pro-list ul li{width:calc(100%/3 - 10px);}
    .pro-list ul li a{padding: 5px;}
}
@media screen and (max-width:575px){
    .pro-list ul li{width:calc(100%/2 - 0px);margin: 0;}
}

/** 產品明細 **/
.pro-detaile-title{font-size:18px; color:#333; padding:5px; margin:0 0 10px 0; font-weight:normal;}
.pro-detaile-box{display:block; margin:0 0 15px 0;text-align: center;}
.pro-detaile-photo-box{width:calc(50% - 25px); margin:0 25px 0 0;}
.pro-detaile-spe-box{width:50%; position:relative; padding-bottom:210px;}
.pro-detaile .pro-photo-box{background:#fff; width:100%; margin:0; padding:0;}
.pro-detaile .pro-photo-box img{width:100%; height:auto;}
.pro-list-time{background:url(../images/time.png) left center no-repeat; font-size:12px; color:#968c69; padding-left:20px;}
.pro-specification{font-size:16px; color:#333; position:relative;}
.cart-info{position:absolute; width:100%; bottom:0;}
.cart-info .price{font-size:22px; font-weight:bold; color:#F00; vertical-align:middle; display:block; text-align:right;}
.cart-info .price.origin{font-size:smaller; color:#666; text-decoration:line-through;}
.cart-info .price.special{font-size:smaller; color:#000;}
.pro-introduce{ font-weight:500;  padding:0 15px; font-size:24px; color:#222222; margin:30px 0 15px 0;line-height: 1.4;border-left: 6px #1c7c00 solid;}
.pro-content{padding:0px 0; font-size:18px; color:#222222; clear:both;}
@media screen and (max-width:1024px){
	.pro-introduce{font-size:22px;}
}
@media screen and (max-width:767px){
	.pro-detaile-box{display:block;}
	.pro-detaile-photo-box{width:100%; margin:0 0 15px 0;}
	.pro-detaile-spe-box{width:100%; padding-bottom:0;}
	.cart-info{position:inherit; bottom:inherit;}
}

/** 永續學院搜尋 **/
.search-info{color:#1c7c00;  margin-bottom:30px; text-align:center;padding: 0;}
.search{display: flex;margin: 20px 0 0 0;position: relative;z-index: 1;}
.search-input{flex: 1;}
.search-input input[type="text"]{border: 0;background: #ffffff;padding: 8px 15px;width: 100%;min-height: 50px;color: #000000;}
.search-input input[type="text"]:focus{background: #ffffff;box-shadow: 0 0 0 1px #eeeeee;}
.search-btn{width: 50px;border-radius: 0;}
.search-btn a{display: flex;align-content: center;justify-content: center;border: 0;border-left: 0; width: 100%;padding: 8px 12px;min-height: 50px;transition: all 0.3s ease 0s;background:#222222;}
.search-btn a img{filter: brightness(100);}
.search-btn a:hover{background: #1c7c00 ;transition: all 0.3s ease 0s;}
@media screen and (max-width:1024px){
    .search-info{font-size: 16px;}
    .search{font-size: 16px;}
}

/** 永續學院 **/
.photo{overflow: hidden;background: #ffffff;}
.photo img{width: 100%;height: 100%;object-fit: contain;object-position: center; aspect-ratio: 1 / 1;transform: scale(1);transition: all 0.5s ease 0s;}
.sustainable-topic{}
.sustainable-topic-title{text-align: center;line-height: 1.4;font-size: 36px;color: #222222;font-weight: 500;letter-spacing: 5px;padding: 0;margin: 0 auto 15px auto;position: relative;display: table;}
.sustainable-topic-title:before{content: "";display: block;width: 30px; height: 3px;background: #1c7c00;position: absolute;top: calc(50% - 1.5px);left: -50px;}
.sustainable-topic-title:after{content: "";display: block;width: 30px; height: 3px;background: #1c7c00;position: absolute;top: calc(50% - 1.5px);right: -50px;}
.sustainable-topic>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.sustainable-topic>ul>li{width: calc(100%/4 - 30px);margin: 15px;padding: 0;}
.sustainable-topic>ul>li a{display: block;border: 1px #eeeeee solid;padding: 10px;background: #ffffff;height: 100%;border-radius: 10px;overflow: hidden;}
.sustainable-topic>ul>li a:hover{border: 1px #1c7c00 solid;box-shadow: 0px 10px 15px 0 rgba(0,0,0,.2);}
.sustainable-topic>ul>li:hover .photo img{transform: scale(1.1);transition: all 0.5s ease 0s;}
.sustainable-topic>ul>li .topic-content{margin: 10px 0;text-align: center;border-top: 2px #1c7c00 solid;}
.sustainable-topic>ul>li .topic-content h3{font-size:18px; color:#222222; line-height:1.4; font-weight:500; padding:0; margin:15px 0; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.sustainable-topic>ul>li .topic-content .topic-quantity{font-size:14px; color:#666666;text-align: center;border-top: 1px #eeeeee solid;padding: 10px 0 0 0;margin:0;}
.sustainable-latest-research{display: flex;margin: 4vw 0 0 0;border-top: 3px #eeeeee solid;padding: 4vw 0 0 0;}
.sustainable-latest-research .sustainable-research{flex: 1;margin: 15px;}
.sustainable-latest-research .sustainable-research .sustainable-research-title{display: flex;align-items:flex-end;justify-content: space-around;margin: 0 0 20px 0;}
.sustainable-latest-research .sustainable-research .sustainable-research-title .page-title{flex: 1;margin: 0;}
.sustainable-latest-research .sustainable-research .sustainable-research-title .sustainable-more{font-size: 14px; color: #1c7c00;margin:10px 0;text-transform: uppercase;}
.sustainable-latest-research .sustainable-research .sustainable-research-title .sustainable-more a{display:block;color: #1c7c00;padding:0 15px 0 0;background: url("../images/more-icon_h.svg")no-repeat right center;background-size: 8px;}
.sustainable-latest-research .sustainable-research .sustainable-research-title .sustainable-more a:hover{padding:0 20px 0 0;}
.sustainable-latest-research .sustainable-research>ul{list-style: none;padding:0;margin: 0;}
.sustainable-latest-research .sustainable-research>ul>li{width: 100%;margin:10px 0 ;padding: 20px 15px;border: 1px #eeeeee solid;border-radius: 10px;overflow: hidden;}
.sustainable-latest-research .sustainable-research>ul>li:hover{width: 100%;margin:10px 0 ;padding: 20px 15px;border: 1px #1c7c00 solid;}
.sustainable-latest-research .sustainable-research>ul>li .research-content{}
.sustainable-latest-research .sustainable-research>ul>li .research-content .research-categories{}
.sustainable-latest-research .sustainable-research>ul>li .research-content .research-categories>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.sustainable-latest-research .sustainable-research>ul>li .research-content .research-categories>ul>li{padding: 0;margin: 5px 5px 5px 0; font-size: 14px;}
.sustainable-latest-research .sustainable-research>ul>li .research-content .research-categories>ul>li a{display: block;background: #1c7c00;color: #ffffff;padding: 5px 15px;border-radius: 10px;overflow: hidden;}
.sustainable-latest-research .sustainable-research>ul>li .research-content .research-categories>ul>li a:hover{background: #222222;}
.sustainable-latest-research .sustainable-research>ul>li .research-content .research-date{color: #1c7c00;text-transform: uppercase;font-size: 14px;margin:10px 0 0 0;padding: 0;}
.sustainable-latest-research .sustainable-research>ul>li .research-content h3{font-size:18px; color:#222222; line-height:1.4; font-weight:400; padding:0; margin: 10px 0;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.sustainable-latest-research .sustainable-research>ul>li .research-content h3 a{display: block;color:#222222;}
.sustainable-latest-research .sustainable-research>ul>li .research-content h3 a:hover{color: #1c7c00;}
.sustainable-latest-research .sustainable-research>ul>li .research-content .research-info{font-size:16px; color:#666666; line-height:1.6; font-weight:400; padding:0; margin: 0;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.sustainable-latest-research .sustainable-research>ul>li .research-content .research-tags{margin: 15px 0 0 0;padding: 10px 15px; background: #f1f8ee;border-radius: 10px;overflow: hidden;}
.sustainable-latest-research .sustainable-research>ul>li .research-content .research-tags>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;justify-content: flex-end;}
.sustainable-latest-research .sustainable-research>ul>li .research-content .research-tags>ul>li{padding: 0;margin: 0;font-size: 14px;}
.sustainable-latest-research .sustainable-research>ul>li .research-content .research-tags>ul>li a{display:inline-block;color: #666666;}
.sustainable-latest-research .sustainable-research>ul>li .research-content .research-tags>ul>li a:after{content: "·";display: inline-block;padding: 0 10px;}
.sustainable-latest-research .sustainable-research>ul>li .research-content .research-tags>ul>li:last-of-type a:after{display: none;}
.sustainable-latest-research .sustainable-research>ul>li .research-content .research-tags>ul>li a:hover{color: #1c7c00;}
.sustainable-latest{}
@media screen and (max-width:1024px){
	.sustainable-topic-title{font-size: 30px;margin: 0 auto 10px auto;}
    .sustainable-topic-title:before{width: 20px; height: 2px;top: calc(50% - 1px);left: -35px;}
    .sustainable-topic-title:after{width: 20px; height: 2px;top: calc(50% - 1px);right: -35px;}
    .sustainable-topic>ul>li{width: calc(100%/4 - 20px);margin: 10px;}
    .sustainable-topic>ul>li .topic-content h3{font-size:16px; }
    .sustainable-latest-research{margin: 30px 0 0 0;padding: 30px 0 0 0;}
    .sustainable-latest-research .sustainable-research{margin: 10px;}
    .sustainable-latest-research .sustainable-research>ul>li .research-content h3{font-size:16px;}
    .sustainable-latest-research .sustainable-research .sustainable-research-title .sustainable-more{margin:8px 0;font-size: 13px;}
}
@media screen and (max-width:767px){
    .sustainable-topic>ul>li{width: calc(100%/2 - 20px);}
    .sustainable-latest-research{display:block;}
    .sustainable-latest-research .sustainable-research{flex: initial;width: 100%;margin: 0 0 30px 0;}
}
@media screen and (max-width:575px){
    .sustainable-topic>ul>li{width:100%;margin: 10px 0;}
}

/** 永續學院列表 **/
.sustainable-list{}
.sustainable-list>ul{list-style: none;padding:0;margin: 0;}
.sustainable-list>ul>li{width: 100%;margin:10px 0 ;padding: 20px 15px;border: 1px #eeeeee solid;border-radius: 10px;overflow: hidden;}
.sustainable-list>ul>li:hover{width: 100%;margin:10px 0 ;padding: 20px 15px;border: 1px #1c7c00 solid;}
.sustainable-list>ul>li .sustainable-list-content{}
.sustainable-list-categories{}
.sustainable-list-categories>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.sustainable-list-categories>ul>li{padding: 0;margin: 5px 5px 5px 0; font-size: 14px;}
.sustainable-list-categories>ul>li a{display: block;background: #1c7c00;color: #ffffff;padding: 5px 15px;border-radius: 10px;overflow: hidden;}
.sustainable-list-categories>ul>li a:hover{background: #222222;}
.sustainable-list>ul>li .sustainable-list-content .sustainable-list-date{color: #1c7c00;text-transform: uppercase;font-size: 14px;margin:10px 0 0 0;padding: 0;}
.sustainable-list>ul>li .sustainable-list-content h3{font-size:18px; color:#222222; line-height:1.4; font-weight:400; padding:0; margin: 10px 0;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.sustainable-list>ul>li .sustainable-list-content h3 a{display: block;color:#222222;}
.sustainable-list>ul>li .sustainable-list-content h3 a:hover{color: #1c7c00;}
.sustainable-list>ul>li .sustainable-list-content .sustainable-list-info{font-size:16px; color:#666666; line-height:1.6; font-weight:400; padding:0; margin: 0;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.sustainable-list-tags{margin: 15px 0 0 0;padding: 10px 15px; background: #f1f8ee;border-radius: 10px;overflow: hidden;}
.sustainable-list-tags>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;justify-content: flex-end;}
.sustainable-list-tags>ul>li{padding: 0;margin: 0;font-size: 14px;}
.sustainable-list-tags>ul>li a{display:inline-block;color: #666666;}
.sustainable-list-tags>ul>li a:after{content: "·";display: inline-block;padding: 0 10px;}
.sustainable-list-tags>ul>li:last-of-type a:after{display: none;}
.sustainable-list-tags>ul>li a:hover{color: #1c7c00;}
.sustainable-detail .sustainable-list-tags{margin: 30px 0 0 0;}
.sustainable-detail .sustainable-list-date{color: #1c7c00;text-transform: uppercase;font-size: 14px;margin:20px 0;padding: 0;}
@media screen and (max-width:1024px){
	.sustainable-list>ul>li .sustainable-list-content h3{font-size:16px; }
}

/** 聯絡我們 **/
.contact-body{}
.contact-note{padding:0; color:#666666;}
.contact-note-title{font-size: 30px; font-weight: 500;color: #222222;margin: 0 0 10px 0;}
.contact-note-font001{color: #1c7c00;}
.contact-note-font002{color: #ff7e0c;}
.star{padding:0 10px; font-size:14px; color:#f50d0d;}
.contact-info{font-size: 18px; color: #555555;margin: 30px 0;background: #f1f8ee;position: relative;z-index: 1;padding: 30px 0;}
.contact-info:after{content: "";display: block;width: 300%;height: 100%;background: #f1f8ee;position: absolute;top: 0;left: -100%;z-index: -1;}
.contact-info>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.contact-info>ul>li{padding: 0;margin:10px;display: flex;width: calc(100%/2 - 20px);align-items: flex-start;}
.contact-info>ul>li .contact-info-icon{background: #1c7c00;border-radius: 5px; width:46px;height: 46px;display: flex;align-items: center;justify-content: center; padding: 12px;margin: 0 10px 0 0 ;}
.contact-info>ul>li .contact-info-icon img{filter: brightness(0) invert(1);}
.contact-info>ul>li .contact-info-dep{flex: 1;padding: 5px 0;display: flex;flex-wrap: wrap; align-items: center;font-weight: 500;}
.contact-info>ul>li .contact-info-dep span{display: block;width: 100%;margin: 0 0 5px 0;color: #1c7c00;}
.contact-info>ul>li a{display:contents;color: #555555;}
.contact-info>ul>li a:hover{color: #1c7c00;}
.googlemap {position: relative;padding-bottom: 30%;padding-top: 30px;height: 0;overflow: hidden;margin: 0 0 30px 0;}
.googlemap iframe {position: absolute;top:0;left: 0;width: 100%;height: 100%;}
@media screen and (max-width:1024px){
    .contact-note-title{font-size: 24px; }
    .contact-info>ul .contact-title{font-size: 18px;}
    .contact-info>ul .contact-title:before{width: 9px; height: 9px;background: url("../images/icon001.svg")no-repeat center center;background-size: 9px;}
}
@media screen and (max-width:767px){
    .contact-info{padding: 20px 0;}
    .contact-info>ul>li{margin: 5px 0; width: 100%;}
    .contact-info>ul>li .contact-info-icon{width:40px;height: 40px;padding: 10px;}
    .googlemap {padding-bottom: 60%;}
}

/** 表單欄位 **/
.form-box input, .form-box img{vertical-align:middle;}
.opinion-main{display:flex; flex-wrap:wrap;}
.opinion{flex: 1; display:flex; flex-wrap:wrap; margin:5px ;border-radius:0; overflow:hidden;}
.opinion-left01{width: 100%; padding:5px 0; font-weight:400; font-size:18px;  color:#495057; display:flex; align-items:center;}
.input-main-style01{background: #f3f3f3; flex:1; width:100%; border:1px #cccccc solid; margin:0; padding:5px 15px; font-size:18px;  color:#222222;  min-height:40.8px;}
.input-main-style02{background: #f3f3f3; flex:1; width:100%; border:1px #cccccc solid; margin:0; padding:5px 15px; font-size:18px;  color:#222222; min-height:40.8px;}
.input-main-style03{background: #f3f3f3; flex:1; width:100%; border:1px #cccccc solid; margin:5px 0 0 0; padding:5px 15px; font-size:18px;  color:#222222;  min-height:40.8px;}
.input-main-select{background:none; flex:1; width:100%; border:0; margin:0; padding:5px; font-size:18px;  color:#222222;  display:flex; flex-wrap:wrap;}
.input-main-select select{background:#f4f8fb; width:calc(50% - 2.5px); margin-right:5px; padding:5px 15px;  border:0; font-size:18px; color:#222222; min-height:40.8px;}
.input-main-select select:nth-child(2){margin-right:0;}
.select-style{background:#8a6e0c; font-size:18px; color:#ffffff; line-height:20px; padding:5px 10px; border:0;}
.input-style01{background:#f4f8fb; flex:1; width:100%; border:0; margin:0; padding:5px 15px; font-size:18px;  color:#222222;  min-height:40.8px;}
input:disabled{background-color:#fff; color:#2d7fb9; cursor:no-drop;}
.btn.openlink{margin:3px 0; padding:0 10px; text-align:center; font-size:18px; line-height:1.5; font-weight:bold; background-color:#2d7fb9; color:#fff; border-radius:5px;}
.btn.openlink:hover{background-color:#ffbe00;}
.input-main-style01:focus, .input-main-style02:focus, .input-main-style03:focus, .input-main-select select:focus{background: #ffffff;border-bottom: 1px #1c7c00 solid;}
img.code{width:100px; height:40.8px; margin:0; vertical-align:middle; display:inline-block;}
.pay-main{padding:0;font-size: 18px; color: #222222;border-radius:0;margin: 15px 0 ;}
@media screen and (max-width:1024px){
    .opinion-main{display:block;}
	.opinion{display:block;}
	.opinion-left01{width:100%;}
	.input-main-style02{width:calc(100% - 106px); display:inline-block;}
}

/** 按鈕 **/
.cart-btn{padding:0; text-align:center; margin-top:20px; display:flex; flex-wrap:wrap; justify-content:flex-end; align-items:center;}
.cart-btn i{padding:0 8px 0 0;}
.btn-send{font-size:13px;}
a.btn-send{background: #1c7c00; padding:8px 25px; text-align:center; font-size:16px; color:#ffffff; margin:5px; border-radius:0px;}
a.btn-send:hover{background:#ff7e0c;}
a.btn-reset{background:#999999; padding:8px 25px; text-align:center; font-size:16px; color:#ffffff;margin:5px; border-radius:0px;}
a.btn-reset:hover{background:#333333;}
a.btn-send-over{background:#7ea2c5; padding:8px 20px; text-align:center; font-size:16px; color:#fff; margin:6px; border-radius:0px; }
a.btn-send-over:hover{background:#96b9dc; border:2px solid #96b9dc;}
a.btn-forget{padding:6px 0; font-size:14px; color:#ea4242; margin:5px; border-radius:0px;}
a.btn-forget:hover{text-decoration: underline;}
@media screen and (max-width:1024px){
	a.btn-send{padding:8px 10px; width:calc(50% - 10px);}
	a.btn-reset{padding:8px 10px; width:calc(50% - 10px);}
	a.btn-send-over{padding:8px 10px; width:calc(50% - 10px);}
}

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

/** 頁次 **/
.page{font-size: 15px; color:#333; text-align:center; clear:both; margin:40px 0 0 0;}
.page a{background:#222222; color:#ffffff; padding:5px 15px;display: inline-block;margin: 5px 0;border-radius: 50px;}
.page a:hover{background:#1c7c00; color:#ffffff;}
.page br{display:none;}
@media screen and (max-width:767px){
	.page br{display:block;}
}

/** 下版 **/
footer{background:#222222;padding: 0 15px;}
footer .footer{max-width:1280px; margin:0 auto;display: flex; font-size: 16px;color: #ffffff;}
.f-logo-content{width: 300px;margin: 0 5% 0 0;}
.f-logo-content .f-logo{background: #f1f8ee;padding:40px 30px;display: flex;align-items: center;justify-content: center;border-radius: 0 0 20px 20px;max-width: 300px;margin: 0 auto 15px auto;}
.f-logo-content .f-compiled{text-align: center;}
.f-content{flex: 1;padding: 30px 0;}
.f-content .f-menu{border-bottom: 1px rgba(255,255,255,.5) solid;}
.f-content .f-menu>ul{list-style: none;padding: 0;margin:10px 0;display: flex;flex-wrap: wrap;}
.f-content .f-menu>ul>li{margin:0;padding: 0;}
.f-content .f-menu>ul>li a{display: block;padding: 5px 20px 5px 0;color: #ffffff;}
.f-content .f-menu>ul>li a:hover{color: #deff27;}
.f-content .f-info{margin: 15px 0;}
.f-content .f-info>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.f-content .f-info>ul>li{width: calc(100%/2 - 30px);margin: 5px 30px 5px 0;display: flex;}
.f-content .f-info>ul>li .f-info-icon{width: 34px;height: 34px; padding: 8px;margin: 0 10px 0 0; background: #ffffff;border-radius: 30px;display: flex;align-items: center;justify-content: center;}
.f-content .f-info>ul>li .f-info-dep{flex: 1;padding: 6px 0;}
.f-content .f-info>ul>li a{display: inline-block;color: #ffffff;}
.f-content .f-info>ul>li a:hover{color: #deff27;}
.copyright{font-size: 12px; color: #999999;text-align: center;padding: 8px 15px;}
.copyright span{display: inline-block;padding: 0 0 0 15px;}
.copyright a{color: #999999;}
.copyright a:hover{color: #1c7c00;}
@media screen and (max-width:1420px){
	.f-content .f-menu>ul>li{min-width: calc(100%/5);}
}
@media screen and (max-width:1200px){
	footer .footer{display: block;}
    .f-content .f-menu>ul{justify-content: center;}
    .f-content .f-menu>ul>li{min-width:inherit;}
    .f-content .f-menu>ul>li a{padding: 5px 10px;}
    .f-logo-content{width: 240px;margin: 0 auto;}
    .f-logo-content .f-logo{padding:25px;}
    .f-content{flex: initial;width: 100%;padding:5px 0 20px 0;}
    .f-content .f-info>ul>li{width: calc(100%/2 - 20px);margin: 5px 10px;}
}
@media screen and (max-width:767px){
	.f-content .f-info>ul>li{width:100%;margin: 5px 0;}
    .copyright span{display: block;padding: 0;}
}