html body {
    font-family: "Arial", "Microsoft Jhenghei", sans-serif;
    background-color: #ffffff;
}
.site-header {
    background: #283047;
}
.site-nav-list li a {
    padding: 0;
    color: #ffffff;
}
.site-nav-list li a:hover {
    border-bottom: 1px solid #f6d90d;
    color: #f6d90d;
}
.site-banner {
    height: 100%;
    width: 100%;
}
.site-banner .page-container {
    width: 100%;
    max-width: 100%;
    padding: 0px;
}
.site-banner .page-container .owl-carousel {
    box-shadow: none;
    margin: 0px;
}
.site-banner .page-container .owl-item.active {
    width: 100%;
}
.site-banner .page-container .owl-carousel .owl-item img {
    max-width: 100%;
    width: 100%;
}
.box-menu {
    background: #8d2629;
    border-top: none;
    border-bottom: 5px solid #e3cfb4;
    box-shadow: none;
    z-index: 99;
}
.box-menu .site-menu .menu-list.menu-level-0>.menu-item {
    border-bottom: 0.1875em solid #8d2629;
}
.box-menu .site-menu .menu-list.menu-level-0>.menu-item a {
    color: #e3cfb4;
}
.box-menu .site-menu .caret {
    top: 0.75em;
    left: 0.1875em;
    color: #e3cfb4;
}
.box-menu .site-menu .menu-list.menu-level-0>.menu-item:hover {
    border-bottom: 0.1875em solid #ffe8c9;
}
.box-menu .site-menu .menu-list.menu-level-0 {
    text-align: center;
}
.box-menu .site-menu .menu-list .sub-menu .menu-item:hover {
    background: rgba(255, 232, 201, 1);
}
.box-menu .site-menu .menu-list.menu-level-0>.menu-item {
    border-bottom: 0.1875em solid rgba(166, 31, 44, 0);
    float: none;
    display: inline-block;
}
.box-menu .site-menu .menu-list .sub-menu {
    background: #8d2629;
    text-align: left;
}
.box-menu .site-menu .menu-list .sub-menu .menu-level-2 {
    background: #8d2629;
}
.box-submenu {
    border-top: 0.1875em solid #283047;
}
.box-main .table thead th {
    border-bottom: 0.1875em solid #283047;
}
body#page-index .site-content {
    background-color: #e3cfb4;
    padding: 0;
}
.indexicon {
    position: relative;
}
.indexicon h2.box-title {
    display: none;
}
.indexicon .box-link .link-list {
    display: flex;
    flex-wrap: wrap;
}
.indexicon .box-link .link-item {
    width: 25%;
    float: left;
    background-color: #2c3a55;
    text-align: center;
    margin: 0;
    position: relative;
    padding-bottom: 15px;
}
.indexicon .box-link .link-item a {
    width: 100%;
    display: block;
    font-size: 1.4em;
    color: #ffffff;
    z-index: 10;
    position: relative;
}
.indexicon .box-link .link-item:nth-child(odd) {
    background-color: #283047;
}
.indexicon .box-link .link-item::before {
    content: "";
    width: 0%;
    height: 0%;
    display: block;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all .3s ease;
}
.indexicon .box-link .link-item:hover::before {
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 1;
}
.block_in {
    position: relative;
    padding: 50px 0 70px 0;
    background-image: url(images/newbk.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.newsowl {
    position: relative;
    width: 350px;
    float: left;
}
.newsowl h2.box-title {
    margin-bottom: 30px;
    color: #e3cfb4;
    font-size: 1.8em;
}
.newsowl .owl-nav.disabled {
    display: block;
}
.newsowl .owl-carousel {
    display: block;
}
.newsowl .owl-carousel .owl-nav button.owl-prev {
    background: url(images/next-01.png) no-repeat 50% 0 !important;
    width: 30px;
    height: 30px;
    position: relative;
    right: 2%;
}
.newsowl .owl-carousel .owl-nav button.owl-prev span {
    display: none;
}
.newsowl .owl-carousel .owl-nav button.owl-next {
    background: url(images/next-02.png) no-repeat 50% 0 !important;
    width: 30px;
    height: 30px;
    position: relative;
    left: 2%;
}
.newsowl .owl-carousel .owl-nav button.owl-next span {
    display: none;
}
.newsowl .owl-nav {
    text-align: right;
}
.newsowl .owl-nav.disabled {
    display: block !important;
}
.newsowl .owl-item.cloned a {
    display: inline-block;
}
.newsowl .box-news .news-list {
    text-align: left;
}
.newsowl .box-news .news-list .news-item {
    border-top: none;
}
.newsowl .box-news .news-list .news-item img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.newsowl .news-list .news-postdate {
    float: left;
    width: 100%;
    color: #e3cfb4;
    border-bottom: 1px dotted;
}
.newsowl .news-list .news-item>a {
    float: right;
    width: 100%;
    font-size: 1em;
    color: #e3cfb4;
}
.newsowl .news-list .news-item>a:hover {
    color: #f1cc75;
}
.newsowl a.more {
    background-color: #e3cfb4;
    padding: 5px 8px;
    border-radius: 10px;
}
.newsowl a.more:hover {
    background-color: #2c3a64;
    color: #e3cfb4;
    transition: 0.5s;
}
.newslist {
    position: relative;
    width: calc(100% - 450px);
    float: right;
}
.newslist h2.box-title {
    margin-bottom: 30px;
    color: #e3cfb4;
    text-align: right;
    font-size: 1.8em;
}
.newslist .news-list .news-postdate {
    color: #e3cfb4;
}
.newslist .news-list .news-item>a {
    color: #e3cfb4;
}
.newslist .news-list .news-item>a:hover {
    color: #f1cc75;
}
.newslist .news-list .news-item {
    border-top: 0.0625em solid rgba(227, 207, 180, 0.35);
}
.newslist a.more {
    background-color: #e3cfb4;
    padding: 5px 8px;
    border-radius: 10px;
    float: right;
}
.newslist a.more:hover {
    background-color: #2c3a64;
    color: #e3cfb4;
    transition: 0.5s;
}
.block_icon {
    position: relative;
    padding: 20px 0;
}
.block_icon h2.box-title {
    color: #2c3a55;
    border-bottom: 1px solid #2c3a55;
    text-align: right;
}
.block_icon .box-link .link-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.block_icon .box-link .link-item {
    margin: 2em 0.625rem 2rem;
    width: calc(50% - 20px);
    float: left;
}
.block_icon span.link-pic {
    display: block;
}
.block_icon .box-link .link-item a {
    width: 100%;
    display: block;
    font-size: 1.4em;
    color: #2c3a55;
}
.block_icon .box-link .link-item:hover>a {
    animation: heartbeat 1s ease-in-out infinite both;
}
@keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(1);
    }
}
.block_icon span.more {
    background-color: #7e2528;
    padding: 5px 8px;
    border-radius: 10px;
    color: #ffffff;
}
.block_icon span.more:hover {
    background-color: #2c3a64;
    color: #e3cfb4;
    transition: 0.5s;
}
.site-footer {
    color: #ffffff;
    text-align: right;
    background-image: url(images/footerbk.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #e3cfb4;
    border-top: none;
    padding: 60px 20px 0 0;
    min-height: 200px;
}
.footer-info2 {
    background-color: #222536;
    color: #ffffff;
    text-align: center;
    padding: 0.5em;
}
/* 編輯區塊 */

a.data-edit-link {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
.data-edit-link:before {
    font-family: FontAwesome;
    content: "\f044";
    font-size: 18px;
    margin-right: 10px;
}
/* 狀態預設 */

span.news-top {
    color: #fff;
    background-color: #007bff;
    padding: 3px;
    border-radius: 5px;
    margin-right: 5px;
}
span.news-hot {
    color: #fff;
    background-color: #dc3545;
    padding: 3px;
    border-radius: 5px;
    margin-right: 5px;
}
.gotop {
    z-index: 99;
}
/* rwd */

@media (max-width: 1100px) {
    .indexicon .box-link .link-item img {
        width: 100%;
        height: 100%;
    }
    .block_in {
        background-image: url(images/newbk1100.png);
    }
    .newslist {
        width: calc(100% - 400px);
    }
    .block_icon .box-link .link-item img {
        width: 100%;
        height: 100%;
    }
    .site-footer {
        background-image: url(images/footerbk1100.png);
    }
}
/* rwd */

@media (max-width: 40em) {
    .box-menu .site-menu .menu-toggle:before {
        color: #e3cfb4;
    }
    .icon-bar {
        background: #e3cfb4;
    }
    .indexicon .box-link .link-item a {
        font-size: 1em;
    }
    .block_in {
        background-image: url(images/newbk720.png);
    }
    .newsowl {
        width: 100%;
    }
    .newslist {
        width: 100%;
        margin-top: 30px;
    }
    .newslist h2.box-title {
        text-align: left;
    }
    .block_icon h2.box-title {
        text-align: left;
    }
    .block_icon .box-link .link-item {
        width: 100%;
    }
    .site-footer {
        background-image: url(images/footerbk720.png);
    }
}