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

/* 배경설정 */
html {
	background: radial-gradient(#fff, #c8c8c8) fixed;
}

/* reset */
html {
	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 {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
body, th, td, input, select, textarea, button {
	color: #534;
	font-size: 12px;
	font-family: 'Nanum Barun Gothic', sans-serif;
	line-height: 1.5;
	text-shadow: 0 1px 0 #f3f2f1;
}
a {
	color: #534;
	text-decoration: none;
}
a:active, a:hover {
	color: #ea633a;
	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 {
	position: relative;
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	padding: 40px 15px;
	box-sizing: border-box;
}
#container: after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
}
#content {
	position: relative;
	margin-left: 240px;
	padding:15px;
	background: none;
}
#tt-body-category #content {
	padding: 0;
	background: none;
}

/*헤더*/
#header {
	position: fixed;
	z-index: 1;
	width: 220px;
	text-align: center;
}
#logo {
	display: inline-block;
	vertical-align: bottom;
}
#logo div {
	display: inline-block;
	width: 100px;
	height: 100px;
	margin: 20px 0;
	overflow: hidden;
	border-radius: 50px;
	background-image: url("./images/logo.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	vertical-align:bottom;
}
#header h1 a {
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 5px 0;
	color: #534;
}
#header h1 a:hover {
	color: #ea633a;	
}
.header_wrap {
	padding: 0px;
}
.blogMenu {
	margin-top: 15px;
}
.blogMenu ul {
}
.blogMenu li {
	display: inline-block; 
	margin-right: 5px;
}
.blogMenu li a {
	color: #534;
	cursor: pointer;
}
.blogMenu li a:hover {
	color: #ea633a;
}
.blogMenu li:last-child {
	margin: 0;
}
.search {
	display: none;
	position: relative;
	margin-top: 10px;
}
.search_wrap {
	display: inline-block;
	position: relative;
}
.search .search_input {
	width: 100%;
	max-width: 100%;
	height: 24px;
	padding-left: 5px;
	border: #d7d7d7 0px solid;
	border-radius: 0;
	background-color: #f5f5f5;
}
.search .submit {
	position: absolute;
	top:2px;
	right:5px;
	width:15px;
	border: 0;
	background: #f5f5f5;
	font-size: 15px;
	font-family: FontAwesome;
}

/*카테고리*/
.category {
}
.category img {
	display: none;
}
.category .tt_category {
	
}
.category .tt_category>li {
}
.category .category_list {
}
.category .category_list>li {
	position: relative;
}
.category a.link_item, .category a.link_tit {
	display: block;
	padding: 5px;
	color: #534;
}
.category a.link_item:hover, .category a.link_tit:hover {
	background: #fff0;
	color: #ea633a;
}
.category .category_list>li:hover .sub_category_list {
	display: block;
}
.category .sub_category_list {
	display: none;
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 60%;
	margin-top: 10px;
	margin-left: 20px;
	border-left: 1px solid #534;
	text-align: left;
}
.category .sub_category_list>li {
	padding: 2px 7px;
}
.category a.link_sub_item {
	display: block;
	padding: 3px;
	color: #ea633a;
	white-space: nowrap;
}
.category a.link_sub_item:hover {
	color: #534;
}
.category .tt_category>li>a { /*전체 카테고리 숨기기*/ 
	display: none;
} 

