@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

@import url(http://fonts.googleapis.com/css?family=Crushed);

::-webkit-scrollbar-thumb:vertical {
	background: #c7c7c7;
	height: 100px;
}

::-webkit-scrollbar {
	background: #fff;
	height: 5px;
	width: 10px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.0);
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0;
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.1);
	border-radius: 0;
}

body {
	font-family: Calibri,'Noto Sans KR',dotum,sans-serif;
	font-size: 12px;
	line-height: 200%;
	/*@background-image=background-image:*/
	background-image: none/*@*/;
	/*@background-image-position=background-position:*/
	background-position: left top/*@*/;
	/*@background-image-repeat=background-repeat:*/
	background-repeat: repeat-x/*@*/;
	/*@background-color=background-color:*/
	background-color: #fff/*@*/;
	padding: 0;
	margin: 0;
}

a:link {
	color: #666;
	text-decoration: none;
}

a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	background-color: #fafafa;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	color: #c7c7c7;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

a:active {
	color: #666;
	text-decoration: none;
}

img {
	border: 0;
}
/* 페이징 - 현재 페이지 */
.selected {
	font-weight: bold;
	color: #333;
}

.no-more-prev {
	color: #999;
}

.no-more-next {
	color: #999;
}
/* 카테고리 - 이미지 버튼 */
.ib {
	cursor: pointer;
}
/* 입력 텍스트 */
.text {
	border: 1px solid #999;
}
/* 트리 테이블 */
.branch2 {
}
/*  트리 셀 */
.branch3 {
	cursor: pointer;
	height: 10px;
}

/* 이미지 아래 캡션 스타일 */
.cap1 {
	color: #876;
	text-align: center;
}
/* 키워드 스타일 */
.key1 {
	cursor: pointer;
	border-bottom: 1px dotted #ccc;
}

#container {
	/*@post-width:295=width:;*/
	width: 995px;
	/*@*/
	margin: 0 auto;
}
/* sidebar */
#sidebar {
	clear: both;
	float: left;
	width: 190px;
	margin-left: 40px;
	display: inline;
	padding-bottom: 30px;
}
/* content */
#content {
	float: right;
	width: 700px;
	margin-right: 40px;
	margin-bottom: 56px;
	display: inline;
	background-color: #fafafa;
}

#content .nonEntry {
}

#content .nonEntry h3 {
	font-size: 12px;
	font-family: Calibri,'Noto Sans KR',dotum,sans-serif;
	color: #333;
	margin: 0;
	padding: 10px 0 10px 30px;
	font-weight: none;
	border-bottom: 1px solid #f6f6f6;
	margin: 20px 0;
}

#content .entry {
	width: 700px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/* 검색 리스트  */
.searchList h3 {
	font-size: 16px;
	font-family: Calibri,'Noto Sans KR',dotum,sans-serif;
	color: #333;
	margin: 0;
	padding: 10px 0 10px 30px;
	font-weight: bold;
	margin: 20px 0;
}

.searchList ol,
.searchRplist ol {
	list-style: none;
	padding: 0 0 5px 0;
	margin: 0;
}

.searchList li,
.searchRplist li {
	padding-top: 5px;
	padding-bottom: 3px;
	margin-bottom: 2px;
}

.searchList .date,
.searchRplist .date {
	font: 0.8em 'Noto Sans KR', verdana, Tahoma, Helvetica, Arial, Gulim, sans-serif;
	color: #000;
	margin: 0 10px 0 13px;
}

.searchList .cnt,
.searchRplist .cnt {
	font: 0.8em Calibri, Tahoma, Helvetica, Arial, Gulim, sans-serif;
	color: #851314;
}

.searchRplist .name {
	font: 0.95em 'Noto Sans KR', verdana, Dotum, Arial, sans-serif;
	color: #938464;
	padding-left: 8px;
}

.searchList a {
	color: #666;
	text-decoration: none;
}

.searchList a:visited {
	color: #666;
}

.searchList a:hover {
	color: #000;
	text-decoration: none;
}

.searchRplist a {
	color: #666;
	text-decoration: none;
}

.searchRplist a:visited {
	color: #666;
}

.searchRplist a:hover {
	color: #000;
	text-decoration: none;
}

#taglog ul {
	padding: 5px;
	margin: 0;
	text-align: justify;
}

#taglog li {
	display: inline;
}

#taglog a:hover {
	background-color: #eee;
	color: #000;
}

#taglog li .cloud1 {
	font-weight: bold;
	font-size: 14px;
	color: #fc010a;
	letter-spacing: -1px;
}

#taglog li .cloud2 {
	font-size: 12px;
	color: #000;
}

#taglog li .cloud3 {
	font-size: 12px;
	color: #ddd;
}

#taglog li .cloud4 {
	font-size: 12px;
	color: #999;
}

#taglog li .cloud5 {
	font-size: 12px;
	color: #999;
}
/* entry */
.entryProtected h2,.entry h2 {
	/*@post-title-font-size=font-size:*/
	font-size: 14px/*@*/;
	/*@post-title-font-family=font-family:*/
	font-family: Calibri,'Noto Sans KR',dotum,sans-serif/*@*/;
	/*@post-title-color=color:*/
	color: #333/*@*/;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #f6f6f6;
}

