/* :root {
    --font-family-base: "Noto Serif TC", "宋体", serif;
}

@font-face {
    font-family: 'Noto Serif TC';
    src: url('https://image.mycard520.com/customized/Wizardry_Variants_Daphne/fonts/songti-tc-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Serif TC';
    src: url('https://image.mycard520.com/customized/Wizardry_Variants_Daphne/fonts/songti-tc-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: var(--font-family-base);
} */

.daterangepicker .drp-buttons .btn {
    margin: 0;
}

.list_company li+li {
    margin: 0;
}

.content main {
    max-width: 1020px;
}

@media screen and (max-width: 460px) {

    .content main,
    .content_login main {
        margin: 0px 10px;
        width: auto;
    }
}

.tab_container li,
.payment-method li {
    font-size: initial;
    line-height: normal;
}

header {
    display: flex;
    height: 88px;
    padding: 24px 64px;
    justify-content: flex-end;
    align-items: center;
    align-self: stretch;
    background: #0A0806;
    width: 100%;
    box-sizing: border-box;
}

header .logo-m {
    display: none;
}

header .nav {
    display: flex;
    gap: 16px;
    align-items: center;
}

header .nav a {
    color: #D4AD7A;
    font-family: "Noto Serif TC", "STSongti-TC-Regular", "華康宋體TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

header .nav li {
    border-bottom: 1px solid #D4AD7A;
}

header .nav button {
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: flex-start;
    border: 1px solid #D4AD7A;
    background-color: transparent;
    color: #D4AD7A;
    text-align: center;
    font-family: "Noto Serif TC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media screen and (max-width: 768px) {
    header {
        padding: 16px;
    }

    header .logo {
        display: none;
    }

    header .logo-m {
        display: block;
    }
}

body {
    background: #0A0806;
    box-sizing: border-box;
}

#wrapper {
    background-image: url(https://image.mycard520.com/customized/Wizardry_Variants_Daphne/img/dec.png);
    background-position: 0 87px;
    background-repeat: no-repeat;
    background-size: contain;
}

button {
    cursor: pointer;
    transition: transform 0.2s cubic-bezier(0.509, 0.001, 0.25, 1);
}

button:hover {
    transition: transform 0.2s cubic-bezier(0.509, 0.001, 0.25, 1);
    transform: scale(1.05);
}

.banner_frame,
.banner_frame_m {
    box-shadow: none;
}

.banner_frame img,
.banner_frame_m img {
    width: 50%;
    max-width: 582px;
    margin: 0 auto;
    display: block;
}

.sec_tab {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.sec_tab .tabs-main ul {
    display: flex;
    padding: 20px 1rem;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    margin: 0;
}

ul.tabs .tab-control {
    display: inline-block;
    padding: 15px 40px;
    font-size: 1.3rem;
    font-weight: 400;
    color: #D4AD7A;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    background-image: linear-gradient(#15130C, #15130C), linear-gradient(198deg, #15130C -0.36%, #938253 13.9%, #938253 83.64%, #15130C 100%);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    transition: transform 0.2s cubic-bezier(0.509, 0.001, 0.25, 1);
}

ul.tabs .tab-control:hover {
    transition: transform 0.2s cubic-bezier(0.509, 0.001, 0.25, 1);
    transform: scale(1.05);
    border-color: unset;
}

@media screen and (max-width: 768px) {
    ul.tabs .tab-control {
        padding: 10px 20px;
    }
}

ul.tabs .tab-control a {
    color: #D4AD7A;
    text-align: center;
    font-family: "Noto Serif TC";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

ul.tabs .tab-control.active {
    background: linear-gradient(0deg, #D4AD7A 0%, #D4AD7A 100%), #FFF;
}

ul.tabs .tab-control.active a {
    color: #0A0806;
}

.tab-main-container {
    width: 100%;
}

.tab-main-container .tabs {
    display: flex;
    padding: 20px 20px 10px 20px;
    gap: 10px;
    margin: initial;
    max-width: none;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .tab-main-container .tabs {
        padding: 10px;
    }
}

.tab-main-container ul.tabs .list {
    border-radius: 100px;
    border: 2px solid #8E6461;
    background: #FFF;
    padding: 15px 40px;
}

.tab-main-container ul.tabs .list:hover {
    background: linear-gradient(0deg, rgba(142, 100, 97, 0.10) 0%, rgba(142, 100, 97, 0.10) 100%), #FFF;
    box-shadow: 0px 4px 0px 0px rgba(142, 100, 97, 0.25);
}

@media screen and (max-width: 768px) {
    .tab-main-container ul.tabs .list {
        padding: 10px 20px;
        width: fit-content;
        margin: 0;
    }

    .tab-main-container ul {
        padding: 10px;
    }

    .tab-main-container ul .tab_container .tab_content {
        gap: 10px;
    }
}

.tab-main-container ul.tabs .list.active a {
    color: #FFF;
}

.tab-main-container .tab_container li {
    position: relative;
    display: flex;
    width: calc(40% - 20px);
    height: auto;
    max-width: 232px;
    flex-direction: column;
    align-items: center;
    background: #352F29;
    border: 1px solid #D4AD7A;
    border-radius: 0;
    overflow: hidden;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .tab-main-container .tab_container li {
        width: calc(50% - 5px);
        max-width: calc(50% - 5px);
    }
}

.tab-main-container .tab_container li .item.disable {
    filter: grayscale(1);
}

.tab-main-container .tab_container li .info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0;
}

.tab-main-container .tab_container li .info .thumbnail {
    padding: 10px;
}

.tab-main-container .tab_container li .info img {
    width: 100%;
    height: 10vw;
    max-height: 140px;
    object-fit: contain;
}

@media screen and (max-width: 768px) {
    .tab-main-container .tab_container li .info img {
        height: 21vw;
    }
}

.tab-main-container .tab_container li .info .text-content {
    display: flex;
    padding-bottom: 10px;
    flex-direction: column;
    align-items: flex-start;
}

.tab-main-container .tab_container li .info .text-content .labels {
    width: 100%;
}

.tab-main-container .tab_container li .info .text-content .labels ul {
    display: flex;
    height: 48px;
    padding: 0px 10px;
    gap: 5px;
    align-items: center;
    flex-wrap: wrap;
}

.tab-main-container .tab_container li .info .text-content .labels ul li {
    position: relative;
    display: flex;
    max-width: 300px;
    border-radius: unset;
    background: #FFE5CC;
    box-shadow: unset;
    border: unset;
    font-size: 13px;
    width: fit-content;
    flex: none;
    padding: 0px 3px;
    color: #A96704;
}

@media screen and (max-width: 768px) {
    .tab-main-container .tab_container li .info .text-content .labels ul li {
        margin: 0;
    }
}

.tab-main-container .tab_container li .info .text-content .labels ul li.normal {
    color: #635852;
    background: linear-gradient(0deg, #EDEDED 0%, #EDEDED 100%), #FFF;
}

.tab-main-container .tab_container li .info .text-content .title {
    color: #FFF;
    text-overflow: ellipsis;
    font-family: "Noto Serif TC" !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: initial;
    padding: 0px 10px 5px 10px;
    height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    box-sizing: border-box;
}

.tab-main-container .tab_container li .info .text-content .price {
    display: flex;
    padding: 0px 10px 10px 10px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.tab-main-container .tab_container li .info .text-content .price span {
    color: #FF9633;
    font-size: 24px;
    font-weight: 600;
}

.tab-main-container .tab_container li .info .text-content .bottom {
    padding: 10px 15px;
}

.tab-main-container .tab_container li .info .text-content .bottom button {
    border: 1px solid #D4AD7A;
    background: linear-gradient(30deg, #b18c13, #D4AD7A);
    box-shadow: 1px 1px 6px 0px rgb(255 255 255 / 30%);
    padding: 10px 20px;
    color: #0A0806;
    text-align: center;
    font-family: "Noto Serif TC";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
}

.login .box,
.product .box {
    display: flex;
    max-width: 500px;
    padding: 20px 0;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    border: 1px solid #D4AD7A;
    background: #0A0806;
    border-radius: 0;
}

@media screen and (max-width: 768px) {

    .login .box,
    .product .box {
        padding: 30px 0 40px;
        margin-top: auto;
    }
}

.box-title {
    color: #D4AD7A;
    text-align: center;
    font-family: "Noto Serif TC";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    padding: 20px 0;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    border-radius: none;
}

.box-subtitle {
    display: flex;
    padding: 20px 40px;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    align-self: stretch;
    color: #FFF;
    text-align: center;
    font-family: "Noto Serif TC";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.notice {
    display: flex;
    flex-direction: column;

    color: #FFF;
    text-align: center;
    font-family: "Noto Serif TC";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 20px 40px;
    gap: 10px;
}

.notice p {
    color: #8B8B8B;
    text-align: center;
    font-family: "Noto Serif TC";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.input-field {
    display: flex;
    padding: 20px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    box-sizing: border-box;
}

.input-field input {
    display: flex;
    padding: 10px 20px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    background: #2B2A2A;
    color: #8B8B8B;
    text-align: center;
    font-family: "Noto Serif TC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    width: 100%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px rgb(43 42 44 / 100%);
}

.input-field button {
    display: flex;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: #D4AD7A;
    color: #0A0806;
    text-align: center;
    font-family: "Noto Serif TC";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
}

.bottom {
    display: flex;
    padding: 20px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.bottom button {
    padding: 10px 40px;
    background: #D4AD7A;
    border: none;
    color: #0A0806;
    text-align: center;
    font-family: "Noto Serif TC";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.list_policy {
    border: none;
}

.list_policy .link_policy {
    color: #FFF;
    font-family: "Noto Serif TC";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: under;
}

.social_block {
    display: flex;
    margin: 0px auto;
    padding-top: 20px;
    justify-content: center;
    box-sizing: border-box;
    width: 80%;
    gap: 20px;
}

.wrap_pegi {
    display: flex;
    width: 100%;
    max-width: 1020px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #2D2D2D;
}

@media screen and (max-width: 768px) {
    .wrap_pegi {
        padding: 0;
    }
}

.wrap_pegi .content {
    display: flex;
    flex-direction: row;
    padding: 10px 0 30px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    margin: 0 60px 0;
    gap: 30px;
}

@media screen and (max-width: 768px) {
    .wrap_pegi .content {
        flex-direction: column;
        margin: 30px;
    }
}

.wrap_pegi .content li {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex: 1 0 0;
}

.wrap_pegi .content li .container {
    width: 186px;
    padding: 15px;
    border-radius: 21px;
    background: #000;
    text-align: center;
}

.wrap_pegi .frame-img {
    width: 100%;
}

.wrap_pegi::after {
    content: '';
    position: absolute;
    width: 288px;
    height: 320px;
    background-image: url(https://image.mycard520.com/customized/Chiikawa/img/bulletin-board.png);
    top: 0;
    background-position: center;
    background-size: contain;
    z-index: -1;
}

.wrap_pegi .desc_pegi {
    margin: 0;
    text-align: left;
    color: #FFF;
    font-family: "Noto Serif TC";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media only screen and (max-width: 540px) {
    .wrap_pegi .desc_pegi {
        font-size: initial;
    }

    .wrap_pegi .img_pegi {
        width: 60px;
        height: 60px;
    }
}

.list_company {
    border: 2px solid #8E6461;
    background: #FFF;
    padding: 10px 40px;
    width: fit-content;
    margin: 60px auto;
}

.list_company li:nth-child(1) {
    margin: 0;
}

.login .box .third-login {
    display: flex;
    padding: 20px 40px;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

.login .box .third-login button {
    display: flex;
    height: 54px;
    padding: 0px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    border: 1px solid #000;
    background: #FFF;
    color: #000;
    font-size: 19px;
    font-weight: 590;
    line-height: 24px;
    /* 126.316% */
}

.login .box .Box-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}

.login .box .Box-info li {
    display: flex;
    padding: 10px 40px;
    align-items: center;
    gap: 15px;
    align-self: stretch;
}

.login .box .Box-info li .bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    width: 100%;
}

.login .box .Box-info li button {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border: 1px solid #D4AD7A;
    background: #D4AD7A;
    border-radius: 0;
    color: #0A0806;
    text-align: center;
    font-family: "Noto Serif TC";
    font-style: normal;
    padding: 5px 10px;
}

.login .box .Box-info li button.small {
    width: 20%;
}

@media only screen and (max-width: 540px) {
    .login .box .Box-info li button {
        width: 100%;
    }

    .login .box .Box-info li button.small {
        width: 100%;
    }
}

.login .box .Box-info li .lebal {
    width: 100px;
    text-align: left;
    color: #FFF;
    font-family: "Noto Serif TC";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.login .box .Box-info li span {
    color: #D4AD7A;
    font-family: "Noto Serif TC";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.login .box .Box-info li label {
    flex-grow: 1;
    text-align: left;
}

.login .box .Box-info li input {
    border: none;
    background: #2B2A2A;
    padding: 10px 15px;
    width: 100%;
    color: #8B8B8B;
    font-family: "Noto Serif TC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}



@media only screen and (max-width: 540px) {
    .login .box .Box-info li.flex-fir-col {
        flex-direction: column;
        align-items: flex-start;
    }

    label {
        width: 100%;
    }
}

.demand .box table {
    border: 1px solid #D4AD7A;
    background-color: #fff;
}

.demand .box table th {
    white-space: nowrap;
    background: #352F29;
    color: #FFF;
    padding: 15px;
    color: #FFF;
    text-align: center;
    font-family: "Noto Serif TC";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.demand .box table td {
    color: #FFF;
    text-align: center;
    font-family: "Noto Serif TC";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.16px;
}

.demand .box table tr:nth-child(odd) {
    background-color: #0A0806;
}

.demand .box table tr:nth-child(even) {
    background-color: #2D2D2D;
}

.demand .box table td:last-child {
    display: flex;
    width: 160px;
    padding: 10px 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

@media screen and (max-width: 540px) {
    .demand .box table td:last-child {
        white-space: wrap;
    }
}

.section-info .section-guide {
    display: flex;
    padding: 20px 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    color: #D4AD7A;
    font-family: "Noto Serif TC";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.copy-sn {
    display: flex;
    padding: 5px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #D5D4CC;
    border-radius: 0;
    color: #0A0806;
    text-align: center;
    font-family: "Noto Serif TC";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.list_demand .link_demand {
    color: #FFF;
    font-family: "Noto Serif TC";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* Overlay背景開始 */
.itme-overlay {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.overlay_show {
    position: fixed;
    display: block !important;
    opacity: 1 !important;
    z-index: 30 !important;
    border-radius: 0% !important;
    background-color: rgba(0, 0, 0, 0.9) !important;
    width: 100% !important;
    height: 100vh !important;
}

.overflow_hidden {
    overflow: hidden !important;
}

/* Overlay背景結束 */

/* 彈窗開始 */
.pup_show {
    display: block !important;
}

.pup_uid_msg,
.pup_product_msg,
.pup_system_msg {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 600px;
    height: auto;
    /* max-height: 600px; */
    z-index: 31;
    /* border-radius: 30px; */
}

.pup_product_msg .product_msg_box {
    max-height: 90vh;
    padding-bottom: 100px;
    overflow-y: auto;
    margin: 0 auto;
    /* padding: 25px 40px; */
    /* border-radius: 30px; */
    color: #333;
    /* border: 6px solid #3f220f; */
    position: relative;
    background-position: 75% 9.5%;
    -webkit-box-shadow: 0 0 12px 6px rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 12px 6px rgba(255, 255, 255, 0.25);
    background-color: #352F29;
    /* background-image: url(https://image.mycard520.com/maplestorym/images/bg.png); */
    background-size: 100%;
    background-position: center 510px;
}

.pup_product_msg .product_msg_box .btn_close {
    width: 30px;
    height: 30px;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 32;
    cursor: pointer;
    border-radius: 100px;
    border: 1px solid #333;
    background: #FFF;
}

.pup_product_msg .product_msg_box .btn_close span,
.pup_product_msg .product_msg_box .form_title img, .lightbox_messenge .btn_close span {
    width: 100%;
    max-width: 100%;
    font-size: 1.5rem;
    line-height: 30px;
    text-align: center;
}

.pup_product_msg .product_msg_box .title_finish_success {
    max-width: 486px;
    width: 100%;
    margin: 0 auto 25px;
}

.pup_product_msg .product_msg_box .form_box {
    /* padding: 35px 20px 35px 50px; */
    /* background-color: #f6e9c9; */
    /* padding: 35px 50px; */
    /* border-radius: 20px; */
    /* border: 4px solid #3f220f; */
    /* -webkit-box-shadow: inset 0 3px 0px 0px #fff; */
    /* box-shadow: inset 0 3px 0px 0px #fff; */
    /* text-align: center; */
    position: relative;
}

.pup_product_msg .product_msg_box .lightbox_btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    clear: both;
    padding: 20px 30px;
    align-items: center;
    justify-content: center;
    right: 0;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #352F29;
    border: 1px solid #352F29;
    box-shadow: 0 -4px 12px rgb(53, 47, 41);
}

.pup_product_msg .product_msg_box .lightbox_btn button {
    display: flex;
    padding: 10px 40px;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    border: 1px solid #D4AD7A;
    background: linear-gradient(30deg, #b18c13, #D4AD7A);
    cursor: pointer;
    color: #0A0806;
    text-align: center;
    font-family: "Noto Serif TC";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.pup_product_msg .product_msg_box .form_box .form_content {
    overflow-y: auto;
}

.pup_product_msg .product_msg_box .form_box .figure {
    padding: 15px;
    max-height: 350px;
}

.pup_product_msg .product_msg_box .form_box .figure img {
    width: 100%;
}

.pup_product_msg .product_msg_box .form_box ul {
    display: flex;
    padding: 20px 15px 10px 15px;
    align-items: flex-start;
    gap: 5px;
    align-self: stretch;
}

.pup_product_msg .product_msg_box .form_box ul li {
    position: relative;
    display: flex;
    max-width: 300px;
    border-radius: unset;
    background: #FFE5CC;
    box-shadow: unset;
    border: unset;
    font-size: 13px;
    width: fit-content;
    flex: none;
    padding: 0px 3px;
    color: #A96704;
}

.pup_product_msg .product_msg_box .form_box ul li.normal {
    color: #635852;
    background: linear-gradient(0deg, #EDEDED 0%, #EDEDED 100%), #FFF;
}

.pup_product_msg .product_msg_box .form_box .product_text {
    color: #FFF;
    text-overflow: ellipsis;
    font-family: "Noto Serif TC" !important;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: initial;
    padding: 0px 10px 5px 10px;
    min-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .pup_product_msg .product_msg_box .form_box .product_text {
        font-size: 1rem;
        min-height: 46px;
    }
}

.pup_product_msg .product_msg_box .form_box .price {
    color: #D4AD7A;
    font-family: "Noto Serif TC";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    padding: 0 15px 10px 15px;
}

.product_msg_box .form_box .limit_text {
    color: #ff2424;
    font-size: 14px;
}

.pup_product_msg .product_msg_box .form_box .limit_text+.limit_text {
    margin: 5px 0 40px;
}

.pup_product_msg .product_msg_box .form_box .pack_box {
    display: flex;
    padding: 15px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-family: "Noto Serif TC";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.pup_product_msg .product_msg_box .form_box .pack_box .list_title {
    padding: 0 0 10px;
    /* border-bottom: 2px solid #333; */
}

.pup_product_msg .product_msg_box .form_box .pack_box .list_title .name {
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-family: "Noto Serif TC";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.pup_product_msg .product_msg_box .form_box .pack_box .collapse {
    /* border-bottom: 2px solid #333; */
    display: flex;
    padding: 10px 0px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    background: #0A0806;
    padding: 10px 20px;
}

.pup_product_msg .product_msg_box .form_box .add_html {
    margin-top: 30px;
    text-align: left;
    line-height: 1.75em;
    font-size: 16px;
}

/* 0825修改 */
.lightbox {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 0%;
    border: none;
    padding: 30px;
    box-shadow: 0 0 12px 6px rgba(255, 255, 255, 0.25);
}

.lightbox .box-titlem, .lightbox .text_box p {
    color: #D4AD7A;
    font-family: "Noto Serif TC";
}
/* 0825修改 */

.lightbox_messenge {
    position: fixed;
    display: block;
    opacity: 1;
    z-index: 30;
    border-radius: 0%;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100vh;
    top: 0;
    overflow: hidden !important;
}

.lightbox_messenge .content {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 600px;
    height: auto;
    overflow: hidden;
    z-index: 31;
    max-height: 90vh;
    overflow-y: auto;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 12px 6px rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 12px 6px rgba(255, 255, 255, 0.25);
    background-color: #352F29;
    padding-bottom: 20px;
}

/* 0825修改 */
.lightbox_messenge .btn_close, .lightbox .btn_close {
    color: #333;
    width: 30px;
    height: 30px;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 32;
    cursor: pointer;
    border-radius: 100px;
    border: 1px solid #333;
    background: #FFF;
}

.btn_close .material-symbols-outlined {
    line-height: normal;
}
/* 0825修改 */

/* 彈窗結束 */

/* 彈窗樣式開始 */
.abgne_tab .tab-main-container .tab-content .tab_container ul li .icon {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 19;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px;
    background-color: #fff;
    border: solid 0.0625rem #d6d6d6;
    border-radius: 100px;
    transition: transform 0.2s cubic-bezier(0.509, 0.001, 0.25, 1);
}

.abgne_tab .tab-main-container .tab-content .tab_container ul li .icon:hover {
    transition: transform 0.2s cubic-bezier(0.509, 0.001, 0.25, 1);
    transform: scale(1.05);
}

.abgne_tab .tab-main-container .tab-content .tab_container ul li .icon img {
    vertical-align: middle;
    width: 100%;
    max-width: 20px;
}

.lightbox_step {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    /* max-height: 600px; */
    overflow: hidden;
    z-index: 31;
    background: #000;
    /* border-radius: 30px;*/
}

@media screen and (max-width: 768px) {
    .lightbox_step img {
        width: 90vw;
    }
}

.lightbox_step .btn_close {
    width: 30px;
    height: 30px;
    position: fixed;
    right: 10px;
    top: 20px;
    z-index: 32;
    cursor: pointer;
    border-radius: 100px;
    border: 1px solid #333;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 彈窗樣式結束 */

footer {
    padding: 0 20px 60px;
}