/*리스트*/
.grid-item {
	position: relative;
	width: 32%;
	margin-bottom: 2%;
	background: none;
}
.gutter-sizer {
	width: 2%;
}
.grid-item a {
	display: block;
	position: relative;
	margin: 0px;
}
.grid-item .thumb {
	width: 100%;
	vertical-align: bottom;
}
.grid-item .list-con {
	position: absolute;
	z-index: 10;
	left: 0;
	bottom:0;
	width: calc(100% - 20px);
	padding: 10px;
	background: rgba(255, 255, 255, 0.6);
}
.grid-item .list-con {
	opacity: 0;
	transition: opacity 0.4s ease;
}
.grid-item a:hover .list-con {
	opacity: 0.7;
}
.grid-item .list-title {
	color: #534;
	overflow: hidden;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap; /*썸네일 글 제목 길이 자르기*/
	word-break:break-all;
}
.grid-item .list-title img {
	display: none;
}
.grid-item .list-date {	
	color: #9b958f;
	font-family: 'Cuprum', 'Nanum Barun Gothic', sans-serif;
}
.grid-item .list-cnt {
	color: #9b958f;
	font-size: 0.9em;
	font-weight: 700;
}
.grid-item.noimg .list-con {
	position: static;
	width: auto;
	opacity: 1;
}
.grid-item .list-desc {
	margin-top: 0px;
	color: #534;
	text-align: justify;
}
.grid-item.noimg .thumb {
	display: none;
}
.fa.icon_new {
	position: relative;
	margin-left:4px;
	font-size: 13px;
	line-height: 18px;
	animation: newblink 1.5s infinite;
}
.icon_new:after {
	position: absolute;
	left: 3px;
	content: "N";
	color: #fff;
	font-size: xx-small;
	font-family: 'Cuprum', 'Noto Sans KR', sans-serif;
}
@-webkit-keyframes newblink {
	0%, 49% {
		color: #bac4db;
	}
	50%, 100% {
		color: #fed4c7;
	}
}

/*리스트형*/
.grid-list {
	margin-bottom: 40px;
	padding: 15px;
	background: #fff;
}
.grid-list .thumbWrap, .grid-list .list-desc {
	display: none !important;
}
.grid-list li {
	width: auto;
	margin-bottom: 0; 
	border-bottom: 1px solid #d7d7d7;
	background: none;
}
.grid-list li:first-child {
	border-top: 1px solid #d7d7d7;
}
.grid-list a {
	margin: 0 !important;
}
.grid-list .list-con {
	position: static;
	padding: 10px !important;
	border: 0 !important;
	background: none;
	opacity: 1 !important;
	text-align: left;
	transition: none;
}
.grid-list .list-con:after {
	content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=0 );
    z-index: 10;
}
.grid-list .list-title {
	float: left;
	width: calc(100% - 70px) !important;
	overflow: visible;
	color: #333;
	text-overflow: clip;
	white-space: normal;
}
.grid-list .list-date {
	float: right;
	color: #999 !important;
}

