@charset "utf-8";
/* CSS Document */

input[type*="text"]:focus, textarea:focus, input[type*="password"]:focus {
    background-color: #b3cae7 !important
}

a:focus, input[name*="Collapse"]:focus, .owl-prev:focus, .owl-next:focus, input[type*="submit"]:focus, input[type*="reset"]:focus {
    outline: 2px #d83e3e dotted !important;
}

dd:before {
    content: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

img[src*="bar.gif"] {
    height: 8px;
}

img[src*="b_bar.gif"] {
    max-width: 180px
}

body {
    font-family: 微軟正黑體;
    background: #fff;
    position: relative;
}

body * a:hover {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    /* Firefox */
    -webkit-transition: all 0.2s;
    /* Chrome&Safari */
}

select, input[type*="text"], input[type*="password"], input[type*="date"], textarea {
    border: 1px solid #cecece;
    box-shadow: inset 0 1px 0.25rem rgba(0, 0, 0, 0.1);
}

body, div, dl, dt, dd, ul, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, label {
    margin: 0;
    padding: 0;
}

body, html {
    width: 100%;
    height: 100%;
}

iframe {
    width: 100%;
}

iframe, img {
    border: 0;
}

ul {
    list-style: none;
}

.clear {
    clear: both
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {}

.clean {
    clear: both;
}

.center {
    text-align: center !important;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0 4px;
}

hr {
    max-width: 1360px;
    margin: 60px auto;
    border: 3px solid #b3d465;
}

/* menu*/

#ace_m{
    color: #ccc;
}


.menu2 {
    display: none
}

#menu_bth {
    display: none
}

#main_menu {
    background-color: #edfed7;
}

#main_menu .menu2 li a {
    padding-right: 2rem;
    word-break: break-all;
    border-radius: 10px;
}

#menu_bth {
    cursor: pointer;
    height: 40px;
    background-color: #b7b7b7
}

.top_menu {}

.top_menu li {
    width: calc(100%/5);
    display: table-cell;
    padding: 0px 20px;
}

.top_menu>li:last-child {
    background: none;
}

.top_menu>li>a {
    color: #148037;
    display: block;
    padding: 5px 0px 1px 0px;
    font-size: 1.375em;
    font-weight: bold;
    border-bottom: 5px solid transparent;
}

.top_menu>li>a:hover, .top_menu>li>a:focus, .top_menu .top_menu_fixed {
    color: #0058a3;
    border-bottom: 5px solid #0058a3;
}

/* 二級選單顯示於一級選單的正下方 */

.top_menu ul {
    width: 100%;
    position: absolute;
    z-index: 9999;
    list-style: none;
    left: 0;
    background: rgba(0, 88, 163, 0.9);
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 50px;
    border-radius: 0px 0px 8px 8px;
}

.top_menu ul li {
    width: calc(100%/4);
    height: auto;
    background-image: none;
    display: block;
    margin: 15px 0px;
}

.top_menu ul li a {
    padding: 10px 0px 10px 29px;
    background: url(../in_images/icon01.png) no-repeat left 8px top 14px;
    color: #fff;
    display: block;
    font-size: 1.125em;
    font-weight: normal;
    border-radius: 8px;
}

.top_menu ul li a:hover {
    color: #454545;
    background: url(../in_images/icon01-.png) no-repeat left 8px top 14px #fff;
}

.top_menu ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

/* page*/

h2 {
    width: 100%;
    color: #00760a;
    font-size: 1.875em;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 20px 0px 10px 83px;
}

.title01 {
    background: url(../in_images/title01.png) no-repeat left center;
}

.title02 {
    background: url(../in_images/title02.png) no-repeat left center;
    padding: 20px 0px 10px 110px;
}

.title03 {
    background: url(../in_images/title03.png) no-repeat left center;
}

.title04 {
    color: #fff;
    padding: 20px 0px 10px 100px;
    background: url(../in_images/title04.png) no-repeat left center;
}

.title05 {
    background: url(../in_images/title05.png) no-repeat left center;
    padding: 20px 0px 10px 70px;
}

.title06 {
    background: url(../in_images/title06.png) no-repeat left center;
    color: #fff;
    padding: 10px 0px 10px 49px;
}

