@charset "UTF-8";

@font-face {
	font-family: 'DOSSaemmul';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_eight@1.0/DOSSaemmul.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
/* 프로필카드 영역 숨김 */
div[data-tistory-react-app="Namecard"] {
	display: none;
}

/*더보기*/
div[data-ke-type='moreLess'] .btn-toggle-moreless,
#tt-body-page div[data-ke-type='moreLess'] .btn-toggle-moreless {
	color: #000 !important;
	font-family: '돋움' !important;
	font-size: 11px !important;
}


* {
	letter-spacing: -1px;
	font-family: '돋움';
}

a,
a:link,
a:visited {
	color: #000;
	text-decoration: none;
}

input,
textarea,
button {
	outline: none;
	resize: none;
}

li,
ul,
ol,
dl {
	padding: 0;
	margin: 0;
	list-style: none;
}

body {
	color: #000;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

figure {
	display: block;
	padding: 0 !important;
	margin: 0 !important;
}

iframe,
img {
 
	display: inline-block;
	vertical-align: bottom;
	padding: 0 !important;
	margin: 0 !important;
}

figcaption {
	display: none;
}

iframe {
	height: 200px;
}

.prtop {
	margin-bottom: 20px;
}

.enterpw {
	display: inline-block;
	width: 100px;
	border: 1px solid #000;
}

.enterpw input {
	background: #FFF;
	text-align: center;
	padding: 15px;
	box-sizing: border-box;
	border: 0;
	width: 100%;
}

.enterpw input:first-child {
	border-bottom: 1px solid #000;
}

.enterpw input:last-child {
	color: #777;
	transition: 500ms ease;
	font-family: 'xeicon';
}

.enterpw input:last-child:hover {
	background: #F7F7F7;
}

#container {
	overflow: hidden;
	margin: 150px auto;
	margin-bottom: 50px;
	width: 600px;
}


#content {
	width: 100%;
}

img {

	box-sizing: border-box;
}

.container_postbtn {
	display: none;
}

/*사이드바*/
#side {
	font-weight: bold;
	text-align: center;
	width: 150px;
	position: fixed;
	margin-left: -300px;
}

#side .prf {
	margin-bottom: 40px;
	background: url('./images/fst.png');
	background-repeat: none;
	background-size: cover;
	background-position: center;
	width: 150px;
	height: 150px;
	border: 1px solid #000;
	box-sizing: border-box;
}

#side input {
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	box-sizing: border-box;
	border: 1px solid #000;
	margin-top: 10px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

#side .category {
	border-bottom: 1px solid #000;
	box-sizing: border-box;
	margin-bottom: 10px;
	display: block;
}

#side .top {
	background: #FFF;
	box-sizing: border-box;
	border: 1px solid #000;
	height: 35px;
	line-height: 35px;
	border-bottom: 0;
}

#side .category .menu {
	border: 1px solid #000;
	background: #FFF;
	border-top: 0;
	border-bottom: 0;
	font-weight: 400;
 
}

.menu li {}

.menu li li a {
	padding: 10px;
	display: block;
}

.menu li li {
	padding: 0;
}

.menu a.link_tit {
	display: block;
	padding: 10px;
}

.me1,
.me2 {
	background: #FFF;
	box-sizing: border-box;
	width: 70px;
	float: left;
	border: 1px solid #000;
	height: 35px;
	line-height: 35px;
	margin-bottom: 10px;
}

.me1 {
	margin-right: 10px;
}

/*보호글*/
.entryProtected {
	text-align: center;
	border: 1px solid #000;
	box-sizing: border-box;
	background: #FFF;
	padding: 20px;
	display: block;
}

/*공지*/
.entryNotice {
	display: block;
	overflow: hidden;
}

/*태그로그*/
.taglog {
	overflow: hidden;
	padding: 10px;
	border: 1px solid #000;
	margin-bottom: 1px;
	box-sizing: border-box;
	background: #FFF;
}

.taglog a {
	float: left;
	padding: 10px;
	display: block;
}

.taglog a:before {
	content: "#"
}

