/* imgServerPaht = https://twimage.daigobang.com/web/events/fathersday2022 */

/* Config Event color  */
/* 參照 Zeplin Style Guideline 修改 E.G. https://app.zeplin.io/project/5cda928427264913e957ad6d/screen/62135486f7dfe5139201e1f5 */
:root {
    --highlight-text-color: #2a2a2a; /* 高亮字型 */
    --main-color: #2a2a2a; /* 字型主色 */
    --main-bg-color: #408a57; /* 背景主色 */
    --belt-bg-color-1: #f1dc9a; /* 腰帶背景色(上) */
    --belt-bg-color-2: #dfc77c; /* 腰帶背景色(下) */
    --indise-footer-bg-color: #f9ca3c; /* 注意事項背景顏色 */
    --indise-footer-color: #343031; /* 注意事項字體顏色 */
    --banner-bg-color: #a5f1c3; /* Banner 背景色碼 */
    /* 精選禮品 */
    --prod-title-image: url('https://twimage.daigobang.com/web/events/dragonboatfestival2023/prod_title.png'); /* 「精選禮品」圖片 */
    --prod-title-image-height: 48px; /* 「精選禮品」圖片高 */
    --prod-title-image-width: 368px; /* 「精選禮品」圖片寬 */
    --prod-title-image-m: url('https://twimage.daigobang.com/web/events/dragonboatfestival2023/prod_title_m.png'); /* 「精選禮品」圖片 - 小網 */
    --prod-title-image-m-height: 48px; /* 「精選禮品」圖片高 - 小網 */
    --prod-title-image-m-width: 191px; /* 「精選禮品」圖片寬 - 小網 */
    /* 商品分類 */
    --button-color: #ffffff; /* 看折扣按鈕文字色 */
    --button-bg-color: #18a86b; /* 看折扣按鈕背景色 */
    --button-bg-color-hv: #18a86b; /* 看折扣按鈕互動色 */
    --category-bg-color: #fff09c; /* 商品分類底色 */
    --category-bg-color-hv: #fff6c3; /* 商品分類底色互動色 */
    --category-name-color: #033b32; /* 商品分類名稱文字顏色 */
    --category-wrap-size: 13px; /* 商品分類間隔 */
    /* 浮動選單 */
    --float-menu-border-color: #83d064; /* 浮動選單按鈕間隔顏色 */
    --float-menu-border-color-hv: #fabd0a; /* 浮動選單按鈕間隔互動顏色 */
    --float-menu-bg-color: transparent; /* 浮動選單按鈕背景色 */
    --float-menu-bg-color-hv: #fabd0a; /* 浮動選單按鈕互動背景色 */
    --float-menu-bg-image: url('https://twimage.daigobang.com/web/events/dragonboatfestival2023/bg_float_menu.png'); /* 浮動選單圖片路徑 */
    --float-menu-height: 518px; /* 浮動選單高 */
    --float-menu-width: 141px; /* 浮動選單寬 */
    --float-menu-image-1: url("https://twimage.daigobang.com/web/events/dragonboatfestival2023/11.png");
    --float-menu-image-2: url("https://twimage.daigobang.com/web/events/dragonboatfestival2023/22.png");
    --float-menu-image-3: url("https://twimage.daigobang.com/web/events/dragonboatfestival2023/33.png");
    --float-menu-image-4: url("https://twimage.daigobang.com/web/events/dragonboatfestival2023/44.png");
    --float-menu-image-1-hv: url("https://twimage.daigobang.com/web/events/dragonboatfestival2023/11_h.png");
    --float-menu-image-2-hv: url("https://twimage.daigobang.com/web/events/dragonboatfestival2023/22_h.png");
    --float-menu-image-3-hv: url("https://twimage.daigobang.com/web/events/dragonboatfestival2023/33_h.png");
    --float-menu-image-4-hv: url("https://twimage.daigobang.com/web/events/dragonboatfestival2023/44_h.png");
    --float-menu-image-top: url("https://twimage.daigobang.com/web/events/dragonboatfestival2023/top.png");
    /* 浮動選單 - 小網*/
    --float-menu-bg: #83d064;
    --float-menu-image-m-1: url("https://twimage.daigobang.com/web/events/dragonboatfestival2023/11-off@2x.png");
    --float-menu-image-m-2: url("https://twimage.daigobang.com/web/events/dragonboatfestival2023/22-off@2x.png");
    --float-menu-image-m-3: url("https://twimage.daigobang.com/web/events/dragonboatfestival2023/33-off@2x.png");
    --float-menu-image-m-4: url("https://twimage.daigobang.com/web/events/dragonboatfestival2023/44-off@2x.png");
    --float-menu-image-m-1-hv: url("https://twimage.daigobang.com/web/events/dragonboatfestival2023/11-on@2x.png");
    --float-menu-image-m-2-hv: url("https://twimage.daigobang.com/web/events/dragonboatfestival2023/22-on@2x.png");
    --float-menu-image-m-3-hv: url("https://twimage.daigobang.com/web/events/dragonboatfestival2023/33-on@2x.png");
    --float-menu-image-m-4-hv: url("https://twimage.daigobang.com/web/events/dragonboatfestival2023/44-on@2x.png");
}