.title07 {
    color: #0058a3;
    background: url(../in_images/title07.png) no-repeat left center;
    padding: 15px 0px 15px 63px;
}

.ace {
    color: #ccc;
    font-size: 84%
}

.con {
    margin-top: 10px;
}

#header {
    position: relative;
    box-shadow: 1px 1px 3px 2px #d9d9d9;
}

#header .top {
    margin: auto;
    position: relative;
    padding: 15px 0px 0px 0px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1400px;
}

#logo {
    padding: 18px 15px 30px 15px;
}

#logo a {
    display: inline-block;
}

.place {
    color: #333;
    margin: 5px 0;
    font-size: 95%
}

.place li {
    display: inline-block
}

.place a {
    color: #333;
    display: inline-block;
}

.type_word a.active, .type_word a:hover, .type_word a:focus, .menu_nav a:hover, .place a:hover, .place .on {
    color: #e9f900;
}

.title_box {
    border-bottom: 2px #313131 solid;
    margin: 10px 0;
    position: relative;
}

.content_txt a:hover, .gallery_list a:hover {
    color: #ee7610;
}

.main_bn {
    position: absolute;
    right: 0;
    top: 13px;
}

.main_bn li {
    display: inline-block;
    position: relative;
}

.main_bn li:hover ul {
    display: block
}

.main_bn>li>a {
    line-height: 36px;
    background: #000;
    color: #fff;
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 0 10px 0 30px;
}

.main_bn>li>a:before {
    content: "\f02f";
    position: absolute;
    top: 1px;
    left: 10px;
    font-family: FontAwesome;
    font-size: smaller;
    transition: all 0.3s;
}

.main_bn .main_bn_share:before {
    content: "\f1e0";
}

.main_bn a:hover {}

.main_bn .main_bn_share:hover {
    background: #000;
}

.article {
    min-height: 630px;
}

.content_txt {
    color: #000;
    line-height: 180%;
}

.content_txt .imgbox a {
    display: block;
}

.content_txt b, strong {
    line-height: normal;
}

.content_txt ul {
    list-style: disc;
    padding-left: 40px;
}

.content_txt p {
    margin: 0;
    word-wrap: break-word;
}

.gallery_list .imgbox, .content_txt .imgbox, .faq .imgbox {
    float: right;
    clear: both;
    text-align: center;
    margin-bottom: 10px;
    display: block;
    z-index: 1
}

.content_txt .imgbox a, .faq .imgbox a, .imgbox a, .imgbox2 a, .imgbox .video_box {
    border-radius: 5px;
    background: #ccc;
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
    overflow: hidden;
}

.gallery_list .imgbox img, .gallery_list .imgbox2 img, .content_txt .imgbox img, .faq .imgbox img, .pic img, .gallery_list .pic {
    max-height: 168px !important;
    transition: all 0.4s;
}

.imgbox:hover img {
    opacity: 1;
    transform: scale(1.1);
}

#div_content {
    color: #333;
    margin-top: 10px;
}

#content p {}

#content iframe {
    width: 100%;
}

.content_link {
    color: #f00;
    display: inline-block;
    vertical-align: top
}

.content_link:hover {
    color: #093;
}

.menu_navigation {
    background: #007020;
    text-align: right;
}

.menu_navigation>ul {
    display: block;
    max-width: 1400px;
    margin: 0 auto;
    color: #fff;
    padding: 5px 15px;
}

.fontsize_main {
    display: inline-block
}

.menu_nav {
    color: #282828;
    display: inline-block;
    max-width: 1200px;
    margin: auto;
    text-align: right;
    padding: 0;
}

.menu_nav li {
    display: inline-block;
    color: #fff;
    position: relative;
}

.menu_nav>li>a {
    color: #fff;
    display:inline-block;
    padding: 5px 0;
    font-weight: normal;
    letter-spacing: 1px;
}

.menu_nav a:hover {
    color: #e9f900;
}

.nav_parent i {}

.menu_nav li.nav_parent .nav_focus {
    position: absolute;
    top: 37px;
    right: 0;
    z-index: 99;
    display: table;
    text-align: right;
    display: none;
}

.nav_parent .nav_focus.active {
    display: block;
}

