/* 縮小失敗。正在傳回未縮小的內容。
(1228,31): run-time error CSS1046: Expect comma, found '0'
(1228,35): run-time error CSS1046: Expect comma, found '/'
 */
/* Theme Default - Album */

.section-album .image-box .body .description {
    height: 50px;
    -webkit-line-clamp: 2;
}

.section-album.detail .description {
    margin-bottom: 1rem;
}

.section-album.detail .img {
    margin-bottom: 1rem;
    text-align: center;
}

/* AdvBanner (arrows & dots) */
.section-banner .slick-slider:hover .slick-arrow {
    opacity: 1;
}

.section-banner .slick-slider .slick-arrow {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.8);
    font-size: 5vh;
    top: calc(50% - 2.5vh);
    line-height: 1;
    padding: 0 15px;
    z-index: 1;
    opacity: 0;
    min-width: 50px;
    min-height: 50px;
}

.section-banner .slick-slider .slick-prev:before {
    font-family: FontAwesome;
    content: "\f104";
    line-height: 50px;
    position: relative;
    left: 3px;
}

.section-banner .slick-slider .slick-next {
    right: 0;
}

    .section-banner .slick-slider .slick-next:before {
        font-family: FontAwesome;
        content: "\f105";
        line-height: 50px;
        position: relative;
        left: 6px;
    }

.section-banner .slick-slider:hover .slick-arrow .slick-prev:after,
.section-banner .slick-slider:hover .slick-arrow .slick-next:after {
    right: 0;
    -webkit-transform-origin: 100% 50%;
}

.section-banner .slick-slider .slick-dots {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 15px;
}

    .section-banner .slick-slider .slick-dots li {
        display: inline-block;
    }

        .section-banner .slick-slider .slick-dots li + li {
            margin-left: 15px;
        }

        .section-banner .slick-slider .slick-dots li button {
            font-size: 0;
            line-height: 0;
            width: 12px;
            height: 12px;
            border: 0;
            border-radius: 100%;
            outline: none;
            background-color: #ccc;
            opacity: 0.8;
        }

            .section-banner .slick-slider .slick-dots li button:hover,
            .section-banner .slick-slider .slick-dots li button:focus {
                opacity: 1;
            }

    .section-banner .slick-slider .slick-dots .slick-active button {
        background-color: #777;
        opacity: 1;
    }

/* Theme Default - Blog */


.section-blog .image-box .body .description {
    height: 74px;
    -webkit-line-clamp: 3;
}

.section-blog.detail .content {
    margin-bottom: 1rem;
}

.section-blog.detail .img {
    margin-bottom: 1rem;
    text-align: center;
}


body {
    font-size: 16px;
    font-family: 'Microsoft JhengHei', sans-serif;
    color: #333;
}

a:hover {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

.btn-gray {
    color: #333;
    background-color: #e1e1e1;
    border-color: #d3d3d3;
}

.icon.default-bg {
    background-color: #868686;
}

pre {
    padding: 9.5px;
    margin: 0 0 10px;
    line-height: 1.4;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

ul.about {
    list-style: square;
}

.form-control {
    border-color: #e0e0e0;
    color: #606265;
}

/* Copyright's dot */
.copyright a {
    text-decoration: none;
    color: inherit;
}

/* Header top */
.header-top {
    font-size: 0.875rem;
    color: #ffffff;
    background-color: #6c757d;
}

    /*.header-top .btn-group a {
        color: #ffffff;
        padding: 0.5rem 1rem;
    }

        .header-top .btn-group a:after {
            display: none;
        }

    .header-top .dropdown-menu > a {
        color: #666;
    }*/

    .header-top .navbar-nav > li > a {
        color: #ffffff;
        padding-top: 12px;
        padding-bottom: 12px;
    }

        .header-top .navbar-nav > li > a:after {
            display: none;
        }

    .header-top .dropdown-menu > li > a {
        color: #666;
    }

.heaer-top .social-wrapper {
    display: none;
}

.header-top .social-links > li + li {
    margin-left: 5px;
}

.header-top .social-links a {
    color: #ffffff;
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 100%;
    text-align: center;
    border: 1px solid #ac6353;
    background-color: #B67567;
}

    .header-top .social-links a > i {
        line-height: 30px;
    }

    .header-top .social-links a.line {
        background: url(/Images/header-line.png);
        background-repeat: no-repeat;
        background-position: center;
        background-color: #00b900;
        background-size: 14px;
    }


img.logo {
    height: 45px;
}

/* Header */
header .dropdown-toggle::after {
    display: none;
}

header.navbar {
    background-color: #ffffff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    position: relative;
}

header .btn-group a {
    display: block;
    color: #333333;
    width: 40px;
    height: 40px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
}

    header .btn-group a > i {
        line-height: 38px;
    }

    header .btn-group a:hover {
        color: #fff;
        background-color: #868686;
    }

header .btn-group .dropdown {
    padding: 5px 0;
}

header .btn-group .dropdown-menu {
    min-width: 280px;
    padding: 15px;
    border-radius: 0 0 0.25rem 0.25rem;
}

header .btn-group .search-keyword button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.fixed-header-on header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1010;
}

.shop-cart .cart-count {
    background-color: #868686;
    color: #fff;
    right: 0px;
    top: 0px;
}

/* header separate */
header.separate .logo-wrapper {
    position: relative;
}

header.separate .navbar-nav.main-menu .nav-item .nav-link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

header.separate .main-menu .dropdown-menu .nav-item .nav-link {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

header .search .dropdown-menu {
    padding: 0.5rem;
}

header .search button {
    border: 0;
}

header .search input {
    width: 190px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 0;
    font-size: 0.875rem;
}

header .search .form-control:focus {
    box-shadow: none;
    border-color: #d9d9d9;
}

header.separate .search.left i {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #333;
    font-size: 0.875rem;
}

header.separate .shop-cart .cart-count {
    right: 0.5rem;
    top: 0.5rem;
}

/* btn-toolbar */
.btn-toolbar .text {
    display: none;
}

.btn-toolbar .search .dropdown-menu .form-control {
    border: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 0.875rem;
}

.btn-toolbar .search .dropdown-menu input {
    width: 150px;
}

header .main-menu {
    display: none;
}

/* Breadcrumb */
.breadcrumb {
    font-size: 12px;
    background-color: transparent;
    margin-bottom: 0;
    padding-left: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    font-family: "FontAwesome";
    content: "\f101";
}

/* Footer */
footer {
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 14px;
    line-height: 1.3;
    color: #333;
    padding: 25px 0;
}

    footer ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

    footer .horizontal {
        display: flex;
        flex-wrap: wrap;
    }

        footer .horizontal li {
            flex-basis: 50%;
            margin: 5px 0;
        }

    footer a {
        color: #333;
    }

    footer .socials {
        display: flex;
        justify-content: flex-start;
        margin-top: 10px;
    }

        footer .socials a {
            display: block;
            width: 40px;
            height: 40px;
            background-color: transparent;
            border: 1px solid #d9d9d9;
            border-radius: 50%;
            margin-right: 20px;
            text-align: center;
            color: #333;
            font-size: 18px;
            line-height: 36px;
        }

            footer .socials a:hover {
                background-color: #868686;
                color: #fff;
            }

            footer .socials a.line {
                background-image: url('/Images/line-logo-black.svg');
                background-position: center;
                background-repeat: no-repeat;
                background-size: 60%;
            }

                footer .socials a.line:hover {
                    background-image: url('/Images/line-logo.svg');
                }

.copyright {
    background-color: #6c757d;
    color: #fff;
}

    .copyright ul > li > a {
        display: block;
        color: #ffffff;
        padding: 5px 0;
        margin-right: 30px;
    }

    .copyright ul > li:last-child > a {
        margin-right: 0;
    }

#section-nav-bottom .navbar {
    background-color: #2f4050;
    box-shadow: 0px -6px 6px rgba(0, 0, 0, 0.1);
}

#section-nav-bottom .link {
    padding: 8px 15px;
    font-size: 12px;
    color: #fff !important;
}

