/* Scss Document */
header:before {
	background-image: url(../img/about/key.jpg);
}
#sec1 {
	background: url(../img/about/sec1_bg.jpg) center no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
	padding: 80px 0 80px;
}
#sec1 h2 {
	padding-bottom: 4px;
}
#sec1 p {
	margin-bottom: 30px;
	font-weight:bold;
}
#sec2 {
	padding-bottom: 48px;
}
#sec2:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 464px;
	background: url(../img/about/sec2_bg.png) center 0 no-repeat;
	pointer-events: none;
	z-index: 0;
}
#sec2 h2 {
	padding: 83px 0 44px;
	position: relative;
	z-index: 1;
}
#sec2 .inner {
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.95);
	-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.95);
	-moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.95);
	box-sizing: border-box;
	margin: 0 -100px 80px;
	padding: 0 100px 78px;
	position: relative;
	z-index: 2;
}
#sec2 .menu {
	width: 430px;
}
#sec2 .menu .photo {
	position: relative;
	z-index: 1;
}
#sec2 .menu .item {
	background-color: #321b00;
	color: #fff;
}
#sec2 .menu .item dd {
	width: 360px;
	padding-bottom: 43px;
	margin: 0 auto;
	padding-top: 5px;
}
#sec2-1 {
	padding-top: 1px;
}
#sec2-1 h3 {
	margin: -20px -20px 6px 0;
}
#sec2-1 .info {
	width: 500px;
}
#sec2-1 .lead {
	margin-bottom: 51px;
}
#sec2-1 .lead .txt1 {
	padding-left: 27px;
	font-weight:bold;
}
#sec2-1 .lead .menu {
	padding-top: 122px;
	margin-left: 37px;
}
#sec2-1 .lead .menu .photo {
	margin-bottom: -31px;
}
#sec2-1 .row {
	padding: 0 37px;
}
#sec2-1 .row dd {
	padding-bottom: 50px !important;
}
#sec2-1 .row .fr {
	width: 450px;
}
#sec2-1 .row .fr dd {
	width: 375px;
}
#sec2-1 .row .photo {
	margin-bottom: -46px;
}
#sec2-1 .row .photo3 {
	margin-top: -77px;
}
#sec2-2 {
	padding-bottom: 84px !important;
	position: relative;
}
#sec2-2:before {
	content: '';
	position: absolute;
	top: 0;
	left: -50px;
	right: 0;
	bottom: 0;
	background: url(../img/about/sec3_bg.png) 0 top no-repeat;
	z-index: 0;
}
#sec2-2 > * {
	position: relative;
	z-index: 1;
}
#sec2-2 h3 {
	padding: 37px 0 28px;
}
#sec2-2 .info {
	display: table;
	width: 100%;
}
#sec2-2 .info p {
	display: table-cell;
	width: 680px;
	vertical-align: middle;
	text-align: right;
}
#sec2-2 .info .txt {
	width: 320px;
	text-align: left;
	padding-top: 41px;
	font-weight:bold;
}
#sec2-3 {
	position: relative;
	padding-bottom: 117px !important;
}
#sec2-3:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../img/about/sec4_bg.png) 0 bottom no-repeat;
	z-index: 0;
}
#sec2-3 > * {
	position: relative;
	z-index: 1;
}
#sec2-3 h3 {
	padding: 57px 0 81px;
}
#sec2-3 .photo {
	position: absolute;
	top: -141px;
	right: -130px;
}
#sec2-3 .txt {
	margin-left: 680px;
	font-weight:bold;
}
#banner a {
	display: block;
	text-align: center;
	background: url(../img/about/banner_bg.jpg) center no-repeat;
	background-size: cover;
	padding: 127px 0 157px;
	opacity: 1;
	transform: translateX(0) translateZ(0);
	-moz-transform: translateX(0) translateZ(0);
	-webkit-transform: translateX(0) translateZ(0);
	transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
}
#banner a:hover {
	opacity: 0.8;
}
#banner a:hover img {
	opacity: 1;
}
