@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

body, td, li, a, input, textarea, span, div {
	font-family: "Nanum Gothic";
	font-size: 12px;
	color: #000;

}

a {
	text-decoration: none;
}

a:hover {
	background-color: yellow ;
}

#left_menu_box {
	width: 240px !important;
	height: 100%;
	border-right: 1px solid #909090;
	vertical-align: top;
}

#contents_box {
vertical-align: top;
}

.left_menu_title {
	clear: both;
	font-weight: 700;
	font-size: 13px;
	margin-top: 40px;
}

.left_menu_content {
	font-weight: 300;
	line-height: 17px;
	margin-top: 18px;

}

.credit {
	font-size:11px;
	color:#202020;
	padding-top:7px;
	text-align: right;
	font-weight: 300;
	line-height:16px;
	word-break:break-all;
}


.image_gap {
    clear: both;
	height: 120px;
}


.article_box {
	width: 720px;
	font-weight: 300;
	line-height: 22px;
	text-align: justify;
	font-size: 13px;
}