/* 原設計調整 */
a {
    color: inherit;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: rgba(34, 34, 34, 1);
}
.container {
    --bs-gutter-x: 1.5rem;
    width: 100%;
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 744px) {
    .container {
        max-width: 911px;
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 1119px;
        padding-right: 24px;
        padding-left: 24px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1128px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1288px;
    }
}
.product-var{
	border-top: 1px solid rgba(34, 34, 34, 0.4);
    border-bottom: 1px solid rgba(34, 34, 34, 0.4);
}
.media-block-s {
    border: 1px solid rgba(236, 234, 233, 1);
    background: rgba(255, 255, 255, 0.95);
    padding: 16px;
    margin-top: -53px;
    margin-left: 25px;
    position: relative;
    z-index: 1;
    width: auto;
}
.red-color {
    color: rgba(229, 0, 18, 1);
}
.btn--red {
    background: rgba(229, 0, 18, 1);
    color: #ffffff !important;
}
.btn--red:hover {
    background: rgba(208, 52, 61, 1);
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.width_fc{
	width:fit-content!important;
}
/* *** Element ***  */
.common-gap80 {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-top: 60px;
}
@media (min-width: 992px) {
    .common-gap80 {
        gap: 80px;
        margin-top: 80px;
    }
}
.common-gap60 {
    display: flex;
    flex-direction: column;
    gap: 64px;
}
@media (min-width: 744px) {
    .common-gap60 {
        gap: 60px;
    }
}
.block-content-first {
    padding-top: 140px;
}
@media (min-width: 744px) {
    .block-content-first {
        padding-top: 160px;
    }
}
@media (min-width: 992px) {
    .block-content-first {
        padding-top: 180px;
    }
}
.underline {
    text-decoration: underline;
}
/* *** Background ***  */
.orange-card-bg {
    background-image: url('../../img/v4/bg-orange-card.png');
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
    position: relative;
}
.red-card-bg {
    background-image: url('../../img/v4/bg-red-card.png');
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
    position: relative;
}
.silver-card-bg {
    background-image: url('../../img/v4/bg-silver-card.png');
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
    position: relative;
}

/* *** Button ***  */
.btn--border-black02 {
    color: rgba(34, 34, 34, 1);
    border: 1px solid rgba(34, 34, 34, 1);
}
.btn--border-black02:hover {
    color: rgba(255, 255, 255, 1) !important;
    border-color: rgba(208, 52, 61, 1);
    background-color: rgba(208, 52, 61, 1) !important;
    transition: all 0.3s ease;
}
/* *** Width ***  */
.mw-192p {
    min-width: 192px;
}
.mw-200p {
    max-width: 200px;
}
.mw-220p {
    min-width: 220px;
}
.mx-width688p {
    max-width: 688px !important;
}
.mx-width745p {
    max-width: 745px !important;
}
.mx-width100 {
    max-width: 100% !important;
}
.w-1 {
    width: 1%;
}
/*:::::::::: Gap 縱向排版 :::::::::: */
.gap4 {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.gap20 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.gap24 {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.gap40 {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
/*:::::::::: Gap 橫向排版 :::::::::: */
.flex-layout-4 {
    display: flex;
    gap: 4px;
}
.flex-layout-8 {
    display: flex;
    gap: 8px;
}
/* *** Card List ***  */
.card-list-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    align-items: baseline;
}
/* *** Header ***  */
#a_language_open{
	width: 40px;
    text-align: center;
}

/* *** 第一個區塊的sticky ***  */
.first-sticky-block {
    /*padding-top: 80px;*/
    z-index: 0;
    position: relative;
}
@media (min-width: 744px) {
    .first-sticky-block {
        padding-top: 160px;
    }
}
@media (min-width: 992px) {
    .first-sticky-block {
        padding-top: 180px;
    }
}
/* *** Index KV ***  */
.kv-area-block {
	padding:0 16px;
    margin:0 auto;
    max-width:100%;
    width:703px;
}
@media (min-width: 735px) {
.kv-area-block {
    padding:0;
}
}
@media (min-width: 744px) {
    .kv-area-block {
        padding:0 20px;
        width:911px;
    }  
}
@media (min-width: 951px) {
.kv-area-block {
    padding:0;
}
}
@media (min-width: 992px) {
    .kv-area-block {
    padding:0 24px;
    width:1119px;
    }  
}
@media (min-width: 1167px) {
.kv-area-block {
    padding:0;
}
}
@media (min-width: 1200px) {
    .kv-area-block {
        width:1128px;
    }  
}
@media (min-width: 1440px) {
    .kv-area-block {
        width:1288px;
    }  
}
.kv-area {
    background: rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.kv-des-block {
    display: flex;
    align-items: center;
    order: 2;
}
@media (min-width: 992px) {
    .kv-des-block {
        padding: 40px;
    }
}
.kv-des-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
}
.kv-title {
    font-size: 24px;
    font-weight: bold;
}
.kv-des {
    font-size: 16px;
    line-height: 148%;
}
@media (min-width: 992px) {
    .kv-title {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: normal;
        overflow: hidden;
    }
    .kv-des {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        white-space: normal;
        overflow: hidden;
    }
}
.kv-img {
    order: 2;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 992px) {
    .kv-area {
        display: grid;
        grid-template-columns: 30% 70%;
    }
    .kv-img {
        order: 2;
    }
    .kv-des-block {
        order: 1;
        padding: 46px 40px;
    }
}
.kv-brand {
    color: rgba(229, 0, 18, 1);
}
.kv-area .btn {
    font-size: 18px;
    line-height: 130%;
    font-weight: 500;
    padding: 7px 20px;
    width: 200px;
    margin: auto;
    margin-top: 8px;
    cursor: pointer;
}
@media (min-width: 992px) {
    .kv-area .btn {
        margin-top: 24px;
        margin-left: 0;
    }
}

/* *** SKMedia KV ***  */
.skmedia-area-kv .kv-area {
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: transparent;
}
.skmedia-area-kv .kv-des-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    order: 2;
    background: rgba(255, 255, 255, 1);
}
@media (min-width: 744px) {
    .skmedia-area-kv .kv-des-block {
        padding: 20px 40px;
    }
}
.skmedia-area-kv .des-middle {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.skmedia-area-kv .kv-img {
    order: 2;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.skmedia-area-kv .kv-text {
    font-size: 20px;
    line-height: 150%;
    font-weight: 500;
    text-align: justify;
}
.skmedia-area-kv .kv-date {
    display: flex;
    gap: 8px;
    font-size: 12px;
    color: #444444;
    font-weight: 300;
}
@media (min-width: 744px) {
    .skmedia-area-kv .kv-area {
        display: grid;
        grid-template-columns: 68.2% auto;
    }
    .skmedia-area-kv .kv-img {
        order: 1;
    }
    .skmedia-area-kv .kv-des-block {
        order: 2;
        padding: 20px 40px;
        justify-content: center;
    }
    .skmedia-area-kv .kv-date .author {
        border-right: 1px solid rgba(34, 34, 34, 0.6);
        padding-right: 8px;
    }
}
/* Page Layout Gap */
.grid2-content.large {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 auto;
    gap: 32px;
    padding: 0;
}
@media (min-width: 744px) {
    .grid2-content.large {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}
@media (min-width: 992px) {
    .grid2-content.large {
        grid-template-columns: 39% 56.8%;
        gap: 40px;
    }
}
@media (min-width: 1200px) {
    .grid2-content.large {
        grid-template-columns: auto 50%;
    }
}
.theme-tag ul {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    padding: 0;
    margin: 0;
    width: 100%;
}
@media (min-width: 992px) {
    .theme-tag ul {
        flex-direction: column;
    }
}
.theme-tag ul li {
    list-style: none;
    font-size: 12px;
    background: rgba(86, 117, 189, 0.3);
    padding: 8px 12px;
    width: fit-content;
}
.media-block-s .theme-tag ul li {
    padding: 4px 8px;
}
.theme-tag ul li b {
    border-right: 1px solid rgba(34, 34, 34, 0.2);
    padding-right: 8px;
    margin-right: 8px;
}
.sec-area .theme-tag ul li {
    color: rgba(34, 34, 34, 1);
}

/* 未登入訊息區 */
.login-message-block {
    border-top: 1px solid rgba(34, 34, 34, 0.4);
    border-bottom: 1px solid rgba(34, 34, 34, 0.4);
    padding: 24px 0;
    margin: auto;
    max-width: 744px;
}
.login-message-title {
    margin-bottom: 10px;
    white-space: nowrap;
    font-weight: 500;
}
.login-message-area {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: center;
}
@media (min-width: 744px) {
    .login-message-area {
        grid-template-columns: auto auto;
        gap: 40px;
        margin: auto;
        width: fit-content;
    }
}
.login-message-area .btn {
    margin: auto;
}
.login-message-content {
    width: fit-content;
    margin: auto;
}
.login-message-block ul {
    padding: 0;
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 150%;
    padding-left: 20px;
}
.login-message-block ul li {
    list-style-type: disc;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    list-style-position: inside;
}

/* 所有 Title系列 的排版 */
/* SKMedia 總覽*/
.title-mix-area {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    max-width: 1288px;
    margin-bottom: 40px;
}
@media (min-width: 744px) {
    .title-mix-area {
        margin-bottom: 60px;
    }
}
.title-mix-area img {
    width: 187px;
    height: auto;
    margin: auto;
}
@media (min-width: 744px) {
    .title-mix-area img {
        width: 288px;
    }
}
.title-mix-block ul {
    padding: 12px 0;
    margin: 0;
    display: flex;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: center;
}
.title-mix-block ul li {
    list-style: none;
    font-size: 16px;
    line-height: 24px;
    color: rgba(34, 34, 34, 0.6);
    border-right: 1px solid rgba(34, 34, 34, 0.6);
    padding-right: 16px;
    padding-left: 16px;
    white-space: nowrap;
    position: relative;
}
.title-mix-block ul li a.active {
    position: relative;
    color: rgba(34, 34, 34, 1) !important;
    font-weight: 500;
}
.title-mix-block ul li a:hover {
    color: rgba(208, 52, 61, 1) !important;
}
.title-mix-block ul li a.active::after {
    position: absolute;
    content: "";
    background: rgba(208, 52, 61, 1);
    height: 2px;
    width: 100%;
    bottom: -10px;
    left: 0;
}
.mix-sub-menu ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 16px;
    justify-content: center;
}
.mix-sub-menu li a {
    list-style: none;
    font-size: 14px;
    line-height: 20px;
    color: rgba(34, 34, 34, 0.6) !important;
}
.mix-sub-menu li a.active {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(34, 34, 34, 1);
    padding: 4px 16px;
    border-radius: 30px;
}
.mix-sub-menu ul li a.active:hover {
    color: rgba(255, 255, 255, 1) !important;
}
/* 區塊中英文Title + item*/
.menu-title-area ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 16px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}
@media (min-width: 744px) {
    .menu-title-area ul {
        justify-content: end;
    }
}
.menu-title-area ul li {
    list-style: none;
    font-size: 16px;
    line-height: 24px;
    color: rgba(34, 34, 34, 0.6);
    padding-right: 16px;
    white-space: nowrap;
    position: relative;
}
.menu-title-area ul li::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 14px;
    width: 1px;
    background-color: rgba(34, 34, 34, 1);
}
.menu-title-area ul li:last-child::after {
    display: none;
}
.menu-title-area ul li a:hover {
    color: rgba(208, 52, 61, 1) !important;
}
.menu-title-area ul li a.active {
    color: rgba(34, 34, 34, 1) !important;
}
.title-block {
    position: relative;
    padding-top: 11px;
    width:703px;
    max-width:100%;
}
@media (min-width: 744px) {
    .title-block {
        padding-top: 22px;
    }
}
.vibe-area .title-block,
.sec-area .title-block {
    padding-top: 10px;
}
@media (min-width: 744px) {
    .vibe-area .title-block,
    .sec-area .title-block {
        padding-top: 24px;
    }
}
.title-block img,
.title-block-img img {
    height: 40px;
    max-width: 100%;
}
@media (min-width: 744px) {
    .title-block img {
        height: 52px;
    }
}
.title-block h2.main-title,
.title-block-img h2.main-title {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    white-space: nowrap;
    color: rgba(34, 34, 34, 1)!important;
}
.title-block .sub-title {
    font-family: "Playfair Display SC", serif;
    font-weight: 400;
    font-size: 32px;
    font-style: italic;
    color: rgba(34, 34, 34, 0.2);
    position: absolute;
    top: -22px;
}
@media (min-width: 744px) {
    .title-block h2.main-title {
        font-size: 32px;
    }
    .title-block .sub-title {
        font-size: 44px;
        line-height: 1;
    }
    .title-block .sub-title {
        top: -10px;
    }
}
.vibe-area {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    padding: 0;
    margin: auto;
}
.skmedia-area-block {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
.vibe-area-menu ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
}
.vibe-area-menu ul li {
    list-style: none;
    white-space: nowrap;
}
.vibe-area-menu ul li:first-child {
    padding-left: 16px;
}
.vibe-area-menu li a {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 20px;
    font-size: 16px;
    line-height: 130%;
    position: relative;
    opacity: 0.6;
}
.vibe-area-menu li a:hover {
    color: rgba(208, 52, 61, 1) !important;
    opacity: 1;
}
.vibe-area-menu li a.active {
    color: rgba(34, 34, 34, 1) !important;
    opacity: 1;
}
.vibe-area-menu li a.active:hover {
    color: rgba(208, 52, 61, 1) !important;
}
@media (min-width: 744px) {
    .vibe-area li {
        font-size: 18px;
    }
}
.vibe-area-menu li i {
    font-size: 60px;
}
.vibe-icon img {
    width: 60px;
    height: 60px;
}
.vible-title-area {
    padding: 32px 0;
    display: flex;
    justify-content: space-between;
}
.s-text-list ul li:first-child {
    padding-left: 0;
}
.title-left {
    display: flex;
    align-items: baseline;
    gap: 8px;
}
.title-left h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    color: rgba(34, 34, 34, 1);
}
.list-item {
    overflow-x: auto;
}
.list-item ul {
    display: flex;
    padding: 0;
    padding-bottom: 10px;
    padding-top: 14px;
    margin: 0;
    gap: 12px;
}
@media screen and (min-width: 744px) and (max-width: 991px) {
    .list-item ul {
        justify-content: end;
    }
}
.list-item ul li {
    color: rgba(34, 34, 34, 1);
    padding-right: 16px;
    padding-left: 4px;
    width: fit-content !important;
    position: relative;
}
.list-item ul li:first-child {
    padding-left: 16px;
}
.list-item ul li::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 14px;
    width: 1px;
    background-color: rgba(34, 34, 34, 0.6);
}
.list-item ul li:last-child::after {
    display: none;
}
.list-item ul li a {
    position: relative;
    opacity: 0.6;
}
.list-item ul li a:hover {
    color: rgba(208, 52, 61, 1) !important;
    opacity: 1;
}
.list-item ul li a.active {
    opacity: 1;
}
.list-item ul li a:last-child::after {
    width: 0;
}
.list-item ul li a.active::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: rgba(208, 52, 61, 1);
    top: 28px;
    left: 0;
}
.skmedia-area-block .list-item ul li {
    padding-left: 4px;
}
.skmedia-area-block .list-item ul li:first-child {
    padding-left: 16px;
}
/* *** 第二個區塊的sticky ***  */
.other-sticky-block {
    margin-top: 80px;
    z-index: 1;
    position: relative;
}
@media (min-width: 744px) {
    .other-sticky-block {
        background-image: url(../images/temporary/orange-card-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
}
.skmedia-title-area {
    position: relative;
    padding: 20px 0 20px;
}
@media (min-width: 744px) {
    .skmedia-title-area {
        position: sticky;
        top: 100px;
        z-index: 2;
        padding: 24px 0 24px;
        background-color: #f4f4f4;
    }
}
@media (min-width: 1200px) {
    .skmedia-title-area {
        top: 120px;
    }
}
@media (max-width: 743px) {
    .skmedia-title-area .list-item {
        margin-left: -16px;
        margin-right: -16px;
    }
    .skmedia-title-area .list-item ul {
        white-space: nowrap;
        gap: 0;
    }
}
.skmedia-title-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
@media (min-width: 1200px) {
    .skmedia-title-content {
        margin: 0;
    }
}
@media (min-width: 992px) {
    .skmedia-title-content {
        flex-direction: row;
        align-items: end;
        gap: 8px;
        max-width: 1119px;
        margin: auto;
    }
}
@media (min-width: 1200px) {
    .skmedia-title-content {
        max-width: 1128px;
    }
}
@media (min-width: 1440px) {
    .skmedia-title-content {
        max-width: 1288px;
    }
}
.skmedia-title-area img {
    height: 52px;
    width: fit-content;
}
@media (min-width: 992px) {
    .left-sticky01 {
        position: sticky;
        top: 220px;
    }
}
.sec-area {
    display: flex;
    flex-direction: column;
    gap: 32px;
    z-index: 1;
    position: relative;
    overflow-x: auto;
    margin: 60px auto;
    max-width: 100%;
    overflow: visible;
    padding-top:8px;
}
.sec-area:last-child {
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .sec-area {
        max-width: 1119px;
    }
    .ecover-area-block .sec-area {
        max-width: unset;
    }
}
@media (min-width: 1200px) {
    .sec-area {
        margin: 80px auto 0;
        max-width: 1128px;
    }
    .ecover-area-block .sec-area {
        max-width: unset;
    }
}
@media (min-width: 1440px) {
    .sec-area {
        max-width: 1288px;
    }
    .ecover-area-block .sec-area {
        max-width: unset;
    }

}
@media (max-width: 743px) {
    .skmedia-area-block .gap40,
    .sec-area .gap40 {
        gap: 32px;
    }
}
.skmedia-block {
    display: flex;
    gap: 24px;
    overflow-x: auto;
}
.block-gap {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
/* *** 登入後會員區塊 ***  */
.member-area {
    display: flex;
    flex-direction: column;
    gap: 32px;
    background: rgba(255, 255, 255, 0.2);
    padding: 32px 20px;
    overflow: hidden;
    max-width: 100%;
    margin: auto;
}
@media (min-width: 744px) {
    .member-area {
        max-width: 744px;
    }
}
.member-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0;
}
.member-info h1,
.member-info a {
    font-size: 16px;
    font-weight: 300;
    color: rgba(34, 34, 34, 1);
    display: flex;
    gap: 8px;
    align-items: baseline;
    white-space: nowrap;
    margin: 0;
    padding: 0 12px 0;
}
.member-info a:hover {
    color: rgba(208, 52, 61, 1) !important;
}
.member-info h1 {
    margin-top: -10px;
    line-height: 2;
}
.member-info h1 b {
    font-size: 24px;
}
.member-info .border-right {
    border-right: 1px solid rgba(34, 34, 34, 0.5);
    width: 100%;
}
.member-info .border-bottom {
    border-bottom: 1px solid rgba(34, 34, 34, 0.5);
    width: 100%;
}
.member-info td {
    padding: 0;
}
.member-info .grid2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}
@media (min-width: 744px) {
    .member-info .grid2 {
        grid-template-columns: 1fr 1fr;
    }
}
.member-list ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    color: rgba(34, 34, 34, 0.5);
}
.member-list ul li {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
    font-size: 14px;
    width: 25%;
}
.member-list ul li .flex-layout-4 {
    justify-content: center;
}
.member-list ul li i {
    font-size: 48px;
    color: rgba(34, 34, 34, 1);
}
.member-list-icon img {
    width: 48px;
    height: 48px;
}
.shop-activity {
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow: hidden;
}
.shop-activity ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.shop-activity ul li {
    list-style: none;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    gap: 6px;
}
.shop-activity ul li a {
    text-decoration: underline;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    padding: 0;
    height: 19px;
}
.shop-activity ul li a:hover {
    color: rgba(208, 52, 61, 1) !important;
}
.member-info .notify {
    position: relative;
    display: flex;
    gap: 12px;
    font-size: 16px;
    justify-content: center;
}

