html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    scroll-padding-top: 160px;
}

body {
    padding-right: 0px !important;
    font-size: 16px;
     font-family: "Noto Sans TC", Arial, "PingFang TC", "Microsoft JhengHei", sans-serif;
    /*font-family: 'Poppins', "微軟正黑體", "Noto Sans TC", sans-serif;*/
    letter-spacing: 1px;
    position: relative;
    min-height: 100vh;
}

@media (max-width: 576px) {
    .article-img {
        width: 100%;
    }
}

/* ---- material symbols setting ---- */
.material-symbols-rounded {
    font-variation-settings:
        'FILL'0,
        'wght'300,
        'GRAD'0,
        'opsz'20,
        'size'16
}

.material-symbols-rounded.fill {
    font-variation-settings:
        'FILL'1,
        'wght'400,
        'GRAD'0,
        'opsz'20
}

.fs-16 {
    font-size: 16px;
}

/* ---- material symbols setting end ---- */
/* ---- color root ---- */
:root {
    --main-color: #597b92;
    --dark-color: #1b1b1b;
    --vice-color: #666666;
    --red-color: #ff2f2f;
    --blue-color: #597b92;
}

/* ---- color root end ---- */
/* ---- basic setting ---- */
.section-page {
    padding: 80px 0;
}

@media (max-width: 992px) {
    .section-page {
        padding: 40px 0;
    }
}

.modal {
    padding-right: 0px !important;
}

@media (min-width: 576px) {
    #pdtOptModal .modal-dialog {
        max-width: 650px !important;
        margin: 1.75rem auto;
    }
}

@media (max-width: 480px) {
    #pdtOptModal .modal-dialog {
        max-width: 450px !important;
        margin: 15px 15px;
    }
}

.modal-content {
    border: none;
    border-radius: 5px;
    overflow: hidden;
    padding: 30px;
    background-color: #fff;
}

@media (max-width: 576px) {
    .modal-content {
        padding: 1.5rem 1rem;
    }
}

.modal-xmark {
    position: absolute;
    right: 10px;
    top: 10px;
    color: var(--main-color);
}

.modal-t {
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 500;
    color: var(--dark-color);
    position: relative;
    text-align: center;
}

.modal-t.dark {
    color: var(--vice-color);
}

.modal-icon {
    display: block;
    width: 55px;
    object-fit: contain;
    margin: 0 auto 15px;
}

.modal-ct {
    margin-top: 20px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 2px;
    color: #666;
}

@media (max-width: 768px) {
    .modal-t {
        font-size: 18px;
    }

    .modal-icon {
        width: 35px;
    }
}

@media (max-width: 576px) {
    .modal-dialog {
        margin: 1rem;
    }
}

a {
    color: #333;
    cursor: pointer;
    text-decoration: none;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
    color: var(--main-color);
    cursor: pointer;
}

img {
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
label {
    padding: 0;
    margin: 0;
    list-style: none;
}

input,
select,
textarea,
button {
    border-radius: 0;
    outline: none;
}

input:active,
select:active,
textarea:active,
button:active,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

button {
    border: none;
    background-color: transparent;
}

select {
    -webkit-appearance: none;
    background-color: #fff;
    color: #333;
    height: 30px;
    line-height: 20px;
    background-image: url(../img/select-icon.svg);
    background-repeat: no-repeat;
    background-position: 98%;
    background-size: 12px;
}

/* 隱藏數字箭頭 */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.fm-group {
    margin-bottom: 10px;
}

.fm-group label {
    display: block;
    color: #515151;
    margin-bottom: 3px;
    font-size: 15px;
}

.fm-group textarea,
.fm-group input,
.fm-group select {
    color: #555;
    letter-spacing: 1.5px;
    width: 100%;
    font-size: 16px;
    padding: 5px 10px !important;
    background-color: #fff;
    border: 1px solid #dedede;
    transition: .3s ease;
    border-radius: 5px;
}

.fm-group input,
.fm-group select {
    height: 35px;
}

.fm-group textarea::placeholder,
.fm-group input::placeholder {
    color: #ccc;
}

.fm-group textarea:disabled,
.fm-group input:disabled,
.fm-group select:disabled {
    opacity: 1;
    background-color: #eee;
    color: #999;
    border: none;
    padding: 6px !important;
}

.fm-btn {
    height: 100%;
    display: flex;
    align-items: end;
}

.fm-btn .btn {
    background-color: var(--main-color);
    color: #fff;
    border: none;
    height: 35px;
    padding: 0 15px;
    margin: 0;
    border-radius: 5px;
    letter-spacing: 2px;
}

.fm-btn .btn:hover {
    transform: none;
    color: #fff;
}

.checkbox {
    display: inline-flex;
    align-items: center;
    margin: 0 5px 10px 0;
}

.checkbox input[type='checkbox'] {
    width: 20px;
    height: 10px;
    margin: 0 10px 0 0;
    position: relative;
}

.checkbox input[type='checkbox']::before {
    position: absolute;
    top: -7px;
    left: -1px;
    width: 22px;
    height: 22px;
    content: '';
    display: block;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    transition: .3s ease;
}

.checkbox input[type='checkbox']::after {
    position: absolute;
    top: -6.5px;
    left: -1px;
    width: 22px;
    height: 22px;
    content: '\e5ca';
    font-family: 'Material Symbols Rounded';
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: var(--main-color);
    opacity: 0;
    transition: .3s ease;
}

.checkbox input[type='checkbox']:checked:before,
.checkbox input[type='checkbox']:checked:after {
    opacity: 1;
    border-color: rgba(208, 178, 130, 0.3);
}

.checkbox label {
    margin: 0;
    letter-spacing: 2px;
    color: #333;
    transition: .3s ease;
}

.checkbox input[type='checkbox']:checked+label {
    color: var(--main-color);
}

.swiper-pagination-bullet-active {
    background-color: var(--main-color);
}

/* bg */
.bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    background-image: url(../img/bg.svg);
}

.bg2 {
    background-image: url(../img/bg2.jpg);
    background-position: center bottom;
    background-size: cover;

}

.bg-g {
    background: #f3f3f3;
}

.bg3 {
    background-image: url(../img/index-120days.jpg);
    background-position: center bottom;
    background-size: cover;

}

.bg4 {
    background-image: url(../img/bg4.jpg);
    background-position: center bottom;
    background-size: cover;

}

.ab-bg1 {
    position: relative;
    /*background: url(../img/ab-bg-1.jpg) no-repeat center bottom;*/
    background-size: contain;
    padding: 80px 0px 160px;
    background-repeat: no-repeat;
    background-position: center bottom;

}


.ab-bg2 {
    position: relative;
    background: url(../img/ab-bg-2.jpg) no-repeat center bottom;
    background-size: contain;
    /* 或 cover，看你的需求 */
    padding: 80px 0px 160px;


}

.ab-bg3 {
    position: relative;
    background: url(../img/ab-bg-3.jpg) no-repeat center bottom;
    background-size: cover;
    /* 或 cover，看你的需求 */
    padding: 80px 0px 360px;

}

@media (max-width: 576px) {
    .ab-bg1 {
        background-size: initial;
    }

    .ab-bg2 {
        background-size: inherit;
        padding: 80px 0px 400px;
    }
}

