body {
    color: #333333;
    background-color: #F7F6EE;
    width: 100%;
    overflow-x: hidden;
}

p {
    margin: 0;
    padding: 0;
}

ul,li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.color_DBD3A4 {
    color: #DBD3A4;
}

.color_77832A {
    color: #77832A;
}

.color_959595 {
    color: #959595;
}

.color_808080 {
    color: #808080;
}

.color_E10000 {
    color: #E10000;
}

.fz_13 {
    font-size: 13px;
}

.fz_14 {
    font-size: 14px;
}

.fz_15 {
    font-size: 15px;
}

.fz_18 {
    font-size: 18px;
}

.fz_20 {
    font-size: 20px;
}

.fz_21 {
    font-size: 21px;
}

.fz_24 {
    font-size: 24px;
}

.fz_28 {
    font-size: 28px;
}

.fz_32 {
    font-size: 32px;
}

.title_1 {
    font-size: 56px;
    font-weight: normal;
}

.title_2 {
    font-size: 48px;
    font-weight: normal;
}

.title_3 {
    font-size: 56px;
    font-weight: normal;
}

.btn_text_Ash {
    text-decoration: none;
    color: #747474;
}

.btn_text_Ash:hover {
    color: #383838;
}

.btn_text_333 {
    text-decoration: none;
    color: #333;
}

.btn_text_333:hover {
    color: #1d1c1c;
}

.btn_text_74 {
    text-decoration: none;
    color: #747474;
}

.btn_text_74:hover {
    color: #1d1c1c;
}

.btn_text_black {
    color: #333;
}

.btn_text_black:hover {
    color: #333;
}

.btn_text_77832A {
    text-decoration: none;
    color: #77832A;
}

.btn_text_77832A:hover {
    color: #9bad26;
}

.btn_text_77 {
    color: #77832A;
}

.btn_text_77:hover {
    color: #9bad26;
}

.btn_black {
    display: inline-block;
    padding: .9rem 2.6rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    background-color: #3C3C3C;
}

.btn_black:hover {
    color: #fff;
    background-color: #000;
}

.btn_green {
    display: inline-block;
    padding: .9rem 2.6rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    background-color: #77832A;
}

.btn_green:hover {
    color: #fff;
}

.btn_333 {
    display: inline-block;
    padding: .4rem 1rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    background-color: #333333;
}

.btn_333:hover {
    color: #fff;
    background-color: #000;
}

.container-fluid {
    padding: 0 4rem;
}

@media (max-width: 991.98px) {
    .container-fluid {
        padding: 0 1rem;
    }
    .title_1 {
        font-size: 24px;
    }
    .title_2 {
        font-size: 24px;
    }
}

.headTop {
    height: 40px;
    color: #333333;
    background-color: #F1EFE2;
    line-height: 40px;
}

.header {
    background-color: #F7F6EE;
    position: relative;
}

.header_content {
    height: 196px;
}

.header_content h2 {
    font-size: 32px;
    color: #3C3C3C;
    font-weight: normal;
    margin-left: 9%;
}

.header_nav {
    display: none;
    position: absolute;
    background-color: #F7F6EE;
    top: 196px;
    left: 0;
    right: 0;
    z-index: 100;
}

.FunctionMenu {
    display: inline-block;
}

.navbox {
    display: flex;
    border-top: 1px solid #959595;
    margin: 2rem 0;
}

.navbox .Item {
    width: 20%;
    border-right: 1px solid #959595;
}

.navbox .Item_child {
    border: 0;
}

.navbox .Item ul li a {
    width: 100%;
    font-size: 24px;
    color: #000;
    text-decoration: none;
    display: inline-block;
    padding: 1rem;
}

.navbox .Item ul li a:hover {
    color: #77832A;
}

.navbox .Item ul li ul {
    margin-left: 2rem;
    margin-top: 1rem;
}

.navbox .Item ul li ul li a {
    font-size: 20px;
    color: #333;
    padding: .3rem;
    margin-top: .2rem;
}

.navbox .Item .MembershipInformation a {
    font-size: 20px;
    color: #333;
    padding: .3rem;
    margin-top: .2rem;
}

.head_logIn {
    padding: 1rem;
}

.Membershipbox {
    margin: 2rem;
}

.MemberAvatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
}

.MemberAvatar img {
    width: 100%;
    height: auto;
}

@media (max-width: 991.98px) {
    .header_content {
        height: 112px;
    }
    .header_nav {
        top: 111px;
    }
    .navbox {
        flex-direction: column;
        border-top: 1px solid #959595;
        margin: 2rem 0;
    }
    .border_bottom {
        border-bottom: 1px solid #959595;
    }
    .navbox .Item {
        width: 100%;
        border-right: 0;
    }
    .navbox .Item ul li ul {
        margin-left: 2rem;
        margin-top: 0rem;
        display: none;
    }
    .head_logIn {
        display: none;
    }
    .Membershipbox {
        margin: 2rem 1rem;
    }
    .MembershipInformation {
        display: none;
    }
}

/* 輪播 */
.owl-carousel .item picture img {
    width: 100%;
    display: block;
}

.owl-carousel {
    width: 100%;
    overflow: hidden;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none !important;
    box-shadow: none !important;
    border: none;
    padding: 0;
    z-index: 10;
    cursor: pointer;
}

.owl-nav button.owl-prev {
    left: 10px;
}

.owl-nav button.owl-next {
    right: 10px;
}

.owl-nav svg:hover {
    opacity: 0.8;
    transition: opacity 0.2s;
}

.owl-dots {
    position: absolute;
    z-index: 99;
    bottom: 16px;
    left: 50%;
    transform:translateX(-50%);
}

.owl-dot span {
    background: #fff;
}

.owl-dot.active span {
    background: #C1B14A !important;
}
/* 輪播 */

.ClassicTeaCeremony {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
}

.ClassicTeaCeremony .Item {
    margin-right: 1rem;
}

.TeaLine {
    height: 100%;
    border-bottom: 4px solid #747474;
}

.TeaLine h4 a {
    text-decoration: none;
    color: #000;
}

.TeaLine h4 a:hover {
    color: #77832A;
}

.hero_line {
    width: 1px;
    height: 32px;
    margin: 0.5rem;
    background-color: #DBD3A4;
    display: inline-block;
}

.price {
    font-size: 21px;
}

@media (max-width: 991.98px) {
    .price {
        font-size: 16px;
    }
}

