@charset "utf-8";
/* CSS Document */

/*===============================================
                    整體設定
=================================================*/

body {
	font-family: "Microsoft JhengHei UI", "Microsoft JhengHei UI Light", "微軟正黑體" !important;
}

/*內容區主架構*/

#content {
    overflow: visible;
}

.content-wrap {
	padding-top: 0px;
    padding-bottom: 0;
}

.section.topmargin-lg {
    margin: 0 !important;
	padding: 0;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Microsoft JhengHei UI", "Microsoft JhengHei UI Light", "微軟正黑體";
}

a, a:hover {
    text-decoration: none;
    transition: all .3s;
}

@media (min-width: 1415px){

#wrapper .container {
    width: 1385px;
}

}

@media (max-width: 767px){

.container, #header.full-header .container, .container-fullwidth {
    width: 100% !important;
}

}

/*===============================================
                    無障礙設定
=================================================*/

/*首頁內容導盲磚*/

.box_content #content_alt {
color: #555;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

/*內頁左方導盲磚*/

#is_left a.left_sitemap {
    color: #555;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

/*內頁右方導盲磚*/

#box_center_content #content_alt {
    color: #555;
}

/*===============================================
                  無障礙按鈕設定
=================================================*/

/*淺橘色按鈕*/

.button-amber {
    background-color: #e87400 !important;
}

.button-3d.button-amber:hover, .button-reveal.button-amber:hover {
    background-color: #c53e01 !important;
}

/*綠色按鈕*/

.button-green {
    background-color: #4ea239 !important;
}

.button-3d.button-green:hover, .button-reveal.button-green:hover {
    background-color: #2a8a3e !important;
}

/*===============================================
                  無障礙TAB框設定
=================================================*/

a:focus {
    outline: 1px solid #ff0800 !important;
    outline-offset: 0px;
}

/*文字輸入框*/

.form-control:focus, .sm-form-control:focus {
    outline: 2px solid #ff150d !important;
}

/*按鈕元件*/

.btn:focus {
    border: 2px solid #ff0900 !important;
}

/*輪播模組*/

.owl-item {
    padding: 1px;
}

.owl-item a {
    display: block;
}


/*===============================================
                    上方區塊
=================================================*/

/*上方主區塊*/

#header {
    height: auto;
    background-color: #32a3a3;
	border-bottom: 0px solid #F5F5F5;
}

#header-wrap {
	height: auto;
	background-image: url(../images/box_top_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

@media (max-width: 991px){

#header {
	background-image: none;
}

#header-wrap {	
    border-top: 3px solid #ffcc00;
	box-shadow: 0px 4px 8px rgba(128, 128, 128, 0.1);
	background-image: none;
}

#header .container {
    width: 100% !important;
}

}

/*===============================================
                rwd按鈕區塊
=================================================*/

div#primary-menu-trigger {
    color: #000;
    border-radius: 10px;
    top: 5px;
}

/*===============================================
                 rwd按鈕樣式
=================================================*/

/*rwd按鈕*/

#primary-menu-trigger {
    z-index: 99;
}

#primary-menu-trigger {
    color: #fff;
}

@media (max-width: 530px){

#primary-menu-trigger {
    top: 12px;
}

}

/*===============================================
                 上方logo區塊
=================================================*/

/*上方logo區塊*/

#logo {
    position: absolute;
    padding: 7px 0;
	z-index: 10;
}

#logo h1 {
    margin: 0;
	line-height: 0;
}

#logo img {
    max-width: 116px;
    max-height: 90px;
}

@media (max-width: 991px){

#logo img {
    height: 30px;
    max-height: inherit;
}

}

@media (max-width: 991px){

#logo {
    position: relative;
	padding: 15px 0 !important;
	height: auto;
}

}

/*===============================================
                 上方功能區塊
=================================================*/

#primary-menu {
    width: 100%;
}

#header.sticky-header:not(.static-sticky) #primary-menu {
    margin-top: 0px;
}