.bg0 {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.login-bg {
    position: relative;
    background: url(../img/login-bg.jpg) no-repeat center bottom;
    background-size: cover;
    /* 或 cover，看你的需求 */
    padding: 80px 0px 160px;

}

.qa-bg {
    background-image: url(../img/qa-bg.jpg);
    background-position: center bottom;
    background-size: cover;

}

.bg-text p {
    margin-bottom: 5px;
}

/* text */
[class*=-h2] {
    font-size: 40px;
}

[class*=-h3] {
    font-size: 30px;
}

[class*=-h4] {
    font-size: 20px;
}

[class*=-h5] {
    line-height: 30px;
    font-size: 16px;
}

[class*=-h6] {
    line-height: 30px;
    font-size: 15px;
}

[class*=-smtext] {
    font-size: 14px;
}

[class*=white-] {
    color: #fff;
}

[class*=dark-] {
    color: #1d1d1d;
}

[class*=gray-] {
    color: #606060;
}

[class*=green] {
    color: var(--green-color);
}

[class*=red] {
    color: var(--red-color);
}

[class*=main-] {
    color: var(--main-color);
}

[class*=gold-] {
    color: var(--dark-color);
}


[class*=notice-] {
    color: var(--red-color);
}

[class*=-lighter] {
    font-weight: 300;
}

[class*=-bolder] {
    font-weight: 600;
}

[class*=-xlbolder] {
    font-weight: 800;
}

[class*=-ls0] {
    letter-spacing: 0;
}

[class*=-ls1] {
    letter-spacing: 1px;
}

[class*=-ls2] {
    letter-spacing: 2px;
}

[class*=-ls3] {
    letter-spacing: 3px;
}

@media (max-width: 768px) {
    [class*=-h2] {
        font-size: 30px;
    }

    [class*=-h3] {
        font-size: 25px;
    }

    [class*=-h4] {
        font-size: 18px;
    }
}

/* line */
.line-small {
    display: block;
    width: 80px;
    border-bottom: 1px solid #ccc;
    margin: 15px 0 17px;
}

.line-big {
    display: block;
    width: 80px;
    border: 3px solid #eee;
    margin: 15px 0 17px;
}

/* btn */
.btn-list {
    display: flex;
    justify-content: end;
    align-items: center;
    flex-wrap: nowrap;
}

.btn {
    background: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
    width: fit-content;
    padding: 4px 15px;
    margin-left: 8px;
    border-radius: 5px;
    transition: .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn:focus {
    box-shadow: none;
}

.btn:hover {
    transform: translateX(3px);
    color: #fff;
}

.btn .material-symbols-rounded {
    font-size: 20px;
}

.btn-cancel {
    color: #aaa;
    border-bottom-color: #ccc;
}

.btn-cancel:hover {
    color: #999;
    border-bottom-color: #ccc;
}

.modal .btn {
    background-color: var(--main-color);
    border: none;
    color: #fff;
    padding: 5px 15px 5px 13px;
    border-radius: 5px;
    letter-spacing: 2px;
}

.modal .btn-cancel {
    background-color: #ccc;
}

.modal .btn-delete {
    background-color: var(--red-color);
}

.modal .btn:hover {
    transform: none;
    opacity: .8;
}

.input-btn-flex {
    display: flex;
    height: 35px;
    align-items: center;
}

.input-btn-flex input {
    height: 100%;
    border-right: none;
    border-radius: 5px 0px 0px 5px;
}

.input-btn-flex button {
    width: 100px;
    min-width: 100px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--main-color);
    border-radius: 0 5px 5px 0;
    color: #fff;
    letter-spacing: 2px;
}

.small-gutter {
    margin-right: -8px;
    margin-left: -8px;
}

.small-gutter [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    color: #fff;
    font-size: 25px;
}

.cta-btn {
    display: inline-block;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(135deg, #39506d, #bac2cb);
    border: none;
    border-radius: 55px;
    text-decoration: none;
    box-shadow: 3px 4px 2px rgb(57 80 109);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    letter-spacing: 4px;
    margin-top: 20px;
}


.cta-btn:hover {
    background: linear-gradient(135deg, #bac2cb, #39506d);
    transform: translateY(-3px);
    /* 浮起來 */
    /*box-shadow: -3px 4px 2px rgb(57 80 109);*/
    color: #fff;
}
a.cta-btn:active
a.cta-btn:foucs {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 4px 10px rgba(0, 114, 255, 0.4);
     color: #fff;
}

/* ---- basic setting end ---- */
/* ---- gotop ---- */
.gotop {
    position: fixed;
    right: 10px;
    bottom: 40px;
    transition: display 0.5s ease-in-out;
    z-index: 10;
}

.gotop img {
    width: 50px;
    display: block;
}

@media (max-width: 992px) {
    .gotop {
        bottom: 70px;
    }
}

@media (max-width: 768px) {
    .gotop {
        right: 10px;
    }

    .gotop img {
        width: 45px;
    }
}

/* ---- gotop end ---- */
/* ---- right link ---- */
.right-link {
    position: fixed;
    right: 15px;
    top: 30%;
    z-index: 10;
}

.right-link li a {
    display: flex;
    align-items: center;
    color: #fff;
    width: fit-content;
    height: 40px;
    background-color: #39506d;
    box-shadow: 3px 3px 0px rgb(186 194 203);
    border: 1px solid #39506d;
    border-radius: 5px;
    margin: 0 0 0 auto;
    padding: 20px 8px;
    transition: .3s ease;
}

.right-link li:not(:last-of-type) a {
    margin: 0 0 15px auto;
}

.right-link li img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.right-link li img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

@media (max-width: 992px) {
    .right-link {
        bottom: 130px;
    }
}

@media (max-width: 768px) {
    .right-link li a {
        padding: 2px 8px;
    }

    .right-link li img {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }

    .right-link li img {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }
}

.cart-icon {
    position: relative;
}

.cart-num {
    position: absolute;
    background-color: #f7b52c;
    display: block;
    right: -9px;
    top: -5px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 11px;
}

.cart-num-md {
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    padding: 0 0 0 1px;
    text-align: center;
    line-height: 21px;
    border-radius: 50%;
    font-size: 13px;
    background-color: #fff;
    color: var(--main-color);
}

.search-nav {
    width: 0px;
    margin-right: 0px;
    transition: .3s ease;
}

.search-nav input {
    width: 100%;
    border-radius: 10px;
    border: 0px solid rgba(208, 178, 130, 0.5);
    transition: .3s ease;
    padding: 2px 12px;
    font-size: 16px;
    letter-spacing: 1px;
}

.search-icon.active .search-nav {
    width: 200px;
    margin-right: 10px;
}

.search-icon.active .search-nav input {
    border-width: 1px;
}

/* ---- right link end ---- */

/* ---- top link ---- */

.top-link {
    position: relative;
    right: 0;
    top: 20px;
    z-index: 9999;
    display: flex;
}

.top-link li a {
    display: flex;
    align-items: center;
    color: #fff;
    width: fit-content;
    height: 36px;
    margin: 0 3px;
    padding: 3px 6px;
    transition: .3s ease;
}

.top-link li img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}


@media (max-width: 992px) {
    .top-link {
        top: 13px;
        right: 65px;
        display: none;
    }
}

@media (max-width: 768px) {
    .top-link li a {
        padding: 2px 5px;
        position: relative;
    }

    .top-link li:not(:last-of-type) a {
        margin: 0 0 0 10px;
    }

    /* .top-link li img {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }*/


}

/* ---- top link end ---- */

/* ---- bottom link ---- */
.bottom-link {
    display: none;
}

@media (max-width: 992px) {
    .bottom-link {
        display: flex;
        position: fixed;
        z-index: 10;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: var(--main-color);
        /*box-shadow: 0 -5px 15px -5px rgba(0, 0, 0, 0.08);*/
    }
}

.bottom-link li {
    width: calc(100% / 2);
}

.bottom-link li a {
    display: flex;
    height: 50px;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.bottom-link li:not(:last-of-type) a {
    border-right: 1px solid #fff;
}

.bottom-link li a img {
    width: 20px;
    object-fit: contain;
    margin-right: 10px;
}

.bottom-link li a span {
    display: block;
    height: 22px;
}

@media (max-width: 576px) {
    .bottom-link li a {
        font-size: 16px;
    }

    .bottom-link li a img {
        width: 16px;
    }
}

/* ---- bottom link end ---- */
/* ---- header ---- */
header {
    height: 70px;
    position: relative;
    background: #fff;
}

@media (max-width: 992px) {
    header {
        height: 60px;
    }
}

.fixed-top {
    padding-right: 0px !important;
    background: #fff;
    transition: .3s ease;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.22);
}

.header-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
}

@media (min-width: 1380px) {
    .header-flex {
        margin: 0 15%;
    }
}


.logo {
    width: 300px;
    min-width: 300px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.logo img {
    object-fit: contain;
    width: 100%;
}



@media (max-width: 992px) {
    .logo {
        height: 60px;
    }

    .logo img {
        width: 85%;
    }
}

@media (max-width: 576px) {
    .logo {
        width: 285px;
        min-width: unset;
    }
}

/*header .nav-menu {
    margin: 0;
    padding: 0;
    height: 100%;
}

header .nav-menu>ul {
    display: flex;
    margin: 0;
    padding: 0;
    height: 100%;
}

header .nav-menu>ul>li {
    white-space: nowrap;
    list-style: none;
}


header .nav-menu>ul>li>a {
    display: flex;
    align-items: center;
    color: #333;
    height: 100%;
    padding: 0 10px;
    transition: 0.3s ease;
    font-size: 16px;
    font-weight: 400;
    line-height: 70px;
}

header .nav-menu .active>a,
header .nav-menu li:hover>a {
    color: var(--gold-color);
    text-decoration: none;
}

header .nav-menu>ul>.drop-down>a:after {
    content: "\e5cf";
    font-family: "Material Symbols Rounded";
    font-size: 20px;
    padding-left: 0px;
}*/
/*----0826---*/
header .nav-menu {
    margin: 0;
    padding: 0;
    height: 100%;
}

@media(min-width: 992px) {
    header .nav-menu ul {
        display: flex;
        margin: 0;
        padding: 0;
        height: 100%;
    }
}

header .nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    list-style: none;
}

/*header .nav-menu>ul>li::after {
    position: absolute;
    display: block;
    content: '';
    height: 2px;
    background-color: #804399;
    top: 70%;
    left: 12%;
    transition: .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 0;
}

header .nav-menu>ul>li.active::after,
header .nav-menu>ul>li:hover::after {
    width: 76%;
}
*/

header .nav-menu>ul>li>a {
    display: flex;
    position: relative;
    color: #333;
    height: 100%;
    padding: 0 15px;
    transition: 0.3s ease;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 70px;
    align-items: center;
    font-family: sans-serif;
    font-weight: 400;
}

header .nav-menu a:hover,
header .nav-menu>ul>li.active>a,
header .nav-menu>ul>li:hover>a {
    color: var(--main-color) !important;
}

header .nav-menu>ul>li>ul>li>a:hover,
header .nav-menu>ul>li>ul>li>ul>li>a:hover {
    color: #feee84 !important;
}

header .nav-menu .drop-down ul {
    display: none;
    position: absolute;
    left: 0px;
    top: 100%;
    height: auto;
    z-index: 99;
    border-radius: 0;
    transition: ease all 0.3s;
    list-style: none;
    background-color: #fff;
    border: 1px solid #f6f6f6;
}

header .nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
    /* height: 50px; */
}

