@charset "utf-8";
/* CSS Document */

/* -----------------cssreset----------------- */

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

body {
    line-height: 1.42857143;
    background: #eee;
    font-family: '微軟正黑體', 'Arial';
    background: #fff;
    position: relative;
}

body * a:hover {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    /* Firefox */
    -webkit-transition: all 0.2s;
    /* Chrome&Safari */
}

label[for*='select'] {
    vertical-align: bottom;
}

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);
    min-height: 36px;
    min-width: 140px;
    padding-left: 5px;
}

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;
}

legend {
    border-bottom: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset{
    border: 0;
}

.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;
}

.clean {
    clear: both;
}

/* -----------------cssreset----------------- */

input[type*="text"]:focus, textarea:focus, input[type*="password"]:focus {
    background-color: #fff0ac !important;
}

a:focus, input:focus, select:focus, input[name*="Collapse"]:focus, .owl-prev:focus, .owl-next:focus, input[type*="submit"]:focus, input[type*="reset"]:focus, input.enter_bn[type*="button"]:focus, input[type*="button"]:focus, button:focus {
    outline: 2px #ff5900 dashed !important;


}

.owl-carousel .owl-item>a:focus,
.results_pic:focus {
    outline: 0px !important;
    border: 2px #ff5900 dashed !important;
}





input[type="radio"], input[type="checkbox"] {
    margin: 0 4px;
}

input, select, textarea {
    border-radius: 5px;
}

#FontSizeArea {
    background: url(../in_images/bg_bottom.png) repeat-x bottom;
}

.block-text {
    display: block;
}

/* menu*/

.menu2 {
    display: none;
}

#menu_bth {
    display: none;
}

.menu_css {
    position: relative;
    margin-top: 24px;
}

.menu_pos {
    background: #ececec;
    position: fixed !important;
    width: 100%;
    top: 0;
    z-index: 999;
    background: #ececec;
    box-shadow: 0px 1px 5px 1px #818181;
}

#main_menu .menu2 li a {
    padding-right: 2rem;
    word-break: break-word;
}

#menu_bth {
    cursor: pointer;
    height: 40px;
    background-color: #b7b7b7
}

.top_menu {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    text-align: center;
    display: table;
    position: relative;
}

.top_menu>li:nth-child(1) {
    border-left: 1px solid #fff;
}

.top_menu>li {
    width: calc(100%/7);
    display: table-cell;
    border-right: 1px solid #fff;
}

.top_menu>li>a {
    color: #3e3a39;
    display: block;
    padding: 10px 30px;
    font-size: 1.25em;
    font-weight: bold;
    background: #ececec;
}

.top_menu>li>a:hover, 
.top_menu>li>a:focus,
.top_menu>li>a.top_menu_fixed {
    background: #327b46;
    color: #fff;
}

.menu_pos {
    animation: 0.6s ease fadeInDown;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* 二級選單顯示於一級選單的正下方 */

.top_menu>li>ul {
    width: 100%;
    position: absolute;
    z-index: 9999;
    list-style: none;
    left: 0;
    text-align: left;
    background: rgba(255, 255, 255, 0.9);
    flex-wrap: wrap;
    display: flex;
    padding: 10px 30px;
    border-radius: 0px 0px 10px 10px;
}

.top_menu>li>ul>li {
    height: auto;
    background-image: none;
    display: block;
    display: table-cell;
    width: calc(100%/4 - 15px);
    margin: 0px 15px 10px 0px;
}

.top_menu>li>ul>li>a {
    background: url(../in_images/icon.png) no-repeat left 14px top 17px;
    height: auto;
    padding: 10px 10px 10px 30px;
    color: #3e3a39;
    display: block;
    font-size: 1.125em;
    font-weight: normal;
    border-radius: 5px;
}

.top_menu>li>ul>li>a:hover {
    background: url(../in_images/icon.png) no-repeat left 14px top 17px #327b46;
    color: #fff;
}

/* 第三層選單 */

.sub2 {
    /* margin: 10px 0px; */
    padding-left: 27px;
    color: #3e3a39;
}

.sub2 a {
    background: url(../in_images/icon2.png) no-repeat left 7px top 12px;
    color: #3e3a39;
    padding: 7px 5px 0px 21px;
    display: inline-block;
}

.sub2 a:hover {
    color: #347e2a;
}

/* page*/

.content_all {
    position: relative;
    width: 78%;
    background: url(../../../images/nav_bg.png) repeat-x top #fff;
    padding: 25px 40px 70px 40px;
    border-radius: 0px 10px 0px 0px;
}

.fsize_20 {
    font-size: 1.25em;
}

.fsize_18 {
    font-size: 1.125em;
}

.ace {
    color: #ccc;
    font-size: 84%
}

.con {
    margin-top: -100px;
    max-width: 1400px;
}

#header {
    background: #fff;
    position: relative;
}