#top_box, #top_box > li {
    width: 100%;
}

#top_box li {
    border-top: 0px solid #EEE !important;
}

@media (max-width: 991px){

#primary-menu {
    margin-top: 0;
}

#primary-menu ul ul li {
    border-top: 0px solid #EEE;
}

}

/*===============================================
                 第一功能區塊區塊
=================================================*/

/*第一功能區塊-主區塊*/

#top_box_01 {
    width: 100%;
    display: table;
}

/*第一功能區塊-列表樣式*/

#primary-menu #top_box ul {
    width: auto;
    background-color: transparent;
    display: block ;
    position: relative;
    top: 0;
    left: initial;
    border: 0px solid #EEE;
    box-shadow: none;
}

#primary-menu #top_box ul li {
    float: left;
}

@media (max-width: 991px){

#primary-menu #top_box ul {
    padding: 0;
}

}

/*===============================================
                 上方快速選單
=================================================*/

/*上方快速選單-主區塊*/

#top_menu {
    display: flex;
    float: right;
    padding: 18px 0;
}

/*上方快速選單-連結文字樣式*/

#primary-menu #fast_menu > li > a {
    font-size: 15px;
    color: #fff;
	background-color: transparent;
    padding: 0px 9px;
    font-family: "Microsoft JhengHei UI", "Microsoft JhengHei UI Light", "微軟正黑體";
	text-transform: initial;
}

#primary-menu #top_menu #share_menu > a {
	font-size: 0px;
	padding: 0 17px;
	background-image: url(../images/share_button.png);
	background-repeat: no-repeat;
	background-position: center center;
}


@media (max-width: 991px){

#top_menu {
    width: 100%;
    display: table;
    float: none;
	margin-bottom: 0px;
}	

/*上方快速選單*/

#fast_menu li {
    width: 33.3%;
	padding: 2px;
}

#top_menu #fast_menu li a {
    color: #fff;
    text-align: center;
    background-color: #368888;
}

}

@media (max-width: 480px){

#fast_menu li {
    width: 33.3%;
}
}

/*===============================================
                 第二功能區塊區塊
=================================================*/

#box_02 #float_box {
    float: right;
    margin-bottom: 10px;
}

@media (max-width: 991px){

#box_02 #float_box {
    float: none;
}

}

/*===============================================
                   上方搜尋區塊
=================================================*/


/*搜尋區塊-主區塊*/

#top_search {
	width: 300px;
    float: left;
}

#search_form {
    margin-bottom: 0;
}

#top_search .input-group {
    width: 100%;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
}

/*搜尋區塊-文字框樣式*/


#top_search .form-control {
    width: 100%;
    color: #000;
    background-color: transparent;
    border-radius: 0;
    border: 0px solid #a5a5a5;
}

#top_search .form-control::-webkit-input-placeholder {
    color: #a5a5a5;
    font-weight: normal;
}

#top_search .form-control:-ms-input-placeholder {
    color: #a5a5a5;
    font-weight: normal;
}

#top_search .form-control::-moz-placeholder {
    color: #a5a5a5;
    font-weight: normal;
}

/*搜尋區塊-按鈕樣式*/

#top_search .btn-default {
    width: 34px;
    height: 34px;
    font-size: 0;
    border-radius: 0;
    background-color: transparent;
    background-image: url(../images/search_button.png);
    background-repeat: no-repeat;
    background-position: center center;
    border: 0px solid #000;
    float: right;
}

@media (max-width: 991px){
	
#top_search {
	width: 100%;
	float: none;
}	

#top_search .navbar-form {
    width: 100%;
	margin: 0;
}

#top_search .form-group {
	float: left;
	margin: 0;
}

#top_search .form-control {
}

#top_search .form-control::-webkit-input-placeholder {
    color: #333;
    font-weight: normal;
}

#top_search .form-control:-ms-input-placeholder {
    color: #333;
    font-weight: normal;
}

#top_search .form-control::-moz-placeholder {
    color: #333;
    font-weight: normal;
}