.share3 {
    background: #454545;
}

.nav_search .text {
    color: #000;
    width: 223px;
    padding: 3px 32px 3px 3px;
}

.menu_nav li.nav_parent .nav_focus.active {
    display: block
}

.nav_search {
    position: relative;
}

.search_box {
    margin-top: 5px;
    text-align: right
}

.search_main {
    padding: 8px;
    background: #0058a3;
}

.search_box .icon {
    border: 1px solid #000;
    background-color: #000;
    color: #FFF;
    padding: 2px;
}

.top_search {
    position: relative;
    vertical-align: middle;
    text-align: right;
}

.top_search .text {
    width: 193px;
    height: 30px;
    padding: 0 32px 0 5px;
    background-color: #fff;
    border-bottom: 3px solid #AFD9F1;
}

.nav_search .text2, .top_search .text2 {
    width: 13px;
    height: 13px;
    background: url(../images/icon_nav_search.png);
    border: 0px;
    vertical-align: middle;
    position: absolute;
    top: 8px;
    right: 6px;
}

.top_search .text2 {
    top: 3px;
}

#main_type, .main_type {
    text-align: right;
    margin-bottom: 15px;
}

#main_type a {
    display: inline-block;
}

#main_type * {
    vertical-align: middle;
}

#main_type input {
    height: 32px;
}

#main_type select {
    height: 32px;
    background: transparent;
}

.type_word {
    color: #313131;
    padding: 2px 5px;
    vertical-align: middle;
}

label {
    vertical-align: middle;
}

.type_word a {
    color: #313131;
    display: inline-block;
}

.type_word a.active, .type_word a:hover, .type_word a:focus {}

#main_type .type_word a.active, .type_word a:hover {
    background: #393939;
    border-radius: 5px;
    color: #FFF;
    padding: 2px 5px;
}

.search_table {
    border: 1px solid #CCC;
    color: #333;
    letter-spacing: 1px;
}

.search_bn {
    border: 0px;
    margin-bottom: -6px;
    *margin-bottom: -5px;
}

.icon_go, .bn_search {
    border: 0px;
    background-image: url(../images/icon_go.png);
    width: 32px;
    height: 32px;
    vertical-align: middle;
    text-indent: -9999px;
}

.bn_search {
    background-image: url(../images/icon_bn_search.png);
}

.icon_go:hover, .bn_search:hover {
    opacity: 0.7
}

/*按鈕選單*/

.b_main {
    position: absolute;
    right: 0;
    top: 20px;
    display: none;
}

.b {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 5px;
    right: 10px;
    transition: .2s;
    cursor: pointer;
}

.b i {
    width: 50px;
    height: 20px;
    position: absolute;
    display: block;
    height: 3px;
    background: #007020;
    border-radius: 2px;
    transition: .2s;
}

.b1 {
    width: 25px;
    top: 0;
    left: 0;
}

.b2 {
    width: 25px;
    top: 15px;
    left: 0;
}

.b3 {
    width: 25px;
    top: 30px;
    left: 0;
}

.b.on .b1 {
    top: 14px;
    left: 0;
    width: 50px;
    transform: translateY(10px) rotate(45deg);
}

.b.on .b3 {
    width: 50px;
    transform: translateY(-6px) rotate(-45deg);
}

.b.on .b2 {
    width: 0;
}

.menu2 .nav_search {
    position: relative;
}

.menu2 .nav_sub:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 9.5px 0 9.5px;
    border-color: #1e7f6c transparent transparent transparent;
    position: absolute;
    top: 0;
    right: 20px;
}

.menu2 .nav_search .text {
    border: 1px solid #007020;
    width: calc(100% - 60px);
    height: 30px;
    padding-left: 15px;
    background-color: #fff;
    border-radius: 0;
    vertical-align: top;
    float: left;
}

.menu2 .nav_search .text2 {
    border: 0px;
    width: 60px;
    line-height: 30px;
    height: 30px;
    border-radius: 0 15px 15px 0;
    background: #007020;
    color: #fff;
    cursor: pointer;
    vertical-align: top;
    position: static;
    float: left;
}

.left_menu {
    position: relative
}

.left_menu .ace {
    position: absolute
}

