@charset "UTF-8";
@import url("http://fonts.googleapis.com/css?family=Cuprum");
@font-face {
	font-family: 'Nanum Barun Gothic';
	font-style: normal;
	font-weight: 700;
	src: url('./images/NanumBarunGothicBold.eot');
	src: url('./images/NanumBarunGothicBold.eot?#iefix') format('embedded-opentype'), url('./images/NanumBarunGothicBold.woff') format('woff');
}
@font-face {
	font-family: 'Nanum Barun Gothic';
	font-style: normal;
	font-weight: 400;
	src: url('./images/NanumBarunGothic.eot');
	src: url('./images/NanumBarunGothic.eot?#iefix') format('embedded-opentype'), url('./images/NanumBarunGothic.woff') format('woff');
}

/*배경*/
html {

	background-attachment: fixed;
}

/* 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}
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,th,td,input,select,textarea,button {font-size:12px;font-family:'Nanum Barun Gothic', sans-serif;line-height:1.5;color:#333}
a {color:#333;text-decoration:none}
a:active, a:hover {color:#ff0000;text-decoration:none}
a:active {background-color:transparent}
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal}
#tistorytoolbarid { display:none }
::selection {
	color: #fff;
	background: #000;
}
::-moz-selection {
	color: #fff;
	background: #000;
}
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
::-webkit-scrollbar-track {
	background: #efefef;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb {
	background: #000;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
	width: 8px;
	height: 8px;
	background: #efefef;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#container {
	width: 900px;
	max-width: 100%;
	margin: 30px auto;
	background: #fff;
	border-top: 5px solid #000;
}

/*헤더*/
#header {}
#logo {
	border-bottom: 1px solid #000;
	height: 0px;
	background: url(./images/main.jpg);
	background-position: center;
	background-size: cover;
}
.blogMenu {
	padding: 10px;
}
.blogMenu ul {
	text-align: right;
}
.blogMenu li {
	display: inline-block;
	margin-left: 10px;
}
.blogMenu a {
	cursor: pointer;
	letter-spacing: -1px;
}
.blogMenu .tab_home a {
	font-weight: bold;
}
.search {
	display:none;
	padding:10px;
	position:relative;
	border-bottom: 1px solid #000;
	text-align: center;
}
.search_wrap {position:relative;display:inline-block;}
.search .search_input {
	max-width: 100%;
	padding-right: 23px;
	border: 1px solid #000;
	height: 24px;
	border-radius: 5px;
}
.search .submit {
	position: absolute;
	right: 5px;
	top: 2px;
	font-size: 15px;
	font-family: FontAwesome;
	border: 0;
	background: none;
	color: #999;
}

/*카테고리*/
.mobile_btn {display: none;}
.category {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.category a {
	font-size: 12px;
	font-family: 'Cuprum', 'Nanum Barun Gothic', sans-serif;
	line-height: normal;
}
.category img {display: none;}
.category .tt_category {
	display: block;
	margin: 0 5px;
}
.category a.link_tit {
	padding: 15px 14px;
	display: inline-block;
}
.category .category_list {
	display: inline-block;
}
.category .category_list > li {
	display: inline-block;
	position: relative;
}
.category a.link_item {
	padding: 15px 14px;
	display: block;
}
.category .category_list > li:hover .sub_category_list {
	display: block;
}
.category .sub_category_list {
	position: absolute;
	z-index: 1000;
	background: #fff;
	border: 1px solid #000;
	text-align: left;
	display: none;
	min-width: 100%;
}
.category .sub_category_list > li {}
.category a.link_sub_item {
	display: block;
	padding: 15px 20px;
	white-space: nowrap;
}

/*content*/
#content {
	padding: 15px;
	min-height: 150px;
}