#top_search .btn-default {
	border-radius: 0;
}

}

/*===============================================
                上方區塊(下滑後樣式)
=================================================*/

/*上方區塊-主架構*/

#header.sticky-header:not(.static-sticky) #header-wrap {
    background-image: none;
    background-color: #32a3a3;
}

body.top-search-open #primary-menu ul {
    opacity: 0;
}

#header.sticky-header:not(.static-sticky), #header.sticky-header:not(.static-sticky) #header-wrap, #header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
    height: auto;
}

/*下滑後的logo區塊*/

#header.sticky-header:not(.static-sticky) #logo{
    display: none;
}


/*下滑後的上方快速選單*/

#header.sticky-header:not(.static-sticky) #primary-menu #top_menu {
    display: none;
}

/*下滑後的banner選單*/

#header.sticky-header:not(.static-sticky) #banner_menu {
    float: right;
	background-color: transparent;
}

#header.sticky-header:not(.static-sticky) #primary-menu #banner_menu > li > a {
    height: 60px;
	color: #fff;
    text-align: center;
    padding: 5px 10px !important;
    background-image: none;
	border-right: 1px solid #b9f9f9;
}

#header.sticky-header:not(.static-sticky) #primary-menu #banner_menu > li#list_01 > a {
    border-left: 1px solid #b9f9f9;
}

#header.sticky-header:not(.static-sticky) #primary-menu ul li > a span {
    padding-left: 0px;
    background-image: none;
}

/*下滑後隱藏的區塊*/

#header.sticky-header:not(.static-sticky) #top_search {
    display: none;
}

#header.sticky-header:not(.static-sticky) #box_02 {
	display: none;
}

@media (max-width: 1200px){
	
#header.sticky-header:not(.static-sticky) #logo {
    width: 30%;
    padding: 33px 0;
}

#header.sticky-header:not(.static-sticky) #logo img {
    width: 100%;
    height: auto;
}
	
}


/*===============================================
                 banner選單
=================================================*/

/*banner選單-主區塊*/

#banner_menu {
    width: 100%;
	text-align: center;
}

/*banner選單-列表樣式*/

#primary-menu #banner_menu > li {
	width: 16.66%;
    margin: 0;
	display: table;
}


/*banner選單-連結文字樣式*/

#primary-menu #banner_menu > li > a {
    font-size: 19px;
    color: #32a3a3;
    text-align: center;
    font-weight: normal;
    font-family: "Microsoft JhengHei UI", "Microsoft JhengHei UI Light", "微軟正黑體";
    padding: 17px 10px;
    transition: all .3s;
    text-transform: inherit;
	display: table-cell;
    vertical-align: middle;
	border-right: 1px solid #32a3a3;
}

#primary-menu #banner_menu > li#list_01 > a {
    border-left: 1px solid #32a3a3;
}

#primary-menu #banner_menu > li > a:hover, #primary-menu #banner_menu > .sfHover > a {
    color: #fff;
    background-color: #298585;
}

/*banner子選單-主區塊*/

#banner_menu #submenu {
    border: 0px solid #fff;
    background-color: rgba(33, 104, 115, 0.95) !important;
}

#banner_menu #submenu li a {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    font-family: "Microsoft JhengHei UI", "Microsoft JhengHei UI Light", "微軟正黑體";
}

#primary-menu #banner_menu #submenu li:hover > a {
    background-color: rgba(24, 24, 24, 0.4);
    padding-left: 18px;
    font-weight: bold !important;
}


@media (max-width: 1450px){
	
/*banner選單-連結文字樣式*/

#primary-menu #banner_menu > li > a {
    font-size: 14px;
}
	
}

@media (max-width: 991px){
	
#primary-menu > #banner_menu {
    background-color: #32a3a3;
}	

#primary-menu #banner_menu > li {
    width: 100%;
}

#primary-menu #banner_menu > li > a {
	font-size: 19px;
	color: #fff;
	text-align: left; 
    display: block;
}

