@charset "utf-8";

/* css */

.main_title{text-align: center; position: relative; font-size: 10px; margin-bottom: 8em;}
.main_title::after{content:''; bottom: -3em; left: 50%; transform: translateX(-50%); width: 6em; height: 3px; background-color: #366d91; position: absolute;}
.main_title h2{font-family: 'Noto Sans KR', sans-serif !important; font-size: 4em; color: #313131;}


@media (max-width: 500px) {
	.main_title{font-size: min(calc(9 / 450 * 100vw), 10px);}
}