#header .top {
    max-width: 1400px;
    margin: auto;
    position: relative;
    padding: 0em 1em 1em 1em;
}

#logo {
    float: left;
    padding-top: 18px;
}

#logo a {
    line-height: 0;
    display: inline-block;
}

#search {
    position: absolute;
    right: 17px;
    top: 76px;
}

#search .text2 {
    background: #327b46;
    color: #fff;
    border: 0px;
    padding: 8px 13px;
    border-radius: 0 5px 5px 0;
}

#search .text {
    position: relative;
    width: 100%;
    border: 1px solid #454545;
    border-radius: 5px 0px 0px 5px;
}

.keyword_hot {
    margin-top: 5px;
}

.keyword_hot a {
    color: #327b46;
}



.keyword_hot a:hover {
    color: #8a7101;
}

.keyword_hot span:last-child {
    display: none;
}


.menu_navigation {
    float: right;
    background: #ececec;
    font-size: 1em;
    color: #3e3a39;
    padding: 3px 17px;
    border-radius: 0px 0px 10px 10px;
}

.menu_nav {
    color: #282828;
    display: inline-block;
    max-width: 1200px;
    margin: auto;
    text-align: right;
    padding: 0;
}

.menu_nav li {
    display: inline-block;
    color: #454545;
    position: relative;
}

.menu_nav>li>a {
    color: #454545;
    display: inline-block;
    padding: 5px 0;
}

.menu_nav a:hover {
    color: #c60000;
}

.menu_nav li.nav_parent .nav_focus {
    position: absolute;
    top: 35px;
    right: 3px;
    z-index: 99;
    display: table;
    text-align: right;
    display: none;
    border-radius: 10px;
}

.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;
    position: relative;
    border-radius: 5px;
    display: flex;
}

.search_main {
    padding: 5px;
    background: #347e2a;
}

.search_box .icon {
    border: 1px solid #000;
    background-color: #000;
    color: #FFF;
    padding: 2px;
}

.top_search {
    position: relative;
    vertical-align: middle;
    text-align: right;
    display: inline-block;
}

.top_search .text {
    width: 200px;
    height: 30px;
    padding: 0 32px 0 5px;
    background-color: #fff;
}

.nav_search .text2, .top_search .text2 {
    width: 22px;
    height: 22px;
    background: url(../../images/icon_nav_search.png) no-repeat center;
    border: 0px;
    vertical-align: middle;
    position: absolute;
    top: 6px;
    right: 6px;
}

.top_search .text2 {
    top: 7px;
}

label {
    vertical-align: middle;
}

/*按鈕選單*/

.b_main {
    position: absolute;
    right: 0;
    top: 20px;
    display: none;
}

.b {
    width: 30px;
    height: 20px;
    position: absolute;
    top: 16px;
    right: 10px;
    transition: .2s;
    cursor: pointer;
}

.b i {
    width: 30px;
    height: 20px;
    position: absolute;
    display: block;
    height: 2px;
    background: #000;
    border-radius: 2px;
    transition: .2s;
}

.b1 {
    width: 25px;
    top: 0;
    left: 0;
}

.b2 {
    width: 25px;
    top: 8px;
    left: 0;
}