/*리스트*/
.grid-item {
	width: 32%;
	position: relative;
	margin-bottom: 2%;
	background: #fff;
}
.gutter-sizer {
	width: 2%;
}
.grid-item .thumb {
	width: 100%;
	vertical-align: bottom;
}
.grid-item.noimg .thumb {
	display: none;
}
.grid-item a {
	display: block;
	border: 1px solid #ccc;
	position: relative;
	font-size: 11px;
	color: #333;
}
.grid-item .list-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: #000;
	-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 {
	opacity: 0.5;
}
.grid-item .list-con {
	padding: 7px;
	line-height: 1.4em;
}
.grid-item .list-title {
	font-weight: bold;
	margin-bottom: 3px;
}
.grid-item .list-title img {
	margin-top: -2px;
}
.grid-item .list-date {
	font-family: 'Cuprum', 'Nanum Barun Gothic', sans-serif;
	color: #B6C0C0;
}
.grid-item .list-cnt {
	color: #000;
	margin-left: 2px;
}

/*리스트형*/
.grid-list {
	border-top: 1px solid #d7d7d7;
	margin-bottom: 40px;
}
.grid-list .thumb {
	display: none !important;
}
.grid-list li {
	background: none;
	width: auto;
	margin: 0;
}
.grid-list a {
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	font-size: 12px;
}
.grid-list .list-con {
	padding: 10px 0;
	position: relative;
}
.grid-list .list-title {
	margin: 0 60px 0 0;
	font-weight: normal;
}
.grid-list .list-date {
	position: absolute;
	right: 0;
	top: 10px;
}
.grid-list .list-cnt {
	margin-left: 3px;
	font-weight: 700;
	font-size: 0.9em;
}

/*글설정*/
.titleWrap {
	border-bottom: 1px solid #000;
	position: relative;
	line-height: 2em;
	margin: -15px -15px 15px;
}
.titleWrap .title-sub {
	font-size: 14px;
	padding: 10px;
	margin-right: 80px;
}
.titleWrap .title-cate {
	color: #000;
	display: inline;
	margin-right: 5px;
}
.titleWrap h2 {
	display: inline;
	font-size: 14px;
	font-weight: normal;
}
.titleWrap .title-date {
	font-family: 'Cuprum', 'Nanum Barun Gothic', sans-serif;
	color: #888;
	padding: 10px;
	position: absolute;
	top: 0;
	right: 0;
}
.titleWrap .title-admin {
	font-family: 'Cuprum', 'Nanum Barun Gothic', sans-serif;
	padding: 10px;
	position: absolute;
	right: 80px;
	top: 0;
}
.titleWrap .title-admin a:first-child {margin-right: 5px}

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

.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 #000;
	color: #000;
	border-radius: 5px;
	background: none;
	cursor: pointer;
	font-family: 'Cuprum', 'Nanum Barun Gothic', sans-serif;
	margin-left: 4px;
}

blockquote.tx-quote-tistory {
	font-style: italic;
	margin-left: 25px;
	border-left: 3px solid #000;
	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: #000;
}
.moreless_bottom span:before,
.moreless_top span:before {
	font-family: FontAwesome;
	content: "\f068";
	margin-right: 5px;
	color: #000;
}

div.another_category {margin-bottom: 0;}
.another_category td {
	font-family: 'Cuprum', 'Nanum Barun Gothic', sans-serif;
}

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

.actionTrail {
	margin-bottom: 15px;
	font-family: 'Cuprum', 'Nanum Barun Gothic', sans-serif;
}
.actionTrail span:last-child {
	margin-left: 2px;
	font-weight: bold;
}