.menu_icon {
    position: absolute;
    top: 5px;
    right: 10px;
}

.menu_icon:before {
    content: "\f067";
    font-family: FontAwesome;
    font-size: smaller;
}

.menu_icon-:before {
    content: "\f068";
}

.left_main {
    background-color: #cccccc;
    padding: 10px 0;
}

.menu2 {}

.menu2 li {
    position: relative;
}

.menu2>li {
    margin-top: 5px;
}

.menu2>li a {
    display: block;
    color: #007020;
    padding: 8px 5px 8px 30px;
    font-size: 1.125em;
    position: relative;
    font-weight: bold;
}
.menu2>li>a{
    background: url(../in_images/icon02.png) no-repeat left 9px top 11px;
}
.menu2>li>a:hover{
    background: url(../in_images/icon01.png) no-repeat left 9px top 11px;
}

.menu2 .sub_menu->a, .menu2>li>a:hover {
    color: #fff;
    background-color: #007020;
}

.menu2 span {
    font-size: 30%;
}

.menu2 ul {
    display: none;
    margin-top: 1px;
    padding: 0;
}

.menu2 .sub_sub2>li, .menu2 .sub_sub>li {
    border-bottom: 1px dashed #8cc89d;
}

.menu2 .sub_sub2>li:last-of-type, .menu2 .sub_sub>li:last-of-type {
    border-bottom: 0;
}

.sub_menu2 {
    position: relative;
}

.menu2 .sub_sub a {
    font-size: 1em;
    color: #353535;
    padding: 5px 5px 5px 48px;
}

.menu2 .sub_sub a:before {
    content: "\f0da";
    top: 5px;
    left: 36px;
    position: absolute;
    font-family: FontAwesome;
    transition: all 0.3s;
}

.menu2 .sub_menu2->a, .menu2 .sub_sub a:hover {
    background-color: #007020;
    color: #fff;
}

.menu2 .sub_sub2 {
    display: none;
}

.sub_menu3 {
    position: relative
}

.menu2 .sub_sub2 a {
    color: #353535;
    padding-left: 65px;
    padding-right: 5px;
}

.menu2 .sub_sub2 a:before {
    top: 7px;
    left: 53px;
}

.menu2 .sub_menu3->a, .menu2 .sub_sub2 a:hover {
    background-color: #6e6e6e;
    color: #fff;
}

.menu2 .sub_sub3 {
    display: none;
}

.menu2 .sub_sub3 a {
    color: #000;
    padding-left: 82px;
}

.menu2 .sub_sub3 a:before {
    top: 7px;
    left: 70px;
}

.menu2 .sub_menu4->a, .menu2 .sub_sub3 a:hover {
    background-color: #6e6e6e;
    color: #fff;
}

.menu2 .sub_sub4 {
    display: none;
}

.menu2 .sub_sub4 a {
    color: #a1a1a1;
    padding-left: 99px;
}

.menu2 .sub_sub4 a:before {
    top: 7px;
    left: 87px;
}

.menu2 .sub_sub4 a:hover {
    color: #4cbed3;
    padding-left: 75px;
}

.menu2 dl {
    border-top: 1px #ccc dotted;
}

.menu2 dl a {
    color: #313131;
    padding: 10px 0 10px 25px
}

.menu2 dt {
    font-weight: 500
}

.menu2 dt a {
    color: #3c3c3c;
    padding: 5px 0 5px 35px
}

.menu2 dt a:hover {
    background-color: transparent;
    color: #f00
}

.goback .icon {
    border-radius: 5px;
    background-color: #000;
    display: inline-block;
    letter-spacing: 2px;
}

.goback .icon a {
    color: #FFF
}

.goback {
    text-align: right;
    font-size: 110%;
    font-weight: bold;
    padding: 0 15px;
    margin: 1em 0;
}

.goback .icon a {
    background-color: #000;
    line-height: 36px;
    text-align: left;
    padding: 0 10px 0 30px;
    color: #fff;
    position: relative;
}

.goback .icon a:before {
    content: "\f053";
    position: absolute;
    left: 10px;
    font-family: FontAwesome;
    font-size: smaller;
    transition: all 0.3s;
}

