@charset "UTF-8";

body {
    font-family: "Microsoft JhengHei", "微軟正黑體", sans-serif;
    line-height: 1.5;
    letter-spacing: 1px;
}

*:focus {
    box-shadow: none !important;
    outline: none !important;
}

@media (max-width: 991px) {
    body.mfp-zoom-out-cur {
        height: 100vh;
        overflow: hidden;
    }
}

label.error {
    line-height: 1.5;
    font-size: 0.9em;
    color: #dc3545;
    margin-bottom: 0;
}

.red {
    color: #dc3545;
}

a.red:hover {
    color: #aa222f;
}

.min-800 {
    min-height: 800px;
}

.row .column,
.row .block {
    line-height: 1.85;
}

.row .block {
    margin-bottom: 1rem;
}

.row .block.image-block img {
    width: 100%;
}

/*
.row .block table,
.row .column table {
    border-collapse: separate;
    border-spacing: 5px;
    border: 0;
}

@media (min-width: 1025px) {

    .row .block table,
    .row .column table {
        max-width: 100%;
    }
}

.row .block table tr td,
.row .block table tr th,
.row .column table tr td,
.row .column table tr th {
    padding: 5px;
    border: 0;
}

.row .block table tr th,
.row .column table tr th {
    color: #fff;
    font-weight: bold;
    background-color: #00479D;
}

.row .block table tr td,
.row .column table tr td {
    background-color: #f3f3f3;
}

.row .block table tr td:first-child,
.row .column table tr td:first-child {
    color: #063671;
    background-color: #E9F3FF;
}
    */

.row img {
    max-width: 100% !important;
    height: auto !important;
}

.mobile-navbar-overlay {
    z-index: 1;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.4);
}

.no-scroll {
    overflow-y: hidden;
}

@media (min-width: 992px) {
    .mobile-bottom {
        display: none;
    }
}

.mobile-bottom .fixed-bottom {
    z-index: 1032;
}

.mobile-bottom .button {
    position: relative;
    height: 50px;
}

.mobile-bottom .text {
    font-size: 15px;
}

.mobile-bottom .text a {
    text-decoration: none;
}

.mobile-bottom .button:nth-child(3n-2) {
    background: #eda200;
    flex: 2;
}

.mobile-bottom .button:nth-child(3n-2) .icon {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    background: url(../../assets/img/bottom-icon1.png) no-repeat center center;
    background-size: 100%;
}

@media (max-width: 991px) {
    .mobile-bottom .button:nth-child(3n-2) .icon {
        width: 24px;
        height: 24px;
        margin-right: 5px;
        background: url(../../assets/img/bottom-icon1.png) no-repeat center center;
        background-size: 100%;
    }
}

.mobile-bottom .button:nth-child(3n-2) .text a {
    color: #fff;
}

.mobile-bottom .button:nth-child(3n-1) {
    background: #2778B6;
    flex: 2;
}


.mobile-bottom .button:nth-child(3n-1) i {
    width: 26px;
    height: 26px;
    margin-right: 5px;
    background-size: 100%;
    color: #2778B6;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.mobile-bottom .button:nth-child(3n-1) .text a {
    color: #ffffff;
}

.mobile-bottom .button:nth-child(3n) {
    background: #d0d0d0;
    flex: 1;
    cursor: pointer;
}

.mobile-bottom .button:nth-child(3n) i{
    width: 26px;
    height: 26px;
    margin-right: 5px;
    background-size: 100%;
    color: #333;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.mobile-bottom .button:nth-child(3n) .btn{
    color: #000;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .1rem;
}

.pagination {
    margin-bottom: 0px;
}

.pagination .page-item {
    margin-left: 8px;
    margin-right: 8px;
}

.pagination .page-link {
    border: 0;
    background: none !important;
    color: #E5841C !important;
    padding: 10px 15px;
    border-radius: 0;
    box-shadow: none;
}

.pagination .page-item.active .page-link {
    color: #FFF !important;
    background: #E5841C !important;
    cursor: default;
    box-shadow: none;
    border-radius: 0 !important;
}

.pagination .page-item:hover .page-link {
    background: #E5841C !important;
    color: #FFF !important;
}

.pagination .page-item .page-link.next,
.pagination .page-item .page-link.prev {
    width: 40px;
    height: 40px;
}

