.content .top {
    width: 1000px;
    display: block;
    margin: 0 auto;
	margin-top: 65px;
    margin-bottom: 10px;
}
.content .top .left .btn{
	font-size: 13px;
	color: #868686;
	padding-left: 0;
	font-weight: 700;
}
.content .top .left .btn:before{
	margin-right: 8px;
    background: no-repeat 50% 50% url(images/product-back.png);
    position: relative;
    z-index: 7;
    width: 9px;
    height: 9px;
    display: inline-block;
    content: '';
}
.product-container {
	display: block;
	width: 100%;
}

.product-container > .body{
	margin-top: -2px;
    margin-bottom: 24px;
	display: inline-block;
	width: 100%;
	z-index: 9;
}
.product-container .body .note{
	padding-left: 37px;
	padding-right: 0;
	position: relative;
	height: auto;
}

.product-container .body .gallery{
	padding-right: 0;
	padding-left: 0;

}
.product-container .body #gallery .img-border{
	width: 542px;
	height: 463px;
    border: solid 1px #ccc;
    float: left;
    background: #f5f5f5;
}
.product-container .body #gallery #main-img {
	max-height: 90%;
	position: relative;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-mos-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.product-container .body #gallery > img{
	float: left;
	height: 520px;
	width: 520px;
	display: inline-block;
}
.product-container .body #gallery > ul{
	float: left;
	display: inline-block;
	padding-left: 10px;
}
.product-container .body #gallery li{
	display: block;
	margin-bottom: 10px;
	height: 108px;
	width: 108px;
	border: solid 1px #ccc;
}
#gallery ul li img {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
	-mos-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    position: relative;
    padding: 10px;
}
.fancybox-close{
    top: -30px;
    right: -10px;
}
.fancybox-close:before{
	font-family: "icomoon";
	content: "\f52d";
	color: #FFF;
	font-size: 24px;
}

.product-container .body .note .title{
	font: 32px "Roboto Condensed", "微軟正黑體";
	font-weight: 700;
	margin-bottom: 13px;
	color: #0e528d;
    font-weight: bold;
}
.product-container .body .note .sub-title{
	font: 20px "Roboto Condensed", "微軟正黑體";
	font-weight: 400;
	margin-bottom: 12px;
    margin-top: 12px;
	color: #0e528d;
}
.product-container .body .note .categoryInfo{
	margin-bottom: 15px;
	z-index: 7;
}
.product-container .smCircle li{
	padding-left: 14px;
	color: #868686;
	font-size: 16px;
	line-height: 24px;
	font-family: "Roboto Condensed","微軟正黑體";
	font-weight: 300;
}
.product-container .smCircle li:before{
	content: "・";
    font-size: 12px;
    margin-left: -15px;
    margin-right: 2px;
}
.product-container .body .note .categoryInfo li {
    font: 16px/24px "Roboto Condensed", "微軟正黑體";
    font-weight: 300;
	color: #868686;
	letter-spacing: 0.5px;
}
.product-container .body .note .toolbar{
	position: relative;
	bottom: 0;
	margin-top: 59px;
}
.product-container .body .note .toolbar ul{
	margin: 0;
}
.product-container .body .note .toolbar ul li{
	display: inline-block;
	float: left;
}
.product-container .body .note .toolbar ul li a{
	width: auto;
	height: 37px;
	line-height: 37px;
	display: inline-block;
}
.product-container .body .note .toolbar ul li{
	margin-right: 5px;
}
.product-container .body .note .toolbar ul li:first-child{
	margin-right: 8px;
}
.product-container .body .note .toolbar ul li:nth-child(2){
	margin-right: 35px;
}
.product-container .body .note .toolbar span{
	font-family: 'icomoon' !important;
	color: #fff;
	width: 20px;
	height: 20px;
	background: #cbcbcc;
	padding: 5px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
    border-radius: 99em;
}
.product-container .body .note .toolbar ul li:hover span{
	background: #0e528d;
}
.product-container .body .note .toolbar ul li span.buy:before{
	content: "\f214";
	font-size: 20px;
}
.product-container .body .note .toolbar ul li span.facebook:before{
	content: "\e63e";
	font-size: 12px;
}
.product-container .body .note .toolbar ul li span.twitter:before{
	content: "\ebfd";
	font-size: 12px;
}
.product-container .body .note .toolbar ul li span.google:before{
	content: "\ebf4";
	font-size: 12px;
}
.product-container .body .note .toolbar ul li button.btn{
	border: solid 1px #0e528d;
    border-radius: 4px;
	color: #FFF;
	background: #0e528d;
    height: 37px;
    line-height: 37px;
    width: 127px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    -webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.product-container .body .note .toolbar ul li button:after{
	font-family: "icomoon";
	padding-left: 5px;
}
.product-container .body .note .toolbar ul li:hover button.btn{
	background: #FFF;
	color: #0e528d;
}
.product-container .body .note .toolbar ul li button#pdfdl:after{
	content: "\f570";
}
.product-container .body .note .toolbar ul li button#pdrequest:after{
	content: "\f571";
}