.goback .Gotop2 a:before {
    content: "\f077";
    right: 10px;
    left: inherit;
}

.goback .Gotop2 {
    margin-left: 10px;
}

.goback .Gotop2 a {
    padding: 0 35px 0 10px;
}

.goback .icon a:hover:before {
    transform: translateY(0);
    transform: translateX(-8px);
}

.goback .Gotop2 a:hover:before {
    transform: translateY(-8px);
}

.Gotop a {
    display: none;
}

#footer {
    background-color: #edfed7;
    color: #000;
    line-height: 180%;
    position: relative;
    padding: 0px 15px;
}

#fat_footer {
    padding: 2em 0 1em 0;
    width: 100%;
    margin: auto;
    position: relative;
}

#fat_footer ul {
    max-width: 1200px;
    margin: auto
}

#footer_main {
    background: #fff;
    width: 100%;
    margin: auto;
    padding: 1em 0;
}

#fat_footer {
    display: none;
}

#fat_footer ul li {
    width: calc(16.66% - 2% - 0.01px);
    margin-right: calc(2% * 6 / 5);
    float: left;
    font-size: 1.125rem;
    color: #000;
    letter-spacing: 1px;
    line-height: 180%;
    text-align: left;
}

#fat_footer ul li:nth-child(6n) {
    margin-right: 0;
}

#fat_footer>ul>li>a {
    color: #2d2d2d;
    text-decoration: none;
    font-weight: bold;
}

#fat_footer ul li a:hover {
    color: #007020;
}

#fat_footer ul li ul {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #2d2d2d;
    padding-top: 5px;
    margin-top: 5px;
}

#fat_footer ul li ul li {
    width: 100%;
    font-size: 1rem;
    line-height: 24px;
    color: #313131;
    float: none;
    padding: 5px 0px;
    margin-left: -2px;
}

#fat_footer ul li ul li a {
    color: #2d2d2d;
    text-decoration: none;
    letter-spacing: 0;
}

#fat_footer ul li ul li a:hover {
    color: #007020;
}

#ff_btn {
    width: 123px;
    margin: auto;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
}

#ff_btn .btn_open, #ff_btn .btn_close {
    border: 0;
    width: 123px;
    height: 36px;
    background: url(../images/ff_close.png);
    font-size: 0;
}

#ff_btn .btn_open {
    background: url(../images/ff_open.png);
}

#ff_btn .btn_close {
    display: none;
}

#ff_btn.active .btn_close {
    display: block;
}

#ff_btn.active .btn_open {
    display: none;
}

.footer_main {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding: 60px 0;
}

.footer_img, .footer_word {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.footer_img {
    text-align: right;
}

.footer_img span{
    display: block;
    margin-bottom: 25px;
}


.footer_word {
    white-space: nowrap;
    padding-left: 40px;
    color: #2d2d2d;
    line-height: 30px;
}

.footer_word span {
    color: #000;
    font-weight: bold;
}

#footer a {
    display: inline-block;
    color: #2d2d2d;
}

#footer a:hover {
    color:#007020 ;
}



.footer_bth a {
    border-radius: 5px;
    background: #0058a3;
    padding: 1px 5px;
}

.footer_bth a:hover {
    background: #ff9212;
    color: #fff;
}

#footer .footer_bth a {
    color: #FFF
}


.footer_img a {
    padding: 0 10px;
}

.icon a, .enter_bn {
    border-radius: 5px;
    background: #000;
    color: #FFF;
    padding: 5px;
    display: inline-block;
}

.enter_bn {
    border: 0px;
    border-radius: 5px;
    color: #fff;
    padding: 3px 8px;
    display: inline-block;
    letter-spacing: 2px;
}

.orange {
    color: #F30;
    padding: 0;
}

.w100 {
    width: 100%
}

.w90 {
    width: 90%
}

.w80 {
    width: 80%
}

.w70 {
    width: 70%
}

.w60 {
    width: 60%
}

.w55 {
    width: 55%
}

.w50 {
    width: 50%
}

.w40 {
    width: 40%
}

.w30 {
    width: 30%
}

.w25 {
    width: 25%
}

.w20 {
    width: 20%
}

.w15 {
    width: 15%
}

.w10 {
    width: 10%
}