.b3 {
    width: 25px;
    top: 16px;
    left: 0;
}

.b.on .b1 {
    top: 0;
    left: 0;
    width: 25px;
    transform: translateY(10px) rotate(45deg);
}

.b.on .b3 {
    width: 25px;
    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 #347e2a;
    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: 36px;
    border-radius: 0px 5px 5px 0;
    background: #327b46;
    color: #fff;
    cursor: pointer;
    vertical-align: top;
    position: static;
    float: left;
}

.menu_icon {
    position: absolute;
    top: 9px;
    right: 10px;
}

.menu_icon:before {
    content: "\f067";
    font-family: FontAwesome;
    font-size: smaller;
}

.menu_icon-:before {
    content: "\f068";
}

.left_main {}

.menu2 {
    margin: 0px 12px 20px 12px;
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
}

.menu2 li {
    position: relative;
}

.menu2>li {}

.menu2 li>a {
    display: block;
    color: #000;
    padding: 12px 5px 12px 30px;
    font-size: 1.125em;
    position: relative;
    background: #fff;
}

.menu2>li>a {
    border-bottom: 1px solid #8eb289;
}

.sub_menu>li:last-child a {
    border-bottom: 0;
    border-radius: 0px 0px 10px 10px;
}

.menu2 .sub_sub a:before {
    background: url(../../images/icon.png) no-repeat;
    width: ;
    position: absolute;
    top: 10px;
    left: 16px;
    font-family: FontAwesome;
    font-size: smaller;
    transition: all 0.3s;
}

.menu2 .sub_menu->a, .menu2>li>a:hover {
    color: #3e3a39;
    background-color: #ffffff;
}

.menu2 .sub_menu->a {
    border-bottom: 1px solid #fbd116;
}

.menu2 span {
    font-size: 30%;
}

.menu2 ul {
    display: none;
}

.menu2 .sub_sub2>li, .menu2 .sub_sub>li {}

.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: 8px 5px 8px 48px;
}

.menu2 .sub_sub a:before {
    content: '';
    background: url(../../images/icon.png) no-repeat;
    width: 11px;
    height: 14px;
    top: 12px;
    left: 36px;
}

.menu2 .sub_menu2->a, .menu2 .sub_sub a:hover {
    color: #347e2a;
}

.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: #d20000
}

h2 {
    font-size: 1.375em;
    color: #3a3a39;
    margin-bottom: 10px;
}

h2 span {
    font-weight: normal;
    font-style: italic;
    color: #898989;
    display: inline-block;
    margin-left: 10px;
    letter-spacing: 1px;
    font-size: 0.85em;
}

/*輪播圖垂直置中*/

.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;
    display: block;
}

/*輪播圖垂直置中*/

/*箭頭垂直置中*/

.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;
}

/*箭頭垂直置中*/

.bg {}

/* 跑馬燈 */

.news_marquee {
    width: 100%;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    padding-bottom: 10px;
    padding-left: 60px;
    position: relative;
}

.news_marquee::before {
    content: '';
    background: url(../in_images/icon_marquee.png) no-repeat center;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 100%;
    position: absolute;
    left: 0;
}

.news_marquee a, .news_marquee span {
    text-decoration: none;
    color: #3e3a39;
    letter-spacing: 1px;
    font-size: 1.125em;
    line-height: 300%;
    margin-right: 1.5em;
}

.news_marquee a:before, .news_marquee span:before {
    content: "．";
}

.div_promo {
    overflow: hidden;
    border-bottom: 1px solid #bababa;
}

/* 跑馬燈 */

/* 最新消息 */

.news_tt {
    width: 100%;
    display: table;
    margin-bottom: 5px;
}

.news_tt li {
    width: calc(100%/4);
    line-height: 47px;
    display: table-cell;
    text-align: center;
}

.news_tt li a {
    border-right: 2px solid #fff;
    background-color: #ececec;
    display: block;
    color: #3e3a39;
    height: 100%;
    font-size: 1.125em;
    font-weight: bold;
    padding: 0 10px;
    position: relative;
    transition: all 0.3s !important;
}