/*방명록*/
.guest {
	margin-bottom: 50px;
}

.guestmember {
	overflow: hidden;
	box-sizing: border-box;
	border-right: 1px solid #000;
	margin-bottom: 20px;
}

.guestm {
	font-size: 11px;
	font-family: 'PT Sans', '돋움';
	width: 33.3%;
	display: block;
	float: left;
	border: 1px solid #000;
	border-right: 0;
	outline: none;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
}

input[type="checkbox"] {
	display: none;
}

input[type="checkbox"]+label {
	font-weight: bold;
	display: block;
	margin-bottom: 15px;
}

input[type="checkbox"]+label:after {
	content: "공개글";
	color: #aaa;
}

input[type="checkbox"]:checked+label:after {
	content: "비밀글";
	color: #000;
}

textarea {
	display: block;
	outline: none;
	resize: none;
	padding: 20px;
	font-size: 11px;
	margin-bottom: 20px;
	height: 140px;
	width: 100%;
	border: 0px;
	box-sizing: border-box;
	border: 1px solid #000;
	background: #fff;
	transition: 200ms ease;
}

input[type="submit"] {
	margin-right: 20px;
	font-size: 11px;
	background: #000;
	padding: 8px 10px;
	color: #fff;
	border: 0px;
	border: 0;
}

/*갤러리형*/
.gallery {
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
}

.gallery .tit,
.gallery .date {
	display: none;
}

.gallery li {
	position: relative;
	float: left;
	width: 30%;
	margin: 5%;
	margin-left: 0;
	margin-top: 0;
	box-sizing: border-box;
	border: 1px solid #000;
	overflow: hidden;
}

.gallery li:hover #hover {
	opacity: 1;
}

.gallery li:nth-child(3n) {
	margin-right: 0;
}

.gallery img {
	display: block;
	transition: 500ms ease;
}

.thumb {
	position: absolute;
}

.gallery img:hover {
	transform: scale(1.1);
}

/*리스트형*/
.textli {
	border: 1px solid #000;
	padding: 30px;
	box-sizing: border-box;
	background: #FFF;
}

.textli img {
	display: none;
}

.textli li {
	overflow: hidden;
	padding: 20px 15px;
	border-bottom: 1px solid #000;
}

.textli .tit {
	float: left;
}

.textli .date {
	float: right;
	letter-spacing: 1px;
}

.textli li:first-child {
	border-top: 1px solid #000;
}

::selection {
	color: #fff;
	background: #000;
}

/*본문*/
#article {
	margin-bottom: 50px;
	width: 100%;
	border: 1px solid #000;
	padding: 30px;
	box-sizing: border-box;
	background: #FFF;
}

.article a:link,
.article a:visited {
	text-decoration: underline;
}

.titleWrap {
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}

.title {
	font-weight: bold;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 5px;
	display: block;
}

.titleWrap .date {
	letter-spacing: 0.5px;
}

.article {
	line-height: 2;
}
 

/*페이징*/
#paging {
	margin-top: 40px;
	padding: 0;
	text-align: right;
}

#paging a {
	margin-left: 20px;
}


/*태그*/
.tag {
	padding-top: 10px;
}

.tag a:before {
	content: '#';
}

.tag a {
	text-decoration: underline;
}

/*댓글*/
.comment {
	margin: 50px 0;
}

.commentList {
	border: 1px solid #000;
	margin-top: 20px;
	border-bottom: 0;
}

.commentList li #first,
.commentList ul li {
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
	border-bottom: 1px solid #000;
	;
}

.commentList ul li .name:before {
	font-weight: 400;
	content: '└';
	position: absolute;
	margin-left: -20px;
	font-family: '돋움';
}

.cm_date {
	margin-left: 10px;
	color: #777;
}

.name {
	margin-right: 10px;
	font-weight: bold;
}

.control {}

.control a {
	color: #777;
}

.commentList li {}

.commentList ul li {
	padding-left: 80px;
}

/*스크롤*/
::-webkit-scrollbar {
	width: 0px;
}

::-webkit-scrollbar-thumb {
	background: #ddd;
}