#primary-menu #banner_menu > li > a br {
    display: none;
}

#banner_menu #submenu {
    padding: 0;
    border-bottom: 1px solid #27553b;
}

#primary-menu ul #submenu li a {
    color: #fff;
    padding: 14px !important;
    border-bottom: 1px solid #1e555d !important;
}

}

@media (max-width: 700px){

#primary-menu #banner_menu > li.rwd_list {
	display: block;
}

}

/*===============================================
                上方搜尋區塊
=================================================*/

#top-search {
    margin: 13px 0;
}

#top-search a {
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: #4bb3b3;
}

/*===============================================
                 內頁主框架
=================================================*/

#content.page_content {
    /*padding: 50px 0;
    background-size: cover;
    background-image: url(http://kgonline.forest.gov.tw/images/image/news_page_bg.jpg);*/
}

#content.page_content .container {
	padding: 50px 15px;
    /*background-color: rgba(255, 255, 255, 0.8);*/
}

/*===============================================
                 內頁banner
=================================================*/

#page_banner {

}

#page_banner #slider {
    height: 340px;
}


/*===============================================
                 內頁右方區塊
=================================================*/

#box_center_content {

}

@media (max-width: 1200px){
	


}

/*===============================================
                 網頁路徑區塊
=================================================*/

/*網頁路徑區塊-主區塊*/

#path {
	list-style-type: none;
	margin: 0;
    margin-bottom: 20px;
}


/*網頁路徑區塊-列表樣式*/

#path ul {
    text-align: left;
    list-style-type: none;
    margin: 0;
}

#path li {
    font-size: 15px;
	display: inline-block;
}

#path ul > li + li + li:before {
	color: #727272;
    content: "/";
	padding: 0 4px;
}

/*網頁路徑區塊-連結文字樣式*/

#path li a {
    color: #727272;
}

#path li.active  {
	color: #4eafaf;
}

/*網頁路徑區塊-回首頁連結文字樣式*/

#path li .home {
    background-image: url(../images/path_home_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
}

@media (max-width: 991px){

#path ul {
    text-align: center;
}

}

/*===============================================
                 內頁主標題區塊
=================================================*/


/*內頁主標題-主區塊*/

#is_title {

	
}

/*內頁主標題-標題文字樣式*/

#is_title h2 {
    font-size: 36px;
    color: #333;
    text-align: center;
    background-image: url(../images/is_title_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

/*===============================================
                 內頁子層選單
=================================================*/

#page_sub_menu {
    margin-bottom: 25px;
}

/*內頁子層選單-列表樣式*/

#page_sub_menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
}

#page_sub_menu li {
    width: 19.5%;
    display: inline-block;
    padding: 0 8px;
    margin-bottom: 15px;
}

/*內頁子層選單-連結文字樣式*/

#page_sub_menu li a {
    width: 100%;
    font-size: 21px;
    color: #555;
    text-align: center;
    padding: 5px 10px;
    background-color: #eaeaea;
    display: block;
    border-radius: 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#page_sub_menu li a:hover {
    color: #fff;
    background-color: #32a3a3;
}

@media (max-width: 991px){

#page_sub_menu li {
    width: 100%;
}

}

/*===============================================
                 內頁上稿區塊
=================================================*/

#is_content {
    font-size: 17px;
}

#is_content ul, div#is_content ol {
    padding-left: 30px;
}

/*===============================================
                 內頁新聞列表
=================================================*/

/*新聞搜尋區塊-主區塊*/

#news_search {
    width: 100%;
    display: table;
    margin-bottom: 30px;
}

/*新聞搜尋區塊-列表區塊*/

#news_search > div {
    padding: 0;
}

/*新聞搜尋區塊-小標題樣式*/

#news_search label {
    width: 130px;
    font-size: 18px;
    color: #052e4b;
    font-weight: normal;
    line-height: 34px;
    font-family: "Microsoft JhengHei UI", "Microsoft JhengHei UI Light", "微軟正黑體";
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