.red-circle {
    padding: 2px 9px;
    color: rgba(255, 255, 255, 1);
    background: rgba(229, 0, 18, 1);
    min-width: 24px;
    text-decoration: none;
    border-radius: 12px;
}
.member-content {
    display: grid;
    grid-template-columns: 100% 100% 100% 100%;
    gap: 24px;
    overflow-x: auto;
}
@media (min-width: 440px) {
    .member-content {
        grid-template-columns: 400px 400px 400px 400px;
    }
}
.member-block {
    padding: 16px 16px 24px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 16px;
}
.member-block .btn--border-black02 {
    margin: 0 auto;
}
h2.member-title {
    font-weight: 500;
    margin: 0;
    font-size: 24px;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 16px;
    text-align: left;
}
.member-des-area {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 20px;
}
.member-des-area h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}
.member-des {
    font-weight: 300;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}
.member-product-grid ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 0;
    margin: 0;
}
.member-product-grid ul li {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 16px;
    font-weight: 500;
}
.member-product-grid ul li img {
    max-width: 100%;
    aspect-ratio: 1/1;
}
.member-product-grid ul li .brand-name {
    font-size: 12px;
    font-weight: 300;
    color: rgba(34, 34, 34, 0.6);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 0;
}
.member-product-grid ul li .product-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
}
.member-product-grid ul li:hover .product-title {
    color: rgba(208, 52, 61, 1) !important;
}
.member-product-grid ul li .product-des {
    font-weight: 300;
    font-size: 14px;
    color: rgba(34, 34, 34, 1);
}
.member-product-grid ul li:hover .counter-info {
    color: rgba(208, 52, 61, 1);
}
.member-product-grid ul li .tag-info ul {
    display: inline-flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    gap: 12px;
}
.member-product-grid ul li .tag-info ul li {
    list-style: none;
}
.member-product-grid ul li .red-border {
    font-size: 12px;
    padding: 2px 10px;
    border: 1px solid rgba(229, 0, 18, 1);
    color: rgba(229, 0, 18, 1);
    width: fit-content;
}
.member-product-grid ul li .dash-border {
    font-size: 12px;
    padding: 2px 10px;
    border: 1px dashed rgba(34, 34, 34, 0.6);
    color: rgba(34, 34, 34, 0.6);
    width: fit-content;
}
.counter-info a {
    font-weight: 500;
    font-size: 16px;
    text-decoration: underline;
    margin-top: 8px;
}

