@charset "utf-8";


/* CSS Document */

input[type*="text"]:focus,
textarea:focus,
input[type*="password"]:focus {
    background-color: #e4cfc2 !important
}

a:focus,
input[name*="Collapse"]:focus,
.owl-prev:focus,
.owl-next:focus,
input[type*="submit"]:focus,
input.enter_bn[type*="button"]:focus,
input[type*="reset"]:focus,
.item:focus,.w-more3:focus
{
    outline: 3px #d83e3e dotted !important;
}

.modal-dialog .ekko-lightbox-nav-overlay a:focus {
    outline: none !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;
}

.maingo {
    max-width: 1200px;
    margin: 0 auto;
}

/* menu*/

.menu2 {
    display: none
}

#menu_bth {
    display: none
}

#main_menu {
    background-color: #fff;
}

#main_menu .menu2 li a {
    padding-right: 2rem;
    word-break: break-all;
}

#menu_bth {
    cursor: pointer;
    height: 40px;
    background-color: #b7b7b7
}

.top_menu {
    width: 100%;
    max-width: 802px;
    margin: auto;
    text-align: center;
    position: relative;
    display: table;
    padding-top: 44px;
    z-index: 9999;
}

.top_menu li {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/images/menu_line.png) right no-repeat;
    width: calc(100%/6);
    display: table-cell;
    position: relative;
}

.top_menu>li:last-child {
    background: none;
}

.top_menu li a {
    color: #333;
    display: block;
    padding: 10px 9px;
    font-size: 112.5%;
    font-weight: bold;
}
.top_menu>li>a{
    border-bottom: 6px #fff solid;
}
.top_menu>li>a:hover,
.top_menu>li>a:focus,
.top_menu .top_menu_fixed>a {
    color: #d9ae89;
    border-bottom: 6px #d9ae89 solid;
}

.top_menu li:hover>ul {
    display: block;
    /* 滑鼠滑入母選單後，顯示子選單 */
}


/* 二級選單顯示於一級選單的正下方 */

.top_menu ul {
    width: 100%;
    position: absolute;
    z-index: 9999;
    list-style: none;
    top: 51px;
    left: 0;
    text-align: left;
    display: none;
}

.top_menu ul li {
    background: #775a46;
    width: 100%;
    height: auto;
    background-image: none;
    display: block;
}

.top_menu ul li:first-of-type a::before {
   
}

.top_menu ul li:first-of-type a:hover::before {
    border-color: transparent transparent #534e6d transparent;
}

.top_menu ul li:last-child {
    border-bottom: 0;
}

.top_menu ul li a {
    height: auto;
    padding: 10px 3px;
    color: #fff;
    display: block;
    text-align: center;
}

.top_menu ul li a:hover {
    background: #d9ae89;
    color: #111;
}

.top_menu ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}



/* page*/

h2 {
    width: 100%;
    min-height: 57px;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/images/title_icon.png) no-repeat 0 24px;
    color: #5b5b5b;
    font-size: 1.25em;
    font-weight: bold;
    padding: 20px 208px 15px 50px;
}

.ace {
    color: #ccc;
    font-size: 84%
}

.con {
    margin-top: 10px;
}

#header {
    background: #fff;
    position: relative
}

#header .top {
    max-width: 1200px;
    margin: auto;
    position: relative;
    padding: 5px 25px;
}

#logo {
    float: left;
    padding: 5px 25px 0px 15px;
}

#logo a {
    display: inline-block;

}


.place {
    margin: 5px 0;
    font-size: 95%
}

.place li {
    display: inline-block
}

.place a {
    display: inline-block;
}



.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;
}





.main_bn2 {
    position: absolute;
    right: 0;
    top: 13px;
    display: flex;
}

.main_bn2 li {
    display: inline-block;
    position: relative;
    margin-right: 12px;
}

.main_bn2 li:hover ul {
    display: block
}

.main_bn2>li>a:hover,
.main_bn2>li>a:focus {
    background-position: 33px -27px !important
}

.main_bn2>li>a {
    font-size: 0.75em;
    display: flex;
    text-indent: -20vw;
    overflow: hidden;
    -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: 33px 3px !important;
    border-radius: 40px;
}

.main_bn2>li>a.ISL-facebook {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/images/icon-fb.png) #e7e9ec;
}

.main_bn2>li>a.ISL-facebook:hover,
.main_bn2>li>a.ISL-facebook:focus {
    background-color: #2c5194;
}

.main_bn2>li>a.ISL-line {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/images/icon-line.png) #e7e9ec;
}

.main_bn2>li>a.ISL-line:hover,
.main_bn2>li>a.ISL-line:focus {
    background-color: #10bc10;
}

.main_bn2>li>a.ISL-twitter {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/images/icon-twitter.png) #e7e9ec;
}

.main_bn2>li>a.ISL-twitter:hover,
.main_bn2>li>a.ISL-twitter:focus {
    background-color: #41ABE1;
}

.main_bn2>li>a.ISL-print {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/images/icon-print.png) #e7e9ec;
}

.main_bn2>li>a.ISL-print:hover,
.main_bn2>li>a.ISL-print:focus {
    background-color: #ce487a;
}

.main_bn2>li>a.ISL-youtube {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/images/icon-youtube.png) #e7e9ec;
}

.main_bn2>li>a.ISL-youtube:hover,
.main_bn2>li>a.ISL-youtube:focus {
    background-color: #fe0000;
}

.main_bn2>li>a.ISL-flickr {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/images/icon-flickr.png) #e7e9ec;
}

.main_bn2>li>a.ISL-flickr:hover,
.main_bn2>li>a.ISL-flickr:focus {
    background-color: #d2fff6;
}

.main_bn2>li>a.ISL-mouse {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/images/icon-mouse.png) #e7e9ec;
    text-indent: 0;
    display: flex;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    padding-top: 0px;

}

.main_bn2>li>a.ISL-mouse p {
    position: relative;
    top: 43px;
    left: 0px;
    transition: 0.4s
}