.product-container .bottom{
    margin-bottom: 90px;
}
.product-container .bottom .up{
    margin-bottom: 46px;
}
.product-container .bottom .up .nav-tabs > li,
.product-container .bottom .up .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline;
     background: transparent;
	border-bottom: solid 1px transparent;
}
.product-container .bottom .up .nav-tabs{
	border-bottom: solid 3px #cbcbcc;
	text-align:center;
}
.product-container .bottom .up .nav-tabs > li{
	display: inline-block;
	padding: 0 40px;
	float:none;
	margin-bottom: -4px;
}
.product-container .bottom .up .nav-tabs > li > a{
	color: #0e528d;
	font-weight: bold;
    border-bottom: solid 3px transparent;
    padding: 15px 4px;
    font-size: 20px;
    line-height: 28px;
}
.product-container .bottom .up .nav-tabs > li.active > a{
	border-bottom: solid 3px #0e528d;
}
.product-container .bottom .up .tab-content{
	border-bottom: solid 3px #cbcbcc;
}
.product-container .bottom .up .tab-content > .tab-pane{
	padding-left: 17px;
    padding-top: 36px;
    padding-bottom: 24px;
}
.product-container .bottom .up .tab-content .title{
	color: #00A0E4;
	margin: 0px 0 6px 8px;
	font: 20px/30px Arial, "微軟正黑體";
}
.product-container .bottom .up .tab-content .info ol li{
	font: 16px/30px Arial, "微軟正黑體";
	letter-spacing: 0.5px;
	color: #666666;
}
.product-container .bottom > .btn{
	background: #0e528d;
	border: solid 1px #0e528d;
	border-radius: 4px;
	color: #FFF;
    margin: 0 auto;
    display: block;
    width: 167px;
    padding: 7px 12px;
}
.product-container .bottom > .btn:hover{
	background: #FFF;
	color: #0e528d;
}

#pdreqModal .modal-dialog{
	width: 422px;
	height: 100%;
	margin: 0 auto;
}
#pdreqModal .modal-content{
	border-radius: 0;
	width: 446px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-mos-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#pdreqModal .modal-header,
#pdreqModal .modal-body,
#pdreqModal .modal-footer{
}
#pdreqModal .modal-header{
	border: 0;
	padding: 30px 11px;
}
#pdreqModal .modal-header .close{
	position: absolute;
    top: -30px;
    right: 0;
	opacity: 1;
}
#pdreqModal .modal-header .modal-title{
    font-size: 26px;
    text-align: center;
    font-weight: bold;
}
#pdreqModal .modal-header .close span{
	color: #FFF;
}
#pdreqModal .modal-header .close span:after{
	font-family: "icomoon";
	content: "\f52d";
}
#pdreqModal .modal-body{
	height: 110px;
	line-height: 84px;
}
#pdreqModal .modal-body p{
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    line-height: 24px;
    margin-bottom: 0;
    position: relative;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-mos-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #868686;
}
#pdreqModal .modal-footer{
	padding: 0px;
	border-top: solid 1px transparent;
    padding: 20px 0 40px 0;
}
#pdreqModal .modal-footer button{
	font-size: 14px;
    font-weight: 400;
	background: #0e528d;
	border: solid 1px #0e528d;
	border-radius: 4px;
	color: #FFF;
    margin: 0 auto;
    display: block;
    width: 167px;
    padding: 7px 12px;
}
#pdreqModal .modal-footer button:hover{
	background: #FFF;
	color: #0e528d;
}
#pdreqModal .modal-header .close span{
 	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#pdreqModal .modal-header .close:hover span{
	text-shadow: 0px 0px 7px #FFF;
}

