@charset "utf-8";
/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
body {
    line-height: 30px;
    width: 100%;
    background: #F7F8F8;
    color: #595757;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after {
    content: "";
    content: none
}
q:before,
q:after {
    content: "";
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
* {
    font-family: "微軟正黑體";
    box-sizing: border-box
}
a {
    text-decoration: none
}
img {
    max-width: 100%
}
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none
}
#container {
    width: 100%;
    margin: 0 auto;
}
/*header*/
header {
    z-index: 999;
    background: #FFFFFF;
    padding: 10px 8vw 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
}
header .header_logo {}
header .header_logo .logo {
    width: 160px;
}
header .header_logo .header_hemberger_btn {
    display: none;
}
@media screen and (max-width: 768px) {
    header .header_logo .header_hemberger_btn {
        display: block;
        margin: 0px 10px;
    }
.icon-nav {
    padding: 6px 0px;
    height: 30px;
    box-sizing: border-box;
    position: relative;
    z-index: 9999;
    display: block;
}
.icon-nav i {
    width: 30px;
    height: 2px;
    background: #05461B;
    margin-bottom: 5px;
    display: block;
    border-radius: 2px;
    transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    transform: rotate(0deg) translate(0px, 0px);
    -webkit-transform: rotate(0deg) translate(0px, 0px);
}
.icon-nav.active .line1 {
    transform: rotate(45deg) translate(5px, 5px);
    -webkit-transform: rotate(45deg) translate(5px, 5px);
}
.icon-nav.active .line2 {
    opacity: 0;
}
.icon-nav.active .line3 {
    transform: rotate(-45deg) translate(5px, -5px);
    -webkit-transform: rotate(-45deg) translate(5px, -5px);
}
}
@media screen and (max-width: 468px) {
    .banner_txt {
        position: absolute;
        bottom: 0%;
        left: 50%;
        transform: translate(-50%, 30%);
        z-index: 99;
        text-align: center;
    }
    .banner_txt>p {
        font-size: 6.5vw;
    }
    .banner_txtin {
        font-size: 4.5vw;
    }
    .banner_txtin span {
        display: inline-block;
        line-height: 1.5;
        font-family: "Noto Serif TC";
    }
}
nav {}
/* 父層按鈕 */
nav>ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
nav>ul>li {
    position: relative;
}
nav>ul>li>a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    line-height: 20px;
    padding: 12px 2vw;
    position: relative;
}
nav>ul>li>a::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 1px;
    height: 0px;
    background: #EF871C;
    transition: .5s;
}
nav>ul>li:hover>a::before {
    height: 8px;
}
nav>ul>li>a>.btn_word {}
nav>ul>li>a>.btn_word>.btn_tw {
    color: #595757;
    position: relative;
    padding-left: 23px;
    transition: .5s;
}
nav>ul>li:hover>a>.btn_word>.btn_tw {
    color: #EF871C;
    font-weight: 600;
}
nav>ul>li>a>.btn_word>.btn_tw>.btn_pic {
    position: absolute;
    top: 10px;
    left: 0px;
    /* transition: .5s; */
}
nav>ul>li:hover>a>.btn_word>.btn_tw>.btn_pic {
    top: 1px;
}
nav>ul>li>a>.btn_word>.btn_tw>.btn_pic>img {
    width: 18px;
    opacity: 0;
}
nav>ul>li:hover>a>.btn_word>.btn_tw>.btn_pic>img {
    opacity: 1;
}
/* nav>ul>li>a>.btn_pic
{
    width: 18px;
    margin: 10px 0px;
    margin-right: 5px;
  transition: .5s;
}
nav>ul>li:hover>a>.btn_pic
{
	width: 18px;
    margin: 1px 0px;
    margin-right: 5px;
}
nav>ul>li>a>.btn_pic>img
{
	opacity: 0;
}
nav>ul>li:hover>a>.btn_pic>img
{
    opacity: 1;
} */
nav>ul>li>a>.btn_word>.btn_en {
    font-size: 14px;
    color: #ADCC58;
    padding-left: 23px;
    /* transition: .5s; */
}
nav>ul>li:hover>a>.btn_word>.btn_en {
    color: #EF871C;
    font-weight: 600;
}
/* 子層按鈕 */
nav>ul>li>ul {
    display: none;
    position: absolute;
    width: 100%;
    background: #05461B;
    text-align: center;
    font-size: 15px;
    padding: 10px 0px;
}
@media screen and (min-width: 769px) {
    nav>ul>li.has_sub_btn:hover>ul {
        display: block;
    }
}
nav>ul>li>ul>li {}
nav>ul>li>ul>li>a {
    color: #FFFFFF;
    display: block;
    transition: .5s;
}
nav>ul>li>ul>li>a:hover {
    color: #ADCC58;
}
@media screen and (max-width: 1000px) {
    header {
        padding: 10px 3vw 0px;
    }
    nav>ul>li>a {
        padding: 12px 1vw;
    }
}
@media screen and (max-width: 768px) {
    header {
        padding: 0px;
        flex-wrap: wrap;
    }
    header .header_logo {
        width: 100%;
        padding: 5px 3vw 0px;
        display: flex;
        justify-content: space-between;
        align-content: center;
        align-items: center;
    }
    header .header_logo .logo {
        width: 140px;
    }
    nav {
        background: #EFEFEF;
        width: 100%;
        display: none;
    }
    nav>ul {
        flex-wrap: wrap;
        padding: 8px 0px;
    }
    nav>ul>li {
        position: relative;
        width: 100%;
    }
    nav>ul>li>a {
        padding: 8px 0px;
        width: 60%;
        margin: auto;
    }
    nav>ul>li:hover>a::before {
        height: 0px;
    }
    nav>ul>li>a>.btn_word {
        margin: auto;
        text-align: center;
    }
    nav>ul>.has_sub_btn>a::after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        top: 13px;
        right: 30%;
        background: url('../images/website_image/btn_down.png')no-repeat center center;
        background-size: 100%;
    }
    nav>ul>li>a>.btn_word>.btn_tw>.btn_pic,
    nav>ul>li:hover>a>.btn_word>.btn_tw>.btn_pic {
        top: -1px;
    }
    nav>ul>li>a>.btn_word>.btn_tw>.btn_pic>img {
        width: 20px;
        opacity: 1;
    }
    nav>ul>li>a>.btn_word>.btn_en {
        padding-left: 0px;
    }
    nav>ul>li>ul {
        position: relative;
        padding: 5px 0px;
    }
}
@media screen and (max-width: 500px) {
    nav>ul>.has_sub_btn>a::after {
        right: 16%;
    }
}
/*Banner*/
#banner {
    position: relative;
    overflow: hidden;
    z-index: 99;
    padding-top: 74px;
}
#banner .img {
    white-space: nowrap;
    position: absolute;
}
#banner .img img {
    vertical-align: top;
}
#banner_control {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    z-index: 100;
}
#banner_control img {
    width: 25px;
}
#banner #banner_control span {
    cursor: pointer;
    padding: 0 10px;
}
#banner #banner_control span img:nth-child(2) {
    display: none;
}
#banner #banner_control span img:nth-child(1) {
    display: inline-block;
}
#banner #banner_control span:active img:nth-child(1),
#banner #banner_control span.now img:nth-child(1) {
    display: none;
}
#banner #banner_control span:active img:nth-child(2),
#banner #banner_control span.now img:nth-child(2) {
    display: inline-block;
}
div#banner_mobile{margin-top: 49px;}
#index-slider {
  position: relative;
  width: 100%;
  padding-top: 150%;
  overflow: hidden;
}
#mainslider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slider, .forcefullwidth_wrapper_tp_banner{
    width: 100%;
    height: 100%!important;
}
.fullscreen-container, .fullscreen-container > .fullscreenbanner, .tp-bgimg.defaultimg, .fullscreenbanner ul, .fullscreenbanner ul li, .fullscreenbanner ul li > div{
    height: 100%!important;
}
.fullscreenbanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*Banner End*/
@media screen and (max-width: 768px) {
    #banner {
        padding-top: 63px;
    }
}
@media screen and (max-width: 500px) {
    #banner_control {
        bottom: 0px;
    }
}
.title {
    background: url('../images/website_image/title_bg.png')no-repeat center center;
    background-size: 145px;
    text-align: center;
    padding: 50px 0px 35px;
}
.title .tw_word {
    font-size: 32px;
    font-weight: 600;
    color: #05461B;
}
.title .en_word {
    font-size: 25px;
    font-weight: 600;
    color: #EF871C;
    padding-top: 10px;
}
@media screen and (max-width: 500px) {
    .title {
        background-size: 110px;
        padding: 30px 0px 25px;
    }
    .title .tw_word {
        font-size: 24px;
    }
    .title .en_word {
        font-size: 19px;
        padding-top: 0px;
    }
}
.bg {
    padding: 70px 8vw;
    width: 100%;
}
@media screen and (max-width: 500px) {
    .bg {
        padding: 40px 8vw;
    }
}
/* about-內頁 */
.about_bg {
    width: 100%;
    padding: 70px 8vw;
    /* box-shadow: 0px 0px 15px 6px rgba(20%, 20%, 20%, 0.1); */
    /* background-color: #FFFFFF; */
}
.bg.index_no_padding_ltrt{
    padding: 70px 0 0;
    overflow: hidden;
}
.index_no_padding_ltrt .about_bg.aboutIn {
    padding: 0px 0;
}
.about_bg2.article {
    padding: 0px 0 70px;
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    background: none;
    z-index: 10;
}
.vertical_tit {
    writing-mode: vertical-rl;
    width: 110px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    top: 0px;
    left: 0px;
}
.vertical_tit h1 {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 5px;
    line-height: 1.7;
    color: #231815;
    margin: 0;
}
.vertical_tit h8 {
    display: inline-block;
    border: 1px solid #977c35;
    color: #977c35;
    border-radius: 50%;
    line-height: 1.1;
    padding: 3px 4px;
    margin-top: 5px;
}
.vertical_tit h1 span {
    display: block;
    margin-top: 15px;
    color: #ddd;
    letter-spacing: 0;
    font-family: 'Times New Roman';
}
.row.pg_about {
    line-height: 2;
    font-size: 15px;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 110px;
}
.pg_about .left{
    width: 58.33333333%;
}
.pg_about .right{
    width: 41.66666667%;
    display: flex;
    padding: 0 0 70px;
    position: relative;
}
.pg_about .right > img{
    box-shadow: 8px 8px 0px #ddd;
    transform: rotate(2deg);
}
.pg_about .right .Img2 {
    position: absolute;
    display: flex;
    bottom: -100px;
    right: -60px;
    width: 40%;
    box-shadow: 6px 6px 0px #ddd;
    transform: rotate(8deg);
}
.row.pg_about p {
    margin: 0 0 30px;
    padding: 0px 50px 0px 60px;
    font-size: 16px;
    line-height: 1.8;
}
.pg_about p.s_title {
    font-size: 40px;
    color: #000;
    line-height: 1.25;
    letter-spacing: 2.5px;
    margin-bottom: 14px;
    font-family: "Noto Serif TC";
    font-weight: 600;
    text-align: center;
}
.pg_about p.s_subtitle {
    font-size: max(18px,1.35vw);
    color: #222;
    margin-bottom: 30px;
    font-family: "Noto Serif TC";
    position: relative;
    font-style: italic;
    font-weight: bold;
    width: 100%;
    text-align: right;
}
.pg_about p.s_subtitle span{
    font-family: "Noto Serif TC";
    display: inline-block;
    position: relative;
}
.pg_about p.s_subtitle span::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #222;
    bottom: 10px;
    left: 0;
    margin-right: 10px;
}
.pg_about p.s_subtitle span::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 13px;
    height: 13px;
    background-color: #222;
    bottom: 15px;
    left: 0;
    border-radius: 50%;
}
.about_textBox{
    width: 100%;
    background-color: #E7F0EF;
    background: url(../images/website_image/bg_green2.png) repeat top left;
    padding: 100px 5%;
    text-align: center;
    position: relative;
}
.about_textBox::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/website_image/about_bg2.webp) no-repeat left bottom;
}
.about_textBox > div{
    display: flex;
    width: 100%;
    max-width: 1100px;
    padding: 0;
    margin: 0 auto 150px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    box-shadow: 0 0 5px #bdc2b2;
    background-color: #f1f7e4;
}
.about_textBox > div:last-child{
    margin-bottom: 50px;
}
.about_textBox > div .Img{
    position: absolute;
    width: 50%;
    top: -50px;
    right: -100px;
}
.about_textBox > div .Img img{
    box-shadow: 7px 7px 0 #bdc2b2;
}
.about_textBox > div .Title {
    background-color: rgba(159, 181, 142, 0.3);
    padding: 15px 25px;
    width: 85px;
    font-size: 30px;
    line-height: 2;
    font-family: "Noto Sans TC";
    color: #000;
    letter-spacing: 2px;
    position: relative;
    margin-left: 30px;
    display: flex;
    align-items: flex-end;
}
.about_textBox > div .Title::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/website_image/t05_2.png);
    background-repeat: repeat-y;
    width: 1px;
    height: 100%;
}
.about_textBox > div .Txt {
    padding: 50px 45% 50px 50px;
    width: calc(100% - 115px);
    position: relative;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_textBox > div:nth-child(1) .Txt::before {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: -10px;
    left: -30px;
    background-image: url(../images/website_image/icon_beans4.png);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.3;
}
.about_textBox > div:nth-child(1) .Txt::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 0px;
    left: 50%;
    background-image: url(../images/website_image/icon_beans5.png);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.8;
}
.about_textBox > div:nth-child(2) .Txt::before {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: -10px;
    right: -100px;
    background-image: url(../images/website_image/icon_beans6.png);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.3;
}
.about_textBox > div:nth-child(2) .Txt::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 0px;
    left: 50%;
    background-image: url(../images/website_image/icon_beans7.png);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.8;
}
.about_textBox > div:nth-child(3) .Txt::before {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: -10px;
    left: -30px;
    background-image: url(../images/website_image/icon_beans8.png);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.3;
}
.about_textBox > div:nth-child(3) .Txt::after {
    content: "";
    display: block;
    position: absolute;
    width: 45px;
    height: 45px;
    bottom: 0px;
    left: 50%;
    background-image: url(../images/website_image/icon_beans9.png);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.8;
}
.about_textBox > div:nth-child(2){
    flex-direction: row-reverse;
    left: -3%;
}
.about_textBox > div:nth-child(2) .Title{
    margin-left: 0px;
    margin-right: 30px;
}
.about_textBox > div:nth-child(2) .Txt{
    padding: 50px 50px 50px 45%;
}
.about_textBox > div:nth-child(2) .Img{
    top: -50px;
    right:auto;
    left: -100px;
}
.about_textBox > div:nth-child(3){
    left: 2%;
}
.about_textBox > div p{
    line-height: 2;
}
.about_textBox > div p > span{
    position: relative;
}
/* .about_textBox > div p > span::before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -5px;
    background-image: url(../images/website_image/t03.png);
    background-repeat: repeat-x;
    background-position: center bottom;
} */
.about_textBox > div h3 {
    position: absolute;
    font-family: "Noto Serif TC";
    font-size: 35px;
    font-weight: bold;
    color: #1e430a;
    top: 20px;
    left: -20px;
    line-height: 1.2;
}
.about_textBox > div h3 > span{
    left: 13px;
    position: relative;
    font-family: "Noto Serif TC";
}
.about_textBox > div h4{
    font-size: 18px;
    font-family: "Noto Serif TC";
    writing-mode: vertical-rl;
    text-orientation: upright;
    color: #444;
    font-weight: normal;
    letter-spacing: 5px;
}
.about_text2_Img{
    width: 100%;
}
.about_text2_Img .about_pic_box{
    width: 100%;
    flex-wrap: wrap;
    padding-left: 5%;
    padding-bottom: 0px;
}
.about_text2_Img .about_pic_box .pic_box{
    width: calc(33% - 60px);
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 30px;
    margin-right: 30px;
    position: relative;
}
.about_text2_Img .about_pic_box .pic_box:nth-child(2){
    margin-top: 150px;
}
.about_text2_Img .about_pic_box .pic_box:nth-child(3){
     margin-top: 300px;
}
.about_text2_Img .about_pic_box .pic_box::before{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #A3CD93;
    position: absolute;
    top: -22px;
    left: -24px;
    z-index: -1;
}
.about_text2_Img .about_pic_box .pic_box:nth-child(2)::before{
    height: calc(100% + 150px);
    top: -172px;
}
.about_text2_Img .about_pic_box .pic_box:nth-child(3)::before{
    height: calc(100% + 300px);
    top: -322px;
}
.about_text2_Img .about_pic_box .pic_box img{
    width: 100%;
}
.about_text2_Img .about_pic_box .pic_box .pic_word {
    width: 100%;
    background-color: #ADCC58;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
}
.about_line{
    background-image: url(../images/website_image/t05.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 2px;
    position: relative;
    margin-bottom: 30px;
}
.about_line span {
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    background-color: #485a41;
    top: -6px;
    left: 5%;
}
.about_line span:nth-child(2){
    left: calc(33% + 54px);
}
.about_line span:nth-child(3){
    left: calc(66% + 28px);
}
.about_line span::before {
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    border: 1px solid #485a41;
    top: -3px;
    left: -3px;
}
.about_line span > b {
    position: absolute;
    display: inline-block;
    top: -30px;
    left: 30px;
    width: 50px;
    font-size: 24px;
    letter-spacing: 1px;
    font-family: "Noto Serif TC";
}
.about_text_point{
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 70px 0 70px 2%;
    background-color: #55875d;
    z-index: 10;
}
.about_text_point::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../images/website_image/bg.webp");
    background-position: top center;
    background-size: cover;
    mix-blend-mode: multiply;
    top: 0;
    left: 0;
    pointer-events: none;
}
.about_text_point .box {
    padding: 0 0 0 3%;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1550px;
    margin: 0 auto;
}
.about_text_point .box .item {
    width: 25%;
    margin: 20px 0;
    padding-right: 10px;
}
.about_text_point .box .item .img {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    background-color: #fff;
    padding: 2px;
}
.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto;
}
.about_text_point .box .item .title_s {
    font-size: 22px;
    color: #fff;
    font-weight: bolder;
    letter-spacing: 2px;
    margin-bottom: 5px;
    font-family: "Noto Serif TC";
    position: relative;
    padding: 8px 10px;
    text-shadow: 0px 0px 5px #000;
}
.about_text_point .box .item .title_s::before{
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    bottom: 0;
    left: 0;
}
.about_text_point .box .item .title_s::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    width: 50%;
    height: 1px;
    bottom: 1px;
    left: 7px;
}
.about_text_point .box .item .summary {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: .5px;
    padding-right: 5rem;
    padding-left: 5px;
}
.about_text_point .circle-text {
    position: absolute;
    width: 25vw;
    height: 25vw;
    bottom: -12vw;
    left: -15vw;
    -webkit-animation: rotate 50s linear infinite;
    animation: rotate 50s linear infinite;
    z-index: 1;
    opacity: 0.3;
}
.about_text_point .circle-text img {
    width: 100%;
    height: 100%;
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.about_map{
    background-image: url(../images/website_image/bg.webp);
    width: 100%;
    padding: 70px 0;
    position: relative;
}
.about_map .article {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    min-height: 650px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.about_map::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 20%;
    width: 80%;
    height: 100%;
    background-image: url(../images/website_image/map.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}
.aboutBox02-1 .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-left: 110px;
}
.aboutBox02-1 .wrap .title02-1 {
    position: relative;
    font-family: "Noto Serif TC";
    font-size: 34px;
    letter-spacing: .15em;
    color: #222;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.aboutBox02-1 .left{
    width: 100%;
}
.aboutBox02-1 .numberList {
    position: relative;
    padding-left: 0;
    list-style-type: none;
    text-align: center;
    color: #000;
    display: inline-flex;
    flex-wrap: wrap;
    background-color: rgba(255, 255, 255, 0.85);
    margin-top: 8%;
}
.aboutBox02-1 .numberList li {
    padding: 40px 35px;
    position: relative;
}
.aboutBox02-1 .numberList li:first-child::before {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #A3CD93;
    bottom: 4px;
    left: 4px;
}
.aboutBox02-1 .numberList li:first-child::after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 20px;
    background-color: #A3CD93;
    bottom: 4px;
    left: 4px;
}
.aboutBox02-1 .numberList li:last-child::before {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #A3CD93;
    top: 4px;
    right: 4px;
}
.aboutBox02-1 .numberList li:last-child::after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 20px;
    background-color: #A3CD93;
    top: 4px;
    right: 4px;
}
.aboutBox02-1 .numberList li:not(:last-child) {
    border-right: 1px solid #d2d2d2;
}
.aboutBox02-1 .numberList .tt1, .aboutBox02-1 .numberList .tt2 {
    font-weight: 300;
    font-family: "Noto Serif TC";
    color: #666;
    letter-spacing: .15em;
    line-height: 1;
}
.aboutBox02-1 .numberList .tt1 {
    margin-bottom: 8px;
    font-size: 24px;
    text-align: center;
    color: #415f35;
    font-weight: bold;
}
.aboutBox02-1 .numberList .num {
    font-family: 'Times New Roman', Times, serif;
    font-weight: 300;
    font-size: 70px;
    letter-spacing: .02em;
    line-height: 1;
    overflow: hidden;
}
.aboutBox02-1 .numberList .num span{
    font-size: 45px;
}
.aboutBox02-1 .numberList .num span.tt2 {
    font-size: 22px;
    display: inline-block;
    font-weight: bold;
}
.about_bg2.bottombg {
    padding: 70px 8vw 70px;
    width: 100%;
    overflow: hidden;
}
@media screen and (max-width: 1366px) {
    .about_bg {
        background-image: url('../images/website_image/about_bg.png');
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100%;
    }
    .row.pg_about p {
    margin: 0 0 20px;
    padding: 0px 20px 0px 20px;
    font-size: 16px;
}
.about_textBox{
    padding: 100px 107px 100px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.about_textBox > div:nth-child(2) {
    left: 80px;
}
.about_textBox > div:nth-child(3) {
    left: 0px;
}
.pg_about p.s_title {
    font-size: 28px;
}
}
@media screen and (max-width: 1000px) {
.pg_about .left {
    width: 100%;
}
.pg_about .right {
    width: 100%;
    padding: 0 10% 70px 0;
}
.pg_about .right .Img2 {
    right: 0px;
    bottom: -12vw;
}
.about_text2_Img .about_pic_box .pic_box {
    width: calc(100% - 60px);
    margin-top: 30px;
}
.about_text2_Img .about_pic_box .pic_box:nth-child(2) {
    margin-top: 50px;
}
.about_text2_Img .about_pic_box .pic_box:nth-child(3) {
    margin-top: 50px;
}
.about_textBox > div .Title {
    padding: 15px 10px;
    width: 55px;
}
.about_textBox > div .Txt {
    padding: 50px 38% 50px 20px;
    width: calc(100% - 85px);
}
.about_textBox > div:nth-child(2) .Txt {
    padding: 50px 20px 50px 38%;
}
.about_textBox > div .Img {
    top: -30px;
}
.about_textBox > div .Img img {
    object-fit: cover;
    height: 350px;
}
.about_line {
    margin-bottom: 8px;
}
.about_line span {
    left: 5px;
}
.about_line span:nth-child(2) {
   display: none;
}
.about_line span:nth-child(3) {
    display: none;
}
.about_line span > b{
    display: none;
}
.about_text2_Img .about_pic_box{
    border-left: 1px solid #A3CD93;
    margin-left: 10px;
    padding-left: 0;
    width: calc(100% - 10px);
}
.about_text2_Img .about_pic_box .pic_box::before{display: none;}
.about_text_point .box .item .summary {
    padding-right: 1rem;
}
.aboutBox02-1 .numberList li {
    padding: 40px 25px;
}
.aboutBox02-1 .numberList .num {
    font-size: 50px;
}
}
@media screen and (max-width: 768px) {
    .bg.index_no_padding_ltrt{
    padding: 30px 0 0;
}
    .about_textBox > div p {
    font-size: 15px;
}
.about_textBox > div{
    flex-direction: column;
    margin: 0 auto 60px;
}
.about_textBox > div .Img {
    top: 0;
    width: 98%;
    position: relative;
    right: 10px;
    display: flex;
    flex-direction: column;
}
.about_textBox > div:nth-child(2) .Img {
    top: 0;
    right: 10px;
    left: auto;
}
.about_textBox > div .Title {
    position: absolute;
    padding: 90px 10px 20px;
    z-index: 5;
}
.about_textBox > div:nth-child(2) .Title {
    margin-left: 30px;
    margin-right: 0px;
}
.about_textBox > div:nth-child(1) .Txt::after, .about_textBox > div:nth-child(2) .Txt::after, .about_textBox > div:nth-child(3) .Txt::after {
    left: 90%;
}
.about_textBox > div .Txt {
    padding: 50px 15px 50px 100px;
    width: 100%;
    min-height: 224px;
}
.about_textBox > div:nth-child(2) .Txt {
        padding: 50px 15px 50px 100px;
    }
.about_textBox > div:nth-child(1) .Txt::before, .about_textBox > div:nth-child(2) .Txt::before, .about_textBox > div:nth-child(3) .Txt::before {
    left: 55px;
}
    .about_textBox > div:nth-child(2) {
        left: 0;
        flex-direction: column;
    }
.about_textBox > div:last-child {
    margin-bottom: 0px;
}
    .pg_about .right {
    position: relative;
    margin-left: -30px;
    padding: 0 0% 70px 0
}
    .about_textBox {
    padding: 60px 10px 60px 18px;
}
    .about_textBox > div h3 {
    font-size: 25px;
    top: 20px;
    left: -20px;
}
.about_textBox > div h4 {
    font-size: 17px;
    letter-spacing: 2px;
}
    .pg_about p.s_subtitle span::after {
    width: 6px;
    height: 6px;
    bottom: 11px;
}
.pg_about p.s_subtitle span::before {
    width: 60px;
    bottom: 6px;
}
    .vertical_tit h1 {
    font-size: 20px;
    margin-left: 5px;
    line-height: 1;
}
.vertical_tit h1 span{
    font-size: 16px;
}
.vertical_tit {
    width: 50px;
}
.pg_about p.s_title {
    font-size: 20px;
}
.row.pg_about {
    padding-left: 50px;
    margin-top: 30px;
}
.about_text_point .box .item {
    width: 50%;
}
.about_text_point .box {
    padding: 0;
}
.about_text_point {
    padding: 40px 0 40px 3%;
}
.about_text_point .box .item .summary {
    padding-right: 0rem;
    letter-spacing: 0px;
    text-align: center;
}
.about_text_point .box .item .title_s{
    font-size: 18px;
    text-align: center;
}
.about_text_point .box .item .img {
    width: 70px;
    height: 70px;
    padding: 2px;
    margin: 0 auto;
}
.aboutBox02-1 .wrap {
    padding-left: 50px;
    padding-right: 5px;
    text-align: center;
}
.about_text_point .box .item .title_s::before {
    left: 23%;
}
.about_text_point .box .item .title_s::after {
    left: 25%;
}
.about_map::before {
    left: 0%;
    width: 100%;
    background-position: right bottom;
}
.aboutBox02-1 .numberList {
    margin-top: 20px;
}
.about_map {
    padding: 30px 0;
}
.about_map .article {
    min-height: 300px;
    align-items: flex-start;
}
.aboutBox02-1 .numberList li {
    padding: 20px 8px;
    width: 50%;
}
.aboutBox02-1 .numberList li:nth-child(1), .aboutBox02-1 .numberList li:nth-child(2){
    border-bottom: 1px solid #d2d2d2;
}
.aboutBox02-1 .numberList .tt1 {
    margin-bottom: 8px;
    font-size: 15px;
        letter-spacing: 0em;
}
.aboutBox02-1 .numberList .num {
    font-size: 25px;
}
.aboutBox02-1 .numberList .num span {
    font-size: 15px;
}
.aboutBox02-1 .numberList .num span.tt2{
    font-size: 15px;
}
.aboutBox02-1 .numberList .tt2 {
    font-size: 16px;
}
.aboutBox02-1 .numberList li:first-child::before {
    width: 20px;
    height: 1px;
    bottom: auto;
    left: 4px;
    top: 4px;
}
.aboutBox02-1 .numberList li:first-child::after {
    width: 1px;
    height: 10px;
    bottom: auto;
    top: 4px;
    left: 4px;
}
.aboutBox02-1 .numberList li:last-child::before {
    width: 20px;
    height: 1px;
    top: auto;
    bottom: 4px;
    right: 4px;
}
.aboutBox02-1 .numberList li:last-child::after {
    width: 1px;
    height: 10px;
    top: auto;
    bottom: 4px;
    right: 4px;
}
}
@media screen and (max-width: 468px) {
    .about_text_point .box .item {
    width: 100%;
}
}
@media screen and (max-width: 500px) {
    .about_white {
        background: #FFFFFF;
    }
    .about_bg {
        padding: 0px;
        background: #FFFFFF;
        box-shadow: unset;
    }
}
.about_bg .about_text {
    width: 75%;
    margin: auto;
    margin-top: 40px;
    position: relative;
}
.about_bg .about_text p {
    text-align: center;
    padding-bottom: 40px;
}
.about_bg .about_text img {
    margin-bottom: 100px;
}
.about_bg .about_text::before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: -135px;
    width: 330px;
    height: 300px;
    background: url('../images/website_image/about_pro.png')no-repeat center center;
    background-size: cover;
}
@media screen and (max-width: 768px) {
    .about_bg .about_text {
        width: 100%;
    }
    .about_bg .about_text::before {
        position: relative;
        bottom: 0px;
        right: 0px;
        width: 0px;
        height: 0px;
        background: unset;
    }
    .about_bg .about_text img {
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 500px) {
    .about_bg .about_text {
        margin-top: 30px;
    }
}
.about_bg2 {
    padding: 0px 8vw 70px;
    width: 100%;
    background: url('../images/website_image/about_bg2.webp')no-repeat left bottom;
    background-size: 60%;
}
@media screen and (max-width: 768px) {
    .about_bg2 {
        background: url('../images/website_image/about_bg2.webp')no-repeat center bottom;
        background-size: cover;
    }
}
@media screen and (max-width: 600px) {
    .about_bg2 {
        background: unset;
    }
}
@media screen and (max-width: 500px) {
    .about_bg2 {
        padding: 40px 8vw;
    }
}
.about_title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #05461B;
}
.about_title .line {
    width: 30px;
    height: 1px;
    background: #EE861C;
    margin: auto;
    margin-top: 15px;
}
.about_text2 {
    width: 60%;
    margin: auto;
    margin-top: 25px;
}
.about_text2 p {
    text-align: center;
    padding-bottom: 40px;
}
.about_pic_box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding-bottom: 50px;
}
.about_pic_box .pic_box {
    width: 31%;
    margin-right: 3.5%;
}
.about_pic_box .pic_box:last-of-type {
    margin-right: 0px;
}
.about_pic_box .pic_box .pic_word {
    border-bottom: 1px #ADCC58 solid;
    padding-bottom: 5px;
}
.about_pic_box .pic_box .pic_word img {
    width: 10px;
    margin: 1px 0px;
    margin-right: 3px;
}
@media screen and (max-width: 1024px) {
    .about_text2 {
        width: 75%;
    }
}
@media screen and (max-width: 768px) {
    .about_text2 {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .about_pic_box {
        flex-wrap: wrap;
    }
    .about_pic_box .pic_box {
        width: 100%;
        margin: auto;
    }
    .about_pic_box .pic_box:last-of-type {
        margin: auto;
    }
}
@media screen and (max-width: 500px) {
    .about_text2 {
        margin-top: 30px;
    }
}
.about_video {}
.about_video iframe {
    width: 100%;
}
/* about-首頁 */
.index_no_padding {
    padding-top: 0px;
    padding-bottom: 0px;
}
.index_no_padding_ltrt{
    padding-left: 0;
    padding-right: 0;
}
.index_no_padding_ltrt .about_bg{
    padding: 70px 0 0;
}
.index_no_padding_ltrt .about_bg .title_new{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto 20px;
    padding: 5px 10px;
    text-align: left;
    background-size: 80px;
    background-position: left 237px center;
}
.index_no_padding_ltrt .about_bg .title_new .tw_word{
    border-left: 4px solid #555;
    padding: 5px 0 10px 15px;
}
.index_no_padding_ltrt .about_bg .title_new .tw_word::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #222;
    bottom: 10px;
    left: 0;
    margin-right: 10px;
}
.index_no_padding_ltrt .about_bg .title_new .en_word {
    color: #ddd;
    font-family: 'Times New Roman';
    font-size: 16px;
    padding-left: 20px;
    position: relative;
    top: -26px;
    line-height: 1;
}
.index_no_padding_ltrt .about_bg .about_text{
    width: 100%;
    margin-top: 0px;
}
.index_no_padding_ltrt .about_text{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.index_no_padding_ltrt .about_bg .about_text::before{
    display: none;
}
.index_no_padding_ltrt .about_text .left{
    width: 50%;
    position: relative;
    padding-right: 4.5%;
}
.index_no_padding_ltrt .about_text .left .image-wrapper {
  aspect-ratio: 3 / 2;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.about_bg .about_text .left img {
    margin-bottom: 0px;
}
.about_bg .about_text .left .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  animation: fadeSlide 8s infinite;
}
.about_bg .about_text .left .slide:nth-child(1) {
  animation-delay: 0s;
}
.about_bg .about_text .left .slide:nth-child(2) {
  animation-delay: 4s;
}
@keyframes fadeSlide {
  0%   { opacity: 0; }
  10%  { opacity: 1; }
  45%  { opacity: 1; }
  55%  { opacity: 0; }
  100% { opacity: 0; }
}
.index_no_padding_ltrt .about_text .right{
    width: 50%;
    padding: 10px calc(8.33333% + 15px) 10px 0;
}
.index_no_padding_ltrt .about_text .right .s_title {
    font-size: max(22px,2.08vw);
    color: #222;
    letter-spacing: 2px;
    font-family: "Noto Serif TC";
}
.index_no_padding_ltrt .about_text .right .s_title > span{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #222;
    width: 100px;
    height: 100px;
    font-size: 32px;
    line-height: 1.3;
    font-family: "Noto Serif TC";
    position: relative;
    top: -24px;
    border-radius: 4px;
}
.index_no_padding_ltrt .about_text .right .s_subtitle {
    font-size: max(18px,1.35vw);
    color: #222;
    margin-bottom: 30px;
    font-family: "Noto Serif TC";
    position: relative;
    font-style:italic;
    font-weight: bold;
    padding-right: 30px;
    width: 100%;
    text-align: right;
}
.index_no_padding_ltrt .about_text .right .s_subtitle::before{
    content: "";
    position: relative;
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #222;
    bottom: 10px;
    left: 0;
    margin-right: 10px;
}
.index_no_padding_ltrt .about_text .right .s_content {
    line-height: 1.5em;
    color: #555;
}
.about_bg .about_text .right .s_content p{
    text-align: left;
    color: #555;
    line-height: 1.7em;
    padding-bottom: 20px;
}
.index_no_padding_ltrt .about_text .bottom {
    width: 100%;
    background-color: rgba(0, 158, 71, 0.1);
    background-image: url(../images/website_image/bg_green.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
}
.bottom::before {
    content: "";
    position: absolute;
    bottom: -26px;
    right: 0;
    width: 102%;
    height: 50px;
    background-color: #96AB86;
    clip-path: polygon(0% 0%, 0% 100%, 101% 80%);
    transform: rotate(-1deg);
}
.bottom::after {
    content: "";
    position: absolute;
    top: -16px;
    right: 0;
    width: 102%;
    height: 30px;
    background-color: #96AB86;
    clip-path: polygon(100% 0%, 100% 100%, -5% 100%);
    transform: rotate(1deg);
}
.index_no_padding_ltrt .about_text .bottom p{
    color: #fff;font-size: 18px;
    padding-bottom: 0px;
    font-family: "微軟正黑體";
}
.index_no_padding_ltrt .about_text .bottom .bottom_text {
    width: 100%;
    max-width: 1600px;
    margin: 70px auto;
    line-height: 1.5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.index_no_padding_ltrt .about_text .bottom .bottom_text > div{
    width: 30%;
    text-align: center;
    position: relative;
}
.index_no_padding_ltrt .about_text .bottom .bottom_text > div:nth-child(1){
    top: 20px;
}
.index_no_padding_ltrt .about_text .bottom .bottom_text > div:nth-child(3){
    top: 30px;
}
.index_no_padding_ltrt .about_text .bottom .bottom_text > div p .Img{
    position: absolute;
    top: calc(50% - 40px);
    left: -40px;
}
.index_no_padding_ltrt .about_text .bottom .bottom_text > div p .Img img{
    width: 80px;
    margin-bottom: 0px;
}
.index_no_padding_ltrt .about_text .bottom .bottom_text > div p .Img::before {
  content: "";
  position: absolute;
  width: 87px;
  height: 87px;
  top: -3px;
  left: -3px;
  border-radius: 50%;
  border: 2px dashed #009755;
  animation: spin 20s linear infinite;
  z-index: 0;
}
@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.index_no_padding_ltrt .about_text .bottom .bottom_text > div p{
    border: 1px solid #009E47;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 30px 40px 60px;
    margin: 0 25px;
    display: inline-block;
    color: #555;
    line-height: 1.8em;
    font-size: 19px;
    font-family: "Noto Serif TC";
    font-weight: 600;
    position: relative;
    box-shadow: 3px 3px;
}
.index_no_padding_ltrt .about_text .bottom .bottom_text > div p b{
    color: #009E47;
    font-size: 1.15em;
}
.bottom2{
    width: 100%;
    padding-top: 60px;
    margin-top: 60px;
}
.home_about2_textBox{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-size: 30%;
    background: url(../images/website_image/bg_green2.png) repeat top left;
}
.home_about2_textBox .about2_left{
    width: 45%;
    display: flex;
    padding-bottom: 60px;
    margin-top: -60px;
}
.home_about2_textBox .about2_left img{
    width: 100%;
    margin-bottom: 0px;
        object-fit: cover;
}
.home_about2_textBox .about2_right{
    width: 55%;
    padding: 0px 23% 0 0;
    background-image: url(../images/website_image/original2.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 100%;
    display: flex;
    align-items: center;
    min-height: 560px;
}
.home_about2_textBox .about2_right .about2List{
    position: relative;
    left: -4vw;
    width: 100%;
}
.about2List .about2Item{
    width: 100%;
}
.about2List .about2Item .item{
    width: 100%;
    max-width: 540px;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 5px #bdc2b2;
    background-color: #f1f7e4;
    position: relative;
    margin: 30px 0;
}
.about2List .about2Item .item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    background-image: url(../images/website_image/icon_beans3.png);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.5;
}
.about2List .about2Item .item .Title {
    background-color: rgba(159, 181, 142, 0.3);
    padding: 40px 22px 25px;
    width: 100px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 30px;
    line-height: 1.8;
    font-family: "Noto Sans TC";
    color: #000;
    letter-spacing:2px;
    position: relative;
}
.about2List .about2Item .item .Title::before{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -23px;
    width: 60px;
    height: 60px;
    background-image: url(../images/website_image/icon_beans2.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.about2List .about2Item .item .Txt{
    padding: 60px 40px 35px 50px;
    width: calc(100% - 100px);
    position: relative;
}
.about2List .about2Item .item .Txt::before {
    content: "";
    display: block;
    position: absolute;
    top: 77px;
    right: 20px;
    width: 35px;
    height: 35px;
    background-image: url(../images/website_image/icon_beans1.png);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.4;
}
.about2List .about2Item .item .Txt p{
    text-align: left;
    font-size: 16px;
    line-height: 1.75;
    color: #6e6e6e;
    padding-bottom: 20px;
    letter-spacing: 0.1em;
    font-family: "Noto Sans TC";
}
.about2List .about2Item .item .Txt h3 {
    font-size: 24px;
    line-height: 1.5;
    color: #538155;
    font-weight: normal;
    padding-bottom: 10px;
    font-family: "Noto Sans TC";
}
@media screen and (max-width: 1366px) {
    .index_no_padding_ltrt .about_bg{
        background-image: none;
    }
    .home_about2_textBox .about2_left {
    width: 40%;
}
.home_about2_textBox .about2_right {
    width: 60%;
    padding: 0px 15% 0 0;
}
.home_about2_textBox .about2_right .about2List {
    left: -10vw;
}
}
@media screen and (max-width: 1000px) {
.index_no_padding_ltrt .about_text .right {
    padding-right: calc(3% + 15px);
}
.index_no_padding_ltrt .about_text .right .s_title > span {
    width: 52px;
    height: 52px;
    font-size: 18px;
    top: -18px;
}
.index_no_padding_ltrt .about_text .bottom .bottom_text > div {
    width: 32%;
}
.index_no_padding_ltrt .about_text .bottom .bottom_text > div p {
    padding: 20px 15px 20px 45px;
    margin: 0 20px;
    font-size: 16px;
}
.index_no_padding_ltrt .about_text .bottom .bottom_text > div p .Img img {
    width: 60px;
}
.index_no_padding_ltrt .about_text .bottom .bottom_text > div p .Img::before {
    width: 67px;
    height: 67px;
    top: -3px;
    left: -3px;
}
.index_no_padding_ltrt .about_text .bottom .bottom_text > div p .Img {
    top: calc(50% - 30px);
    left: -30px;
}
.bottom::before {
    bottom: -18px;
}
}
@media screen and (max-width: 768px) {
    .index_no_padding_ltrt .about_bg {
    padding: 0px 0;
}
.index_no_padding_ltrt .about_text .left {
    width: 100%;
    padding-right:0%;
}
.index_no_padding_ltrt .about_text .right {
    width: 100%;
    padding: 20px;
    margin-top: 20px;
}
.index_no_padding_ltrt .about_text .bottom .bottom_text{
    margin: 50px auto;
}
.index_no_padding_ltrt .about_text .bottom .bottom_text > div {
    width: 100%;
    margin: 10px 0 10px 15px;
}
.index_no_padding_ltrt .about_text .bottom .bottom_text > div:nth-child(1) {
    top: 0px;
}
.index_no_padding_ltrt .about_text .bottom .bottom_text > div:nth-child(3) {
    top: 0px;
}
.bottom::before {
    bottom: -6px;
    height: 30px;
}
.bottom::after {
    top: -24px;
}
.bottom2 {
    padding-top: 0px;
    margin-top: 0px;
}
.home_about2_textBox .about2_left {
    width: 100%;
    padding-bottom: 0px;
    margin-top: 0;
}
.home_about2_textBox .about2_right {
    width: 100%;
    padding: 0 0 60% 0;
    background-position: right bottom;
    background-size: 80% auto;
}
.home_about2_textBox .about2_right .about2List {
    left: 5%;
    width: 90%;
}
.about2List .about2Item .item .Txt {
    padding: 50px 25px 20px 30px;
    width: calc(100% - 70px);
}
.about2List .about2Item .item .Title {
    padding: 40px 15px 25px;
    width: 70px;
    font-size: 24px;
}
.about2List .about2Item .item .Txt h3 {
    font-size: 20px;
}
}
@media screen and (max-width: 500px) {
    .index_no_padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
/* license-內頁 */
.about2_bg {
    padding: 70px 8vw;
    width: 100%;
    background-image: url('../images/website_image/about2_bg.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    background-color: #FFFFFF;
}
@media screen and (max-width: 500px) {
    .about2_bg {
        padding: 40px 8vw;
        background: #FFFFFF;
    }
}
.about2_pic_box {
    width: 72%;
    margin: auto;
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
.about2_pic_box img {
    width: 45%;
    margin-bottom: 6vw;
}
.about2_pic_box img:nth-of-type(odd) {
    margin-right: 10%;
}
@media screen and (max-width: 768px) {
    .about2_pic_box {
        width: 100%;
    }
    .about2_pic_box img {
        margin-bottom: 8vw;
    }
}
@media screen and (max-width: 500px) {
    .about2_pic_box {
        margin-top: 30px;
    }
    .about2_pic_box img {
        width: 100%;
        margin-bottom: 12vw;
    }
    .about2_pic_box img:nth-of-type(odd) {
        margin-right: 0px;
    }
}
/* history-內頁 */
.history_bg {
    padding: 70px 0px;
    width: 100%;
    background: #FFFFFF;
    background-image: url(../images/website_image/about_bg3.webp);
}
@media screen and (max-width: 500px) {
    .history_bg {
        padding: 40px 0px;
    }
}
/* .history_bg_1 {
    background: url('../images/website_image/history_bg_left.png')no-repeat left center;
    background-size: contain;
}
.history_bg_2 {
    background: url('../images/website_image/history_bg_right.png')no-repeat right center;
    background-size: contain;
} */
@media screen and (max-width: 1200px) {
    /* .history_bg_1 {
        background: url('../images/website_image/history_bg_left.png')no-repeat left center;
        background-size: cover;
    }
    .history_bg_2 {
        background: url('../images/website_image/history_bg_right.png')no-repeat right center;
        background-size: cover;
    } */
}
@media screen and (max-width: 500px) {
    .history_bg_1 {
        background: unset;
    }
    .history_bg_2 {
        background: unset;
    }
}
.history_bg ul {
    position: relative;
    margin: 0px 8vw;
    margin-top: 40px;
    padding: 20px 0px 60px;
}
.history_bg ul::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 1px;
    background: #595757;
    display: block;
}
.history_bg ul::after {
    content: "";
    position: absolute;
    left: calc(50% - 4px);
    bottom: -4px;
    height: 9px;
    width: 9px;
    background-color: #666;
    display: block;
    border-radius: 50%;
}
.history_bg ul li {
    width: 50%;
    display: block;
    position: relative;
    margin-bottom: 40px;
    padding-top: 0px;
    border-top: 1px solid #02571e;
}
.history_bg ul li::before{
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #02571e;
}
.history_bg ul li:nth-of-type(even)::before{
    left: auto;
    right: 0;
    border-left: none;
    border-right: 12px solid #02571e;
}
.history_bg ul li::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #02571e;
    top: -8px;
    right: -8px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.history_bg ul li:nth-of-type(even)::after{
    right: auto;
    left: -8px;
}
.history_bg ul li:nth-of-type(odd) {
    padding-right: 60px;
    text-align: right;
}
.history_bg ul li:nth-of-type(even) {
    padding-left: 60px;
    transform: translateX(100%);
}
.history_bg ul li:last-of-type {
    margin-bottom: 0px;
}
.history_bg ul li .year {
    position: relative;
    color: #02571e;
    text-align: left;
    font-family: 'Oswald', "Noto Serif TC";
    padding-left: 25px;
    height: 50px;
    margin-top: -40px;
    letter-spacing: .025em;
    font-weight: 500;
    font-size: 35px;
}
.history_bg ul li .year::before{
    content: "";
    display: block;
    position: absolute;
    border: 1px solid #02571e;
    top: 24px;
    right: -77px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.history_bg ul li:nth-of-type(even) .year::before{
    display: none;
}
.history_bg ul li:nth-of-type(even) .year {
    text-align: right;
    padding-right: 25px;
}
.history_bg ul li .year > span{
    font-size: 25px;
}
.history_bg ul li .history_text_title {
    padding-left: 25px;
    text-align: left;
    font-size: 30px;
    font-family: "Noto Serif TC";
    font-weight: 900;
    letter-spacing: 0.1em;
    margin-top: 0.5rem;
    margin-bottom: 20px;
    color: #444;
}
.history_bg ul li .history_text {
    padding-left: 25px;
    text-align: left;
}
.history_bg ul li .history_text {}
@media screen and (max-width: 768px) {
    .history_bg ul::before {
        left: 0px;
    }
    .history_bg ul {
    margin: 0px 2vw 0 5vw;
}
    .history_bg ul li {
        width: 100%;
        margin-bottom: 80px;
    }
    .history_bg ul li::before {
    left: auto;
    right: 0;
    border-left: none;
    border-right: 12px solid #02571e;
}
.history_bg ul li .history_text_title {
    font-size: 22px;
}
.history_bg ul li .year::before{
    top: 24px;
    right: auto;
    left: -16px;
}
    .history_bg ul li::after {
    right: auto;
    left: -8px;
}
    .history_bg ul li:nth-of-type(odd) {
        padding-left: 0px;
        text-align: left;
        padding-right: 0px;
    }
    .history_bg ul li:nth-of-type(even) {
        padding-left: 0px;
        transform: unset;
    }
    .history_bg ul li:nth-of-type(odd) .year {
        left: 0px;
        margin-right: 0px;
    }
    .history_bg ul li:nth-of-type(even) .year {
        left: 0px;
        margin-left: 0px;
        text-align: left;
    }
}
.history_pic {
    padding: 40px 1vw 0px;
    width: 70%;
    margin: auto;
}
.history_pic img{
    width: 47%;
    margin: 0 1.5%;
}
.history_pic img:last-child{
    position: relative;
    top:-50px
}
@media screen and (max-width: 1024px) {
    .history_pic {
        width: 70%;
    }
}
@media screen and (max-width: 768px) {
    .history_pic {
        width: 100%;
        margin: 0;
    }
    .history_pic img {
    width: 97%;
    margin: 0 1.5%;
}
.history_pic img:last-child {
    top: 0px;
    margin-top: 20px;
}
.history_bg ul::after {
    left: calc(0% - 4px);
}
}
@media screen and (max-width: 500px) {
    .history_pic {
        width: 100%;
    }
}
/* 彈跳視窗 */
.light_boxbg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000000c2;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.light_close {
    position: fixed;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.light_close>span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #ffffff50;
    position: relative;
    transition: 0.3s;
}
.light_close:hover>span {
    background-color: #decdd5;
    transition: 0.3s;
}
.light_close>span::before {
    content: '';
    width: 1px;
    height: calc(100% - 10px);
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.light_close>span::after {
    content: '';
    width: 1px;
    height: calc(100% - 10px);
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.light_close:hover>span::before,
.light_close:hover>span::after {
    background-color: #9d78ab;
}
.light_box {
    max-width: 900px;
    margin: 0 auto;
    width: 90%;
}
.light_box.owl-theme .owl-nav [class*=owl-] {
    color: #FFF !important;
    font-size: 24px !important;
}
.light_box.owl-theme .owl-dots .owl-dot span {
    background: #decdd5;
}
.light_box.owl-theme .owl-dots .owl-dot.active span,
.light_box.owl-theme .owl-dots .owl-dot:hover span {
    background: #9d78ab;
}
.light_box.owl-carousel .owl-item img {
    height: 70vh;
    object-fit: contain;
}
@media screen and (max-width: 450px) {
    .light_close {
        top: 10px;
        right: 10px;
    }
    .light_close>span {
        width: 30px;
        height: 30px;
    }
}
/* food-內頁 */
.food_bg {
    padding: 70px 8vw;
    width: 100%;
    background: url('../images/website_image/food_bg.webp')no-repeat center bottom;
    background-size: 100%;
}
@media screen and (max-width: 500px) {
    .food_bg {
        padding: 40px 8vw;
    }
}
.food_box {
    padding-top: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width: 75%;
    margin: auto;
}
.food_box .food_pic {
    width: 55%;
    margin-right: 8%;
}
.food_box .food_text {
    width: 37%;
}
.food_box .food_text .food_title {
    color: #05461B;
    font-size: 20px;
    padding: 5px 0px 25px;
}
.food_box .food_text .food_title .line {
    height: 1px;
    width: 30px;
    margin: 15px 0px;
    background: #EF871C;
}
.food_box .food_text .food_title .food_title2 {
    color: #93A065;
    font-size: 18px;
}
.food_box .food_text .food_s_text {
    padding-bottom: 5px;
}
.food_box .food_text .food_s_text span {
    background: #05461B;
    color: #FFFFFF;
    padding: 2px 8px;
    margin-right: 10px;
}
@media screen and (max-width: 1366px) {
    .food_box .food_pic {
        width: 60%;
    }
    .food_box .food_text {
        width: 32%;
    }
}
@media screen and (max-width: 1024px) {
    .food_box {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .food_box {
        flex-wrap: wrap;
    }
    .food_box .food_pic {
        width: 100%;
        margin-right: 0px;
    }
    .food_box .food_text {
        width: 98%;
        padding-top: 20px;
        padding-left: 2%;
    }
}
/* factory */
.factory_bg {
    background: #F7F8F8;
}
.factory_bg1 {
    background: url('../images/website_image/factory_bg_left.png')no-repeat left bottom;
    background-size: contain;
}
.factory_bg2 {
    background: url('../images/website_image/factory_bg_right.png')no-repeat right bottom;
    background-size: contain;
}
@media screen and (max-width: 1200px) {
    .factory_bg1 {
        background: url('../images/website_image/factory_bg_left.png')no-repeat left bottom;
        background-size: cover;
    }
    .factory_bg2 {
        background: url('../images/website_image/factory_bg_right.png')no-repeat right bottom;
        background-size: cover;
    }
}
@media screen and (max-width: 768px) {
    .factory_bg1 {
        background: unset;
    }
    .factory_bg2 {
        background: unset;
    }
}
.all_box {
    padding: 0px 8vw;
    padding-top: 15px;
    width: 100%;
}
.factory_box {
    background: #FFFFFF;
    width: 75%;
    margin: 30px auto;
    padding: 30px 3vw;
    border-radius: 20px;
    box-shadow: 0px 0px 15px 6px rgba(20%, 20%, 20%, 0.1);
}
@media screen and (max-width: 1024px) {
    .factory_box {
        width: 100%;
    }
}
.factory_box .factory_title {
    text-align: center;
    color: #05461B;
    font-size: 20px;
    line-height: 40px;
}
.factory_box .factory_title .num {
    font-size: 35px;
}
.factory_box .factory_title .line {
    height: 1.5px;
    width: 25px;
    background: #EF871C;
    margin: 8px auto 0px;
}
.factory_box .box_list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    padding: 30px 0px 0px;
}
.factory_box .box_list3 {
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
}
.factory_box .box_list .box_1 {
    display: block;
    background: #05461B;
    color: #FFFFFF;
    width: 140px;
    margin: 0px 1.2vw;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 50px;
}
.factory_box .box_list .box_2 {
    text-align: center;
    width: 12%;
    margin: 0px 1% 15px;
    line-height: 25px;
    font-weight: 600;
}
.factory_box .box_list .box_3 {
    text-align: center;
    width: 30%;
    margin: 0px 1.5% 2.5vw;
    border: 1px #C9CACA solid;
    padding: 2.5vw 1.5vw;
}
.factory_box .box_list .box_3 img {
    width: 55%;
}
.factory_box .box_list .box_3 .s_title {
    font-size: 18px;
    color: #05461B;
    font-weight: 600;
}
@media screen and (max-width: 768px) {
    .factory_box .box_list {
        flex-wrap: wrap;
    }
    .factory_box .box_list .box_1 {
        margin: 0px 4.5vw 15px;
        width: 150px;
    }
    .factory_box .box_list .box_2 {
        width: 15%;
        margin: 0px 3% 15px;
    }
    .factory_box .box_list .box_3 {
        width: 45%;
        margin: 0px 1.5% 4vw;
        padding: 4vw 3vw;
    }
}
@media screen and (max-width: 600px) {
    .factory_box .box_list .box_2 {
        width: 17%;
    }
}
@media screen and (max-width: 500px) {
    .factory_box .box_list2 {
        justify-content: flex-start;
    }
    .factory_box .box_list .box_2 {
        width: 40%;
        margin: 0px 5% 15px;
    }
    .factory_box .box_list .box_3 {
        width: 90%;
        margin: 0px 5% 7vw;
        padding: 8vw 5vw;
    }
    .factory_box .box_list .box_3 img {
        width: 120px;
    }
}
/*news*/
.new_list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    padding: 30px 0px;
}
.new_list .date {
    width: 180px;
    padding: 0px 35px;
    color: #05461B;
    text-align: center;
    /* border-right: 1px #EF871C solid; */
    line-height: 50px;
    /* margin-right: 3vw; */
    /* transition: .5s; */
}
.new_list:hover .date {
    color: #EF871C;
}
.new_list .date .date_Y {
    font-size: 40px;
}
.new_list .date .date_MD {
    font-size: 33px;
}
.new_list .data {
    width: 85%;
    padding-left: 3vw;
    border-left: 1px #EF871C solid;
}
.new_list .data .name {
    color: #EF871C;
    font-size: 18px;
    transition: .5s;
    font-weight: 600;
}
.new_list:hover .data .name {
    /* color: #ADCC58; */
}
.new_list .data .text {
    color: #595757;
    transition: .5s;
}
.new_list:hover .data .text {
    color: #9FA0A0;
}
@media screen and (max-width: 1000px) {
    .new_list .date {
        width: 140px;
        padding: 0px 20px;
        line-height: 45px;
    }
    .new_list .date .date_Y {
        font-size: 35px;
    }
    .new_list .date .date_MD {
        font-size: 30px;
    }
    .new_list .data {
        width: 90%;
    }
}
@media screen and (max-width: 768px) {
    .new_list {
        justify-content: center;
        flex-wrap: wrap;
    }
    .new_list .date {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px #EF871C solid;
    }
    .new_list .data {
        width: 100%;
        padding-left: 0px;
        border-left: unset;
    }
    .new_list .data .name {
        text-align: center;
    }
}
/* news_list */
.new_list2 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    color: #727171;
    padding: 30px 0px;
    /* transition: .5s; */
}
.new_list2 .pic {
    width: 20%;
    margin-right: 4vw;
}
.new_list2 .data {
    width: 75%;
}
.new_list2 .data .new_mark {
    color: #EF871C;
    border: 3px #EF871C double;
    display: inline-block;
    line-height: 20px;
    padding: 0px 5px;
}
.new_list2:hover .data .new_mark {
    color: #ADCC58;
    border: 3px #ADCC58 double;
}
.new_list2 .data .new_title {
    color: #231815;
    padding: 5px 0px;
    border-bottom: 1px #EF871C solid;
    display: inline-block;
    width: 100%;
    /* transition: .5s; */
}
.new_list2 .data .new_title .date {
    color: #FFFFFF;
    font-size: 16px;
    display: inline-block;
    background: #05461B;
    line-height: 1px;
    padding: 12px 10px;
    border-radius: 50px;
    margin-right: 5px;
    /* transition: .5s; */
}
.new_list2:hover .data .new_title .date {
    /* border: 3px #C7E7F4 solid; */
    background: #ADCC58;
}
.new_list2 .data .new_title .name {
    font-size: 18px;
    color: #05461B;
    /* transition: .5s; */
}
.new_list2:hover .data .new_title .name {
    color: #ADCC58;
}
.new_list2 .data .text {
    padding: 5px 0px;
    color: #595757;
    transition: .5s;
}
.new_list2:hover .data .text {
    color: #9FA0A0;
}
@media screen and (max-width: 1024px) {
    .new_list2 .pic {
        width: 30%;
    }
    .new_list2 .data {
        width: 65%;
    }
}
@media screen and (max-width: 600px) {
    .new_list2 {
        flex-wrap: wrap;
    }
    .new_list2 .pic {
        width: 100%;
        margin: auto;
        margin-bottom: 10px;
    }
    .new_list2 .data {
        width: 100%;
    }
    .new_list2 .data .new_mark {
        width: 50px;
        margin: auto;
        margin-bottom: 5px;
        text-align: center;
        display: block;
    }
    .new_list2 .data .new_title {
        display: block;
        width: 100%;
        text-align: center;
    }
    .new_list2 .data .new_title .name {
        margin-right: 0px;
        display: block;
    }
}
/* new-內頁 */
.new_top {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding: 30px 0px 20px;
}
.new_top .new_pic {
    width: 40%;
    margin-right: 4vw;
}
.new_top .new_title {
    width: 55%;
}
.new_top .new_title .new_name {
    color: #05461B;
    padding: 5px 0px;
    border-bottom: 1px #595757 solid;
    font-size: 18px;
    margin-bottom: 10px;
}
.new_top .new_title .new_date {
    display: inline-block;
    background: #ADCC58;
    color: #FFFFFF;
    padding: 0px 10px;
    border-radius: 50px;
}
.new_text {
    padding: 20px 0px 40px;
}
@media screen and (max-width: 600px) {
    .new_top {
        flex-wrap: wrap;
        padding-bottom: 0px;
    }
    .new_top .new_pic {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .new_top .new_title {
        width: 100%;
        text-align: center;
    }
}
/*product*/
.pro_bg {
    position: relative;
    z-index: 10;
    background: #fff;
}
.pro_bg::before{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 70%;
    bottom: 0;
    left: 0;
    opacity: 0.25;
    z-index: -1;
    background: #FFF url('../images/website_image/pro_bg2.webp')no-repeat center bottom;
    background-size: 100%;
}
@media screen and (max-width: 1000px) {
    .pro_bg {
        background-size: 700px;
    }
}
@media screen and (max-width: 768px) {
    .pro_bg {
        background-size: 750px;
    }
}
@media screen and (max-width: 500px) {
    .pro_bg {
        background: #FFF url('../images/website_image/pro_bg2.webp')no-repeat center bottom;
        background-size: contain;
    }
}
.pro {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    padding-top: 50px;
}
aside {
    width: 200px;
    margin-right: 4vw;
}
aside .name {
    color: #05461B;
    font-size: 20px;
    font-weight: 600;
    padding: 5px 0px;
    width: 150px;
}
aside .name img {
    width: 25px;
    margin: -3px 0px;
    margin-right: 7px;
}
aside .mobile_arrow {}
aside>ul {
    padding-left: 31px;
    padding-top: 3px;
}
aside>ul>li {}
aside>ul>li>a {
    padding: 5px 0px;
    display: block;
    font-size: 16px;
    color: #595757;
    /* transition: .5s; */
}
aside>ul>li>a:hover {
    color: #ADCC58;
}
.lists {
    width: 80%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
.product_new_Box{
    display: none;
}
.lists .list {
    width: 28%;
    margin: 0px 2.5%;
    margin-bottom: 40px;
    text-align: center;
    /* border: 1px #808080 solid; */
    box-shadow: 2px 4px 12px #00000014;
    background: #fff;
    padding: 1.5vw;
    border-radius: 25px;
    /* transition: .5s; */
}
.lists .list:hover {
    /* border: 1px #05461B solid; */
    box-shadow: 2px 4px 16px #00000029;
    transform: scale3d(1.01, 1.01, 1.01);
}
.lists .list .pic {
    width: 100%;
    height: 15vw;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.lists .list .pic img {
    display: block;
    width: fit-content;
    transition: all .3s cubic-bezier(0,0,.5,1);
    /* transition: .5s; */
}
.lists .list:hover .pic img {
    transform: scale(1.2);
}
.lists .list .name {
    display: block;
    padding-top: 10px;
    color: #595757;
    font-size: 16px;
    /* transition: .5s; */
}
.lists .list:hover .name {
    color: #05461B;
}
@media screen and (max-width: 1000px) {
    .lists .list {
        width: 45%;
        padding: 2.5vw;
    }
    .lists .list .pic {
        height: 22vw;
    }
}
@media screen and (max-width: 768px) {
    .pro {
        flex-wrap: wrap;
        padding-top: 30px;
    }
    aside {
        width: 100%;
        margin-right: 0px;
        position: relative;
    }
    aside .name {
        border-bottom: unset;
        width: 100%;
        text-align: center;
    }
    aside .mobile_arrow {
        background: url('../images/website_image/arrow_btn.png')no-repeat center center;
        background-size: 100%;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 10px;
        right: 20%;
    }
    aside>ul {
        padding-left: 0px;
        text-align: center;
        width: 100%;
        display: none;
        z-index: 10;
    }
    .lists {
        width: 100%;
        padding-top: 25px;
    }
    .lists .list {
        padding: 3vw;
    }
    .lists .list .pic {
        height: 31.5vw;
    }
}
@media screen and (max-width: 500px) {
    aside .mobile_arrow {
        right: 10%;
    }
    .lists .list {
        width: 100%;
        padding: 6.5vw;
        margin: 0px;
        margin-bottom: 40px;
    }
    .lists .list .pic {
        height: 70vw;
    }
}
/* product_內頁 */
.lists .pro_top {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    margin-bottom: 40px;
}
.lists .pro_top .main_pic {
    width: 40%;
    margin-right: 3vw;
}
.lists .pro_top .main_pic .big_pic {}
.lists .pro_top .main_pic .big_pic img {
    width: 100%;
}
.lists .pro_top .main_pic ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding-top: 20px;
    flex-wrap: wrap;
}
.lists .pro_top .main_pic ul li {
    width: 22%;
    margin: 0px 1.5% 10px;
}
.lists .pro_top .pro_data {
    width: 55%;
}
.lists .pro_top .pro_data .pro_name {
    border-bottom: 1px #595757 solid;
    font-size: 19px;
    padding: 7px 0px;
    color: #05461B;
}
.lists .pro_top .pro_data .pro_name img {
    width: 11px;
    margin: 1px 0px;
}
.lists .pro_top .pro_data .pro_s_text {
    padding-top: 15px;
}
.lists .pro_top .pro_data .pro_s_text .s_text {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    padding: 5px 0px;
}
.lists .pro_top .pro_data .pro_s_text .s_text .s_title {
    background: #05461B;
    color: #FFFFFF;
    margin-right: 10px;
    width: 80px;
    text-align: center;
    display: inline-block;
}
.lists .pro_top .pro_data .pro_s_text .s_text .text {
    width: 75%;
}
@media screen and (max-width: 1000px) {
    .lists .pro_top .main_pic {
        width: 45%;
    }
    .lists .pro_top .pro_data {
        width: 50%;
    }
}
@media screen and (max-width: 768px) {
    .lists .pro_top {
        flex-wrap: wrap;
    }
    .lists .pro_top .main_pic {
        width: 65%;
        margin: auto;
        margin-bottom: 20px;
    }
    .lists .pro_top .pro_data {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .lists .pro_top .main_pic {
        width: 95%;
    }
}
.lists .pro_text {
    width: 100%;
}
.lists .pro_text .pro_title {
    color: #FFFFFF;
    font-size: 18px;
    background: #ADCC58;
    display: inline-block;
    padding: 0px 15px;
    margin-bottom: 10px;
}
/*more*/
.more {
    text-align: right;
    margin: 30px 0;
}
.more a {
    font-weight: bold;
    font-size: 22px;
    text-decoration: none;
    color: #05461B;
    /* transition: .5s; */
}
.more a:hover {
    color: #EF871C;
}
.more a img {
    width: 26px;
    margin: -7px 0px;
    margin-right: 4px;
}
@media screen and (max-width: 768px) {
    .more {
        text-align: center;
    }
}
/*top*/
#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 100px;
    cursor: pointer;
    z-index: 9999;
}
#gotop img {
    width: 60px;
    height: auto;
}
.right_side_box {
    position: fixed;
    right: 20px;
    bottom: 170px;
    cursor: pointer;
    z-index: 9999;
    width: 60px;
}
@media screen and (max-width: 500px) {
    #gotop img, .right_side_box img {
        width: 55px;
    }
    #gotop {
        right: 10px;
        bottom: 50px;
    }
    .right_side_box {
        right: 5px;
        bottom: 115px;
    }
}
/*cart*/
.cart_run {
    position: fixed;
    right: 10px;
    top: 20%;
    z-index: 999;
}
.cart_box {
    display: inline-block;
    position: relative;
}
.cart_num {
    position: absolute;
    top: 45px;
    right: 0;
    display: inline-block;
    width: 1.8em;
    padding: 0.4em 0;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    background-color: #EB2332;
}
/*麵包屑breadcrumb*/
.breadcrumb {
    font-size: 1.2em;
    letter-spacing: 0.2em;
}
.breadcrumb a {
    text-decoration: none;
    color: #9FA0A0;
}
.breadcrumb img {
    height: 1em;
    margin: 0 8px;
}
.breadcrumb a,
.breadcrumb img {
    display: inline-block;
    vertical-align: top;
}
/*水平線*/
hr {
    height: 1px;
    width: 100%;
    margin: 0;
    border: none;
    border-bottom: 2px solid #E6E6E6;
}
/*按鈕*/
.member_button {
    background: #4B4B4B;
    color: #fff;
    width: 300px;
    margin: 1em auto;
    text-decoration: none;
    font-size: 1.5em;
    line-height: 1em;
    display: block;
    padding: 0.5em;
    border: none;
}
.member_button:hover {
    background: #DA4E40;
}
a.btn {
    background: #4B4B4B;
    color: #fff;
    width: 300px;
    margin: 1em auto;
    text-decoration: none;
    font-size: 1.5em;
    font-family: '微軟正黑體';
    text-align: center;
    display: block;
    line-height: 2em;
}
a.btn:hover {
    background: #DA4E40;
}
a.btn_fb {
    background: #1D438E;
    color: #fff;
    width: 300px;
    margin: 1em auto;
    text-decoration: none;
    font-size: 1.5em;
    display: block;
    line-height: 2em;
}
a.btn_fb:hover {
    background: #13213B;
}
/*返回*/
.back {
    text-align: right;
    width: 100%;
    margin: 20px 0;
}
@media screen and (max-width: 600px) {
    .back {
        text-align: center;
    }
}
.back a {
    color: #05461B;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    /* transition: .5s; */
    position: relative;
}
.back a:hover {
    color: #EF871C;
}
.back a::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 10px;
    left: -23px;
    background: url('../images/website_image/back_btn.png')no-repeat center center;
    background-size: 100%;
    /* transition: .5s; */
}
.back a:hover::before {
    left: -30px;
}
/*footer*/
footer {
    background: #05461B;
    padding: 20px 9vw 10px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
footer .ft_top {
    margin-right: 8%;
}
footer .ft_top .ft_logo {
    width: 170px;
}
footer .ft_top .media {
    text-align: center;
    padding-top: 10px;
}
footer .ft_top .media a {
    display: inline-block;
}
footer .ft_top .media a img {
    width: 35px;
    margin: 0px 5px;
}
footer .footer_info {
    color: #FFFFFF;
}
footer .footer_info .ft_text {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}
footer .footer_info .ft_text img {
    width: 20px;
    margin: 4px 0px;
    margin-right: 3px;
}
address {
    width: 100%;
    font-style: normal;
    margin-left: 28px;
    line-height: 25px;
}
address a {
    color: #FFFFFF;
}
@media screen and (max-width: 768px) {
    footer {
        padding: 20px 4vw 10px;
    }
    footer .ft_top {
        margin-right: 5%;
    }
    address {
    width: calc(100% - 28px);
}
}
@media screen and (max-width: 600px) {
    footer {
        flex-wrap: wrap;
        justify-content: center;
        padding: 20px 5vw 10px;
    }
    footer .ft_top {
        margin-right: 0px;
        width: 100%;
    }
    footer .ft_top .ft_logo {
        width: 220px;
        margin: auto;
    }
    footer .ft_top .media {
        padding: 5px 0px;
    }
    footer .ft_top .media a img {
        width: 45px;
    }
    footer .footer_info .ft_text {
        padding: 5px 0px;
    }
    address {
        margin-left: 0px;
        margin-top: 10px;
        padding-top: 7px;
        line-height: 18px;
        text-align: center;
        font-size: 13px;
        border-top: 1px #FFFFFF solid;
    }
}
/*頁碼*/
.page {
    text-align: center;
    margin: 40px 0px;
    font-size: 18px;
}
.page ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-weight: 600;
}
.page ul li {
    display: inline-block;
}
.page ul li a {
    padding: 0px 7px;
    margin: 0px 10px;
    display: block;
    text-decoration: none;
    color: #595757;
    line-height: 25px;
}
.page ul li .select,
.pagenumber a:hover {
    color: #FFFFFF;
    background: #05461B;
    border-radius: 50%;
}
.page ul li a i.fa-angle-left::before {
    content: "";
    display: inline-block;
    background: url('../images/website_image/page_prev.png')no-repeat;
    background-size: cover;
    width: 23px;
    height: 23px;
    margin: -5px 0px;
}
.page ul li a i.fa-angle-right::before {
    content: "";
    display: inline-block;
    background: url('../images/website_image/page_next.png')no-repeat;
    background-size: cover;
    width: 23px;
    height: 23px;
    margin: -5px 0px;
}
/* 影片RWD */
@media screen and (max-width: 1920px) {
    iframe {
        width: 42%;
        height: 314px
    }
}
@media screen and (max-width: 1024px) {
    iframe {
        width: 60%;
        height: 314px
    }
}
@media screen and (max-width:768px) {
    iframe {
        width: 100%;
        height: 314px;
    }
}
/* contact us */
.trans_top {
    padding: 30px 0px 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    border-bottom: 5px #ADCC58 solid;
}
.trans_top .trans_map {
    width: 45%;
    margin-right: 4vw;
}
.trans_top .trans_map iframe {
    width: 100%;
}
.trans_top .trans_text {
    width: 50%;
}
.trans_top .trans_text .trans_logo {
    width: 210px;
    padding: 10px 0px;
}
.trans_top .trans_text .text {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}
.trans_top .trans_text .text img {
    width: 20px;
    margin: 4px 0px;
    margin-right: 5px;
}
@media screen and (max-width: 768px) {
    .trans_top {
        flex-wrap: wrap;
    }
    .trans_top .trans_map {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .trans_top .trans_text {
        width: 100%;
    }
}
.transtyle {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width: 95%;
    margin: auto;
    padding: 10px 0px;
}
.transtyle .trans_word {
    width: 85px;
}
.transtyle input,
.transtyle textarea,
.transtyle label {
    width: 95%;
}
.transtyle label img {
    width: 130px;
    margin-right: 10px;
}
@media screen and (max-width: 1366px) {
    .transtyle input,
    .transtyle textarea,
    .transtyle label {
        width: 90%;
    }
}
@media screen and (max-width: 500px) {
    .transtyle {
        flex-wrap: wrap;
    }
    .transtyle .trans_word {
        width: 100%;
    }
    .transtyle input,
    .transtyle textarea,
    .transtyle label {
        width: 100%;
    }
}
.trans_btn {
    text-align: center;
    margin: 30px 0px;
}
.trans_btn .reset_btn {
    background: #ADCC58;
    border: 0px;
    color: #FFFFFF;
    display: inline-block;
    line-height: 20px;
    padding: 5px 30px;
    border-radius: 50px;
    margin-right: 20px;
    font-weight: 600;
    /* transition: .5s; */
    cursor: pointer;
}
.trans_btn .reset_btn:hover {
    background: #EF871C;
}
.trans_btn .submit_btn {
    background: #05461B;
    border: 0px;
    color: #FFFFFF;
    display: inline-block;
    line-height: 20px;
    padding: 5px 30px;
    border-radius: 50px;
    font-weight: 600;
    /* transition: .5s; */
    cursor: pointer;
}
.trans_btn .submit_btn:hover {
    background: #EF871C;
}
@media screen and (max-width: 500px) {
    .trans_btn .reset_btn {
        padding: 5px 25px;
        margin-right: 10px;
    }
    .trans_btn .submit_btn {
        padding: 5px 25px;
        margin-right: 10px;
    }
}
/* 彈跳視窗 */
.light_boxbg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000000c2;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.light_close {
    position: fixed;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.light_close>span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #ffffff50;
    position: relative;
    transition: 0.3s;
}
.light_close:hover>span {
    background-color: #decdd5;
    transition: 0.3s;
}
.light_close>span::before {
    content: '';
    width: 1px;
    height: calc(100% - 10px);
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.light_close>span::after {
    content: '';
    width: 1px;
    height: calc(100% - 10px);
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.light_close:hover>span::before,
.light_close:hover>span::after {
    background-color: #9d78ab;
}
.light_box {
    max-width: 900px;
    margin: 0 auto;
    width: 90%;
    display: block;
    text-align: center;
}
.light_box img {
    max-height: 70vh;
}
.light_box.owl-theme .owl-nav [class*=owl-] {
    color: #FFF !important;
    font-size: 24px !important;
}
.light_box.owl-theme .owl-dots .owl-dot span {
    background: #decdd5;
}
.light_box.owl-theme .owl-dots .owl-dot.active span,
.light_box.owl-theme .owl-dots .owl-dot:hover span {
    background: #9d78ab;
}
.light_box.owl-carousel .owl-item img {
    height: 70vh;
    object-fit: contain;
}
@media screen and (max-width: 450px) {
    .light_close {
        top: 10px;
        right: 10px;
    }
    .light_close>span {
        width: 30px;
        height: 30px;
    }
}