/* 排序(電腦版) */
.sort-desktop {
    color: #777;
    padding: 0.75rem 0;
    margin-bottom: 1rem;
    margin-top: -1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

    .sort-desktop nav.sort {
        display: none;
    }

        .sort-desktop nav.sort a, nav.sort a {
            margin-right: 1.25em;
        }

            .sort-desktop nav.sort a.active, nav.sort a.active {
                color: #000;
            }

/* 排序(手機版) */
.sort-mobile {
    margin-bottom: 1rem;
}

    .sort-mobile .dropdown-item {
        padding: 0.5rem 1.5rem;
    }

        .sort-mobile .dropdown-item + .dropdown-item {
            border-top: 1px solid #e9ecef;
        }

        .sort-mobile .dropdown-item.active, .dropdown-item:hover, .dropdown-item.active {
            background-color: rgba(0, 0, 0, 0.025);
            color: #000;
        }


/* 分類選單(水平展開 nav-item) */
.category-pills {
    display: none;
}

.nav-pills {
    margin-bottom: 1rem;
}

    .nav-pills li {
        margin-right: 5px;
        margin-left: 0;
    }

        .nav-pills li:last-child {
            margin-right: 0;
        }

        .nav-pills li a {
            display: block;
            border-radius: 0;
            margin-bottom: -1px;
        }

    .nav-pills > li > a.active, .nav-pills > li > a.active:hover {
        color: #777777;
        background-color: transparent;
        border-bottom: 1px solid #777777;
    }


/* feature-panel */
.feature-panel .header .exit:before,
.feature-panel .header .exit:after {
    position: absolute;
    top: 0;
    content: '';
    width: 2px;
}

.feature-panel .header .exit:before {
    transform: rotate(45deg);
}

.feature-panel .header .exit:after {
    transform: rotate(-45deg);
}

/* 分類選單(feature-panel) */
#filter.feature-panel {
    width: 225px;
}

    #filter.feature-panel .wrapper {
        width: 100%;
        overflow-y: auto;
    }

    #filter.feature-panel .header {
        padding: 9px 15px;
        align-items: center;
        justify-content: space-between;
    }

        #filter.feature-panel .header h2 {
            color: #777;
            width: auto;
            height: auto;
            margin-bottom: 0;
            margin-top: 0;
            line-height: 1.0;
            font-size: 18px;
        }

        #filter.feature-panel .header .exit {
            position: relative;
            width: 15px;
            height: 15px;
        }

            #filter.feature-panel .header .exit:before,
            #filter.feature-panel .header .exit:after {
                position: absolute;
                left: 7px;
                top: 0;
                content: '';
                height: 15px;
                width: 2px;
                background-color: #777;
            }

    #filter.feature-panel ul {
        padding-left: 0;
        list-style: none;
    }

        #filter.feature-panel ul > li > a {
            display: flex;
            justify-content: space-between;
            padding: 7px 15px;
            color: #666666;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }

            #filter.feature-panel ul > li > a:after {
                font-family: 'FontAwesome';
                content: "\f105";
                color: transparent;
            }

            #filter.feature-panel ul > li > a:hover,
            #filter.feature-panel ul > li > a.active {
                background-color: rgba(0, 0, 0, 0.025);
                color: #000;
            }

                #filter.feature-panel ul > li > a:hover:after,
                #filter.feature-panel ul > li > a.active:after {
                    color: #000;
                }

        #filter.feature-panel ul > li > ul > li > a {
            font-size: 14px;
            padding-left: calc(15px + 1em);
        }

        #filter.feature-panel ul > li > ul {
            display: none;
        }

        #filter .feature-panel ul > li.active > ul {
            display: block;
        }

/*nav-mobile*/
/* Mobile Navbar 手機版選單 (feature-panel 由左滑出) */
.navbar-toggle {
    left: 5px;
    top: 8px;
    border: none;
    z-index: 1007;
    background-color: transparent;
    transition: all ease .5s;
}

    .navbar-toggle .icon-bar {
        background-color: #333333;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -moz-transform: matrix(1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0);
        -o-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
    }

        .navbar-toggle .icon-bar:nth-child(1) {
            transition: all .8s cubic-bezier(.19, 1, .22, 1);
            transform: matrix(1, 0, 0, 1, 0, 0);
        }

        .navbar-toggle .icon-bar:nth-child(2) {
            transition: all .8s cubic-bezier(.19, 1, .22, 1);
        }

        .navbar-toggle .icon-bar:nth-child(3) {
            transition: all .8s cubic-bezier(.19, 1, .22, 1);
            transform: matrix(1, 0, 0, 1, 0, 0)
        }

    .navbar-toggle.open .icon-bar:nth-child(1) {
        transition: all .8s cubic-bezier(.19, 1, .22, 1);
        transform: matrix(.8, -.8, .8, .8, 0, 6)
    }

    .navbar-toggle.open .icon-bar:nth-child(2) {
        transition: all .8s cubic-bezier(.19, 1, .22, 1);
        transform: translateX(-60px);
        opacity: 0;
    }

    .navbar-toggle.open .icon-bar:nth-child(3) {
        transition: all .8s cubic-bezier(.19, 1, .22, 1);
        transform: matrix(.8, .8, -.8, .8, 0, -6);
    }