header .nav-menu>ul>li {
    display: flex;
    align-items: center;
}



header .nav-menu .drop-down ul a {
    display: block;
    height: 100%;
    width: 100%;
    font-size: 16px;
    padding: 10px 15px;
    font-weight: 500;
    text-transform: none;
    color: #333;
}




header .nav-menu .drop-down ul li {
    transition: .3s ease;
    border-bottom: 1px solid var(--blue-color);
}

header .nav-menu .drop-down ul .active {
    background-color: rgba(255, 255, 255, 0.8);
}

header .nav-menu .drop-down ul li:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

header .nav-menu .drop-down ul a:hover,
header .nav-menu .drop-down ul .active>a,
header .nav-menu .drop-down ul li:hover>a {
    color: #feee84;
    background: #39506d;
}

/*header .nav-menu .drop-down>a:after {
    content: "\e5cf";
    font-family: "Material Symbols Rounded";
    font-size: 20px;
    padding-left: 0px;
}*/

header .nav-menu>ul>li.drop-down>a:after {
    content: "\e5cf";
    font-family: "Material Symbols Rounded";
    font-size: 20px;
    padding-left: 0px;
}


header .nav-menu .drop-down .drop-down>a:after {
    content: none;
}


/*header .nav-menu .drop-down ul .drop-down>li>a:after {
    content: "\e5cf";
    font-family: "Material Symbols Rounded";
    font-size: 12px;
    padding-left: 0px;
}*/

header .nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100%);
    box-shadow: none;
    background-color: transparent;
}

header .nav-menu .drop-down .drop-down ul li {
    background-color: #fff;
    margin-left: 0px;
}

header .nav-menu .drop-down .drop-down ul li:hover>a,
header .nav-menu .drop-down .drop-down ul li.active>a {
    color: #ffffff;
    background: #39506d;
}

header .nav-menu .drop-down .drop-down:hover>ul {
    display: block;
    top: 0;
    left: 100%;
    animation-name: toLeft;
    animation-duration: .5s;
    animation-delay: 0ms;
}

@keyframes toLeft {
    from {
        transform: translateX(0px);
        opacity: 0;
    }

    to {
        transform: translateX(0px);
        opacity: 1;
    }
}

/*header .nav-menu .drop-down .drop-down>a:after {
        content: "\e5cf";
    font-family: "Material Symbols Rounded";
    font-size: 20px;
    padding-left: 0px;
}
*/
/*@media (max-width: 1366px) {
    header .nav-menu .drop-down .drop-down:hover>ul {
        left: 98%;
    }

    header .nav-menu .drop-down .drop-down>a:after {
        content: "\eaca";
    }
}
*/
/* 選單hover效果 */
header .nav-menu>ul>.drop-down:hover>ul {
    display: block;
    animation-name: header-animate;
    animation-duration: .5s;
    animation-delay: 0ms;
    animation-timing-function: ease;
}

@keyframes header-animate {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }

    to {
        transform: translateY(0px);
        opacity: 1;
    }
}


/* 讓 li 本身成為定位基準 */
.drop-down {
    position: relative;
}

/* 下拉選單 */
.lg-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 40vw;
    min-width: 30vw;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

@media (max-width: 1200px) {
    .lg-nav {
        display: none !important;
    }
}


.lg-nav>ul {
    padding: 15px 15px 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
}

.lg-nav>ul>li {
    width: calc(100% / 2);
    margin: 0 0 15px;
}

@media (max-width: 1440px) {
    .lg-nav>ul>li {
        width: calc(100% / 3);
    }
}

.lg-nav>ul>li>a {
    line-height: 1;
    display: block;
    padding: 0 0 0 10px;
    border-left: 5px solid var(--blue-color);
    color: var(--main-color);
    margin: 0 0 10px;
    letter-spacing: 1.5px;
}

.lg-nav>ul>.drop-down>ul>li>a {
    display: block;
    width: fit-content;
    padding: 0 0 0 15px;
    margin: 0 0 10px;
    letter-spacing: 2px;
    color: #666;
    font-weight: 400;
    position: relative;
}



.lg-nav>ul>.drop-down>ul>li>a::after {
    position: absolute;
    display: block;
    content: '';
    width: 0%;
    height: 1px;
    left: 15px;
    bottom: -2px;
    background-color: var(--blue-color);
    transition: .3s ease;
}

.lg-nav>ul>.drop-down>ul>li.active>a,
.lg-nav>ul>.drop-down>ul>li:hover>a {
    color: var(--blue-color);
}

.lg-nav>ul>.drop-down>ul>li.active>a::after,
.lg-nav>ul>.drop-down>ul>li:hover>a::after {
    width: 90%;
}

@media (min-width: 1200px) {
    .mb-nav {
        display: none;
    }
}

/* 選單hover效果 */
header .nav-menu>ul>.drop-down:hover>.lg-nav {
    display: flex;
    animation-name: header-animate;
    animation-duration: .5s;
    animation-delay: 0ms;
    animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}


@keyframes header-animate {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (min-width: 1200px) {
    .member-icon-mobile {
        display: none;
    }
}

@media (max-width: 1200px) {

    .member-icon-mobile {
        width: 25px;
        height: 25px;
        margin-left: 10px;
        position: relative;
        right: 50px;
    }
}

.member-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*---手機---*/

.mobile-nav {
    position: fixed;
    top: 75px;
    bottom: 0;
    z-index: 1032;
    overflow-y: auto;
    width: 280px;
    transition: 0.4s;
    right: -280px;
    align-items: center;
    background-color: var(--blue-color);
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .mobile-nav {
        top: 150px;
    }
}

@media (max-width: 992px) {
    .mobile-nav {
        top: 60px
    }
}

.mobile-nav::-webkit-scrollbar {
    width: 7px;
}

.mobile-nav::-webkit-scrollbar-button {
    background: transparent;
    border-radius: 4px;
}

.mobile-nav::-webkit-scrollbar-track-piece {
    background: transparent;
}

.mobile-nav::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.5);
}

