.section-box{
    padding: 3% 0 ;
}

.min-height{
    min-height: 100vh;
}




/* 開頭loading ============================================*/
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    background-color: #ffffff;
    z-index: 19999;
}

#loading-img {
    width: 210px;
    margin: 0 auto;
    transform:translateY(90%)
}

@media only screen and (max-width: 767px) {
    #loading-img {
    width: 120px;
    margin: 0 auto;
    transform:translateY(130%)
    }
}


/* scrolldown ============================================*/
.scrolldown{
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    z-index: 100;
    color:#fff;
}

.scrolldown::before {
    content: "";
    width: 1px;
    height: 40px;
    background: #fff;
    display: block;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-animation: scroll-down 1.2s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
    animation: scroll-down 1.2s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}

@-webkit-keyframes scroll-down {
    0% {
        height: 0px;
        background: #fff;
        bottom: 70px;
    }

    100% {
        height: 40px;
        background: rgba(255, 255, 255, 0.192);
        bottom: 30px;
    }
}






/* 系列產品 ============================================*/
.index-list-products-style{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 3% 0;
}


.index-list-products-pic{
    width: 150px;
    height: 200px;
    margin: 15px auto;
}

.index-list-products-style a:hover{
    transform: translateY(-10px);
    transition: .7s;
}

.index-list-products-style h3{
    text-align: center;
    color: #333;
    font-size: 1.1rem;
    font-weight: 600;
}

.index-list-products-style h3 span{
	display: block;
}
@media only screen and (max-width: 960px) {
    .index-list-products-style a{
        width: 33.33%;
    }
}

@media only screen and (max-width: 767px) {
    .index-list-products-style a{
        width: 50%;
    }

    .index-list-products-pic{
        width: 110px;
        height: 140px;
        margin: 5px auto;
    }

    .index-list-products-style h3 {
        font-size: 0.95rem;
        line-height: 1.5;
        margin-bottom: 25px;
    }
}

/* end 系列產品 ============================================*/




/* 關於我們, 輪播形象圖 ============================================*/
.list-bigpic-style .list-bigpic-pic{
    max-width: 960px;
    height: 100vh;
}

@media only screen and (max-width: 767px) {
    .list-bigpic-style .list-bigpic-pic{
        height: 400px;
    }
}



.about-text{
    width: 75%;
    margin: 7% auto 0 auto;
    padding-top: 2.5%;
    border-top: 4px solid #c6b39b;
}

@media only screen and (max-width: 767px) {
    .about-text{
        width: 100%;
        margin: 5% auto 0 auto;
    }
}


.bg-paint{
    background: url(../images/paint.png) no-repeat bottom 35px center
    
}
/* end 關於我們, 輪播形象圖 ============================================*/