/* Ben 追加 CSS  */
/* 浮動選單  */
.float_menu {
    width: var(--float-menu-width);
    height: var(--float-menu-height);
    background-image: var(--float-menu-bg-image);
    background-repeat: no-repeat;
    padding-top: 135px;
    background-size: contain;
    position: fixed;
    right: 175px;
    top: 140px;
    z-index: 11;
}

.float_menu a {
    font-size: 1px;
    text-indent: -999em;
    margin-top: -1px;
    position: relative;
    left: 0px;
    transition: border-bottom .3s;
}

.float_menu a,
.float_menu a:visited,
.float_menu a:link {
    display: block;
    width: 125px;
    margin: 0 auto;
    border-bottom: 1px solid var(--float-menu-border-color);
    padding: 7px 0;
}

.float_menu a:after {
    content: "";
    display: block;
    width: 91px;
    height: 60px;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.float_menu a {
    background-color: var(--float-menu-bg-color);
    transition: background-color .3s;
}
.float_menu a:hover {
    background-color: var(--float-menu-bg-color-hv);
    border-bottom-color: var(--float-menu-border-color-hv);
}

.float_menu a.no-hover:hover {
    background-color: transparent;
}

.float_menu a:nth-child(1):after {
    background-image: var(--float-menu-image-1);
}
.float_menu a:nth-child(2):after {
    background-image: var(--float-menu-image-2);
}
.float_menu a:nth-child(3):after {
    background-image: var(--float-menu-image-3);
}
.float_menu a:nth-child(4):after {
    background-image: var(--float-menu-image-4);
}

.float_menu a:nth-child(1):hover:after {
    background-image: var(--float-menu-image-1-hv);
}
.float_menu a:nth-child(2):hover:after {
    background-image: var(--float-menu-image-2-hv);
}
.float_menu a:nth-child(3):hover:after {
    background-image: var(--float-menu-image-3-hv);
}
.float_menu a:nth-child(4):hover:after {
    background-image: var(--float-menu-image-4-hv);
}

.float_menu a.top {
    width: 110px;
    height: 39px;
    position: relative;
    top: 10px;
    border-bottom: 0;
}

.float_menu a.top:after {
    background-image: var(--float-menu-image-top);
    width: 47px;
    height: 43px;
}

.prod-show-block.freeze {
    position: relative;
    top: 200px;
    padding-bottom: 200px;
}

@media screen and (max-width: 480px) {
    .m_float_menu {
        display: flex;
        justify-content: center;
        width: calc(100vw - 10px);
    }
    .m_float_menu .m_float_menu-btn {
        display: block;
        flex: 1;
        flex-direction: column;
        margin: 0 3px;
        background-position: center;
    }
    .m_float_menu-btn {
        background-size: 84px 42px;
        background-repeat: no-repeat;
        width: 84px;
        height: 42px;
    }
    .m_float_menu-btn.btn1 {
        background-image: var(--float-menu-image-m-1);
    }
    .m_float_menu-btn.btn2 {
        background-image: var(--float-menu-image-m-2);
    }
    .m_float_menu-btn.btn3 {
        background-image: var(--float-menu-image-m-3);
    }
    .m_float_menu-btn.btn4 {
        background-image: var(--float-menu-image-m-4);
    }

    .m_float_menu-btn.btn1:hover,
    .m_float_menu-btn.btn1:active {
        background-image: var(--float-menu-image-m-1-hv);
    }
    .m_float_menu-btn.btn2:hover,
    .m_float_menu-btn.btn2:active {
        background-image: var(--float-menu-image-m-2-hv);
    }
    .m_float_menu-btn.btn3:hover,
    .m_float_menu-btn.btn3:active {
        background-image: var(--float-menu-image-m-3-hv);
    }
    .m_float_menu-btn.btn4:hover,
    .m_float_menu-btn.btn4:active {
        background-image: var(--float-menu-image-m-4-hv);
    }
}

/* End of Ben 追加 CSS  */

/* Reset */

button {
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    outline: none;
}

p {
    line-height: 1;
    margin: 0;
}

a:hover {
    text-decoration: none;
}

#detail a,
#detail a:visited {
    color: #fff;
}

