@charset "utf-8";
/* CSS Document */



/*----- 產品列表 -----*/
.category {
    font-size: 30px;
    color: #111;
    padding-bottom: 6px;
    margin-bottom: 60px;
    border-bottom: 1px solid #71c7d4;
}

ul.prodList {
    margin-bottom: -70px;
}

ul.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

/*ul.prodList .row {
    margin-left: 14px;
    margin-right: 14px;
}*/

ul.prodList li.col-lg-3 {
    padding-left: 25px;
    padding-right: 25px;
}

ul.prodList li {
    margin-bottom: 90px;
}

ul.prodList li .prodBox {
    position: relative;
    /*overflow: hidden;*/
    vertical-align: top;
    cursor: pointer;
}

ul.prodList li .txtBlock {
	height: 300px;
    padding: 95px 20px 20px;
    background-color: #eee;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

ul.prodList li:hover .txtBlock {
    background-color: #b7eaf2;
}

.photo-mask {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

ul.prodList li figure {
    margin-bottom: -27%;
    text-align: center;
}

ul.prodList li figure img {
    width: 92%;
    height: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul.prodList li:hover figure img {
    -webkit-transform: scale(1.10);
    -moz-transform: scale(1.10);
    -o-transform: scale(1.10);
    transform: scale(1.10);
}

ul.prodList li h3 {
    font-size: 22px;
    color: #16a8d9;
    font-weight: bold;
    margin-bottom: 14px;
    line-height: 1.4;
}

ul.prodList li p.model {
    font-size: 17px;
    color: #000;
    font-weight: bold;
    margin-bottom: 6px;
    line-height: 1.4;
}

ul.prodList li p.summary {
	/*height: 110px;*/
    color: #262626;
    line-height: 1.7;
}



/*----- 產品詳細頁 -----*/
.prodArea {
    margin-top: 73px;
}

.modelBox {
    position: absolute;
    top: 90px;
    left: 0;
    height: 100px;
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    padding: 0 50px 0 13.9%;
    margin-bottom: 30px;
    background-color: #00a5e2;
    border-right: 11px solid #90c31f;
    line-height: 100px;
    text-align: right;
}

.mainBox {
    margin-bottom: 80px;
}

.rightBox {
    float: right;
    width: 43%;
}

.rightBox figure {
    text-align: center;
}

.rightBox figure img {
    max-width: 100%;
    height: auto;
}

ul.smallImg {
    margin-top: 22px;
}

ul.smallImg li {
    float: left;
    width: 21.25%;
    margin: 0 5% 2.5% 0;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

ul.smallImg li:nth-child(4n) {
    margin-right: 0;
}

ul.smallImg li:hover {
    transform: translateY(-12px)
}

ul.smallImg li img {
    width: 100%;
}

ul.smallImg li a,
ul.smallImg li a img {
}



/*左側產品資訊樣式*/
.leftBox {
    float: left;
    width: 43%;
    margin-top: 160px;
}

.productName {
    font-size: 43px;
    color: #000;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 1.4;
}

.featureBox {
    margin-bottom: 70px;
    line-height: 1.9;
}

.featureBox ul,
.featureBox ol {
    list-style: none;
    margin-bottom: 0;
}

.featureBox ul li {
    padding-left: 19px;
}

.featureBox ul li:before {
    content: "•";
    padding-right: 8px;
    margin-left: -14px;
    color: #333;
}

.featureBox ol {
    margin-left: -20px;
}

.featureBox ol li {
    list-style: decimal;
}

a.contactBtn {
    width: 200px;
    font-size: 16px;
    color: #1a1a1a;
    font-weight: bold;
    padding: 12px 0;
    margin: 0 35px 25px 0;
    display: inline-block;
    position: relative;
    border-radius: 99em;
    border: 2px solid #1a1a1a;
    text-align: center;
}

a.contactBtn:last-child {
    margin-right: 0;
}

a.contactBtn span {
    font-size: 22px;
    font-weight: normal;
    margin-right: 12px;
    vertical-align: text-bottom;
}

a.contactBtn:hover {
    color: #fff;
    background-color: #1a1a1a;
}

a.blue {
    color: #00a5e2;
    border: 2px solid #00a5e2;
}

a.blue:hover {
    background-color: #00a5e2;
}


ul.spec-tab {
    margin-bottom: 85px;
}

ul.spec-tab li {
    width: -webkit-calc(50% - 2px);
    width: -moz-calc(50% - 2px);
    width: calc(50% - 2px);
    height: 45px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    background-color: #e1e1e1;
    text-align: center;
    line-height: 45px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

ul.spec-tab li a {
    display: block;
}

ul.spec-tab li a:hover,
ul.spec-tab li.current a {
    color: #fff;
    background-color: #00a5e2;
}

ul.spec-tab li::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: #00a5e2 transparent transparent transparent;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease, visibility .4s ease;
}

ul.spec-tab li:hover::after,
ul.spec-tab li.current::after {
    opacity: 1;
    visibility: visible;
}

.specBox {
    line-height: 30px;
    position: relative;
}



/*規格表*/
.specTable {
    font-size: 17px;
}

.specTable th,
.specTable td {
    padding: 11px 8px;
    border-bottom: 2px solid #fff;
    vertical-align: middle;
    text-align: center;
    line-height: 1.5;
}

.specTable th {
    color: #fff;
    background-color: #00a5e2;
}

.specTable td {
    border-left: 2px solid #fff;
    background-color: #e6e6e6;
}

.discolor tr:nth-child(2n+1) > td {
    background-color: #c9c9c9;
}




@media (max-width: 1680px){

    /*----- 產品詳細頁 -----*/
    .modelBox {
        padding-left: 9.2%;
    }

}


@media (max-width: 1440px){

    /*----- 產品詳細頁 -----*/
    .modelBox {
        padding-left: 3%;
    }

}



@media (max-width: 1199px){

    /*----- 產品列表 -----*/
    ul.prodList li.col-lg-3 {
        padding-left: 15px;
        padding-right: 15px;
    }
	
	ul.prodList li .txtBlock {
		height: auto;
	}



    /*----- 產品詳細頁 -----*/
    .prodArea {
        margin-top: 60px;
    }

    .rightBox {
        width: 46%;
    }

    .leftBox {
        width: 46%;
    }


}



@media (max-width: 991px){

    /*----- 產品列表 -----*/
    


    /*----- 產品詳細頁 -----*/
    .modelBox {
        padding-left: 4%;
    }


}


@media (max-width: 767px){

    /*----- 產品列表 -----*/
    ul.prodList .row {
        margin-left: -8px;
        margin-right: -8px;
    }

    ul.prodList li.col-lg-3 {
        padding-left: 8px;
        padding-right: 8px;
    }
	
	ul.prodList li .txtBlock {
        padding-top: 70px;
    }



    /*----- 產品詳細頁 -----*/
    .rightBox,
    .leftBox {
        float: none;
        width: 100%;
    }

    .rightBox {
        padding-top: 140px;
    }

    .leftBox {
        margin-top: 40px;
    }





}


@media (max-width: 575px){

    /*----- 產品列表 -----*/
    .category {
        font-size: 26px;
        margin-bottom: 45px;
    }

    ul.prodList {
        margin-bottom: -50px;
    }

    ul.prodList li {
        margin-bottom: 50px;
    }

    ul.prodList li .txtBlock {
        padding-left: 18px;
        padding-right: 18px;
    }

    ul.prodList li h3 {
        font-size: 20px;
    }

    ul.prodList li p.model {
        font-size: 16px;
    }


    /*----- 產品詳細頁 -----*/
    .modelBox {
        top: 85px;
        height: 80px;
        font-size: 34px;
        line-height: 80px;
    }

    .mainBox {
        margin-bottom: 50px;
    }

    .productName {
        font-size: 32px;
        margin-bottom: 25px;
    }

    .featureBox {
        margin-bottom: 50px;
    }

    ul.spec-tab {
        margin-bottom: 50px;
    }

    a.contactBtn {
        width: 100%;
        margin-right: 0;
    }

    .specTable {
        font-size: 16px;
    }


}


@media (max-width: 479px){

    /*----- 產品列表 -----*/


}

