/*
 * w417 - cc-design iweb51-style04
 * http://www.cc-design.com.tw/
 *
 * Copyright 2015, 
 * 
 * 
 * 2015 / 8
 */


/* +about us
*----------------------------------------------------------------------------*/
#brand-info {
	overflow: hidden;
}

/**
*
* =brand-wrap
*
**/
#brand-info .brand-wrap {
	margin: 0 auto 20px;
	width: 960px;
	overflow: hidden;
}

#brand-info .brand-wrap article {
	margin-right: 5%;
	width: 78%;
	float: left;
}

#brand-info .brand-wrap article p {
	line-height: 160%;
	text-align: right;
	font-size: 16px;
	color: #717171;
}

#brand-info .brand-wrap article p:last-child {
	margin-top: 24px;
}

#brand-info .brand-wrap h3 {
	padding: 0;
	border: 0;
}

/**
*
* =images-wrap
*
**/
#brand-info .images-wrap {
	margin-bottom: 20px;
	overflow: hidden;
}

#brand-info .images-wrap li {
	margin-right: 0.5%;
	width: 44%;
	height: 350px;
	float: left;
	overflow: hidden;
}

#brand-info .images-wrap li img ,
#brand-info .images-wrap li .imgaes-group .up-site p img ,
#brand-info .images-wrap li .imgaes-group .down-site p img {
	margin: -10% 0 0 -5%;
	width: 110%;
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

#brand-info .images-wrap li:hover img ,
#brand-info .images-wrap li .imgaes-group .up-site p:hover img ,
#brand-info .images-wrap li .imgaes-group .down-site p:hover img {
	-webkit-transform: scale(1.2) rotate(10deg);
    transform: scale(1.2) rotate(10deg);
}

#brand-info .images-wrap li:nth-child(2n) {
	width: 19%;
}

#brand-info .images-wrap li:nth-child(2n) img {
	margin-top: 0;
}

#brand-info .images-wrap li:last-child {
	margin: 0;
	width: 36%;
}

#brand-info .images-wrap li .imgaes-group {
	overflow: hidden;
}

#brand-info .images-wrap li .imgaes-group .up-site {
	margin: 0 0 0.5%;
	height: 175px;
	overflow: hidden;
}

#brand-info .images-wrap li .imgaes-group .up-site p {
	margin-right: 0.5%;
	width: 49%;
	float: left;
	overflow: hidden;
}

#brand-info .images-wrap li .imgaes-group .up-site p:last-child {
	margin: 0;
	width: 50.5%;
}

#brand-info .images-wrap li .imgaes-group .down-site {
	overflow: hidden;
}

#brand-info .images-wrap li .imgaes-group .down-site p {
	margin-right: 0.8%;
	width: 29.7%;
	float: left;
	overflow: hidden;
}

#brand-info .images-wrap li .imgaes-group .down-site p:last-child {
	margin: 0;
	width: 69.5%;
}

/**
*
* =brand-data
*
**/
#brand-info .brand-data {
	overflow: hidden;
}

#brand-info .brand-data .company-data {
	width: 50%;
	float: left;
}

#brand-info .brand-data .company-data h3 {
	margin: 0;
	padding: 0 0 30px;
	border-bottom: 1px #444 dotted;
	text-align: center;
}

#brand-info .brand-data .company-data p {
	border-bottom: 1px #444 dotted;
	line-height: 50px;
	font-size: 12px;
	color: #4b4b4b;
}

#brand-info .brand-data .company-data p label {
	margin-right: 5px;
	padding-left: 20px;
	width: 80px;
	background: #f6f6f6;
	display: inline-block;
	color: #000;
	font-weight: 600;
}

#brand-info .brand-data .g-map {
	width: 39%;
	height: 270px;
	float: right;
	position: relative;
}

#brand-info .brand-data .g-map iframe {
	width: 100%;
	height: 245px;
}

#brand-info .brand-data .g-map span {
	width: 310px;
	height: 42px;
	background: url(../../images/08/aboutUs/img-about08.png) no-repeat 0 0;
	display: block;
	position: absolute;
	right: 25px;
	bottom: 0;
	z-index: 50;
	text-indent: -999999px;
}

/**
*
* =case list
*
**/
#brand-info .case-wrap {
	margin-top: 40px;
}

#brand-info .case-wrap h3 {
	text-align: center;
}

#brand-info .case-wrap ol {
	margin-left: 25px;
	list-style-position: outside;
	list-style: lower-alpha;
}