.news_tt li:last-of-type a {
    border-right: 0;
}

.news_tt li a:hover {
    background-color: #327b46;
    color: #fff
}

.news_tt .news_tt- a {
    background-color: #327b46;
    color: #fff
}

    {}

.news_tt .news_tt- a::before,
.news_tt a:hover::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
    border-color: #327b46 transparent transparent transparent;
}


.news_list li {
    border-bottom: 1px #b5b5b5 solid;
    width: 100%;
    display: table;
    padding: 0px 5px 0px 11px;
    font-size: 1em;
}

.news_list li:last-child, .news_list li:nth-last-child(2) {
    border: 0px;
}

.news_list li:hover {}

.news_list li .list_word:hover a {}

.news_list>li>span {
    padding: 10px 0px 10px 0px;
    display: table-cell;
    vertical-align: middle;
    color: #3c3c3c;
}

.news_list .list_word {
    width: 87%;
    padding: 10px 0px 10px 0px;
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



.news_list .list_date {
    width: 12%;
    text-align: center;
}

.news_list .list_word a {
    color: #3c3c3c;
    transition: 0.3s ease;
}

.news_list .bth {
    display: block;
    text-align: center;
    padding: 10px 0;
    position: relative;
}

.news_list .bth:before {
    content: "";
    width: 100%;
    left: 0;
    top: 50%;
    height: 1px;
    transform: translateY(-50%);
    background: #327b46;
    position: absolute;
}

li.bth:hover {
    background: transparent;
}

.news_list .bth a {
    display: inline-block;
    text-align: center;
    color: #3e3a39;
    border: 1px solid #327b46;
    position: relative;
    border-radius: 5px;
    letter-spacing: 1px;
    margin: 0px 2px;
    padding: 8px 15px;
    background: #fff;
}

.news_list .bth a::before {
    content: "+";
    font-size: 1.5em;
    margin-right: 4px;
    line-height: 0;
}

.news_list li.bth:hover a {
    color: #454545;
    ;
}

.news_list li.bth a:hover,
.news_list li.bth a:focus
 {
    background: #327b46;
    color: #fff;
}

/* 最新消息 */

/* 最新活動 */

/*輪播圖垂直置中*/

.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;
    display: block;
}

/*輪播圖垂直置中*/

/*箭頭垂直置中*/

.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;
}

/*箭頭垂直置中*/


.photo {
    margin-top: 42px;
}

.new_photo {
    margin-top: 20px;
}

.photo_owl {
    border: 1px solid #ccc;
    padding: 12px;
    border-radius: 5px;
}

.photo_owl a:hover img,
.result_box a:hover img{
    opacity: 0.8;
}
.photo_owl a:hover div,
.result_box a:hover div{
    color:#327b46 ;
}


.photo_owl .owl-item>a {
    display: block;
    height: 100%;
    position: relative;
    color: #3e3a39;
}

