@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url("http://fonts.googleapis.com/css?family=Cuprum");
/* 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 {background:#fff}
body,th,td,input,select,textarea,button {font-size:12px;font-family:'Noto Sans KR', sans-serif;line-height:1.5;color:#333} /* color값은 디자인가이드에 맞게사용 */
a {color:#333;text-decoration:none}
a:active, a:hover {color:#2b90d9;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: 1000px;
	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;
}

/*헤더*/
#header {
	text-align: center;
	margin: 20px auto;
}
#logo {
	width: 100px;
	height: 100px;
	overflow: hidden;
	background-image: url
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 100px;
	display: inline-block;
	margin: 5px 0;
}
#header a.logo {display: inline-block;}
#header h1 a {color: #333;}
.blogMenu {margin-top: 5px;}
.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;
}

/*카테고리*/
.mobile_btn {display: none;}
.category {padding: 30px 0;}
.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;
}
.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 #2b90d9;
	-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_item, .category a.link_tit {
	padding: 10px;
	display: block;
}
.category a.link_sub_item {
	display: block;
	padding: 10px;
	white-space: nowrap;
}

/*리스트*/
.grid-item {
	width: 32%;
	position: relative;
	margin-bottom: 2%;
	background: #fff;
}
.gutter-sizer {
	width: 2%;
}
.grid-item a {
	display: block;
}
.grid-item .thumb {
	width: 100%;
	vertical-align: bottom;
}
.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;
}
.grid-item .list-date {
	font-family: 'Cuprum', 'Noto Sans KR', sans-serif;
	color: #ccc;
}
.grid-item .list-cnt {
	margin-left: 1px;
	color: #2b90d9;
	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;
}

/*글설정*/
.titleWrap {
	text-align: center;
	margin-bottom: 50px;
}
.titleWrap .title-cate {
	border-bottom: 1px solid #2b90d9;
	padding-bottom: 2px;
	color: #2b90d9;
	letter-spacing: 2px;
	display: inline-block;
	margin-bottom: 15px;
}
.titleWrap h2 {
	margin-bottom: 15px;
	font-size: 1.7em;
}
.titleWrap .title-date {
	font-family: 'Cuprum', 'Noto Sans KR', sans-serif;
	color: #999;
	display: inline-block;
}
.titleWrap .title-admin {
	display: inline-block;
	font-family: 'Cuprum', 'Noto Sans KR', sans-serif;
}
.titleWrap .title-admin a {margin-left: 5px}
.titleWrap .title-admin:before {
	content: "/";
	margin-left: 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 #2b90d9;
	color: #2b90d9;
	border-radius: 5px;
	background: none;
	cursor: pointer;
	font-family: 'Cuprum', 'Noto Sans KR', sans-serif;
	margin-left: 4px;
}

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

div.another_category {margin-bottom: 0;}
.another_category td {
	font-family: 'Cuprum', 'Noto Sans KR', 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', 'Noto Sans KR', 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', 'Noto Sans KR', sans-serif;
}
.comment-submit {
	float: right;
}
.comment-submit input {
	height: 24px;
	width: 100px;
	border: 1px solid #2b90d9;
	color: #2b90d9;
	background: none;
	cursor: pointer;
	font-family: 'Cuprum', 'Noto Sans KR', sans-serif;
	border-radius: 5px;
}
.commentList {
	margin-bottom: 20px;
}
.commentList li {
	margin-bottom: 20px;
}
.commentList li.tt_more_preview_comments_wrap {
	padding-top: 10px;
	border: 1px solid #2b90d9;
	color: #2b90d9;
	border-radius: 5px;
}
.commentList ol > li:last-child {margin: 0}
.commentList ul {
	margin-top: 20px;
	margin-left: 20px;
	border-left: 3px solid #2b90d9;
	padding-left: 10px;
}
.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: #2b90d9;
	padding: 0px 5px;
	font-weight: 500;
}
.comment-title .date {
	font-family: 'Cuprum', 'Noto Sans KR', 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: #2b90d9;
}

/*방명록*/
.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', 'Noto Sans KR', sans-serif;
}
.guest-submit {
	float: right;
}
.guest-submit input {
	height: 24px;
	width: 100px;
	border: 1px solid #2b90d9;
	color: #2b90d9;
	background: none;
	cursor: pointer;
	font-family: 'Cuprum', 'Noto Sans KR', sans-serif;
	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 #2b90d9;
	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: #2b90d9;
	padding: 0px 5px;
	font-weight: 500;
}
.guest-title .date {
	font-family: 'Cuprum', 'Noto Sans KR', 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: #2b90d9;
}

/*태그로그*/
.taglog {
	
}
.taglog li {
	display: inline-block;
	margin: 5px;
}
.taglog a.cloud1 {
	font-weight: 700;
	font-size: 1.3em;
	color: #2b90d9;
}
.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;
}
.paging a.num {
	margin: 0 3px;
	color: #333;
}
.paging a.num span.selected {
	border: 2px solid #000;
	padding: 1px 6px;
	border-radius: 4px;
	font-weight: bold;
}

/*푸터*/
#footer {
	text-align: center;
	margin: 30px auto 20px;
	font-family: 'Cuprum', 'Noto Sans KR', 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 {
		width: auto;
	}
	.grid-item {
		width: 48%;
		margin-bottom: 4%;
	}
	.gutter-sizer {
		width: 4%;
	}
	/*모바일 그리드*/
	.grid-item a {
		border: 1px 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: ""
	}
	.category {
		width: 80%;
		margin: 0 auto;
		position: relative;
	}
	.mobile_btn {
		display: block;
		padding: 10px;
		font-size: 1.1em;
		cursor: pointer;
		border: 1px solid #ccc;
		border-radius: 5px;
		background: #fff;
		color: #888;
	}
	.mobile_btn.active {
		padding-bottom: 15px;
		margin-bottom: -5px;
	}
	.category .tt_category {
		display: none;
		position: absolute;
		z-index: 50;
		top: 70px;
		width: 100%;
		background: #fff;
		border: 1px 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;
	}
	.category .tt_category > li > a {
		display: block;
	}
	.category .category_list {
		display: block;
	}
	.category .category_list > li {
		display: block;
		margin-left: 0;
	}
	.category .sub_category_list {
		display: block;
		position: static;
		z-index: 1;
		background: none;
		text-align: center;
		border-top: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		background: #eee;
	}
	.category .sub_category_list > li {
		padding: 0;
	}
	.category .sub_category_list a:before {
		content: "\f107";
		font-family: FontAwesome;
		margin-right: 5px;
	}
}