@charset "utf-8";

/* CSS Document */

* {
    box-sizing: border-box;
}

.pure-g [class *="pure-u"] {
    font-family: "微軟正黑體";
}

body {
    margin: 0;
}

#container {
    width: 100%;
    font-family: "微軟正黑體";
    margin: 0 auto;
    padding: 0 0 10em;
    background-image: url(../images/website_image/page_bottom_bg.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 bottom;
    min-height: 800px;
}

.wrapper {
    width: 100%;
    font-family: "微軟正黑體";
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.page_box {
    width: 100%;
    font-family: "微軟正黑體";
    padding: 0 3%;
    box-sizing: border-box;
}

.mb_style {
    display: none;
}


/* license */

.license {
    background: #F1F1F1;
}

aside {
    position: relative;
    width: 80%;
    margin: 0px auto;
}

aside>.as_title {
    display: none;
    text-align: center;
    position: relative;
    width: 100%;
    margin-top: 50px;
    color: #5D5D5D;
    font-size: 20px;
    font-weight: 600;
}

aside>.as_title>img {
    position: absolute;
    top: 9px;
    left: calc(50% + 50px);
    transition: 0.5s;
}

aside>.as_title>img.c {
    transform: rotate(180deg);
}

aside>ul {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

aside>ul>li {
    width: 20%;
    margin: 50px 0px;
}

aside>ul>li>a {
    display: block;
    text-align: center;
    color: #fff;
    padding: 10px;
    background: #011340;
    transition: 0.5s;
}

aside>ul>li>a:hover {
    background: #0293B7;
}

.list {
    margin-top: 30px;
}

.list>ul {
    display: flex;
    align-items: stretch;
    align-content: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.list>ul>li {
    position: relative;
    width: 29%;
    padding-bottom: 20px;
    margin: 20px 2%;
    border-bottom: 1px #505052 solid;
    overflow: hidden;
}

.list>ul>li>.license_mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
    padding: 5%;
}

.list>ul>li>.license_mask>a {
    color: #fff;
    font-size: 18px;
    text-decoration: none
}

.list>ul>li>.license_mask>span {
    position: absolute;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    bottom: 10px;
}

.list>ul>li>a {
    display: block;
    position: relative;
    height: 100%;
    text-decoration: none;
}

.list>ul>li>a>.img {
    height: calc(100% - 30px);
    line-height: 0;
    overflow: hidden;
    box-shadow: 3px 6px 6px grey;
    border: 5px double #ddd;
    border-radius: 4px;
}

.list>ul>li>a>.img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list>ul>li>a>.name {
    display: block;
    text-align: center;
    color: #505052;
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
    text-decoration: none;
}

.list>ul>li:hover>.license_mask {
    top: 0px;
}

@media screen and (min-width: 1367px) {
    .list {
        width: 100%;
        margin: 0px auto;
    }
}

@media screen and (max-width: 900px) {
    aside>.as_title {
        display: block;
    }
    aside>ul {
        display: none;
        margin-top: 10px;
    }
    aside>ul>li {
        width: 100%;
        margin: 0px;
    }
}

@media screen and (max-width: 768px) {
    .list>ul>li {
        width: 46%;
    }
}

@media screen and (max-width: 500px) {
    aside>.as_title {
        margin-top: 30px;
    }
    .list {
        margin-top: 10px;
    }
    .list>ul>li {
        width: 100%;
        margin: 20px 0px;
    }
}


/*header*/

header {
    z-index: 999;
}

.head {
    text-align: center;
    margin-bottom: 0.5em;
    margin-top: 1.5em;
    z-index: 1000;
}

.logo {
    text-align: center;
    margin: 0;
    padding-top: 0;
    width: 20%;
    display: inline-block;
    vertical-align: top;
}

.logo a {
    display: inline-block;
    text-decoration: none;
}

.logo img {
    width: 100%;
    margin-bottom: -4px;
    max-width: 230px;
}

.language_box {
    position: absolute;
    top: 0px;
    right: 5%;
}

.language_box img {
    padding: 0 1em;
    display: inline-block;
    vertical-align: middle;
}

.language_box a {
    text-decoration: none;
    font-family: '微軟正黑體';
    font-weight: bold;
    color: #172A88;
    display: inline-block;
    vertical-align: middle;
}

.language_box a:hover {
    color: #9FA0A0;
}

.menu_search {
    position: absolute;
    right: 5%;
    top: 38px;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
}

.menu_search button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 0;
    outline: none;
    background: transparent;
    background: #F3F4F4;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    padding: 4px;
}

.menu_search button:hover img {
    animation: rotate 1.5s ease-in-out infinite;
}

@keyframes rotate {
    100% {
        -webkit-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

.menu_search button img {
    width: 100%;
}

.menu_search input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 0;
    outline: none;
    background: transparent;
    background: #F3F4F4;
    color: #595757;
    font-size: 15px;
    height: 30px;
    padding: 2px 5px;
}

.menu_search input:focus {
    -webkit-box-shadow: 0 0 16px .5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 16px .5px rgba(0, 0, 0, .2);
}

.menu_search input:focus~button {
    -webkit-box-shadow: 0 0 16px .5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 16px .5px rgba(0, 0, 0, .2);
}

.logo-name {
    background: #3737B7;
    color: #fff;
    font-size: 13px;
    margin-top: 7px;
    padding: 5px 0;
}

.logo-name span {
    font-size: 18px;
}


/*Banner*/

#banner {
    position: relative;
    overflow: hidden;
    z-index: 99;
}

#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: 2em;
}