.photo_owl .owl-item>a .overlay {
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.photo_owl .owl-item img {
    width: auto;
    display: inline-block;
    max-height: 209px;
    margin: 0 auto;
    padding: 0;
    height: 100%;
}

/* 最新活動 */


/* 成果發表 */



.result {
    display: flex;
    justify-content: space-between;
}

.result>div {
    width: 49%;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-height: 300px;
}

.result .title {
    background: #ececec;
    padding: 10px 15px;
    text-align: center;
    font-size: 1.125em;
    font-weight: bold;
}

.result_box .owl-item>a {
    padding: 10px;
}

.result_box .owl-item img {
    width: auto;
    max-height: 200px;
    min-height: 200px;
    margin: 0 auto;
}

.result_box .overlay {
    color: #3e3a39;
    margin-top: 10px;
}

.result_box .overlay:hover {
    color: #327b46;
}

/* 成果發表 */

/* 本所單位 */

.links {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 36px 40px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.link_search select {
    width: 100%;
}

.btn_go {
    border-radius: 5px;
    display: inline-block;
    background: #327b46;

    border: 0;

    padding: 6px 17px;

    color: #fff;

    margin: 10px;

    font-weight: bold;
}
.btn_go:hover,.mail a:hover,
.btn_go:focus,.mail a:focus{
    background: #fbd116;
    color: #3a3a39;
}

.link_area {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.link_area a {
    width: calc(100%/3 - 3%);
    color: #3e3a39;
    font-size: 1.125em;
    text-align: center;
    padding: 12px;
    border-radius: 5px;
    position: relative;
}

.link_area a:nth-of-type(1) {
    background: #a5d69f;
}


.link_area a:nth-of-type(2) {
    background: #ffd16f;
}

.link_area a:nth-of-type(3) {
    background: #dfc3e8;
}

.link_area a:nth-of-type(1):hover,
.link_area a:nth-of-type(1):focus {
    background: #327b46;
    color: #fff;
}

.link_area a:nth-of-type(2):hover,
.link_area a:nth-of-type(2):focus {
    background: #b46006;
    color: #fff;
}

.link_area a:nth-of-type(3):hover,
.link_area a:nth-of-type(3):focus {
    background: #7a468a;
    color: #fff;
}



.link_area a::before {
    content: "";
    width: 87%;
    height: 85%;
    border: 2px solid #327b46;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
}

.link_area a:nth-of-type(1)::before {
    border: 2px solid #327b46;
}

.link_area a:nth-of-type(2)::before {
    border: 2px solid #fb9216;
}

.link_area a:nth-of-type(3)::before {
    border: 2px solid #9b6ead;
}

.link_area a:nth-of-type(1):hover::before,
.link_area a:nth-of-type(2):hover::before,
.link_area a:nth-of-type(3):hover::before,
.link_area a:nth-of-type(1):focus::before,
.link_area a:nth-of-type(2):focus::before,
.link_area a:nth-of-type(3):focus::before{
    border: 2px solid #fff;
}


/* 本所單位 */



/* 服務連結 */

.service {

display: flex;

justify-content: space-between;

margin: 1em 0 1em 0;
}

.service li {

    width: calc(100%/6 - 10px);
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px;
}
.service li:hover{
    border: 1px solid #3e9932;
}
.service a {

    display: inline-block;
    width: 100%;
    display: flex;
    align-items: center;
    background: #dadada;
    color: #3a3a39;
    font-size: 1.125em;
    font-weight: bold;
}

.service a img{
    transition: .3s;
}

.service a:hover img{
    transform: rotateY(180deg);

}

.service a>div {
    width: 80px;
    height: 70px;
    padding: 5px;
}
.service li:nth-child(1) a{
    background:#a5d69f ;
}
.service li:nth-child(2) a{
    background:#ffcb8d ;
}
.service li:nth-child(3) a{
    background:#dfc3e8 ;
}
.service li:nth-child(4) a{
    background:#dfe1e2 ;
}
.service li:nth-child(5) a{
    background:#e0f2d4 ;
}
.service li:nth-child(6) a{
    background:#ffedc1 ;
}
.service li:nth-child(7) a{
    background:#f6e0f7 ;
}

.service li:nth-child(1) a>div{
    background: url(../in_images/link_bg01.png) no-repeat left center;
}
.service li:nth-child(2) a>div{
    background: url(../in_images/link_bg02.png) no-repeat left center;
}
.service li:nth-child(3) a>div{
    background: url(../in_images/link_bg03.png) no-repeat left center;
}
.service li:nth-child(4) a>div{
    background: url(../in_images/link_bg04.png) no-repeat left center;
}
.service li:nth-child(5) a>div{
    background: url(../in_images/link_bg05.png) no-repeat left center;
}
.service li:nth-child(6) a>div{
    background: url(../in_images/link_bg06.png) no-repeat left center;
}
.service li:nth-child(7) a>div{
    background: url(../in_images/link_bg07.png) no-repeat left center;
}

.service a img {}

.service span {
    padding-left: 5px;
}

/* 服務連結 */


/* 主題網站 */


.bth_more{
    display: inline-block;
    text-align: center;
    color: #3e3a39;
    border: 1px solid #327b46;
    position: relative;
    border-radius: 5px;
    letter-spacing: 1px;
    margin: 0px 2px;
    padding: 8px 15px;
    background: #fff;
    position: absolute;
    bottom: -20px;
    right: 20px;
}

.bth_more::before {
    content: "+";
    font-size: 1.5em;
    margin-right: 4px;
    line-height: 0;
}

.bth_more:hover,
.bth_more:focus{
    background:#327b46; 
    color: #fff;
}






.link_txt{

border: 1px solid #ccc;

border-radius: 5px;

text-align: center;
position: relative;
min-height: 230px;
}

.link_txt h2{

text-align: center;

position: relative;

top: -17px;

background: #fff;

display: inline-block;

padding: 0px 12px;
}

.link_txt ul{

text-align: left;

padding: 0 20px 20px 20px;

margin-top: -18px;
}

.link_txt ul li{

border-bottom: 1px solid #ccc;

padding: 10px 0;
}

.link_txt ul li a{
font-size: 1.125em;
font-weight: bold;
color: #3e3a39;
    background: url(../in_images/icon3.png) left 10px center no-repeat;
padding-left: 33px;
}

.link_txt ul li a:hover{
    color: #327b46;
}
.link_txt ul li:hover{
    border-bottom: 1px solid #327b46;
}

.link_txt ul li:last-child,.link_txt ul li:last-child:hover{
    border: 0;
}
/* 主題網站 */
/* 小banner */
.s_banner{
    padding: 20px 15px;
    display: flex;
    align-items: center;
}
.responsive .item {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.responsive .item  a{
   width: calc(100%/2 - 10px);
   margin: 5px ;
   overflow: hidden;
}
.responsive .item img{
    transition: .3s;
}
.responsive .item  a:hover img{
    transform: scale(1.1);
}

/* 小banner */
/* 電子報 氣象 */

.epaper{
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    padding: 20px 15px;
}
.epaper .fill{
    text-align: left;
    display: flex;
    margin-top: -30px;
}
.choose span{
    display: block;
}
.epaper h2{
    display: inline-block;
    position: relative;
    top: -37px;
    padding: 0px 12px;
    background: #fff;
}
.choose{
    width: 100px;
}
.mail{
    width: calc(100% - 100px);
} 
.mail{
    position: relative;
    height: 44px;
    border-radius: 5px;
    overflow: hidden;
}
.mail input[type*="text"]{
    border: none;
    box-shadow: none;
    background: #f1f1f1;
    width: 100%;
    line-height: 44px;
}
.mail input[type*="submit"]{
    border:0;
    display: inline-block;
    background: #327b46;
    color: #fff;
    font-size: 1.125em;
    font-weight: bold;
    position: absolute;
    right: 0;
    height: 100%;
    padding: 0px 11px;
    line-height: 44px;
    letter-spacing: 2px;
    border-radius: 0px 5px 5px 0px;
}

.weather{
   width: 100%;
   border:1px solid #ccc;
   border-radius: 5px;
   height: 135px;
   margin-top: 11px;
   display: flex;
   overflow: hidden;
}

.weather:hover{
    background: #e0f2d4;
}

.weather .w40{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.weather .w60{
    display: flex;
}
.weather .w60 img{
    width: 100%;
}

.weather span{
    display: block;
}
.weather span:nth-child(1){
    font-size: 1.25em;
    font-weight: bold;
    color: #3a3a39;
}
.weather span:nth-child(2){color: #898989;font-style: italic;}    




/* 電子報 氣象 */






.Gotop a {
    display: none;
}

#fat_footer {
    padding: 3.5em 0;
    width: 100%;
    margin: auto;
    position: relative;
    background: #ffffff;
}

#fat_footer>ul {
    max-width: 1400px;
    display: flex;
    justify-content: flex-start;
    margin: auto;
    flex-wrap: wrap;
    padding: 0px 15px;
}

#fat_footer {
    display: none;
}

#fat_footer ul li {
    width: calc(16.66% - 2% - 0.01px);
    margin-right: calc(2% * 6 / 5);
    float: left;
    color: #000;
    letter-spacing: 1px;
    text-align: left;
    font-size: 1.125em;
}

#fat_footer ul li:nth-child(6n) {
    margin-right: 0;
}

#fat_footer>ul>li>a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

#fat_footer ul li a:hover {
    color: #347e2a;
}