.mobile-nav::-webkit-scrollbar-track {
    box-shadow: transparent;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav ul {
    display: block;
    width: 100%;
}

.mobile-nav ul li {
    width: 100%;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    letter-spacing: 1.5px;
    padding: 15px 20px;
    font-weight: 500;
    transition: 0.3s;
}

@media (max-width: 576px) {
    .mobile-nav a {
        margin-left: auto;
    }
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.mobile-nav>ul>li>a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-nav .drop-down>a:after {
    content: "\e5cf";
    font-family: "Material Symbols Rounded";
    margin-left: 5px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
    margin: 10px 0;
}

.mobile-nav .drop-down li {
    margin-left: 10px;
}

.mobile-nav .drop-down li a {
    padding: 8px 15px;
}

.mobile-nav .sns-link-t {
    padding: 35px 20px 5px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.mobile-nav .sns-link {
    padding: 0px 20px;
    display: flex;
    align-items: center;
}

.mobile-nav .sns-link li {
    width: fit-content;
    margin-right: 10px;
}

.mobile-nav .sns-link a {
    padding: 0;
}

.mobile-nav .sns-link a img {
    display: block;
    width: 30px;
}

.mobile-nav-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 1033;
    border: 0;
    background: none;
    font-size: 35px;
    transition: all 0.3s;
    outline: none !important;
    line-height: 1;
    width: 70px;
    height: 70px;
}

@media (min-width: 1200px) and (max-width: 1440px) {
    /*.mobile-nav-toggle {
        top: 75px;
    }*/
}

@media (max-width: 992px) {
    .mobile-nav-toggle {
        width: 60px;
        height: 60px;
    }
}

.mobile-nav-toggle:hover {
    cursor: pointer;
}

.mobile-nav-toggle .mobilenav-line span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: var(--main-color);
    transition: .3s ease;
}

.mobile-nav-toggle .mobilenav-line span:nth-of-type(2) {
    margin: 7px 0;
}

.mobile-nav-toggle .mobilenav-line.active span:nth-of-type(2) {
    opacity: 0;
}

.mobile-nav-toggle .mobilenav-line.active span:nth-of-type(1) {
    transform: rotate(45deg) translateY(6px) translateX(5px);
}

.mobile-nav-toggle .mobilenav-line.active span:nth-of-type(3) {
    transform: rotate(-45deg) translateY(-8px) translateX(6px);
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 1031;
    top: 75px;
    right: 0;
    position: fixed;
    opacity: 1;
    background-color: rgba(208, 178, 130, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
    display: none;
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .mobile-nav-overly {
        top: 150px;
    }
}

@media (max-width: 992px) {
    .mobile-nav-overly {
        top: 60px;
    }
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    display: block;
    padding: 20px 12px;
    right: 0;
}

/* ---- header end ---- */
/* ---- banner ---- */
.carousel-control-next-icon {
    background-image: url(../img/banner-next.svg);
}

.carousel-control-prev-icon {
    background-image: url(../img/banner-prev.svg);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 30px;
    height: 30px;
}

.carousel-caption {
    position: absolute;
    right: 0;
    top: 40%;
    left: 0;
    z-index: 10;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    text-align: left;
    padding: 20px 15px;
    height: fit-content;
}

.carousel-caption h1 {
    font-size: 55px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
    animation-delay: 1s;
}

.carousel-caption h1 .desc {
    font-weight: 500;
    font-size: 22px;
}

.carousel-caption p {
    font-size: 30px;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
    animation-delay: 2s;
}

.carousel-indicators {
    bottom: 0;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

.carousel-item img {
    object-fit: cover;
}

@media (max-width: 992px) {
    .carousel-item img {
        min-height: 350px;
    }

    .carousel-caption {
        top: 25%;
    }

    .carousel-caption h1 {
        font-size: 45px;
    }
}

@media (max-width: 768px) {
    .carousel-caption {
        padding: 20px 15px;
        top: unset;
        bottom: 40px;
        background: rgb(33, 33, 33);
        background: linear-gradient(90deg, rgba(208, 178, 130, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    }

    .carousel-caption h1 {
        font-weight: 400;
        font-size: 35px;
    }

    .carousel-caption h1 .desc {
        font-size: 16px;
    }

    .carousel-caption p {
        font-size: 22px;
    }
}

@media (max-width: 576px) {
    .carousel-caption h1 {
        font-size: 25px;
    }

    .carousel-caption p {
        font-size: 15px;
    }
}

@-webkit-keyframes bannerZomm {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.15, 1.15);
    }
}

@keyframes bannerZomm {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.15, 1.15);
    }
}

.carousel-inner .carousel-item>img {
    -webkit-animation: bannerZomm 15s;
    animation: bannerZomm 15s;
}

/* ---- banner end ---- */
/* ---- breadcrumb ---- */
.breadcrumb {
    justify-content: start;
    margin: 0;
    padding: 8px 0;
    border-radius: 0;
    background-color: transparent;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '|';
    color: #ddd;
}

.breadcrumb-item a {
    font-size: 14px;
    letter-spacing: 3px;
    color: #999;
    height: 100%;
    display: flex;
    align-items: center;
}

.breadcrumb-item a img {
    width: 20px;
    display: block;
    margin-right: 5px;
}

.breadcrumb-item.active a {
    color: var(--main-color);
}

/* ---- breadcrumb end ---- */
/* ---- pagination ---- */
.pagination {
    justify-content: center;
    margin: 10px 0;
}

.pagination li {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #f7b62c;
    color: #aaa;
    width: 30px;
    height: 30px;
    margin: 0 6px;
    border-radius: 5px;
    transition: .3s ease;
    background: #fff;
}

.pagination li.active,
.pagination li:hover {
    background-color: rgba(208, 178, 130, 0.7);
    background-color: var(--main-color);
    border-color: transparent;
    color: #fff;
}

.pagination li.active a,
.pagination li:hover a {
    color: #fff;
}

.pagination li .material-symbols-rounded {
    font-size: 20px;
}

/* ---- pagination end ---- */
/* ---- inbanner ---- */
.inbanner {
    position: relative;
    height: 350px;
}

.inbanner img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

/*.inbanner-deco {
    position: absolute;
    top: 0;
    left: 0;
    height: 430px !important;
    object-position: 95%;
}
*/
.inbanner-caption {
    position: absolute;
    width: 100%;
    top: 40%;
}

.inbanner h1 {
    color: #fff;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 40px;
    text-shadow: 0 0 30px rgb(255 255 255);
}

@media (max-width: 992px) {
    .inbanner h1 {
        font-size: 40px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .inbanner {
        height: 250px;
    }

    .inbanner img {
        height: 250px;
    }

    .inbanner-deco {
        height: 330px !important;
        object-position: 98%;
    }

    .inbanner h1 {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .inbanner h1 {
        font-size: 28px;
    }

    .inbanner-deco {
        height: 300px !important;
        object-position: 98%;
    }
}

/* ---- inbanner end ---- */
/* ---- category ---- */
/* ---- category end ---- */
/* ---- index ---- */


.index-icon {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    color: var(--blue-color);
    margin-bottom: 20px;
}

.sec-ti {
    color: var(--main-color);
    font-weight: 400;
    font-size: 26px;
    letter-spacing: 4px;
    position: relative;
    display: inline-block;
    border-left: 4px solid var(--blue-color);
    line-height: 1;
    padding-left: 8px;
}

/*
.sec-ti:before {
    position: absolute;
    content: '';
    background: transparent;
    height: 5px;
    width: 120px;
    bottom: 0;
    left: 0;
    background-image: url(../img/ti-bg.webp);
    background-size: 100% 100%;
}*/

/* ---- index end ---- */





/* ---- pdt ---- */






.pdt-box {
    position: relative;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    width: 100%;
    aspect-ratio: 1 / 1;
}

.pdt-img {
    border-radius: 5px;
    transition: .5s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.pdt-box:hover .pdt-img {
    transform: scale(1.1);
    border-radius: 5px;
}

.pdt-t {
    font-size: 15px;
    padding: 5px 0;
    color: var(--main-color);
}

.pdt-price {
    padding: 0px 0 5px;
    font-size: 15px;
    color: var(--dark-color);
    letter-spacing: 0px;
}

.pdt-price.onsale {
    font-weight: 600;
    color: var(--red-color);
    letter-spacing: 0px;
}

@media (max-width: 576px) {

    .pdt-price {
        font-size: 14px;
    }
}

.pdt-price.onsale s {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px;
}

.pdt-buy {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: var(--dark-color);
    padding: 5px;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid var(--dark-color);
}

.pdt-buy .material-symbols-rounded {
    font-size: 20px;
}

.pdt-buy:visited,
a.pdt-buy:hover {
    background-color: ;
    color: var(--main-color);
    border: 1px solid var(--main-color);
}

.pdt-buy.soldout,
.pdt-buy.soldout:hover {
    background-color: #c3c3c3;
    color: #fff;
    border: 1px solid #c3c3c3;
}

.numCounter {
    margin: 0px 0px 10px;
    display: flex;
    align-items: center;
    height: 30px;
}

.numCounter input[type='button'] {
    border: 1px solid var(--main-color);
    width: 30px;
    min-width: 30px;
    height: 30px;
    background-color: var(--main-color);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}


.numCounter input[type='number'] {
    border: 1px solid #b2b2b2;
    background-color: #fff;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    text-align: center;
    margin: 0 5px;
}

.numCounter input[type='button']:disabled {
    background-color: #eee;
    color: #ccc;
}

.numCounter input[type='number']:disabled {
    background-color: #ededed;
}

.pdt-opt-img {
    /* height: 200px; */
    margin: 0 auto 15px;
}

.pdt-opt-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 5px;
}

.pdtThumbSwiper,
.pdtDtSwiper {
    border-radius: 5px;
}

.pdtThumbSwiper .swiper-slide img {
    opacity: .5;
    transition: .3s ease;
}

.pdtThumbSwiper .swiper-slide-thumb-active img {
    opacity: 1;
}

.pdt-dt-price {
    font-size: 24px;
    padding: 10px 0;
    color: var(--dark-color);
    font-weight: 600;
    border-top: 1px solid #ececec;
}


.pdt-dt-price.onsale {
    color: var(--red-color);
}

.pdt-dt-price.onsale S {
    font-size: 20px;
    color: #ccc;
    margin: 0 5px 0 0;
}

.pdt-dt-btn .btn {
    border: none;
    margin: 0 0 10px;
    background-color: var(--main-color);
    color: #fff;
    width: 100%;
    border-radius: 5px;
    padding: 8px;
}

.pdt-dt-btn .btn-gold {
    background-color: var(--dark-color);
}

.pdt-dt-btn .btn-cancel {
    background-color: #ccc;
}

.pdt-dt-btn .btn:hover {
    transform: none;
    opacity: .85;
}

.pdt-dt-btn-md {
    position: fixed;
    bottom: 50px;
    left: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    height: 50px;
    background-color: #fff;
}

.pdt-dt-btn-md a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    background-color: rgba(208, 178, 130, 0.8);
    color: #fff;
}

.pdt-dt-btn-md a.lighter {
    background-color: rgba(208, 178, 130, 0.2);
    color: var(--main-color);
}

.pdt-dt-btn-md a.soldout {
    width: 100%;
    background-color: #ccc;
}

.pdt-dt-desc-t {
    font-size: 16px;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
    margin: 0 0 10px;
}

.pdt-dt-list {
    display: flex;
    flex-wrap: wrap;
}

.pdt-dt-list li {
    display: block;
    padding: 3px 10px;
    border: 1px solid rgb(157 157 157 / 40%);
    color: #8f8f8f;
    margin: 0 5px 5px 0;
    border-radius: 5px;
}

/*--加購區--*/

.purchase {
    background: #fffcf5;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    justify-content: space-between;
}

.opt4-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/* 隱藏原生 radio */
.check-card input[type="radio"] {
    display: none;
}

.check-card {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 28px;
    /* 給自製方框留空間 */
}

/* 自訂方框 */
.check-card::before {
    content: "";
    width: 18px;
    height: 18px;
    border: 2px solid #666;
    border-radius: 4px;
    /* 這裡可調整圓角，方形=0 */
    position: absolute;
    left: 0;
    transition: all 0.2s ease;
    background: #fff;
}

/* 被選中時 → 方框填色 */
.check-card input[type="radio"]:checked+span {
    color: #0072ff;
    /* 選中時文字改色 */
    font-weight: bold;
}

.check-card input[type="radio"]:checked~span::before {
    border-color: #0072ff;
}

/* 方框打勾效果 */
.check-card input[type="radio"]:checked~span::after {
    content: "✔";
    position: absolute;
    left: 2px;
    top: -1px;
    font-size: 14px;
    color: #0072ff;
}

/*-- 商品描述 ---*/

.sidenav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #39506d;

}

.sidenav li {
    display: block;
    position: relative;
    flex: 1;
    max-width: 220px;
}

.sidenav li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #333;
    font-size: 18px;
    padding: 20px 0;
    position: relative;
    transition: color 0.3s ease;
}