#banner #banner_control span {
    cursor: pointer;
    padding: 0px;
}

#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:hover img:nth-child(1),
#banner #banner_control span.now img:nth-child(1) {
    display: none;
}

#banner #banner_control span:hover img:nth-child(2),
#banner #banner_control span.now img:nth-child(2) {
    display: inline-block;
}


/*Banner End*/


/*menu*/

.hamburger-menu {
    display: none;
}

.no_class {
    display: none;
}

.has_sub_btn {
    display: none;
}

nav {
    width: 79%;
    display: inline-block;
    vertical-align: baseline;
}

.head_page_box {
    padding-right: 0;
}

.index_menu_btn img {
    width: 1.2em;
}

ul.menu {
    margin: 81px 0 0;
    padding: 0;
    width: 100%;
    text-align: center;
    list-style-type: none;
    background-image: url(../images/website_image/header_bg-07.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left top;
    z-index: 200;
}

.menu_btn {
    padding: 0em 0.3em;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background-size: 112% 112%;
    background-position: center;
    background-repeat: no-repeat;
    transition: .5s ease;
}

.menu_btn a {
    text-decoration: none;
    padding: 1.1em 1em;
    display: block;
    font-size: 1.1em;
    font-family: '微軟正黑體';
    text-align: center;
    color: #595757;
    cursor: pointer;
    transition: .5s ease;
}

.menu_name_style span {
    display: inline-block;
    vertical-align: middle;
    padding-right: 0.2em;
}

.menu_btn a:hover {
    color: #2d08c4;;
    font-weight: normal;
    font-size: 1.1em;
   
}

.subBtn {
    margin: 0;
    padding: 0.5em 0;
    list-style-type: none;
    position: absolute;
    left: auto;
    z-index: 999;
    display: none;
    opacity: 0;
    width: 20em;
    background: rgba(51, 51, 51, 0.6);
}

.subBtn li {
    display: block;
    text-align: left;
}

.subBtn a {
    display: block;
    cursor: pointer;
    color: #fff;
    font-size: 1em;
    transition: .5s ease;
    padding: 0.5em 1em;
    border-left: none;
    text-align: left;
}

.menu_btn:hover {
    background-image: url(../images/website_image/menu_bg.png);
    background-size: 112% 112%;
    background-position: center;
    background-repeat: no-repeat;
}

.menu_btn:hover .subBtn {
    display: block;
    opacity: 1;
    background: rgba(51, 51, 51, 0.6);
    transition: bottom 1s ease, opacity .5s ease;
}

.menu_btn:hover.menu_btn a {}

.menu_btn:hover a.subBtn_style {
    display: inline-block;
}

.subBtn a:hover {
    cursor: pointer;
    font-weight: bold;
    font-size: 1em;
    color: #fff;
    transition: .5s ease;
    border-left: none;
    text-shadow: none;
}


/*內頁標題*/

.title {
    text-align: left;
    align-items: flex-start;
}

.title img {
    width: 100%;
    height: auto;
}

.title p {
    margin: 0;
    font-family: 'Archivo Black', sans-serif;
    font-size: 3.5em;
    color: #4B4B4B;
}

.title_2 {
    padding: 2em 0 1em;
}

.title_2 b.title_2_en {
    padding-right: 0.45em;
    font-size: 3.5em;
    font-weight: normal;
    color: #42611E;
    vertical-align: text-bottom;
    width: 100%;
    box-sizing: border-box;
}

.title_2_right {
    width: 8em;
    color: #42611E;
    font-size: 1.2em;
    display: inline-block;
    vertical-align: text-bottom;
}

.page_title {
    font-size: 1em;
    color: #000;
    letter-spacing: 1px;
    padding: 2em 0;
    line-height: 2.5em;
}

.page_title img {
    width: 10%;
    max-width: 3em;
}

.page_title b {
    font-size: 2.2em;
    font-weight: bold;
    padding: 0 5px;
}

.page_title span {
    font-size: 1.55em;
    font-weight: bold;
}

.page_title img,
.page_title span,
.page_title b {
    display: inline-block;
    vertical-align: baseline;
}

.title_line_bg {
    background-image: url(../images/website_image/page/line_bg.png), url(../images/website_image/page/dot_bg.png);
    background-repeat: repeat-x, no-repeat;
    background-position: center, right center;
    height: 1em;
    width: 100%;
    position: relative;
    top: -0.5em;
    z-index: 100;
}

.contain_txt {
    font-size: 1.15em;
    line-height: 1.8em;
}


/*about*/

.index_about_bg {
    padding: 5em 2% 5em 11%;
    font-size: 1em;
    color: #3a3a3a;
    line-height: 2em;
    min-height: 460px;
    letter-spacing: 1px;
    background-image: url(../images/website_image/index_pic/index_about_bg1.png);
    background-repeat: no-repeat;
    background-position: 90% bottom;
    position: relative;
}

.index_about_bg span {
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 2px;
}

.index_about_bg2 {
    background-image: url(../images/website_image/index_pic/index_about_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 1em 1%;
}

.index_about_bg2 img {
    width: 100%;
    max-width: 560px;
}

.index_about_img {
    height: 3em;
}

.index_about_img img {
    position: absolute;
    bottom: 3em;
    left: calc(50% - 1em);
}


/*news*/

.index_news_bg {
    padding: 0em 5%;
    font-size: 1em;
    color: #3a3a3a;
    min-height: 460px;
    line-height: 2em;
    letter-spacing: 1px;
    background-image: url(../images/website_image/index_pic/index-08.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 90% center;
}

.index_news b.title_2_en {
    color: #fff;
}

.index_news>.title_2_right {
    color: #fff;
    vertical-align: inherit;
}

.index_news_bg .title_line_bg {
    background-image: url(../images/website_image/index_pic/line_bg.png), url(../images/website_image/index_pic/index_news_title.png);
    background-repeat: repeat-x, no-repeat;
    background-position: center, right center;
    height: 1em;
    width: 100%;
    position: relative;
    top: -0.5em;
    z-index: 100;
}

.index_news_box {
    position: relative;
}

.index_news {
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline;
}

.index_news_list {
    padding: 2em 0;
}

.index_news_list a {
    text-decoration: none;
    color: #514E4D;
    transition: .5s ease;
    padding: 0.5em 5%;
    display: block;
    line-height: 1.5em;
}

.index_news_list a:hover {
    background: #E4E7DE;
}

.index_news_list>.more a:hover {
    color: #42611E;
    background: none;
    background-image: url(../images/website_image/menu_bg.png);
    background-size: 112% 112%;
    background-position: center;
    background-repeat: no-repeat;
}

.index_news_date {
    color: #41611F;
    font-size: 0.8em;
    letter-spacing: 1px;
}

.index_news_name {
    color: #514E4D;
    font-size: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*product*/

.index_pro_title {
    text-align: center;
}

.index_pro_title>.title_2_right {
    text-align: left;
}

.product_content {
    display: block;
    text-align: center;
    text-decoration: none;
    list-style: none;
    cursor: pointer;
    text-decoration: none;
    padding: 0 0 0 0;
    margin: 2%;
    background: #fff;
    -moz-box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
}

.index_pro_over {
    display: flex;
    position: absolute;
    top: -100%;
    left: 0;
    opacity: 0;
    text-decoration: none;
    height: 100%;
    width: 100%;
    background: rgba(152, 210, 97, 0);
    color: #fff;
    justify-content: center;
    align-items: center;
    transition: .5s ease;
    font-size: 1.3em;
    overflow: hidden;
}

.product_content:hover .index_pro_over {
    top: 0;
    opacity: 1;
    background: rgba(152, 210, 97, 0.87);
}

.product_content img {
    width: 95%;
}

.pro_name {
    color: #4B4B4B;
    font-size: 2em;
    padding: 3% 0;
}

.pro_text {
    padding: 3% 0;
    font-size: 0.8em;
    color: #7B7B7B;
}


/*more*/

.more {
    text-align: right;
    padding: 1em 5%;
}

.more a {
    width: 8em;
    margin-left: auto;
    color: #514E4D;
    text-decoration: none;
    padding: 1.1em 1em;
    display: block;
    font-size: 1.1em;
    font-family: '微軟正黑體';
    text-align: center;
    cursor: pointer;
    transition: .5s ease;
    background-image: url(../images/website_image/menu_bg.png);
    background-size: 112% 112%;
    background-position: center;
    background-repeat: no-repeat;
}

.more a:hover {
    color: #42611E;
}


/*無資料*/

.nodata_box {
    text-align: center;
    padding: 5em 0 0;
}


/*top*/

img#gotop {
    display: none;
    position: fixed;
    right: 0px;
    top: 40%;
    cursor: pointer;
    z-index: 9999;
    width: 70px;
}


/*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.1em;
    letter-spacing: 0.2em;
    background: #DDDDDD;
    padding: 0.5em 3%;
    color: #595757;
}

.breadcrumb a {
    text-decoration: none;
    color: #595757;
}


/*字體顏色*/

.color_green {
    color: #40611F;
}

.color_orange {
    color: #F29802;
}


/*水平線*/

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;
}


/*卷軸*/

::-webkit-scrollbar {
    width: 17px;
    background: #fff;
}

::-webkit-scrollbar-thumb {
    width: 13px;
    background-color: #454545;
    border-radius: 6px;
}


/*返回*/

.back {
    text-align: center;
    width: 100%;
    margin: 20px 0;
}

.back a {
    width: 8em;
    margin: 0 auto;
    color: #42611E;
    text-decoration: none;
    padding: 1.1em 1em;
    display: block;
    font-size: 1.1em;
    font-family: '微軟正黑體';
    text-align: center;
    cursor: pointer;
    transition: .5s ease;
    background-image: url(../images/website_image/menu_bg.png);
    background-size: 112% 112%;
    background-position: center;
    background-repeat: no-repeat;
}

.back a:hover {
    opacity: 0.7;
}

.btn_box {
    text-align: center;
}

.reset_btn {
    -webkit-appearance: none;
    width: 7em;
    display: inline-block;
    color: #42611E;
    text-decoration: none;
    padding: 0.8em 0.7em;
    font-size: 1.1em;
    font-family: '微軟正黑體';
    text-align: center;
    cursor: pointer;
    transition: .5s ease;
    background-image: url(../images/website_image/trans/reset.png);
    background-size: 100% 109%;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    background-position: center;
    background-repeat: no-repeat;
}

.reset_btn:hover {
    opacity: 0.7;
}

.submit_btn {
    -webkit-appearance: none;
    width: 7em;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 0.8em 0.7em;
    font-size: 1.1em;
    font-family: '微軟正黑體';
    text-align: center;
    cursor: pointer;
    transition: .5s ease;
    background-image: url(../images/website_image/trans/send.png);
    background-size: 100% 100%;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    background-position: center;
    background-repeat: no-repeat;
}

.submit_btn:hover {
    opacity: 0.7;
}


/*footer*/

.footer_out {
    background: #fff;
    padding: 30px 0 0;
    font-family: "微軟正黑體";
}

.footer_out p {
    margin: 0;
    color: #9FA0A0;
    font-family: "微軟正黑體";
}


/*footer_menu*/

.footer_menu {
    padding: 0 5% 4em;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    border-bottom: #B5B5B6 1px solid;
}

.footer_menu_btn {
    margin: 0;
    padding: 0.5em 0;
    list-style: none;
}

.footer_menu_btn a {
    text-decoration: none;
    font-size: 1.1em;
    color: #000;
}

.footer_subBtn {
    margin: 0;
    padding: 1em 0;
}

.footer_subBtn li {
    padding: 0.5em 0;
    list-style: none;
}

.footer_subBtn a {
    font-size: 1em;
    color: #42611F;
    transition: .5s ease;
}

.footer_subBtn a:hover {
    color: #98D261;
}


/*版權編輯區*/

.footer_sec2 {
    font-size: 1.15em;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 1em 2% 0;
    line-height: 2em;
    color: #42611F;
}

.footer_sec2 a {
    color: #42611F;
    text-decoration: none;
}

.footer_sec3 {
    color: #9FA0A0;
    padding: 0.5em 0;
    font-size: 0.9em;
}


/*頁碼*/

.page {
    text-align: center;
    margin: 40px 10px;
    font-size: 1.3em;
    border-bottom: #42611E 1px solid;
}

.page ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.page ul li {
    display: inline-block;
    padding: 0.2em 0.3em;
}

.page ul li a {
    padding: 0.2em;
    display: block;
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.page ul li .select,
.pagenumber a:hover {
    color: #42611E;
    border-radius: 50%;
    font-size: 1.3em;
    padding: 0.2em 0em;
}
/*董監事*/
.tableOuterBox {
    position: relative;
}
.tableOuterBox .tableInnerBox {
    overflow-y: auto;
    position: relative;
}
.tableOuterBox table {
    border-collapse: collapse;
    width: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0,0,16,.1);
    box-shadow: 0 0 5px rgba(0,0,16,.1);
    letter-spacing: 1px
}
.tableOuterBox th {
    padding: 10px;
    border: 1px solid #e1e1e1;
    color: #fff;
    text-align: center;
    background-color: #30690B;
    font-size: 20px;
    font-weight: 500;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.tableOuterBox td {
    padding: 13px;
    font-size: 18px;
    line-height: 1.5em;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
}
.tableOuterBox table tr:nth-child(even) td {
    background-color: #f7f7f7
}
/*內部稽核*/
.textEditor {
    line-height: 30px;
    font-size: 18px;
    letter-spacing: .5px;
    padding: 0 3%;
}
.textEditor .Img {
    width: 123px;
    height: 123px;
    margin: auto 20px auto 0;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    transition: all 0.4s;
}
.textEditor .Img .icon {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background-color: #6CAC30;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.09);
    overflow: hidden;
    padding: 15px;
    text-align: center;
}
.textEditor img {
    max-width: 58px;
    max-height: 58px;
}
.textEditor .Img:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background-image: url(../images/website_image/page/mission/viscircle_bg.png);
    background-repeat: no-repeat;
    /* animation: ifinityCircles 5s infinite; */
    -webkit-animation: ifinityCircles 40s linear infinite;
    animation: ifinityCircles 40s linear infinite;
}
  @-webkit-keyframes ifinityCircles {
    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes ifinityCircles {
    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
.textEditor h2{
    color: #6A834E;
}
.textEditor .text_iconbox{
    background: linear-gradient(transparent, #edf2f4), url('../images/website_image/index_pic/index_about_bg1.png') no-repeat right bottom / auto 130px;
    padding: 25px;
}
.textEditor h3{
    font-size: 25px;
    color: #6CAC30;
    font-weight: bold;
    margin-top: 3em;
    position: relative;
    display: inline-block;
}
.textEditor h3 strong{
    border-bottom: 2px solid #6CAC30;
}
.textEditor p{
    text-indent:2em;
}
/*組織規章辦法*/
.tableInnerBox_download table td{
    text-align: center;
}
.tableInnerBox_download table td:last-of-type a {
    margin: 0 auto;
    width: 36px;
    height: 36px;
    border: 1px solid #dcdcdc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.tableInnerBox_download table tr:hover td {
    background-color:  #98d26134;
}
.tableInnerBox_download table td:last-of-type a:hover {
    background-color:  #98D261;
}

.tableInnerBox_download table td:last-of-type a:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}
/*公司組織*/
.org_chart{
    width: 100%;
}
.org_chart img{
    width: 100%;
}
.org_txt{
    width: 100%;
    text-align: center;
    position: relative;
    background-image: url(../images/website_image/page/mission/bg_chart.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}
.org_barbox{
    position: relative;
}
.org_barbox:nth-child(1):after{
    content: "";
    position: absolute;
    width: 3px;
    height: 100px;
    bottom: -95px;
    left: calc(50% - 5px);
    background-image: url(../images/website_image/page/mission/dash2.png);
    background-repeat: repeat-y;
    background-size: 3px;
}
.org_bar{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 150px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(../images/website_image/page/mission/bar_green.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-weight: bolder;
    font-size: 25px;
    margin: 10px auto;
    padding: 0 7px 0 0;
    animation: three 8s infinite linear;
}
.org_bar2{
    background-image: url(../images/website_image/page/mission/bar_green2.png);
    animation-delay: 4s;
}
@-webkit-keyframes three {
    45%{ transform:scaleX(1); }
    50%{ transform:scale(1.1);}
    55%{ transform:scaleX(1);}
}
@keyframes three {
    45%{ transform:scaleX(1); }
    50%{ transform:scale(1.1);}
    55%{ transform:scaleX(1);}
}
.org_barimg{
    margin: 84px 6px 0 0;
    position: relative;
}
.org_barimg img{
    animation: three2 5s infinite linear;
}
@-webkit-keyframes three2 {
    0%{ transform:translateY(0px); }
	25%{ transform:translateY(-5px);}
    50%{ transform:translateY(0px);}
}
@keyframes three2 {
    0%{ transform:translateY(0px); }
	25%{ transform:translateY(-5px);}
    50%{ transform:translateY(0px);}
}
.org_bar100{
    position: absolute;
    bottom: 50px;
    right: calc(50% - 120px);
    font-size: 26px;
    font-weight: bold;
    color: #30690B;
}
/*企業社會責任*/
.social_txt p b{
    font-weight: bold;
    font-size: 1.3em;
    border-bottom: 1px solid #6A834E;
    color: #40611F;
}
.social_txt h2{
    margin-top: 2em;
    background: #F4F7F9;
    padding: 15px;
    text-align: center;
    margin-bottom: 0;
}
.social_txt .imgtreebox{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
}
.social_txt .imgtreebox > div:nth-child(1){
    width: 18%;
}
.social_txt .imgtreebox > div:nth-child(2){
    width: 82%;
    padding: 30px;
}
.social_txt .imgtree{
    width: 100%;
    max-width: none;
    max-height: none;
}