#fat_footer ul li ul {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #a5a5a5;
    padding-top: 5px;
    margin-top: 5px;
    margin-bottom: 25px;
}

#fat_footer ul li ul li {
    width: 100%;
    font-size: 1rem;
    line-height: 150%;
    color: #313131;
    float: none;
    padding: 2px 5px;
    margin-left: -2px;
    margin-bottom: 5px;
}

#fat_footer ul li ul li a {
    color: #000;
    text-decoration: none;
}

#ff_btn {
    width: 90px;
    margin: auto;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    z-index: 1;
}

#ff_btn .btn_open, #ff_btn .btn_close {
    display: inline-block;
    border: 0;
    width: 95px;
    height: 40px;
    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 {
    margin-top: 5em;
    /* background-color: #347e2a; */
    color: #000;
    padding: 0;
    position: relative;
}

#footer .footer_word a:hover {
    color: #ffffff;
    background: #327b46;
}


#footer .copy_word a:hover{
    color:#327b46;
}

a.footer_bth:hover {}

.copy_img a:hover {
    opacity: 0.7;
}


.footer_main {
    max-width: 1400px;
    margin: auto;
    text-align: center;
    padding: 3em 15px 2.3em 15px;
    display: flex;
    justify-content: space-between;
    letter-spacing: 1px;
    border-top: 1px solid #327b46;
}