/* Basic setting */

.important-text {
    color: var(--highlight-text-color);
    font-weight: 800;
}

.w-version {
    display: block;
}

.w-table {
    display: table-cell;
}

.w-input {
    display: flex;
}

.m-version {
    display: none;
}

.hidethis {
    display: none !important;
}

/* 共用出現設定 */

.now1 .exist1 {
    display: flex;
}

.now1 .prod-show-banner-img:not(.exist1),
.now1 .category-day:not(.exist1),
.now1 .m-prod-show-banner-img:not(.exist1) {
    display: none;
}

.now2 .exist2 {
    display: flex;
}

.now2 .prod-show-banner-img:not(.exist2),
.now2 .category-day:not(.exist2),
.now2 .m-prod-show-banner-img:not(.exist2) {
    display: none;
}

.now3 .exist3 {
    display: flex;
}

.now3 .prod-show-banner-img:not(.exist3),
.now3 .category-day:not(.exist3),
.now3 .m-prod-show-banner-img:not(.exist3) {
    display: none;
}

.now4 .exist4 {
    display: flex;
}

.now4 .prod-show-banner-img:not(.exist4),
.now4 .category-day:not(.exist4),
.now4 .m-prod-show-banner-img:not(.exist4) {
    display: none;
}

.now5 .exist5 {
    display: flex;
}

.now5 .prod-show-banner-img:not(.exist5),
.now5 .category-day:not(.exist5),
.now5 .m-prod-show-banner-img:not(.exist5) {
    display: none;
}

.now6 .exist6 {
    display: flex;
}

.now6 .prod-show-banner-img:not(.exist6),
.now6 .category-day:not(.exist6),
.now6 .m-prod-show-banner-img:not(.exist6) {
    display: none;
}

.now7 .exist7 {
    display: flex;
}

.now7 .prod-show-banner-img:not(.exist7),
.now7 .category-day:not(.exist7),
.now7 .m-prod-show-banner-img:not(.exist7) {
    display: none;
}

.m-prod-show-banner-img {
    display: block;
    width: 100%;
    height: auto;
}

.mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #000000;
    opacity: 0.5;
}

/* ===================== */

/* w-banner */

.all-wrapper {
    width: 100%;
    position: relative;
}

.inside-wrapper {
    min-width: 1200px;
    position: relative;
}

.banner {
    position: relative;
}