.sidenav li::before {
    content: "";
    position: absolute;
    top: calc(50% - 11px);
    right: 0;
    width: 1px;
    height: 22px;
    background-color: #ccc;
}

.sidenav li:last-child::before {
    content: none;
}

.sidenav li.active a,
.sidenav li a:hover {
    color: var(--main-color);
}


/*--商品qa--*/
.qa-box {
    border: 1px solid #f7b62c;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.2s ease;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
}

.qa-box:hover,
.qa-box.active {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transform: translateY(2px);
    /* 模擬按下的感覺 */
}

.qa-question {
    padding: 10px 20px;
    font-weight: 400;
    font-size: 18px;
    position: relative;
    letter-spacing: 1.5px;
}

.qa-question:before {
    font-family: "inter";
    font-weight: 400;
    font-size: 20px;
    content: "\51";
    padding-right: 10px;
}

.qa-question::after {
    content: '+';
    position: absolute;
    right: 40px;
    font-size: 20px;
    transition: transform 0.3s;
}

.qa-box.active .qa-question::after {
    content: '-';
    transform: rotate(180deg);
}

.qa-ans {
    padding: 10px 20px;
    background-color: #fff;
    font-size: 16px;
    color: #333;
    display: none;
    border-top: 1px dashed #969696;
}



/* ---- pdt end ---- */
/* ---- cart ---- */
.cart-process {
    display: flex;
    align-items: center;
    justify-content: center;
    counter-reset: cartProcess;
}

.cart-process li {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid rgb(89 123 146);
    margin: 0 5px;
    background: #fff;
}

.cart-process li a {
    display: block;
    color: var(--dark-color);
    letter-spacing: 3px;
}

.cart-process li::before {
    counter-increment: cartProcess;
    content: '0'counter(cartProcess);
    letter-spacing: 1px;
    margin-right: 5px;
    display: inline-block;
    color: var(--dark-color);
}

.cart-process li.active {
    background-color: var(--main-color);
    border: none;
}

.cart-process li.active a {
    color: #fff;
}

.cart-process li.active::before {
    color: rgba(255, 255, 255, 0.8);
}

.cart-process li.inactive {
    background-color: rgb(199 199 199);
    border: none;
}

.cart-process li.inactive a {
    color: rgba(255, 255, 255, 1);
}

.cart-process li.inactive::before {
    color: rgba(255, 255, 255, 1);
}

@media (max-width: 768px) {
    .cart-process li {
        margin: 0 3px;
    }

    .cart-process li a {
        font-size: 15px;
    }

    .cart-process li::before {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .cart-process li {
        flex-wrap: wrap;
        justify-content: center;
        padding: 2px 5px;
        margin: 0 5px;
    }

    .cart-process li a {
        width: 40px;
        font-weight: 500;
        text-align: center;
        display: contents;
        letter-spacing: 1px;
    }

    .cart-process li::before {
        width: 100%;
        text-align: center;
        margin: 0;
    }
}

.cart-box {
    padding: 1.5rem 2rem;
    background-color: #fff;
    border-radius: 5px;
    border-style: solid;
    border-color: #39506d;
    border-width: 3px 1px 1px 1px;
}

/*購物車優惠訊息*/
.dis-box-t {
    font-weight: 400;
    letter-spacing: 1px;
    color: var(--vice-color);
    margin: 0 0 5px;
}

.discount-buy {
    font-size: 15px;
}

.discount-buy li {
    margin-bottom: 8px;
}

.discount-buy .mark {
    background-color: #fa931d;
    color: #fff;
    margin-right: 10px;
    padding: 0 30px;
}

.discount-buy .mark-d {
    background-color: #adadad;
    color: #fff;
    margin-right: 10px;
    padding: 0 30px;
}

@media (max-width: 576px) {

    .discount-buy .mark,
    .discount-buy .mark-d {
        padding: 0 5px;
    }
}





.cart-box-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    text-align: center;
    color: var(--dark-color);
    letter-spacing: 2px;
    padding: .4rem 0;
    border-radius: 5px;
    margin: 0 0 10px;
}

.cart-box-toggle:hover {
    cursor: pointer;
}

.cart-box-toggle .material-symbols-rounded {
    transition: .3s ease;
}

.cart-box-toggle.active .material-symbols-rounded {
    transform: rotate(-180deg);
}

#cartItemBox {
    height: 0;
    overflow: hidden;
    transition: .7s ease;
}

#cartItemBox::-webkit-scrollbar {
    width: 7px;
}

#cartItemBox::-webkit-scrollbar-button {
    display: none;
}

#cartItemBox::-webkit-scrollbar-track-piece {
    background: transparent;
}

#cartItemBox::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(208, 178, 130, 0.3);
}

#cartItemBox::-webkit-scrollbar-track {
    background-color: rgba(208, 178, 130, 0.05);
}

#cartItemBox.active {
    height: 350px;
    overflow-y: scroll;
    margin: 0 0 1rem;
}

.cart-side-sticky {
    position: sticky;
    top: 120px;
}

@media (max-width: 1440px) and (min-width: 1200px) {
    .cart-side-sticky {
        position: sticky;
        top: 180px;
    }
}

.cart-sidebox {
    padding: 1rem;
    background-color: #f1f7ff;
    border-radius: 5px;
    margin: 0 0 1rem;
    border: 1px solid #39506db5;
}

.cart-sidebtn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: .5rem 1rem;
    background-color: var(--main-color);
    border-radius: 5px;
}

.cart-sidebtn:hover {
    color: #fff;
    background-color: var(--main-color);
}

.cart-backbtn {
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 5px 5px 5px 0;
    justify-content: end;
    border-bottom: 1px solid #aaa;
    color: var(--vice-color);
}

.cart-box-t {
    font-weight: 400;
    letter-spacing: 2px;
    color: var(--main-color);
    margin: 0 0 10px;
}

.cart-coupon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 0;
    color: var(--vice-color);
    border-bottom: 1px solid #ccc;
}

.cp-text {
    margin: 5px 0 0;
    color: var(--dark-color);
}

.cart-total-list li {
    border-bottom: 1px solid #eee;
    margin: 0 0 10px;
}

.cart-total-list .ctl-t {
    font-size: 15px;
    letter-spacing: 2px;
    color: #787878;
}

.cart-total-list .ctl-price {
    text-align: right;
    color: #333;
}

.cart-total-list .ctl-price.red {
    color: var(--red-color);
}