/* swiper */
.swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-slide {
    height: auto;
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.swiper-slide img {
    width: 100%;
    object-fit: cover;
}

.swiper-slide .swbody img {
    max-width: 427px;
    height: auto;
}

:root {
    --swiper-navigation-size: 18px;
}

.swiper-wrapper-wrap {
    position: relative;
    overflow: visible;
}

.swiper-button-prev, .swiper-button-next {
    position: static;
    padding: 0 1.2rem;
    z-index: 10;
    color: #C1B14A;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    color: #77832A;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 26px !important;
}

.title_4 {
    font-size: 28px;
    font-weight: normal;
}

.title_4 a {
    display: inline-block;
    max-width: 14em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

@media (max-width: 1399px) {
    .swiper-button-prev.hero-prev {
        left: 84%;
    }
}

@media (max-width: 1199px) {
    .swiper-button-prev.hero-prev {
        left: 82%;
    }
    .title_4 {
        font-size: 24px;
    }
}

@media (max-width: 991.98px) {
    .swiper {
        width: 100%;
        margin-top: 2rem;
    }
    .swiper-slide .swbody img {
        max-width: 100%;
        height: auto;
    }
}
/* swiper */

.RareSeriesText {
    width: 36%;
}

.RareSeriesText p {
    font-size: 24px;
}

.IndexNewsBox li {
    border-bottom: 1px solid #C7C3C3;
    padding: 1.4rem 0;
    display: flex;
    align-items: center;
}

.IndexNewsBox span {
    font-size: 20px;
}

.IndexNewsBox p {
    font-size: 24px;
    padding-right: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.IndexNewsBox a {
    color: #747474;
}

.IndexNewsBox a:hover {
    color: #77832A;
}

@media (max-width: 991.98px) {
    .RareSeriesText {
        width: 100%;
        margin-top: 2rem;
    }
    .RareSeriesText p {
        font-size: 16px;
    }
    .IndexNewsBox li {
        align-items: flex-start;
        flex-direction: column;
    }
    .IndexNewsBox span {
        font-size: 18px;
    }
    .IndexNewsBox p {
        margin-top: .5rem;
        font-size: 20px;
        white-space: normal;
        overflow: visible;
        text-overflow: initial;
    }
    .IndexNewsBox a {
        margin-top: 1rem;
    }
}

.CollapseFooter {
    display: inline-block;
    color: #767A85;
    font-size: 20px;
    text-decoration: none;
    border-bottom: 4px solid #D9D9D9;
}

.CollapseFooter:hover {
    color: #767A85;
}

.mapBox {
    font-size: 20px;
}

.mapBox ul {
    margin-left: 15%;
}

.mapBox ul li {
    padding: .7rem 0;
}

.mapBox ul li a {
    text-decoration: none;
    color: #767A85;
}

.mapBox ul li a:hover {
    color: #3c3f44;
}

.CompanyInformation p {
    color: #3D4254;
    margin-bottom: .5rem;
}

@media (max-width: 991.98px) {
    .mapBox ul {
        margin-left: 0;
        margin-top: 1rem;
    }
    .mapBox ul li {
        padding: .4rem 0;
    }
}

.FloatingWindowBox {
    max-width: 64px;
    width: 100%;
    padding: 16px 8px 16px 8px;
    background-color: #fff;
    position: fixed;
    z-index: 99;
    right: 1rem;
    bottom: 100px;
    border-radius: 8px;
    box-shadow:0px 0px 8px #747474;
}

.FloatingWindow {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.FloatingWindow .FWLine {
    width: 32px;
    height: 1px;
    background-color: #C7C3C3;
    margin: 1rem 0;
}

.FloatingWindowBody {
    display: block;
}

.FloatingWindowBtn {
    text-align: center;
}

.FloatingWindowBtn a.active {
    display: inline-block;
    padding-bottom: 16px;
}

@media (max-width: 991.98px) {
    .FloatingWindowBody {
        display: none;
    }
}

.FloatingCart {
    text-align: center;
}

.FloatingCart a {
    display: block;
    text-decoration: none;
    padding: 4px 7px;
    color: #fff;
    background-color: #333333;
    border-radius: 4px;
    margin-top: 8px;
}

.footerBg {
    background-color: #F8F8F4;
}

.HeritageBox {
    width: 100%;
    min-height: 640px;
    background-image: url(../images/BrandStoryBg01.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    display: flex;
}

.HeritageContent {
    width: 75%;
    position: relative;
    padding-left: 10%;
}

.HeritageContent h1 {
    color: #77832A;
    font-size: 48px;
    font-weight: normal;
    padding-top: 24%;
}

.HeritageContent p {
    font-size: 32px;
    text-align: justify;
    margin-top: 4rem;
}

.HeritageStraightBox {
    width: 25%;
    position: relative;
    padding-left: 5%;
}

.HeritageStraight {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    font-size: 56px;
    letter-spacing:0.7rem;
    position: absolute;
    bottom: -56px;
}

@media (max-width: 991.98px) {
    .HeritageBox {
        width: 100%;
        min-height: 100%;
        margin: 0;
        background-image: url(../images/BrandStoryBgMb01.svg);
        background-repeat: no-repeat;
        background-position: center 100px;
        background-size: cover;
        flex-direction: column;
    }
    .HeritageContent {
        width: 100%;
        padding: 1rem;
        margin-left: 0;
    }
    .HeritageContent h1 {
        font-size: 24px;
        padding-top: 8%;
        line-height: 38px;
    }
    
    .HeritageContent p {
        font-size: 20px;
        margin-top: 2rem;
    }
    
    .HeritageStraightBox {
        width: 100%;
        height: 220px;
        position: relative;
    }
    
    .HeritageStraight {
        font-size: 32px;
        letter-spacing:0.8rem;
        line-height: 50px;
        bottom: -180px;
        right: 0;
    }
}

.ConnectingEmotionsbox {
    padding: 2rem 0;
    background-image: url(../images/BrandStoryBg02.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.LogoDesignBox p {
    padding: 0 4rem;
    font-size: 30px;
    line-height: 52px;
    text-align: justify;
}

@media (max-width: 991.98px) {
    .LogoDesignBox img {
        width: 80%;
    }
    .LogoDesignBox p {
        margin-top: 2rem;
        padding: 0;
        font-size: 20px;
        line-height: 32px;
    }
}

.ACupOfTeaBox {
    display: flex;
    margin-top: 5rem;
}

.ACupOfTeaBox .ACupOfTeaText {
    width: 28%;
    display: flex;
    justify-content: center;
}

.ACupOfTeaBox .ACupOfTeaText p {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    color: #77832A;
    font-size: 48px;
    line-height: 1.4;
}

.HeartwarmingBox p {
    margin: 5rem 0;
    font-size: 32px;
    line-height: 58px;
    text-align: justify;
}

@media (max-width: 991.98px) {
    .ACupOfTeaBox {
        margin-top: 4rem;
        flex-direction: column;
    }
    .ACupOfTeaBox .ACupOfTeaText {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .ACupOfTeaBox .ACupOfTeaText p {
        font-size: 26px;
        line-height: 1.4;
        letter-spacing: 0.3rem; 
        margin-bottom: 4rem;
    }
    .ACupOfTeaBox img {
        width: 96%;
    }
    .HeartwarmingBox p {
        margin: 3rem 0;
        font-size: 20px;
        line-height: 38px;
    }
}

.ProductMenuBox ul {
    display: flex;
}

.ProductMenuBox ul li {
    flex: 0 0 auto;
}

.ProductMenuBox ul li a {
    display: inline-block;
    text-decoration: none;
    font-size: 24px;
    color: #959595;
    margin-right: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #F7F6EE;
}

.ProductMenuBox ul li a:hover {
    color: #C1B14A;
}

.ProductMenuBox ul li a.active {
    color: #77832A;
    border-bottom: 2px solid #77832A;
}

@media (max-width: 991.98px) {
    .ProductMenuBox {
        width: 100%;
        overflow: auto;
    }
}

.ProductcContainerBox {
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
}

.ProductcContainerBox h2 {
    font-size: 32px;
    color: #77832A;
}

.ProductcContainerBox .price {
    font-size: 24px;
}

.ProductcContainerBox .CompareBtn {
    display: inline-block;
    text-decoration: none;
    color: #77832A;
    border: 1px solid #77832A;
    padding: .4rem 1rem;
    border-radius: 8px;
    margin-top: 1rem;
}

.ProductcContainer {
    height: 0;
    padding-bottom: 75.4%;
    position: relative;
    overflow: hidden;
}

.ProductcContainer div {
    height: 100%;
    left: 0;
    padding: auto;
    top: 0;
    width: 100%;
}

.ProductcContainer img {
    width: 100%;
    height: auto;
}

.ProductName {
    text-decoration: none;
    font-size: 32px;
    color: #77832A;
}
.ProductName:hover {
    color: #77832A;
}



@media (max-width: 991.98px) {
    .ProductcContainerBox h2 {
        font-size: 18px;
    }
    .ProductName {
        font-size: 18px;
    }
    .ProductcContainerBox .price {
        font-size: 18px;
    }
    .ProductcContainerBox .CompareBtn {
        margin-top: .5rem;
    }
}



.ProductContents div {
    border-bottom: 1px solid #959595;
    padding: .7rem 0;
}

.ProductContents div:last-child {
    border: 0;
}

.MarketPrice {
    font: 24px;
    color: #959595;
    text-decoration-line: line-through;
    margin-top: 2.2rem;
}

.SpecialPrice {
    font-size: 20px;
}

.SpecialPrice span {
    font-size: 48px;
}

.AddToCart {
    width: calc(74% - 1.5rem);
    height: 64px;
    text-align: center;
    text-decoration: none;
    line-height: 64px;
    color: #fff;
    display: inline-block;
    background-color: #000000;
    margin-left: 1.5rem;
    border-radius: 8px;
}

.AddToCart:hover {
    color: #fff;
}

.TotalQuantity {
    width: 26%;
    position: relative;
}

.TotalQuantity input {
    font-size: 18px;
    text-align: center;
    width: 100%;
    height: 64px;
    border-radius: 8px;
    border: 1px solid #9F9F9F;
}

.ReduceQuantity, .AddQuantity {
    width: 35px;
    height: 64px;
    position: absolute;
    cursor: pointer;
}

.ReduceQuantity {
    top: 0;
    left: 0;
}

.AddQuantity {
    right: 0;
    top: 0;
}


.ProductThumbnail {
    margin-top: 1rem;
}

.ProductThumbnail div {
    margin-right: 1rem;
}

.ProductThumbnail div:last-child {
    margin-right: 0;
}
.ProductThumbnail img {
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.2s;
    width: 64px;
    height: 64px;
    object-fit: cover;
}
.ProductThumbnail img.active {
    border: 2px solid #77832A;
}
.ProductImgBox {
    position: relative;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}
.ProductImgBox div {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.MainProductImg {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    transition: left 0.4s, opacity 0.4s;
}
.MainProductImg.hide-left {
    left: -100%;
    opacity: 0;
}
.MainProductImg.hide-right {
    left: 100%;
    opacity: 0;
}
.MainProductImg.show {
    left: 0;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .AddToCart {
        width: 100%;
        height: 64px;
        margin-left: 0;
    }
    .TotalQuantity {
        width: 100%;
        margin-bottom: 1rem;
    }
    .ProductContents div {
        border-bottom: 0;
    }
    .ProductContents .SpecificationMb {
        font-size: 20px;
        border-bottom: 1px solid #77832A;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        color: #77832A;
    }
    .discountMb {
        font-size: 20px;
        border-bottom: 1px solid #77832A;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        color: #77832A;
    }
}

.ProductIntroductionBox {
    display: flex;
    align-items: center;
    margin-top: 4rem;
}

.ProductIntroductionBox .Title {
    flex: 0 0 auto;
    font-size: 32px;
    padding-right: 2rem;
    color: #77832A;
}

.ProductIntroductionBox .Line {
    width: 100%;
    height: 1px;
    background-color: #77832A;
}

.discountPc {
    font-size: 20px;
    margin-top: 2rem;
}

.discountPc .Item1 {
    width: 90px;
}

@media (max-width: 991.98px) {
    .discountPc {
        font-size: 16px;
        margin-top: 1.5rem;
    }
    .discountPc .Item1 {
        width: 78px;
    }
    .ProductIntroductionBox .Title {
        width: 30%;
        font-size: 24px;
        color: #77832A;
    }
    
    .ProductIntroductionBox .Line {
        width: 70%;
        height: 1px;
        background-color: #77832A;
    }
}

.IntroduceCenter img {
    width: 100%;
    height: auto;
    margin: 2rem 0;
}

.IntroduceCenter p {
    font-size: 24px;
    padding: 1rem 0;
    color: #444444;
}

.NewsBox {
    display: flex;
    margin: 3rem 0;
}

.NewsBox .Title {
    width: 120px;
    font-size: 48px;
    font-weight: normal;
    color: #77832A;
    margin: 0;
    letter-spacing:0.5rem;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    border-right: 1px solid #77832A;
}

.NewsBox .NewsCenter {
    width: calc(100% - 120px);
    margin-left: 3rem;
}

@media (max-width: 991.98px) {
    .NewsBox .NewsCenter {
        width: 100%;
    }
}

.NewsBox .Item {
    display: flex;
    font-weight: normal;
    color: #444444;
    border-bottom: 1px solid #77832A;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.NewsBox .Item:last-child {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 0;
}

.NewsBox .Item img {
    max-width: 464px;
    height: auto;
}

.NewsBox .Item h4 a {
    display: inline-block;
    font-size: 32px;
    text-align: justify;
    color: #444444;
    text-decoration: none;
    margin-bottom: .5rem;
}

.NewsBox .Item h4 a:hover {
    color: #77832A;
}

.NewsBox .Item p {
    font-size: 20px;
    margin-top: 1rem;
    text-align: justify;
}

.NewsBox .Item span {
    color: #959595;
}

@media (max-width: 991.98px) {
    .NewsBox {
        flex-direction: column;
    }
    .NewsBox .Title {
        width: 100%;
        font-size: 32px;
        writing-mode: horizontal-tb;
        text-align: center;
        padding-bottom: 1.5rem;
        border-right: 0;
        border-bottom: 1px solid #77832A;
        margin-bottom: 2rem;
    }
    .NewsBox .Item {
        flex-direction: column;

        border-bottom: 1px solid #77832A;
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }
    .NewsBox .Item img {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .NewsBox .Item h4 a {
        font-size: 24px;
    }
    .NewsBox .Item p {
        font-size: 16px;
        margin-top: 0.3rem;
    }
    .NewsBox .Item span {
        padding-top: 1rem;
    }
}

.NewsPageBox h1 {
    font-size: 48px;
}

.NewsPageBox .Classification {
    font-size: 24px;
    color: #808080;
    margin-top: 1rem;
}

.NewsPageBox img {
    width: 100%;
    height: auto;
    margin: 1.5rem 0;
}

.NewsPageBox p {
    font-size: 24px;
    color: #444444;
    text-align: justify;
    margin-bottom: 1rem;
}

.NewsPageBox .LabelBox {
    font-size: 24px;
    color: #444444;
    margin-top: 3rem;
}

.NewsPageBox .OnlineStoreBox {
    margin-top: 3rem;
    font-size: 24px;
}

.NewsPageBox .OnlineStoreBox li {
    padding: .2rem 0;
}

.NewsPageBox .OnlineStoreBox .Title {
    font-weight: bold;
}

.NewsPageBox .OnlineStoreBox a {
    text-decoration: none;
    color: #444444;
}

.NewsPageBox .OnlineStoreBox a:hover {
    color: #444444;
}

.NewsPageBox .OnlineStoreBox .Name {
    /* font-family: "Songti TC","STSong","PMingLiU","MingLiU","SimSun",serif; */
}

.PhysicalStoresBox {
    margin-top: 3rem;
    font-size: 24px;
}

.PhysicalStoresBox li {
    padding: .2rem 0;
}

.ReferenceBox {
    margin-top: 3rem;
}

.ReferenceBox a {
    font-size: 24px;
    text-decoration: none;
    color: #444444;
    word-break: break-all;
    overflow-wrap: break-word;
}

@media (max-width: 991.98px) {
    .NewsPageBox h1 {
        font-size: 26px;
    }
    .NewsPageBox h2 {
        font-size: 26px;
    }
    .NewsPageBox .Classification {
        font-size: 16px;
    }
    .NewsPageBox p {
        font-size: 16px;
    }
    .NewsPageBox .LabelBox {
        font-size: 16px;
        margin-top: 2rem;
    }
    .NewsPageBox .OnlineStoreBox {
        margin-top: 2rem;
        font-size: 16px;
    }
    .PhysicalStoresBox {
        margin-top: 2rem;
        font-size: 16px;
    }
    .ReferenceBox a {
        font-size: 16px;
    }
}

.StoreLocationBox {
    margin: 3rem 0;
    display: flex;
}

.StoreLocationBox .Title {
    width: 130px;
    font-size: 48px;
    font-weight: normal;
    margin: 0;
    color: #77832A;
    letter-spacing:0.5rem;
    writing-mode: vertical-lr;
    text-orientation: mixed;
}

.StoreLocationBox .content {
    position: relative;
    padding-left: 90px;
    border-left: 1px solid #77832A;
}

.StoreLocationBox .content .Item {
    display: flex;
    margin-bottom: 2rem;
    position: relative;
}

.StoreLocationBox .content .Item h2 {
    font-size: 32px;
}

.StoreLocationBox .content .Item ul li {
    padding: .5rem 0;
    color: #747474;
    display: flex;
}

.StoreLocationBox .content .Item:last-child {
    margin-bottom: 0;
}

.StoreLocationBox .content .AreaBox {
    font-size: 26px;
    color: #77832A;
    letter-spacing:0.2rem;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    background-color: #F7F6EE;
    padding: 1rem 0;
    position: absolute;
    left: -1.4rem;
    top: 50%;
    transform:translateY(-50%);
}

.StoreLocationImg {
    max-width: 464px;
    width: 100%;
    height: auto;
}

@media (max-width: 991.98px) {
    .StoreLocationBox {
        margin: 3rem 0;
        flex-direction: column;
    }
    .StoreLocationBox .Title {
        width: 100%;
        writing-mode: horizontal-tb;
        text-orientation: initial;
        font-size: 32px;
        text-align: center;
    }
    .StoreLocationBox .content {
        padding-left: 0;
        border-left: 0;
        border-top: 1px solid #77832A;
        margin-top: 3rem;
        padding: 3rem 0;
    }
    .StoreLocationBox .content .Item {
        flex-direction: column;
        margin-bottom: 2rem;
    }
    .StoreLocationBox .content .AreaBox{
        writing-mode: horizontal-tb;
        text-orientation: initial;
        font-size: 20px;
        transform: none;
        padding: 0 2rem;
        left: 50%;
        top: -16px;
        transform:translateX(-50%);
    }
    .StoreLocationImg {
        max-width: 100%;
        height: auto;
    }
}

.LoginTitle {
    width: 100%;
    height: 200px;
    border-right: 1px solid #959595;
    position: relative;
}

.WireBox {
    width: 3px;
    height: 80px;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 0;
}

.LoginBox {
    display: flex;
}

.LoginTitle {
    width: 15%;
}

.LogInContentAll {
    width: 85%;
}

.LogInContentAll h2 {
    font-size: 24px;
}

.LogInContentAll h2 a {
    text-decoration: none;
    color: #333333;
}

.logInContent {
    width: 430px;
}

.logInContent input {
    height: 58px;
}

.ThirdPartyLoginBox {
    border-top: 1px solid #959595;
    position: relative;
    padding-top: 3rem;
}

.ThirdPartyLoginBox .OrBox {
    color: #959595;
    background-color: #F7F6EE;
    padding: .2rem 1rem;
    position: absolute;
    top: -15px;
    left: 50%;
    transform:translateX(-50%);
}

.ThirdPartyLoginBox a {
    text-decoration: none;
    display: block;
    text-align: center;
    color: #000000;
    background-color: #fff;
    padding: 1rem;
    margin-bottom: 2rem;
    border: 1px solid #959595;
    border-radius: 8px;
}

@media (max-width: 991.98px) {
    .LoginBox {
        flex-direction: column;
    }
    .LoginTitle {
        width: 100%;
    }
    .LogInContentAll {
        width: 100%;
    }
    .LoginTitle {
        width: 100%;
        height: auto;
        border-right: 0;
        text-align: center;
        margin-bottom: 2rem;
    }
    .LogInContentAll h2 {
        text-align: center;
    }
    .WireBox {
        display: none;
    }
    .logInContent {
        width: 100%;
    }
}

.ThirdPartyLoginBox.RegisterBox {
    border: 0;
    padding-top: 2rem;
}

.MemberSettingsBox {
    display: flex;
    margin: 3rem 0;
}

.MemberSettingsBox .Title {
    width: 120px;
    font-size: 48px;
    font-weight: normal;
    color: #77832A;
    margin: 0;
    letter-spacing:0.5rem;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    border-right: 1px solid #77832A;
}

.MemberSettingsContent .AccountMumber {
    width: 50%;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    font-size: 18px;
    border-bottom: 1px dotted #C7C3C3;
}

.MemberSettingsContent .Remind {
    color: #C1B14A;
}

.MemberSettingsBox .MemberSettingsContent {
    width: calc(100% - 120px);
    padding-left: 3rem;
}

.inputH {
    height: 58px;
}

.MemberSettingsBox .MemberSettingsContent .EmailBox {
    display: flex;
    align-items: center;
}

.MemberSettingsBox .MemberSettingsContent .EmailBox input {
    width: 69%;
    margin-left: 2%;
}

@media (max-width: 1399px) {
    .MemberSettingsBox .MemberSettingsContent .EmailBox input {
        width: 64%;
        margin-left: 2%;
    }
}

@media (max-width: 1199px) {
    .MemberSettingsBox .MemberSettingsContent .EmailBox input {
        width: 56%;
        margin-left: 2%;
    }
}

.MemberSettingsBox .MemberSettingsContent .phoneBox {
    display: flex;
    align-items: center;
}

.MemberSettingsBox .MemberSettingsContent .phoneBox input {
    width: 30%;
    margin-left: 2%;
}

@media (max-width: 1399px) {
    .MemberSettingsBox .MemberSettingsContent .phoneBox input {
        width: 27%;
        margin-left: 2%;
    }
}

@media (max-width: 1199px) {
    .MemberSettingsBox .MemberSettingsContent .phoneBox input {
        width: 24%;
        margin-left: 2%;
    }
}

@media (max-width: 991.98px) {
    .MemberSettingsBox {
        flex-direction: column;
        margin: 3rem 0;
    }
    
    .MemberSettingsBox .Title {
        width: 100%;
        font-size: 20px;
        margin: 0;
        padding-bottom: 1rem;
        letter-spacing:0.2rem;
        writing-mode: horizontal-tb;
        text-orientation: initial;
        border-right: 0;
        border-bottom: 1px solid #77832A;
    }
    .MemberSettingsContent .AccountMumber {
        width: 100%;
        margin-top: 2rem;
    }
    .MemberSettingsContent .Remind {
        color: #C1B14A;
    }
    .MemberSettingsBox .MemberSettingsContent {
        order: 0;
        width: 100%;
        padding-left: 0;
    }
    .MemberSettingsBox .MemberSettingsContent .EmailBox {
        flex-direction: column;
        align-items: flex-start;
    }
    .MemberSettingsBox .MemberSettingsContent .EmailBox input {
        width: 100%;
        margin-left: 0;
    }
    .MemberSettingsBox .MemberSettingsContent .EmailBox a {
        width: 100%;
        margin-top: 1rem;
    }
    .MemberSettingsBox .MemberSettingsContent .EmailBox span {
        width: 100%;
        margin-top: 1rem;
    }
    .MemberSettingsBox .MemberSettingsContent .phoneBox {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .MemberSettingsBox .MemberSettingsContent .phoneBox input {
        width: 100%;
        margin-left: 0%;
    }
    .MemberSettingsBox .MemberSettingsContent .phoneBox a {
        width: 100%;
        margin-top: 1rem;
    }
    .MemberSettingsBox .MemberSettingsContent .phoneBox span {
        width: 100%;
        margin-top: 1rem;
    }
}

.OrderDetails .textTab {
    display: flex;
}

.OrderDetails .textTab div {
    width: calc(100% / 5);
}

.OrderDetails .textTab .TadTitle {
    background-color: #F1EFE2;
    padding: 1rem .9rem;
}

.OrderDetails .textTab .TabContent {
    padding: 1rem .9rem;
}

@media (max-width: 991.98px) {
    .OrderDetails .textTab {
        flex-wrap: wrap;
        margin: 1rem 0;
        border-bottom: 1px solid #C7C3C3;
        padding-bottom: 1rem;
    }
    .OrderDetails .textTab div {
        width: 50%;
    }
    .OrderDetails .textTab .TadTitle {
        background: none; 
        padding: .6rem 0;
    }
    .OrderDetails .textTab .TabContent {
        padding: .6rem 0;
    }
    .OrderDetails .th_1 {
        order: 0;
        color: #959595;
    }
    .OrderDetails .td_1 {
        order: 1;
    }
    .OrderDetails .th_2 {
        order: 2;
        color: #959595;
    }
    .OrderDetails .td_2 {
        order: 3;
    }
    .OrderDetails .th_3 {
        order: 4;
        color: #959595;
    }
    .OrderDetails .td_3 {
        order: 5;
    }
    .OrderDetails .th_4 {
        order: 6;
        color: #959595;
    }
    .OrderDetails .td_4 {
        order: 7;
    }
    .OrderDetails .th_5 {
        order: 8;
        color: #959595;
    }
    .OrderDetails .td_5 {
        order: 9;
    }
}

.ConsumptionRecords .textTab {
    display: flex;
}

.ConsumptionRecords .textTab div {
    width: calc(100% / 6);
}

.ConsumptionRecords .textTab .TadTitle {
    background-color: #F1EFE2;
    padding: 1rem .9rem;
}

.ConsumptionRecords .textTab .TabContent {
    padding: 1rem .9rem;
}

@media (max-width: 991.98px) {
    .ConsumptionRecords .textTab {
        flex-wrap: wrap;
        margin: 1rem 0;
        border-bottom: 1px solid #C7C3C3;
        padding-bottom: 1rem;
    }
    .ConsumptionRecords .textTab div {
        width: 50%;
    }
    .ConsumptionRecords .textTab .TadTitle {
        background: none; 
        padding: .6rem 0;
    }
    .ConsumptionRecords .textTab .TabContent {
        padding: .6rem 0;
    }
    .ConsumptionRecords .td_1 {
        order: 0;
        width: 100% !important;
        font-size: 24px;
    }
    .ConsumptionRecords .th_2 {
        order: 2;
        color: #959595;
    }
    .ConsumptionRecords .td_2 {
        order: 3;
        text-align: end;
    }
    .ConsumptionRecords .td_3 {
        order: 1;
        width: 100% !important;
        font-size: 18px;
        /* text-align: end; */
    }
    .ConsumptionRecords .th_4 {
        order:4;
        color: #959595;
    }
    .ConsumptionRecords .td_4 {
        order: 5;
        text-align: end;
    }
    .ConsumptionRecords .th_5 {
        order:6;
        color: #959595;
    }
    .ConsumptionRecords .td_5 {
        order: 7;
        text-align: end;
    }
    .ConsumptionRecords .td_6 {
        order: 8;
        width: 100% !important;
        text-align: end;
    }
}

.CouponsBox {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.CouponsBox h2 {
    font-size: 32px;
}

.DataTime {
    letter-spacing: 0.2rem;
}

.DiscountRecordBox .textTab {
    display: flex;
}

.DiscountRecordBox .textTab .TadTitle {
    background-color: #F1EFE2;
    padding: 1rem .9rem;
}

.DiscountRecordBox .textTab .TabContent {
    padding: 1rem .9rem;
}

.DiscountRecordBox .textTab div {
    width: calc(100% / 3);
}

@media (max-width: 991.98px) {
    .DiscountRecordBox .textTab {
        flex-wrap: wrap;
        border-bottom: 1px solid #C7C3C3;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
    .DiscountRecordBox .textTab .TadTitle {
        background: none;
        padding: .5rem 0;
    }
    .DiscountRecordBox .textTab .TabContent {
        padding: .5rem 0;
    }
    .DiscountRecordBox .textTab div {
        width: 50%;
    }

    .DiscountRecordBox .textTab .td_1 {
        width: 100% !important;
        order: 0;
        font-size: 22px;
        color: #959595;
    }
    .DiscountRecordBox .textTab .td_2 {
        width: 100% !important;
        order: 1;
    }
    .DiscountRecordBox .textTab .th_3 {
        order: 2;
        color: #959595;
    }
    .DiscountRecordBox .textTab .td_3 {
        order: 3;
        text-align: end;
    }
}

.DiscountRecordTitle {
    border-bottom: 1px solid #77832A;
    padding: 1rem 0 .8rem 0;
    margin-bottom: 2rem;
}

.MyBonusPoints {
    display: flex;
    align-items: center;
}

.MyBonusPoints div {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #DBD3A4;
    margin-right: 1rem;
}

.MyBonusPoints h2 {
    font-size: 32px;
    margin-right: 1rem;
}

.MyBonusPoints p {
    color: #959595;
}

.BonusPointsBox .textTab {
    display: flex;
}

.BonusPointsBox .textTab .TadTitle {
    background-color: #F1EFE2;
    padding: 1rem .9rem;
}

.BonusPointsBox .textTab .TabContent {
    padding: 1rem .9rem;
}

.BonusPointsBox .textTab div {
    width: calc(100% / 4);
}

@media (max-width: 991.98px) {
    .BonusPointsBox .textTab {
        flex-wrap: wrap;
        border-bottom: 1px solid #C7C3C3;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
    .BonusPointsBox .textTab .TadTitle {
        background: none;
        padding: .5rem 0;
    }
    .BonusPointsBox .textTab .TabContent {
        padding: .5rem 0;
    }
    .BonusPointsBox .textTab div {
        width: 50%;
    }

    .BonusPointsBox .textTab .td_3 {
        width: 100% !important;
        order: 0;
        font-size: 22px;
        color: #959595;
    }
    .BonusPointsBox .textTab .td_2 {
        width: 100% !important;
        order: 1;
    }
    .BonusPointsBox .textTab .th_1 {
        order: 2;
        color: #959595;
    }
    .BonusPointsBox .textTab .td_1 {
        order: 3;
        text-align: end;
    }
    .BonusPointsBox .textTab .th_4 {
        order: 5;
        color: #959595;
    }
    .BonusPointsBox .textTab .td_4 {
        order: 6;
        text-align: end;
    }
}

.CartStepBox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}

.CartStepBox .Line {
    width: 26%;
    height: 1px;
    background-color: #959595;
    margin-bottom: 2rem;
    margin-left: -4px;
}

.CartStepBox .Line.active {
    background-color: #77832A;
}

.CartStepBox .Item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: -4px;
}

.CartStepBox .Item div {
    width: 56px;
    height: 56px;
    font-size: 24px;
    font-weight: bold;
    border-radius: 50%;
    border:1px solid #959595;
    text-align: center;
    line-height: 56px;
    z-index: 9;
    background-color: #F6F5EB;
}

.CartStepBox .Item.active div {
    color: #fff;
    background-color: #77832A;
}

.CartStepBox .Item p {
    margin-top: .6rem;
    color: #959595;
}

.CartStepBox .Item.active p {
    color: #77832A;
}

.CartBox h2 {
    font-size: 48px;
    color: #77832A;
    font-weight: normal;
    padding-bottom: 2rem;
    margin: 3rem 0;
    border-bottom: 1px solid #959595;
}

.CartItem .CartItem01 input {
    width: 28px;
    height: 28px;
}

.CartItem {
    display: flex;
}

.CartItem .CartItem01 {
    display: flex;
    align-items: center;
    width: 30%;
}

.CartItem .CartItem01 .CartItem01_2 {
    margin-left: 16%;
}

.CartItem .CartItem01 .CartItem01_2 img {
    border-radius: 12px;
}

.CartItem .CartItem02 {
    width: 60%;
    display: flex;
    align-items: center;
}

.CartItem .CartItem02 .CartItem02_1 {
    width: 60%;
    font-size: 24px;
}

.CartItem .CartItem02 .CartItem02_2 {
    width: 20%;
}

.CartItem .CartItem02 .CartItem02_3 {
    width: 20%;
    position: relative;
}

.CartItem .CartItem02 .CartItem02_3 input {
    width: 100%;
    height: 52px;
    border: 1px solid #888888;
    border-radius: 8px;
    text-align: center;
    position: relative;
}

.ReduceIcon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.AddIcon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

.CartItem .CartItem03 {
    display: flex;
    width: 10%;
    align-items: center;
    justify-content: end;
}

.CartItem .CartItem01 .CartItem01_1 {
    width: 9%;
}

@media (max-width: 991.98px) {
    .CartBox h2 {
        font-size: 20px;
        padding-bottom: 1rem;
        margin: 3rem 0 0 0;
        border-bottom: 1px solid #959595;
    }
    .CartItem {
        display: flex;
        flex-wrap: wrap;
    }
    .CartItem .CartItem01 input {
        width: 18px;
        height: 18px;
    }
    .CartItem .CartItem01 {
        order: 1;
        align-items: flex-start;
        width: 40%;
    }
    .CartItem .CartItem01 .CartItem01_1 {
        display: none;
    }
    .CartItem .CartItem01 .CartItem01_2 {
        margin-left: 0;
    }
    .CartItem .CartItem02 {
        order: 2;
        width: 60%;
        padding: 0 0 0 5%;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .CartItem .CartItem02 .CartItem02_1 {
        order: 0;
        width: 100%;
        font-size: 24px;
    }
    .CartItem .CartItem02 .CartItem02_2 {
        order: 2;
        width: 100%;
        font-size: 20px;
        margin-top: 1rem;
        text-align: end;
        color: #959595;
    }
    .CartItem .CartItem02 .CartItem02_3 {
        order: 1;
        width: 70%;
        margin-top: 1rem;
    }
    .CartItem .CartItem03 {
        order: 0;
        width: 100%;
        margin: 1rem 0;
        align-items: center;
        justify-content: end;
    }
}

.OrderInformationBox h3 {
    color: #77832A;
    font-size: 24px;
    border-bottom: 1px solid #77832A;
    padding: 1rem 0;
    margin-bottom: 2rem;
}

.OrderInformationBox h4 {
    color: #959595;
    font-size: 20px;
    padding: 1rem 0;
    margin-bottom: 1rem;
}

.OrderInformationBox table td, .tablePadding td {
    padding: .8rem 0;
    vertical-align: middle;
}

.TotalBox {
    border-top: 1px solid #77832A;
}

.CartBox h3 {
    font-size: 20px;
    color: #77832A;
    padding-bottom: 2rem;
}

.btn_w {
    width: 20%;
}

@media (max-width: 991.98px) {
    .btn_w {
        display: inline-block;
        width: 100%;
    }
}

.ConfirmOrderTitle {
    font-size: 24px;
    font-weight: normal;
    color: #77832A;
    border-bottom: 1px solid #77832A;
    padding-bottom: 1.5rem;
    margin: 1.5rem 0;
}

.OrderContent .Item {
    display: flex;
    align-items: center;
    margin: 2rem 0;
}

.OrderContent .Item .Item01 {
    width: 75%;
}

.OrderContent .Item .Item01 .Item01_1 img {
    border-radius: 12px;
}

.OrderContent .Item .Item01 .Item01_2 {
    font-size: 24px;
}

.OrderContent .Item .Item02 {
    width: 15%;
}

.OrderContent .Item .Item03 {
    width: 10%;
}

@media (max-width: 991.98px) {
    .ConfirmOrderTitle {
        font-size: 20px;
    }
    .OrderContent .Item {
        flex-direction: column;
    }
    .OrderContent .Item .Item01 {
        width: 100%;
    }
    .OrderContent .Item .Item01 .Item01_1 {
        width: 40%;
    }
    .OrderContent .Item .Item01 .Item01_2 {
        font-size: 20px;
    }
    .OrderContent .Item .Item02 {
        width: 100%;
        font-size: 20px;
        color: #959595;
        text-align: end;
    }
}

.TeaComparisonPcBox {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    box-shadow:0px 4px 4px rgba(0, 0, 0, .25);
    background-color: #fff;
    position: absolute;
    top: 42%;
    z-index: 10;
}

.TeaComparisonPcBox {
    transition: right 0.4s cubic-bezier(.4,0,.2,1);
    right: -170%; 
}
.TeaComparisonPcBox.active {
    right: 0;
}

.TeaComparisonPcBoxBtn {
    display: flex;
}

.TeaComparisonPcBoxBtn span {
    margin-top: 2rem;
}

.TeaComparisonPcBtn {
    width: 240px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    box-shadow:0px 4px 4px rgba(0, 0, 0, .25);
    position: absolute;
    right: 0;
    top: 42%;
    z-index: 9;
}

.TeaComparisonPcBtn span {
    margin-top: 2rem;
}

.TeaComparisonPcBtnBtn {
    display: flex;
}

.TCBtn {
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #77832A;
    font-size: 48px;
    padding: 2rem 0;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    text-decoration: none;
    letter-spacing:0.5rem;
    writing-mode: vertical-lr;
    text-orientation: mixed;
}

.TCBtn:hover {
    color: #77832A;
}

.TeaComparisonPcBtnImg {
    width: 120px;
    height: 380px;
    padding: 2rem 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.TeaComparisonPcBtnImg img {
    width: 100px;
    height: auto;
    display: block;
}

.TeaComparisonPcContent {
    display: flex;
    padding: 1rem;
    background-color: #fff;
    position: relative;
}

.TeaComparisonPcContent .Item {
    max-width: 464px;
    height: auto;
    position: relative;
    text-align: center;
    margin: 0 1rem;
}

.TeaComparisonPcContent .Item .ComparePcX {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 16px;
    right: 16px;
}

.TeaComparisonPcContent .Item img {
    width: 100%;
}

.TeaComparisonPcContent .Item h3 {
    color: #77832A;
    font-size: 32px;
    padding: 1rem;
}

.TeaComparisonPcContent .ProductLabel {
    position: absolute;
    left: 50%;
    transform:translateX(-50%);
    top: 59%;
}

@media (max-width: 1490px) {
    .TeaComparisonPcContent .ProductLabel {
        top: 56%;
    }
}

@media (max-width: 1270px) {
    .TeaComparisonPcContent .ProductLabel {
        top: 53%;
    }
}

@media (max-width: 1120px) {
    .TeaComparisonPcContent .ProductLabel {
        top: 50%;
    }
}

.TeaComparisonPcContent .ProductLabel h4 {
    padding-bottom: 68px;
}

.TeaComparisonPcContent .Item h4 {
    font-size: 32px;
    padding: 1rem;
}

.TeaComparisonPcContent .Item p {
    font-size: 24px;
    border-bottom: 1px solid #959595;
    padding: .3rem 0 .6rem 0;
}

.TeaComparisonPcContent .Item .TagLabel {
    padding-top: .6rem;
    color: #C1B14A;
}

.TeaComparisonMbAll {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    box-shadow:0px -4px 8px rgba(0, 0, 0, .15);
    overflow: hidden;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.TeaComparisonMbBtn a {
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 1rem;
    color: #77832A;
    background-color: #fff;
}

.TeaComparisonMbBtn a span {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #D5CA81;
    color: #fff;
    text-align: center;
    line-height: 24px;
}

.TeaComparisonMbContent {
    padding: 1rem;
    text-align: center;
    position: relative;
}

.TeaComparisonMbContent .Item h3 {
    font-size: 18px;
    color: #77832A;
}

.TeaComparisonMbContent .Item p {
    padding: .3rem 0 .6rem 0;
    border-bottom: 1px solid #959595;
    color: #747474;
    font-size: 24px;
}

.TeaComparisonMbContent .Item .TagLabel {
    padding-top: .6rem;
    color: #C1B14A;
}

.ComparisonMbLabel {
    font-size: 18px;
    position: absolute;
    top: 200px;
    left: 50%;
    transform:translateX(-50%);
}

.ComparisonMbLabel h4 {
    padding-bottom: 4.2rem;
}

/* 手機版茶品比較收合動畫 */
.TeaComparisonMbContent {
    display: none;
}
.TeaComparisonMbContent.active {
    display: block;
}

.SearchContent {
    display: flex;
    margin-right: 1rem;
}

.SearchContent input {
    width: 370px;
    background-color: #F7F6EE;
    border: 0;
    border-bottom: 1px solid #959595;
}

.SearchContent input:focus {
    border-bottom: 1px solid #77832A;
    outline: none;
}

@media (max-width: 1520px) {
    .SearchContent input {
        width: 300px;
    }
}

@media (max-width: 1438px) {
    .SearchContent input {
        width: 200px;
    }
}

@media (max-width: 991.98px) {
    .SearchContentMb {
        display: flex;
    }
    .SearchContentMb input {
        border: 0;
        font-size: 24px;
        width: 90%;
        background-color: #F7F6EE;
        padding: 0.5rem 1rem;
    }
    .SearchContentMb input:focus {
        border: 0;
        outline: none;
    }
    .navbox .Item ul li a.SearchMbBtn {
        display: block;
        width: 40px;
        padding: 0.5rem 0;
    }
}

.PopularKeywords {
    padding: 1rem 0;
}

.PopularKeywords h3 {
    font-size: 18px;
    font-weight: normal;
    color: #77832A;
}

.PopularKeywords a {
    display: inline-block;
    color: #333333;
    font-size: 14px;
    padding: .3rem 1rem .3rem 0;
}

.SiteMapBox p {
    font-weight: bold;
    border-bottom: 1px solid #77832A;
    padding-bottom: 1rem;
}

.SiteMapBox a {
    display: inline-block;
    text-decoration: none;
    padding: .3rem 0;
    color: #767A85;
}

.SiteMapBox a:hover {
    color: #77832A;
}

.BenefitsBox {
    letter-spacing:0.1rem;
}

.BenefitsBox h1 {
    font-size: 48px;
    margin-bottom: 2rem;
}

.BenefitsBox h5 {
    font-size: 28px;
    margin-bottom: 1rem;
}

.BenefitsBox p {
    font-size: 18px;
    margin-bottom: 1rem;
}

.BenefitsBox ul li {
    margin-left: 1.5rem;
    list-style-type: decimal;
    font-size: 26px;
    padding: .4rem 0;
    margin-bottom: 1rem;
}

.BenefitsBox ul li p {
    font-size: 18px;
    margin-top: 0.5rem;
}

.BenefitsBox ul li ul li {
    list-style-type: lower-alpha;
    font-size: 18px;
    margin-bottom: .3rem;
}

.BenefitsBox ul li ul li ul li {
    list-style-type: decimal-leading-zero;
    margin-left: 2.2rem;
}

.AntiFraudStatement h1 {
    font-size: 48px;
    margin-bottom: 2rem;
}

.AntiFraudStatement p {
    font-size: 16px;
    margin: .5rem 0;
}

.AntiFraudStatement ul {
    margin-top: .5rem;
}

.AntiFraudStatement ul li {
    margin-left: 1.5rem;
    list-style-type: decimal;
    padding: .4rem 0;
    margin-bottom: .5rem;
}

.AntiFraudStatement ul li ul li {
    margin-left: 1.2rem;
    list-style-type: lower-alpha;
    font-size: 16px;
    margin-bottom: 0rem;
}

@media (max-width: 991.98px) {
    .BenefitsBox h1 {
        font-size: 28px;
    }
    .BenefitsBox h5 {
        font-size: 20px;
    }
    .BenefitsBox p {
        font-size: 16px;
    }
    .BenefitsBox ul li {
        font-size: 20px;
    }
    .BenefitsBox ul li p {
        font-size: 16px;
    }
    .BenefitsBox ul li ul li {
        font-size: 16px;
    }
    .AntiFraudStatement h1 {
        font-size: 28px;
    }
}

.navbox .Item .MembershipInformation a.SignOutBtn {
    color: #E10000;
}

.navbox .Item .MembershipInformation a.SignOutBtn:hover {
    color: #760505;
}

.SignOutMbBtn {
    color: #E10000;
    text-decoration: none;
}

/* 跑馬新增 */
.header-marquee-wrap {
    width: 100%;
    overflow: hidden;
    height: 42px;
    background: transparent;
    display: flex;
    align-items: center;
    position: relative;
}
.header-marquee-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.header-marquee-list li {
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    display: flex;
    align-items: center;
}
@media (max-width: 991.98px) {
    .header-marquee-wrap { display: none !important; }
}

.memberAddress select {
    width: calc(100% / 3 - 8px);
    height: 58px;
    margin-right: 12px;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #C7CED4;
}

.memberAddress select:focus {
    outline: none;
    border: 1px solid #78ACD5;
    outline: 4px solid #BACFDC;
    outline-offset: 0px;
}

.memberAddress input {
    width: calc(100% / 3 - 8px);
    height: 58px;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #C7CED4;
}