.scroll-area {
    display: flex;
    gap: 16px;
    overflow-x: auto;
}

/* swiper區域佔用套上後可刪除 */
.scroll-area img {
    height: 314px;
    object-fit: contain;
}
.card-scroll{
    overflow-x: auto;
    margin-bottom: 40px;
}
.card-list,
.card-list ul{
    display: flex;
    gap: 40px 24px;
    overflow-x: auto;
    margin-bottom: 40px;
}
.card-list .eat-card{
    min-width: 264px;
    width:100%;
}
.block2-gap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 24px;
}
.block3-gap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 24px;
}

@media(max-width:743px) {
    #div_swiper_online_new_content_menu .article-card-size,
    #div_swiper_online_new_content_menu .clone-part.swiper-slide {
        /*width: 100% !important;*/
        height: auto !important;
    }

    #div_menu_media_info .article-card-size,
    #div_swiper_online_store_content_menu .swiper-slide ,
    .div_swiper_online_product_content_menu .swiper-slide {
        width: 70% !important;
        height: auto !important;
    }
}
@media(min-width:744px)  {
    #div_swiper_online_new_content_menu .default-part.article-card-size {
        width: 50% !important;
        height: auto !important;
        /*padding-right: 20px;*/
    }
    #div_swiper_online_new_content_menu .default-part.article-card-size:last-child {
        padding-right: 0;
    }
    #div_swiper_online_new_content_menu .clone-part.swiper-slide  {
        width: 50% !important;
        height: auto !important;
    }

    #div_menu_media_info .article-card-size {
        width: 34% !important;
        height: auto !important;
    }

    #div_swiper_online_store_content_menu .swiper-slide ,
    .div_swiper_online_product_content_menu .swiper-slide {
        width: 28% !important;
    }

}
@media(max-width:1199px) {
    .search-key.block-content-first {
        padding-top: 140px !important;;
    }
}

