@charset "utf-8";

/* 공통 요소 */
html, body {margin: 0; width: auto; height: 100%; padding: 0; background:#151515; font: 12px "돋움","Tahoma","Dotum"; line-height:170%;}


a {text-decoration: none; }
a:hover {text-decoration: underline; }

img {border: 0; vertical-align:middle;}
.ib .click img	{vertical-align:baseline !important;}
hr {display: none; }
input {vertical-align: middle; }
ul, ol {margin: 0; padding: 0; list-style: none; }
li, dl, dt, dd {margin: 0; padding: 0; }
h1, h2, h3, h4 {margin: 0; padding: 0; line-height: 1em; }
.clear {clear: both; }
.count {font-size: 11px; }

/* 레이아웃 */
#wrap										{width:100%; margin:0 auto;position:relative;}
#container								{width:auto; height: 100%; background:#151515;}
#content									{width:100%; padding: 0;}

.title											{padding:50px 0 0 30px; color:#671D1F; line-height:140%; text-decoration:none;}
.title a										{color:#671D1F; text-decoration:underline;}
.title a:hover							{color:#671D1F; text-decoration:underline;}

.article_post							{padding:23px 0 0 30px; color:#757373; line-height:140%;}
.article_post a							{color:#565454; text-decoration:underline;}
.article_post a:hover				{color:#757373; text-decoration:underline;}

.hidden_link								{color:#757373; line-height:140%;}
.hidden_link a							{color:#111111; text-decoration:none;}
.hidden_link a:hover				{color:#282828; text-decoration:underline;}

.cl												{padding:8px;}
.float_bottom							{position:absolute; bottom:10px; right:10px; color:#5B5B5B;}


/* IE 핵 */
* html #container { height:100%; }
* {
padding: 0;
margin: 0;
}
