@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

/* reset */
html, body, input, button, img:hover, img:hover, input:hover, .moreless_fold span, .moreless_top span, a, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;}
li {list-style:none;}
a:link, a:active, a {text-decoration:none;color:#8c8c8c; transition:all .3s ease;}
h3 { font-size:10px; margin-top:0px; margin-left:3px; font-weight:400; }
h2 { font-size:12px; margin-bottom:5px; font-weight:500; }
textarea { width:99%; height:70px; border:1px solid #eee; font-size:11px; }
html{overflow-x:hidden;overflow-y:scroll;}
body {
	background:#fff;
	color:#8C8C8C;
	font-family: 'Noto Sans KR', sans-serif;	
}
.moreless_fold {text-align:left;}
.moreless_top { text-align:left;}
.moreless_content {
	background: #F8F8F8;
	padding: 10px;
}
.moreless_bottom { display:none; }
.moreless_fold span:before {
	font-family: FontAwesome;
	content: "\f105";
	margin-right: 5px;
	font-weight:bold;
}
.moreless_bottom span:before,
.moreless_top span:before {
	font-family: FontAwesome;
	content: "\f105";
	margin-right: 5px;
	font-weight:bold;
}
/* checkbox */
#secret {
  display: none;
}
.secret {
	color:#ccc;
	margin:0 10px 5px 3px;
}
#secret + .secret {
  display:inline-block;
  cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;
}
#secret + .secret:before {
	content:"\f204";
	font-family: FontAwesome;
	font-size:14px;
	transition:all .3s ease;
}
#secret:checked + .secret:before {
	content:"\f205";
	font-family: FontAwesome;
	font-size:14px;
	color:#e2d2ee;
	transition:all .3s ease;
}



#container {
	width:700px;
	margin:100px auto;
	font-size:10px;
	font-family: 'Noto Sans KR', sans-serif;	
}
#content {
	position:relative;
	background:#fff;
	margin-bottom:70px;
}

/* header */ 
#header {
	width:100%;
	position:fixed;
	text-align:center;
	background:#fff;
	top:0;
	left:0;
	z-index:1;
}
#header .bar {
	width:18px;
	height:19px;
	top:0;
	left:0;
	position:fixed;
	padding:4px 10px 12px 10px;
	margin:8px;
	transition:all .3s ease;	
	float:left;
	border-radius:50%;
}
#header .bar:hover {
	background:#e2d2ee;
	color:#fff;
}
#header .title {
	width:200px;
	margin:8px auto;
	padding:4px 0;
	font-weight:bold;
	font-size:14px;
}

/* sidebar */
#sidebar {
	background:#fff;
	height:100%;
	top:0;
	left:-9999px;
	position:fixed;
	z-index:2;
	font-size:10px;
	border-right:1px solid #eee;
}
#sidebar .box {
	width:250px;
  padding:15px 20px 40px 20px;
  margin-top:10px;
}
#sidebar .bar_b {
	width:20px;
	height:20px;
	float:right;
	margin:-15px -10px;
	padding:5px;
	text-align:center;
}
.profile {
	width:90px;
	width:90px;
	margin:auto;
	transition:all .4s ease;
}
.profile img {
	width:100%;
	margin-top:50px;
	border-radius:50%;
}
.profile:hover {
	opacity:0.6;
}
.menu {
	margin-top:15px;
	font-size:18px;
	text-align:center;
}
.menu i {
	padding:18px;
	transition:all .4s ease;
	border-radius:50%;
}
.menu i:hover {
	background:#e2d2ee;
	color:#fff;
}
.search {
	display:none;
	margin-bottom:15px;
}
.search input {
	width:230px;
	border-radius:15px;
	text-align:center;
	padding:7px 10px;
	color:#8c8c8c;
}

/* category */
.category > ul > li > a {
	display:none;
}
.category ul, .category li {
	list-style: none;
  margin: 0;
  padding: 0;
	text-align:center;
}
.category ul li ul {
	font-weight:600;
}
.category ul li ul li ul {
	background:#e2d2ee;
	font-weight:400;
}
.category li a  {
  width:250px;
	display: block;
  position: relative;
	line-height:60px; 
	transition:all 0.5s;  
}
.category li a:hover{
	box-shadow: 250px 0 0 0 rgba(255,189,189,0.6) inset;
	color:#fff
}

/* gallary */
#list_wrap {
	width:100%;
	display:block;
}
.list_content {
	float:left;
	position:relative;
	width:32.3%;
	overflow: hidden;
	margin:0.5%;
}
.detail_info .tit_post {
	position: absolute;
	top: 44.6%;
	width: 100%;
	height: 100%;
	z-index:999;
	text-align:center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color:#8c8c8c;
	font-size:10px;
}
.detail_info .thumbh {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.7);
}
.detail_info {
	opacity: 0;
	transition:opacity ease .3s;
	-webkit-transition:opacity ease .3s; 
	-moz-transition:opacity ease .3s; 
	-o-transition:opacity ease .3s; 
	-ms-transition:opacity ease .3s; 
}
.detail_info:hover {
	opacity: 1;
}
.list_content .thumb {
	position:absolute;
}
.list_content .thumb img {
	width:100%;
	display:block;
}
.list_content .noimg img {
	width:100%;
	display:block;
}

/* list */
.list {
	display:none;
	position:relative;
	width:100%;
}
.list a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width:100%;
	padding:8px 0 14px 0;
	border-bottom:1px solid #f1f1f1;
}
.list a:hover .list_title {
	letter-spacing:1px;
	margin-left:3px;
}
.list .list_title {
	transition:all .5s ease;
}

