@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,th,td,input,select,textarea,button {
	font-size: 18px;
	font-family: 'Noto Sans KR', sans-serif;
	line-height: 1.5;
	color: #333;
}
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}
.clearfix:after{
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}
/* 배경설정 */
html {}

#container {}
#content {
	width: 830px;
	max-width: 100%;
	margin: 48px auto 0;
	padding: 15px;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*헤더*/
#header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	background: rgba(255,255,255,0.8);
	border-bottom: 1px solid #d7d7d7;
}
#header a {
	color: #444;
	font-size: 0.9em;
}
.blogMenu {
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 15px;
}
.blogMenu ul {

}
.blogMenu li {
	display: inline-block;
}
.blogMenu li a {
	display: block;
	font-size: 17px !important;
	padding: 11px 5px;
	cursor: pointer;
}
.blogMenu li:last-child {
	margin: 0
}
.search {
	display: none;
	padding: 10px;
	position: relative;
	text-align: center;
	border-top: 1px solid #d7d7d7;
}
.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;
	color: #666;
	border: 0;
	background: none;
}

/*카테고리*/
.mobile_btn {display: none;}
.category {
	width: 830px;
	max-width: 100%;
	margin: 0px auto;
}
.category a {
	text-decoration: none;
}
.category img {
	display: none;
}
.category .tt_category {}
.category .tt_category > li {}
.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;
	min-width: 100%;
	background: #fff;
	border: 1px solid #d7d7d7;
	text-align: left;
	display: none;
}
.category a.link_item, .category a.link_tit {
	padding: 15px 10px;
	display: block;
}
.category a.link_tit {
	display: inline-block;
}
.category a.link_sub_item {
	display: block;
	padding: 15px;
	white-space: nowrap;
}

/*리스트*/
.grid-item {
	width: 32%;
	position: relative;
	margin-bottom: 2%;
	background: #fff;
}
.gutter-sizer {
	width: 2%;
}
.grid-item a {
	display: block;
	border: 1px solid #d7d7d7;
}
.grid-item .thumbWrap {
	overflow: hidden;
}
.grid-item .thumb {
	display: block;
	width: 100%;
	vertical-align: bottom;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
}
.grid-item a:hover .thumb,
.grid-item a:active .thumb {
	max-width:none;
	transform:scale(1.2);
	-ms-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-o-transform:scale(1.2);
	-moz-transform:scale(1.2);
}
.grid-item .ytWrap .thumb {
	max-width: 100% !important;
	transform: none !important;
	-ms-transform: none !important;
	-webkit-transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
}
.grid-item .list-con {
	width: calc(100% - 20px);
	padding: 10px;
}
.grid-item .list-title {
	word-break: break-all;
}
.grid-item .list-date {
	font-family: 'Cuprum', 'Noto Sans KR', sans-serif;
	font-size: 0.9em;
	color: #999;
	margin-top: 3px;
}
.grid-item .list-cnt {
	margin-left: 1px;
	color: #2b90d9;
	font-size: 0.9em;
}
.grid-item.noimg .list-con {}
.grid-item.noimg .list-title {}
.grid-item.noimg .list-date {}
.grid-item.noimg .thumbWrap {
	display: none;
}

/*리스트형*/
.grid-list {
	margin-bottom: 40px;
	margin-top: 15px;
	border-top: 1px solid #d7d7d7;
}
.grid-list .thumbWrap {
	display: none !important;
}
.grid-list li {
	width: auto;
	border-bottom: 1px solid #d7d7d7;
	margin: 0;
	background: none;
}
.grid-list .grid-item a {
	border: 0;
}
.grid-list .list-con:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
}
.grid-list .list-title {
	float: left;
	width: calc(100% - 60px) !important;
}
.grid-list .list-date {
	float: right;
	margin: 0;
}

/*글설정*/
.titleWrap {
	text-align: center;
	margin-bottom: 50px;
	margin-top: 35px;
}
.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: 10px;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 10px;
}
.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: 10px;
	margin-left: 20px;
	border-left: 3px solid #2b90d9;
	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: #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: 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 #2b90d9;
	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: #2b90d9;
	padding: 0px 5px;
	font-weight: 500;
}
.guest-title .date {
	font-family: 'Cuprum', 'Noto Sans KR', sans-serif;
	color: #999;
	font-size: 0.9em;
}
.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 span {
	color: #888;
}
.paging a.num span.selected {
	font-weight: bold;
	color: #333;
}

/*푸터*/
#footer {
	text-align: center;
	margin: 15px auto 35px;
	font-family: 'Cuprum', 'Noto Sans KR', sans-serif;
	color: #999;
	font-size: 0.9em;
}
#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;
		padding-left: 5px;
	}
}
@media all and (max-width:700px) {
	#container {
		width: auto;
	}
	.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: ""
	}
	#header {
		background: rgba(255,255,255,0.9);
	}
	#header.active {
		border-bottom: 0;
		height: 100%;
	}
	.mobile_btn {
		display: block;
		font-size: 17px;
		padding: 11px 15px;
		display: inline-block;
	}
	.category .tt_category {
		border-top: 1px solid #d7d7d7;
		display: none;
	}
	html.active {
		overflow: hidden;
	}
	.active .category .tt_category {
		overflow: auto;
		width: 100%;
		height: calc(100% - 47px);
		position: fixed;
	}
	.category a.link_item,
	.category a.link_tit,
	.category a.link_sub_item {
		display: block;
		padding: 13px 15px;
		border-bottom: 1px solid #d7d7d7;
	}
	.category .category_list {
		display: block;
	}
	.category .category_list > li {
		display: block;
		margin: 0;
	}
	.category .sub_category_list {
		display: block;
		position: static;
		background: none;
		border: none;
	}
	.category .sub_category_list a:before {
		content: "\f107";
		font-family: FontAwesome;
		margin-right: 5px;
	}
	.search {
		background: #fff;
	}
	.active .search {
		border-bottom: 1px solid #d7d7d7;
	}
}
@media all and (max-width: 430px) {
	.grid-item {
		width: 100%;
		margin-bottom: 15px;
	}
	.gutter-sizer {
		width: 0;
	}
}