/*댓글*/
.commentWrite {margin-bottom: 20px;}
.commentWrite:after {display:block;visibility:hidden;clear:both;content:""}
.commentWrite 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;
}
.commentWrite textarea:after {display:block;visibility:hidden;clear:both;content:""}
.comment-guest input {
	width: 100px;
	border: 1px solid #d7d7d7;
	padding: 2px;
	border-radius: 5px;
}
.comment-guest {
	float: left;
	margin-right: 4px;
}
.comment-secret {
	float: left;
	line-height: 22px;
}
.comment-secret label {
	font-family: 'Cuprum', 'Nanum Barun Gothic', sans-serif;
}
.comment-submit {
	float: right;
}
.comment-submit input {
	height: 24px;
	width: 100px;
	border: 1px solid #000;
	color: #000;
	background: none;
	cursor: pointer;
	font-family: 'Cuprum', 'Nanum Barun Gothic', sans-serif;
	border-radius: 5px;
}
.commentList {
	margin-bottom: 20px;
}
.commentList li {
	margin-bottom: 10px;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 10px;
}
.commentList li.tt_more_preview_comments_wrap {
	padding-top: 10px;
	border: 1px solid #000;
	color: #000;
	border-radius: 5px;
}
.commentList ol > li:last-child {margin: 0}
.commentList ul {
	margin-top: 10px;
	margin-left: 20px;
	border-left: 3px solid #000;
	padding-left: 10px;
	padding-top: 10px;
}
.commentList ul li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}
.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;
}
.rp_admin .comment-title .name a {
	color: #fff;
	background: #000;
	padding: 0px 5px;
	font-weight: 500;
}
.comment-title .date {
	font-family: 'Cuprum', 'Nanum Barun Gothic', sans-serif;
	color: #999;
}
.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: #000;
}

/*방명록*/
.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: 'Cuprum', 'Nanum Barun Gothic', sans-serif;
}
.guest-submit {
	float: right;
}
.guest-submit input {
	height: 24px;
	width: 100px;
	border: 1px solid #000;
	color: #000;
	background: none;
	cursor: pointer;
	font-family: 'Cuprum', 'Nanum Barun Gothic', sans-serif;
	border-radius: 5px;
}
.guestList {
	margin-bottom: 20px;
}
.guestList li {
	margin-bottom: 10px;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 10px;
}
.guestList ol > li:last-child {margin: 0}
.guestList ul {
	margin-top: 10px;
	margin-left: 20px;
	border-left: 3px solid #000;
	padding-left: 10px;
	padding-top: 10px;
}
.guestList ul li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}
.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: #000;
	padding: 0px 5px;
	font-weight: 500;
}
.guest-title .date {
	font-family: 'Cuprum', 'Nanum Barun Gothic', sans-serif;
	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: #000;
}

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

/*페이징*/
.paging {
	text-align: center;
	margin: 20px;
}
.paging a.num {
	margin: 0 3px;
	color: #999;
}
.paging a.num span.selected {
	font-weight: bold;
	color: #333;
}

/*푸터*/
#footer {
	border-top: 1px solid #000;
	text-align: center;
	padding: 15px;
	font-family: 'Cuprum', 'Nanum Barun Gothic', sans-serif;
	color: #999;
}
#footer a {
	color: #999;
}

/*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) {
	#container {
		margin: 0;
		width: auto;
	}
	.mobile_btn {
		cursor: pointer;
		display: block;
		height: 45px;
		line-height: 45px;
		font-size: 20px;
		padding-left: 15px;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}
	.category {
		border: 0;
		position: relative;
	}
	.category .tt_category {
		margin: 0;
		position: absolute;
		width: 100%;
		background: #fff;
		display: none;
		z-index: 10;
	}
	.category .category_list,
	.category .category_list > li {
		display: block;
	}
	.category .sub_category_list {
		display: block;
		position: static;
		border: 0;
		background: none;
	}
	.category a.link_tit,
	.category a.link_item,
	.category a.link_sub_item {
		display: block;
		padding: 15px;
		border-bottom: 1px solid #E5E5E5;
	}
	.category a.link_sub_item {
		padding-left: 35px;
	}
	.grid-item {
		width: 48%;
		margin-bottom: 4%;
	}
	.gutter-sizer {
		width: 4%;
	}
	.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:""
	}
}