.main_bn2>li>a.ISL-mouse:hover,
.main_bn2>li>a.ISL-mouse:focus {
    background-color: #ea5e10;
}

.main_bn2>li>a.ISL-mouse:hover p,
.main_bn2>li>a.ISL-mouse:focus p {
    top: 6px;

}







.article {
    min-height: 630px;
}

.content_txt {}

.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);
}







#content p {}

#content iframe {
    width: 100%;
}

.content_link {
    color: #d20000;
    display: inline-block;
    vertical-align: top
}

.content_link:hover {
    color: #093;
}

.menu_navigation {
    float: right
}

.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: #454545;
    position: relative;
}

.menu_nav>li>a {
    color: #454545;
    display: inline-block;
    padding: 5px 0;
}

.menu_nav a:hover {
    color: #d20000
}

.nav_parent .nav_focus.active,
.menu_nav li.nav_parent:hover div,
.menu_nav li.nav_parent:hover ul {
    display: block;
}

.menu_nav li.nav_parent .nav_focus {

position: absolute;

top: 30px;

right: 6px;

z-index: 99999999999;

display: table;

text-align: right;

display:none;
}
.menu_nav li.nav_parent .search_main:after{

}
.menu_nav li.nav_parent .share_web{
    right: -4px;
}
.hotword{
    color: #fff;
    text-align: left;
    display: block;
    margin-top: 8px;
    letter-spacing: 0px;
}
.hotword a{
    color: #fff;
}
.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;
    margin-right: 1px;
       
}
.nav_parent .nav_sea{
    padding: 5px 8px !important;
    margin-left: -10px;
    margin-right: -10px;
}
.share_ma{
    padding: 5px 8px !important;
    margin-left: -10px;
}
.search_box {
    margin-top: 5px;
    text-align: right
}

.search_main {
    padding: 10px 11px 10px 11px;
    background: #8a624b;
}

.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: 19px;
    height: 18px;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/in_images/icon_nav_search.png);
    border: 0px;
    vertical-align: middle;
    position: absolute;
    top: 5px;
    right: 6px;
}

.top_search .text2 {
    top: 3px;
}

.pic {
    clear: both;
    text-align: center;
    margin-top: 15px;
}

.pic .imgbox {
    display: inline-block;
    margin: 5px 0;
    vertical-align: top
}

.imgbox dt,
.imgbox2 dt,
.imgbox figure,
.imgbox2 figure {
    width: 100%;
    height: 188px;
    display: table;
    table-layout: fixed;
}

#main_type,
.main_type {
    text-align: right;
    margin-bottom: 10px;
}

#main_type * {
    margin-bottom: 5px;

}

#main_type a {
    display: inline-block;
}

#main_type * {
    vertical-align: middle;
}

#main_type input {
    height: 32px;
}

#main_type select {
    height: 32px;
    background: transparent;
}

#main_type .white_space {
    white-space: nowrap;
}

#main_type .white_space input.bn_search {
    vertical-align: top;

}

.white_space {
    white-space: nowrap;
}

.type_word {
    color: #313131;
    padding: 2px 5px;
    vertical-align: middle;
}

label {
    vertical-align: middle;
}

.type_word a {
    display: inline-block;
    padding: 2px 5px;
}

.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;

}

.search_table {
    border: 1px solid #CCC;
    letter-spacing: 1px;
}

.search_bn {
    border: 0px;
    margin-bottom: -6px;
    *margin-bottom: -5px;
}

.icon_go,
.bn_search {
    border: 0px;
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/images/icon_go.png);
    width: 32px;
    height: 32px;
    vertical-align: middle;
    text-indent: -9999px;
}

.bn_search {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/images/icon_bn_search.png);
    text-indent: -32px;
    font-size: 0;
}

.icon_go:hover,
.bn_search:hover {
    opacity: 0.7
}








/*按鈕選單*/

.b_main {
    position: absolute;
    right: 0;
    top: 20px;
    display: none;
}

.b {
    width: 30px;
    height: 20px;
    position: absolute;
    top: 5px;
    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 #000;
    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: #59331d;
    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;
    color: #462e1f;
}

.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: #000;
    padding: 8px 5px 8px 30px;
    font-size: 1.125em;
    position: relative;
}


.menu2 li>a:before {
    content: "\f105";
    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: #fff;
    background-color: #6e6e6e;
}

.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 #A0A0A0;
}

.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: 7px;
    left: 36px;
}


.menu2 .sub_menu2->a,
.menu2 .sub_sub a:hover {

    background-color: #6e6e6e;

    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: #d20000
}

.left_title {
    border-bottom: 1px dashed #fff;
    color: #fff;
    font-size: 1.250em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    padding: 5px 0;
    margin-bottom: 10px;
}

.content_title,
.gallery_list .title {
    font-weight: bold;
    padding: 5px 5px 5px 0;
    position: relative;
}

.gallery_list .title {
    width: 100%;
    background: #ccc;
    display: table;
    padding: 8px;
    margin-bottom: 10px;
}

.gallery_list .title strong {
    width: 85%;
    display: table-cell;
    font-size: 110%;
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gallery_list .title p {
    width: 15%;
    display: table-cell;
    font-size: 110%;
    text-align: right
}



.imgbox a:hover,
.imgbox2 a:hover {
    color: #ee7610;
}

.imgbox span {
    display: block;
    padding: 5px 0;
}

.download li:nth-child(odd) {
    /*單數隔行換色*/
    background-color: #EEE;
}

.download li:nth-child(1) {
    /*首行th設定*/
    width: 100%;
    background-color: #CCC;
    display: table;
    padding: 10px 5px;
}

.download {
    margin: 20px 0;
}

.download_tt {
    color: #000;
    background-color: #CCC;
    padding: 10px 5px;
    font-weight: bold;
}

.download li {
    border-bottom: 1px #ccc solid;
    width: 100%;
    display: table;
    padding: 10px 5px;
}

.download .word {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/images/icon02.png) no-repeat 5px 6px;
    width: 80%;
    color: #000;
    display: table-cell;
    padding-left: 20px;
}

