/* community | contents list */
.community-hash-tag {
	position: absolute;
	top: 0;
	left: 0;
	padding: 16px;
	width: 264px;
	background-color: #fff;
	box-sizing: border-box;
}
.community-hash-tag h3 {
	margin-bottom: 16px;
	padding-bottom: 16px;
	font-size: 18px;
	border-bottom: 1px solid #ebebeb;
}
.community-hash-tag li {
	margin-top: 8px;
	font-size: 16px;
	font-weight: 700;
	color: #4f546a;
}
.community-hash-tag li:first-child {
	margin-top: 0;
}
.community-hash-tag li span {
	font-size: 12px;
	font-weight: 400;
	color: #858585;
}


/* community | search */
.search-hash {
	height: 122px;
	text-align: center;
	color: #fff;
	background-color: #ff7359;
}
.search-hash h2 {
	padding-top: 32px;
	font-size: 36px;
	line-height: 1.5;
	letter-spacing: -1px;
}
.search-hash p {
	margin-top: 4px;
	font-size: 16px;
	opacity: .7;
}
.search-hash + #main > div {
	padding-top: 28px;
}
@media only screen and (max-width: 1023px) {
	.community-main {
		background-color: #fff;
	}
	
	.community-hash-tag {
		display: none;
	}
	
	.search-hash {
		height: 72px;
	}
	.search-hash h2 {
		padding-top: 16px;
		font-size: 24px;
		letter-spacing: -0.4px;
	}
	.search-hash p {
		font-size: 14px;
	}
}

/* community detail */
.community-contents-detail-inner {
	overflow-y: scroll;
	position: absolute;
	width: 100%;
	height: 100%;
}
.community-contents-detail-inner .btn-modal-close {
	top: 62px;
	margin-left: -407px;
	width: 814px;
}
.community-contents-detail .community-contents {
	margin: 122px auto 32px;
	padding: 32px 32px 0;
	width: 814px;
}
.community-contents-detail .community-contents hr {
	margin: 32px -32px 0;
	height: 8px;
	background-color: #ebebeb;
}
@media only screen and (max-width: 1023px) {
	.community-contents-detail .community-contents {
		margin: 0;
		padding: 16px 16px 0;
		width: 100%;
	}
	.community-contents-detail .btn-modal-close {
	    left: auto;
	    top: 21px;
	    right: 16px;
	    margin-left: 0;
	    width: 22px;
	    height: 22px;
	}
	.community-contents-detail .community-contents hr {
		margin: 16px -16px 0;
	} 
}
/* community contents detail | comment */
.community-comment {
	padding: 32px 0 0;
}
.community-comment.depth2 {
	padding-left: 32px;
}
.community-comment.community-comment-delete {
	padding: 0;
	height: 84px;
	line-height: 84px;
	font-size: 16px;
	text-align: center;
	color: #acacac;
	border-bottom: 1px solid #ebebeb;
}
.community-comment .item-body > div > p.community-comment-security {
	line-height: 24px;
	white-space: normal;
	color: #acacac;
}
.community-comment .item-body > div > p.community-comment-mentor {
	line-height: 24px;
	margin-bottom: 16px;
	white-space: normal;
	color: #f2a71f;
}
.community-comment .community-comment-security img,
.community-comment .community-comment-mentor img {
	width: 16px;
}
.community-comment .item-footer {
	margin-top: 12px;
	padding: 0 0 32px;
	border-top: none;
	border-bottom: 1px solid #ebebeb;
}
@media only screen and (max-width: 1023px) {
	.community-comment {
		padding: 16px 0 0;
	}
	.community-comment.community-comment-delete  {
		height: 59px;
		line-height: 59px;
	}
	
	.community-comment .item-body > div > p.community-comment-security,
	.community-comment .item-body > div > p.community-comment-mentor {
		font-size: 14px;
	}
	.community-comment .item-footer {
		padding: 0 0 16px;
	}
}