#brand-info .case-wrap ol li {
	margin-bottom: 15px;
	list-style-position: inside;
	list-style: lower-alpha;
	font-size: 16px;
}

#brand-info .case-wrap ol li ol.sub-case {
	margin: 0;
	overflow: hidden;
	list-style: decimal-leading-zero;
}

#brand-info .case-wrap ol li ol.sub-case li {
	margin-bottom: 5px;
	width: 20%;
	float: left;
	list-style: decimal-leading-zero;
	list-style-position: inside;
	font-size: 14px;
}


/* +idea
*----------------------------------------------------------------------------*/
#idea {
	overflow: hidden;
}

/**
*
* =img-group
*
**/
#idea .img-group {
	width: 42%;
	float: left;
	overflow: hidden;
	position: relative;
}

#idea .img-group h3 {
	margin: 0;
	padding: 0;
	width: 123px;
	height: 100px;
	background: url(../../images/08/aboutUs/img-idea06.jpg) no-repeat 0 0;
	border: 0;
	text-indent: -999999px;
	position: absolute;
	left: 37%;
	top: 39%;
	z-index: 50;
}

#idea .img-group p {
	margin: 0 1% 5px 0;
	width: 49.5%;
	float: left;
	overflow: hidden;
}

#idea .img-group p img {
	width: 100%;
}

#idea .img-group p:nth-child(even) {
	margin-right: 0;
}

/**
*
* =idea-info
*
**/
#idea .idea-info {
	width: 53%;
	float: right;
}

#idea .idea-info p {
	margin-bottom: 30px;
	line-height: 170%;
	font-size: 16px;
	color: #717171;
}

#idea .idea-info p img {
	width: 100%;
	max-width: 510px;
}

#idea .idea-info p span {
	padding: 5px 10px;
	background: #543724;
	display: inline-block;
	font-size: 30px;
	color: #fff;
}

#idea .idea-info p:first-child {
	margin: 65px 0 30px;
}

#idea .idea-info p:nth-child(2n) {
	line-height: 100%;
	font-size: 25px;
	color: #a8a1a1;
}

#idea .idea-info p:nth-child(2n) strong {
	color: #333;
}


/* +process
*----------------------------------------------------------------------------*/
#process {
	overflow: hidden;
}

#process p {
	width: 47%;
	display: inline-block;
}

#process p.arrow ,
#process p.arrow3 ,
#process p.arrow5 ,
#process p.arrow7 {
	width: 5%;
	height: 190px;
	background: url(../../images/08/aboutUs/img-process02.gif) no-repeat 50% 50%;
}

#process p.arrow2 ,
#process p.arrow4 ,
#process p.arrow6 {
	margin-left: 53%;
	width: 47%;
	height: 75px;
	background: url(../../images/08/aboutUs/img-process04.gif) no-repeat 66px 50%;
}

#process p.arrow3 {
	background: url(../../images/08/aboutUs/img-process06.gif) no-repeat 50% 50%;
}

#process p.arrow4 {
	margin: 0 53% 0 0;
	background: url(../../images/08/aboutUs/img-process08.gif) no-repeat 66px 50%;
}

#process p.arrow5 {
	background: url(../../images/08/aboutUs/img-process10.gif) no-repeat 50% 50%;
}

#process p.arrow6 {
	background: url(../../images/08/aboutUs/img-process12.gif) no-repeat 66px 50%;
}

#process p.arrow7 {
	background: url(../../images/08/aboutUs/img-process14.gif) no-repeat 50% 50%;
}

#process p.left {
	float: left;
}

#process p.right {
	float: right;
}


/* +service
*----------------------------------------------------------------------------*/
#service {
	overflow: hidden;
}

#service p:first-child {
	margin-bottom: 30px;
}

#service p:first-child img {
	width: 100%;
	max-width: 530px;
}

#service p:nth-child(even) {
	margin-bottom: 45px;
	line-height: 25px;
	font-size: 25px;
	color: #a8a1a1;
}

#service p:nth-child(even) strong {
	color: #000;
}

#service .item {
	margin-bottom: 25px;
	overflow: hidden;
}

#service .item h3 {
	margin: 0;
	padding: 0;
	width: 16.8%;
	height: 235px;
	background: #543724;
	border: none;
	float: left;
	text-align: center;
	line-height: 235px;
}

#service .item ul {
	width: 81%;
	float: right;
	overflow: hidden;
}