/*글설정*/
.titleWrap {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.titleWrap .title-cate {
	display: inline-block;
	margin-bottom: 15px;
	padding-bottom: 2px;
	border-bottom: 1px solid #9b958f;
	color: #9b958f;
	letter-spacing: 2px;
}
.titleWrap .title-cate:hover {
	color: #ea633a;
}
.titleWrap h2 {
	margin-bottom: 15px;
	font-size: 1.7em;
}
.titleWrap .title-date {
	display: inline-block;
	color: #9b958f;
	font-family: 'Cuprum', 'Nanum Barun Gothic', sans-serif;
	font-size: 11px;
}
.titleWrap .title-admin {
	display: inline-block;
	font-family: 'Cuprum', 'Nanum Barun Gothic', sans-serif;
	font-size: 11px;
}
.titleWrap .title-admin a {
	margin-left: 5px;
}
.titleWrap .title-admin:before {
	margin-left: 5px;
	content: "/";
}
.entry img {
	max-width: 100%;
	vertical-align: bottom;
}
.article {
	margin-bottom: 15px;
	line-height: 1.8em;
}
.article .imageblock {
	width: auto !important;
}
.entryProtected .article {
	margin-bottom: 50px;
	text-align: center;
}
.entryProtected .article p:last-child { 
	margin-top: 5px;
}
.entryProtected .article .password {
	width: 150px;
	height: 24px;
	border: 1px solid #f5f5f5;
	border-radius: 0px;
}
.entryProtected .article .submit {
	margin-left: 4px;
	padding: 3px 5px;
	border: 0px solid #f5f5f5;
	border-radius: 0px;
	background: #f5f5f5;
	color: #534;
	font-family: 'Cuprum', 'Nanum Barun Gothic', sans-serif;
	cursor: pointer;
}
blockquote.tx-quote-tistory {
	margin-left: 25px;
	padding: 10px;
	border-left: 3px solid #bac4db;
	background: #f8f8f8;
	font-style: italic;
}

/* 본문 - more / less */
.moreless_fold {
	margin: 0 0 10px 0;
	padding-left: 25px;
	background: url('images/icon-more.png') top left no-repeat;
	color: #534;
	font-weight: bold;
}
.moreless_top {
	padding-left: 25px;
	background: url('images/icon-less.png') top left no-repeat;
	color: #534;
	font-weight: bold;
}
.moreless_content {
	padding: 0px;
	background: none;
}
.moreless_bottom {
	padding-right: 25px;
	background: url('images/icon-less.png') top right no-repeat;
	color: #534;
	font-weight: bold;
	text-align: right;
}
div.another_category {
	margin-bottom: 0;
}
.another_category td {
	font-family: 'Cuprum', 'Nanum Barun Gothic', sans-serif;
}
.tagTrail {
	margin-bottom: 15px;
	margin-top: 30px;
}
.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%;
	height: 80px;
	margin-bottom:5px;
	padding: 5px;
	border: 0px solid #d7d7d7;
	border-radius:0px;
	background: #f5f5f5;
	resize: vertical;
	box-sizing: border-box;
}
.commentWrite textarea:after {
	display: block;
	visibility: hidden;
	clear: both;content: "";
}
.comment-guest input {
	width: 100px;
	padding: 2px;
	border: #f5f5f5 solid 0px;
	border-radius: 0px;
	background: #f5f5f5;
}
.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 {
	width: 100px;
	height: 24px;
	border: #f5f5f5 solid 0px;
	border-radius: 0px;
	background: #f5f5f5;
	color: #534;
	font-family: 'Cuprum', 'Nanum Barun Gothic', sans-serif;
	cursor: pointer;
}
.commentList {
	margin-bottom: 20px;
}
.commentList li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d7d7d7;
}
.commentList li.tt_more_preview_comments_wrap {
	padding-top: 10px;
	border: #f5f5f5 solid 0px;
	border-radius: 0px;
	background: #f5f5f5;
	color: #534;
}
.commentList ol>li:last-child {
	margin: 0;
}
.commentList ul {
	margin-top: 10px;
	margin-left: 20px;
	padding-top: 10px;
	padding-left: 10px;
	border-left: 3px solid #534;
}
.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 {
	width: auto;
	height: auto;
	margin: 0 0 0 5px;
	background: none;
}
.comment-title .tistoryProfileLayerTrigger:after {
	content: "\f2c0";
	color: #666;
	font-family: FontAwesome;
}
.comment-title .name {
	margin-right: 5px;
	font-weight: bold;
}
.rp_admin .comment-title .name a{
display:inline-block;
padding:0 5px;
background:#f5f5f5;
color:#534;font-weight:500;
}
.comment-title .date {
	color: #9b958f;
	font-family: 'Cuprum', 'Nanum Barun Gothic', sans-serif;
}
.comment-title .date a {
	visibility: hidden;
	margin-left:-17px;
	color: #9b958f;
}
.comment-title .date a:after {
	visibility: visible;
	content: "\f0a1";
	font-family: FontAwesome;
}
.comment-title .control { 
	float: right;
}
.comment-title .control a {
	margin-left: 4px;
	color: #9b958f;
}
.comment-con {
	line-height: 1.8em;
}
.hiddenComment p.comment-con, .rp_secret p.comment-con {
	color: #ea633a;
}

