#key{
	width: 983px;
	min-height: 700px;
	position: absolute;
	top: 270px;
	left: -300px;
}

#key .slide1{
	background-image:url(../img/index/key.jpg);
}
#key .slide2{
	background-image:url(../img/index/key-02.jpg);
}
#key .slide3{
	background-image:url(../img/index/key-03.jpg);
}

#sec1{
	padding-bottom: 150px;
	position: relative;
	background:url(../img/index/s1-bg.jpg) no-repeat center top / cover;
}

#sec1 h2{
	position: absolute;
	top: 142px;
	right: 162px;
}

#sec1 .txt-vertical{
	padding-top: 250px;
	height: 421px;
	float: left;
	padding-right: 35px;
	line-height: 34px;
}

#sec1 .txt-vertical.ml{
	margin-left: 200px;	
}

#sec1 .btn{
	padding-top: 67px;
	margin-left: 205px;
	clear: both;
}



#sec2{
	position: relative;
	padding-bottom: 99px;
}

#sec2 .wrap::before{
	z-index: -1;
	content:"";
	top:26px;
	left:92px;
	width: 512px;
	height: 524px;
	position:absolute;
	background:url(../img/index/s2-leaf.png) no-repeat center top;
}

#sec2 .txt-vertical{
	height: 413px;
	padding-top: 296px;
	float: left;
	margin-left: -9px;
}
#sec2 h2{
	float: left;
	margin-left: 79px;
	padding-top: 112px;
}
#sec2 .img{
	position: absolute;
	top: 112px;
	right: -86px;
}
#sec2 .btn{
	padding-top: 55px;
	clear:both;
}


#sec3{
	position: relative;
	padding-bottom: 53px;
	background: rgba(0, 0, 0, 0.05);
}

#sec3::before{
	content:"";
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
	margin:-2px 0 -2px;
	border-top:1px solid #cfc9c5;
	border-bottom:1px solid #cfc9c5;
}

#sec3 h2{
	position: absolute;
	top: 115px;
	right: -3px;
}

#sec3 .banner{
	padding-top: 71px;
	margin-left: -58px;
	display: inline-block;
}
#sec3 .banner .btn{}
#sec3 .txt-vertical{
	display: inline-block;
	height: 516px;
	position:  relative;
	top: 47px;
	left: 0;
}
#sec3 .txt-vertical.ml{
	margin-left: 68px;
	margin-right: 29px;
}

#sec4{
	position: relative;
}
#sec4 h2{
	padding-bottom: 69px;
	text-align: center;
}
#sec4 #instafeed{
	padding-top: 25px;
}

#sec4 #instafeed li{
	display: inline-block;
	padding-right: 20px;
}


#sec4 #instafeed li:last-child{
	padding-right: 0;
}

#sec5{
	min-height: 385px;
}

#sec5 h2{
	padding-top: 65px;
	text-align: center;
}
#sec5 #feed {
	padding-top: 23px;
}

#sec5 #feed .item:nth-child(1){
	float: left;
    border-right: 1px solid #cdc8c3;
    width: 499px;
}
#sec5 #feed .item:nth-child(2){
	float: right;
}

#sec5 #feed .photo{
	float: left;
}

#sec5 #feed dl{
	float: left;
	margin-left: 20px;
	padding-top: 13px;
	width: 216px;
}


#sec5 #feed .date{
	font-size: 14px;
	font-weight: bold;
	color: #818181;
}

#sec5 #feed .title{
	font-size: 16px;
}

#sec5 #feed .desc{
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0.6px;
}


/* social button */
.social-twitter{
	position: absolute;
    top: 424px;
    right: 88px;
}

.social-facebook{
	position: absolute;
    top: 425px;
    left: 404px;

}

.social-line{
	position: absolute;
    top: 424px;
    right: -365px;
}

.social-google{
	position: absolute;
    top: 424px;
    right: -131px;
}