.cart-total-list li:last-of-type .ctl-t,
.cart-total-list li:last-of-type .ctl-price {
    color: var(--main-color);
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 992px) {
    .cart-sidebox {
        padding: 2rem 3rem;
    }

    .cart-sidebtn {
        /*margin: 0 1rem;*/
    }
}

.cart-total-list-md {
    position: fixed;
    flex-wrap: wrap;
    bottom: 50px;
    left: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    align-items: start;
    height: 50px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, 0.15);
    transition: all .3s ease;
}

.cart-total-list-md.active {
    height: 400px;
    z-index: 12;
}

.cart-total-list-md .ctl-btn-md {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-weight: 500;
    color: #fff;
    background-color: rgba(208, 178, 130, 0.8);
}

.cart-total-list-md .ctl-btn-md:hover {
    cursor: pointer;
}

.cart-total-list-md .cart-total-list {
    opacity: 1;
    width: 100%;
    padding: 1rem 3rem;
    transition: .3s ease;
    animation: cartTotalFadeIn .5s ease 0ms 1 both;
}

@media (max-width: 576px) {
    .cart-total-list-md .cart-total-list {
        padding: 1rem;
    }
}

.cart-item-list li {
    position: relative;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

.cart-item-list li.disabled-bg {
    filter: grayscale(1);
}

.cil-flex {
    width: 100%;
    display: flex;
}

.cil-img {
    display: block;
    width: 18%;
    min-width: 18%;
    height: 18%;
}

.cil-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
    border-radius: 5px;
    overflow: hidden;
}

.cil-desc {
    width: 100%;
    margin: 0 15px;
}

.cil-t {
    color: var(--dark-color);
    letter-spacing: 2px;
    font-size: 16px;
    display: flex;
}

.cil-mark {
    font-size: 14px;
    font-weight: 400;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #bbb;
    color: #fff;
    padding: 0px 5px;
    margin: 0 5px 0 0;
    border-radius: 5px;
}

.cil-price {
    margin: 5px 0;
    color: var(--dark-color);
}

.cil-spec {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cil-spec-edit {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #aaa;
}

.cil-spec span {
    display: inline-block;
    background-color: rgba(208, 178, 130, 0.1);
    padding: 3px 12px;
    color: var(--main-color);
    border-radius: 5px;
    margin: 0 5px 2px 0;
}

.cil-num {
    width: 180px;
    min-width: 180px;
    display: flex;
    height: 100%;
    align-items: center;
}

.cil-delete {
    display: flex;
    width: fit-content;
    justify-content: end;
    align-items: center;
    color: #686868;
    position: absolute;
    top: -2px;
    right: 0;
}

.cil-delete:hover {
    color: var(--red-color);
}

.cil-delete .material-symbols-rounded {
    font-size: 28px;
}

.cil-subtotal {
    text-align: right;
    padding: 10px 0;
    color: var(--dark-color);
    position: absolute;
    right: 0;
    bottom: 0px;
    font-weight: 600
}

@media (max-width: 992px) {
    .cil-img {
        width: 80px;
        min-width: 80px;
        height: 80px;
    }

    .cil-num {
        width: 120px;
        min-width: 120px;
    }

    .cil-t,
    .cil-price,
    .cil-desc span {
        font-size: 15px;
    }

    .cil-delete .material-symbols-rounded {
        font-size: 25px;
    }
}

@media (max-width: 768px) {
    .cil-t {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        height: fit-content;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        margin: 0 20px 0 0;
    }

    #cartItemBox .cil-t {
        margin: 0;
    }

    .cart-sidebox,
    .cart-box {
        padding: 2rem 1.5rem;
    }

    .cart-item-list li {
        padding: 0 0 10px;
        flex-wrap: wrap;
    }

    .cil-flex {
        /*flex-wrap: wrap;*/
    }

    .cil-num {
        height: auto;
        margin: 10px 0 10px 90px;
        width: 55%;
        min-width: unset;
        display: block;
        z-index: 99;
    }

    .cil-desc {
        width: calc(100% - 90px);
        margin: 0 0 0 10px;
    }

    .cil-desc span {
        font-size: 13px;
    }

    .cil-subtotal {
        width: 100%;
        position: absolute;
        bottom: 20px;
        right: unset;
        padding: 0;
        display: block;
    }
}

@media (max-width: 576px) {

    .cart-sidebox,
    .cart-box {
        padding: 1rem .5rem;
    }

    .cil-num {
        margin: 10px 0;
    }

    .cil-img {
        width: 20%;
        min-width: 20%;
        height: 20%;
    }

    .cil-desc {
        width: calc(100% - 75px);
    }
}

.cart-info-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(208, 178, 130, 0.3);
    padding: 3px 0;
    margin: 0 0 10px;
    color: var(--vice-color);
}

.cart-info-receiver {
    font-size: 15px;
    background-color: rgba(208, 178, 130, 0.1);
    padding: .5rem .8rem;
    color: var(--main-color);
}

.city {
    width: 50% !important;

}

.town {
    width: 50% !important;
    margin-left: 10px;

}

/* ---- cart end ---- */
/* ---- main ---- */
/* ---- main end ---- */
/* ---- contact ---- */
.contact-logo {
    width: 300px;
    display: block;
    margin: auto;
}

.c-map iframe {
    border: none;
    width: 100%;
    height: 360px;
    border-radius: 5px;
}

.c-sns-link {
    display: flex;
    align-items: center;
    margin: 10px 0 20px;
}

.c-sns-link li {
    width: 50px;
    margin: 0 20px 0 0;
}

.c-form,
.c-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.c-form li {
    width: calc(50% - 10px);
}

.c-form li:last-child {
    width: 100%;
}


.c-form li.cf-msg {
    width: 100%;
}

.c-info li {
    width: 100%;
    padding: .3rem 0rem;
}

.c-info li.c-address {
    width: 100%;
}

.c-info-t {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #6c6c6c;
}

.c-info-ct {
    color: #1d1d1d;
    letter-spacing: 2px;
    font-size: 16px;
}

@media (max-width: 576px) {
    .c-info {
        justify-content: center;
    }

    .c-form li,
    .c-info li {
        width: 100%;
        margin: 0 0 10px;
    }

    .recaptcha {
        width: 100%;
    }
}

.c-form-wrap {
    padding: 2rem 2rem;
    border-radius: 5px;
    box-shadow: 0 0 10px 3px #dcdcdc;
}

.c-form .fm-group select,
.c-form .fm-group input,
.c-form .fm-group textarea {
    border: none;
}

.recaptcha .g-recaptcha {
    width: 300px;
    object-fit: contain;
    display: block;
    margin: 10px auto;
}

@media (max-width: 768px) {
    .c-form-wrap {
        padding: 1.5rem 1rem;
    }
}

/* ---- contact end ---- */
/* ---- login forget verify signup ---- */
.login-flex {
    min-height: 40vh;
}

.login-area {
    width: 480px;
    margin: 1rem auto;
}

@media (max-width: 480px) {
    .login-area {
        width: 100%;
    }
}

.login-box {
    padding: 1rem 1rem;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid var(--blue-color);
}

.login-img {
    width: 250px;
    display: block;
    margin: 0 auto;
}