/*방명록*/
.guestWrite {
	margin-bottom: 20px;
}
.guestWrite:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
}
.guestWrite textarea {
	width: 100%;
	height: 80px;
	margin-bottom: 5px;
	padding: 5px;
	border: #f5f5f5 solid 0px;
	border-radius: 0px;
	background: #f5f5f5;
	resize: vertical;
	box-sizing:border-box;
}
.guestWrite textarea:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
}
.guest-guest input {
	width: 100px;
	padding: 2px;
	border: #f5f5f5 solid 0px;
	border-radius: 0px;
	background: #f5f5f5;
}
.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 { 
	width: 100px;
	height: 24px;
	border: #f5f5f5 solid 0px;
	border-radius:0px;
	background: #f5f5f5;
	color: #534;
	font-family: 'Cuprum', 'Nanum Barun Gothic', sans-serif;
	cursor: pointer;
}
.guestList {
	margin-bottom: 20px;
}
.guestList li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d7d7d7;
}
.guestList ol>li:last-child {
	margin: 0;
}
.guestList ul {
	margin-top: 10px;
	margin-left: 20px;
	padding-top: 10px;
	padding-left: 10px;
	border-left: 3px solid #534;
}
.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 {
	width: auto;
	height: auto;
	margin: 0 0 0 5px;
	background: none;
}
.guest-title .tistoryProfileLayerTrigger:after {
	content: "\f2c0";
	color: #666;
	font-family: FontAwesome;
}
.guest-title .name {
	margin-right: 5px;
	font-weight: bold;
}
.guest_admin .guest-title .name a {
	display: inline-block;
	padding: 0px 5px;
	background: #f5f5f5;
	color: #534;
	font-weight: 500;
}
.guest-title .date {
	color: #9b958f;
	font-family: 'Cuprum', 'Nanum Barun Gothic', sans-serif;
}
.guest-title .date a { 
	visibility: hidden;
	margin-left: -17px;
	color: #9b958f;
}
.guest-title .date a:after {
	visibility: visible;
	content: "\f0a1";
	font-family: FontAwesome;
}
.guest-title .control {
	float: right;
}
.guest-title .control a { 
	margin-left: 4px;
	color: #9b958f;
}
.guest-con { 
	line-height: 1.8em;
}
.hiddenComment p.guest-con, .guest_secret p.guest-con {
	color: #ea633a;
}

/*태그로그*/
.taglog {
	list-style: none;
	text-align: justify;
}
.taglog li {
	display: inline-block;
	margin: 2px;
}
.taglog a.cloud1 {
	color: #ff00ff;
	font-size: 1.6em;
	font-weight: bold;
}
.taglog a.cloud2 {
	color: #a5df00;
	font-size: 1.4em;
	font-weight: bold;
}
.taglog a.cloud3 {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
}
.taglog a.cloud4 {
	color: #00bfff;
}
.taglog a.cloud5 {	
}
.taglog a.cloud6 {
}
.taglog li a:hover {
	color: #ea633a;
}

/*페이징*/
.paging {
	padding-top: 10px;
	text-align: center;
}
.paging .fa, #tt-body-category .paging .fa {
	color: #534;
}
.paging a.num, #tt-body-category .paging a.num {
	margin:0 4px; 
	color: #9b958f;
}
.paging .fa:hover, .paging a.num:hover, #tt-body-category .paging .fa:hover, #tt-body-category .paging a.num:hover {
	color: #ea633a;
}
.paging a.num span.selected, #tt-body-category .paging a.num span.selected {
	color: #534;
	font-weight: bold;
}

/*푸터*/
#footer {
	margin: 30px auto 0;
	color: #9b958f;
	font-family: 'Cuprum', 'Nanum Barun Gothic', sans-serif;
	text-align: center;
	font-size: 11px;
}
.counter span.today {
	color: #479fde;
}
.counter span.yesterday {
	color: #ffbf00;
}
.counter span.total {
	color: #f82696;
}

#tt-body-category #footer, #tt-body-category #footer a {
}

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