.entryProtected h2 a,.entry h2 a {
	/*@post-title-font-size=font-size:*/
	font-size: 14px/*@*/;
	/*@post-title-font-family=font-family:*/
	font-family: Calibri,'Noto Sans KR',dotum,sans-serif/*@*/;
	/*@post-title-color=color:*/
	color: #333/*@*/;
	padding: 0 0 0 10px;
}

.entryNotice h2,.entryNotice h2 a {
	padding: 0 0 0 10px;
	font-size: 14px;
	font-family: Calibri,'Noto Sans KR',dotum,sans-serif;
	color: #333;
}

.titleWrap {
	/*@post-width=*/
	width: 700px/*@*/;
	overflow: hidden;
	color: #999;
	text-align: left;
}

.titleWrap h2 {
	margin: 0;
	padding: 10px 0 0 10px;
	/*@post-title-color=color:*/
	color: #333/*@*/;
	margin-bottom: 3px;
}

.titleWrap h2 a:link {
	/*@post-title-color=color:*/
	color: #333/*@*/;
	text-decoration: none;
}

.titleWrap h2 a:visited {
	/*@post-title-color=color:*/
	color: #333/*@*/;
	text-decoration: none;
}

.titleWrap h2 a:hover {
	/*@post-title-color=color:*/
	color: #333/*@*/;
	text-decoration: none;
}

.titleWrap h2 a:active {
	/*@post-title-color=color:*/
	color: #333/*@*/;
	text-decoration: none;
}

.entryProtected {
	color: #666;
}

.entryProtected p.text {
	border: none;
	padding: 0 0 0 20px;
	text-align: center;
}

.entryProtected input {
	width: 100px;
	margin: 50px 0 50px 20px;
	border: 1px transparent;
	border-bottom: 1px solid #666;
	background-color: #fafafa;
}

.entryProtected .submit {
	margin: 0;
	background-color: transparent;
	border: 0 solid transparent;
	cursor: pointer;
	height: 20px;
	width: 30px;
	color: #666;
}

.article {
	width: 650px;
	font-size: 13px;
	/*@post-body-font-family=*/
	font-family: Calibri,'Noto Sans KR',dotum,sans-serif/*@*/;
	/*@post-body-color=*/
	color: #666/*@*/;
	line-height: 240%;
	overflow: hidden;
	padding: 30px 0 60px 30px;
}

.article a:link {
	color: #666;
	text-decoration: none;
}

.article a:visited {
	color: #666;
	text-decoration: none;
}

.article a:hover {
	color: #666;
	text-decoration: underline;
}

.article a:active {
	color: #666;
	text-decoration: none;
}

.article dt {
	text-decoration: underline;
}

.article dd {
	margin-left: 20px;
	padding-bottom: 10px;
}

.article blockquote {
	background: url("./images/iconBlockquote.gif") top left no-repeat;
	padding-left: 25px;
	margin: 10px 20px;
}

#paging {
	padding-top: 0;
	text-align: left;
	font-size: 0.95em;
}

#paging .numbox {
	border-left: 1px solid #ddd;
	padding-left: 6px;
	margin-left: 6px;
	font: 0.95em verdana;
}

#paging .num {
	border-right: 1px solid #ddd;
	padding-right: 8px;
	margin-right: 5px;
}

#paging #prevPage {
}

#paging #nextPage {
}

#paging span .selected {
	color: #ff000a;
}
/* css menu */
#m_sidebar {
	width: 160px;
	position: fixed;
	margin-top: 120px;
}

.m_sidelinks {
	opacity: 1;
	font-family: 'Crushed',cursive;
	width: 155px;
	position: fixed;
	text-align: left;
	margin-left: 104px;
	margin-top: 70px;
	text-transform: none;
}

.m_sidelinks a {
	line-height: 11px;
	color: #969696;
	margin-left: 1px;
	margin-right: 1px;
	font-size: 9px;
	letter-spacing: 1px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}

.m_sidelinks a:hover {
	color: #000;
	margin-left: 3px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}

#m_sidebarimage,#m_sidebarimage a {
	width: 100px;
	text-align: center;
	opacity: 1;
	position: fixed;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

#m_sidebarimage img {
	width: 100px;
	border-radius: 5px;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

.m_description {
	display: none;
	border-top: 1px solid #f2f2f2;
	padding: 1px;
	color: #828282;
	margin-top: 2px;
	margin-left: 4px;
	font-family: 'cambria';
	text-align: center;
	width: 90px;
	position: fixed;
	font-size: 10px;
	line-height: 11px;
	text-transform: lowercase;
}

/* 본문 - more / less */
.moreless_fold,.moreless_top,.moreless_bottom {
	color: #424242;
	font-style: Italic;
}

.moreless_fold,.moreless_top {
	text-align: left;
}

.moreless_fold span,.moreless_top span {
	padding-left: 5px;
}

.moreless_fold {
	margin-top: 10px;
	padding-left: 5px;
}

.moreless_top {
	margin-top: 10px;
	padding-left: 5px;
}

.moreless_content {
	margin: 5px 0 2px;
}

.moreless_bottom {
	padding-right: 14px;
	text-align: right;
}

.container_postbtn { display:none; }