body,
html {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #333333;
    font-family: '微軟正黑體', 'Times New Roman', Times, serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
    max-width: 100%;
}

body:not(.user-is-tabbing) button:focus {
    outline: none !important;
}

.btn {
    padding: 8px 15px;
    border-radius: 4px;
    font-size: .85rem;
}

.btn-gray {
    color: #ffffff;
    background: #505050;
}

.btn-mt {
    color: #ffffff;
    background: #CCB090;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    padding: 1rem 2rem;
}

header h1 {
    margin: 0;
    padding: 0;
}

header h1 img {
    max-height: 60px;
}

nav a {
    margin: 0 .25rem;
}

.banner {
    width: 100%;
    overflow: hidden;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.banner .slick-dots {
    bottom: 10px !important;
}

.banner .slick-dots li button:before {
    content: '●' !important;
    font-size: 24px !important;
}

.content {
    display: flex;
    flex-wrap: wrap;
}

.feature {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3rem 0;
    background: url(../images/weblimit.jpg) top center no-repeat;
    order: 1;
    width: 100%;
}

.featureItem {
    width: 100%;
    text-align: center;
    border-right: 1px solid #ccc;
}

.featureItem:nth-last-child(1) {
    border-right: none;
}

.featureItem img {
    width: 7rem;
}

.featureItem h3 {
    color: #333333;
    margin: .5rem;
}

.sop {
    width: 100%;
    background: url(../images/bg_sop.jpg) top center;
    padding: 3rem 2rem;
    order: 2;
}

.sop h2 {
    width: 60%;
    margin: 0 auto 1rem auto;
    padding: 1rem 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.sopContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
    margin-top: 2rem;
}

.sopContent ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 50%;
}

.sopContent ul li {
    margin-bottom: 1rem;
}

.sopContent ul li h3 {
    color: #CCB090;
    margin: .5rem;
}

.sopContent ul li p {
    padding: 1rem;
    border: 1px solid #CCB090;
    border-radius: 8px;
    background: rgba(255, 255, 255, .6);
}

.sopSlider {
    width: 40%;
}

.sopSlider img {
    max-width: 90%;
}

.slick-prev {
    left: 20px !important;
}

.slick-prev:before {
    content: '〈' !important;
}

.slick-next {
    right: 20px !important;
}

.slick-next:before {
    content: '〉' !important;
}

.socialLink {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0;
}

.socialLink a {
    width: 100%;
    display: block;
    text-align: center;
}

.socialLink img {
    width: 50px;
    margin-bottom: 5px;
}

.socialLink span {
    display: block;
}

.linkArea {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: .5rem 0 1rem 0;
    order: 3;
    width: 100%;
}

.linkItem {
    position: relative;
    width: 100%;
    padding: 1rem 1.5rem;
    margin: 1rem;
    height: 16rem;
    border: 1px solid #CCB090;
    border-radius: 8px;
    text-align: center;
}

.linkItembg {
    position: absolute;
    top: 1rem;
    left: 2rem;
    width: 80%;
    height: 16rem;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .26;
    filter: brightness(100%) contrast(100%) saturate(100%);
}

.linkItem h3 a {
    font-size: 1.75rem;
    color: #CCB090;
}

.linkItem p {
    text-align: left;
    line-height: 1.5;
}

.linkArea2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: .5rem 0 1rem 0;
    order: 5;
    width: 100%;
}

.linkItem2 {
    position: relative;
    width: 100%;
    padding: 1rem 1.5rem;
    margin: 1rem;
    height: 20rem;
    border: 1px solid #CCB090;
    border-radius: 8px;
    text-align: center;
    overflow: hidden;
}

.linkItem2 .linkItembg {
    width: 100%;
    height: 20rem;
    background-size: cover;
    top: 0;
    left: 0;
    filter: none;
    opacity: 1;
    z-index: 0;
}

.linkItem2 a {
    display: block;
}

.linkItem2 p {
    position: relative;
    z-index: 99;
    top: 3rem;
    text-align: left;
    color: #000000;
    text-shadow: none;
    font-size: 1rem;
    font-weight: normal;
}