#nav-mobile {
    width: 270px;
    background-color: #ffffff;
    color: #333333;
    border-right: 0;
}

    #nav-mobile .wrapper {
        width: 270px;
    }

    #nav-mobile .header {
        padding: 10px 20px;
    }

    #nav-mobile .exit {
        position: relative;
        width: 20px;
        height: 20px;
    }

        #nav-mobile .exit:hover {
            opacity: 0.85;
            cursor: pointer;
        }

        #nav-mobile .exit:before,
        #nav-mobile .exit:after {
            left: 9px;
            height: 20px;
            background-color: #666666;
        }

    #nav-mobile .logo {
        width: auto;
        height: auto;
    }

        #nav-mobile .logo img {
            height: 40px;
        }

    #nav-mobile .search {
        padding: 10px 20px 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

        #nav-mobile .search input {
            padding-right: 42.5px;
        }

        #nav-mobile .search i {
            position: absolute;
            right: 15px;
            top: 10px;
        }

    #nav-mobile .body {
        padding: 10px 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
    }

        #nav-mobile .body a {
            position: relative;
            display: flex;
            color: #333333;
            padding: 10px 20px;
            font-size: 20px;
        }

        #nav-mobile .body ul {
            list-style: none;
            padding-left: 0;
        }

            #nav-mobile .body ul > li.active > a {
                color: #000;
            }

            #nav-mobile .body ul > li > ul > li > a {
                padding-right: 10px;
                padding-left: 40px;
                font-size: inherit;
            }

            #nav-mobile .body ul > li > ul > li a:before {
                display: none;
            }

            #nav-mobile .body ul > li > ul > li > ul > li > a {
                padding-right: 10px;
                padding-left: 2.5em;
            }

                #nav-mobile .body ul > li > ul > li > ul > li > a:before {
                    left: 1.5em;
                }

            #nav-mobile .body ul > li > ul {
                display: none;
            }

            #nav-mobile .body ul > li.active ul,
            #nav-mobile .body ul > li.open ul,
            #nav-mobile .body ul > li.show ul {
                display: block;
            }

    #nav-mobile .feature {
        background-color: #6c757d;
        border-top: 1px solid rgba(0,0,0,0.1);
        height: 50px;
    }

        #nav-mobile .feature a {
            color: #ffffff;
            font-size: 18px;
        }

            #nav-mobile .feature a.line {
                background-image: url(/Images/line-logo.svg);
                background-position: center;
                background-repeat: no-repeat;
                background-size: contain;
                width: 20px;
                height: 20px;
            }

    #nav-mobile.feature-panel .feature a.facebook {
        background-image: url('/Images/facebook-logo-white.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 20px;
        height: 20px;
    }


/* Pagination */
.page-link {
    color: #999999;
}

    .page-link:hover {
        color: #333333;
    }

.page-item.active .page-link {
    background-color: #6c757d;
    border-color: #6c757d;
}

.PagedList-ellipses {
    margin: 0 0.5em;
}

/* Pagination - Detail */
.detail .pagination {
    display: block;
}

    .detail .pagination a {
        display: inline-block;
    }

        .detail .pagination a .title {
            color: #999999;
            font-size: 0.8rem;
            font-weight: normal;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            line-height: 16px;
            max-height: 32px;
            border: 0;
        }

/* section image-box */
section .image-box .body .title, section .image-box .body .description {
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

section .image-box .body .title {
    font-weight: 500;
    font-size: 1.1rem;
    height: 20px;
    -webkit-line-clamp: 1;
}

section .image-box {
    margin-bottom: 1rem;
}

    section .image-box .body {
        padding: 1rem;
        font-size: 1rem;
    }

.detail .date-wrapper .title,
.date-wrapper .date {
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
}

section h1 {
    text-align: center;
}

.col-content {
    min-width: 0;
}

@media (min-width: 576px) {
}

@media (min-width:768px) {
    .header-top .marquee-container.horizontal {
        overflow: hidden;
    }

    header.separate .logo-wrapper {
        position: absolute;
        left: 50%;
        transform: translate(-50%);
    }

    .feature-panel.center {
        margin-top: 30px;
        margin-bottom: 30px;
        z-index: 1050;
    }

    footer .social-wrapper {
        text-align: center;
    }

    .footer .socials {
        justify-content: center;
        margin-top: 0;
    }
}

@media (min-width:992px) {
    /* Header */
    header .main-menu {
        display: flex;
    }

    header .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    .col-category:not(.category-side) {
        display: none;
    }

    .category-pills {
        display: block;
    }

    /* 分類選單(feature-panel) */
    #filter.feature-panel {
        position: unset;
        border-right: 0;
    }

        #filter.feature-panel .header {
            background-color: transparent;
            height: auto;
            padding: 15px;
        }

            #filter.feature-panel .header .exit {
                display: none;
            }

        #filter.feature-panel .wrapper {
            position: unset;
        }

    /*#filter.feature-panel ul > li > a {
            padding: 9px 15px;
        }*/


    /* 排序(電腦版) */
    .sort-mobile {
        display: none;
    }

    .sort-desktop {
        margin-top: 0rem;
    }

        .sort-desktop nav.sort {
            display: block;
        }
}

@media (min-width:1200px) {
}

/* Theme Default - Link */

.section-link .search{
    margin-bottom:1rem;
}

.section-link .item{
    padding-bottom:0.5rem;
}