.f_logo {
    display: block;
    pointer-events: none;
    margin-bottom: 10px;
}



.footer_word {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    white-space: nowrap;
    color: #3e3a39;
}

.footer_word a {
    color: #ffbc42;
}

.footer_word strong {
    font-weight: bold;
    margin: 0px 5px;
}

.footer_copyright {
    text-align: right;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}

.copy_img {
    display: flex;
    flex-direction: column;
}

.copy_img img {
    margin-bottom: 10px;
}

.copy_word a {
    display: block;
}

.footer_copyright a {
    color: #Fff;
}

a.footer_bth {
    display: inline-block;
    margin: 0px 5px;
    border-radius: 5px;
    padding: 1px 5px;
    color: #fff;
    background: #ffffff;
}

.footer_img a {
    padding: 0 10px;
}

a.tel {
    pointer-events: none;
    color: #3e3a39;
}

.enter_bn:hover {
    background: #fbd116;
    color: #3e3a39;
}

.icon a, .enter_bn {
    border-radius: 5px;
    padding: 5px 12px;
    display: inline-block;
}

.icon a {
    border: 1px solid #347e2a;
    color: #347e2a;
}

.icon a:hover {
    background: #347e2a;
    color: #fff;
}

.icon a i {
    display: inline-block;
    margin-right: 5px;
}

.enter_bn {
    background: #347e2a;
    border: 0px;
    border-radius: 5px;
    color: #fff;
    padding: 7px 13px;
    display: inline-block;
    letter-spacing: 1px;
}

#readchk {
    height: 17px;
    width: 17px;
}

.list .icon.mail_bth, .tabulation_word a, .search li strong a, .gallery_list .txt a, .video a, .list a, .menu_nav>li>a {
    display: inline-block;
    color: #3e3a39;
}

#footer a {
    color: #3e3a39;
}

.search1 li, .search, .search1_title, .footer_main {
    line-height: 1.9em;
}

.search li strong a:hover, .menu_nav a:hover, .units_block ul li :hover a, .news_list li a:hover {
    color: #347e2a;
}

.news_list li a:hover {
    color: #327b46;
}

#search .text2:hover {
    background: #fbd116;
    color: #3a3a39;
}