.pagination .page-item .page-link.next:before,
.pagination .page-item .page-link.prev:before {
    position: absolute;
    display: block;
    content: "";
    width: 8px;
    height: 19px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.pagination .page-item .page-link.next:before {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201L4.27271%205.76556L1%2010.5311%22%20stroke%3D%22%23E5841C%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M3.72656%201L6.99927%205.76556L3.72656%2010.5311%22%20stroke%3D%22%23E5841C%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
}

.pagination .page-item .page-link.prev:before {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.99927%201L3.72656%205.76556L6.99927%2010.5311%22%20stroke%3D%22%23E5841C%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M4.27271%201L1%205.76556L4.27271%2010.5311%22%20stroke%3D%22%23E5841C%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
}

.pagination .page-item:hover .page-link.next,
.pagination .page-item:hover .page-link.prev {
    background: rgba(0, 0, 0, 0) !important;
}

@media (max-width: 424px) {
    .pagination .page-item.ssm-hide {
        display: none !important;
    }
}

.btn-fixed {
    position: fixed;
    bottom: 130px;
    right: 24px;
    z-index: 3;
    text-align: center;
}

.btn-fixed .btn-list {
    width: 56px;
    display: flex;
    flex-direction: column-reverse;
}

.btn-fixed .btn-list>* {
    margin-top: 14px;
}

.btn-fixed .btn-list>.community-link {
    position: relative;
    width: 56px;
    height: 56px;
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-fixed .btn-list>.community-link a {
    background: inherit;
}

.go-top {
    position: fixed;
    bottom: -120px;
    right: 24px;
    z-index: 3;
    transition: all 0.2s ease-out;
    cursor: pointer;
}

.go-top.show {
    bottom: 60px;
}

@media (max-width: 991px) {
    .go-top.show {
        bottom: 85px;
    }
}

.go-top a {
    padding: 0px 16px 5px 16px;
    background-color: #FCBE0B;
    border-radius: 5px;
    color: #FFF;
    font-size: 30px;
}

.category-select {
    width: 80%;
    padding: 10px 10px 10px 10px;
    text-align-last: center;
    background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='%23FFFFFF' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") no-repeat right .75rem center/8px 10px;
    background-color: #3b85cb;
    border-color: #67aaf9;
    color: #fff;
    letter-spacing: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 20px;
}

.category-select-btn-wrapper {
    text-align: center;
    padding-bottom: 12px;
}

.category-select-btn {
    padding: 10px 12px;
    font-size: 18px;
    border-color: #2d343e;
    color: #2d343e;
    width: 80%;
}

#category-select-modal .modal-header {
    border: 0;
}

#category-select-modal .modal-body {
    padding: 0;
}

#category-select-modal .list .item {
    display: block;
    text-decoration: none;
    padding: 4px 6px;
}

#category-select-modal .list .item .text {
    display: block;
    padding: 13px 12px;
    border-radius: 5px;
    color: #2d343e;
    font-weight: bold;
}

#category-select-modal .list .item.label {
    padding: 0px 4px;
    border: 0;
}

#category-select-modal .list .item.label .text {
    color: #9ea4b2;
    border-radius: 0;
    padding-bottom: 0px;
    padding-left: 6px;
    font-weight: normal;
}

#category-select-modal .list .optgroup-end {
    padding: 3px 0;
}

#category-select-modal .list .item.active:not(.label) .text,
#category-select-modal .list .item:hover:not(.label) .text {
    background-color: #f3f5f8;
    color: #2d343e;
}

#category-select-modal .list .item.active:not(.label) .text {
    padding: 13px 32px 13px 12px;
}

#category-select-modal .list .item.active:not(.label) .text:after {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    position: absolute;
    right: 14px;
}

/* Page Loading */
.page-loading {
    position: fixed;
    z-index: 1099;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 81px;
    height: 72px;
}

/* Transparent Overlay */
.page-loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}

.page-loading:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.page-loading:not(:required):after {
    content: '';
    display: block;
    font-size: 20px;
    width: 80px;
    height: 80px;
    margin-top: -0.5em;
    border: 6px solid #001372;
    border-radius: 100%;
    border-bottom-color: transparent;
    -webkit-animation: spinner 1s linear 0s infinite;
    animation: spinner 1s linear 0s infinite;
}

/* Loading Animation */
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.mob-show {
    display: none;
}

@media (max-width: 991px) {
    .mob-show {
        display: block !important;
    }

    .mob-hidden {
        display: none !important;
    }

    .go-top {
        right: 18px;
    }
}

.page-content .page-content-title {
    padding-top: 140px;
    text-align: center;
}

.page-content .page-content-title .text {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 6px;
    line-height: 1.2;
    white-space: nowrap;
}

.page-content .content {
    padding-top: 80px;
    padding-bottom: 120px;
}

.page-content .side-menu-wrapper {
    flex: 0 0 300px;
}

@media (max-width: 991px) {
    .page-content .side-menu-wrapper {
        display: none;
    }
}

.page-content .right-content {
    flex: 1;
    padding-left: 30px;
}