.fast {
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.login-box .btn {
    border: none;
    width: 100%;
    background-color: var(--main-color);
    color: #fff;
    border-radius: 5px;
    margin: 0;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-box .btn img {
    width: 16px;
    display: block;
    margin: 0 5px 0 0;
}

.login-box .btn:hover {
    transform: none;
    opacity: .85;
}

.login-box .btn-fb {
    background-color: #1877F2;
}

.login-box .btn-line {
    background-color: #06c755;
}

.line-text {
    display: flex;
    align-items: center;
    flex-direction: row;
    font-size: 14px;
    color: var(--vice-color);
}

.line-text::before,
.line-text::after {
    content: '';
    flex: 1 1;
    border-bottom: 1px solid rgba(208, 178, 130, 0.3);
}

.flex-link {
    display: flex;
    justify-content: center;
}

.flex-link li {
    width: calc(100% / 3);
    text-align: center;
    position: relative;
}

.flex-link li:not(:last-of-type):after {
    content: '|';
    position: absolute;
    right: 0;
    bottom: 0;
    color: #aaa;
}

.flex-link a {
    display: block;
    font-size: 16px;
    letter-spacing: 2px;
    color: var(--blue-color);
}

.flex-link li:hover a {
    color: var(--main-color);
}

.sign {
    display: flex;
}

.sign label {
    width: 40%;
    text-align: left;
}

/* ---- login forget verify signup end ---- */
/* ---- member ---- */
.member-box {
    background-color: #fff;
    padding: 2rem 2rem;
    border-radius: 5px;
    box-shadow: 0 0 10px 3px #d7d7d7;
}

@media (max-width: 768px) {
    .member-box {
        padding: 1rem 1rem;
    }
}

.sidelist {
    position: sticky;
    top: 120px;
}

@media (max-width: 1440px) and (min-width: 1200px) {
    .sidelist {
        position: sticky;
        top: 180px;
    }
}

.sidelist li {
    margin: 0 0 10px;
}

.sidelist li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    transition: .3s ease;
    padding: 12px 15px;
    background-color: #f3f3f3;
    color: var(--dark-color);
    border-bottom: 1px solid var(--blue-color);
}

.sidelist li:hover a,
.sidelist li.active a {
    background-color: var(--main-color);
    color: #fff;
}

.sidelist li a::after {
    content: '\e5cc';
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    height: 20px;
    height: 20px;
    color: var(--vice-color);
    font-family: 'Material Symbols Rounded';
}

.sidelist li:hover a::after,
.sidelist li.active a::after {
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 992px) {
    .sidelistSwiper .swiper-slide {
        width: fit-content;
        margin-right: 8px;
    }

    .sidelist-item {
        display: block;
        border-radius: 5px;
        padding: .3rem .8rem;
        background-color: #fff;
        color: var(--blue-color);
        border: 1px solid var(--blue-color);
        ;
    }

    .sidelist-item:hover,
    .sidelist-item.active {
        background-color: var(--blue-color);
        color: #fff;
    }
}

.member-info {
    display: flex;
    align-items: start;
}

.mi-icon {
    width: 80px;
    height: 80px;
    padding: 5px;
    border: 1px solid rgba(208, 178, 130, 0.5);
    object-fit: contain;
    border-radius: 50%;
    margin: 0 15px 0 0;
}

.mi-content {
    width: 100%;
}

@media (max-width: 768px) {
    .member-info {
        align-items: center;
    }

    .mi-icon {
        width: 65px;
        height: 65px;
    }
}

.mi-title {
    font-size: 22px;
    color: var(--blue-color);
}

.mi-levelName {
    font-size: 15px;
    color: var(--main-color);
}

.progress-bar {
    background-color: rgb(255 166 90 / 80%);
}

.progress-bar-striped {
    background-image: linear-gradient(25deg,
        rgba(255, 255, 255, .08) 25%,
        transparent 25%, transparent 50%,
        rgba(255, 255, 255, .08) 50%,
        rgba(255, 255, 255, .08) 75%,
        transparent 75%, transparent);
}

.progress-tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.progress-tab span {
    display: block;
    font-size: 14px;
    color: var(--vice-color);
}

.mi-schedule {
    font-size: 19px;
    vertical-align: middle;
    margin-bottom: 2px;
}


.member-flex-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: var(--main-color);
    letter-spacing: 2px;
}

.member-news li a {
    display: flex;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
}

.member-news li a .material-symbols-rounded {
    display: block;
    margin: 0 10px 0 0;
    color: var(--main-color);
}

.member-news li.read a,
.member-news li.read a .material-symbols-rounded {
    color: #aaa;
}

@media (max-width: 576px) {
    .member-news li a {
        align-items: start;
        font-size: 15px;
    }
}

.member-orderlist li {
    display: flex;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
}

@media (min-width: 768px) {
    .member-orderlist li:hover {
        background-color: rgb(254 230 210 / 30%);
        ;
    }
}

.mo-date {
    width: 110px;
    min-width: 110px;
    letter-spacing: 0px;
}

.mo-price {
    width: 140px;
    min-width: 140px;
    text-align: left;
}


.mo-price.voucher {
    text-align: right;
}

.mo-price.red {
    color: var(--red-color);
}

.mo-number {
    width: 100%;
}

.mo-state {
    width: 100px;
    min-width: 100px;
    text-align: right;
}

.mo-state.red {
    color: var(--red-color);
}

.mo-dateend {
    width: 140px;
    min-width: 140px;
    text-align: right;
}

.mo-state.gray {
    color: #ccc;
}

@media (max-width: 768px) {
    .member-orderlist li {
        margin: 0 0 15px;
    }

    .member-orderlist li {
        flex-wrap: wrap;
        background-color: #fff;
        padding: 1rem;
        border-radius: 5px;
        border-bottom: none;
    }

    .mo-date {
        min-width: unset;
        width: fit-content;
        padding: .1rem 1rem;
        border-radius: 5px;
        font-size: 16px;
        background-color: rgb(254 245 235);
    }

    .mo-number,
    .mo-dateend {
        margin: 10px 0;

    }

    .mo-price,
    .mo-state,
    .mo-dateend {
        min-width: unset;
        width: 100%;
    }

    .mo-state,
    .mo-dateend {
        text-align: left;
    }

    .mo-price.voucher {
        width: 100%;
        font-size: 20px;
    }
}

.mv-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mv-flex span {
    font-size: 30px;
    font-weight: 600;
    color: var(--main-color);
}

@media (max-width: 768px) {
    .mv-flex span {
        font-size: 25px;
    }
}


@media (max-width: 768px) {
    .member-orderlist li div::before {
        content: attr(data-title);
        color: #999;
        margin-right: 20px;
    }

    .member-orderlist li div:first-child::before {
        content: attr(data-title);
        color: #999;
        margin-right: 0px;
    }


}

.m-info-icon {
    margin-right: 3px;
    position: relative;
    top: 6px;
}

/* ---- member end ---- */
/* ---- footer ---- */
footer {
    padding: 20px 0px;
    background: #fff;
    /*background-image: url(../img/ft.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-color: #fff;*/
}

/*footer:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 280px;
    background: url(../img/ft.png) left top no-repeat;
}*/
.f-logo {
    width: 350px;
    margin: 0 auto 10px;
}

.f-logo img {
    display: block;
}



.f-link-wrap {
    height: 100%;
    display: flex;
}

.f-link li {
    margin-bottom: 5px;
}

/*.f-link {
    width: 100%;
}
*/
hr.small-divider {
    content: ' ';
    display: block;
    width: 100%;
    margin: 6px auto;
    margin-left: 0px;
}

.store-info {
    display: flex;
    justify-content: space-between;
    /* 左右分開 */
    align-items: center;
    /* 頂端對齊 */
    gap: 30px;
    /* 左右之間的間距 */
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}

.store-info:last-child {
    border-bottom: none;
}

.store-info .f-link2 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.store-info li:last-child {
    margin-bottom: 5px;
}

.add-line {
    background: #09c755;
    display: inline-block;
    padding: 5px 18px;
    margin: 5px 0;
    color: #fff;
    border-radius: 6px;
}

.add-line a {
    color: #fff !important;
}

.add-line img {
    width: 25px;
    margin-right: 5px;
}

.reserve {
    background: #39506d;
    color: #fff;
    padding: 0 10px;
    border-radius: 15px;
}

.copyright {
    color: rgb(255 255 255);
    font-size: 15px;
    background: var(--blue-color);
}

.copyright .sns-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.copyright .sns-link li {
    width: fit-content;
    margin-right: 10px;
}

.copyright .sns-link a {
    padding: 0;
}

.copyright .sns-link a img {
    display: block;
    width: 30px;
}

@media (max-width: 992px) {
    footer {
        padding: 15px 0 0px;
    }

    .f-link-wrap {
        align-items: start;
    }
}

@media (max-width: 576px) {
    .f-link li a {
        padding: 2px 0px;
        text-align: left;
        letter-spacing: .5px;
    }

    .f-link li {
        font-size: 15px;
    }

    footer .col-4 {
        padding-left: 12px;
        padding-right: 12px;
    }

    .store-info {
        gap: 5px;
    }

    .store-info .f-link2 {
        font-size: 15px;
    }

    .add-line {
        background: #09c755;
        display: flex;
        padding: 4px 5px;
        margin: 5px 0;
        color: #fff;
        border-radius: 6px;
        width: 105px;
        justify-content: center;
    }

}

/* ---- footer end ---- */

.swal2-buttons-reverse .swal2-cancel {
    order: 1;
}

.swal2-buttons-reverse .swal2-confirm {
    order: 2;
}

.swal2-cancel-button,
.swal2-confirm-button {
    padding: 5px 15px 5px 13px;
}

.hidden {
    display: none;
}

/*--blog--*/
.sidelist-b {
    display: flex;
    justify-content: center;
}

.sidelist-b li {
    margin: 0 10px 10px;
}

.sidelist-b li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    padding: 8px 15px;
    background-color: #fff;
}

.sidelist-b li:hover a,
.sidelist-b li.active a {
    background-color: var(--main-color);
    color: #fff;
}

.omit-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-box {
    display: flex;
    box-shadow: 0 0 5px 5px #f1f1f1;
    margin-bottom: 30px;
    padding: 15px;
}

.blog-img {
    overflow: hidden;
    position: relative;
    margin-bottom: 0px;
    position: relative;
    flex: 0 0 40%;

}

.tag a {
    font-size: 15px;
    background: #597b92;
    color: #feee84;
    letter-spacing: 0;
    padding: 1px 5px;
    border-radius: 4px;
}