.w9 {
    width: 9%
}

.w8 {
    width: 8%
}

.w7 {
    width: 7%
}

.w6 {
    width: 6%
}

.w5 {
    width: 5%
}

.w4 {
    width: 4%
}

.inputXS {
    width: 25%
}

.inputS {
    width: 25%
}

.inputM {
    width: 50%
}

.inputL {
    width: 80%
}

.inputXL {
    width: 100%
}

.m_auto {
    margin: 20px auto 0 auto;
}

.yellow {
    background-color: #FFFFCC;
}

.red {
    color: #F00;
    letter-spacing: 1px;
}

.d_no {
    display: none
}

.sr-only {
    position: absolute;
    width: 0.063rem;
    height: 0.063rem;
    padding: 0;
    margin: -0.063rem;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

@keyframes bounce {
    0%, 20%, 60%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    80% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
}
.share a{
    display: block;
    width: 100%;
    height: 100%;
}
.share .type1 {
    background-image: url(../images/icon_fb.png);
    background-color: #2c5194;
}

.share .type2 {
    background-image: url(../images/icon_youtb.png);
    background-color: #fe0000;
}

.share .type3 {
    background-image: url(../images/icon_line.png);
    background-color: #10bc10;
}

.share .type4 {
    background-image: url(../images/icon_google.png);
    background-color: #dc483c;
}

.share .type5 {
    background-image: url(../images/icon_twitter.png);
    background-color: #41ABE1;
}

.share .type6 {
    background-image: url(../images/icon_instagram.png);
    background-color: #EF4D34;
}

.share .type7 {
    background-image: url(../images/icon_flickr.png);
    background-color: #F3F3F2;
}

.share .type1:hover {
    background-color: #071c44;
}

.share .type2:hover {
    background-color: #9f0101;
}

.share .type3:hover {
    background-color: #008c00;
}

.share .type4:hover {
    background-color: #aa1a0e;
}

.share .type5:hover {
    background-color: #227ba8;
}

.share .type6:hover {
    background-color: #c73018;
}

.share .type7:hover {
    background-color: #E7E7E5;
}

.share2 li a {
    background-image: none;
    padding: 0 !important;
    display: block;
    height: 100%;
}



/*font-size bg*/

.fontsize {
    border-radius: 5px;
    background: #cccccc;
    color: #3d3d3d;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    text-align: right;
    margin-left: 10px;
}

.fontsize li {
    float: left;
}

.fontsize li.type a {
    color: #386a17;
    padding: 0 10px;
}

.font_size_btn- {
    background-color: #ffffff;
}

.fontsize li.font_size_btn- a, .font_size_btn- a:hover {
    color: #fff;
}

.share_mob {
    display: none
}

.share {
    min-width: 300px;
    font-size: 0;
    position: absolute;
    top: -41px;
    right: 0;
    z-index: 9999;
    padding-bottom: 10px;
    text-align: right;
    display: none;
}

.share.active {
    display: block
}

.share li {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    transition: all 500ms ease;
    text-align: center;
}

/*字級大小  */

.share {
    min-width: 300px;
    font-size: 0;
    position: absolute;
    top: -41px;
    right: 0;
    z-index: 9999;
    padding-bottom: 10px;
    text-align: right;
    display: none;
}

.share3 {
    min-width: 300px;
    font-size: 1em;
    position: absolute;
    top: -41px;
    right: 0;
    z-index: 9999;
    padding-bottom: 10px;
    text-align: right;
    display: none;
    background: #0058a3;
    width: 106px;
    min-width: auto;
    padding-bottom: 0;
    padding: 7px 6px;
    left: -40px;
}

.share3 a {
    color: #fff;
    line-height: 28px;
    padding: 0;
    text-align: center;
    width: 28px;
}

.share3 a:hover {
    color: #facbcb;
}

.share3 li {
    width: 28px;
    height: 28px;
}

.nav_parent>a>img {
    vertical-align: initial;
}

.menu_nav .nav_parent>a {}

.font_size_btn- a {
    color: #454545;
}

/*字級大小  */

.mb_10 {
    margin-bottom: 10px
}

.mb_20 {
    margin-bottom: 20px
}

.mb_30 {
    margin-bottom: 30px
}

.mb_40 {
    margin-bottom: 40px
}

.mb_50 {
    margin-bottom: 50px
}

.mb_60 {
    margin-bottom: 60px
}

.mb_70 {
    margin-bottom: 70px
}

.mb_80 {
    margin-bottom: 80px
}

.mb_90 {
    margin-bottom: 90px
}

.mb_120 {
    margin-bottom: 120px
}

.mt_10 {
    margin-top: 20px
}

.mt_20 {
    margin-top: 20px
}

.mt_30 {
    margin-top: 30px
}

.mt_40 {
    margin-top: 40px
}

.mt_50 {
    margin-top: 50px
}

.mt_60 {
    margin-top: 60px
}

.mt_70 {
    margin-top: 70px
}

.mt_80 {
    margin-top: 80px
}

.mt_90 {
    margin-top: 90px
}

.mt_120 {
    margin-top: 120px
}

/*輪播圖垂直置中*/

.owl-carousel .owl-stage {}

.owl-carousel .owl-item {
    display: inline-block;
    float: none;
    vertical-align: middle;
    text-align: center;
}

.owl-carousel .owl-item>a {
    text-align: center;
}

/*輪播圖垂直置中*/

/*箭頭垂直置中*/

.owl-theme .owl-nav {
    margin: 0
}

.owl-prev {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: 0;
}

.owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    right: 0;
}