.section-link .item .card-title{
    margin:0.3rem 0;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

/* List */
.section-list-container .container,
.section-list-containerfluid .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/*picture-carousel*/
.section-list-container.picture-carousel,
.section-list-containerfluid.picture-carousel {
    position: relative;
}

    .section-list-container.picture-carousel > .slick-slider,
    .section-list-containerfluid.picture-carousel > .slick-slider {
        position: absolute !important;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

        .section-list-container.picture-carousel > .slick-slider *,
        .section-list-containerfluid.picture-carousel > .slick-slider * {
            height: 100%;
        }

/*list-row-carousel*/
.list-row-carousel .slick-slider {
    padding: 0 30px;
}

.list-row-carousel .slick-arrow {
    top: calc(50% - 34.5px);
    bottom: auto;
}

/* 產品輪播 */
.list-row-productcarousel .slick-slider {
    padding: 0 30px;
}

    .list-row-productcarousel .slick-slider .slick-slide {
        margin: 0 5px;
    }

.list-row-productcarousel .slick-arrow {
    display: inline-block;
    position: absolute;
    top: 35%;
}
/*
    .list-row-productcarousel .slick-arrow.slick-disabled {
        display: none !important;
    }
}*/

/* Theme Default - Movie */

.section-movie .image-box {
    margin-bottom: 1rem;
}

    .section-movie .image-box .body {
        padding: 1rem;
        font-size: 1rem;
    }

        .section-movie .image-box .body .title, .section-movie .image-box .body .description {
            display: -webkit-box;
            margin: 0;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .section-movie .image-box .body .title {
            margin: 0;
            font-weight: 500;
            font-size: 1.1rem;
            height: 40px;
            -webkit-line-clamp: 2;
        }

        .section-movie .image-box .body .description {
            height: 100px;
            -webkit-line-clamp: 4;
        }

/* Theme Default - News */
.section-news .image-box .body{
    padding:unset;
    font-size:initial;
}

.section-news.detail .content {
    margin-bottom: 1rem;
}

.section-news.detail .img {
    margin-bottom: 1rem;
    text-align: center;
}


#section-nav-bottom.onepage .navbar {
    background-color: #2f4050;
    box-shadow: 0px -6px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

#section-nav-bottom.onepage .link {
    padding: 8px 15px;
    font-size: 14px;
    color: #fff !important;
}

@media(max-width: 767px) {
}

@media(min-width: 992px) {
}

/* 產品列表 */
.section-product .card {
    transition: all 0.5s ease-in-out;
    margin-bottom: 1rem;
    background-color: transparent;
    border: none;
}

    .section-product .card .badge {
        color: #ffffff;
        border-color: #E86F00;
        background-color: #E86F00;
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .section-product .card .no {
        font-size: 13px;
        color: #999999;
    }

    .section-product .card h3 {
        font-size: 14px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 18px;
        height: 36px;
    }

    .section-product .card .price-box {
        font-size: 13px;
        color: #999999;
        margin-bottom: .5rem;
    }

    .section-product .card .price {
        color: #dc3545;
        font-weight: bold;
        font-size: 16px;
    }

        .section-product .card .price:before, .section-product #total:before {
            content: 'NT$';
            margin-right: 2px;
            font-size: 13px;
        }

    .section-product .card .unit:before {
        content: "/";
        margin: 0 2px;
    }

    .section-product .card .oprice:before {
        content: 'NT$';
        margin-right: 2px;
        font-size: 13px;
    }

    .section-product .card .oprice {
        text-decoration: line-through;
        margin-left: 10px;
        font-size: 12px;
    }

.section-product .card-img-top {
    padding: 5px;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 0 3px rgb(0 0 0 / 10%);
}

    .section-product .card-img-top > a {
        position: relative;
        display: block;
    }

    .section-product .card-img-top img.hover-show {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: opacity 500ms ease;
    }

    .section-product .card-img-top:not(:hover) img.hover-show {
        opacity: 0 !important;
    }

    .section-product .card-img-top .btn-wrapper {
        position: absolute;
        right: 15px;
        bottom: 15px;
        display: flex;
        flex-direction: column;
        border-color: rgba(255, 255, 255, 0.9);
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 50%;
        opacity: 0;
    }

    .section-product .card-img-top:hover .btn-wrapper {
        opacity: 0.9;
    }

    .section-product .card-img-top .btn-wrapper div {
        width: 50px;
        height: 50px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
    }

.section-product .card-body {
    padding: 0.5rem 0;
}

/* 產品加入收藏 */
.section-product .add-favorites i.fa-heart {
    color: #e63349;
}

.section-product .add-favorites:hover i.fa-heart,
.section-product .add-favorites.added i.fa-heart {
    display: inline;
}

.section-product .add-favorites i.fa-heart,
.section-product .add-favorites.added i.fa-heart-o,
.section-product .add-favorites:hover i.fa-heart-o {
    display: none;
}


@media (min-width: 576px) {
}

@media (min-width:768px) {
}

@media (min-width:992px) {

    /* 產品分類 */
    .section-product .feature-panel {
        position: unset;
        width: auto;
        border-right: 0;
    }

        .section-product .feature-panel .header {
            background-color: transparent;
            height: auto;
            padding: 15px;
        }

            .section-product .feature-panel .header .exit {
                display: none;
            }

        .section-product .feature-panel .wrapper {
            position: unset;
        }
}

@media (min-width:1200px) {
}

/* 產品圖片 */
.product-detail .product-picture {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
}

    .product-detail .product-picture .slider-for {
        width: 100%;
        margin-bottom: 15px;
        border-radius: 3px;
        border: 1px solid #e6e6e6;
    }

        .product-detail .product-picture .slider-for .slick-arrow {
            position: absolute;
            top: calc(50% - 25px);
            cursor: pointer;
            z-index: 1;
            display: block;
            width: 40px;
            height: 40px;
            color: #333;
            font-size: 30px;
            line-height: 40px;
            text-align: center;
        }

        .product-detail .product-picture .slider-for .slick-prev {
            left: 0px;
        }

        .product-detail .product-picture .slider-for .slick-next {
            right: 0px;
        }

        .product-detail .product-picture .slider-for .slick-disabled {
            opacity: 0.5;
        }

    .product-detail .product-picture .slider-nav {
        width: 100%;
        margin-bottom: 15px;
        padding: 0 15px;
    }

        .product-detail .product-picture .slider-nav .item {
            border: 1px solid #e6e6e6;
            border-radius: 3px;
            margin-right: 15px;
            cursor: pointer;
            width: auto !important;
        }

        .product-detail .product-picture .slider-nav .slick-arrow {
            position: absolute;
            top: calc(50% - 14px);
            z-index: 1;
            margin-top: 10px;
            cursor: pointer;
        }

        .product-detail .product-picture .slider-nav .slick-prev {
            left: 0px;
        }

        .product-detail .product-picture .slider-nav .slick-next {
            right: 0px;
        }

        .product-detail .product-picture .slider-nav .slick-prev:before {
            content: "";
            border-style: solid;
            border-width: 10px 10px 10px 0;
            border-color: transparent #6c757d transparent transparent;
            position: absolute;
            left: 0px;
            top: 50%;
            margin-top: -10px;
        }

        .product-detail .product-picture .slider-nav .slick-next:before {
            content: "";
            border-style: solid;
            border-width: 10px 0 10px 10px;
            border-color: transparent transparent transparent #6c757d;
            position: absolute;
            right: 0px;
            top: 50%;
            margin-top: -10px;
        }

/*產品資訊*/
.product-detail .product-inf {
    min-width: 0px;
}

.product-detail .product-info > * {
    margin-bottom: 1rem;
}

.product-detail .product-info .label {
    padding-right: 0;
}

.product-detail .product-info .name {
    font-weight: bold;
    font-size: 1.4rem;
    color: #333;
    text-align: left;
    margin-top: 0px;
}
/* 分類名稱 */
.product-detail .product-info .class a {
    color: #999999;
    font-weight: bold;
}

/* 優惠 */
.product-detail .product-info .save {
    background-position: left 2px;
    color: #E86F00;
    font-size: 16px;
    background-image: url('/Images/save_bg.png');
    background-repeat: no-repeat;
    padding-left: 35px;
}

    .product-detail .product-info .save span {
        line-height: 31px;
    }

    .product-detail .product-info .save.active span::after {
        content: '';
        width: 16px;
        height: 15px;
        background-image: url('/Images/save_active.png');
        background-repeat: no-repeat;
        display: inline-block;
        margin-left: 5px;
    }

    .product-detail .product-info .save.full {
        color: #cc0000;
        background-image: url('/Images/save_full.png');
        padding-left: 35px;
    }

    .product-detail .product-info .save .info {
        color: #868686;
        font-size: 12px;
    }

        .product-detail .product-info .save .info > div {
            display: inline-block;
            margin-right: 5px;
        }

        .product-detail .product-info .save .info span {
            color: #E86F00;
        }


/* 預購 */
.product-detail .product-info .preorder {
    color: #269abc;
}

/* 價錢 */
.product-detail .product-info .price {
    color: #cc0000;
    font-weight: bold;
}

/*優惠加購*/
.product-detail .product-info .save-add {
    border-top: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
    padding: 5px 0;
}

    .product-detail .product-info .save-add img {
        border: solid 1px #e6e6e6;
    }

    .product-detail .product-info .save-add .label {
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 25px;
        height: 50px;
    }

    .product-detail .product-info .save-add .item {
        padding: 0.25rem 0;
    }

        .product-detail .product-info .save-add .item + .item {
            border-top: dashed 1px #e6e6e6
        }

    .product-detail .product-info .save-add .price:before {
        content: "NT$";
    }

.product-detail .product-info #form .memo p:last-child {
    margin-bottom: 0px;
}

.product-detail #total:before, #price:before {
    content: "NT$";
    margin-right: 0.3em;
}

