/* Scss Document */
/* Scss Document */
#key li:nth-child(1) {
	background: url(../img/index/key_img1.png) no-repeat center;
}
#key li:nth-child(2) {
	background: url(../img/index/key_img2.png) no-repeat center;
}
#key li:nth-child(3) {
	background: url(../img/index/key_img3.png) no-repeat center;
}
#sec1 {
	position: relative;
	padding: 49px 0 105px 0;
}
#sec1:before {
	content: "";
	background: url(../img/index/sec1_bg.png) no-repeat bottom center/cover;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 1041px;
}
#sec1 h2 {
	text-align: right;
	margin-right: -25px;
}
#sec1 .sec1Info {
	margin-top: 35px;
	float: right;
	width: 465px;
	margin-right: -7px;
}
#sec1 .sec1Info a {
	display: block;
	margin: 45px 0 0 5px;
}
#sec1 .sec1_deco1 {
	top: -139px;
	left: -666px;
	position: absolute;
}
#sec1 .sec1_deco2 {
	bottom: -307px;
	right: -109px;
	position: absolute;
}
#sec2 {
	background: url(../img/index/sec2_bg.png) no-repeat top center;
	padding: 33px 0 114px 0;
}
#sec2 .sec2_txt {
	margin: 73px 0 67px 0;
}
#sec2 .sec2_btn {
	width: 920px;
	margin: auto;
	position: relative;
}
#sec2 .sec2_btn:before {
	z-index: 1;
	content: url(../img/index/sec2_deco2.png);
	top: -122px;
	left: -208px;
	position: absolute;
}
#sec2 .sec2_btn a {
	display: block;
}
#sec2 .sec2_img1 {
	top: -1px;
	left: -71px;
	position: absolute;
}
#sec2 .sec2_img2 {
	top: 191px;
	right: -343px;
	position: absolute;
}
#sec3 {
	background: url(../img/index/sec3_bg.jpg) no-repeat center/cover;
	color: #fff;
	padding-bottom: 28px;
}
#sec3 h2 {
	text-align: right;
	margin-right: -241px;
}
#sec3 .sec3Info {
	float: right;
	width: 426px;
	margin-bottom: 33px;
}
#sec3 .sec3Info .sec3_txt {
	margin: 19px 0 44px 28px;
	width: 417px;
}
#sec4 {
	padding: 44px 0 85px 0;
}
#sec4 #feed {
	margin: 48px 0 85px 0;
}
#sec4 #feed .feedItem {
	width: 480px;
}
#sec4 #feed .feedItem:nth-child(1) {
	float: left;
}
#sec4 #feed .feedItem:nth-child(2) {
	float: right;
}
#sec4 #feed .feedItem .feed_img {
	float: left;
	width: 190px;
}
#sec4 #feed .feedItem .feed_img span {
	transition: all 0.3s;
}
#sec4 #feed .feedItem .feed_img span:hover {
	opacity: 0.8;
}
#sec4 #feed .feedItem dl {
	float: right;
	width: 260px;
	color: #5b341e;
	font-size: 15px;
	letter-spacing: 0.8px;
	line-height: 25px;
}
#sec4 #feed .feedItem dl dt {
	font-weight: bold;
	margin-bottom: 10px;
}
#sec4 #feed .feedItem dl dt span {
	display: block;
}
#sec4 .sec4_btn {
	margin: auto;
	width: 856px;
}
#insta li{
	float: left;
	padding-left: 33px;
	padding-top: 30px;
	padding-bottom: 50px;
}