/*箭頭垂直置中*/



.owl_wrapper {
    position: relative;
}

.owl_wrapper .owl_click {
    position: absolute;
    z-index: 9999;
    background: #ffffff;
    color: #333;
    border-radius: 999px;
    top: 15px;
    left: 15px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    border: 0;
    width: 35px;
    height: 35px;
    -webkit-box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.32);
}

.owl_wrapper .owl_click:hover {
    background: #007020;
    color: #FFF;
}



/* home_img */

.home_img .item img {
    max-height: 777px;
}
.home_img .item{
    position: relative;
}
.home_img .item a{
   display: block;
}
.home_img .item:before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../in_images/mask.png) no-repeat bottom center;
    background-size: 100% 100%;
    background-position: center;
    z-index: 20;
    
}

.home_img .owl-dots {
    position: absolute;
    right: 14%;
    bottom: 13%;
}

.owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
}

/* .mask {
    position: relative;
    z-index: 5;
    top: -51px;
    margin-bottom: -51px;
} */

/* home_img */

.flowchart {
    width: 100%;
    text-align: center;
    padding: 0px 15px;
}

/* match */

.match a {
    display: block;
    margin-bottom: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 19px 21px 10px -11px transparent;
    box-shadow: 19px 21px 10px -11px transparent;
    transition: 0.3s;
}

.match a:hover, .map_link:hover {
    transform: translateY(-8px);
}

.match a:nth-of-type(1):hover {
    -webkit-box-shadow: 19px 21px 10px -15px #f8a23e;
    box-shadow: 19px 21px 10px -15px #f8a23e;
}

.match a:nth-of-type(2):hover {
    -webkit-box-shadow: 19px 21px 10px -15px #71bc5d;
    box-shadow: 19px 21px 10px -15px #71bc5d;
}

.map_link {
    display: block;
    margin-top: 15px;
}

.map_link {
    transition: 0.3s;
    max-width: 500px;
    border-radius: 10px;
}

.map_link:hover {
    -webkit-box-shadow: 11px 11px 9px -4px #90cce3;
    box-shadow: 11px 11px 9px -4px #90cce3;
}

/* match */

.bg_center {
    background: url(../in_images/bg_center.png) no-repeat top center;
    padding: 120px 0px 182px 0px;
}

/* news */

.news_all {
    position: relative;
}

.news a {
    display: block;
}

