@charset "utf-8";

/****************************************
	하단 프레임 라인
****************************************/

.bottom-menu-line {
	width: 100%;
	text-align: center;
	margin: 10px 0;
	padding: 40px 0 10px 0;
}

.bottom-menu-line img {
	width: 160px;
	height: auto;
}

/* 모바일 반응형 */
@media (max-width: 768px) {
	.bottom-menu-line {
		padding: 30px 0 10px 0;
	}

	.bottom-menu-line img {
		width: 120px;
	}
}

@media (max-width: 480px) {
	.bottom-menu-line {
		padding: 20px 0 10px 0;
	}

	.bottom-menu-line img {
		width: 100px;
	}
}
