/*----------  영역별 크기  ----------*/
.wrap {width:1158px;}
.header {width:1158px;}
.container {width:1158px;}
.content_wrap {width:910px;}
.content {width:880px;}
.post_content {width:880px;}
.widemenu {width:900px;}
#section_sidebar1 {width:230px;}
.column {width:200px;}
.column .widget {width:200px; }
.column .widget .widget_content {width:200px;}
.sidebar_wrap {width:1158px; }
/*----------  사이드바, 위젯 추가할 때는 이걸 만져야 된다  ----------*/
.sidebar_wrap .column {width:950px; }
.sidebar_wrap .column .widget {width:950px;  }
.sidebar_wrap .column .widget .widget_content {width:950px;}
/*----------  사이드바, 위젯 추가할 때는 이걸 만져야 된다  ----------*/
.footer {width:1160px;}
/*----------  영역별 배경색 & 배경이미지  ----------*/
body {background:#E2F5FF;}
.body {background:#E2F5FF;}
.wrap {background:#E2F5FF;}
.header {}
.container {
	background-color:#fff;
	border-left:1px solid #000066;
	border-right:1px solid #000066;
}
.sidebar_wrap {
	background:#fff;
	border-left:1px solid #000066;
	border-right:1px solid #000066;
	}
.footer {}
/*---------- 영역별 글자크기/글자색/링크색 & 세부설정 ----------*/
.body {
	font-family: "맑은 고딕", "굴림", sans-serif;
	word-spacing: -0.5pt;
	font-size: 10pt;
	line-height: 150%;
	color:#333;
	margin:0 auto;
	padding:0;
	text-align:center;
	}
.body a:link,.body a:visited {color:#999;text-decoration:none;}
.body a:hover,.body a:active {color:#3d5c57;text-decoration:none;}
.wrap {margin:0 auto;text-align:center;}
/*--- 헤더 영역 ---*/
.header {
	color:#fff;
	margin:35px auto 0px auto;
	text-align:left;
	}
.header a:link,.header a:visited {color:#fff;text-decoration:none;}
.header a:hover,.header a:active {color:#3d5c57;text-decoration:underline;}
.header h1 {
	font-size:20px;
	margin:0;
	padding:0;
	}
.header .url {
	font:normal .8em verdana,sans-serif;
	letter-spacing:1px;
	margin:0 0 7px 0;
	padding-left:5px;
	}
.header .topmenu {text-align:right;}
.header .topmenu a {padding-left:10px;}
/*--- 콘텐츠 영역 ---*/
.container {margin:0;padding:0;text-align:left;}
.content_wrap {margin:0;padding:20px 0 25px 10px;float:right;display:inline;}
.content {margin:0 auto;text-align:left;overflow:hidden;}
.content a:link {color:#667d78;text-decoration:none;}
.content a:visited {color:#87adb0;text-decoration:none;}
.content a:hover,
.content a:active {color:#87adb0;text-decoration:underline;}
.post_view,.post_oneview {margin-bottom:60px;}
.post_summary,.post_magazine,.post_tagcloud {margin-bottom:20px;}
.post_view .post_title h2 {
	font: bold 15px;
	letter-spacing:-2px;
	padding-bottom:12px;
	border-bottom:1px solid #0A83D7;
	}
.post_view .post_title h2 a:link {color:#034BBA;},
.post_view .post_title h2 a:visited {color:#333;text-decoration:none;}
.post_view .post_title h2 a:hover,
.post_view .post_title h2 a:active {color:#667d78;text-decoration:none;}
.post_view .post_title span {color:#999;}
.post_view .post_title span a:link,
.post_view .post_title span a:visited {color:#999;}
.post_view .post_title span a:hover,
.post_view .post_title span a:active {color:#999;text-decoration:underline;}
.post_content {overflow:hidden;_word-break:break-all;}
.post_titlelist h2,.post_summary h2,.post_simplelist h2,.post_tagcloud h2 {
	font:bold 12px sans-serif;
	border-bottom:1px solid #333;
	color:#333;
	}
.post_summary h2 {border-bottom:0;}
.post_titlelist h2 a:link,.post_summary h2 a:link,.post_simplelist h2 a:link,.post_tagcloud h2 a:link,
.post_titlelist h2 a:visited,.post_summary h2 a:visited,.post_simplelist h2 a:visited,.post_tagcloud h2 a:visited {color:#333;text-decoration:none;}
.post_titlelist h2 a:hover,.post_summary h2 a:hover,.post_simplelist h2 a:hover,.post_tagcloud h2 a:hover,
.post_titlelist h2 a:active,.post_summary h2 a:active,.post_simplelist h2 a:active,.post_tagcloud h2 a:active {color:#667d78;text-decoration:none;}
.post_info {color:#999;}
.post_meta_area ul.post_meta_content em.date {color:#999;}
.post_footer_area {padding-right:8px;font-size:.9em;}
.widemenu {margin:0 auto;text-align:left;}
.widemenu .wide_blank {display:none;}
.widemenu h3 {font-size:12px;color:#333;}
/*--- 덧글/트랙백 영역 ---*/
.post_link {color:#666;}
.post_link h3 {
	font-size:13px;
	letter-spacing:-1px;
	border-bottom:1px solid #ccc;
	}
.post_trackback .trackback_help {
	border-bottom:1px solid #ccc;
	}
.post_link h4 {font-size:1em;}
/*--- 하단 메뉴 영역 ---*/
#section_sidebar1 {padding:19px 0 0 3px;margin:0;float:left;display:inline;text-align:center;}
.column {color:#666;}
.column .widget {margin:0px auto;padding:0 0 15px 0;text-align:left;}
.column .widget h3 {
	font-size:12px;
	color:#333;
	/* border-bottom:1px solid #333; */
	border-bottom:none;
	}
.column .widget .widget_content {padding-top:0;overflow:hidden;_word-break:break-all;}
.sidebar_wrap {clear:both;margin:0 auto;}
.sidebar_wrap .column {float:left;text-align:center;display:inline;}
.sidebar_wrap .column .widget .widget_content {padding-top:10px;overflow:hidden;}
/*--- 푸터 영역 ---*/
.footer {
	font:normal .8em verdana,sans-serif;
	background-color:#fff;
	color:#fff;
	margin:0;
	padding:0;
	}
.footer a:link,.footer a:visited {color:#fff;text-decoration:none;}
.footer a:hover,.footer a:active {color:#3d5c57;text-decoration:none;}
/*--- 사용자 편집 영역(#)  ---*/
/* 댓글 배경 */
.post_comment .comment_list li.comment_item h4.comment_writer_info {
	background-color:#E2F5FF;
}
/* 대댓글(답글) 배경 */
.post_comment .comment_list li.comment_reply h4.comment_writer_info {
	background-color:#C8E3FF;
}
/* 이건 뭐더라?? - _-;; */
.post_link {
	padding:10px 15px 20px 15px;
	background-color:#EDF6FF;
}
/* 덧글,답글 쓰는 곳 */
.post_comment .comment_write textarea {
	border:none;
	width:810px;
	height:180px;
	padding:20px 20px 0px 20px;
	background:url("http://pds20.egloos.com/pds/201109/04/94/reply_background.jpg");
	background-repeat:no-repeat;
}
/* 덧글 쓰는 곳 좌측 여백 수정 */
.post_comment .reply_write.comment_write {
	padding-left:0px;
}
/* 최근 등록된~ 시리즈 이미지 헤더 */
.menu_comment h3 {
	text-indent:-10000px;
	width:200px;
	height:50px;
	background:url("http://pds24.egloos.com/pds/201109/04/94/recent_reply.jpg");
	background-repeat:no-repeat;
}
.menu_pingback h3 {
	text-indent:-10000px;
	width:200px;
	height:50px;
	background:url("http://pds24.egloos.com/pds/201109/04/94/recent_pingback.jpg");
	background-repeat:no-repeat;
}
.menu_trackback h3 {
	text-indent:-10000px;
	width:200px;
	height:50px;
	background:url("http://pds21.egloos.com/pds/201109/04/94/recent_trackback.jpg");
	background-repeat:no-repeat;
}