.w-banner {
    width: 100%;
    height: 664px;
    background-image: url(https://twimage.daigobang.com/web/events/dragonboatfestival2023/1920.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--banner-bg-color);
    background-size: auto 100%;
}

.w-inf-promo-table {
    display: block;
}

.w-inf-promo-table .inf-label-val {
    margin-top: 15px;
    margin-left: 50px;
}

.limit1200 {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}

.addmem-link {
    display: block;
    width: 603px;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 12;
    outline: none;
    user-select: none;
}

/* 燈籠 */

.addmem-link::after {
    content: "";
    display: block;
    width: 136px;
    height: 227px;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 1;
    background-image: url(https://twimage.daigobang.com/web/events/freeservice2021/btn_register.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.addmem-link:hover::after {
    background-image: url(https://twimage.daigobang.com/web/events/freeservice2021/btn_register_on.png);
}

.addmem-link.fixed {
    position: fixed;
    top: 0;
    right: calc(50% - 600px);
}

/* 詳細說明 */

.w-prod-show-banner {
    position: relative;
    max-width: 1168px;
}

.w-prod-show-banner img {
    width: 100%;
}

.dummy {
    opacity: 0;
    display: none;
}

.showdummy .dummy {
    display: block;
    width: 1168px;
    height: 180px;
}

.w-prod-show-banner.fixed {
    position: fixed;
    top: 0;
    left: calc(50% - 584px);
    z-index: 10;
}

.color-bar {
    width: 100%;
    height: 100%;
}

.bar-text {
    width: 160px;
    height: 37px;
    animation-name: changeImg;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: changeImg;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: changeImg;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: changeImg;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 2;
}

/* prod-zone */

.prod-zone {
    width: 100%;
}

.prod-index {
    width: 100%;
    /* background-color: #cb3245; */
    position: relative;
}

.color-lines {
    width: 100%;
    /* width: calc(50% - 584px); */
    position: absolute;
    /* bottom: -89px; */
    z-index: 0;
}

.color-lines.left {
    left: 0;
}

.color-lines.right {
    /* right: 0; */
}

.color-line {
    width: 100%;
    height: 56px;
}

.color-line-primary {
    background-color: var(--belt-bg-color-1);
}

.color-line-secondary {
    background-color: var(--belt-bg-color-2);
}

.color-line-secondary.fixed {
    position: fixed;
    top: 0;
}

.prod-btns-block {
    width: 1168px;
    height: 96px;
    margin: 0 auto;
    display: flex;
    outline: none;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: -25px;
}

.prod-btn {
    display: block;
    margin-right: calc(48px / 6);
}

.prod-btn:last-child {
    margin-right: 0;
}

.prod-btn .on {
    display: none;
}

.prod-btn:hover .on,
.prod-btn:focus .on,
.prod-btn.active .on,
.prod-btn.active2 .on {
    display: inline;
}

.prod-btn:hover .off,
.prod-btn:focus .off,
.prod-btn.active .off,
.prod-btn.active2 .off {
    display: none;
}

.prod-show {
    width: 100%;
    padding-bottom: 45px;
    background-color: var(--main-bg-color);
}

.prod-show-banner {
    width: 100%;
    display: flex;
    justify-content: center;
}

.prod-show-block {
    width: 1168px;
    margin: 0 auto;
}

.prod-show-block-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 70px;
    padding-bottom: 60px;
}

.prod-show-block-title-img {
    width: var(--prod-title-image-width);
    height: var(--prod-title-image-height);
    background-image: var(--prod-title-image);
    background-position: center;
    background-size: var(--prod-title-image-width) var(--prod-title-image-height);
    background-repeat: no-repeat;
}

.decoration-line {
    /*  總寬度(1200) -文字寬(168) + 線跟文字的間距(80) */
    width: 476px;
    height: 2px;
    background-color: #ffffff;
}

.prod-show-title-text {
    display: block;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1;
    color: #ffffff;
    margin: 0 40px;
}

/* 商品開始 */

.prod-show-block-category {
    width: 100%;
    position: relative;
}

.category-day {
    width: 100%;
    flex-wrap: wrap;
}

.category-unit {
    display: block;
    width: 274px;
    width: calc((100% - var(--category-wrap-size) * 3) / 4);
    padding: 8px;
    padding-bottom: 35px;
    background-color: var(--category-bg-color);
    margin-right: var(--category-wrap-size);
    margin-bottom: var(--category-wrap-size);
    text-align: center;
    transition: background-color .3s;
}

.category-unit:hover {
    /* opacity: 0.9; */
    background-color: var(--category-bg-color-hv);
}

.category-unit:nth-child(4n) {
    margin-right: 0;
}

.cate-img {
    display: block;
    width: 100%;
    height: auto;
}

.cate-name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 17px;
    font-size: 20px;
    color: var(--category-name-color);
}

.gotosee {
    width: 225px;
    color: var(--button-color);
    background-color: var(--button-bg-color);
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 8px;
    border-radius: 21px;
}

.category-unit:hover .gotosee,
.category-unit:focus .gotosee {
    background-color: var(--button-bg-color-hv);
}

/* 注意事項 */

.indise-footer {
    min-width: 1200px;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 45px;
    color: var(--indise-footer-color);
    background-color: var(--indise-footer-bg-color);
}

.inf-limit {
    width: 1168px;
    margin: 0 auto;
    /* padding-left: 12px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.inf-title {
    margin-right: 45px;
}

.w-inf-title {
    margin-left: -45px;
    margin-bottom: 25px !important;
}

.w-inf-title_txt {
    display: block;
    font-family: regular;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.08;
    letter-spacing: 2px;
    color: #f2e8dd;
}

.inf-box {
    width: calc(100% - 203px);
}

.customer-service {
    margin-top: 50px;
}

.inf-desc {
    width: 100%;
    display: flex;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.48px;
    /*color: #FFFFFF;*/
    margin-bottom: 16px;
}

.inf-desc .copyright-text {
    font-weight: normal;
}

.inf-label,
.inf-label-val {
    font-weight: normal;
}

.name-line {
    width: 100%;
    display: block;
    line-height: 1.2;
}

.inf-line {
    width: 100%;
    display: flex;
    margin-left: 30px;
    /* font-weight: 800; */
}

.inf-line-dot {
    width: 5px;
    height: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--indise-footer-color);
    font-size: 14px;
    line-height: 1;
    margin-top: 13px;
    margin-right: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.inf-line-dot.not {
    background-color: transparent;
}

.inf-service {
    margin-left: 30px;
    /* font-weight: bold; */
}

.inf-table table {
    table-layout: fixed;
    max-width: 848px;
    width: 100%;
    height: 72px;
    border-collapse: collapse;
    background-color: #ffbf59;
    margin-bottom: 48px;
}

.inf-table table,
.inf-table th,
.inf-table td {
    border: 1px solid black;
    text-align: center;
}

.inf-table th,
.inf-table td {
    padding: 5px;
}

.inf-line-txt {
    width: 100%;
    margin: 0;
    font-size: 16px;
    line-height: 2.25;
    letter-spacing: 0.48px;
    word-wrap: break-word;
}
#detail .inf-line-txt a {
    color: var(--indise-footer-color);
}