.product-detail #total {
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
    color: #cc0000;
    line-height: 1.0;
}

    .product-detail #total:before {
        font-size: 21px;
        margin-right: 10px;
    }

.product-detail .listing-item .price {
    font-size: 14px;
    font-weight: bold;
}

.product-detail .listing-item .save .price {
    color: #cc0000;
}

.product-detail .listing-item .oprice {
    color: #999999;
    font-size: 12px;
    text-decoration: line-through;
}

.product-detail table.numprice {
    width: 100%;
    font-size: 15px;
    text-align: center;
    border-collapse: collapse;
    margin-top: 10px;
}

    .product-detail table.numprice tr {
        border-bottom: 1px solid #E5E5E5;
        line-height: 30px;
    }

    .product-detail table.numprice thead tr {
        background-color: #E5E5E5;
    }

    .product-detail table.numprice thead th {
        text-align: center;
    }

/* 省多少標籤 */
.product-detail #off {
    position: absolute;
    color: #FFFFFF;
    background-color: #cc0000;
    margin-left: 10px;
    border-radius: 5px;
    padding: 0px 7px;
    font-size: 14px;
    top: 5px;
    display: none;
}

    .product-detail #off:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 10px 5px 0;
        border-color: transparent #cc0000 transparent transparent;
        left: -8px;
        top: 5px;
    }

    .product-detail #off.show {
        display: inline;
    }

/*按鈕*/
.product-detail .button a.btn {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

/* 頁籤 */
.product-detail .tab-pane {
    padding: 10px;
}

    .product-detail .tab-pane .container {
        width: 100%;
    }

.product-detail #comment .item {
    border-bottom: dashed 1px #d8d8d8;
    padding: 5px 0;
}

    .product-detail #comment .item .star {
        float: right;
    }

    .product-detail #comment .item .contents {
        margin-top: 5px;
        color: #868686;
    }

/* 推薦產品 */
.product-detail .product-push .listing-item {
    background-color: #E6E6E6;
    margin: 0 1px;
}

    .product-detail .product-push .listing-item .brief {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

/* 相關產品 */
.product-detail .product-related h4 {
    margin-bottom: 12px;
}

.product-detail .product-push .listing-item,
.product-detail .product-related .listing-item {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}

    .product-detail .product-related .listing-item .body h5 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: normal;
        height: 38px;
    }

    .product-detail .product-related .listing-item .price {
        color: #1eb7c8;
    }

.section-product .tab-content {
    padding: 1rem 0;
}

@media (max-width:767px) {
    .product-detail .product-picture .slider-for {
        order: 1;
        width: 100%;
    }

    .product-detail .product-picture .slider-nav {
        order: 2;
        width: 100%;
        margin-right: 0;
    }

        .product-detail .product-picture .slider-nav .item {
            width: auto !important;
        }

    .product-detail .product-info {
        padding-left: 15px;
    }
}

/*關聯商品*/
.section-shopcart .product-relation .slick-track {
    margin-left: unset;
    margin-right: unset;
}

.section-shopcart .product-relation .card {
    padding: 0 5px 0 5px;
}

