@charset "UTF-8";
@import url("http://fonts.googleapis.com/css?family=Noto+Sans|Nanum+Pen+Script|Reenie+Beanie");

/* reset */
html {-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;overflow-x:hidden;overflow-y:scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button{margin:0;padding:0;outline:none;  font-weight:normal;}
fieldset,img{border:0 none}
dl,ul,ol,menu,li {list-style:none}
blockquote, q {quotes: none}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none}
input,select,textarea,button {vertical-align:middle}
input::-ms-clear {display:none}
button {border:0 none;background-color:transparent;cursor:pointer}
button,input[type=button],input[type=password],input[type=submit],input[type=text],textarea{-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;appearance:none;}
body {background:#fff; background-image:url("./images/woodtile.jpg"); background-attachment: fixed;}
body,th,td,input,select,textarea,button {font-size:12px;font-family:'Noto Sans', sans-serif;line-height:1.5;color:#aaa;} /* color값은 디자인가이드에 맞게사용 */
input, textarea {background:transparent; }
a {color:#999;text-decoration:none}
a:active, a:hover {color:#e32d2d;text-decoration:none}
a:active {background-color:transparent}
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal}
#tistorytoolbarid { display:none }

#container {
	width: 930px;
	max-width: 100%;
	margin: 0 auto;
	padding: 15px;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:solid 0px #666;

}

#controlbtn {display:scroll;position:fixed;bottom:15px;right:20px; 
	text-align:right;
	border-radius: 5px;
	padding:10px; 
	opacity:0.6; z-index:9999;}
#controlbtn a {display:block; padding:7px 2px; font-size:25px; font-family: 'Reenie Beanie', cursive; }
#controlbtn a:last-child{ border-top:solid 1px #666;}
#controlbtn b{display:none;} 

/*헤더*/
#header {
	text-align: center;
	margin: 20px auto;
	
}
#logo {
	width: 100px;
	height: 100px;
	overflow: hidden;
	background-image: url("./images/logo.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50px;
	display: inline-block;
	margin: 20px 0;
}
#header a.logo {display: inline-block;}
#header h1 a {color: #999; font-family: 'Reenie Beanie', cursive; font-size:35px;
}
#header h1 a b{color: #e32d2d; font-weight:normal;}
.blogMenu {margin-top: 5px; display:none;}
.blogMenu ul {}
.blogMenu li {
	display: inline-block;
	margin-right: 5px;
}
.blogMenu li a {color: #aaa; cursor:pointer;}
.blogMenu li:last-child {margin: 0}
.search {display:none;margin-top:10px;position:relative;}
.search_wrap {position:relative;display:inline-block;}
.search .search_input {
	max-width: 100%;
	padding-right: 23px;
	border: 1px solid #d7d7d7;
	height: 24px;
	border-radius: 5px;
}
.search .submit {
	position: absolute;
	right: 5px;
	top: 2px;
	font-size: 15px;
	font-family: FontAwesome;
	border: 0;
	background: none;
}

/*카테고리*/
	.tt_category {display: hidden !important; } 
	.category {
		margin: 0 auto;
		position: relative;
	}
.category a {text-decoration: none;font-size: 1.1em;}
.category img {display: none;}
.category .tt_category {}
.category .tt_category > li {}
.category .tt_category > li > a {
	display: inline-block;
}
.category .category_list {
	display: inline-block; 
}
.category .category_list > li {  /*카테고리 개별아이템들*/
	display: inline-block;
	position: relative;
	margin-left: 15px;
	padding:2px 10px;
	float:left;
}
.category .category_list > li:hover .sub_category_list {
	display: block;
}
.category .sub_category_list {
	position: absolute;
	z-index: 1000;
	background: #fff;
	border-top: 3px solid #e32d2d;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.75);
	text-align: left;
	display: none;
	min-width: 100%;
}
.category .sub_category_list > li {
	padding: 2px 7px;
}

.category a.link_tit {
	padding: 3px;float:left;
	display: none !important;
	color:#e32d2d; border:solid 1px #444;
}
.category a.link_item, {
	padding: 3px;float:left;
	display: block;
}
.category a.link_sub_item {
	display: block;
	padding: 10px;
	white-space: nowrap;
}

	.mobile_btn {
		display: inline;
		cursor: pointer; padding:0 10px;
	  font-size:3.0em;
		color:#999;
	}
	.mobile_btn.active {
		padding-bottom: 15px;
		margin-bottom: -5px;
	}
	.category .tt_category {
		opacity:0.8;
		display: none;
		position: relative;
		z-index: 50;
		width: 100%;
		background: #111;
		border: 0px solid #ccc;
		/*border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;*/
		padding:15px 0;
	}
	.category .tt_category > li > a {
		display:inline-block;
	}



/*리스트*/
.grid-item {
	width: 257px;
	position: relative;
	margin:0 5px 35px 5px;
	background: #fff;
	box-shadow: 5px 10px 5px rgba(0, 0, 0, 0.5);
	padding:10px;
}
.gutter-sizer {
	width: 2%;
}
.grid-item a {
	display: block;
}
.grid-item .thumb {
	width: 100%;
	vertical-align: bottom;
	margin:0%;
}

.grid-item .list-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.grid-item .list-con {
	position: absolute;
	top: calc(50% - 18px);
	left: 0;
	z-index: 5;
	width: calc(100% - 20px);
	padding: 10px;
	text-align: center;
}
.grid-item .list-hover,
.grid-item .list-con {
	opacity: 0;
	-webkit-transition:opacity ease .4s; 
	-moz-transition:opacity ease .4s; 
	-o-transition:opacity ease .4s; 
	-ms-transition:opacity ease .4s; 
	transition:opacity ease .4s;
}
.grid-item a:hover .list-hover,
.grid-item a:hover .list-con {
	opacity: 1;
}
.grid-item .list-title {
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/*word-break: break-all;*/
	font-family: 'Reenie Beanie', 'Nanum Pen Script', cursive; font-size:23px; line-height:25px; letter-spacing:0.0em;
}
.grid-item .list-date {
	font-family: 'Reenie Beanie', cursive; font-family: 'Nanum Gothic', sans-serif;	color: #ccc;
	display:none;
}
.grid-item .list-cnt {
	margin-left: 1px;
	color: #e32d2d;
	font-weight: 700;
	font-size: 0.9em;
}
.grid-item.noimg .list-con {
	position: static;
	text-align: left;
	border: 1px solid #ccc;
	opacity: 1;
}
.grid-item.noimg .list-title {
	color: #333;
	white-space: normal;
	overflow: visible;
	text-overflow: clip;
}
.grid-item.noimg .list-date {
	color: #999;
}
.grid-item.noimg .list-hover,
.grid-item.noimg .thumb {
	display: none;
}

/*grid-bottom*/
.grid-bottom .grid-item a {
	border: 1px solid #ccc !important;
}
.grid-bottom .grid-item .list-hover {
	display: none !important;
}
.grid-bottom .grid-item .list-con {
	position: static;
	opacity: 1;
	text-align: left;
	border: 0;
}
.grid-bottom .grid-item .list-title {
	color: #333;
	white-space: normal;
	overflow: visible;
	text-overflow: clip;
}
.grid-bottom .grid-item .list-date {
	color: #999;
}

/*리스트형*/
.grid-list {
	margin-bottom: 40px;
	border-top: 1px solid #d7d7d7;
}
.grid-list .thumb {
	display: none !important;
}
.grid-list li {
	width: auto;
	margin-bottom: 0;
	border-bottom: 1px solid #d7d7d7;
	background: none;
}
.grid-list.grid-bottom a {
	border: 0 !important;
}


/*
.grid-list .list-con {
	position: static;
	border: 0 !important;
	opacity: 1 !important;
	text-align: left;
	-webkit-transition: none; 
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
.grid-list .list-con:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
}
.grid-list .list-title {
	float: left;
	width: calc(100% - 70px) !important;
	color: #333;
	white-space: normal;
	overflow: visible;
	text-overflow: clip;
}
.grid-list .list-date {
	float: right;
	color: #999 !important;
}
*/

	.grid-item .list-hover {
		display: none !important;
	}
	.grid-item .list-con {
		position: static;
		opacity: 1;
		text-align: left;
		border: 0 !important;
	}
	.grid-item .list-title {
		color: #333;
		white-space: normal;
		overflow: visible;
		text-overflow: clip;
	}
	.grid-item .list-date {
		color: #999;
	}


/*글설정*/
.titleWrap {
	text-align: center;
	margin-bottom: 0px;
	padding:0 6%;
}
.titleWrap .title-cate {
	font-family: 'Reenie Beanie', 'Nanum Pen Script', cursive; 
	font-size:1.8em;
	border-bottom: 1px solid #e32d2d;
	padding-bottom: -10px;
	color: #e32d2d;
	display: inline-block;
	margin:0 15px 0px 0px;
}
.titleWrap h2 {
	margin: 0 0 ;font-family: 'Reenie Beanie', 'Nanum Pen Script', cursive; 	
	font-size: 2.5em;  line-height:28px;
	padding:15px 0 35px 0; 	display: inline-block;
}
.titleWrap h2 a{color: #999;}

.titleWrap .title-date {
	font-family: 'Reenie Beanie', 'Nanum Pen Script', cursive; 	color: #999;
	display: inline-block;
}
.titleWrap .title-admin {
	/*display: inline-block;*/ 
	font-family: 'Noto Sans', sans-serif; text-align:right;}
.titleWrap .title-admin a {margin: 0 0 0 10px; color:#a4282d; font-size:10px; padding:0 8px 1px 8px; background:#222; border-radius: 2px;}

.entry {text-align: center; width:100%; border:solid 0px #fff;}

.entry img {
	max-width: 100%;
	vertical-align: bottom;
	
}
.article {
	line-height: 1.8em;
	margin-bottom: 15px;border:solid 0px #ffff33;
}
.article .imageblock {
	
		width: auto !important;
}

.article img{width:97%; border:solid 5px #fff; margin:0 0 55px 0; box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.8);
}

.entryProtected .article {
	text-align: center;
	margin-bottom: 50px;
}
.entryProtected .article p:last-child {
	margin-top: 5px;
}
.entryProtected .article .password {
	width: 150px;
	border: 1px solid #d7d7d7;
	height: 24px;
	border-radius: 5px;
}
.entryProtected .article .submit {
	padding: 3px 5px;
	border: 1px solid #e32d2d;
	color: #e32d2d;
	border-radius: 5px;
	background: none;
	cursor: pointer;
	font-family: 'Reenie Beanie', 'Nanum Pen Script', cursive; 	margin-left: 4px;
}

blockquote.tx-quote-tistory {
	font-style: italic;
	margin-left: 25px;
	border-left: 3px solid #e32d2d;
	background: #F8F8F8;
	padding: 10px;
}
.moreless_fold {}
.moreless_top {}
.moreless_content {
	background: #F8F8F8;
	padding: 10px;
}
.moreless_bottom {}
.moreless_fold span:before {
	font-family: FontAwesome;
	content: "\f067";
	margin-right: 5px;
	color: #e32d2d;
}
.moreless_bottom span:before,
.moreless_top span:before {
	font-family: FontAwesome;
	content: "\f068";
	margin-right: 5px;
	color: #e32d2d;
}



/* 
# 카테고리의 다른 글 
*/
div.another_category { width:auto; margin-top:2rem; margin-bottom:1rem !important; padding:10px 20px 20px 20px !important; border:0 !important; background:#222 !important;
	font-family:'Noto Sans', sans-serif;
font-size:12px; opacity:0.7;} /* '카테고리의 다른 글' 전체 부분 */
 
div.another_category h4 { margin:0 !important; padding:5px 0 0 10px !important; font-size:1.0rem !important; text-align:left; border:0 !important; }/* '카테고리의 다른 글'_글자 */
div.another_category h4 a { font-size:2.0rem !important; color:#e32d2d !important; margin:0 0rem 0 0rem !important;  font-family: 'Reenie Beanie', 'Nanum Pen Script', cursive; font-weight:normal !important;}/* 현재 글 카테고리 이름 */
 
div.another_category table{ margin:0 !important; padding:0 !important;} /* 카테고리 리스트, 날짜 부분 */
div.another_category table td{ padding-right:1rem !important; font-size:0.8rem !important; text-align:right;  display:none; } /* 날짜 */
div.another_category table th { padding:0 .5rem .3rem 1rem !important;  vertical-align:middle !important; } /* 리스트 제목 공간 */
div.another_category th { }/* 왼쪽_리스트 제목 배경색 */
div.another_category th a { font-size:0.8rem !important; color:#999 !important; } /* 리스트 제목 글자 */
div.another_category th a:before { content:"- "; font-family: 'Noto Sans', sans-serif; margin-right:.5rem; }
 
div.another_category th a.current{ border-bottom:0 !important; font-size:0.8rem !important; color:#fff !important; font-weight:normal !important;letter-spacing:0.1rem; } /* 현재 글 리스트 제목 글자 */
div.another_category tr:first-child th { padding-top:.8rem !important; } /* 현재 글 리스트 제목 공간 */
div.another_category th span{ display:none; color:#bcbcbc !important; } /* 댓글 수 */
 
div.another_category table th a:hover { color:#e32d2d !important; }
/* // 카테고리의 다른 글 */




.tagTrail {margin-bottom: 25px;}
.tagTrail .fa {margin-right: 5px;}
.tagTrail a {margin-left: 5px;}
.tagTrail a:before {content: "#"}

.actionTrail {
	margin-bottom: 15px;
	font-family: 'Reenie Beanie', 'Nanum Pen Script', cursive;  font-size:2.0em; text-align:left;}
.actionTrail span:last-child {
	margin-left: 2px; 
	font-weight: normal;
}


/*댓글*/
.commentWrite {margin-bottom: 20px;}
.commentWrite:after {display:block;visibility:hidden;clear:both;content:""}
.commentWrite textarea {
	width: 100%;
	resize: vertical;
	height: 80px;
	border: 1px solid #666;
	padding: 5px;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px;
	border-radius: 5px;
}
.commentWrite textarea:after {display:block;visibility:hidden;clear:both;content:""}
.comment-guest input {
	width: 100px;
	border:none;
	border-bottom: 1px solid #666;
	padding: 2px;
	/*border-radius: 5px;*/
}
.comment-guest {
	float: left;
	margin-right: 4px;
}
.comment-secret {
	float: left;
	line-height: 22px;
}
.comment-secret label {
	font-family: 'Reenie Beanie', 'Nanum Pen Script', cursive; font-size:20px; color:#999;}
.comment-submit {
	float: right;
}
.comment-submit input {
	/*width: 130px;*/
	height:25px;
	border: 0px solid #d31d1d;
	color: #d31d1d;
	background: none;
	cursor: pointer;
	padding:0 10px;
	font-family: 'Reenie Beanie', 'Nanum Pen Script', cursive; font-size:25px; font-weight:normal;
}
.commentList {
	margin-bottom: 20px;
	text-align:left; 

}
.commentList li {
	border-bottom: 1px solid #666; padding:10px 5px;
}
.commentList li.tt_more_preview_comments_wrap {
	border: 1px solid #e32d2d;
	color: #e32d2d;
	border-radius: 5px;

}
.commentList ol > li:last-child {margin: 0}
.commentList ul {
	margin: 0 0 0 10px;
	border-left: 0px solid #a30d0d;
	padding:0 0 0 20px ;
}
.commentList ul li {border-bottom: none; }
	
.comment-title {
	margin-bottom: 5px;
}
.comment-title:after {display:block;visibility:hidden;clear:both;content:""}
.comment-title .tistoryProfileLayerTrigger {
	background: none;
	width: auto;
	height: auto;
	margin: 0 0 0 5px;
}
.comment-title .tistoryProfileLayerTrigger:after {
	content: "\f2c0";
	font-family: FontAwesome;
}
.comment-title .name {
	font-weight: bold;
	margin-right: 5px; color: #ccc;
}
.rp_admin .comment-title .name a {
	color: #ccc;
	padding: 0px;
	font-weight: 500;
}
.comment-title .date {
	font-family: 'Noto Sans', sans-serif; 	color: #999; font-size:0.6rem;
}
.comment-title .date a {
	visibility: hidden;
	margin-left: -17px;
	color: #999;
}
.comment-title .date a:after {
	content: "\f0a1";
	font-family: FontAwesome;
	visibility: visible;
}
.comment-title .control {
	float: right;
}
.comment-title .control a {
	margin-left: 4px;
}
.comment-con {
	line-height: 1.8em;
}
.hiddenComment p.comment-con,
.rp_secret p.comment-con {
	color: #e32d2d;
}

/*방명록*/
.guestWrite {margin-bottom: 20px;}
.guestWrite:after {display:block;visibility:hidden;clear:both;content:""}
.guestWrite textarea {
	width: 100%;
	resize: vertical;
	height: 80px;
	border: 1px solid #d7d7d7;
	padding: 5px;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px;
	border-radius: 5px;
}
.guestWrite textarea:after {display:block;visibility:hidden;clear:both;content:""}
.guest-guest input {
	width: 100px;
	border: 1px solid #d7d7d7;
	padding: 2px;
	border-radius: 5px;
}
.guest-guest {
	float: left;
	margin-right: 4px;
}
.guest-secret {
	float: left;
	line-height: 22px;
}
.guest-secret label {
	font-family: 'Reenie Beanie', 'Nanum Pen Script', cursive; }
.guest-submit {
	float: right;
}
.guest-submit input {
	height: 24px;
	width: 100px;
	border: 1px solid #e32d2d;
	color: #e32d2d;
	background: none;
	cursor: pointer;
	font-family: 'Reenie Beanie', 'Nanum Pen Script', cursive; 	border-radius: 5px;
}
.guestList {
	margin-bottom: 20px;
}
.guestList li {
	margin-bottom: 20px;
}
.guestList ol > li:last-child {margin: 0}
.guestList ul {
	margin-top: 20px;
	margin-left: 20px;
	border-left: 3px solid #e32d2d;
	padding-left: 10px;
}
.guest-title {
	margin-bottom: 5px;
}
.guest-title:after {display:block;visibility:hidden;clear:both;content:""}
.guest-title .tistoryProfileLayerTrigger {
	background: none;
	width: auto;
	height: auto;
	margin: 0 0 0 5px;
}
.guest-title .tistoryProfileLayerTrigger:after {
	content: "\f2c0";
	font-family: FontAwesome;
}
.guest-title .name {
	font-weight: bold;
	margin-right: 5px;
}
.guest_admin .guest-title .name a {
	color: #fff;
	background: #e32d2d;
	padding: 0px 5px;
	font-weight: 500;
}
.guest-title .date {
	font-family: 'Reenie Beanie', 'Nanum Pen Script', cursive; 	color: #999;
}
.guest-title .date a {
	visibility: hidden;
	margin-left: -17px;
	color: #999;
}
.guest-title .date a:after {
	content: "\f0a1";
	font-family: FontAwesome;
	visibility: visible;
}
.guest-title .control {
	float: right;
}
.guest-title .control a {
	margin-left: 4px;
}
.guest-con {
	line-height: 1.8em;
}
.hiddenComment p.guest-con,
.guest_secret p.guest-con {
	color: #e32d2d;
}

/*태그로그*/
.taglog {
	
}
.taglog li {
	display: inline-block;
	margin: 5px;
}
.taglog a.cloud1 {
	font-weight: 700;
	font-size: 1.3em;
	color: #e32d2d;
}
.taglog a.cloud2,
.taglog a.cloud3 {
	font-weight: 500;
	font-size: 1.2em;
}
.taglog a.cloud4, 
.taglog a.cloud5 {
	font-weight: 400;
}

/*페이징*/
.paging {
	text-align: center;
	padding-top: 10px;
	font-family: 'Reenie Beanie', 'Nanum Pen Script', cursive; font-size:2.0em;
}
.paging a.num {
	margin: 0 3px;
	color: #999;
}
.paging a.num span.selected {
	border: 0px solid #000;
	padding: 1px 6px;
	border-radius: 4px;
	font-weight: bold;
	color:#e32d2d;
}

/*푸터*/
#footer {
	text-align: left;
	margin: 30px auto 0px;
	font-family: 'Reenie Beanie', 'Nanum Pen Script', cursive; 	color: #999;
	font-size:0.8em; letter-spacing:0.1em;
}
#footer a {
	color: #999;
	font-weight:bold;
}

/*iframe, embed*/
.video-container {
	position: relative;
	max-width: 100%;
	display: inline-block;
}
.video-container .ratio {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.video-container iframe,
.video-container embed {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

@media all and (min-width:701px) {
	/*.tt_category {display: block !important;}*/
}
@media all and (max-width:700px) {
	
  #controlbtn {width:100%; height:20px; right:0px; bottom:0px; background:#222;opacity:0.8; border-radius:0;}
	#controlbtn a {display:inline; padding:5px 12px; font-size:20px;}
  #controlbtn a:last-child{border:none; border-left:solid 1px #666;}

	
	#container {
		width: auto;
	}
	.grid-item {
		width: 90%;
		margin-bottom: 55px;
	}
	.gutter-sizer {
		width: 4%;
	}
	/*모바일 그리드*/
	.grid-item a {
		border: 0px solid #ccc !important;
	}
	.grid-list .grid-item a {
		border: 0 !important;
	}
	.grid-item .list-hover {
		display: none !important;
	}
	.grid-item .list-con {
		position: static;
		opacity: 1;
		text-align: left;
		border: 0 !important;
	}
	.grid-item .list-title {
		color: #333;
		white-space: normal;
		overflow: visible;
		text-overflow: clip;
	}
	.grid-item .list-date {
		color: #999;
	}
	.guest-guest,
	.comment-guest {
		margin-right: 0;
		margin-bottom: 5px;
	}
	.guest-guest input,
	.comment-guest input {
		width: 32%;
		margin-right: 2%;
		float: left;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
 	 	-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.guest-guest input:last-child,
	.comment-guest input:last-child {
		margin-right: 0;
	}
	.guest-guest:after,
	.comment-guest:after {
		display: block;
		visibility: hidden;
		clear: both;
		content: ""
	}

}