.download a {
    color: #000;
}

.download a:hover {
    color: #093;
}

.download .file {
    width: 20%;
    display: table-cell;
    text-align: center;
}

.download dd {
    display: inline-block;
}

.download .file a {
    width: 16px;
    display: inline-block;
    margin: 2px;
}

.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 {
    display: inline-block;
    letter-spacing: 2px;
}

.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:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/in_images/footer.jpg) center top;
    color: #fff;
    padding: 0;
    position: relative;
}

#fat_footer {

padding: 2em 0;

width: 100%;

margin: auto;

position: relative;

top: 0;

border-top: solid 3px #79412d;

background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/in_images/fat_bg.png) no-repeat center -174px #fff;
}

#fat_footer ul {
    max-width: 1200px;
    margin: auto;
    margin-bottom: 16px;
}

#footer_main {

width: 100%;

margin: auto;

padding:23px 0;

max-width: 1200px;

position: relative;
}

#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.25em;
    color: #000;
    letter-spacing: 1px;
    text-align: left;
}

#fat_footer ul li:nth-child(6n) {
    margin-right: 0;
}

#fat_footer>ul>li>a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

#fat_footer ul li a:hover {
    color: #79412d;
}

#fat_footer ul li ul {
    padding-top: 5px;
    margin-top: 5px;
}

#fat_footer ul li ul li {
    width: 100%;
    font-size: 1rem;
    line-height: 150%;
    color: #313131;
    float: none;
    padding: 5px;
    margin-left: -2px;
    text-align: left;
    padding-left: 0;
}

#fat_footer ul li ul li a {
    color: #111;
    text-decoration: none;
    font-size: 1.125em;
    text-align: left;
}

#fat_footer ul li ul li a:hover {
    color: #79412d;
}

#ff_btn {
    width: 90px;
    margin: auto;
    position: absolute;
    top: -43px;
    left: 0;
}
.ffbtn {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

#ff_btn .btn_open,
#ff_btn .btn_close {
    border: 0;
    width: 88px;
    height: 44px;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/in_images/ff_close.png) no-repeat;
    font-size: 0;
}

#ff_btn .btn_open {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/in_images/ff_open.png) no-repeat;
}

#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: 23px 0;
}

.footer_img,
.footer_word {
    display: inline-block;
    vertical-align: middle;
    text-align: left
}
.footer_img img{
    padding: 0 10px;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 16px;
}
.footer_img{
    margin-top: 30px;
}
.footer_word {
    white-space: nowrap;
    padding-left: 21px;
    width: 54%;
    white-space: normal;
    margin-top: 37px;
    letter-spacing: 2px;
    line-height: 30px;
}

.footer_word span {
    color: #fff;
    font-weight: bold;
    
}

.footer_bth {}

.footer_bth a {
    background: #d9ae89;
    padding: 1px 7px;
}

#footer .footer_bth a:hover {
    background: #845a41;
    color: #fff;
}

#footer .footer_bth a {
    color: #333;
}

#footer a {
    display: inline-block;
    color: #fff;
}

#footer a:hover {}

.footer_img a {
    padding: 0 10px;
}

#table li:nth-child(odd) {
    /*單數隔行換色*/
    background-color: #EEE;
}

#table li:nth-child(1) {
    /*首行th設定*/
    width: 100%;
    background-color: #CCC;
    display: table;
    padding: 10px 5px;
}

#table {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding: 0px;
}

#table li {
    border-bottom: 1px #ccc solid;
    width: 100%;
    display: table;
    padding: 10px 5px;
    ;
}

.table_title {
    width: 25%;
    color: #000;
    display: table-cell;
    padding: 0 10px 0 0;
}

.table_txt {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/images/icon02.png) no-repeat 5px 6px;
    width: 25%;
    line-height: 150%;
    padding: 0 10px 0 20px;
    display: table-cell;
}

.table_txt a {
    color: #063;
}

.table_txt a:hover,
.table_txt a:focus {
    color: #d20000;
}

.no_txt {
    /*<noscript>標籤用*/
    font-weight: bold;
    color: #d20000;
}

.page {
    margin: 10px 0;
    text-align: center;
    font-size: 95%;
}

.page * {
    vertical-align: middle
}

.page a {
    display: inline-block
}

.page li {
    display: inline-block;
    margin: 3px;
}

.page .icon a {
    border-radius: 5px;
    padding: 3px 8px;
    color: #FFF;
}

.page .icon a:hover,
.enter_bn:hover {}


.input01 {
    width: 70%
}

.input02 {
    width: 90%
}

.input03 {
    max-width: 80px;
}

.input04 {
    max-width: 175px;
}

.max-width {
    width: 50px;
}

.input06 {
    max-width: 200px;
    padding: 0px;
    background-color: #FFF;
}

.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;
}

.main_bn a:hover,
.icon a:hover,
.enter_bn:hover {
    background: #a17533;
    color: #fff;
}


#center_btn {
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
}

#top_btn {
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: right;
}

#top_btn .icon {
    display: inline-block
}

.list {
    text-align: center;
    margin-top: 20px;
    padding: 0;
}

.list li {
    border-bottom: 1px #ccc dotted;
    width: 100%;
    display: table;
}

.list li:last-of-type {
    border-bottom: 0;
}



.list li:nth-child(1) {
    background: #ccc;
}

.list .list_head {
    border-bottom: 0px;
}

.list span {
    display: table-cell;
    vertical-align: top;
    padding: 8px;
    vertical-align: top;
}

.list .list_head span {}

.list span dl {
    display: inline-block;
    padding-left: 5px;
}

.list span dt,
.list span dd {
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
}

.table_head span {
    border-bottom: 0px
}

.list .list_title {
    text-align: left
}

.list .list_word {
    text-align: left;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/images/icon_list.png) no-repeat 10px 16px;
    padding-left: 25px;
}




