@charset "utf-8";
/* CSS Document */
@media only screen and (min-width:993px){
    
}

.subDiv {padding: 0 0 3.5% 0; line-height: 2; color: #2c363d;}

.path {padding: 18px 0px 3.334% 0px;}
.path > ul, .path > ul li {list-style-type:none; margin: 0; padding: 0;}
.path > ul {width: 100%; display: flex; flex-wrap: wrap; padding-left: 5px;}
.path > ul li {color:#333; font-family:'Microsoft JhengHei'; transition: all 0.5s ease 0s;}
.path > ul li:hover {filter:alpha(opacity=100); Opacity:1; transition: all 0.5s ease 0s;}
.path > ul li::after {content: '/'; margin: 0 3px; color:#333;}
.path > ul li:last-child::after {content: none;}
.path > ul li a:link, .path > ul li a:visited {text-decoration:none; color:#333; position: relative; z-index: 1; transition: all 0.5s ease 0s;}
.path > ul li a:active, .path > ul li a:hover {text-decoration:none; color:#ff9d00; cursor:pointer; transition: all 0.5s ease 0s;}
.path > ul li a::after {content: ''; position: absolute; top: -1px; left: -5px; right: -5px; bottom: -1px; z-index: 50; border: 1px solid rgba(105, 89, 56, 0); transition: all 0.5s ease 0s;}
.path > ul li a:hover::after {top: 100%; left: 100%; right: 100%; bottom: 100%; border: 2px solid #ff9d00; border-radius: 50%; transition: all 0.5s ease 0s;}

.subM {margin-bottom: 25px;}
.subM > div {display: none;}
.subM > ul, .subM > ul li {list-style-type:none; margin: 0; padding: 0;}
.subM > ul {width: 100%; display: flex; flex-wrap: wrap; justify-content: center; transition: all 0.75s ease 0s;}
.subM > ul li {padding: 7px 9px;}
.subM > ul li a:link, .subM > ul li a:visited {text-decoration:none; color:#414a50; font-family: 'Noto Serif TC', serif; border: 1px solid #ff9d00; background-color: #fff; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; position: relative; padding: 8px 19px 7px 18px; min-width: 135px; transition: all 0.5s ease 0s;}
.subM > ul li a:active, .subM > ul li a:hover {text-decoration:none; color:#fff; background-color: #ff9d00; cursor:pointer;}
.subM > ul li a::after {content: ''; position: absolute; top: -1px; left: -1px; right: -1px; bottom: -1px; z-index: 50; border: 1px solid #ff9d00; transition: all 0.5s ease 0s;}
.subM > ul li a:hover::after {top: calc(100% - 10px); left: calc(100% - 10px); right: calc(100% - 10px); bottom: calc(100% - 10px); border: 3px solid #ff9d00; border-radius: 50%; transition: all 0.5s ease 0s;}
.subM > ul li.current a {pointer-events: none; cursor: text; color:#fff; background-color: #ff9d00;}
@media only screen and (max-width:768px){
    .subM {padding: 35px 0 0 0;}
    .subM > div {width: 30px; height: 30px; position: relative; display: block; margin: auto; cursor: pointer;}
    .subM > div > span:nth-child(1) {width: 30px; height: 2px; background-color: #ff9d00; position: absolute; top: 10px; left: 0; transition: all 0.5s ease 0s;}
    .subM > div.show > span:nth-child(1) {top: 14px; transform: rotate(45deg);}
    .subM > div > span:nth-child(2) {width: 30px; height: 2px; background-color: #ff9d00; position: absolute; top: 20px; left: 0; transition: all 0.5s ease 0s;}
    .subM > div.show > span:nth-child(2) {top: 14px; transform: rotate(-45deg);}
    .subM > div::before {content: attr(data-title); width: 260px; height: 30px; line-height: 30px; position: absolute; top: -30px; left: calc(50% - 130px); text-align: center; font-size: 12px; color: #ff9d00;}
    .subM ul {max-height: 0; overflow: hidden;}
    .subM ul > li {padding: 5px;}
    .subM ul > li::after {content: none;}
    .subM ul.open {max-height: 500px; overflow: auto; padding: 10px 0; transition: all 1.5s ease 0s;}
    .subM > ul li a:link, .subM > ul li a:visited {padding: 3px 20px;}
}

.pages {display: flex; flex-wrap: wrap; justify-content: center; align-items: center; padding-top: 24px; padding-bottom: calc(25px + 3%);}
.pages a:link, .pages a:visited {text-decoration:none; color:#2c363d; line-height: 1; font-family:'Microsoft JhengHei'; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; min-width: 30px; height: 30px; border-radius: 30px; overflow: hidden; margin: 5px 0.5px; position: relative; z-index: 10; transition: all 0.5s ease 0s;}
.pages a:active, .pages a:hover {text-decoration:none; color:#fff; cursor:pointer; transition: all 0.5s ease 0s;}
.pages a::before {content: ''; background-color: transparent; position: absolute; top: 0; left: 0; right: 0; bottom: 0; transition: all 0.5s ease 0s; z-index: -1;}
.pages a:hover::before {background-color: #ff9d00; transition: all 0.5s ease 0s;}
.pages .prev {font-size: 0; margin: 5px 25px 5px 0px!important;}
.pages .next {font-size: 0; margin: 5px 0px 5px 25px!important;}
.pages .prev::after {content: ''; background: url("../images/prev_a.png") no-repeat center; background-size: cover; width: 5px; height: 10px; position: absolute; top: 50%; left: 50%; margin: -5px 0 0 -2.5px;}
.pages .prev:hover::after {background: url("../images/prev_ah.png") no-repeat center; background-size: cover; margin: -5px 0 0 -5px;}
.pages .next::after {content: ''; background: url("../images/next_a.png") no-repeat center; background-size: cover; width: 5px; height: 10px; position: absolute; top: 50%; left: 50%; margin: -5px 0 0 -2.5px;}
.pages .next:hover::after {background: url("../images/next_ah.png") no-repeat center; background-size: cover; margin: -5px -5px 0 0;}
.pages .prev::before, .pages .next::before {content: none;}
.pages .current {color:#fff!important;}
.pages .current::before {background-color: #ff9d00; z-index: -1;}

.subT {display: flex; flex-wrap: wrap; padding: 4px 0 19px 0; border-bottom: 1px solid #eaeaea;}
.subTL {width: 180px; color: #846d3e; font-family:'Microsoft JhengHei'; padding: 0 0 0 5px; display: flex; flex-wrap: wrap; align-content: flex-start;}
.subTL > font {width: 100%; display: block; padding: 0 0 9px 3px; letter-spacing: 0.3px;}
.subTL > span {color: #928462; background-color: #dddddd; line-height: 30px; border-radius: 5px; padding: 0 11px;}
.subT h1 {width: calc(100% - 180px - 180px); color: #846d3e; letter-spacing: 3px; line-height: 1.3; font-family: 'Noto Serif TC', serif; font-weight: 500; text-align: center; padding: 7px 0;}
.subTR {width: 180px; text-align: right; padding: 27px 0 0 0;}
.subC {color: #2c363d; font-family:'Microsoft JhengHei'; letter-spacing: 1.5px; padding: 3.476% 0 calc(20px + 3.5%) 0; border-bottom: 1px solid #eaeaea;}
.subCA {max-width: 1126px; margin: auto;}

.btnPNB {width: 100%; display: flex; flex-wrap: wrap; padding: 17px 5px;}
.btnPNB a:link, .btnPNB a:visited {text-decoration:none; color:#2c363d; letter-spacing: 1.5px; font-family:'Microsoft JhengHei'; position: relative; z-index: 1; transition: all 0.5s ease 0s;}
.btnPNB a:active, .btnPNB a:hover {text-decoration:none; color:#2c363d; cursor:pointer; transition: all 0.5s ease 0s;}
.btnP {width: 33.33%; display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; padding: 0 10px 0 0;}
.btnPNB a::after {content: ''; position: absolute; top: -1px; left: -1px; right: -1px; bottom: -1px; z-index: 50; border: 1px solid rgba(255, 255, 255, 0); transition: all 0.5s ease 0s;}
.btnPNB a:hover::after {top: 100%; left: 100%; right: 100%; bottom: 100%; border: 2px solid #ff9d00; border-radius: 50%; transition: all 0.5s ease 0s;}
.btnP a img {margin-right: 13px; -moz-transform:scaleX(1); -webkit-transform:scaleX(1); -o-transform:scaleX(1); -ms-transform:scaleX(1); transform:scaleX(1); transition: all 0.5s ease 0s;}
.btnP a:hover img {margin-right: 5px; -moz-transform:scaleX(-1); -webkit-transform:scaleX(-1); -o-transform:scaleX(-1); -ms-transform:scaleX(-1); transform:scaleX(-1); transition: all 0.5s ease 0s;}
.btnB {width: 33.33%; display: flex; flex-wrap: wrap; justify-content: center; padding: 0 5px;}
.btnB a img {margin-right: 9px; -moz-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); -ms-transform:rotate(0deg); transform:rotate(0deg); transition: all 0.5s ease 0s;}
.btnB a:hover img {margin-right: 5px; -moz-transform:rotate(-180deg); -webkit-transform:rotate(-180deg); -o-transform:rotate(-180deg); -ms-transform:rotate(-180deg); transform:rotate(-180deg); transition: all 0.5s ease 0s;}
.btnN {width: 33.33%; display: flex; flex-wrap: wrap; justify-content: flex-end; padding: 0 0 0 10px;}
.btnN a img {margin-left: 11px; -moz-transform:scaleX(1); -webkit-transform:scaleX(1); -o-transform:scaleX(1); -ms-transform:scaleX(1); transform:scaleX(1); transition: all 0.5s ease 0s;}
.btnN a:hover img {margin-left: 5px; -moz-transform:scaleX(-1); -webkit-transform:scaleX(-1); -o-transform:scaleX(-1); -ms-transform:scaleX(-1); transform:scaleX(-1); transition: all 0.5s ease 0s;}

.main {display: flex; flex-wrap: wrap;}
.mainLeft {width: 170px; position: relative; z-index: 1; padding: 0 0 0 6px; margin-top: 4px;}
.mainLeft::after {content: ''; background-color: #dcdcdc; width: 1px; height: 660px; position: absolute; top: 7px; right: 0; z-index: -1;}
.mainLeft > h2 {color: #846d3e; text-align: left; line-height: 1.61; padding: 0 0 0 1px; margin-bottom: 36px;}
.mainLeft > h2 span {font-size: 111.11%; text-align: left; font-family: 'Noto Serif TC', serif; display: block; padding: 0 0 0 1px;}
.mainRight {width: calc(100% - 170px);}
.mainRight > div.text {font-family:'Microsoft JhengHei'; padding: 4.436% 0 0 5.807%;}

.shareP {display: flex; flex-direction: row; align-items: center; padding: 17px 7px 16px 7px; color: #999999; font-size: 13px;}
.shareP a {margin: 0 9px;}

.relatedP {width: 100%; padding: 88px 0 0 0;}
.relatedP .prodL {max-width: 1168px; padding-left: 0!important; margin: auto;}


.newsL {display: flex; flex-wrap: wrap; padding: 0 2.057%;}
.newsL > div {width: 21.598%; max-width: 292px; position: relative; margin: 0 1.701% calc(20px + 2%) 1.701%;}
.newsL > div > div.photo {height: 0; padding-bottom: 100%; overflow: hidden; position: relative; z-index: 1; margin-bottom: 7.535%;}
.newsL > div:hover > div.photo {-webkit-animation: topmove_b5 3000ms infinite; animation: topmove_b5 3000ms infinite;}
.newsL > div > div.photo::before {content: ''; background: url("../images/icon_01a.png") no-repeat rgba(0, 0, 0, 0.7); background-position: bottom right; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 30; filter:alpha(opacity=0); Opacity:0; transition: all 0.5s ease 0s;}
.newsL > div:hover > div.photo::before {background-position: center; filter:alpha(opacity=100); Opacity:1; transition: all 0.5s ease 0s;}
.newsL > div > div.photo::after {content: ''; position: absolute; top: -1px; left: -1px; right: -1px; bottom: -1px; z-index: 50; border: 1px solid rgba(255, 255, 255, 0); transition: all 0.5s ease 0s;}
.newsL > div:hover > div.photo::after {top: calc(100% - 15px); left: calc(100% - 15px); right: calc(100% - 15px); bottom: calc(100% - 15px); border: 3px solid rgba(255, 255, 255, 1); border-radius: 50%; transition: all 0.5s ease 0s;}
.newsLD {color: #af9453; font-family:'Microsoft JhengHei'; letter-spacing: 0.4px; margin-bottom: 8px;}
.newsL > div > h3 {color: #333; line-height: 1.6; font-family:'Microsoft JhengHei'; transition: all 0.5s ease 0s;}
.newsL > div:hover > h3 {color: #ff9d00; transition: all 0.5s ease 0s;}
.newsA {display: flex; flex-wrap: wrap;}
.newsA > div:nth-child(1) {width: 53.641%; padding: 0 20px 0 0;}
.newsA > div:nth-child(2) {width: 46.359%; padding: 9px 0 0 0; line-height: 0;}

.video-pto {padding-bottom: 56% !important; margin-bottom: 12px !important;}

.tempA {position: relative; z-index: 1; padding: 1.209% 0 11.141% 0;}
.tempA > div {display: flex; flex-wrap: wrap;}
.tempA > div > div:nth-child(1) {width: 50%; padding: 34px 4.256% 0 4.256%; line-height: 1.866; font-family:'Microsoft JhengHei'; position: relative; z-index: 10;}
.tempA > div > div:nth-child(1) p {line-height: 1.866;}
.tempA > div > div:nth-child(2) {width: 50%; padding: 0px 0px 0 31px; line-height: 0; display: flex; flex-wrap: wrap; justify-content: flex-start;}
.tempA > div > div:nth-child(2) > span {position: relative; z-index: 1; max-width: 100%;}
.tempA > div > div:nth-child(2) > span::before {content: ''; background: url("../images/bg_01.jpg") no-repeat center; background-size: cover; width: 200.56%; height: 0; padding-bottom: 64.685%; position: absolute; left: -28.436%; top: 54.234%; z-index: -1;}
.tempB {position: relative; z-index: 1; padding: 0 0 8.881% 0;}
.tempB > div {display: flex; flex-wrap: wrap;}
.tempB > div > div:nth-child(1) {width: 50%; padding: 0 20px; line-height: 0; display: flex; flex-wrap: wrap; justify-content: center;}
.tempB > div > div:nth-child(1) > span {position: relative; z-index: 1; max-width: 100%;}
.tempB > div > div:nth-child(1) > span::before {content: ''; background: url("../images/bg_04.jpg") no-repeat center; background-size: cover; width: 77.195%; height: 0; padding-bottom: 45%; position: absolute; left: -14.69%; top: 43.685%; z-index: -1;}
.tempB > div > div:nth-child(2) {width: 50%; padding: 0 0px 0 4.256%; line-height: 1.866; font-family:'Microsoft JhengHei';}
.tempB > div > div:nth-child(2) p {line-height: 1.866;}
.tempC {position: relative; z-index: 1; padding: 0 0 3.942% 0;}
.tempC > div {display: flex; flex-wrap: wrap;}
.tempC > div > div:nth-child(1) {width: 50%; padding: 47px 0 0 8.866%; line-height: 1.866; font-family:'Microsoft JhengHei'; position: relative; z-index: 10;}
.tempC > div > div:nth-child(1) p {line-height: 1.866;}
.tempC > div > div:nth-child(2) {width: 50%; padding: 0 0 0 20px; line-height: 0; display: flex; flex-wrap: wrap; justify-content: center;}
.tempC > div > div:nth-child(2) > span {position: relative; z-index: 1; max-width: 100%;}
.tempC > div > div:nth-child(2) > span::before {content: ''; background: url("../images/bg_01.jpg") no-repeat center; background-size: cover; width: 77.195%; height: 67.69%; position: absolute; left: -14.69%; top: 43.685%; z-index: -1;}
.tempD {position: relative; z-index: 1; font-family:'Microsoft JhengHei'; padding: 1.209% 0 6.359% 0;}
.tempD p {text-align: left;}
.tempD .title_c {margin-bottom: 1.532%;}
.tempD .first_font::first-letter {font-size: 200%; font-family: 'Noto Serif TC', serif; line-height: 1;}
.tempD .photo_float {float: right; width: 72.588%; padding: 0 0 20px 19px; display: flex; flex-direction: row; justify-content: flex-end; line-height: 0;}
.tempD .photo_float > div {margin-left: 4.854%;}
.tempD .photo_float > div:first-child {margin-left: 0px;}


.servA {position: relative; z-index: 1; font-family:'Microsoft JhengHei'; padding: 1.472% 0 0 0;}
.servA .photo {line-height: 0; margin-bottom: 3.523%;}
.servAL, .servAL > li {list-style-type:none; margin: 0; padding: 0;}
.servAL {width: 100%; display: flex; flex-wrap: wrap; justify-content: center; padding-bottom: 4.748%;}
.servA > div .servAL:last-child {padding-bottom: 0;}
.servAL > li {width: 50%; text-align: center; padding: 35px 10px 25px 10px; margin-bottom: 30px;}
.servAL > li:nth-child(2n+2) {border-left: 1px solid #d2d2d2;}
.servAL > li > h3 {color: #846d3e; letter-spacing: 3px; line-height: 1.3; font-family: 'Noto Serif TC', serif; font-weight: 600; text-align: center; margin-bottom: 7.964%;}
.servAL > li > div.text {color: #2c363d; line-height: 2.117647; text-align: center; margin-bottom: 4.595%;}
.servAL > li > div.text p {line-height: 2.117647; text-align: center;}
.servAL > li > .btn_a {margin: auto;}


.smarA {position: relative; z-index: 1; padding: 1.472% 0 4.047% 0; color: #414a50;}
.smarA > div {display: flex; flex-wrap: wrap;}
.smarA > div > div:nth-child(1) {width: 49.858%; padding: 88px 2.696% 0 2.696%; line-height: 2; font-family:'Microsoft JhengHei'; position: relative; z-index: 10;}
.smarA > div > div:nth-child(1) p {line-height: 2;}
.smarA > div > div:nth-child(2) {width: 50.142%; line-height: 0;}
.smarA > div > div:nth-child(2) > span {position: relative; z-index: 1; display: block;}
.smarA > div > div:nth-child(2) > span::before {content: ''; background: url("../images/bg_01.jpg") no-repeat center; background-size: cover; width: 141.445%; height: 0; padding-bottom: 84.443%; position: absolute; left: 54.173%; top: 20.12%; z-index: -1;}
.smarB {position: relative; z-index: 1; padding: 0 0 10.72% 0; color: #414a50;}
.smarB > div {display: flex; flex-wrap: wrap;}
.smarB > div > div:nth-child(1) {width: 50.142%; line-height: 0;}
.smarB > div > div:nth-child(1) > span {position: relative; z-index: 1; display: block;}
.smarB > div > div:nth-child(1) > span::before {content: ''; background: url("../images/bg_01.jpg") no-repeat center; background-size: cover; width: 141.445%; height: 0; padding-bottom: 84.443%; position: absolute; right: 62.802%; top: 19.723%; z-index: -1;}
.smarB > div > div:nth-child(2) {width: 49.858%; padding: 87px 0px 0 7.66%; line-height: 2; font-family:'Microsoft JhengHei';}
.smarB > div > div:nth-child(2) p {line-height: 2;}
.smarC {position: relative; z-index: 1; color: #414a50;}
.smarC > div {display: flex; flex-wrap: wrap;}
.smarC > div > div:nth-child(1) {width: 50%; padding: 78px 2.696% 0 2.696%; line-height: 2; letter-spacing: 1.7px; font-family:'Microsoft JhengHei'; text-align: left; position: relative; z-index: 10;}
.smarC > div > div:nth-child(1) p {line-height: 2; text-align: left;}
.smarC > div > div:nth-child(2) {width: 50%; line-height: 0; text-align: center;}


.prodL {display: flex; flex-wrap: wrap; padding: 2.5% 0 0 5.807%;}
.prodL > div {max-width: 268px; width: 22.9453%; margin: 0 2.7396% 84px 0; position: relative; z-index: 1;}
.prodL > div:nth-child(4n+4) {margin: 0 0 84px 0;}
.prodL > div > div.photo {height: 0; padding-bottom: 100%; overflow: hidden; position: relative; z-index: 1; margin-bottom: 20px;}
.prodL > div:hover > div.photo {-webkit-animation: topmove_b5 3000ms infinite; animation: topmove_b5 3000ms infinite;}
.prodL > div > div.photo::before {content: ''; background: url("../images/icon_01a.png") no-repeat rgba(0, 0, 0, 0.7); background-position: right bottom; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 30; filter:alpha(opacity=0); Opacity:0; transition: all 0.5s ease 0s;}
.prodL > div:hover > div.photo::before {background-position: center; filter:alpha(opacity=100); Opacity:1; transition: all 0.5s ease 0s;}
.prodL > div > div.photo::after {content: ''; position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; z-index: 50; border: 1px solid rgba(255, 255, 255, 0.4); transition: all 0.5s ease 0s;}
.prodL > div:hover > div.photo::after {top: calc(100% - 10px); left: calc(100% - 10px); right: calc(100% - 10px); bottom: calc(100% - 10px); border: 3px solid rgba(255, 255, 255, 1); border-radius: 50%; transition: all 0.5s ease 0s;}
.prodL > div > h3 {color: #414a50; font-family:'Microsoft JhengHei'; line-height: 1.5; text-align: left; margin-bottom: 8px; padding: 0 20px; transition: all 0.5s ease 0s;}
.prodL > div:hover > h3 {color: #ff9d00; transition: all 0.5s ease 0s;}
.prodL > div > div.text {color: #ff9d00; font-family:'Microsoft JhengHei'; line-height: 1.5; text-align: left; padding: 0 20px;}
.prodS {display: flex; flex-wrap: wrap;}
.prodSL {width: 45.88653%;}
.prodSR {width: 54.11347%; padding: 45px 0 0 6.4%; font-family:'Microsoft JhengHei';}
.prodSR h1 {color: #2c363d; font-family:'Microsoft JhengHei'; margin-bottom: 6px;}
.prodSR div.text {color: #2c363d; text-align: left; border-bottom: 1px solid #dddddd; padding: 0 19.324% 23px 8px; margin: 0 0 19px 0;}
.prodSR div.text p {text-align: left;}
.prodSR .btnPNB {border-top: 1px solid #dddddd; border-bottom: 1px solid #dddddd; padding: 6px 0px; width: calc(100% - 7px); margin-left: 7px;}
.prodSR .btnPNB a:link, .prodSR .btnPNB a:visited {text-decoration:none; color:#c2c2c2; letter-spacing: 1.5px; font-family:'Microsoft JhengHei'; position: relative; z-index: 1; transition: all 0.5s ease 0s;}
.prodSR .btnPNB a:active, .prodSR .btnPNB a:hover {text-decoration:none; color:#c2c2c2; cursor:pointer; transition: all 0.5s ease 0s;}
.prodSC {width: 100%; padding: 61px 0 0 0;}


.contA {padding: 1.986% 0 0 0;}
.contAF {background-color: #f6f6f6; padding: 7.657% 7.97% 5.86% 6.797%; display: flex; flex-wrap: wrap;}
.contAF > div:nth-child(1) {width: 50%; padding: 0 3.85% 0 0;}
.contAF > div:nth-child(2) {width: 50%; padding: 0 0 0 3.942%;}
.contAF > div > ul, .contAF > div > ul > li {list-style-type:none; margin: 0; padding: 0; font-family:'Microsoft JhengHei';}
.contAF > div > ul {display: flex; flex-wrap: wrap; background-color: #fff; margin-bottom: 10px;}
.contAF > div > ul > li:nth-child(1) {width: 98px; padding: 11px 0 0 19px;}
.contAF > div > ul > li:nth-child(2) {width: calc(100% - 98px);}
.contAF textarea {width: 100%; height: 230px; display: flex; padding: 11px 19px; font-family:'Microsoft JhengHei'; border: 0;}
.contAF > div:nth-child(3) {width: 100%; text-align: center;padding: 60px 0 20px 0;}
.contAFB {width: 100%; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
/*.contAFB a:link, .contAFB a:visited {text-decoration:none; color:#333333; background-color: #e2e2e2; border: 1px solid #e2e2e2; width: 93px; height: 40px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; letter-spacing: 3px; font-family:'Microsoft JhengHei'; text-align: center; transition: all 0.5s ease 0s;}
.contAFB .send:link, .contAFB .send:visited {color:#fff; background-color: #333333; border: 1px solid #333333;}
.contAFB a:active, .contAFB a:hover, .contAFB .send:active, .contAFB .send:hover {text-decoration:none; color:#333333; background-color: #fff; border: 1px solid #333333; cursor:pointer; transition: all 0.5s ease 0s;}*/


.video-section { max-width: 1200px; margin: 0 auto; width: 100%;}
.video-container {position: relative;padding-bottom: 51.5%;padding-top: 30px;height: 0;overflow: hidden;}
.video-container iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%; border-width: 0;}


.box-section { padding-bottom: calc(20px + 3%);}
.edit-area { line-height: 1.6;}
.edit-area ul { padding: 10px 20px;}
.edit-area li { padding-bottom: 6px;}
.edit-area p { padding-bottom: 25px !important;}

.layout-25 { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.layout-25 > div { width: 24%; padding-bottom: 25px;}
.layout-33 { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.layout-33 > div { width: 32%; padding-bottom: 25px;}
.layout-50 { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.layout-50 > div { width: 48.5%; padding-bottom: 25px;}
.photo-bottom { margin-bottom: 12px;}

.class-btn { padding-top: 0 !important;}
.class-btn ul { max-height:inherit !important;}

.introduce-data { text-align: center; padding-top: 12px;}
.introduce-data > b { display: block; text-align: center; padding-bottom: 12px; font-size: 20px;}
.align-center { text-align: center !important;}

.agricultural-section { display: flex; flex-direction: column; flex-wrap: nowrap; padding-top: 15px; }
.agricultural-section > div { display: flex; flex-direction: row; flex-wrap: wrap; margin-bottom: calc(20px + 3%); }
.agricultural-section > div > div:nth-of-type(1) { width: 55%;min-height: 400px; }
.agricultural-section > div > div:nth-of-type(1) img { object-fit: cover; width: 100%; height: 100% !important;}
.agricultural-section > div > div:nth-of-type(2) { width: 45%; padding: 0 5%; line-height: 1.8; }
.agricultural-section > div:nth-child(even) > div:nth-of-type(1) { order: 2; }
.agricultural-section > div:nth-child(even) > div:nth-of-type(2) { order: 1; }

@media only screen and (max-width: 768px) {
	.agricultural-section > div > div { width: 100% !important;}
	.agricultural-section > div:nth-child(even) > div:nth-of-type(1) { order: 1; }
	.agricultural-section > div:nth-child(even) > div:nth-of-type(2) { order: 2; }
	.agricultural-section > div > div:nth-of-type(2) { padding: 20px 0 0 0; }
	.agricultural-section > div > div:nth-of-type(1) { min-height: inherit;}
}
@media only screen and (max-width: 640px) {
	.layout-25 > div { width: 48.5%; }
	.layout-33 > div { width: 48.5%; }
	.layout-50 > div { width: 100%; }
}