.page-content .padding {
    flex: 0 0 321px;
}

.page-btn {
    line-height: 2;
    padding-bottom: 30px;
    padding-top: 60px;
}

.page-btn .prev {
    position: relative;
}

.page-btn .next {
    position: relative;
}

.page-btn .prev a,
.page-btn .next a {
    color: #00479D;
    text-decoration: none;
}

.page-btn .list {
    color: #00479D;
    padding: 7px 17px;
    background: #E9F3FF;
    border-radius: 5px;
}

.page-btn .list:hover {
    color: #00479D;
    text-decoration: none;
}

@media (max-width: 1199px) {
    .page-content .side-menu .item a {
        font-size: 16px;
    }

    .page-content .side-menu,
    .page-content .padding {
        flex: 0 0 260px;
    }
}

@media (max-width: 991px) {

    .page-btn,
    .page-content .right-content {
        padding-left: 0;
    }

    .page-btn {
        padding-bottom: 30px;
    }
}

.product-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.product-img:before {
    content: "";
    display: block;
    padding-bottom: 75%;
}

i.global-icon:before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.832%22%20height%3D%2216.832%22%20viewBox%3D%220%200%2016.832%2016.832%22%3E%3Cg%20transform%3D%22translate%2870.879%2078.963%29%22%3E%3Cpath%20d%3D%22M-54.547-70.547a7.916%2C7.916%2C0%2C0%2C1-7.916%2C7.916%2C7.916%2C7.916%2C0%2C0%2C1-7.916-7.916%2C7.916%2C7.916%2C0%2C0%2C1%2C7.916-7.916%2C7.907%2C7.907%2C0%2C0%2C1%2C2.624.445A7.92%2C7.92%2C0%2C0%2C1-54.547-70.547Z%22%20fill%3D%22none%22%20stroke%3D%22%23ff6634%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%3Cpath%20d%3D%22M-66.217-63.853l.7.384a1.064%2C1.064%2C0%2C0%2C1%2C.528%2C1.157l-.017.08a1.076%2C1.076%2C0%2C0%2C0%2C.669%2C1.222c.186.075.337.17.371.287a13.653%2C13.653%2C0%2C0%2C1%2C.2%2C1.523c0%2C.028.006.055.01.083a3.974%2C3.974%2C0%2C0%2C0%2C.446%2C1.363%2C3%2C3%2C0%2C0%2C0%2C.426.448%2C1.053%2C1.053%2C0%2C0%2C0%2C.693.256h.569a1.064%2C1.064%2C0%2C0%2C1%2C.93.547l.243.437a1.064%2C1.064%2C0%2C0%2C1%2C.1.788l-.025.1a1.064%2C1.064%2C0%2C0%2C1-.522.665l-1.9%2C1.027a1.067%2C1.067%2C0%2C0%2C1-.24.094l-.724.187%22%20transform%3D%22translate%28-3.057%20-10.73%29%22%20fill%3D%22none%22%20stroke%3D%22%23ff6634%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%3Cpath%20d%3D%22M-50.51-76.76l.37%2C2.958a.928.928%2C0%2C0%2C0%2C1.1.8l.366-.071A.928.928%2C0%2C0%2C1-47.588-72h0a.928.928%2C0%2C0%2C0%2C.454.969c.581.331%2C1.415.8%2C1.544.831.041.01.056.1.053.228a1.819%2C1.819%2C0%2C0%2C0%2C1.916%2C1.827l.443-.021a.928.928%2C0%2C0%2C0%2C.716-.395l.951-1.359a.927.927%2C0%2C0%2C0%2C.164-.62c-.057-.6-.169-1.787-.169-1.889%2C0-.136-.179-1.815-.179-1.815%22%20transform%3D%22translate%28-14.593%20-1.251%29%22%20fill%3D%22none%22%20stroke%3D%22%23ff6634%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%3Cpath%20d%3D%22M-36.752-32.385l-.163-.651c-.005-.019-.011-.038-.018-.057-.027-.08-.08-.284-.14-.518a1.135%2C1.135%2C0%2C0%2C1%2C.767-1.364c.565-.172%2C1.24-.369%2C1.677-.5a1.091%2C1.091%2C0%2C0%2C0%2C.673-.561l.132-.264A1.093%2C1.093%2C0%2C0%2C1-33-36.89l.873-.122%2C1.4-.13%22%20transform%3D%22translate%28-24.437%20-30.349%29%22%20fill%3D%22none%22%20stroke%3D%22%23ff6634%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center;
}

.privacy-div {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

.layui-layer.privacy {
    background: rgba(0, 0, 0, 0);
}

.baguetteBox-button {
    background: rgba(0, 0, 0, 0);
}