@media screen and (max-width: 1407px){
	.max-bg-size section.product-container{
		width: 95%;
	}

	.max-bg-size .product-container .body #gallery .img-border{
		width: 75%;
	}
	.max-bg-size .product-container .body #gallery > ul {
	    float: left;
	    width: 20%;
	    padding-left: 5%;
	}
	.max-bg-size .product-container .body #gallery > ul > li{
	    height: 120px;
	    border: solid 1px #ccc;
	    float: left;
	}
	.max-bg-size .product-container .body #gallery > ul > li:last-child{
		margin-right: 0;
	}
}

@media screen and (max-width: 1407px){
	.max-bg-size .product-container .body #gallery > ul > li{
		height: 108px;
	}
}
@media screen and (max-width: 1199px){
	.max-bg-size section#content .top{
		width: 900px;
		margin: 0;
	    position: relative;
		left: 50%;
	    -webkit-transform: translateX(-50%);
		-mos-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
@media screen and (max-width: 991px){
	.max-bg-size section#content .top{
		width: 530px;
		margin: 0;
	    position: relative;
		left: 50%;
	    -webkit-transform: translateX(-50%);
		-mos-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
@media screen and (max-width: 599px){
	.max-bg-size section#content .top{
		width: 430px;
		margin: 0;
	    position: relative;
		left: 50%;
	    -webkit-transform: translateX(-50%);
		-mos-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#pdreqModal .modal-dialog{
		width: 100%;
	}
	#pdreqModal .modal-content{
		width: 90%;
	    margin: 0 auto;
	}
}
@media screen and (max-width: 479px){
	.max-bg-size section#content .top{
		width: 300px;
		margin: 0;
	    position: relative;
		left: 50%;
	    -webkit-transform: translateX(-50%);
		-mos-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

/* ==========================================================================
	Gallery
 ========================================================================== */

.product-container .body #gallery{
	width: 508px;
}
.product-container .body #note{
	width: 480px;
}
.product-container .body #gallery ul{
	-webkit-padding-start: 0;
	margin-bottom: 5px;
}
.product-container .body #gallery .slider-main{
	float: left;
	width: 100%;
}
.product-container .body #gallery .slider-nav{
	float: left;
	width: 508px;
}
.product-container .body #gallery .slider-main li{
	width: 508px;
	height: 468px;
	border: solid 1px #ccc;
	position: relative;
}
.product-container .body #gallery .slider-main li figure{
	width: 508px;
	height: 468px;
}
.product-container .body #gallery .slider-main li img{
	/* height: 375px; */
	/* width: 500px; */
	max-width:400px;
	max-height:400px;
	background-size: cover;
  	background-position: 50% 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-mos-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 600px){
	.product-container .body #gallery .slider-main li img{
		/* height: 300px;*/
		/* width: 400px; */
		height:auto;
	}
}

@media screen and (max-width: 450px){
	.product-container .body #gallery .slider-main li img{
		/* height: 240px; */
		/* width: 320px; */
	}
}

@media screen and (max-width: 360px){
	.product-container .body #gallery .slider-main li img{
		/* height: 210px; */
		/* width: 280px; */
	}
}


.product-container .body #gallery .slider-nav .pic{
	width: 108px;
	height: 108px;
	position: relative;
	margin-bottom: 13px;
}
.product-container .body #gallery .slider-nav .slick-list{
	margin-left: 30px;
	margin-right: 30px;
}
.product-container .body #gallery .slider-nav .pic{
	margin-right: 13px;
	margin-bottom: 0;
}
.product-container .body #gallery .slider-nav .pic img{
	width: 100%;
	height: auto;
	padding: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-mos-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.product-container .body #gallery .slider-nav .slick-prev{
	left: 0;
	width: 32px;
    height: 32px;
}
.product-container .body #gallery .slider-nav .slick-next{
	right: 0;
	width: 32px;
    height: 32px;
}
.product-container .body #gallery .slider-nav .slick-prev:before,
.product-container .body #gallery .slider-nav .slick-next:before{
	color: #000;
    font-size: 20px;
    display: block;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-radius: 0;
    background: transparent;
    text-align: center;
}
.product-container .body #gallery .slider-nav .slick-prev:before{
    background: no-repeat 50% 50% url(images/product-arrow-left.png);
    position: absolute;
    z-index: 7;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 32px;
    height: 32px;
    display: inline-block;
    line-height: 24px;
    content: '';
}
.product-container .body #gallery .slider-nav .slick-next:before{
    background: no-repeat 50% 50% url(images/product-arrow-right.png);
    position: absolute;
    z-index: 7;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 32px;
    height: 32px;
    display: inline-block;
    line-height: 24px;
    content: '';
}

