@charset "utf-8";

body {
	font-size: 12px; /* 기본폰트 사이즈 */
	line-height: 140%; /* 행간 */
	color: #666;  /* 폰트 컬러 */
	margin: 0;
	padding: 0;
	font-family: Dotum, "돋움", sans-serif;  /* 폰트스타일 */
}
a:link				{ color: #666; text-decoration: none; }
a:hover			{ color: #666; text-decoration: none; }
a:visited			{ color: #666; text-decoration: none; }
a:active			{ color: #666; text-decoration: none; }
*					{ margin: 0; padding: 0; }
ul, ol, li			{ list-style: none; }
img, input.type-image	{ border: none; }
hr					{ display: none; }
select				{ font-size: 1.0em; font-family: Dotum, "돋움", sans-serif; }
table				{ width: 100%; border-collapse: collapse; }
caption			{ visibility: hidden; width: 0; height: 0; font-size: 0; line-height: 0; overflow:hidden; }
textarea			{ border: 1px solid #c9c9c9; font-family: "돋움", sans-serif; }
input.type-text	{ height: 15px; padding: 2px 2px 0; font-size: 1.0em; font-family: Dotum, "돋움", sans-serif; border: 1px solid #d5d5d5; }
input.type-file	{ height: 18px; padding: 2px 2px 0; font-size: 1.0em; font-family: Dotum, "돋움", sans-serif; border: 1px solid #d5d5d5; }


div.descript_subtitle {
	padding: 20px;
}
div.descript_subtitle p {
	color: #004592;
	padding: 0 10px 15px;
}