@media(min-width:1200px) {
    .search-key.block-content-first {
        padding-top: 180px !important;
    }
}

.no-min-width {
    min-width:0 !important;
}
.no-max-width {
    max-width: none !important;
}

#div_swiper_online_product_tab_menu #a_filter_product_must,
#div_swiper_online_product_tab_menu #a_filter_product_brand,
#div_swiper_online_product_tab_menu #a_filter_product_hot,
#div_swiper_online_product_tab_menu #a_filter_product_new
{
    padding-left: unset !important;
    padding-right: unset !important;
}

@media (min-width: 745px) {
    .search-key .container {
        padding-left: unset !important;
        padding-right: unset !important;
    }
}

.article-card-gap {
    margin-bottom: 8px;
}

.article-card-new-set {
    display: flex !important;
    padding: 0 10px !important;
}

#div_swiper_online_new_content_menu {
    padding-left: 10px;
}
@media (min-width: 744px) {
    #div_side_menu_4_v2 .swiper-scrollbar {
        height: 8px;
    }
}
@media (max-width: 743px) {
    #div_side_menu_4_v2 .swiper-scrollbar {
        height: 4px;
    }
}
#div_swiper_online_store_content_menu .article-pic {
    padding-bottom: 10px;
}

.search .swiper_area,
.online .swiper_area{
    height: auto !important;
}