/* Icon 4 */
#nav-icon4 {
	display: none;
	position: fixed;
	z-index: 10000;
	width: 40px;
	height: 30px;
	margin: 15px;
	cursor: pointer;
	transform: rotate(0deg);
	transition: .5s ease-in-out;
}
#nav-icon4 span {
	display: block;
	position: absolute;
	left: 0;width: 100%;
	height: 6px;
	border-radius: 6px;
	background: #000;
	opacity: 1;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}
#nav-icon4.open span {
	background: #fff;
}
#nav-icon4 span:nth-child(1) {
	top: 0px;
	transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
	top: 12px;
	transform-origin: left center;
}
#nav-icon4 span:nth-child(3) {
	top: 24px;
	transform-origin: left center;
}
#nav-icon4.open span:nth-child(1) {
	top: -2px;
	left: 6px; 
	transform: rotate(45deg);
}
#nav-icon4.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}
#nav-icon4.open span:nth-child(3) {
	top: 26px;
	left: 6px;
	transform: rotate(-45deg);
}
@media all and (max-width:900px) {
	.grid-item {
		width: 48%;
		margin-bottom: 4%;
	}
  .gutter-sizer {
		width: 4%;
	}
}
@media all and (min-width:701px) {
	#header {
		display: block !important;
	}
}
@media all and (max-width:700px) {
	html.active {
		position: fixed; 
		overflow-y: hidden;
	}
	html {
		background: #e9e9e9;
	}
	#nav-icon4 {
		display: block;
	}
  #container {
		padding: 0;
	}
  #header {
		display: none;
		z-index: 2000;
		width: 100%;
		height: 100%;
		padding: 20px 50px;
		background: #e9e9e9;
		overflow-y: auto;
		box-sizing: border-box;
	}
  #header.active {
		display: block;
	}
  .header_wrap {
		background: none;
	}
  #content {
		margin-left: 0;
	}
  #tt-body-category #content{
		padding: 15px;
	}
	
 /*카테고리*/
  .category a.link_item, .category a.link_tit, .blogMenu li a {
		color: #666;
		font-size: 1.1em;
	}
  .category .sub_category_list {
		display: none;
		position: static;
		border: 0;
		background: rgba(255, 255, 255, 0);
		box-shadow: none;
		text-align: center;
	}
  .category .sub_category_list>li {
		padding: 0;
	}
  .category a.link_sub_item {
		padding: 5px;
		color: #666;
		font-size: 1.1em;
	}
  .category .sub_category_list a:before {
		margin-right: 5px;
		content: "\f107";
		font-family: FontAwesome;
	}
	
 /*모바일 그리드*/
  .grid-item a {
	}
  .grid-list .grid-item a {		
	}
  .grid-item .list-hover {		
	}
  .grid-item .list-con {		
	}
  .grid-item .list-title {		
	}
  .grid-item .list-date {		
	}
  .guest-guest, .comment-guest {
		margin-right: 0;
		margin-bottom: 5px;
	}
  .guest-guest input, .comment-guest input {
		float: left;
		width: 32%;
		margin-right: 2%;
		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: ""
	}
}
@media all and (max-width:430px) {
  .grid-item {
		width: 100%;
		margin-bottom: 15px;
	}
  .gutter-sizer {
		width: 0;
	}
}

/*링크-점선-없애기*/
a {
	outline: none;
}
*:focus {
	outline: none;
}

/*스크롤바 숨기기*/
body::-webkit-scrollbar {
	display: none;
}

/* 공감버튼 없애기 */
.container_postbtn {display: none;}

/*Top btn*/
#toTop { 
	position: fixed; /* 포지션 고정 */ 
	bottom: 40px; /* 밑에서 100px */ 
	display: none; /* 보여지지 없음 - 기본적으로 안보여지게 */ 
	z-index: 9999; /* 포지션을 먼저 지정후 z-좌표(레이어) : 9999입니다. */ 
  right: 20px;
	width: 30px; 
	height: 30px; 
	background: url('images/icon-top.png') no-repeat;
}
#toTop:hover {  
	background-position: 0 -30px;
}

.clearfix::after {
    content: ' ';
    display: block;
    clear: both;
}