.list .icon.mail_bth,
.tabulation_word a,
.search li strong a,
.content_txt a,
.gallery_list .txt a,
.faq_txt a,
.video a,
.list a,
#footer a,
.menu_nav>li>a {
    display: inline-block;
}

#div_content {
    margin-top: 10px;
}

#div_content,
.search1 li,
.search,
.search1_title {
    line-height: 26px;
}

#div_content,
.type_word a,
.update,
.list span,
body,
input,
button,
select,
textarea,
#mail_word,
.tabulation2 .example,
.search_title,
.tabulation_tt,
.place,
.list .list_head,
.search_table,
.table_txt,
.content_title,
.gallery_list .title,
#sitemap_txt,
#sitemap_txt ul li,
.guest_list li,
.search li strong,
.search_txt,
.search_result,
.search_result .search_bth a,
.search_result2,
.search_btn li a,
.calendar_type a,
.calendar ul li span strong,
.calendar ul li span strong:nth-child(1),
.calendar2_week,
.calendar2_week a,
.calendar_title,
.calendar_type,
.calendar ul .date span,
.calendar2_unit,
.calendar2_date2,
.calendar2_doom2 {
    color: #5e1e00;
}

.list .icon.mail_bth,
.tabulation_word a,
.search li strong a,
.content_txt a,
.gallery_list .txt a,
.faq_txt a,
.video a,
.list a,
.menu_nav>li>a,
.place a,
.sitemap_table li a,
.sitemap_table li ul li a,
.sitemap_table li ul li ul li a,
.guest_list li a,
.video_txt li a,
.video_txt li i,
.search_result2 a,
.search1 li ul li a,
.search1 li a,
.search1_title a,
.calendar ul li span a,
.calendar2_doom2 dt a {
    color: #333;
}

.list .icon.mail_bth:hover,
.tabulation_word a:hover,
.search li strong a:hover,
.content_txt a:hover,
.gallery_list a:hover,
.faq_txt a:hover,
.video a:hover,
.list a:hover,
.menu_nav a:hover,
.place a:hover,
.place .on,
#footer a:hover,
.sitemap_table li a:hover,
.sitemap_table li ul li a:hover,
.sitemap_table li ul li a:focus,
.sitemap_table li ul li ul li a:hover,
.sitemap_table li ul li ul li a:focus,
.guest_list li a:hover,
.guest_list li a:focus,
.video_txt li a:hover,
.video_txt li a:hover i,
.search1 li ul li a:hover,
.search1 li ul li a:focus,
.search1 li a:hover,
.search1 li a:focus,
.search1_title a:hover,
.search1_title a.on,
.calendar ul li span a:hover,
.calendar .select:hover,
.calendar2_doom2 dt a:hover {
    color: #d9ae89;
}

.content_txt a,
.gallery_list .txt a {
    display: inline;
}



.list .list_word a[target="_blank"]:after,
.content_txt p a[target="_blank"]:after {
    content: "\f0c1";
    font-family: FontAwesome;
    display: inline-block;
    padding-left: 5px;
}

.list .list_word dl a:after,
.list .list_word a.file:after,
.content_txt .imgbox a:after,
.owl-carousel .owl-item>a:after {
    display: none !important;
}




.list .icon {
    padding: 5px;
    color: #fff;
}

.list .icon.mail_bth {}

.list .icon a {
    color: #fff;
}

.table {
    text-align: left;
}

.table.list span {
    display: block;
    float: left
}

.text_le {
    text-align: left
}

abbr[title].must {
    color: #d20000;
    margin: 0px 0px 0 0;
    border-bottom: 0;
    display: inline-block;
    text-decoration: none;
}

.search,
.tabulation {
    border: 1px solid #CCC;
    padding: 5px;
    margin-top: 20px;
}

.tabulation>li {
    width: 100%;
    display: table;
    margin: 1px 0;
}

.tabulation_bg2 {
    background-color: #E3E3E3;
}

.tabulation_title {
    background: #E3E3E3;
    padding: 5px;
    font-weight: bold;
    margin: 2px 0;
}

.tabulation_list {
    padding: 5px
}

.tabulation .tabulation_list dd,
.tabulation .tabulation_list dd {
    padding: 0
}

.tabulation .tabulation_tt,
.tabulation .tabulation_word {
    display: table-cell;
    padding: 10px 5px;
    vertical-align: middle
}

.search_title,
.tabulation_tt {
    background: #E3E3E3;
    text-align: right;
}

.tabulation_tt strong {
    color: #d20000
}

.tabulation_word {}

.tabulation_word a {}

.tabulation_word a:hover {}

.tabulation_word .example {
    display: inline-block
}

.tabulation_blank {
    background: #E3E3E3;
    width: 20%;
    display: table-cell;
}

.tabulation2 {
    padding: 10px;
}

.tabulation2 .example {
    display: inline-block;
    margin-left: 10px;
    margin-right: 5px;

    font-size: 95%
}

.tabulation2 .tabulation_tt {
    background: none;
    text-align: left;
}

.tabulation2 .tabulation_tt,
.tabulation2 .tabulation_word {
    display: block;
    padding: 0 0 5px 0;
}

.tabulation2 .tabulation_word>.file {
    border: 1px solid #ccc;
    padding: 3px;
    margin-bottom: 10px
}

.tabulation2 dt>.file:last-child {
    margin-bottom: 0
}

.tabulation2 .in_block {
    display: inline-block;
    vertical-align: middle
}

.tabulation2 input,
.tabulation2 textarea {
    border: 1px solid #CCC;
    border-radius: 5px;
}

.tabulation2 li {
    margin-bottom: 15px;
}

.tabulation2 li:last-of-type {
    margin-bottom: 0;
}

.content_date {
    color: #d20000;
    padding: 0;
    display: block;
}

.content_date:before,
.content_date2:before {
    content: "\f017";
    font-family: FontAwesome;
    transition: all 0.3s;
    padding-right: 5px
}

.content_date2 {
    color: #d20000;
    padding: 0;
    float: right;
    display: block;
}