.menu-card-padding {
    padding: 0 10px;
}

.common-gap80.connect-block {
    margin-top: unset !important;;
}

.search-key .search__toggle--btn {
    color: #222222;
}

.right-out {
    padding-right: 0px !important;
    margin-right: 0px !important;
}

.menu-key-frame-location {
    width: 688px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 743px) {
    #div_swiper_online_product_tab_menu .swiper-slide {
        width: auto !important;
    }
}

.search-key .search__toggle {
    margin: auto;
}

#div_swiper_online_product_tab_menu ul,
.hot-store-list ul {
    overflow: visible !important;
}

@media (min-width: 744px) {
    #div_menu_4_outer .hot-store-list,
    #div_swiper_online_product_tab_menu .swiper-slide {
        padding-bottom: unset;
        margin-top:32px;
        margin-bottom: 32px !important;
    }
}
@media (max-width: 743px) {
    .news .container,
    #div_menu_4_outer .hot-store-list,
    #div_swiper_online_product_tab_menu .swiper-slide {
        padding-bottom: unset;
        margin-top: 24px !important;
        margin-bottom: 32px !important;
    }
}

.news .container,
/* .search #div_menu_4_outer, */
#menu_section_online.online {
    margin-bottom: unset;
    padding-bottom: 32px !important;
}
.menu-container-right {
    padding-right: 0;
}
@media (min-width: 992px) {
    .menu-container-right {
        padding-right: 0px;
    }
}
.shop-title{
	color:#000;
}
.first-page-content{
	padding-top:150px;
}
@media(min-width:744px){
.first-page-content{
	padding-top:150px;
}
}