.section-shopcart .product-relation h3 {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-shopcart .product-relation .price-case-normal {
    display: none;
}

.section-shopcart .product-relation .card-body a {
    display: none;
}

.section-store .item {
    padding: 30px 0;
    border-top: 1px solid #d2d2d2;
}

.section-store .card-img {
    border-radius: 15px;
}

.section-store .body {
    padding: 0.5rem;
}

.section-store .item .name {
    color: #333;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    overflow:hidden;
    text-overflow:ellipsis;
}

.section-store .item ul > li {
    display: flex;
    margin-bottom: 0.5rem;
}

.section-store ul.categorys {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .section-store ul.categorys > li {
        display: inline-block;
        color: #777;
        border-bottom: 1px solid #777;
    }

.section-store ul.contact > li > .title {
    white-space: nowrap;
}

.section-store .item .memo {
    color: #a6a6a6;
}

.section-store .item .btn {
    padding: 0.5rem 0.75rem;
    font-size: 16px;
}

body {
    font-size: 1rem;
    color: #212529;
    /*padding-top: 40px;*/
    background-image: url(/Images/0011.png), url(/Images/02.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    font-weight: 400;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

/*a {
    color: #956134;
    text-decoration: none;
}*/

a:hover {
    /*color: #C9A063;*/
    color: #956134;
}

.btn-default {
    background-color: #956134;
    border-color: #956134;
    color: #fff;
}

    .btn-default:hover, .btn-default:focus {
        background-color: rgba(149, 97, 52, 0.8);
        border-color: rgba(149, 97, 52, 0.8);
        color: #fff;
    }

.btn.khedu {
    background-color: #007bff;
    border-color: #007bff;
    color: #ffffff;
}
.page-item.active .page-link {
    background-color: #956134;
    border-color: #956134;
}

.detail .pagination a {
    color: #956134;
}

ul.district {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    ul.district li {
        flex-basis: 50%;
    }

a.more {
    display: inline-block;
    border-bottom: 2px solid rgba(149, 97, 52, 0);
    transition: all .5s ease;
}

    a.more:hover {
        border-bottom: 2px solid rgba(149, 97, 52, 1);
    }

        a.more:hover i {
            transform: translateX(5px);
            transition: transform 0.3s ease;
        }

header .dropdown-toggle::after {
    display: inline-block;
}

.header-container .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url(/Images/01.jpg);
    background-repeat: no-repeat;
    background-position: -300px 0;
    width: 100%;
    background-color: transparent;
}

    .header-container .top .navbar-nav > li > a {
        display: block;
        padding: 0.3rem 0.5rem;
        color: #333;
        border-radius: 5px;
        border: 1px solid #333;
        margin-right: 15px;
        transition: all .3s ease;
        background-color:#fff;
    }

        .header-container .top .navbar-nav > li > a.dropdown-toggle::after{
            display: none;
        }

        .header-container .top .navbar-nav > li > a:hover {
            background-color: #956134;
            border-color: #956134;
            color: #fff;
        }

    .header-container .top .btn-toolbar .text {
        display: inline-block;
    }

    .header-container .top .navbar-nav li .dropdown-menu {
        position: absolute;
        border: 1px solid rgba(0,0,0,.15);
        right: 15px;
    }

        .header-container .top .navbar-nav li .dropdown-menu li a {
            padding-left: 21px;
            padding-right: 21px;
            color: #7F4F21;
        }

            .header-container .top .navbar-nav li .dropdown-menu li a:hover {
                background-color: #C9A063;
                color: #fff;
            }

img.logo {
    height: 80px;
    max-height: 80px;
    padding: 10px 15px;
}

header.navbar {
    background-color: #956134;
    border: none;
}

.fixed-header-on .top{
    position: fixed;
    width:100%;
    top: 0;
    z-index: 1011;
}

.fixed-header-on header {
    position: fixed;
    width: 100%;
    top: 80px;
}

header .navbar-nav li > a {
    padding: 10px 0px;
    color: #fff;
    font-weight: 600;
    border-left: none;
    border-right: none;
}

    header .navbar-nav li > a:hover,
    header .navbar-nav li > a.active,
    header .navbar-nav li.show > a {
        background-color: #C9A063;
        color: #fff;
    }

header .navbar-nav .nav-item .dropdown-menu {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    margin-top: -1px;
    margin-left: -1px;
}

    /*header .navbar-nav .nav-item .dropdown-menu .nav-item {
        border-bottom: 1px solid #7F4F21;
    }*/

    header .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
        color: #7F4F21;
        padding: 5px 8px;
        line-height: 2.2em;
    }

        header .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link.active {
            color: #fff;
        }

        header .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:hover {
            background-color: #C9A063;
            color: #fff;
        }

.pre-footer {
    background-image: url(/Images/bottom.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 270px;
    padding-top: 20px;
}

footer {
    background-image: url(/Images/footer.jpg);
    background-repeat: repeat;
    padding: 40px 0;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
}

    footer a {
        color: #fff;
    }

        footer a:hover {
            color: #fff;
            cursor: pointer;
        }

    footer ul {
        list-style: disc;
        padding-left: inherit;
        margin-bottom: inherit;
    }

/* nav-mobile */
#nav-mobile .header, #nav-mobile .body {
    background-color: #956134;
}

#nav-mobile .exit:before, #nav-mobile .exit:after {
    background-color: #bdc3c7;
}

#nav-mobile .body {
    border-top: 0;
    box-shadow: none;
}

    #nav-mobile .body a {
        color: #fff;
        border-bottom: transparent;
        font-size: 16px;
    }

    #nav-mobile .body ul > li > a:hover, #nav-mobile .body ul > li > a.active {
        background-color: #B28247;
        color: #fff;
    }

#nav-mobile ul > li > a:after {
    display: none;
}

#nav-mobile .body ul li ul li a {
    padding-left: 40px;
}

/* 分類 */
.sort-desktop {
    padding: 0.5rem 0;
}

    .sort-desktop nav.sort a.active, nav.sort a.active {
        color: #956134;
    }

#filter.feature-panel .header, #filter.feature-panel .body {
    background-color: #956134;
    color: #fff;
}

    #filter.feature-panel .header h2 {
        color: #fff;
    }

    #filter.feature-panel .header .exit:before, #filter.feature-panel .header .exit:after {
        background-color: #bdc3c7;
    }

#filter.feature-panel ul > li > a:hover, #filter.feature-panel ul > li > a.active {
    background-color: #B28247;
    border-bottom: none;
}

#filter.feature-panel ul > li > a {
    color: #ffffff;
    border-bottom: none;
    font-size: inherit;
}

.feature-panel ul > li > a:hover:after, .feature-panel ul > li > a.active:after {
    display: none;
}