.orange {
    color: #d20000;
    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;
}

.h100 {
    height: 100px;
    vertical-align: middle;
}

.yellow {
    background-color: #FFFFCC;
}

.tabulation_word input,
.tabulation_list input {
    font-size: 95%;
    padding: 3px;
    margin-right: 5px;
    vertical-align: middle;
}


/*----------------------------faq---------------------*/

.faq {
    background: #fff;
    margin: 10px 0;
    padding: 0px;
}

.faq_title {
    border-radius: 10px;
    color: #fff;
    padding: 5px 10px 5px 2em;
    background: #8BB441;
    margin-bottom: 10px;
    position: relative;
}

.faq_number,
.faq_txt:before {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50px;
    font-size: 84%;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: center;
    position: absolute;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}


.faq_number {
    background: #F0ECDE;
    left: 5px;
    top: 8px;
    color: #f26589;
}


.faq_txt:before {
    background: #8bb441;
    color: #fff;
    content: "A";
    left: 5px;
    top: 8px;
}


.faq_txt {
    color: #3d3d3d;
    padding: 5px 10px;
    padding-left: 2em;
    position: relative;
}

.faq_txt a {}

.faq_txt a:hover {}


/*----------------------------video---------------------*/

.video a {

    border-radius: 0;
    background: none;
    display: block;
}

.video a:hover {}

#video2 {}

.video2_imgBox {
    text-align: center;
    margin-bottom: 25px;
    padding: 10px;
}

.video_txt {
    text-align: left;
    margin-top: 10px;
}

.video_txt strong {

    padding: 5px 0;
    color: #313131;
}

.video_txt li {
    list-style-type: none;
}

.video_txt li .file {

    font-weight: bold;
    padding: 2px 10px;
    display: inline-block;
}

.video_txt li a {
    font-weight: bold;
    padding: 2px 10px;
    display: inline-block;
}

.video_txt li i {

    padding: 0
}

.video_txt li a:hover,
.video_txt li a:hover i {}

.video_txt li span {
    font-weight: bold;
    color: #000;
}



/*----------------------------question---------------------*/

.question2 {
    max-width: 300px;
    border: 1px solid #CCC;
    margin: 20px auto
}

.question2 li {
    border: 0
}

.question3 {
    margin-top: 10px;
}

.question3 .orange {
    color: #d20000;
    padding: 0;
    display: inline-block
}

.question3 li:last-child {
    border-bottom: 0px #ccc dotted;
}

.question3_tt {
    font-weight: bold
}

.question3 img {
    height: 8px !important
}

.list .progress {
    margin-bottom: 10px;
    display: block;
    padding: 0;
}

abbr {
    display: block;
}

.progress-bar {
    background-color: #000;
}


/*----------------------------registration1---------------------*/

.registration1 {
    width: 80%;
    margin: 20px auto
}


/*----------------------------mail---------------------*/

#mail_word {
    border: 1px solid #CCC;
    letter-spacing: 1px;
    padding: 20px;
}

.mail_read {
    text-align: center;
    margin: 5px 0;
    vertical-align: middle
}

.mail_read .enter_bn {
    margin: 5px 0;
}

.list .mail_bth:hover {
    color: #fff;
    opacity: 0.7
}



/*----------------------------vote---------------------*/

.vote2 {
    max-width: 500px;
    border: 1px solid #ccc;
    margin: 20px auto 0 auto;
}

.vote2 a {
    display: inline-block;
    color: #000;
    padding: 5px 10px;
    border-radius: 5px;
}

.vote2 li:last-of-type {
    background-color: transparent;
}

.vote2 .orange {
    color: #d20000;
    padding: 0;
    display: inline-block
}

.vote2 img {
    height: 8px !important;
}

.vertical {
    display: inline-block;
    width: 20%;
    height: 40px;
    -webkit-transform: rotate(-90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}

.vertical {
    box-shadow: inset 0px 4px 6px #ccc;
}

.progress-bar {
    box-shadow: inset 0px 4px 6px rgba(100, 100, 100, 0.6);
}


/*----------------------------gallery---------------------*/


/*輪播圖垂直置中*/

.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;
}



/*箭頭垂直置中*/

.gallery_list {
    margin-bottom: 20px;
}

.gallery_list .title a {
    color: #000;
}

.gallery_list .title a:hover {
    color: #ee7610;
}

.gallery_list .txt {
    display: block;
    margin: 0;
}

.gallery_list .imgbox {}

.gallery_list .imgbox2 {
    float: left;
    clear: both;
    text-align: center;
}








/*----------------------------spaces---------------------*/

.spaces_bn {
    margin-bottom: 5px;
}

.spaces_bn li {
    margin: 0 2px 0 0;
}

.spaces_txt {
    margin: 10px 0 0;
}

.spaces_bn li {
    display: inline-block;
    margin: 3px;
}

.spaces_bn a {
    border-radius: 5px;
    border: 1px solid #000;
    padding: 3px 8px;
    color: #000;
    display: block;
}

.spaces_bn a:hover,
.spaces_bn a.on {
    background: #000;
    color: #fff;
}

.spaces_mob .calendar2_doom2,
.spaces_mob .calendar2_doom {
    padding: 5px
}

.spaces_mob .calendar2_doom2 a {
    display: block;
    margin-bottom: 5px
}



/*----------------------------guest---------------------*/

.guest_list,
.guest_list2 {
    border: 1px solid #ccc;
    margin: 10px 0 25px 0;
    background: #fff;
}

.guest_list li {

    padding: 10px;
}

.guest_list li a {}

.guest_list li a:hover,
.guest_list li a:focus {}

.guest_list li span {
    display: block;
}

.guest_list li:nth-child(1) {
    /*首行th設定*/
    background: #3365ac;
    color: #fff;
}

.guest_list li:nth-child(3) {
    /*第三行日期*/
    padding: 3px;
    text-align: right;
}

.guest_list2 {}