.linkItem2 h3 {
    font-size: 1.75rem;
    color: #ffffff;
    text-shadow: 0 0 0.2em #000;
    position: relative;
    z-index: 99;
    top: 3rem;
    text-align: left;
}

.linkArea img,
.linkArea2 img {
    position: absolute;
    right: 1rem;
    top: 1rem;
    max-width: 120px;
}

.store {
    display: block;
    width: 100%;
    height: 30rem;
    position: relative;
    background-image: url(../images/bg_girl.png);
    background-position: top center;
    background-repeat: no-repeat;
    order: 4;
    width: 100%;
}

.storeTxt {
    position: absolute;
    right: 3rem;
    top: 3rem;
    width: 35%;
    text-align: center;
}

.storeTxt h2 {
    font-size: 1.75rem;
}

footer {
    background: #414655;
    padding: 1rem;
}

.brands {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: .5rem 1rem;
}

.brands img {
    max-width: 100px;
    filter: grayscale(70);
}

.bottomLinks {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 1rem;
}

.bottomLinks a {
    padding: .5rem 1.5rem;
    color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.bottomNav {
    display: none;
    position: fixed;
    bottom: 0;
    align-items: center;
    width: 100%;
    background: linear-gradient(0deg, #d3c4b3 0%, #F9F2EA 100%);
}

.bottomNav a {
    width: 100%;
    text-align: center;
    color: #555;
    padding: .45rem;
}

.bottomNav a img {
    display: block;
    width: 50%;
    margin: 5px auto;
}

@media (max-width: 768px) {
    .feature {
        padding: 2rem 0;
    }
    .featureItem img {
        width: 4rem;
    }
    .sop {
        padding: 2rem 1rem;
    }
    .sopContent {
        padding: 2rem 1rem;
    }
    .sopContent ul {
        width: 40%;
    }
    .sopSlider {
        width: 60%;
    }
    .sopSlider img {
        max-width: 100%;
    }
    .linkItem h3 a {
        font-size: 1.5rem;
    }
    .linkItem2 {
        padding: 1rem;
        height: 22rem;
    }
    .linkItem2 .linkItembg {
        height: 22rem;
    }
}

@media (max-width: 420px) {
    header {
        padding: 0 .5rem;
    }
    header h1 img {
        margin-top: 10px;
    }
    .feature {
        flex-wrap: wrap;
        padding: 10px;
    }
    .featureItem {
        width: 46%;
        border: 1px solid #ccc;
        border-radius: 8px;
        margin: 10px 5px;
        padding: 1rem 0;
        background: rgba(255, 255, 255, .6);
    }
    footer {
        display: none;
    }
    .linkArea2 {
        order: 1;
        margin: 0;
    }
    .feature {
        order: 2;
    }
    .sop {
        order: 3;
        padding: 1rem;
    }
    .linkArea {
        order: 4;
        display: none;
    }
    .store {
        order: 5;
    }
    .linkItem2 {
        width: 100%;
        padding: .25rem;
        margin: 0;
        height: inherit;
        border: 1px solid #CCB090;
        border-radius: 0;
        background: #F9F2EA;
        background: linear-gradient(0deg, #ffffff 0%, #F9F2EA 100%);
    }
    .linkItem2 .linkItembg,
    .linkItem2 p {
        display: none;
    }
    .linkArea2 img {
        position: inherit;
        right: inherit;
        top: inherit;
        max-width: 100px;
        margin: .5rem auto;
    }
    .linkItem2 h3 {
        font-size: 1.16rem;
        color: #CCB090;
        text-shadow: none;
        position: inherit;
        text-align: center;
        margin: 0 0 .5rem 0;
    }
    .sopContent {
        flex-wrap: wrap;
        margin: 0;
        padding: 1rem;
    }
    .sopContent ul,
    .sopSlider {
        width: 100%;
        margin-bottom: 1rem;
    }
    .store {
        height: inherit;
        padding: 3rem;
        background-position: 60% top;
    }
    .storeTxt {
        position: inherit;
        right: inherit;
        top: inherit;
        width: 100%;
        margin: auto;
    }
    .bottomNav {
        display: flex;
    }
    .content {
        padding-bottom: 60px;
    }
}