



/* 컨텐츠박스 내부 인풋그룹 */
.menu2-AA .con-wrap {
	height: 100%;
	background-color: #E1EBFD;
}
.menu2-AA .con-frm .btn-send {background-color: #0C3280;color: #FFF;width: 200px;height: 56px;line-height: 56px;padding: 0;border-radius: 0;font-weight: 400;font-size: 20px;}

.menu2-AA .con-frm .form-control {
	border-radius: 0;
}


/* 다운로드버튼 */
a.download {
	background-color: #0C3280;
	position: absolute;
	font-size: 14px;
	text-align: center;
	line-height: 18px;
	padding: 8px;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	right: 0;
	top: 0;
}


/* 지도 */
.menu2-AA .location_wrap {
	position: relative;
	height: 500px;
	margin: 0 auto;
}

.menu2-AA .location_wrap .map {
	height: 500px;
	overflow: hidden;
}

.menu2-AA .location_wrap .map img {
	width: auto;
	height: 500px;
}

.menu2-AA .location_wrap .map>iframe {
	width: 100%;
	height: 500px;
}

.menu2-AA .address_wrap {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.menu2-AA .address_wrap .address_in {
	width: 100%;
	margin: 70px auto;
}

.menu2-AA .address_box {
	width: 300px;
	height: 324px;
	font-size: 18px;
	line-height: 24px;
	padding: 30px 40px;
	margin-right: 40px;
	text-align: center;
	float: right;
	background-color: rgba(29, 29, 25, 0.9);
	color: #fff;
	box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.5);
	border-radius: 6px;
}

.menu2-AA .address_box .l_logo:after {
	content: '';
	display: block;
	width: 20px;
	margin: 20px auto 20px;
	height: 2px;
	background: #fff;
}