.news .pic {
    width: 350px;
    height: 330px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px 10px 0px 0px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.news .pic:before {
    content: "";
    position: absolute;
    width: 100%;
    display: block;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    transition: 0.3s;
}

.news .pic_word {
    background: #fff;
    border-radius: 0px 0px 10px 10px;
    padding: 15px;
    text-align: left;
    width: 350px;
    margin: 0 auto;
}

.news_type {
    display: inline-block;
    color: #fff;
    padding: 3px 7px;
    border-radius: 5px;
    margin-right: 8px;
}

.type01 {
    background: #007020;
}

.type02 {
    background: #017aac;
}

.type03 {
    background: #d24023;
}



.item a{
    display: inline-block;
}



.news_date {
    color: #686868;
    letter-spacing: 1px;
}

.news .pic_word p {
    color: #3e3a39;
    font-weight: bold;
    font-size: 1.125em;
    margin-top: 7px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news a:hover .pic:before {
    opacity: 1;
}

.news a:hover .pic_word p {
    color: #0058a3;
}

.news .owl-next i, .news .owl-prev i {
    display: none;
}

.news .owl-next {
    width: 90px;
    height: 90px;
    background: url(../in_images/next.png) no-repeat !important;
    right: -140px;
}

.news .owl-next:hover {
    background: url(../in_images/next-.png) no-repeat !important;
}

.news .owl-prev {
    width: 90px;
    height: 90px;
    background: url(../in_images/prev.png) no-repeat !important;
    left: -140px;
}

.news .owl-prev:hover {
    background: url(../in_images/prev-.png) no-repeat !important;
}

/* news */

/* farmer */

.bg_center02 {
    background: url(../in_images/bg_center02.png) no-repeat top 560px center #edfef3;
    padding: 70px 0px;
}

.farmer {}

.farmer .item {
    display: flex;
    justify-content: space-around;
    padding: 0px 15px;
}

.farmer_box {
    width: 25%;
    /* border: 1px solid #454545; */
}

.farmer_pic {
    width: 280px;
    height: 280px;
    background: no-repeat;
    background-size: cover;
    background-position: top center;
    border-radius: 50%;
}

.farmer_box span {
    color: #005c00;
    font-size: 1.375em;
    font-weight: bold;
    display: block;
    margin: 28px 0;
    letter-spacing: 1px;
}

.farmer_box span::before {
    content: "\f04b";
    font-family: FontAwesome;
    display: inline-block;
    transform: rotateZ(270deg);
    margin-right: 7px;
    color: #007020;
}

.farmer_word {
    width: 60%;
    text-align: left;
    position: relative;
    margin: 0 auto;
}

.farmer_word .about {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 1.875em;
    border-bottom: 3px solid #0058a3;
    letter-spacing: 2px;
    padding: 20px 0px;
}

.farmer_word p {
    color: #0058a3;
    font-size: 1.125em;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 50px 0px;
}

.people {
    color: #0058a3;
}

.people span {
    font-size: 0.7em;
    display: inline-block;
    margin-left: 10px;
}

.area {
    color: #007020;
}

.area:before {
    content: "";
    position: relative;
    display: inline-block;
    background: url(../in_images/map_icon.png) no-repeat;
    width: 25px;
    height: 39px;
    top: 6px;
    margin-right: 7px;
}

.more_btn {
    display: inline-block;
    background: #0058a3;
    padding: 6px 30px;
    letter-spacing: 3px;
    color: #fff;
    border-radius: 10px;
    position: absolute;
    right: 0;
    font-weight: bolder;
}
.farmer .item:hover.more_btn
 {
    background: #ff9212;
}

.pos_right {
    right: 28px;
    bottom: -70px;
}

.video {
    max-width: 1360px;
    background: #2d2d2d;
    margin: 0 auto;
    border-radius: 10px;
    padding: 20px 200px 40px 200px;
}

.video embed {
    width: 100%;
    height: 560px;
    margin-top: 7px;
}

/* links */

.links {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 26px;
}

.links li {}

.links li a {
    display: inline-block;
    text-align: center;
    
}

.links li a span {
    display: block;
    color: #005752;
    font-size: 1.438em;
    font-weight: 700;
    margin-top: 18px;
}
.links li img{
    border-radius: 80%;
    transition: 0.5s;
}

.links li a:hover img{
    transition: 0.5s;
    transform: rotateY(180deg);
}


.links li a:hover span{
    color:#720004 ;

}

/* links */


.responsive a{
    display:block;
    overflow: hidden;
    

}

.responsive a img{
    transition: all 0.5s;
}

.responsive a:hover img{
    
    transform: scale(1.1);
}