@charset "utf-8";
/* 반드시 들어가야 하는 스타일 시작 */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);

/* 본문 공통 */
body{
	font-family: 'Open Sans', 'Nanum Gothic', '나눔고딕', sans-serif;
	font-weight: 400;
	text-align: justify;
}
a:link          { color:#333;     text-decoration:none;}
a:visited       { color:#333;     text-decoration:none;}
a:hover         { color:#7870ab;  text-decoration:underline;}
a:active        { color:#666;     text-decoration:none;}



hr              { display:none;}
img             { border:0;}

#header                { text-align:right; padding-bottom:10px; padding-right:10px;}
#header .blogMenu      { display:none;}

aside, #lowerwidget,
#blogsearch, #searchopener,
#sideopener, nav       { display:none !important;}
.entry .admin,
.entry .actionTrail,
.entry .tagTrail,
.entry .comment,
.entry .trackback      { display:none;}
.paging                { display:none;}

.entry                 { border:1px solid #ccc; padding:15px; margin-bottom:20px;}
.titleWrap             { border-bottom:1px solid #ccc; margin:10px 0;}
.titleWrap .date       { font:8pt 'Open Sans', 'Nanum Gothic';}
h1                     { font:1em 'Open Sans', 'Nanum Gothic'; margin:0; padding:0;}
h2                     { font:1.6em 'Open Sans', 'Nanum Gothic'; margin:0; padding:0; font-weight:bold;}

#content               { min-height: 0 !important; }

.list_content h3       { clear: both; }
.list_content img      { max-width: 6em; max-height: 6em; float: left; margin-right: .8em; }

#headtitle h1          { font:2em 'Open Sans', 'Nanum Gothic'; font-weight: 600; text-align: center;}
#sitefooter            { text-align: center; }
#tcnt                  { display: none; }

#tistorytoolbarid      { display:none;}

#toTop                 { display:none !important;}