@charset "utf-8";

body {
    font-family:'Microsoft JhengHei', '微軟正黑體', 'Microsoft YaHei', sans-serif;
    font-weight: 600;
}

.banner {
    width: 100%;
    height: 55.56em;
    font-size: clamp(12px, .83vw, 18px);
    background: url(../images/banner.webp) no-repeat center;
    background-size: cover;
}

.section {
    width: 100%;
    height: auto;
}

.section-1 {
    box-sizing: border-box;
    font-size: clamp(12px, .83vw, 18px);
    background: url(../images/about-bg.png) no-repeat top center #857b59;
    background-size: cover;
    padding-bottom: 30px;
}
.about-info {
    position: relative;
    /* top: -7em; */
    text-align: center;
}
.product-info-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product-title {
    display: none;
    position: relative;
    width: 846px;
    height: 60px;
    background: url(../images/product-title.png) no-repeat center;
    background-size: contain;
}
.product-title::after {
    content: '';
    position: absolute;
    left: -68px;
    top: -20px;
    width: 117px;
    height: 87px;
    background: url(../images/beautify.png) no-repeat center;
    background-size: contain;
}
.flex-box {
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    width: 800px;
    padding: 16px;
    color: #332d24;
    font-size: 16px;
    text-align: left;
    border-radius: 0 0 20px 20px;
}
.flex-box p span{
    color: #857b59;
}
.product-con {
    flex: 1;
}
.product-con h5 {
    width: 249px;
    height: 60px;
    background: url(../images/product.png) no-repeat center;
    background-size: contain;
    margin-bottom: 16px;
}
.go-web {
    float: right;
    display: none;
    /* display: inline-flex; */
    align-items: center;
    padding: 2px 8px;
    margin: 10px 0;
    color: #856e23;
    border-radius: 6px;
}
.go-web .icon-arrow {
    width: 9px;
    height: 10px;
    margin-left: 4px;
    background: url(../images/arrow.png) no-repeat center;
    background-size: contain;
}
.store-list {
    clear: both;
    float: left;
    display: flex;
    margin-top: 16px;
}
.store-list a {
    width: 147px;
    height: 45px;
    font-size: 0;
    color: rgba(255, 255, 255, 0);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .4s ease;
}
.store-list a:hover {
    transform: scale(.98);
}
.store-list a:not(:last-child) {
    margin-right: 10px;
}
.store-list a.apple {
    background-image: url(../images/app-store.png);
}
.store-list a.google {
    background-image: url(../images/google-play.png);
}
.product-img {
    width: 382px;
    height: 214px;
    margin-left: 14px;
    background: url(../images/product-img.png) no-repeat center;
    background-size: contain;
    border: 5px solid #857b59;
}

.about-us {
    color: #fff;
}
.about-us-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 20px 0;
}
.about-us-title h3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    width: 280px;
    height: 71px;
    background: url(../images/ABOUTUS.png) no-repeat center;
    background-size: contain;
    position: relative;
    z-index: 2;
}
.about-us-title h3 b {
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
}
/* .about-us-title::before {
    content: '';
    position: relative;
    top: 10px;
    display: block;
    width: 117px;
    height: 87px;
    margin-right: 10px;
    background: url(../images/beautify-2.webp) no-repeat center;
    background-size: contain;
} */
.about-us p {
    margin: 0 auto;
    width: 540px;
    font-size: 16px;
    text-align: left;
    background: #fff7d9;
    color: #857b59;
    border-radius: 45px;
    padding: 6px 40px;
    position: relative;
    z-index: 1;
}
.about-us p::before,.about-us p::after{
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
}
.about-us p::before{
    background: url(../images/floral.png) no-repeat center;
    background-size: contain;
    width: 94px;
    height: 75px;
    left: -30px;
    top: -50px;
}

.about-us p::after{
    background: url(../images/floral2.png) no-repeat center;
    background-size: contain;
    width: 84px;
    height: 78px;
    right: -70px;
    bottom: -28px;
}

.section-2 {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0;
    text-align: center;
    background: #857b59;
}
.section-2::before {
    content: '';
    width: 125px;
    height: 125px;
    margin-bottom: 10px;
    background: url(../images/contact-us-title.png) no-repeat center;
    background-size: contain;
}
.section-2 .title {
    margin: 0px auto;
}
.section-2 .title a {
    color: #ffc300;
    font-size: 30px;
    letter-spacing: 4px;
}

.section-2 .email {
    text-align: center;
    padding-bottom: 6px;
}

.section-2 .email a {
    display: block;
    margin-bottom: 20px;
    color: #fff;
    font-size: 28px;
}

.section-2 .email a:hover {
    text-decoration: underline;
}

.section-2 .email img {
    display: block;
    margin: 0 auto;
    width: 125px;
    height: 125px;
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #322e2c;
    height: 181px;
}

.footer .logo {
    position: relative;
    top: -2px;
    width: 128px;
    height: 74px;
    background: url(../images/logo.png) no-repeat center;
    background-size: contain;
    margin-right: 20px;
}

.footer .copyright-info p {
    padding-bottom: 6px;
    color: #7d7d7d;
    font-size: 18px;
}

.copyright-info {
    margin-top: 10px;
}

@media (max-width: 800px) {
    .banner {
        width: 100%;
        height: 16.56em;
        font-size: clamp(12px, 4.27vw, 18px);
        background: url(../images/banner-m.webp) no-repeat center;
        background-size: cover;
    }
    .about-info {
        top: 0;
        padding-bottom: 30px;
    }
    .product-title {
        width: 22.5em;
        height: 1.625em;
        font-size: clamp(12px, 4.27vw, 18px);
    }
    .product-title::after {
        display: none;
    }
    .flex-box {
        flex-direction: column;
        width: 20em;
        padding: 1em;
        font-size: clamp(12px, 4.27vw, 18px);
    }
    .flex-box p {
        font-size: 14px;
    }
    .product-img {
        order: -1;
        width: 100%;
        height: 10em;
        margin: 0 0 1em 0;
    }
    .go-web {
        justify-content: center;
        width: 100%;
        padding: 8px;
    }
    .store-list {
        justify-content: space-between;
        width: 100%;
    }
    .about-us {
        padding: 2em 2em 0;
        font-size: clamp(12px, 4.27vw, 18px);
    }
    .about-us-title {
        margin: 0 0 20px 0;
    }
    .about-us-title::before {
        top: 0;
        width: 3.13em;
        height: 2.31em;
    }
    .about-us-title h3 {
        font-size: 16px;
    }
    .about-us-title h3 b {
        font-size: 26px;
    }
    .about-us p {
        width: 100%;
        box-sizing: border-box;
        padding: 6px;
        border-radius: 6px;
    }
    .section-2 {
        padding: 30px 0;
        height: auto;
        background-image: url(../images/email-bg-m.png);
    }
    .section-2::before {
        width: 100px;
        height: 100px;
    }
    .section-2 .title a{
        font-size: 26px;
    }
    .footer {
        padding: 30px 10px;
        display: block;
        background: #2f2f2f;
        height: auto;
    }
    .footer .logo{
        margin: auto;
    }
    .copyright-info{
        margin-top: 10px;
    }
    .footer .copyright-info p {
        line-height: 1.4;
        font-size: 16px;
        text-align: center;
    }
}