@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable.css');

@charset "utf-8";
.article * { font-family: 'Pretendard-Regular'; font-size:13.5px !important; }

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

::selection {background:#DADAE3; color:#424242;}
::-moz-selection{background:#DADAE3; color:#424242;}

/* 공통 요소 */
body{
	font-family: 'Pretendard-Regular';
	font-size:11px;
	line-height:1.2;
}
a, a:link, a:visited, a:hover, a:active{
	text-decoration:none;
	color:#aaa;
}
input{
	font-family: 'Pretendard-Regular';
	font-size:11px;
}
button, input[type="submit"]{
	background:none;
	border:0;
	padding:0;
	color:#aaa;
}
a:hover, a:active{
	color:#86dd82 !important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
input:focus{
	outline-style:none;
}
blockquote{
	margin:0;
	margin:10px;
	padding:15px;
	border-left:2px solid #e57661;
}
.moreless_fold{
	font-weight:bold;
	font-size:10px;
}
.moreless_content{
	border:1px solid #e57661;
	font-size:10px;
	margin:5px;
	padding:10px;
}
img{
    max-width: 100%;
    height: auto;
}
#tistorytoolbarid{
	display:none;
}

/* 레이아웃 */
#container{
	margin:20px auto;
	width:700px;
	background:white;
	padding:20px;
	border:0px solid #e2e2e2;
}
#container #header{
	position:relative;
}
#container #header h1{
	font-family: 'Pretendard-Regular'
	color:#f8c58c;
}
#container #header .menu{
	position:absolute;
	top:0;
	right:0;
	text-align:right;
}
#container #category_button{
	border:1px solid #e2e2e2;
	padding:5px;
	font-family: 'Pretendard-Regular';
	font-size:px;
	color:#aaa;
}
#container #header .menu .menu_icon{
	font-size:15px;
	margin:5px 0;
}
#container #header .menu .menu_icon input{
	border:0;
	border-bottom:1px solid #e2e2e2;
	width:15px;
	padding:2px;
}
.tt_category, .tt_category ul, .tt_category li{
	margin:0;
	padding:0;
	list-style:none;
}
.tt_category{
	display:none;
	padding:5px;
}
.tt_category a, .tt_category a:link, .tt_category a:visited{
	color:#aaa;
}
.menu_title{
	font-size:inherit;
	color:#aaa;
	margin:7px 0;
}
#footer{
	margin-top:10px;
	color:#aaa;
	font-family: 'Pretendard-Regular';
}

/* 검색 결과 목록 */
.searchList ol{
	margin:0;
	padding:0;
}
.searchList li{
	list-style:none;
	margin:10px 0;
}
.searchList .date{
	font-family: 'Pretendard-Regular';
	font-size:10px;
	font-weight:bold;
	background:#86ddb2;
	color:white;
	padding:3px;
	margin-right:5px;
}

/* 태그로그 */
.taglog ul{
	margin:0;
	padding:0;
}
.taglog li{
	list-style:none;
	display:inline-block;
	margin-right:5px;
	padding:5px;
	border:1px solid #e2e2e2;
}
.taglog .cloud5:link, .taglog .cloud5:visited{
	color:#86ddb2;
}
.taglog .cloud4:link, .taglog .cloud4:visited{
	color:#f8c58c;
}
.taglog .cloud3:link, .taglog .cloud3:visited{
	color:#f8c58c;
	font-weight:bold;
}
.taglog .cloud2:link, .taglog .cloud2:visited{
	color:#e57661;
}
.taglog .cloud1:link, .taglog .cloud1:visited{
	color:#7b2a38;
}

/* 글쓰기 */
.guestWrite input[type="text"], .guestWrite input[type="password"], .commentWrite input[type="text"], .commentWrite input[type="password"]{
	padding:5px;
	border:1px solid #e2e2e2;
	width:150px;
}
.guestWrite textarea, .commentWrite textarea{
	width:100%;
	border:1px solid #e2e2e2;
	font-family: 'Pretendard-Regular';
	font-size:11px;
}
.guestWrite input[type="checkbox"]+label, .commentWrite input[type="checkbox"]+label{
	color:#aaa !important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.guestWrite input[type="checkbox"]:checked+label, .commentWrite input[type="checkbox"]:checked+label{
	color:#86ddb2 !important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.guestWrite input[type="submit"], .commentWrite input[type="submit"]{
	padding:7px;
	border:1px solid #e2e2e2;
}

/* 방명록/댓글 */
.guestList ol, .guestList il, .guestList ul, .commentList ol, .commentList il, .commentList ul{
	margin:0;
	padding:0;
	list-style:none;
}
.guestList .name, .commentList .name{
	font-weight:bold;
	color:#e57661;
	margin-right:5px;
}
.guestList .name a, .commentList .name a{
	color:#e57661; !important;
}
.guestList .date, .commentList .date{
	font-family: 'Pretendard-Regular';
	font-size:11px;
}
.guestList ol li div .control, .commentList ol li div .control{
	display:none;
}
.guestList ol li div:hover .control, .guestList ol li div:active .control, .commentList ol li div:hover .control, .commentList ol li div:active .control{
	display:inline;
}
.guestList ol li ul, .commentList ol li ul{
	padding-left:10px;
	border-left:2px solid #f8c58c;
}

/* 글 */
.entry, .entryNotice, .entryProtected{
	margin:20px 0;
	font-family: 'Pretendard-Regular'
}
.entryProtected input{
	padding:5px;
	border:1px solid #e2e2e2;
	width:150px;
}
.titleWrap h2{
	font-size:inherit;
	color:#aaa;
	margin:0;
}
.titleWrap .category a{
	background:#EEB8FF;
	padding:3px;
	color:white !important;
	margin-right:1px;
}
.titleWrap h2 a{
	color:#aaa !important;
}
.titleWrap .date{
	font-family: 'Pretendard-Regular';
	color:#aaa;
}
.titleWrap .admin{
	color:#aaa;
}
.container_postbtn{
	padding:10px 0 !important;
}
.another_category{
	border:0 !important;
}
.actionTrail{
	margin-top:5px;
}

/* 페이징 */
.paging{
	padding:20px;
	text-align:center;
	font-family: 'Pretendard-Regular';
	font-size:15px;
}
.paging a{
	padding:0 10px;
}
.paging a .selected{
	color:#86ddb2 !important;
}
.paging .no-more-prev, .paging .no-more-next{
	display:none;
}

/* 반응형 레이아웃 */
@media screen and (max-width:499px){
	#container{width:90%;margin:0 auto;}
}
.container_postbtn {display: none;}

/* 마우스 커서 */
* {cursor: url(https://cur.cursors-4u.net/cursors/cur-1/cur8.png), auto !important;}