@charset "utf-8";
/* CSS Document */

/*===============================================
                    整體設定
=================================================*/

body {
    font-family: 'Zen Kaku Gothic New', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

.menu-link {
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

a, a:hover {
    text-decoration: none;
    transition: all .3s;
}

img {
    border-radius: 10px !important;
}


@media (min-width: 1380px){

#wrapper .container {

}

}


/*===============================================
                  無障礙TAB框設定
=================================================*/

:focus {
    outline: 2px solid #000 !important;
    border: 2px solid #f82626 !important;
}

/*文字輸入框*/

.form-control:focus {
    outline: 2px solid #f82626 !important;
}

/*按鈕元件*/

.btn-default:focus, button:focus {
    border: 2px solid #f82626 !important;
}

.oc-item {
    padding: 1px;
}

.portfolio-image {
    padding: 2px;
}

.oc-item a, .portfolio-image a {
    display: block;
}



/*============================================
                 按鈕色彩
==============================================*/

/*主體色按鈕*/

.button-style-color {

}

.button-style-color:hover {

}

/*黃色按鈕*/

.button-light.button-yellow {

}

.button-light.button-yellow:hover {

}

/*橘色按鈕*/

.button-amber {
    background-color: #f08300 !important;
}

.button-amber:hover {
    background-color: #f06f00 !important;
}


/*綠色按鈕*/

.button-green {
    background-color: #8ec31f !important;
}

.button-green:hover {
    background-color: #639c19 !important;
}

/*墨綠色按鈕*/

.button-dirtygreen {
    background-color: #0d545f !important;
}

.button-green:hover{
    background-color: #0f626f !important;
}

/*水藍色按鈕*/

.button-border.button-aqua {
    color: #205b74;
    border-color: #205b74;
}

/*===============================================
                   無障礙色彩設定
=================================================*/

.entry-meta li {
    color: #333;
}

/*===============================================
                    最上方區塊
=================================================*/

#top-bar {
    background-color: #B0BADB !important;
}

#top-bar .top-links-item > a {
    font-size: 1.2em;
    color: #222;
}

@media (max-width: 991px){

#top-bar .top-links-item > a {

}

}

/*===============================================
                    上方區塊
=================================================*/

#header, #header-wrap {
    background-image: url(../image/banner-menu-bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    border-bottom: 0px solid #F5F5F5;
}

#header-wrap {

}

.svg-trigger path {

}

@media (min-width: 992px){

#header-wrap {

}
	
}

/*===============================================
                   上方logo區塊
=================================================*/

@media (max-width: 991px){

#logo img {
    height: 65px !important;
}

}

@media (min-width: 992px){

#logo {
    opacity: 1 !important;
}  

}

/*===============================================
                   banner選單
=================================================*/

/*banner選單-主選單-連結文字樣式*/

.primary-menu > #banner-menu > li > a {
    transition: all .3s;
}

.primary-menu > #banner-menu > li > a:hover {

}

#banner-menu .sub-menu-container .menu-item > .menu-link {
    font-size: 1em;
    padding: 6px 10px;
}

@media (min-width: 1201px) and (max-width: 1440px){

.primary-menu > #banner-menu > li > a {
    font-size: 1em;
}
    
}

@media (min-width: 992px) and (max-width: 1200px){

.primary-menu > #banner-menu > li > a {
    font-size: 0.9em;
    padding: 39px 6px;
}
    
}

@media (min-width: 992px){

    
#banner-menu .mega-menu-title > .menu-link {
    color: #000;
    padding: 10px !important;
    background-color: #f0f0f0;
    border-left: 5px solid #d23d2a;
}
    
}


/*===============================================
                  上方搜尋區塊
=================================================*/


/*===============================================
                  首頁banner區塊
=================================================*/

#slider .swiper-container .swiper-slide:after {
    /*width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(255 255 255 / 0%), rgb(0 0 0 / 60%));*/
}

#slider .slider-caption h2 {
    font-size: 2em;
}

#slider .slider-caption p {
    font-size: 1em;
}

/*===============================================
                首頁-各區塊共同樣式
=================================================*/


.index-content .content-wrap {

}

.index-content .section {

}

/*===============================================
                首頁-主標題共通樣式
=================================================*/

/*首頁-主標題共通樣式*/

.index-content #main-title {

}

.index-content #main-title h2 {

}

.index-content #main-title span {

}

.index-content #main-title .heading-block::after {
    display: none;
}

/*===============================================
                首頁-無障礙區塊
=================================================*/

#content-blind-brick a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

/*===============================================
                首頁-第一群組區塊
=================================================*/

#home-group-01 {
    background-image: url(../image/home-group-01-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}


/*===============================================
                首頁-最新消息區塊
=================================================*/

/*首頁-最新消息區塊-頁籤樣式*/

