@charset "utf-8";

h1{
	font-family: 'KoPub Dotum', sans-serif;
	font-size: 50px;
	font-weight: 700;
}
h2{
	font-family: 'KoPub Dotum', sans-serif;
	font-size: 50px;
	font-weight: 400;
}
h3{
	font-family: 'KoPub Dotum', sans-serif;
	font-size: 30px;
	font-weight: 400;
}
h3 a{
	text-decoration: none;
	color: #000;
}
h5{
	font-family: 'KoPub Dotum', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 180%;
}
.text-d1{
	text-align: left;
	vertical-align: top;
	line-height: 160%;
	font-family: 'KoPub Dotum', sans-serif;
	font-size: 20px;
	font-weight: 100;	
}
/*
@media screen and (min-width:320px) and (max-width: 1400px) {
	h1{
	font-family: 'KoPub Dotum', sans-serif;
	font-size: 60px;
	font-weight: 700;
	}
	h2{
		font-family: 'KoPub Dotum', sans-serif;
		font-size: 50px;
		font-weight: 400;
	}
	h3{
		font-family: 'KoPub Dotum', sans-serif;
		font-size: 40px;
		font-weight: 400;
	}
	h3 a{
		font-family: 'KoPub Dotum', sans-serif;
		font-size: 40px;
		font-weight: 400;
		text-decoration: none;
		color: #000;
	}
	h5{
		font-family: 'KoPub Dotum', sans-serif;
		font-size: 28px;
		font-weight: 400;
		line-height: 180%;
	}
	.text-d1{
		text-align: left;
		vertical-align: top;
		line-height: 160%;
		font-family: 'KoPub Dotum', sans-serif;
		font-size: 20px;
		font-weight: 100;	
	}	
}
*/