/* protected */
input { border:1px solid #eee; width:90px; margin-top:10px; background:#fff; }
.submit {
	border:1px solid #eee;
	width:50px;
	background:#fff;
	font-size:10px;
	padding:3px 7px 3px 7px;
	transition:all .3s ease;
}
.submit:hover {
	border:1px solid #e2d2ee;
	color:#e2d2ee;
}
.entryProtected {
	text-align:center;
}

/* entry */
.titleWrap {
	text-align:center;
	padding-bottom:20px;
}
.titleWrap .date {
	display: block;
	padding:2px;
}
.admin {
	display: block;
	text-align:right;
}
.admin a {
	margin:3px;
}
.entry img {
	max-width: 100%;
	vertical-align: bottom;
}
.article {
	line-height: 1.8em;
	margin-bottom:-10px;
}
.article img {
	margin-bottom:4px;
}
.article .imageblock {
	margin:3px 0px 3px;
	width: auto !important;
}
.imageblock > a[href*="attachment"] {
	transition-duration:0.3s;
}
.imageblock > a[href*="attachment"] img { display: none; }
.imageblock > a[href*="attachment"]:before {
	font-family: FontAwesome;
	content: "\f0c2";
	margin-right: 5px;
	color:#e2d2ee;
}
.imageblock > a[href*="attachment"]:hover, .imageblock > a[href*="attachment"]:hover:before, .imageblock > a[href*="attachment"]:focus, .imageblock > a[href*="attachment"]:focus:before { color: #fff; background:#e2d2ee;transition-duration:0.3s; }
.actionTrail {
	margin-top:25px;
	padding:5px;
	text-align:left;
}
.actionTrail i {
	margin-right:3px;
	font-size:14px;
}

/* comment */
.comment {
	margin-bottom:-15px;
}
.commentWrite {
	margin-top:15px;
	padding-bottom:5px;	
}
.commentWrite input {
	border-bottom:1px solid #eee;
	background:#fff;
	font-size:11px;
	width:90px;
	margin-top:-1px;
	margin-right:5px;
}
.commentWrite .submit {
	border:1px solid #eee;
	color:#8c8c8c;
	background:#fff;
	width:60px;
	float:right;
	font-size:10px;
	margin-top:-5px;
	margin-right:0px;
	padding:6px 0 6px 0;
	transition:all .3s ease;
}
.commentWrite .submit:hover {
	border:1px solid #e2d2ee;
	color:#e2d2ee;
}
.commentWrite .checkbox {
	width:10px;
}
.commentWrite i {
	font-size:12px;
}
.commentList .name {
	margin-right:10px;
}
.commentList li {
	border:1px solid #eee;
	margin:10px 0;
	padding:18px 20px 15px 20px;
}
.commentList ul li {
	margin:5px 8px 0 -20px;
	border-top:0;
	border-left:0;
	border-right:0;
	padding:10px 10px 3px 15px;
}
.commentList ul li:last-child {
	border-bottom:0;
	margin-bottom:-15px;
}

/* guestbook */
.guestbook {
	margin-top:10px;
}
.guestWrite {
	padding-bottom:5px;	
}
.guestWrite input {
	border-bottom:1px solid #eee;
	width:90px;
	background:#fff;
	font-size:11px;
	margin-top:-1px;
	margin-right:5px;
}
.guestWrite .submit {
	border:1px solid #eee;
	color:#8c8c8c;
	background:#fff;
	width:60px;
	float:right;
	font-size:10px;
	margin-top:-5px;
	margin-right:0;
	padding:6px 0 6px 0;
	transition:all .3s ease;
}
.guestWrite .submit:hover {
	border:1px solid #e2d2ee;
	color:#e2d2ee;
}
.guestWrite .checkbox {
	width:10px;
}
.guestWrite i {
	font-size:12px;
}
.guestList .name {
	margin-right:10px;
}
.guestList li {
	border:1px solid #eee;
	margin:10px 0;
	padding:18px 20px 15px 20px;
}
.guestList ul li {
	margin:5px 8px 0 -20px;
	border-top:0;
	border-left:0;
	border-right:0;
	padding:10px 10px 3px 15px;
}
.guestList ul li:last-child {
	border-bottom:0;
	margin-bottom:-15px;
}

/* paging */
#paging {
	position:relative;
	top:30px;
	text-align:center;
	clear:both;
}
#paging i {
	font-size:12px;
}
#paging .prev {
	float:left;
	padding:5px;
}
#paging .next {
	float:right;
	padding:5px;
}
#paging .no-more-prev, #paging .no-more-next { 
  color: #ddd;
}

/* copyright */
#copyright {
	position:fixed;
	bottom:5px;
	left:10px;
}
#copyright i {
	color:#ccc;
	font-size:8px;
	opacity:0.7;
	transition:all .3s ease;
}
#copyright i:hover {
	opacity:0.2;
}

::-webkit-scrollbar  { width: 1px; }
::-webkit-scrollbar-track { background-color: #fff;}
::-webkit-scrollbar-thumb { background-color: #eee; }
	
::selection{ 
  color: transparent; 
  text-shadow: 0 0 2px #8c8c8c; 
  transition: all 250ms ease-in; 
} 
::-moz-selection{ 
  color: transparent; 
  text-shadow: 0 0 2px #eee; 
  transition: all 250ms ease-in; 
}

@media only screen and (max-width: 849px) {
	#container {
		width:95%;
		margin:65px auto;
	}
}

.tistorytoolbar {display:none;}
.name .tistoryProfileLayerTrigger {display:none;}