@charset "UTF-8";

section {
    width: 100%;
    padding: 5% 18%;
    /*margin: 0 -15px;*/
}

.unit_title {
    left: 7vw;
    top: 20%;
}

/* ----------- 產品清單 ----------- */











.aboutArea {
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
}

.aboutArea .unit_more {
    position: absolute;
    bottom: 20px;
    left: auto;
    right: 0;
}

.aboutArea .content_about {
    -webkit-background-size: cover;
    background-size: cover;
    height: 50vh;


}

.aboutArea .content_about:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    -webkit-background-size: cover;
    background-size: cover;
    height: 70%;
    background-image: url(../images/about/bg.jpg);
}

.aboutArea .content_about .logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    padding-top: 20%;
    background-image: url(../images/about/logo.svg);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    /*border: 1px solid red;*/
}

.aboutArea .content-links {
    position: absolute;
    right: 13.26531%;
    bottom: 20%;

}


@media(max-width: 991px) {
    section {
        padding: 10% 10px;
    }

    .scrollBar {
        left: 50%;
        transform: translateX(-50%);
    }

    .aboutArea .content_about .logo {
        width: 75%;
        top: 15px;
    }

    .aboutArea .content-links {
        right: auto;
        /*position: relative;*/
        bottom: auto;
        top: 10%;
        width: 100%;
        padding-top: 5rem;
        text-align: center;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
    }

    .projectArea {
        margin: 0 -15px;
    }

    .projectArea,
    .projectArea .unit_title .title b {
        background-color: #fff;
    }

    .projectArea .projectList .item {
        padding: 20px;
    }


}


@charset "UTF-8";

.Store {
    margin-bottom: 10%;
}


.Store .storeName {
    padding-bottom: 5px;
    border-bottom: 1px solid #999;
}

.Store .storeName span {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    line-height: 2;
    color: #666;
}

.Store .item {
    margin-bottom: 5%;

}

.Store .item .infoCard {
    padding: 10px 20px;
    border: 1px solid #fff;
    transition: all 0.5s 0.5s;
    min-height: 109px;
}


.Store .item .infoCard:before {
    content: '';
    width: 0px;
    height: 100%;
    position: absolute;
    background-color: #00bed6;
    left: 0;
    top: 0;
    transition: all 0.5s;
}

.Store .item:hover .infoCard:before {
    width: 10px;

    transition: all 0.5s;
}

.Store .item .infoCard:after {
    content: '';
    background-color: #fff;
    width: 0%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transition: all 0.5s 0.2s;

}


.Store .item:hover .infoCard:after {

    width: 100%;

    transition: all 0.5s 0.2s;

}

.Store b.add {
    display: block;
    width: 100%;
    /*margin-top: ;*/
    display: block;
}

.Store .time:before,
.Store .tel:before {
    display: block;
    font-size: 10px;
    color: #666666;
}

.Store .time:before {
    content: 'open time.';
}

.Store .tel:before {
    content: 'tel.';
}

.Store address {
    margin-top: 10px;
}

.Store address span{
     position: absolute;
    right: 0;

    font-size: 14px;
    line-height: 2;
    color: #666;
}



/* ----------- 促銷專區 ----------- */

.promoteArea .promoteList{
    position: relative;
}

.Swiper01{
    overflow: hidden;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -30px;
    left: auto;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -30px;
    right: auto;
}

.swiper-button-next, .swiper-button-prev {
    color: #333;
}

.promoteArea .promoteList .item {
    /*margin-bottom: 2rem;*/
    padding: 10px;
}

.promoteArea .promoteList .item .Img .innerImg {
    padding-top: 67%;

}

.promoteArea .promoteList .item .Txt {
    /*transform: translateY(-2rem);*/
}

.promoteArea .promoteList .item .Txt .top {
    justify-content: space-between;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
}

.promoteArea .promoteList .item .Txt .number {
    font-size: 2rem;
    font-weight: 100;
    line-height: 1;
}

.promoteArea .promoteList .item .Txt .type {
    align-self: flex-end;
}

.promoteArea .promoteList .item .Txt .productName {
    font-weight: 400;
    line-height: 2;
    letter-spacing: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}




/* ----------- 影片專區 ----------- */

.VideoArea .VideoList{
    position: relative;
}

.Swiper02{
    overflow: hidden;
}

.VideoArea .VideoList .item {
    /*margin-bottom: 2rem;*/
    padding: 10px;
}

.VideoArea .VideoList .item .Img .innerImg {
    padding-top: 67%;
    background-color: #333;

}

.VideoArea .VideoList .item .Img .innerImg .PlayIcon{
    width: 20.2%;
    padding-top: 20%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.VideoArea .VideoList .item .Txt {
    /*transform: translateY(-2rem);*/
    background-color: #D1D1D1;
    padding-left: 2%;
}

.VideoArea .VideoList .item .Txt .top {
    justify-content: space-between;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
}

.VideoArea .VideoList .item .Txt .number {
    font-size: 2rem;
    font-weight: 100;
    line-height: 1;
}

.VideoArea .VideoList .item .Txt .type {
    align-self: flex-end;
}

.VideoArea .VideoList .item .Txt .productName {
    font-weight: 400;
    line-height: 2;
    letter-spacing: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}



/* ----------- 產品清單 ----------- */



.productArea .productList .item {
    /*margin-bottom: 2rem;*/
    padding: 10px;
}

.productArea .productList .item .Img .innerImg {
    padding-top: 100%;

}

.productArea .productList .item .Txt {
    /*transform: translateY(-2rem);*/
}

.productArea .productList .item .Txt .top {
    justify-content: space-between;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
}

.productArea .productList .item .Txt .number {
    font-size: 2rem;
    font-weight: 100;
    line-height: 1;
}

.productArea .productList .item .Txt .type {
    align-self: flex-end;
}

.productArea .productList .item .Txt .productName {
    font-weight: 400;
    line-height: 2;
    letter-spacing: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