.guest_list2 li:nth-child(1) {
    /*首行th設定*/
    color: #fff;
    background: #ff5c30;
}

.guest_txt2 {
    max-width: 650px;
    float: left;
    font-weight: bold;
}

.guest_who {
    text-align: right;
    float: right;
    font-weight: bold;
}

.guest_who a {
    display: inline-block;
    margin: 0 5px;
}




/*----------------------------login---------------------*/

.login {
    width: 70%;
    margin: 50px auto 0;
}


/*----------------------------tour2---------------------*/

.tour2 {}

.tour2 li {}

.tour2 li.tour2_3item .item {
    width: calc(100%/3 - 8px);
    margin-right: 8px;
    margin-bottom: 8px;
    float: left;
}

.tour2 li.tour2_2item .item {
    width: calc(100%/2 - 8px);
    margin-right: 8px;
    margin-bottom: 8px;
    float: left;
}

.tour2 li.tour3_3item .item img {
    width: 286px;
    height: 191px;
}

.tour2 li.tour2_3item .item img {
    width: 434px;
    height: 191px;
}

.tour2 li .item:last-of-type {
    margin-right: 0;
}


.tour2 li .item a {
    position: relative;
    display: block;
    overflow: hidden;
}

.tour2 li .item a .cover {
    width: 100%;
    height: 100%;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/images/tour2/tour2_cover.png) repeat-x bottom;
    color: #fff;
    display: block;
    position: absolute;
    top: 0;
    text-align: center;
    transition: all 0.3s;
}

.tour2 li .item a .cover span {
    width: 100%;
    display: block;
    position: absolute;
    bottom: -29px;
    text-align: center;
    transition: all 0.3s;
}


.tour2 li .item a:hover .cover,
.tour2 li .item a:focus .cover {
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
}

.tour2 li .item a:hover .cover span,
.tour2 li .item a:focus .cover span {
    bottom: 10px;
    transition: all 0.3s;
}


.join_word {
    display: inline-block;
}

.join_word a {
    display: inline-block;
}

.join_word img {
    height: 25px
}

.red {
    color: #d20000;
    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;
}

.article .owl-carousel img {
    width: auto;
    max-width: 800px !important;
    max-height: 600px !important;
    display: inline-block;
}

.article .box {
    text-align: center;
}

.article .box .owl-next {
    background-color: #5c9f41;
    right: 80px;
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
}

.article .box .owl-prev {
    background-color: #5c9f41;
    left: 80px;
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
}

.article .box i {
    line-height: 35px;
    display: inline-block;
}

.video2_imgBox,
.article .box {
    margin: 20px 0;
    background: #ccc;
    padding: 10px;
}

.article .box .owl-next:hover,
.article .box .owl-prev:hover {
    background-color: #e05555;
}

.update {
    font-size: 95%;
    text-align: right;

    padding: 0 15px;
    margin: 15px 0;
    letter-spacing: 1px;
}

.update strong i {
    padding-right: 5px;
}








/*font-size bg*/

.fontsize {
    border-radius: 5px;
    background: #ebf6d7;
    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: #8bb441;
}

.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;
}

@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 .type1 {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/in_images/icon_fb.png);
    background-color: #2c5194;
}

.share .type2 {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/in_images/icon_youtb.png);
    background-color: #fe0000;
}

.share .type3 {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/in_images/icon_line.png);
    background-color: #10bc10;
}

.share .type4 {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/in_images/icon_google.png);
    background-color: #dc483c;
}

.share .type5 {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/in_images/icon_twitter.png);
    background-color: #41ABE1;
}

.share .type6 {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/in_images/icon_instagram.png);
    background-color: #EF4D34;
}

.share .type7 {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/in_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%;
}

.share .Gotop {
    width: 62px;
    height: 62px;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/images/icon_top.png);
    transition: all 0.2s;
    display: none;
}

.share a {
    font-size: 0em;
    display: block;
    height: 100%;
}

.share a:hover {
    background-color: transparent !important;
    background-image: none !important;
}

.m_20 {
    margin-bottom: 20px
}

.m_30 {
    margin-bottom: 30px
}

.m_40 {
    margin-bottom: 40px
}

.m_50 {
    margin-bottom: 50px
}

.m_60 {
    margin-bottom: 60px
}

.m_70 {
    margin-bottom: 70px
}

.m_80 {
    margin-bottom: 80px
}

.m_90 {
    margin-bottom: 90px
}

.w-info {
    margin-bottom: 40px;
}

.w-info .w-top {
    height: 280px;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/in_images/list01.png) no-repeat center center;
    background-size: cover !important;
}
.bg1 .w-col-md-4:nth-of-type(2) .w-top{
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/in_images/list02.png) no-repeat center;
    background-size: cover !important; 
}
.bg1 .w-col-md-4:nth-of-type(3) .w-top{
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/in_images/list03.png) no-repeat center ;
    background-size: cover !important; 
}
.w-info .w-title {
    background: #fff;
    font-size: 1.25em;
    letter-spacing: 2px;
    color: #333;
    padding: 16px 20px;
    position: absolute;
    width: 295px;
    right: 50%;
    transform: translateX(50%);
    top: -31px;
    text-align: center;
    font-weight: 700;
    display: block;
    margin: 0 auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.w-info .w-title:hover {
    background: #845a41;
    color: #fff;
}

.w-info .w-bottom {
    padding: 22px 26px;
    padding-top: 45px;
    background: #edecec;
    position: relative;
}

.w-info .w-bottom .w-date {
    color: #333;
    padding-left: 23px;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/in_images/date.png) no-repeat center left;
    font-size: 1.125em;
    font-weight: 600;
    margin-bottom: 8px;
}

.w-info .w-bottom .w-map {
    color: #333;
    padding-left: 23px;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/in_images/map.png) no-repeat center left;
    font-size: 1.125em;
    font-weight: 600;
}


.h2_info {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/in_images/h2_1.png) no-repeat left center;
    font-size: 0em;
    height: 33px;
    margin-bottom: 40px;
}