.faq_txt a:hover, .video_txt li a:hover, .gallery_list .txt a:hover, .publication a[target*="_blank"]:hover {
    opacity: 0.7;
}

.content_txt a, .gallery_list .txt a {
    display: inline;
    word-break: break-word;
}

.w100 {
    width: 100%
}

.w95 {
    width: 95%;
}

.w90 {
    width: 90%
}

.w85 {
    width: 85%;
}

.w80 {
    width: 80%
}

.w75 {
    width: 75%;
}

.w70 {
    width: 70%
}

.w65 {
    width: 65%;
}

.w60 {
    width: 60%
}

.w55 {
    width: 55%
}

.w50 {
    width: 50%;
}

.w45 {
    width: 45%;
}

.w40 {
    width: 40%
}

.w35 {
    width: 35%;
}

.w33 {
    width: 33%
}

.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;
}

/*font-size bg*/

.fontsize {
    border-radius: 5px;
    color: #3d3d3d;
    vertical-align: middle;
    font-weight: bold;
    text-align: right;
    margin-bottom: 5px;
    display: none;
    width: 120px;
    position: absolute;
    top: 37px;
    left: -92px;
    display: none;
}

.fontsize li {
    margin: 1px 0;
}

.fontsize li.type a {
    color: #fff;
    width: 32px;
    height: 32px;
    text-align: center;
    display: inline-block;
    line-height: 31px;
    border-radius: 100%;
    background: #347e2a;
}

.fontsize li.font_size_btn- a, .font_size_btn- a:hover {
    color: #3e3a29;
    background: #fbd116;
}

.share {
    background: #fff;
    position: fixed;
    right: 0;
    top: 250px;
    z-index: 999;
    border-radius: 5px;
    right: 10px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.28);
}

.share_btn a {
    background: #327b46;
    width: 100%;
    text-align: center;
    height: 35px;
    color: #ffffff;
    min-width: 80px;
    letter-spacing: 1px;
    line-height: 36px;
}

.share_close {
    display: block;
}

.share_open {
    background: #fbd116;
    display: none;
}

.share_btn.active .share_open {
    display: block;
}

.share_btn.active .share_close {
    display: none;
}

.share ul {
    padding: 10px;
    background: #ececec;
}

.share ul li {
    margin: 5px 0;
}

.share ul li a:hover {
    opacity: 0.7;
}

@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_mob {
    width: 100%;
    height: auto;
    font-size: 1em;
    font-weight: bold;
    position: static;
    display: none;
    padding: 0;
}

.share_mob li {
    width: auto;
    display: table-cell;
    height: 45px;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s;
}

.share_mob li a {
    display: block;
    height: 100%;
}


.share_mob .type1 {
    background-image: url(../../images/icon_fb.png);
    background-color: #2c5194;
}

.share_mob .type2 {
    background-image: url(../../images/icon_youtb.png);
    background-color: #fe0000;
}


.share_mob .type3 {
    background-image: url(../images/icon_line.png);
    background-color: #10bc10;
}

.share_mob .type4 {
    background-image: url(../images/icon_rss.png);
    background-color: #96710c;
}


.share_mob .type1:hover {
    background-color: #071c44;
}

.share_mob .type2:hover {
    background-color: #9f0101;
}

.share_mob .type3:hover {
    background-color: #008c00;
}

.share_mob .type4:hover {
    background-color: #705408;
}

.share .Gotop {
    width: 62px;
    height: 62px;
    background: url(../../images/icon_top.png);
    transition: all 0.2s;
    display: none;
}


.home_img {
    max-width: 1400px;
    margin: 0 auto;

}



.owl-carousel .owl-stage {
    background: transparent;
}

.ml_10 {
    margin-left: 10px;
}

.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
}

.mt_10 {
    margin-top: 10px
}

.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
}

.pd_40 {
    padding: 0px 40px;
}



.red {
    color: #c60000 !important;
}

.blue {
    color: #0366bb;
}

.green {
    color: green;
}

.center {
    text-align: center !important;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.block {
    display: none;
}