@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 */
.down_button {margin-top: -40px; margin-bottom: 19px; text-align: right; !important; }

/* skill page popup */
.skillDiv {display: none; position: absolute; left: 50%; top: 200px; width: 980px; margin-left: -480px; background: #FFF; z-index: 100; }
	.skillDiv .skillDivBox {position: relative; z-index: 110; background: #FFF; padding-bottom: 10px; background: url("/resource/new_images/policy/skill_box_bg.gif") no-repeat 0% 100%; }
		.skillDiv .skillDivBoxWrap {padding-top: 32px; background: url("/resource/new_images/policy/skill_box_bg.gif") no-repeat; }
			.skillDiv .skillDivBoxCnt {padding: 0px 10px; border-right: 5px solid #e1e1e1; border-left: 5px solid #e1e1e1; background: #FFF; }
	.skillDiv #skillDivCnt {width: 100%; position: relative; z-index: 120; background: #FFF; }
	.skillDiv .skillDivClose {position: absolute; right: 20px; top: 13px; z-index: 130; }
		.skillDiv .skillDivClose button {width: 48px; height: 22px; vertical-align: middle; padding: 0px; font: 1em/1.25em "돋움", Dotum, AppleGothic, sans-serif; color: #000; border: none; background: url("/resource/new_images/policy/skill_img_button.gif") no-repeat; cursor: pointer; }
			.skillDiv .skillDivClose button span {position: absolute; left: 0px; top: 0px; width: 0px; height: 0px; overflow: hidden; visibility: hidden; font-size: 0em; line-height: 0em; }



/* 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; }
}