#service .item ul li {
	width: 25%;
	float: left;
}

#service .item ul li img {
	width: 100%;
}


/* +width:1024 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	#content-main #article #brand-info .brand-wrap h3 img {
		max-width: 80px;
	}
	
	#brand-info .case-wrap ol li ol.sub-case li {
		width: 25%;
	}
	
	#content-main #article #process p img {
		max-width: 325px;
	}
	
	#service .item h3 {
		width: 21%;
		height: 185px;
		line-height: 185px;
	}
	
	#content-main #article #service .item h3 img {
		width: 160px;
	}
	
	#service .item ul {
		width: 77%;
	}
}


/* +width:768 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#brand-info .brand-wrap {
		margin: 0 0 20px;
		width: auto;
	}
	
	#content-main #article #brand-info .brand-wrap h3 img {
		width: 80px;
	}
	
	#brand-info .case-wrap ol li ol.sub-case li {
		width: 33%;
	}
	
	#brand-info .images-wrap li {
		width: 61.5%;
	}
	
	#content-main #article #brand-info .images-wrap li img {
		width: 110%;
	}
	
	#brand-info .images-wrap li:nth-child(2n) {
		margin: 0;
		width: 38%;
	}
	
	#content-main #article #brand-info .images-wrap li:nth-child(2n) img {
		width: 120%;
	}
	
	#brand-info .images-wrap li:last-child {
		margin-top: 0.5%;
		width: 100%;
	}
	
	#brand-info .brand-data .company-data {
		margin-bottom: 15px;
		width: 100%;
	}
	
	#brand-info .brand-data .g-map {
		width: 100%;
	}
	
	#idea .img-group ,
	#idea .idea-info {
		width: 100%;
		float: none;
	}
	
	#idea .img-group h3 {
		top: 42%;
		left: 41%;
	}
	
	#process p {
		width: 100%;
		float: none;
	}
	
	#process p.arrow ,
	#process p.arrow2 , 
	#process p.arrow3 , 
	#process p.arrow4 ,
	#process p.arrow5 , 
	#process p.arrow6 ,
	#process p.arrow7 {
		margin: 0;
		width: 100%;
		height: 75px;
		background: url(../../images/08/aboutUs/img-process02-1.gif) no-repeat 66px 50%; 
	}
	
	#process p.arrow2 {
		background: url(../../images/08/aboutUs/img-process04.gif) no-repeat 66px 50%; 
	}
	#process p.arrow3 {
		background: url(../../images/08/aboutUs/img-process06-1.gif) no-repeat 66px 50%; 
	}
	
	#process p.arrow4 {
		background: url(../../images/08/aboutUs/img-process08.gif) no-repeat 66px 50%; 
	}
	
	#process p.arrow5 {
		background: url(../../images/08/aboutUs/img-process10-1.gif) no-repeat 66px 50%; 
	}
	
	#process p.arrow6 {
		background: url(../../images/08/aboutUs/img-process12.gif) no-repeat 66px 50%; 
	}
	
	#process p.arrow7 {
		background: url(../../images/08/aboutUs/img-process14-1.gif) no-repeat 66px 50%; 
	}
	
	#service p:first-child ,
	#service p:nth-child(even) {
		text-align: center;
	}
	
	#service .item h3 {
		margin-bottom: 15px;
		width: 100%;
		height: 150px;
		float: none;
		line-height: 150px;
	}
	
	#service .item ul {
		width: 100%;
	}
	
	#service .item ul li {
		width: 50%;
		height: auto;
	}
}


/* +width:480 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#brand-info .brand-wrap article {
		margin: 0 0 25px;
		width: 100%;
		float: none;
	}
	
	#brand-info .brand-wrap h3 {
		text-align: center;
	}
	
	#brand-info .images-wrap li {
		height: 260px;
	}
	
	#brand-info .images-wrap li:last-child {
		height: 350px;
	}
	
	#brand-info .brand-data .company-data p:last-child {
		overflow: hidden;
		line-height: 150%;
	}
	
	#brand-info .brand-data .company-data p:last-child label {
		float: left;
		line-height: 50px;
	}
	
	#brand-info .case-wrap ol li ol.sub-case li {
		width: 100%;
	}
	
	#idea .img-group h3 {
		top: 38%;
		left: 36%;
	}
}


/* +width:320 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 320px) {
	#brand-info .images-wrap li {
		height: 200px;
	}
	
	#service .item ul li {
		width: 100%;
	}
}