/*新聞搜尋區塊-文字框樣式*/

#news_search .form-control {
    font-size: 16px;
    color: #000;
}

/*新聞搜尋區塊-搜尋按鈕樣式*/

#news_search .btn.btn-default {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    background-color: #f9bc0c;
}

/*內頁新聞列表-日期框*/

#page_news .day {
    width: 15%;
}

/*內頁新聞列表-類別框*/

#page_news .category {
	width: 15%;
}

/*內頁新聞列表-表格樣式*/

#page_news th {
    font-size: 21px;
    color: #fff;
    padding: 5px;
    font-weight: normal;
    text-align: center;
    background-color: #8bc24a;
    border: 1px solid #ffffff;
}

#page_news td {
    font-size: 18px;
    color: #969696;
    line-height: 25px;
    background-color: #fff;
    padding: 11px 5px;
}

/*內頁新聞列表-日期區塊樣式*/

#page_news .day_list {
	color: #2d3b42;
    text-align: center;
}

/*內頁新聞列表-類別區塊樣式*/

#page_news .category_list {
    text-align: center;
}

/*內頁新聞列表-連結文字樣式*/

#page_news td a {
    color: #969696;
}

#page_news td a:hover {
    color: #f38813;
}

/*內頁新聞列表-按鈕列區主區塊*/

#page_box {
    width: 100%;
    display: table;
    margin-bottom: 30px;
}

#page_button {
    width: 100%;
    font-size: 16px;
    display: table;
}

/*內頁新聞列表-列表資訊區塊*/

#news_information {
    line-height: 34px;
    float: left;
}

/*內頁新聞列表-按鈕列區塊*/

.pagination {
    float: right;
    margin: 0;
}

/*內頁新聞列表-按鈕樣式*/

.pagination li a {
    color: #8bc24a;
    background-color: transparent;
	border: 0px solid #dddddd;
}

.pagination li a:hover, .pagination li.active a {
    color: #fff !important;
    background-color: #8bc24a !important;
    border-radius: 99px;
}

@media (max-width: 1200px){

#news_search #list_01 {
    margin-bottom: 15px;
}

}

@media (max-width: 430px){
	
#news_search .input-group {
    width: 100%;
}	

#news_search label {
    width: 100%;
    float: left;
	margin-bottom: 10px;
}

#news_search select.form-control {
    width: 100%;
}

#news_search #list_02 .form-control {
    width: 70%;
}

#news_search .input-group-btn {
    width: 30%;
    float: right;
}


#news_search .btn.btn-default {
    width: 100%;
}

#page_news tr {
    border-bottom: 1px solid #dddddd;
}
	
}

/*===============================================
                活動花絮頁面樣式
=================================================*/

#page_gallery #list_box {
    margin-bottom: 15px;
}

/*活動花絮列表-圖片樣式*/

#page_gallery #list_box img {
    width: 100%;
    height: auto;
}

/*活動花絮列表-小標題樣式*/

#page_gallery #list_box .title {
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*==========================================
             訂房系統圖片選單頁
==========================================*/

/*訂房系統圖片選單頁-主區塊*/

#room_img_button {
    text-align: center;
}

/*訂房系統圖片選單頁-列表區塊*/

#room_img_button #list_box {
    display: inline-block;
    float: none;
    margin-bottom: 25px;
}

/*==========================================
                行事曆樣式
==========================================*/

/*行事曆樣式-星期主區塊*/

#calendar_page .fc-calendar .fc-head {
    height: auto;
}

/*行事曆樣式-日期主區塊*/

#calendar_page .fc-calendar .fc-body {
    height: auto;
}

#calendar_page .cell_bg_today {
    background-color: #ffcf47;
}

/*行事曆樣式-假日區塊*/

#calendar_page .cell_bg_holiday {
    background-color: #F5D6E4;
}

#calendar_page .cell_bg_holiday .fc-date {
    color: #990000;
}

