@charset "utf-8";
BODY,TD,SELECT,input,DIV,form,TEXTAREA,option,pre,blockquote{font-family:Dotum; font-size:8pt; color:#000; LINE-HEIGHT: 20px;} 

html {
	background-color: #bdd99a;
}
body {
	margin: 0px;
	padding-bottom: 25px;
}
h1 {
	font-weight: bold;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#container {
	max-width: 500px;
	padding: 25px;
	margin-left: auto;
	margin-right: auto;
	background-color: #bdd99a;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
#nav {
	font-size: 20px;
	text-align: right;
	float: right;
	font-weight: bold;
}

#nav span {
	color: #000;
}
#container img {
	max-width: 100%;
	border: none;
}
a {
	color: #000;
	text-decoration: underline;
	word-wrap: break-word;
}
a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: none;
}

h1 {
	color: #000;
	font-size: 36px;
	line-height: 1em;
	margin: 0px 0px 0px;
	padding: 0;
	font-weight: bold;
}
h1 a {
	display: block;
	color: #000;
	text-decoration: none;
}


.buttons {
	margin: 0;
	padding: 0;
}
.buttons li {
	display: inline-block;
	list-style-type: none;
	margin-bottom: 5px;
	margin-top: 3px;
}
.buttons a {
	display: inline-block;
	background: #C00000;
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	padding: 4px 8px 4px 8px;
	margin: 0;
	border-radius: 5px;
}
.buttons a:hover {
	background: #333333;
	color: #ffffff;
}
.regular, .caption, p {
	word-wrap: break-word;
}

html { overflow-y:scroll; }
.comment{
}

.commentList ol{
	padding:0;margin-top:10px; list-style:none; width:100%;
}
.commentList ol li{
	margin-top:10px;
	border-bottom:1px dotted #000;
}
.commentList ol li img{
	vertical-align:middle;
	padding:2px;
	width:16px;
	height:16px;
	border:1px solid #000;
	background-color:#FFF;
}
.commentList ol li .name{
	margin-bottom:5px;
}
.commentList ol li .replyFrom{
	font:11px Trebuchet MS;
	text-transform:uppercase;
	letter-spacing:1px;	
	color:#000;
}
.commentList ol li .date{
	font:11px Trebuchet MS;
	text-transform:uppercase;
	letter-spacing:1px;	
}
.commentList ol li .date a{
	color:#000;
}
.commentList ol li .date a:hover{
	text-decoration:underline;
}
.commentList ol li .reply{
	margin:5px 0;
	line-height:140%;
}
.commentList ol li .reply img{
	padding:0;
	margin:0;
	width:auto;
	height:auto;
	border:none;
	background:none;
}
.commentList ol li ul{
	list-style:none outside;
	margin-left:0px;
	margin-bottom:0;
}
.commentList ol li ul li{
	padding:10px;
	margin:10px 0;
	background-color:#fff;
	border:1px solid #000;
}

.commentWrite	{ margin-top:10px;}
.commentWrite label { font-size:9px; face:굴림;}
.commentWrite p { margin:2px 0;}
.commentWrite input		{ width:150px;}
.commentWrite textarea	{ width:100%; padding:5px;}
.commentWrite .homepage	{ width:300px;}
.commentWrite .submit	{ height:22px; }
.commentWrite input.checkbox	{ width:auto; border:none; background:none;}


.searchList ol	{ list-style:none;}
.searchList li	{ font-face:굴림; font-size:2; margin-bottom:7px; LINE-HEIGHT: 10px;}
.searchList li a:visited	{ padding-left:0px; bottom left no-repeat;}
.searchList .date	{ font-face:verdana; font-size:8pt; margin-left:0px; font-color=#999999}


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