#key{
	background: url(../img/shopinfo/key.jpg) no-repeat center / cover;
}
#sec1{
	position: relative;
	z-index: 0;
	background-image: url('../img/shopinfo/sec1_bg.png');
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center bottom;
	padding-bottom: 61px;
}
#sec1:before{
	content: '';
	width: 100%;
	height: 9px;
	background-image: url('../img/shared/line.jpg');
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 1;
}
#sec1 .blk{
	padding-top: 44px;
}
#sec1 .blk_left{
	width: 50%;
	float: left;
}
#sec1 .blk_right{
	padding-top: 81px;
	width: 50%;
	float: left;
	margin-left: -1px;
}
#sec1 h2{
	margin-left: 192px;
}
#sec1 .sec1_btn{
	padding-top: 91px;
	margin-left: 95px;
}
#sec1 .btn2{
	font-size: 16px;
	padding-top: 7px;
	padding-left: 141px;
	letter-spacing: 1.5px;
}
#sec1 .url_btn{
	margin-left: 95px;
	margin-top: 24px;
}
#sec1 .info{
	margin-left: -62px;
	position: relative;
}
#sec1 .info:before{
	content: '';
	width: 5px;
	height: 100%;
	background-image: url('../img/shopinfo/line.png');
	background-repeat: repeat-y;
	position: absolute;
	left: 0;
	top: 0;
}
#sec1 dl{
	padding-bottom: 20px;
}
#sec1 dl:last-child{
	padding-bottom: 0;
}
#sec1 dt{
	width: 134px;
	float: left;
	padding-left: 28px;
	margin-top: -5px;
	line-height: 30px;
}
#sec1 dd{
	width: 450px;
	float: left;
	margin-top: -5px;
	line-height: 30px;
}
#sec1 dd a{
	font-size: 18px;
	font-weight: 500;
}
#sec1 .map iframe{
	margin-left: -96px;
	margin-top: 100px;
}
#sec2{
	position: relative;
	z-index: 0;
	background-image: url('../img/index/sec5_bg.jpg');
	background-repeat: repeat;
	padding-bottom: 76px;
}
#sec2:before{
	content: '';
	width: 100%;
	height: 9px;
	background-image: url('../img/shared/line.jpg');
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 1;
}
#sec2 h2{
	padding-top: 66px;
	width: 463px;
	margin: 0 auto;
}
#sec2 .floormap{
	width: 772px;
	margin: 0 auto;
	margin-top: 30px;
	padding-left: 18px;
}
#sec2 .blk{
	padding: 0 50px;
	margin-top: 55px;
}
#sec2 .blk_left{
	width: 50%;
	float: left;
	padding-right: 15px;
}
#sec2 .blk_right{
	width: 50%;
	float: left;
	padding-left: 12px;
}
#sec2 .txt{
	padding-top: 33px;
    padding-left: 40px;
    line-height: 36px;
    letter-spacing: 0.8px;
}
@media(max-width: 1260px){
	#sec1 .map iframe{
		width: 100%;
		margin-left: 0;
	}
}