.category-pills {
    display: none;
}

    .category-pills .nav-pills {
        justify-content: flex-end;
    }

.nav-pills li {
    border-bottom: 0;
}

    .nav-pills li a {
        color: #007bff;
        font-size: 1rem;
        font-weight: 400;
    }

.nav-pills > li > a.active {
    color: #007bff;
    border-bottom: 0;
}

.nav-pills li a:hover, .nav-pills li a.active:hover {
    background-color: #007bff;
    color: #fff;
    border-bottom: 0;
}

/* breadcrumb */
.breadcrumb li a {
    color: #666666;
}

    .breadcrumb li a:hover {
        color: #956134;
    }

.breadcrumb li.breadcrumb-item:last-child {
    color: #956134;
}

/* 首頁 */
.home-page {
    margin-top: 30px;
}

.section-list-container .container, .section-list-containerfluid .container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

section h1 {
    text-align: left;
    font-size: 2rem;
}

section .card.outer {
    background-color: #fff;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    padding: 10px;
    margin-top: -30px;
}

section .card.inner {
    padding: 20px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    margin-top: -30px;
}

section .image-box {
    margin-bottom: 0.5rem;
}

.section-list-container h1 {
    text-align: left;
}

.section-list-container a.link, .section-news:not(.detail) a.link {
    color: #333;
}

.section-list-container a:hover h5, .section-news a:hover h3 {
    text-decoration: underline;
}

.section-news .item {
    padding: 0.5rem 0;
    margin-top: -1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #dee2e6;
}

.section-news .news-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-news ul.categorys {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

    .section-news ul.categorys li {
        display: inline-block;
        font-size: 0.85rem;
        color: #956134;
        font-weight: bold;
    }

        .section-news ul.categorys li + li {
            margin-left: 0.5rem;
        }

.section-news .date-wrapper {
    margin-top: 5px;
    margin-bottom: 0.5rem;
}

    .section-news .date-wrapper > div {
        align-items: center;
    }

    .section-news .date-wrapper .date {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 0.85rem;
    }


.section-album .card {
    background-image: url(/Images/04.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 20%;
}

.section-album .image-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .section-album .image-box img {
        border-radius: calc(.25rem - 1px);
        display: block;
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
    }

    .section-album .image-box .title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.2em;
        max-height: 2.5em;
        height: 25%;
    }

    .section-album .image-box .date, .section-album .image-box .count {
        position: absolute;
        background-color: rgba(0,0,0,0.5);
        color: #fff;
        padding: 5px;
        border-radius: 5px;
        z-index: 1;
        font-size: 0.875rem;
    }

.section-album .date {
    top: 5px;
    left: 10px;
}

.section-album .count {
    right: 10px;
    bottom: 5px;
}

#section-contents-12 .card.outer, #section-contents-17 .card.outer {
    background-image: url(/Images/history1.jpg);
    background-repeat: repeat;
    background-size: contain;
    background-position: 50%;
}

#section-contents-15 h1 {
    display: none;
}

#section-contents-16 .info {
    display: flex;
    padding-bottom: 15px;
}

#section-contents-16 .body {
    padding: 1rem;
}

#section-list-1003 .service {
    background-image: url(/Uploads/images/service.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    min-height: 100vh;
    width: 100%;
    padding: 20px 0;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3)
}

#section-list-1003 .service-item {
    padding: 10px 15px;
    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3)
}

    #section-list-1003 .service-item h2 {
        padding-bottom: 10px;
        font-weight: bold;
    }

#section-list-1003 .service-title {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 5px 10px;
    background: rgb(255, 102, 51);
    padding: 5px;
    margin-bottom: 5px;
}

#section-list-1003 .service-item .contact {
    display: inline-block;
    color: #fff;
    background-color: rgb(114, 148, 12);
    padding: 5px 10px;
    margin-bottom: 5px;
}

#section-list-1003 .service-item .title {
    width: 140px;
}

#section-list-1003 .service-item .district {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    flex-wrap: wrap;
    list-style: none;
}

    #section-list-1003 .service-item .district li {
        flex-basis: 50%;
    }

#section-list-1011 .slick-slide {
    margin: 0 20px;
}

.section-contents .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.section-contents .map-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    margin-bottom: 30px;
}

    .section-contents .map-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.section-news .card {
    margin-bottom: 20px;
    padding: 15px;
}

.section-news .search {
    margin: 20px 0 16px;
}

.section-news .date-wrapper {
    margin-top: 5px;
    margin-bottom: 0.5rem;
}

    .section-news .date-wrapper .date {
        color: #6c757d;
    }

.section-news .btn-submit, #section-list-1 .btn-submit {
    color: #606265;
    border-color: #e0e0e0;
}

    .section-news .btn-submit:hover, #section-list-1 .btn-submit:hover {
        background-color: #e0e0e0;
        color: #606265;
    }

.section-link .image-container {
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 0;
}

    .section-link .image-container img {
        margin: 0 auto;
    }

.section-album img {
    border-radius: calc(.25rem - 1px);
    width: 100%;
    height: 150px;
}

    .section-album img:hover {
        cursor: zoom-in;
    }

.section-album h5.title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em;
    max-height: 2.4em;
    height: auto;
    font-size: 1rem;
}

.section-album .overlay-container {
    border-radius: 15px;
}

.section-album.detail .img {
    margin-bottom: 0;
}

/* 首頁客製 */
.card-blue {
    background-color: #e7f0fa;
}

.card-green {
    background-color: #e8f5e9;
}

