@charset "utf-8";
#absolute_base_banner {
	height: 260px;
	width: 10px;
}
#top_base_banner {
	background-image: url(/public/default-banner-bg@2x.jpg);
	background-size: cover;
	width: 100vw;
	text-align: center;
	line-height: 2em;
	height: 260px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#absolute_base_banner #top_base_banner {
	position: absolute;
	top: 0;
	left: 0;
}
#top_base_banner .title_img {
	width: auto;
	max-width: 90vw;
	max-height: 60px;
}
#top_base_banner .title_img + .title_dash {
	display: block;
	width : 4.5em;
	height: 1px;
	background: #9f8c6c;
	margin: 13px auto;
}
#top_base_banner .msg {
    font-family: 'BareunDotumPro1';
    font-size: 1.4em;
    color: #483a39;
    white-space: break-spaces;
    word-break: keep-all;
}
@media (max-width: 914px) {
	#top_base_banner,
	#absolute_base_banner {
		height: 220px;
	}
	#top_base_banner .title_img {
		max-height: 35px;
	}
	#top_base_banner .title_img + .title_dash {
		width : 3em;
	}
	#top_base_banner .msg {
		font-size: 1.1em;
		padding: 0 20px;
	}
}