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

.ImgWrap2 .Img:nth-child(1){
	overflow:hidden;
}
.ImgWrap2 .Img img{
	margin:-3% -20px;
	width:100%;
	height:auto;
}

.ImgWrap2 img{
	min-height:0;
}

.contSlogan{
	color:#FFF;
	position:absolute;
	top:50%;
	left:50%;
	text-align:center;
	
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.w1{
	font-size:2em;
	line-height:1.5em;
	display:inline-block;
}
.w2{
	
	display:inline-block;
}
.w3{
	line-height:1.5em;
	font-size:1.5em;
}
.contSlogan .tw{
	margin:30px 0 0;
	font-size:0.8em;
	opacity:0.5;
}

/*公司簡介*/
#profile .Img img{
	height:120%;
	margin:30px 0 0 -70px;
}

/*設計總監*/
.content.contDirector{
	float:none;
	width:auto;
	background:url(../images/about/director.png) no-repeat top left;
	background-size:50% auto;
	max-width:1600px;
	margin:0 auto;
}
.contDirector .article{
	position:relative;
	max-width:900px;
	padding-top:40%;
}
.contDirector .article::before{
	position:absolute;
	left:50%;
	content:'';
	width:1px;
	height:100%;
	background:#999;
}
.innerCont{
	position:relative;
	width:50%;
	margin:0 0 40px 50%;
	padding:0 40px;
	box-sizing:border-box;
}
.innerCont.left{
	margin:0 50% 40px 0;
}
.contDirector h2{
	position:relative;
	text-align:left;
	margin-top:-40px;
}
.contDirector h2 div{
	font-size:1.8em;
	font-weight:normal;
	color:#FFF;	
} 
.contDirector h2 div .en3{
	color:#fff;
	font-size:1em;
}
.contDirector h2::before{
	content:'';
	width:30px;
	height:30px;
	border-radius:50%;
	background:url(../images/about/arrow.gif) no-repeat 5px 5px #666;
	position:absolute;
	left:-40px;
	top:60%;
	margin:-15px 0 0 -15px;
}
h3{
	position:relative;
	font-weight:normal;
	margin-bottom:10px;
	color:#ccc;
}
h3::after{
	content:'';
	width:20px;
	height:20px;
	border-radius:50%;
	background:url(../images/about/arrow.gif) no-repeat 0 -20px #999;
	position:absolute;
	left:-40px;
	top:50%;
	margin:-10px 0 0 -10px;
}
.innerCont.left h3{	
	text-align:right;
}
.innerCont.left h3::after{
	left:auto;
	right:-40px;
	margin:-10px -10px 0 0;
	background:url(../images/about/arrow.gif) no-repeat 0 -40px #999;
}
.contDirector p{
	color:#fff;
}
.ImgWrap3{
	position:relative;
	margin:40px 0 0;
}
.ImgWrap3::after{
	content:'';
	display:block;
	clear:both;
}
.ImgWrap3 img{width:100%;}
.ImgWrap3 img.img-col2{
	float:left;
	width:31%;
	margin-right:2%;
}
.ImgWrap3 img.outerImg{
	width:70%;
	position:absolute;
	bottom:0;
	left:-80px;
	margin:0 0 0 -70%;
}
.left .ImgWrap3 img.outerImg{
	left:auto;
	right:-80px;
	margin:0 -70% 0 0;
}

.bnPhoto{
	cursor:pointer;
	-webkit-transition:opacity 0.5s;
			transition:opacity 0.5s;	
}
.bnPhoto:hover{opacity:0.6;}
.lightBox{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.9);
	display:none;
	z-index:11;
}
.lightBox img{
	position:absolute;
	top:0;
	left:50%;
	height:100%;
	opacity:0;
	padding-bottom:40px;
	box-sizing:border-box;
	
	-webkit-transition:opacity 1s;
			transition:opacity 1s;
	
    -webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
    		transform: translateX(-50%);
}
.control{
	position:absolute;
	bottom:10px;
	left:50%;
	overflow:hidden;
	z-index:2;
	
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
    		transform: translateX(-50%);	
}
.control li{
	float:left;
	width:20px;
	height:20px;
	margin:0 5px;
	opacity:0.6;
	cursor:pointer;
}
.idPrev{background:url(../images/prev.gif) no-repeat center;}
.idNext{background:url(../images/next.gif) no-repeat center;}
.idClose{background:url(../images/close.gif) no-repeat center;}
.control li:hover{opacity:1;}

@media screen and (max-width:1060px){
#profile .Img img{
	margin-left:0;
}
}