@charset "UTF-8";
@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");
/*
.openmenu {
    background: #333 url("http://pds27.egloos.com/pds/201311/23/99/open.png") center center no-repeat;
    display: block;
    height: 44px;
    left: 20px;
    position: fixed;
    right: 20px;
    text-indent: -10000em;
    top: 50px;
    width: 44px;
}
*/
/* responsive video */
.vwrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: auto;
	padding-top: 5px;
	overflow: hidden;
}
.vwrapper iframe, object, embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.post_view .post_info .post_info_link {display: none;} /*각 포스트 페이지의 절대 주소 */
.post_view .post_info .post_info_cmtcount {display: none;} /* 각 포스트 페이지의 댓글 갯수 */
.post_comment {border-top: 1px solid #f1f1f1;}
.post_link h3 {display: none;}
.post_comment .comment_write .comment_info span.comment_now img {display: none;}
.post_view .post_info {
	margin:-6px 0 4px 0 !important;
	}
.post_paging .page a, .post_paging .page strong {background: none;}
.post_taglist {background: none; padding: 0; margin-top:25px} /* 태그 이미지 */
.post_view .post_footer_area .post_admin .post_admin_edit, 
.post_view .post_footer_area .post_admin .post_admin_del {background: none;}
.post_comment .comment_write .comment_info span.comment_name input,
.post_comment .comment_write .comment_info span.comment_passwd input,
.post_comment .comment_write .comment_info span.comment_blog input {
	border: 1px solid #f1f1f1;
	}
.post_trackback .trackback_help {
	border-bottom: 1px solid #f1f1f1 !important; 
	}
.post_comment .comment_write .comment_info span.comment_name, 
.post_comment .comment_write .comment_info span.comment_passwd, 
.post_comment .comment_write .comment_info span.comment_blog	 {
	padding: 0 0 10px 0 !important;
	}
.post_comment .comment_write .comment_info input.passwd {
	width:100px !important;
	}
.post_comment .comment_write .comment_info span.comment_now {
	text-transform: uppercase;	
	}
.post_paging .page a {
	padding: 10px 10px 10px 13px;
	margin: 0 2px 0 0;
	border: 1px solid #f1f1f1;
	}
.post_paging .page strong {	
	padding: 10px 10px 10px 13px;
	margin: 0 2px 0 0;
	border: 1px solid #f1f1f1;
	background-color:#f1f1f1;
	color: #E40000;
	}
.post_paging .page a:hover, .post_paging .page a:active {
	background-color: #f1f1f1;
	color: #666;
	}
	
/*
.header .redhome {
	background: #D60C0C center center no-repeat;
	width: 45px;
	height: 45px;
	position: fixed;
	text-indent: -10000em;
	}
*/
body a:link,
body a:visited {
    color: #666;
    text-decoration: none;
}
body a:hover,
body a:active {
    color: #736248;
    text-decoration: none;
}
.post_taglist a {
	background: #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 1px 5px;
	color: #666;
	}
.post_content a:link,
.post_content a:visited {
    color: #B9A88E;
    text-decoration:none;
}
.post_content a:hover,
.post_content a:active {
    color: #736248;
    text-decoration: none;
}
.post_content blockquote {
	border-left: 8px solid #FEAB03;
	padding-left: 20px;
	margin: 5px 0;
	background: none;
	}
.post_comment .comment_write textarea {
	padding: 3px;
	width: 98.5%;
	border: 1px solid #f1f1f1;
	}
.post_view .post_footer_area .post_admin .post_admin_edit,
.post_view .post_footer_area .post_admin .post_admin_del {
	margin: 0 !important;
	}
.post_view .post_footer_area .post_admin .post_admin_del a:h {
	
	}
.post_view .post_footer_area .post_tail .post_tail_trbk, .post_view .post_footer_area .post_tail .post_tail_ping {background:none;}
.post_view .post_info li {background:none;} 
.post_view .post_info .post_info_author {text-transform:uppercase;}
/*----------  영역별 크기  ----------*/
.wrap {
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    margin: auto;
    min-height: 1000px;
    padding: 20px 50px 0px 50px;
    width: 700px;
}
.header {
    width: 700px;
}
.container {
    width: 700px;
}
.content {
    width: 700px;
}
.post_content {
    width: 700px;
}
.widemenu {
    width: 700px;
}
.column {
    width: 225px;
}
.column .widget {
    width: 190px;
}
.column .widget .widget_content {
    width: 190px;
}
.sidebar_wrap {
    width: 700px;
}
.sidebar_wrap {}
.sidebar_wrap .column {}
.sidebar_wrap .column .widget {}
.sidebar_wrap .column .widget .widget_content {}
.footer {
    width: 700px;
}
/*----------  영역별 배경색 & 배경이미지  ----------*/
body {
    background: #fff;
}
.wrap {
    background: #fff;
}
.sidebar_wrap {
    background: #fff;
    border-top: 10px solid #fff;
}
.footer {
    background: #fff;
}
/*---------- 영역별 글자크기/글자색/링크색 & 세부설정 ----------*/
.wrap {
    color: #666;
    font: normal 10pt / 1.6em 'Nanum Gothic', sans-serif;
    text-align: center;
}
.wrap {
    margin: 0px auto;
    text-align: center;
}
/*--- 헤더 영역 ---*/
.header {
    margin: 0px auto 30px auto;
    padding: 35px 0 5px;
    text-align: left;
}
.header h1 {
	text-transform: uppercase;
    font-size: 15px;
    margin: 0px;
    padding: 1px 0px;
    font-color: #b9a88e;
}
/*--- 콘텐츠 영역 ---*/
.container {
    margin: 0px auto;
    padding: 15px 0px 25px;
    text-align: center;
}
.content {
    text-align:justify;
    margin: 0px auto;
    overflow: hidden;
    padding-top: 25px;
    text-align: left;
    _word-break: break-all;
}
.post_view,
.post_oneview {
    margin-bottom: 60px;
    text-align: justify;
}
.post_summary,
.post_magazine,
.post_tagcloud {
    margin-bottom: 20px;
}
.post_view .post_title h2 {
    letter-spacing: -1px;
}
.post_view .post_title span {
    color: #3c332c;
}
.post_content {
    overflow: hidden;
    _word-break: break-all;
}
.post_titlelist h2,
.post_summary h2,
.post_simplelist h2,
.post_tagcloud h2 {
    border-bottom: 1px solid #333;
    color: #333;
    font: bold 12px sans-serif;
}
.post_summary h2 {
    border-bottom: 0px;
}
.post_meta_area ul.post_meta_content em.date {
    color: #999;
}
.post_footer_area {
    font-size: 0.9em;
}
.widemenu {
    margin: 0px auto;
    padding: 0px;
    text-align: left;
}
.widemenu .wide_blank {
    display: none;
}
.widemenu h3 {
    color: #333;
    font-size: 12px;
}
/*--- 덧글/트랙백 영역 ---*/
.post_link {
    color: #999;
}
.post_link h3 {
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    letter-spacing: -1px;
}
.post_trackback .trackback_help {
    border-bottom: 1px solid #ccc;
}
.post_link h4 {
    font-size: 1em;
}
/*--- 하단 메뉴 영역 ---*/
.sidebar_wrap {
    clear: both;
    margin: 0px auto;
}
.column {
    color: #999;
    display: inline;
    float: left;
}
.column .widget {
    margin: 1px auto;
    padding: 15px 0px;
    text-align: left;
}
.column .widget h3 {
    border-bottom: 1px solid #333;
    color: #333;
    font-size: 12px;
}
.column .widget .widget_content {
    overflow: hidden;
    padding-top: 10px;
    _word-break: break-all;
}
/*--- 푸터 영역 ---*/
.footer {
	text-transform: uppercase;
	color: #333;
	font: normal .7em verdana, sans-serif;
	margin: 0px auto;
	padding: 10px 0px 5px;
	word-spacing: .1em;
}