@media screen and (max-width: 1407px){
	.product-container > .body{
		width: 1000px;
	    display: block;
    	margin: 0 auto;
	}
	.product-container .body #gallery {
		width: 520px;
	}
	.product-container .body #gallery .slider-main{
		float: left;
		width: 100%;
	}
	.product-container .body #gallery .slider-main li{
		width: 480px;
		height: 480px;
		border: solid 1px #ccc;
		position: relative;
	}
	.product-container .body #gallery .slider-main li figure{
		width: 480px;
		height: 480px;
	}
	.product-container .body #gallery .slider-nav{
		float: left;
		width: 530px;
	}
	.product-container .body #gallery .slider-nav .pic{
		margin-right: 13px;
		margin-bottom: 0;
		cursor: pointer;
	}

}

@media screen and (min-width: 992px) and (max-width: 1199px){
	.product-container > .body{
		width: 900px;
	}
	.product-container .body #gallery {
		width: 460px;
	}
	.product-container .body #note{
		width: 440px;
	}
	.product-container .body #gallery .slider-nav{
		width: 460px;
	}
	.product-container .body #gallery .slider-main li{
		height: 460px;
	}
	.product-container .body #gallery .slider-nav .pic{
		height: 102px;
	}
}

@media screen and (max-width: 991px){
	.content .top{
		width: 530px;
	}
	.product-container .body #gallery,
	.product-container .body #note{
		width: 530px;
	    position: relative;
	    left: 50%;
		-webkit-transform: translateX(-50%);
		-mos-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.product-container > .body{
		width: 100%;
	}
	.product-container .body #note{
		padding-left: 0;
	    margin-bottom: 60px;
	}
	.product-container .bottom .up .tab-content > .tab-pane{
		padding-left: 0;
	    width: 530px;
	    margin: 0 auto;
	}
	.product-container .body .note .toolbar{
		margin-top: 0;
	}
	.product-container .body .note .toolbar ul li {
	    margin-right: 12px;
	}
	.product-container .body .note .toolbar span{
		padding: 10px;
	}
}
@media screen and (max-width: 599px){
	.content .top{
		width: 440px;
	}
	.product-container .body #gallery,
	.product-container .body #note{
		width: 440px;
	    position: relative;
	    left: 50%;
		-webkit-transform: translateX(-50%);
		-mos-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.product-container .body #gallery .slider-main li{
		height: 440px;
	}
	.product-container .body #gallery .slider-nav{
		width: 440px;
	}
	.product-container > .body{
		width: 100%;
	}
	.product-container .body #note{
		padding-left: 0;
	    margin-bottom: 60px;
	}
	.product-container .body .note .toolbar ul li{
	    margin-top: 20px;
	    margin-right: 15px;
	}
	.product-container .bottom .up .tab-content > .tab-pane{
	    width: 440px;
	}

}

@media screen and (max-width: 599px){
	.content .top{
		width: 450px;
	}
	.product-container .body #gallery,
	.product-container .body #note{
		width: 450px;
	}

	.product-container .body #gallery .slider-main li{
		height: 450px;
	}
	.product-container .body #gallery .slider-main li figure{
		width:100%;height:100%;
	}
	.product-container .body #gallery .slider-nav{
		width: 450px;
	}
	.product-container .bottom .up .tab-content > .tab-pane{
	    width: 450px;
	}

}

@media screen and (max-width: 479px){
	.content .top{
		width: 300px;
	}
	.product-container .body #gallery{
		width: 90%;
	}
	.product-container .body #note{
		width: 300px;
	}
	.product-container .body #gallery .slider-main li{
		height: 300px;
	}
	.product-container .body #gallery .slider-nav{
		width: 300px;
	}
	.product-container .bottom .up .tab-content > .tab-pane{
	    width: 300px;
	}
	.product-container .bottom .up .nav-tabs > li{
		padding: 0 15px;
	}
	.product-container .bottom .up .nav-tabs > li > a {
	    padding: 15px 4px;
	    font-size: 16px;
	}

}