.txt-highlight {
    color: #ed4a38;
}

.footer {
    background-color: #00020c;
}

body div.l-ft {
    width: 100%;
    margin: 0;
}

@media screen and (max-width: 480px) {
    .inf-line-dot {
        display: none;
    }
    /* Basic setting */
    .w-version,
    .w-table,
    .float_menu {
        display: none;
    }
    .m-version {
        display: block;
    }
    .inside-wrapper {
        min-width: 100%;
    }
    .inf-desc {
        margin-bottom: 5px;
    }
    .copyright-text {
        margin-bottom: 40px;
    }
    .font-normal {
        font-weight: normal;
    }
    /* w-banner */
    .w-banner {
        width: 100%;
        height: auto;
        background-image: none;
        margin-bottom: 0px;
    }
    /* m-banner */
    .m-banner {
        width: 100%;
        height: auto;
        background-image: none;
        margin-bottom: 0px;
    }
    .m-input {
        display: flex;
    }
    .inf-label {
        flex: 1;
        line-height: 1.8;
    }
    .inf-label-val {
        flex: 3;
        line-height: 1.8;
    }
    .m-inf-promo-table .inf-label-val {
        margin: 0;
    }
    .m-inf-promo-table img {
        width: 349px;
        height: 79px;
    }
    /* 詳細說明 */
    .prod-title {
        padding-top: 10px;
        padding-bottom: 13px;
    }
    .m-colorline {
        width: 100%;
        height: 1px;
        background-color: #bebebe;
    }
    .m-prod-btns-block {
        width: 100%;
        overflow-x: scroll;
        background-color: #12113b;
        padding: 10px 0;
        position: absolute;
        left: 0;
        bottom: -190px;
        z-index: 2;
        scroll-behavior: smooth;
    }
    .fixed .m-prod-btns-block {
        position: fixed;
        top: 0;
        z-index: 20;
        height: 45px;
    }
    .mbtns-width-controll {
        width: 650px;
        display: flex;
        align-items: center;
    }
    .m-prod-btn {
        display: flex;
        align-items: center;
    }
    .m-prod-btn:first-child {
        margin-left: 32px !important;
    }
    .m-prod-btn:nth-child(7) {
        margin-right: 0;
    }
    .day-name {
        display: block;
        width: 36px;
        height: 20px;
        line-height: 20px;
        border-radius: 20px;
        background-color: #9f0c1e;
        font-size: 12px;
        color: #d53e4c;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        margin-right: 3px;
    }
    .brand-name {
        display: block;
        font-size: 14px;
        font-weight: bold;
        color: #ffffff;
        border-radius: 12px;
        width: auto;
        height: 25px;
        line-height: 1.8;
        padding: 0 10px;
    }
    .m-inf-title {
        display: block;
        font-size: 18px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 1.8px;
        font-size: 18px;
        /* margin-top: 20px; */
    }
    /* 小網索引按鈕 day1 */
    .m-prod-btn1 .brand-name {
        width: 70px;
        text-align: center;
    }
    .m-prod-btn1.active .brand-name {
        background-image: linear-gradient(to top, #6f177c, #ff0c93);
    }
    /* 小網索引按鈕 day2 */
    .m-prod-btn2.active .brand-name {
        background-image: linear-gradient(to top, #6f177c, #ff0c93);
    }
    /* 小網索引按鈕 day3 */
    .m-prod-btn3 .brand-name {
        width: 96px;
    }
    .m-prod-btn3.active .brand-name {
        background-image: linear-gradient(to top, #6f177c, #ff0c93);
    }
    /* 小網索引按鈕 day4 */
    .m-prod-btn4 .brand-name {
        width: 96px;
    }
    .m-prod-btn4.active .brand-name {
        background-image: linear-gradient(to top, #6f177c, #ff0c93);
    }
    /* 小網索引按鈕 day5 */
    .m-prod-btn5 .brand-name {
        width: 80px;
    }
    .m-prod-btn5.active .brand-name {
        background-image: linear-gradient(to top, #6f177c, #ff0c93);
    }
    /* 小網索引按鈕 day6 */
    .m-prod-btn6.active .brand-name {
        background-image: linear-gradient(to top, #6f177c, #ff0c93);
    }
    /* 小網索引按鈕 day7 */
    .m-prod-btn7.active .brand-name {
        background-image: linear-gradient(to top, #6f177c, #ff0c93);
    }
    /* dropdown */
    .m-prod-category1.active .day-name,
    .m-prod-category2.active .day-name,
    .m-prod-category3.active .day-name,
    .m-prod-category4.active .day-name,
    .m-prod-category5.active .day-name,
    .m-prod-category6.active .day-name,
    .m-prod-category7.active .day-name {
        background-color: #9f0c1e;
        color: #ffffff;
    }
    .m-prod-category1.active .brand-name,
    .m-prod-category2.active .brand-name,
    .m-prod-category3.active .brand-name,
    .m-prod-category4.active .brand-name,
    .m-prod-category5.active .brand-name,
    .m-prod-category6.active .brand-name,
    .m-prod-category7.active .brand-name {
        color: #ae1d2d;
    }
    .m-toggleBtn {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 1px;
        z-index: 11;
    }
    .fixed .m-toggleBtn {
        position: fixed;
        right: 0;
        top: 0;
        z-index: 21;
    }
    .m-toggleBtn-mask {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        background-color: black;
        opacity: 0.8;
    }
    .arror-down {
        display: block;
        width: 17px;
        height: 12px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        z-index: 4;
    }
    .open .arror-down {
        transform: translate(-50%, -50%) rotate(180deg);
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
        -moz-transform: translate(-50%, -50%) rotate(180deg);
        -ms-transform: translate(-50%, -50%) rotate(180deg);
        -o-transform: translate(-50%, -50%) rotate(180deg);
    }
    .m-prod-lighbox {
        display: none !important;
        width: 53%;
        background-color: #ffffff;
        padding: 50px 20px 20px 20px;
        position: absolute;
        right: 0;
        top: 41px;
        z-index: 10;
    }
    .fixed .m-prod-lighbox {
        position: fixed;
        top: 0;
        z-index: 20;
    }
    .m-prod-list {
        width: 100%;
        display: block;
    }
    .m-prod-category {
        width: 100%;
        display: block;
        margin-bottom: 23px;
    }
    .m-prod-category:last-child {
        margin-bottom: 0;
    }
    .m-prod-link {
        display: flex;
        align-items: center;
    }
    .prod-show {
        padding-bottom: 17px;
    }
    .m-prod-show-banner-pack {
        width: 100%;
    }
    .prod-show-banner-img {
        width: 100%;
        height: auto;
    }
    .prod-show-block {
        width: 100%;
        padding: 0 16px;
    }
    .prod-show-title-text {
        font-size: 24px;
        letter-spacing: 1.2px;
        margin: 0 16px;
    }
    .decoration-line {
        width: calc(50% - 70px);
        height: 2px;
        background-color: #ffffff;
    }
    .category-unit {
        width: calc(50% - 5px);
        margin-right: 10px;
        padding: 5px;
        padding-bottom: 22px;
        margin-bottom: 10px;
    }
    .category-unit:nth-child(2n + 2) {
        margin-right: 0;
    }
    .cate-name {
        font-size: 12px;
        margin-top: 8px;
        margin-bottom: 10px;
    }
    .gotosee {
        width: 130px;
        font-size: 12px;
        border-radius: 21px;
        padding: 4px 0;
    }
    .indise-footer {
        min-width: 100%;
        padding: 25px 12px 6px 12px;
    }
    .inf-table table {
        margin-bottom: 27px;
        table-layout: fixed;
        width: 100%;
    }
    .inf-table table,
    .inf-table th,
    .inf-table td {
        font-size: 14px;
        word-break: break-word;
    }
    .inf-table th,
    .inf-table td {
        padding: 0;
    }
    .inf-table td {
        line-height: 1.3;
        font-weight: normal;
    }
    .inf-limit {
        width: 100%;
        display: block;
    }
    .m-inf-title {
        font-size: 18px;
        letter-spacing: 1.8px;
        margin-bottom: 15px;
    }
    .inf-desc-all {
        line-height: 1.71;
    }
    .inf-line {
        margin-left: 0;
        font-weight: normal;
    }
    .m-foot-nav {
        width: 100%;
        height: 61px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 30;
        background-color: var(--float-menu-bg);
        display: flex;
        align-items: center;
        padding: 6px 15px;
    }
    .foot-btn-box {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .m-foot-btn {
        width: 160px;
        height: 42px;
        background-image: url(https://twimage.daigobang.com/web/events/freeservice2021/m_btn_register.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .prod-show-block-title {
        padding-top: 46px;
        padding-bottom: 28px;
    }
    .prod-show-block-title-img {
        width: var(--prod-title-image-m-width);
        height: var(--prod-title-image-m-height);
        background-image: var(--prod-title-image-m);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .footer_sm {
        margin-bottom: 40px;
    }
    .customer-service {
        margin-top: 25px;
    }
}

@media screen and (min-width: 481px) and (max-width: 1480px) {
    .float_menu {
        display: none;
    }
}