#home-news .tab-nav li a {
    height: auto;
    font-size: 1.2em;
    line-height: 1.5;
}

/*首頁-最新消息區塊-列表區塊*/

#home-news .list-group-item {
    font-size: 1.1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*首頁-最新消息區塊-日期文字樣式*/

#home-news .list-group-item .day {
    color: #31788e;
}

#home-news .list-group-item a {
    color: #767676;
}

/*首頁-最新消息區塊-圓形樣式*/

#home-news #main-content:before {
    width: 200px;
    height: 200px;
    background-color: #6D5CFF;
    border-radius: 100%;
    content: "";
    position: absolute;
    right: -40px;
    bottom: -50px;
    opacity: 0.5;
}

/*===============================================
                首頁-便民服務區塊
=================================================*/

#home-service {
    background-image: url(../image/home-service-bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}

#home-service .owl-stage-outer {
    background-color: #fff;
    border-radius: 20px !important;
    border: 1px solid #dee2e6 !important;
}

#home-service .owl-item {
    border: 0.5px solid #ddd;
}


#home-service .entry-title {
    font-size: 1.2em;
}

/*首頁-最新消息區塊-圓形樣式*/

#home-service #main-content:before {
    width: 240px;
    height: 200px;
    background-color: #EAB900;
    border-radius: 20px;
    content: "";
    position: absolute;
    left: -20px;
    top: 70px;
}

/*===============================================
                首頁-相關連結區塊
=================================================*/

#home-link {
    background-image: url(../image/home-link-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}


/*===============================================
                內頁-banner區塊
=================================================*/


#page-title.page-banner {
    background-position: center;
}

#page-title.page-banner #page-menu-wrap {

}

#page-title.page-banner h2 {

}

#page-title.page-banner span {

}

.page-banner .breadcrumb {

}

#page-title.page-title-dark .breadcrumb-item + .breadcrumb-item::before {

}

.page-banner .breadcrumb a {

}




/*===============================================
                內頁-banner選單區塊
=================================================*/


#page-menu #page-menu-wrap {

}

#page-menu .page-menu-item a {
    font-size: 1.2em;
}

/*內頁-banner選單區塊-子選單樣式*/

#page-menu .page-menu-sub-menu {

}

/*===============================================
                內頁-資訊列表區塊
=================================================*/

#entry-share {

}

#entery-formation {

}

/*===============================================
                內頁-左方選單區塊
=================================================*/

#left-menu .widget.widget_links {
    max-width: 100%;
    flex: 0 0 100%;
}

/*內頁-左方選單區塊-主標題樣式*/

#left-menu h3 {
    color: #fff;
    padding: 1rem;
    background-color: #d23d2a;
    border-radius: 10px;
    margin-bottom: 0;
}

#left-menu li:before {
    display: none;
}

/*內頁-左方選單區塊-連結文字樣式*/

#left-menu li a {
    font-size: 1.2em;
    padding: 0.5rem;
    display: block;
    border-radius: 10px;
}

#left-menu li:nth-of-type(even) a {
    background-color: #f0f0f0;
}

#left-menu li a:before {
    color: #3a6d87;
    content: "\e7a5";
    font-family: 'font-icons';
    display: inline-block;
    position: relative;
    top: 1px;
    left: 0;
    margin-right: 8px;
}

/*===============================================
                內頁-右方內容區塊
=================================================*/

#box-center-content {

}

#is-content {

}



/*===============================================
                  下方主區塊
=================================================*/

/*下方主區塊*/

#footer.dark {
    background-color: #5073a0 !important;
    border: 0 !important;
}

/*===============================================
                  胖頁尾區塊
=================================================*/

#footer-sitemap {

}

#footer-sitemap .toggle-title {
    background-color: #fff !important;
    padding: 0 !important;
}

#footer-sitemap .toggle-title a {
    width: 72px;
    height: 98px;
    font-size: 1.2em;
    color: #000 !important;
    background-image: url(../image/footer-sitemap-button.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    padding: 16px 0;
    position: relative;
    bottom: 0px;
    z-index: 1;
}

/*===============================================
                頁尾-上稿內容區塊
=================================================*/

#footer-text {

}

/*===============================================
                  頁尾內容區塊
=================================================*/

#footer #copyrights {

}

/*===============================================
                  浮動分享區塊
=================================================*/

#float-share {
    position: fixed;
    left: initial;
    right: 15px;
    width: 100px;
    object-fit: cover; /* 保持比例且填滿方框 */
    display: block;
}

#float-share img {
    border-radius: 0px !important;
}


/*===============================================
                  頁回最上方按鈕
=================================================*/

#gotoTop {

}

/*=========================================
                  列印用設定
===========================================*/

@media print {

#portfolio, #posts {
    height: auto !important;
    position: relative !important;
}    
    
#portfolio .portfolio-item, #posts .entry {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
}
	
}