@charset "utf-8";

* { margin: 0; padding: 0; }
img { border:0; }
body { font: 12px 돋움, arial; color: #666666; /*background-color: #F6FBF9; */}
a:link, a:visited { color: #57534E; text-decoration: none; }
a:hover, a:active { text-decoration: underline; }
.clear { clear: both; }

.left { float: left; }
.right { float: right; }
.del { padding:0 5px; color: #FF3300; font:bold 11px verdana; }
a:link.del, a:visited.del, { color: #FF3300; text-decoration: none; }
.a:hover.del,, a:active.del, { color: #FF3300; text-decoration: none; }

#container_s { margin: 0 auto; width: 960px; }
#container_t { margin: 0 auto; width: 960px; }
#header { }
#sidebar_t { float: left; width: 190px; padding: 15px 0; margin: 0;}
#contents_t { float: right; width: 750px; padding: 20px 0; margin: 0; }
#contents_s { width: 960px; padding: 20px 0; margin: 0; }
#footer { margin: 0px 0 0 0; padding: 20px 0; text-align: center; background-color: #F1F1F1; font-size: 11px; }

/* 상단 글로벌 메뉴 */
/*.global_menu { padding: 10px 5px 0 10px; height: 40px; font-size:11px; }*/
.global_menu { padding: 10px 5px 0 10px; height: 55px; font-size:11px; }
	.global_menu td { line-height:10px; }
	
/*   메뉴바  */
.menu_bar { background-color: #3690C1; height: 40px; margin-bottom: 15px; background: url(/images/mb_c.gif); }
	.mb_bg_l { float: left; width: 5px; height: 40px; background: url(/images/mb_l.gif) no-repeat; }
	.mb_bg_r { float: right; width: 5px; height: 40px; background: url(/images/mb_r.gif) no-repeat; }
	.mb_contents { font-size: 14px; font-weight: bold; padding: 13px 0 0 15px; }
	.mb_contents a { margin-right: 14px; }
	.mb_contents a:link,.mb_contents a:visited { color: #FFFFFF; text-decoration: none; }
	.mb_contents a:hover,.mb_contents a:active { color: #FFFFFF; text-decoration: underline; }

/* 상단 검색 바 */
.search_bar { float: right; margin:10px 8px 0 0; }
	.search_tit { font: bold 14px 'Trebuchet MS'; line-spacing: -1px; color: #FFFFFF; }
	.search_input { height: 18px; padding:3px 0 0 3px; border:1px solid #288ABF; font-size: 12px; width:170px;}

/* 로그인 사용자 명 */
.member_name {color: #198DAF;  font-family: 돋움; }
strong.member_name { font-weight: bold; letter-spacing: -1px; }

/* contents title */
.content_title { padding:0 0 5px 0px; border-bottom: 1px solid #d3d3d3; }
.content_title h3 {
	display: inline;
	padding:0px 12px 5px 0px;
	border-bottom: 1px solid #3D87CB; 
	background: url(/images/common/icon_titg.gif) no-repeat 7px 5px;
	color: #000000;
	font: bold 16px/16px 돋움;
	line-height: ;}
.title_stext{ 
	display: inline;
	padding:0 12px 5px 0px;
	margin-right: 100px; font-size: 12px; font-weight: normal; 
	line-height: 11px;
}
.content_t { border-bottom: 1px dashed #BEBEBE; width: 750px; padding: 5px 0 10px 0px; font-size: 9pt; font-family: tahoma, 굴림;color:black }
	.content_t blockquote { padding: 0px 0px 0px 30px }
	.content_t p { padding: 7px; margin: 0px; line-height: 150% }
	.content_t ol {list-style: decimal inside; padding:0 0 0 30px }
	.content_t ul {list-style: disc inside; padding:0 0 0 30px }
.content_t td { padding-top:10px; }
	.content_t h4 { margin-bottom: 14px; padding: 0 0 3px 7px; border-bottom: 1px solid #B1B1B1; color: #333333; font: bold 12px 돋움; }
	.content_t strong { color: #F6716F; }


