/*
 * w375 - foolu iweb51-style02
 * http://www.foolu.com.tw/
 *
 * Copyright 2015, Evelyn Wang
 * 
 * 
 * January 2015
 */
 
 
/* +about-wrap
*----------------------------------------------------------------------------*/
.wrapper #about-wrap {
	margin: 25px 0 0;
	background: #fff;
	position: relative;
	z-index: 50;
}

.wrapper #about-wrap section {
	margin: 0 15px;
}

.wrapper #about-wrap section .left-wrap ,
.wrapper #about-wrap section .right-wrap {
	width: 100%;
}

.wrapper #about-wrap section article#about-info h2 {
	margin: 0 0 25px;
	background: url(../../images/02/index/bg-aboutTitle.png) no-repeat right center;
}

.wrapper #about-wrap section article#about-info h2 span {
	padding: 0 5px 0 0;
	background: #fff;
	display: inline-block;
	font-size: 30px;
	color: #2a2a2a;
}

.wrapper #about-wrap section article#about-info p {
	margin: 0 0 35px;
	line-height: 170%;
	font-size: 18px;
}

.wrapper #about-wrap section article#about-info p.more {
	margin: 0;
	overflow: hidden;
}

.wrapper #about-wrap section article#about-info p.more a {
	padding: 5px 10px;
	background: #36afb8;
	display: block;
	float: right;
	font-size: 13px;
	color: #fff;
}

.wrapper #about-wrap section .about-photo {
	margin-right: -15px;
}

.wrapper #about-wrap section .about-photo img {
	width: 100%;
}


/**********適應性**********/
/************************/
@media only screen and (min-width : 768px) {
	.wrapper #about-wrap section .about-photo {
		text-align: right;
	}
	
	.wrapper #about-wrap section .about-photo img {
		width: 70%;
	}
}

@media only screen and (min-width : 1024px) {
	.wrapper #about-wrap {
		margin: 0;
		overflow: hidden;
	}
	
	.wrapper #about-wrap section {
		margin: 0 auto;
		width: 960px;
		height: 460px;
		position: relative;
	}
	
	.wrapper #about-wrap section .left-wrap {
		margin: 50px 0 0 15px;
		width: 470px;
		float: left;
	}
	
	.wrapper #about-wrap section .left-wrap article#about-info ,
	.wrapper #about-wrap section .right-wrap #about-photo {
		visibility: visible;
		transition: opacity 0.5s ease-in-out 0s;
	}
	
	.wrapper #about-wrap section .right-wrap {
		margin: -61px -53px 0 0 !important;
		width: 480px;
		float: right;
	}
	
	.wrapper #about-wrap section .right-wrap #about-photo img {
		width: 100% !important;
	}
}

@media only screen and (min-width : 1280px) {
	.wrapper #about-wrap {
		margin: 725px 0 0;
	}
	
	.wrapper #about-wrap section {
		width: 100%;
	}
	
	.wrapper #about-wrap section .left-wrap {
		margin: 80px 0 0 500px;
		width: 600px;
	}
	
	.wrapper #about-wrap section .right-wrap {
		margin: -200px 0 0!important;
		width: 800px;
	}
	
	.wrapper #about-wrap section .right-wrap #about-photo img {
		width: 100% !important;
	}
}

@media only screen and (min-width : 1300px) {
	.wrapper #about-wrap section .left-wrap {
		margin: 80px 0 0 100px;
		width: 570px;
	}
	
	.wrapper #about-wrap section .right-wrap {
		margin: -110px 0 0 !important;
		width: 635px;
	}
}

@media only screen and (min-width : 1367px) {
	.wrapper #about-wrap section .left-wrap {
		margin: 80px 0 0 200px;
	}
	
	.wrapper #about-wrap section .right-wrap {
		margin: -200px 0 0!important;
		width: 800px;
	}
}