@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');
/* CSS Document */

/* 탑 제목 */
.welcome-message h2 {margin-bottom:30px;}
.welcome-message h3 {color:#fff; font-size: 40px; font-weight: 800; line-height: 1.3; margin-bottom: 20px; letter-spacing: 0; word-break: keep-all; word-wrap: break-word; font-family: 'Nanum Gothic', sans-serif;}
.welcome-message p {color:#fff; font-size: 22px; font-weight: 600; line-height: 1.3; letter-spacing: 0; margin-bottom: 15px;}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* 탑 제목 */
	.welcome-message {padding:0px;}
	.welcome-message h3 {font-size:44px; line-height: 1.3; margin-bottom:20px}	
	.welcome-message p {font-size:19px;}    
	
}
@media (max-width: 767px) {
	/* 탑 제목 */
    .m_bg { background:url(../img/top_img_m.jpg) no-repeat center bottom !important; background-size:cover !important; }	
	.welcome-message {padding:10px 15px;}
    .welcome-message h2 {margin-bottom:10px;}
	.welcome-message h3 {font-size:26px; line-height:1.4; margin-bottom:20px; text-align: center; letter-spacing: -1px;}	
	.welcome-message p {font-size:18px;letter-spacing:0; margin-bottom:10px; text-align: center;}
}