.meta {
    font-size: 14px;
    margin-top: 5px;
    color: #5a5a5a;
}

/*.blog-img:before{
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    right:0px;
    bottom: 0px;
    background-image: url("../img/service-fig-layer.png");
    background-position: bottom;
    background-repeat: no-repeat;
}*/
/*.blog-img:after{
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    right:-18px;
    bottom: 16px;
    background-image: url("../img/service-fig-layer2.png");
    background-position: bottom;
    background-repeat: no-repeat;
}*/
.blog-cont {
    padding-left: 20px;
}

.blog-ti {
    font-size: 20px;
    line-height: 26px;
    margin: 8px 0;
    color: #333;
    font-weight: 700;
    letter-spacing: 0px;
}

.date {
    font-weight: 300;
    color: #333;
}

.date .material-symbols-rounded {
    font-size: 18px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.blog {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}


.blog-img img {

    transition: all 1s;
    -webkit-transition: all 1s;
}

.blog-box:hover .blog-img img {
    transform: scale(1.2);
}

.read-btn {
    color: #597b92;
    width: fit-content;
    padding: 0px 0px;
    margin-left: 8px;
    border-radius: 5px;
    transition: .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}





@media (max-width: 576px) {
    .blog-box {
        display: block;
        padding: 15px;
    }
    .blog-cont {
    padding-left: 0;
    padding-top: 10px;
}
}


/* ----- sidenav-t1 ---- */

.sidenav-t1 li {
    margin-bottom: 0px;
    transition: .3s ease;
    padding: 12px 15px;
    background-color: #f3f3f3;
    color: var(--dark-color);
    border-bottom: 1px solid var(--blue-color);

}

.sidenav-t1 li a {
    color: var(--blue-color);
}



.sidenav-t1>li:hover,
.sidenav-t1>li.active {
    border-bottom: 1px solid var(--main-color);
    background-color: #feee84;
}

.sidenav-t1>li:hover>a,
.sidenav-t1>li.active>a {
    color: var(--main-color);
}

.sidenav-t2 li {
    margin-bottom: 0px;
    transition: .3s ease;
    padding: 10px 0px;
    color: var(--dark-color);
    border-bottom: 1px solid var(--blue-color);
    letter-spacing: 0;

}

.sidenav-t2 time {
    background: #f1e585;
    padding: 0px 6px;
    font-size: 14px;
    color: #505050;
}

/*.sidenav-t1>li>a::after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    content: "\f054";
    float: right;
    margin-right: 15px;
    transition: .3s ease;
}


.sidenav-t1>li.active>a::after {
    transform: rotate(90deg);
}


.sidenav-t1.unicon>li.active>a::after {
    transform: rotate(0deg) translateX(5px);
}

.sidenav-t1>li ul li a {
    letter-spacing: 2px;
    color: #666;
    position: relative;
}

.sidenav-t1>li ul li a::after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #0a6ad9;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .1;
    transition: .3s ease;
}

.sidenav-t1>li ul li:hover a,
.sidenav-t1>li ul li.active a {
    color: #0a6ad9;
}


*/
/* ----- sidenav-t1 end ---- */



.sidenav-t {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 3px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: var(--basic-color);
    border-bottom: 1px solid #eee;
}

.side-mb-menu {
    text-align: center;
    height: 40px;
    line-height: 40px;
    border: 1px solid #eee;
    transition: .3s ease;
    margin-bottom: 15px;
}

.side-mb-menu:hover {
    cursor: pointer;
    border-color: #0a6ad9;
}

/*.sidenav {
    padding-left: 0;
}


@media (max-width: 992px) {
    .sidenav {
        display: none;
    }
}

@media (min-width: 992px) {
    .sidenav {
        display: block !important;
    }
}


.sidenav>li {
    margin-bottom: 10px;
    transition: .3s ease;

    list-style-type: none;
}

.sidenav>li>a {
    display: block;
    width: 100%;
    padding: 12px 0px 12px 10px;
    letter-spacing: 2px;
    transition: .3s ease;
}

.sidenav>li ul {
    margin-top: 10px;
    padding-left: 0;
}

.sidenav>li ul li {
    margin-bottom: 8px;
    list-style-type: none;
}

.sidenav>li ul li a {
    display: block;
    width: 100%;
    padding: 10px 0px 10px 30px;
    transition: .3s ease;
}
*/
/* discount*/
.discount-ti .mark {
    background-color: #fa931d;
    color: #fff;
    margin-right: 10px;
    padding: 0 5px;
}

.discount-ti,
.discount-ti a {
    color: #f44336;
    font-size: 15px;
}

.qa-answer li {
    margin-left: 50px;
    color: #4CAF50;
    font-size: 14px;
    display: flex;
    margin-bottom: 3px;

}

.dis-span {
    font-size: 21px;
}

.member-nav {
    display: none;
    position: absolute;
    width: 120px;
    height: fit-content;
    background-color: #fffcfc;
    border-radius: 5px;
    box-shadow: 5px 5px 0px rgb(214 171 166 / 30%);
    right: 0;
    top: 150%;
}

.member-nav li a {
    margin: 0px 0px 8px 0px !important;
    height: 20px;
}

.member-nav ul {
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
}

.member-nav ul li {
    display: block;
    width: 100%;
}

.member-nav ul li a {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 15px;
    padding: 2px 0;
    letter-spacing: 2px;
    color: var(--vice-color);
    font-weight: 400;
}

.member-nav ul li:hover a {
    color: var(--main-color);
}

.member-nav.active {
    animation: memberNavFadeIn .5s ease 0ms 1 both;
    display: block;
}

.member-nav-mobile {
    display: none;
    position: absolute;
    width: 120px;
    height: fit-content;
    background-color: #fffcfc;
    border-radius: 5px;
    box-shadow: 5px 5px 0px rgb(214 171 166 / 30%);
    right: 0;
    top: 150%;
}

.member-nav-mobile li a {
    margin: 0px 0px 8px 0px !important;
    height: 20px;
}

.member-nav-mobile ul {
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
}

.member-nav-mobile ul li {
    display: block;
    width: 100%;
}

.member-nav-mobile ul li a {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 15px;
    padding: 2px 0;
    letter-spacing: 2px;
    color: var(--vice-color);
    font-weight: 400;
}

.member-nav-mobile ul li:hover a {
    color: var(--main-color);
}

.member-nav-mobile.active {
    animation: memberNavFadeIn .5s ease 0ms 1 both;
    display: block;
}

/*--1008---*/
.blue-ti {
    font-size: 20px;
    font-weight: 600;
    color: var(--main-color);
    margin-bottom: 10px;
}
/*--1105--*/
.entry-content p{
    margin-bottom: 15px;
    }
.wp-block-list {
    margin-bottom: 1.5em;
    padding-left: 0;
}
ul.wp-block-list ul.wp-block-list{
        margin: .5em 0 1em 1em;
}
ul.wp-block-list li {
    list-style: disc;
    margin-left: 1.3em;
    margin-bottom: .6em;

}
ol.wp-block-list {
    margin-bottom: .5em;
}
ol.wp-block-list li {
    list-style: decimal;
    margin-left: 1.3em;
    margin-bottom: 10px;
}
.wp-block-list li a,
.entry-content a{
    color: #efaf29;
}

.wp-block-list li a:hover,
.entry-content a:hover {
    color: #597b92;
}
h2.wp-block-heading{
        font-size: 26px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
        margin-top: 20px;
}
h3.wp-block-heading{
        font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}
.city-cleanup-wrap {
        font-family: "Noto Sans TC", Arial, "PingFang TC", "Microsoft JhengHei", sans-serif;
    }

    .tbl-title {
        margin: 0 0 8px;
        text-align: center;
        font-size: 18px;
        font-weight: 700;
    }

    .tbl-scroll {
        overflow-x: auto;
    }

    .city-cleanup-table {
        width: 100%;
        border-collapse: collapse;
        font-size: 14px;
        line-height: 1.5;
        table-layout: fixed;
    }

    .city-cleanup-table th,
    .city-cleanup-table td {
        border: 1.5px solid #000;
        padding: 8px;
        vertical-align: top;
        word-break: break-word;
    }

    .city-cleanup-table thead th {
        background: #e9e9e9;
        font-weight: 700;
        text-align: left;
    }

    /* 手機優化：讓長串電話/備註換行 */
    @media (max-width: 600px) {
        .city-cleanup-table {
            font-size: 13px;
        }

        .city-cleanup-table th,
        .city-cleanup-table td {
            padding: 6px;
        }
    }
    .has-fixed-layout,
.has-fixed-layout td,
.has-fixed-layout th {
    border: 1px solid #dee2e6;
}

.has-secondary-color {
    color: #f7b52c !important;
}

.wp-block-image img {
    width: 50%;
}

@media (max-width: 992px) {
    .wp-block-image img {
        width: 100%;
    }
}