@charset "utf-8";
/* ----------------------------------------------------------------------------------------------------
 *	Daonsoft Publishing.Div
 * Author	: 2009-07-21 by 2dea
 * Descript	: Daonsoft Default CSS
 * Location	: http://www.2dea.com
 * Last Edit+	: 2010-02-05 by 2dea
 * Comment	: Modified Line-
 ---------------------------------------------------------------------------------------------------- */

/* Import Rules */
@import url("/resource/new_css/layout.css");
@import url("/resource/new_css/applet.css");

/* Category Selector */
.link_contents ul{display: inline-block; }
	html>body .link_contents ul:after {content: ""; display: block; clear: both; height: 0px; visibility: hidden; }
	.link_contents ul li {display: inline; float: left; padding:30px 0px; border-bottom:1px solid #e9e9e9; }
	.link_contents ul li.first-child{}
	.link_contents ul li .link_img{display: inline; float: left; width:175px; padding-right: 10px; }
	.link_contents ul li .link_text{display: inline; float: left; width:465px; padding-left: 10px; line-height: 1.4em;}

.dic_keyword {
    float:left;
    width:670px;
	height:98px;
	margin-top:20px;
	padding-top:10px;
	clear:both;
	background:url('/resource/new_images/knowledge/word_bg_02.gif') no-repeat left top;
	}

.dic_keyword .wordtitle {
    float:left;
	width:650px;	
	padding-left:12px;
	}
	
.dic_keyword dl {
	padding-top:2px;
	width:650px;
	}

.dic_keyword dt {
    float:left;
	width:65px;
	height:20px;
	}
	
.dic_keyword img {
    vertical-align:middle;
	margin-bottom:3px;
	}
		
.dic_keyword dd {
	display: inline;
	}
	
.keywordlist {
	padding:15px 10px 20px 10px;
	width:650px;
	clear:both;
	}

.keywordlist dl {
	padding-top:5px;
	}	

.keywordlist dt {
	width:650px;
	padding-bottom:3px;
	font-weight:bold;
	}

.keywordlist dd {
	width:630px;
	background:#f6f6f6;
	padding:10px 10px;
	margin-bottom:15px;
	}
	
.keywordtitle{ 
    width:660px; 
	border-bottom:1px solid #e4e4e4;
	clear:both;
	font-weight:bold;
	font-size:120%;
	color:#fc4902;
	padding:5px 0px 5px 10px;
	}
	
.keywordtitle p{ 
	color:#fc4902;
	}	

.tablestyle{ 
    width:100%;
	float:left;
	border-top:1px solid #6aa83b;
	border-bottom:1px solid #e4e4e4;
	margin-top:25px;
	clear:both;
	}


/* For Pages Print */
@media print {
	* {font-family: "맑은 고딕", "Malgun Gothic", "MG", "돋움", Dotum, AppleGothic, sans-serif !important; color: #000 !important; }
	a {text-decoration: underline !important; }
	body,
	#dobody {background: transparent none; }
	#dobody #header,
	#dobody #chest .area-snb,
	#dobody #chest .area-cnt .area-path,
	#dobody #chest #heart .performing,
	#dobody #chest #heart .ordering,
	#dobody #chest .area-cnt .area-poll,
	#dobody #tail,
	#dobody #footer,
	#dobody #carpet {display: none; }
	#dobody,
	#dobody #chest,
	#dobody #chest #heart {height: auto; margin: 0px; padding: 0px; }
}