/*行事曆樣式-連結區塊*/

#calendar_page .fc-calendar .fc-row > div > div a:hover {
    color: #333;
    background: #99bbff !important;
}

@media (min-width: 992px){

/*行事曆樣式-列表區塊樣式*/

#calendar_page .fc-calendar .fc-row {
    table-layout: fixed;
    display: flex;
    height: auto;
}

#calendar_page .fc-calendar .fc-row > div {
    width: 14.28%;
    height: auto !important;
    min-height: 140px;
    display: table-cell;
    float: left;
    border-bottom: 1px solid #ddd;
}



}

@media (max-width: 991px) {

#calendar_page .none {
    display: none !important;
}

}

@media (max-width: 767px) {

#calendar_page label {
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding: 5px 15px;
    font-family: "Microsoft JhengHei UI", "Microsoft JhengHei UI Light", "微軟正黑體" !important;
}

}

/*==================================================
                常見問答頁面
====================================================*/

/*常見問答頁面-標題文字區塊*/

#faq_page .toggle {
    margin: 0;
}

#faq_page .togglet {
    font-size: 1em;
    color: #2366bb;
    padding: 10px 0;
    padding-left: 24px;
    border-bottom: 1px dotted #DDD;
}

/*常見問答頁面-icon設定*/

#faq_page .togglet i {
    top: 11px;
}

#faq_page .icon-question-sign:before {
    transition: all .1s;
}

#faq_page .togglet:hover .icon-question-sign:before, #faq_page .toggleta .icon-question-sign:before{
    content: "\e70f";
	color: #fcae32;
}


/*常見問答頁面-題號設定*/

#faq_page .togglet span {
    display: none;
}

/*常見問答頁面-連結文字樣式*/

#faq_page .togglet a {
    color: #197fb0;
}

/*列表樣式-中文數字排列*/

#faq_page .ch_number {
    padding-left: 20px;
    list-style-type: cjk-ideographic;
}

/*列表樣式-英文數字排列*/

#faq_page .en_number {
    padding-left: 22px;
    list-style-type: decimal;
}

#faq_page ul li {
    margin-bottom: 15px;
}

/*列表樣式-輔助數字排列*/

#faq_page ol {
    padding-top: 15px;
    padding-left: 22px;
}

/*===============================================
                 下方主區塊
=================================================*/

/*下方主區塊*/

#footer {
	background-color: #32a3a3;
	border-top: 0px solid rgba(0,0,0,0.2);
}

#footer #copyrights {
	font-size: 1.15em;
	color: #000;
	text-align: center;
	padding: 35px 0;
    background-color: transparent;
}

#footer_text a[href^="tel:"] { 
    color: #000;
}

/*===============================================
                 下方上稿區塊
=================================================*/

/*下方區塊-上稿內容區塊*/

#footer_text {
    margin: 0;
}

#footer_text p {
    margin-bottom: 15px;
}

/*下方區塊-上稿內容區塊*/

#footer_text span {

}

#footer_text a {

}




/*===============================================
                 下方瀏覽人數區塊
=================================================*/

#visitors_box {

}

/*下方瀏覽人數區塊-人數字體樣式*/

#visitors_box span {

}

@media (max-width: 991px){

#visitors_box {
    text-align: center;
}

}

/*===============================================
                   讀取頁面設定
=================================================*/

body:not(.no-transition) #wrapper, .animsition-overlay {
	animation-duration: 0s!important;
    opacity: 1 !important;
}

.css3-spinner {
    display: none;
}

#wrapper.fadeIn{
    -webkit-animation-name: wrapper_fadeIn;
    animation-name: wrapper_fadeIn;
}

@-webkit-keyframes wrapper_fadeIn {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}

@keyframes wrapper_fadeIn {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}

#wrapper.fadeOut{
    -webkit-animation-name: wrapper_fadeOut;
    animation-name: wrapper_fadeOut;
}

@-webkit-keyframes wrapper_fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}

@keyframes wrapper_fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}