.h2_info2 {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/in_images/h2_2.png) no-repeat left center;
    font-size: 0em;
    height: 33px;
    margin-top: 180px;
    margin-bottom: 40px;
}

.h2_info3 {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/in_images/h2_3.png) no-repeat left center;
    font-size: 0em;
    height: 33px;
    margin-bottom: 40px;
}

.w-more {
    display: block;
    width: 220px;
    color: #fff;
    border: solid 1px #fff;
    font-weight: 700;
    margin: 0 auto;
    font-size: 1.2em;
    text-align: center;
    padding: 13px 0;
    margin-top: 20px;
    position: relative;
    padding-right: 13px;
}

.w-more2 {
    display: inline-block;
    text-align: center;
    position: relative;
    font-weight: bold;
    letter-spacing: 1px;
    margin-right: 43px;
    color: #fff;
    border: solid 1px #fff;
    width: 220px;
    padding: 13px 0;
    font-size: 1.25em;
    float: right;
    margin-top: -87px;
}
.w-more3 {
    display: inline-block;
    text-align: center;
    position: relative;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    border: solid 1px #fff;
    width: 220px;
    padding: 13px 0;
    font-size: 1.25em;
    margin-top: 43px;
    cursor: pointer;
}
.w-more:before {
    content: "\f105";
    position: absolute;
    right: 19px;
    top: 9px;
    font-family: FontAwesome;
    font-size: 1.25em;
    transition: all 0.3s;
}

.w-more2:before {
    content: "\f105";
    position: absolute;
    right: 19px;
    top: 9px;
    font-family: FontAwesome;
    font-size: 1.25em;
    transition: all 0.3s;
}
.w-more3:before {
    content: "\f105";
    position: absolute;
    right: 19px;
    top: 9px;
    font-family: FontAwesome;
    font-size: 1.25em;
    transition: all 0.3s;
}
.w-more:hover,
.w-more2:hover,
.w-more3:hover {
    background: #845a41;

}

.bg1 {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/in_images/bg01.png) no-repeat 50% 257px #fff;
    padding-bottom: 217px;
}








.news_img {
    width: 259px;
    float: left;
}

.news_tt {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
}

.news_tt li {

    line-height: 41px;

    text-align: center;
}

.news_tt li a {
    border-right: 3px solid #fff;
    display: block;
    height: 100%;
    font-weight: bold;
    padding: 0 36px;
    position: relative;
    transition: all 0.3s !important;
    letter-spacing: 1px;
    font-size: 1.125em;
    background: #fff;
    border: solid 1px #845a41;
    margin-right: 7px;
    color: #845a41;
    border-bottom: none;
    letter-spacing: 2px;
}

.news_tt li:last-of-type a {}

.news_tt li a:hover {
    background-color: #edecec;
    color: #333;
    border: solid 1px #edecec;
}

.news_tt .news_tt- a {
    background-color: #edecec;
    color: #333;
    border: solid 1px #edecec;
}

.news_list {}

.tt {
    margin-bottom: 5px;
}

.news_list .bth {

    display: inline;

    text-align: center;

    padding: 10px 0;

    border: none;

    margin-top: 16px;

    position: relative;

    top: 28px;

    left: 6px;
}

h2 {
    line-height: 20px;
    font-size: 125%;
    font-weight: bold;
    color: #000;
    margin: 5px 0;
    float: left;
}

.news_list .bth a {
    background: #fff;
    display: inline-block;
    text-align: center;
    position: relative;
    font-weight: bold;
    letter-spacing: 1px;
    margin-right: 43px;
    color: #845a41;
    border: solid 1px #845a41;
    width: 220px;
    padding: 13px 0;
    font-size: 1.25em;
}
.news_list .bth a::before{
    content: "\f105";
    position: absolute;
    right: 19px;
    top: 14px;
    font-family: FontAwesome;
    font-size: 1.25em;

}
.news_list .bth a.rss {}

.news_list .bth a:hover {
    background: #845a41;
    color: #fff;
}

.news_list .bth a.rss:hover {
    background: #845a41;
    color: #fff;
}

.news_list li {
    width: 100%;
    display: table;
}


.news_list .list_word {
    width: 55%;
    /* background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/in_images/news_icon.png) no-repeat 5px 15px; */
    padding: 9px 10px 9px 44px;
    display: table-cell;
    vertical-align: top;
    font-size: 100%;
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list .list_word a {
    color: #333;
    border-bottom: solid 1px #fff;
    letter-spacing: 1px;
}

#div_content .news_list .list_date_color {
    color: #1f607b
}

.news_list .list_word a:hover {
    color: #d9ae89;
    border-bottom: solid 1px;
    padding-bottom: 3px;
}

.news_list .list_date {
    width: 16%;
    color: #000;
    display: table-cell;
    padding: 9px 9px 9px 62px;
    vertical-align: top;
    text-align: left;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/in_images/new_icon.png) no-repeat 5px center;
    letter-spacing: 1px;
}


.news_marquee {
    width: 80%;
    overflow: hidden;
    background-color: #FFF;
    display: inline-block;
    padding-left: 30px;
    white-space: nowrap;
    position: relative;
    top: -22px;
    z-index: 1;
    padding: 22px 17px;
}

.news_marquee00 {
    border-bottom: dashed #1f607b 2px;
    padding-bottom: 13px;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/in_images/icon_marquee.png) no-repeat 32px -1px;
    padding-left: 69px;
}

.news_marquee a,
.news_marquee span {
    text-decoration: none;
    color: #000;
    letter-spacing: 1px;
    font-size: 110%;
    line-height: 98%;
    margin-right: 1.5em;

}

.div_promo_txt {}

.news_marquee a:before,
.news_marquee span:before {
    content: "．";
}

.news_marquee a:hover,
.news_marquee a:focus {
    color: #f00;
}

.bg2 {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/in_images/bg02.png) no-repeat 12% 70px #fff;
    padding-bottom: 105px;
}