.gradient-background {
    background: linear-gradient(90deg,#fff,#a4d6a4);
    color: #333;
    border-radius: 15px;
    padding: 20px;
    margin: 20px 0;
}

.gradient1 {
    background: linear-gradient(90deg,#7abcfa,#fff);
}

.gradient2 {
    background: linear-gradient(90deg,#fff,#c2a4d6)
}

.gradient3 {
    background: linear-gradient(90deg,#edff89,#fff);
}

.gradient4 {
    background: linear-gradient(90deg,#fff,#d6a4cb);
}

/* 中心沿革 */
.main-timeline {
    position: relative;
}

    .main-timeline:before {
        content: "";
        display: block;
        width: 2px;
        height: 100%;
        background: #c6c6c6;
        margin: 0 auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }

    .main-timeline .timeline {
        margin-bottom: 40px;
        position: relative
    }

        .main-timeline .timeline:after {
            content: "";
            display: block;
            clear: both
        }

    .main-timeline .icon {
        width: 18px;
        height: 18px;
        line-height: 18px;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0
    }

        .main-timeline .icon:after, .main-timeline .icon:before {
            content: "";
            width: 100%;
            height: 100%;
            border-radius: 50%;
            position: absolute;
            top: 0;
            left: 0;
            -webkit-transition: all .33s ease-out 0s;
            transition: all .33s ease-out 0s
        }

        .main-timeline .icon:before {
            background: #fff;
            border: 2px solid #232323;
            left: -3px
        }

        .main-timeline .icon:after {
            border: 2px solid #c6c6c6;
            left: 3px
        }

    .main-timeline .timeline:hover .icon:before {
        left: 3px
    }

    .main-timeline .timeline:hover .icon:after {
        left: -3px
    }

    .main-timeline .date-content {
        width: 50%;
        float: left;
        margin-top: 22px;
        position: relative
    }

        .main-timeline .date-content:before {
            content: "";
            width: 36.5%;
            height: 2px;
            background: #c6c6c6;
            margin: auto 0;
            position: absolute;
            top: 0;
            right: 10px;
            bottom: 0
        }

    .main-timeline .date-outer {
        width: 125px;
        height: 125px;
        font-size: 16px;
        text-align: center;
        margin: auto;
        z-index: 1
    }

        .main-timeline .date-outer:after, .main-timeline .date-outer:before {
            content: "";
            width: 125px;
            height: 125px;
            margin: 0 auto;
            border-radius: 50%;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            -webkit-transition: all .33s ease-out 0s;
            transition: all .33s ease-out 0s
        }

        .main-timeline .date-outer:before {
            background: #fff;
            border: 2px solid #232323;
            left: -6px
        }

        .main-timeline .date-outer:after {
            border: 2px solid #c6c6c6;
            left: 6px
        }

    .main-timeline .timeline:hover .date-outer:before {
        left: 6px
    }

    .main-timeline .timeline:hover .date-outer:after {
        left: -6px
    }

    .main-timeline .date {
        width: 100%;
        margin: auto;
        position: absolute;
        top: 27%;
        left: 0
    }

    .main-timeline .month {
        font-size: 18px;
        font-weight: 700
    }

    .main-timeline .year {
        display: block;
        font-size: 30px;
        font-weight: 700;
        color: #232323;
        line-height: 36px
    }

    .main-timeline .timeline-content {
        width: 50%;
        padding: 20px 0 20px 50px;
        float: right
    }

    .main-timeline .title {
        font-size: 19px;
        font-weight: 700;
        line-height: 24px;
        margin: 0 0 15px 0
    }

    .main-timeline .description {
        margin-bottom: 0
    }

    .main-timeline .timeline:nth-child(2n) .date-content {
        float: right
    }

        .main-timeline .timeline:nth-child(2n) .date-content:before {
            left: 10px
        }

    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding: 20px 50px 20px 0;
        text-align: right
    }

.process-chart {
    width: 80%;
    max-width: 500px;
    margin: 20px auto;
    padding-bottom: 50px;
}

    .process-chart .icon {
        display: inline-block;
        width: 20px;
        height: 20px;
        background-color: #bbb;
        border-radius: 50%;
        margin-right: 5px;
        vertical-align: middle;
    }

    .process-chart .title {
        color: #333;
        padding: 10px;
        margin-bottom: 30px;
        font-size: 18px;
    }

    .process-chart .process-step {
        border: 2px solid #956134;
        background-color: #fde3c1;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0,0,0,.2);
        padding: 20px;
        margin-bottom: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: relative;
        z-index: 1;
        font-weight: 400;
    }

.process-step:not(:last-child):after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #956134 transparent transparent transparent;
}

@media(max-width: 576px) {
    img.logo {
        height: 60px;
        max-height: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .main-timeline:before {
        margin: 0;
        left: 7px
    }

    .main-timeline .timeline {
        margin-bottom: 20px
    }

        .main-timeline .timeline:last-child {
            margin-bottom: 0
        }

    .main-timeline .icon {
        margin: auto 0
    }

    .main-timeline .date-content {
        width: 95%;
        float: right;
        margin-top: 0
    }

        .main-timeline .date-content:before {
            display: none
        }

    .main-timeline .date-outer, .main-timeline .date-outer:after, .main-timeline .date-outer:before {
        width: 110px;
        height: 110px
    }

    .main-timeline .date {
        top: 30%
    }

    .main-timeline .year {
        font-size: 24px
    }

    .main-timeline .timeline-content, .main-timeline .timeline:nth-child(2n) .timeline-content {
        width: 95%;
        text-align: center;
        padding: 10px 0
    }

    .main-timeline .title {
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 991px) {
    .main-timeline .date-content {
        margin-top: 35px
    }

        .main-timeline .date-content:before {
            width: 22.5%
        }

    .main-timeline .timeline-content {
        padding: 10px 0 10px 30px
    }

    .main-timeline .title {
        font-size: 17px
    }

    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding: 10px 30px 10px 0
    }
}

@media(min-width: 768px) {
    img.logo {
        max-height: 100px;
    }

    footer ul{
        display:flex;
        flex-wrap: wrap;
    }

    footer ul li {
        flex-basis: 50%;
        margin-bottom: 0.5rem;
    }

    section .card.outer {
        padding: 15px 10px;
    }
}

@media(min-width: 992px) {
    header .navbar-expand .navbar-nav .nav-link,
    header .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
        padding-right: 21px;
        padding-left: 21px;
    }

    section .card.outer {
        padding: 30px 20px;
    }

    #filter.feature-panel .header {
        padding: 15px 0;
        background-color: #fff;
    }

        #filter.feature-panel .header h2 {
            color: #6c757d;
        }

    #filter.feature-panel .header, #filter.feature-panel .body {
        background-color: #fff;
    }

        #filter.feature-panel .body a {
            color: #666666;
        }

    #filter.feature-panel ul > li > a:hover, #filter.feature-panel ul > li > a.active {
        color: #956134;
        background-color: transparent;
        border-bottom: none;
    }
}

@media(min-width: 1200px) {
    header .navbar-expand .navbar-nav .nav-link,
    header .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
        padding-right: 31px;
        padding-left: 31px;
    }
}

@media(min-width: 1600px) {
    .header-container .top {
        background-position: right top;
    }
}

