﻿/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 1.6rem;
	/*font-family: "PT Sans", sans-serif;*/
	font-family: 'Source Sans Pro';
	
	color: #262626;
	background-color: #fff;
}
a {
	/*color: #f42e4e;*/
	text-decoration: none;
}
img {
	max-width: 100%;
}
/* -------------------------------- 

Main Components 

-------------------------------- */
header {
	height: 170px;
	line-height: 170px;
	text-align: center;
	background: #513e5d;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
header h1 {
	font-size: 2rem;
	color: #ffffff;
}
 @media only screen and (min-width: 768px) {
header {
	height: 200px;
	line-height: 200px;
}
header h1 {
	font-size: 2.6rem;
}
}
.cd-single-item {
	position: relative;

	background: #ffffff;
}
.cd-slider-wrapper {
	position: relative;
	/*z-index: 1;*/
	-webkit-transition: width 0.4s;
	-moz-transition: width 0.4s;
	transition: width 0.4s;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: width;
}
 @media only screen and (min-width: 1024px) {

.cd-single-item {
	display: block;
	width: 980px;
	margin: 0 auto;
	/*min-height: 550px;*/

}
 
.cd-slider-wrapper {
	width: 50%;

}


.cd-slider-active .cd-slider-wrapper {
	width: 100%;
}


.videoItem{
	width: 530px;
	padding-top: 30px; 
}

.p5gallerybox {
	display: block;
    width: 56%!important; 
    float: left;
}


}


.cd-slider {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.cd-slider::before {
	/* never visible - this is used in jQuery to check the current MQ */
	content: 'mobile';
	display: none;
}
.cd-slider li {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height: 100%;
	width: 100%;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.cd-slider li img {
	display: block;
	width: 100%;
	
}
.cd-slider li.selected {
	position: relative;
	z-index: 2;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.cd-slider li.move-left {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}
 @media only screen and (min-width: 1024px) {
.cd-slider {
	cursor: pointer;
}
.cd-slider::before {
	/* never visible - this is used in jQuery to check the current MQ */
	content: 'desktop';
}
.cd-slider::after {
	/* slider cover layer - to indicate the image is clickable */
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(81, 62, 93, 0.4) url("../img/zoom.png") no-repeat center center;
	/* size of the icon */
	background-size: 48px;
	opacity: 0;
	z-index: 4;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.no-touch .cd-slider:hover::after {
	opacity: 1;
}
.cd-slider-active .cd-slider {
	cursor: auto;
}
.cd-slider-active .cd-slider::after {
	display: none;
}

.cd-slider-navigation li, .cd-slider-pagination {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
	-moz-transition: opacity 0.4s 0s, visibility 0s 0.4s;
	transition: opacity 0.4s 0s, visibility 0s 0.4s;
}
.cd-slider-active .cd-slider-navigation li, .cd-slider-active .cd-slider-pagination {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
	-moz-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
	transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
}


}
.cd-slider-navigation li {
	position: absolute;
	z-index: 2;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cd-slider-navigation li:first-of-type {
	left: 10px;
}
.cd-slider-navigation li:last-of-type {
	right: 10px;
}
.cd-slider-navigation li a {
	display: block;
	width: 48px;
	height: 48px;
	background: url("../img/arrow.png") no-repeat center center;
	-webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.2s 0s, visibility 0s 0s;
	transition: opacity 0.2s 0s, visibility 0s 0s;
	/* image replacement */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.cd-slider-navigation li a.inactive {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
	-moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
	transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
.no-touch .cd-slider-navigation li a:hover {
	opacity: .7;
}
.cd-slider-navigation li:first-of-type a {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
 @media only screen and (min-width: 1024px) {
.cd-slider-navigation li:first-child {
	left: 30px;
}
.cd-slider-navigation li:last-child {
	right: 30px;
}


}
.cd-slider-pagination {
	/* you won't see this element in the html but it will be created using jQuery */
	position: absolute;
	z-index: 2;
	bottom: 30px;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	visibility: hidden;
}
.cd-slider-pagination:after {
	content: "";
	display: table;
	clear: both;
}
.touch .cd-slider-pagination {
	visibility: hidden;
}
.cd-slider-pagination li {
	display: inline-block;
	float: left;
	margin: 0 5px;
}
.cd-slider-pagination li.selected a {
	background: #f5f4f3;
}
.cd-slider-pagination a {
	display: block;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	border: 1px solid #f5f4f3;
	/* fix a bug in IE9/10 - transparent anchor not clickable */
	background-color: rgba(255, 255, 255, 0);
	/* image replacement */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.cd-slider-wrapper .cd-close {
	display: none;
	position: absolute;
	z-index: 2;
	top: 30px;
	right: 30px;
	width: 48px;
	height: 48px;
	background: url("../img/close.png") no-repeat center center;
	/* image replacement */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.4s;
	-moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.4s;
	transition: transform 0.3s 0s, visibility 0s 0.4s;
}
.cd-slider-active .cd-slider-wrapper .cd-close {
	visibility: visible;
	opacity: 1;
	-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s;
	-moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s;
	transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s;
}
.no-touch .cd-slider-active .cd-slider-wrapper .cd-close:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}



@media only screen and (min-width: 1024px) {
.cd-slider-wrapper .cd-close {
	display: block;
}
}
.cd-item-info {
	padding: 50px 5%;
}
.cd-item-info h2, .cd-item-info p {
	/*max-width: 480px;*/
}
.cd-item-info h2 {
	font-size: 3.4rem;
	font-weight: bold;
}
.cd-item-info p {
	/*margin: 1em 0;*/
	color: #666666;
}
.cd-item-info .add-to-cart {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	border: none;
	padding: .8em 1.6em;
	background-color: #f42e4e;
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "PT Sans", sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	cursor: pointer;
	border-radius: 4px;
}
.Contact1 {

	display: block;
	width: 100%;
	padding-bottom: 20px;

}
.Contact1 ul {
}
.Contact1 ul li {
	display: block;
	width: 24%;
	height: 120px;
	float: left;
	text-align: center;

	margin-left: 3px;
}
.gaCategory {
	display: block;
	width: 50%;
	line-height: 40px;
	height: 40px;
	float: left;
}
.gaFileSize {
	display: block;
	width: 50%;
	line-height: 40px;
	height: 40px;
	float: right;
}
.gaContact {
	display: block;
	width: 100%;
	line-height: 24px;

}
.gaDownload{
	position: relative;

}

.gaDownload a{
	margin-top:20px;
	display:block;
	padding:10px 10px;
	border:2px #00a5cc solid;
	text-align:center;
	font-size:24px;
	color:#00a5cc;
	width:98%;
	height: 50px;
	position: relative;
	}

.gaDownload a:hover{
	color:#FFF;
	background-color:#00a5cc;
	}

.printon{
	text-align: center;
	display: inline-block;
}
.printon img{
	float: none;
    width: 18%;
}


.CopyrightN{
	/* margin-top:8px;  */
	line-height: 20px;
}
.agreeCont{
	float: left;
	padding-right: 3px;
	padding-top: 2px;
	color: #999999;
}

.CopyrightN a{

	color:#006699;
}
.CopyrightN a:hover{
	color:#00a5cc;
	
}

.light_box, .light_box2{
  display:none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index:9999;     
}

.light_box .content, .light_box2 .content{
	width: 600px;
	height: 400px;
    background: white;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 20px 20px 20px 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.light_box .content h1, .light_box2 .content h1{
	font-size: 28px;
	line-height: 42px;
}
.light_box .content p, .light_box2 .content p{
	margin-top:8px; 
	line-height: 18px;
}


.icon4 {
	clear: both;
	display: block;
	width: 100%;
	height: 120px;
}
.icon4 ul li {
}
.icon4 ul li h1 {
	display: block;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	margin: 0;
	color: #222;
}
.icon4 ul li p {
	font-size: 16px;
    line-height: 16px;
}
.gaUpload{
	
	display:block;
	width:100%;
	height:300px;
	background-image:url(../img/bg01.jpg);
	background-size:cover;
	}
.h20{

	height:150px;
	color: #00a5cc;
	font-weight: 600;
}
.mt20{
	padding-top: 45px;
}


.height210{

	display:block;
	width:100%;
	height:210px;

	background-image:url(../img/bg01.jpg);
	background-size:cover;
}




	


.sizeH{

	display: block;
	width: 1px;
	height: 90px; 


}

.menuGaPath{
	display:block;
	width:100%;
	height:50px;	
	font-size:18px;
	line-height:50px;
	background-color: #f5f4f3;
	
	}
.menuGaPath a{
	color:#000;
	font-weight: 800;
	
	}
.gaPic1, .gaPic2, .gaPic22, .gaPic3, .gaPic4{
	display:block;
	width:50px;
	height:50px;
	margin:0 auto;
	margin-top:10px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:80%;


	}
.gaPic1{
	background-image:url(../img/icon_a.jpg);
	
	}
.gaPic2{
	background-image:url(../img/icon_b.jpg);
	}
.gaPic22{
	background-image:url(../img/icon_bb.jpg);
	}
.gaPic3{
	background-image:url(../img/icon_c.jpg);
	}
.gaPic4{
	background-image:url(../img/icon_d.jpg);
	}	

 @media only screen and (min-width: 1024px) {
.cd-item-info {
	position: relative;
	display: block;
    width: 44%;
    min-height: 550px;
    /* top: 0; */
    /* right: 0; */
    padding: 30px 10px 0;
    /* margin: 0; */
    float: right;


}

}
.cd-content p {
	width: 90%;
	max-width: 768px;
	padding: 4em 0;
	margin: 0 auto;
	color: #afa8a0;
	line-height: 1.8;
}

/*-- 留言區 --*/

.ttCommentsWarp{
	display: block;
	width: 100%;
	margin: 0 auto;
	padding-top: 30px; 

}

.ttComments{
	display: block;
	width: 980px;
	margin: 0 auto;

}
.ttComments h1{
	line-height: 48px;
	font-size: 24px;
}
.ttComments ul{
	width: 100%;
	clear: both;
}

.ttComments ul li{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 4px;
	margin-bottom: 4px;
}

ul.sub_comm  li{
    display: block;
    width: 85%;
    margin-left: 15%;
    margin-top: 5px;
}

.commRe{
	display: block;
	width: 100%;
	position: relative;;
	border:1px solid #ccc;
	border-radius: 4px;
	padding-left: 0px;
	padding-right: 0.5%;
	padding-top: 0.5%;
	padding-bottom: 5px;
}
.commRe p{
	padding-left: 10px;
	font-size: 13px;
	color: #ccc;
	float: left;
}
.commReIcon{
	display: block;
	 width:115px;
	 float: left;
    margin-left: 10px;
    margin-top: 41px;


}
.commReIcon a{
 display:block;
 text-align:center;
 font-size:18px;
 line-height:20px;
 color:#00a5cc; 
 padding:20px 20px;
 border:2px #00a5cc solid;
 width:115px;
 margin-bottom: 1px;
 margin:0 auto;
 float: right;
 }
.commReIcon a:hover{
 background-color:#00a5cc;
 color:#fff; 
 }


.commReSele{
	display: block;
	width: 80%;
	height: 100px;
	margin-left: 10px;
	margin-top: 5px;
	border-radius: 4px;
	float: left;
	padding: 9px;
	font-size: 18px;


}

.commRight{
	display: block;
	width: 100%;
	position: relative;;
	border:1px solid #ccc;
		border-radius: 4px;
	padding-left: 130px;
	padding-right: 0.5%;
	padding-top: 0.5%;
	padding-bottom: 5px;
	min-height: 130px;
}
.commRight img{
	position: absolute;
	top:10px;
	left:10px;
}

.commName{
	display:block;
	width: 100%;

}
.commTime{
	display:block;
	width: 100%;
}
.commContact{
	display:block;
	width: 100%;
}
.commLogin{
	display:block;
	width: 100%;
}
.commLogin a{
	font-weight: bold;
	color: #f00;
}

/*--文字 --*/
.commName{
	color: #000;
	line-height: 36px;
	font-size: 20px;
	font-weight: bold;
}
.commTime{
	color: #000;
	line-height: 20px;
	font-size: 13px;

}
 .commContact {
	color: #000;
	line-height: 20px;
	font-size: 16px;
}

.commLogin{
	color: #000;
	line-height: 36px;
	font-size: 16px;

}




.footer, .cc{
	clear:both;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
    .light_box .content{
	width: 80%;
 	height:600px;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 20px 20px 20px 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.content{
	height:400px;
}


}