.bg3 {
    height: 657px;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/in_images/bg03.png) no-repeat center top #fff;
}

.bg4 {
    padding-top: 60px;
    height: 762px;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/in_images/bg04.png) no-repeat center top #fff;
}
.bg5 {
    padding-top: 46px;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/in_images/fat_bg.png) no-repeat center top #fff;
    padding-bottom: 45px;

}

.bg5 .container{
    position: relative;
}
.media-carousel {
    max-width: 1200px;
    margin: 0 auto;
}
.media-carousel img{
    max-height: 251px !important;
}
.media-carousel .owl-prev,
.media-carousel .owl-next {
    top: 73%;
}
.vicab{
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/images/%E8%A3%BD%E4%BD%9C.png) 0 center no-repeat;
    position: absolute;
    height: 100%;
    width: 46.4%;
    background-size: cover;
    right: 0px;
}
.vicaa{
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170512195256/https://wood.mlc.gov.tw/df_ufiles/041/s_a066-1.jpg) no-repeat;
    height: 491px;
    width: 62%;
    z-index: -1;
    position: absolute;
    background-size: cover !important;  
}
.media-carousel.index p {
    color: #fff;
    margin-top: 4px;
}

.owl-carousel .owl-item {
    transition: all linear 0.2s;
}

.owl-carousel .owl-item.center {
    z-index: 2;
}

.owl-carousel.center .owl-stage-outer {
    padding-top: 50px;
    padding-bottom: 26px;
}

.owl-carousel.center .owl-item {
    transform: scale(0.9);
}

.owl-carousel.center .owl-item .pic {
    opacity: 0.3;
}

.owl-carousel.center .owl-item.center {
    opacity: 1;
    transform: scale(1.2);
}

.owl-carousel.center .owl-item.center .pic {
    opacity: 1;
}

/* media page */
.media-carousel {
    list-style: none;
    padding: 0;
}

.media-groupslider {
    margin-bottom: 60px;
}

.exhibition-album.media-carousel.media-carousel {
    padding: 6px;
    border: 1px solid #ddd;
    padding-bottom: 0;
    margin-top: 15px;
}

.exhibition-album.media-carousel li {
    width: 100%;
    padding: 0;
}

.exhibition-album.media-carousel li .pic-frame {
    border: none;
    padding: 0;
}

.exhibition-album.media-carousel li .pic-frame p {
    /* height: 30px; overflow: hidden; */
    margin-top: 5px;
}

.owl-theme .owl-nav [class*=owl-] {
    line-height: 110px;
    border: none;
    background: none;
    border-radius: 0;
    font-size: 1.8em;
    height: 120px;
    vertical-align: middle;
    width: 13px;
    margin-top: -80px;
    transition: all linear 0.2s;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}

.owl-theme .owl-nav .owl-prev {
    left: 0px;
}

.owl-theme .owl-nav .owl-next {
    right: 0px;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.3;
}

.media-list .pic img {
    width: 100%;
}

.media-list .exhibition-album li .pic-frame {
    border: none;
}

.media-list .exhibition-album li {
    width: 25%;
    margin-bottom: 20px;
}

.media-list .exhibition-album li:nth-child(3n+4) {
    clear: none;
}

.media-list .exhibition-album li:nth-child(4n+5) {
    clear: left;
}

.media-carousel .pic>a:focus {
    outline: 4px #d83e3e dotted !important;
    display: block;
}
.media-carousel .owl-nav.disabled{
display: block;
}
.home_img a{
    display: block;
}
.home_img .owl-dots{
    position: relative;
    top: -50px;
}
.home_img .owl-dots .owl-dot span{
    background: none;
    border: solid 3px #fff;
    width: 14px;
    height: 14px;
}
.home_img  .owl-dots .owl-dot.active span, .home_img  .owl-dots .owl-dot:hover span{
    background:#fff;
}
.home_img3{
    margin: 0 auto;
    max-width: 1200px;
}
.home_img3 a {
    display: block;
    height: 491px;
   
    background-size: contain !important;
    cursor: initial;
}
.home_img3 .owl-dots .owl-dot span{
    background: none;
    border: solid 3px #845a41;
    width: 14px;
    height: 14px;
}
.home_img3  .owl-dots .owl-dot.active span, .home_img3 .owl-dots .owl-dot:hover span{
    background:#845a41;
}
.vica {
    color: #fff;
    float: right;
    padding: 20px 32px;
    /* padding-right: 109px; */
    padding-top: 77px;
    width: 38%;
    position: relative;
    z-index: 999;
    /* margin-right: 91px; */
}

.vica .vi_title {
    font-size: 1.5em;
    border-bottom: solid 1px #fff;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    padding-bottom: 4px;
}

.vica .vi_name {
    font-size: 1.5em;
    text-align: left;
    font-weight: 700;
    letter-spacing: 2px;
}

.vica .vi_p {
    margin-top: 32px;
    font-size: 1em;
    letter-spacing: 3px;
    text-align: left;
    line-height: 28px;
}

.responsive a{
    display: inline-block;
}
.responsive img{
    max-width: 140px;
} 


.fb iframe {
    text-align: center;
margin: 0 auto;
width: 100%;
height: 285px !important;
border: 0;
}
.fb{

}

.footer_fb{
    width: 318px;
    display: inline-block;
    vertical-align: top;
}

#footer .footer_img a {
    padding: 0 10px;
    display: block;
    text-align: center;
    margin-bottom: 21px;
}

.footer_word2{
    padding: 20px 0;
    text-align: center;
    letter-spacing: 2px;
    border-top:solid 1px #fff
}

.hotword .nn-:last-of-type{
    display: none;
}
.hotword .nn-:first-of-type{
    display: inline;
}

.modal-dialog{
    width: 50% !important;
}

.modal-content{
    background: #845a41;
}

.modal-footer{
    color: #fff;
}

.modal-header{
    padding: 1px 15px;  
}





/*
     FILE ARCHIVED ON 19:52:56 五月 12, 2017 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 4:31:32 六月 11, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
