@charset "UTF-8";
@import "textcontents.css";

/* YUI global reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
	page-break-after:auto;
}
caption, th {
	text-align:center;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */
input, select { vertical-align:middle; }
/* 그 외 초기화 */
body {
	color:#222;
	font-family: "돋움", "굴림";
	font-size:10pt;
	line-height: 1.2em;
	background-color:white;
}
/*  =============================================================================================================  */

/*  보여주지 않을 요소  */
#subHeader, #sidebar, #skipNavi, #guide_footer, #readerDown, .title .l, #view_download, .view_btn, #view_list01, .articleList, #recomm, .ui-tabs-nav, .btn_01, .hidden
 {display:none;}

/*  =============================================================================================================  */
#contents h4 { background:none; }
.title .navy {
	float:right;
	padding:18px 5px 0px 0px;
	font-size:0.85em;
	clear:both;
}
#mainColumn .title {
	background:url(/common/images/about/logo-koreng1.jpg) no-repeat scroll 0 0;
	height:55px;
	width:100%;
}
	#contents h2 {
border-bottom:3px solid #777777;
border-top:1px solid #777777;
font-family:daum_regular,"맑은 고딕","돋움";
font-size:150%;
font-weight:bold;
margin-bottom:0.5em;
padding:0.5em 0;
text-align:center;
	}
/*  뷰 컨텐츠(일반형)  */
#viewDiv {
	padding:20px 0px 20px 0px;
}
#viewDiv h1 {
	font-size:30px;
	line-height:33px;
}
#viewDiv h2 {
	height:25px;
	width:100%;
	margin-bottom:20px;
	padding-top:5px;
	font-size:15px;
	text-align:center;
	font-weight:bold;
	border:1px solid #DDE5E9;
	background-color:#E3EFF5;
}
#viewDiv h3, #viewDiv h4,#viewDiv h5,#viewDiv h6 {
	margin:1em 0 .2em;
	font-weight:bold;
	border-bottom:1px solid #aaa;
	padding:0.2em 0 0.2em 0.5em;
/* 	text-shadow:1px 1px 1px #aaa;
 */}
#viewDiv h3 {
	font-size:1.4em;
	}
#viewDiv h4 {
	font-size:1.1em;
	border-left: 10px solid #8A76FD;
	background-color:#f5f5f5;
	}
#viewDiv h5 {
background:url(/common/images/common/bullet_arrow_blue.gif) no-repeat scroll 3px 50%;
border-bottom:1px dotted #CCCCCC;
font-size:1.05em;
padding:2px 1em;
	}
#viewDiv h6 {
font-size:1em;
background-color:#f0f0ff;
padding:.2em 1em;	}
#viewDiv ul {
	margin-left:15px;
}
#viewDiv ul li {
	line-height:1.6em;
	padding:0px 0px 0px 15px;
	background:url(/common/images/common/board_icon_02.gif) no-repeat 5px 6px;
}
#viewDiv li a {
	color:#990000;
	text-decoration:underline;
}
#viewDiv ul li ul {
margin-left:0;
}
#viewDiv ul li ul li {
background:url(/common/images/common/bullet_03_blueSquare.gif) no-repeat 5px 50%;
}
#viewDiv p {
	line-height:1.8em;
	padding: 0px 15px 5px;
	text-align:justify;
	font-size:.9em;
}
#viewDiv img {
	margin:5px 0;
}
#viewDiv table p { 	font-size:1em;}
#viewDiv table th p {
	margin:0;
	padding:0;
	text-align:center;
	line-height:1.4em;
}
	#viewDiv table th {
		background-color:#f0f0fa;
		font-weight:bold;
		padding:2px;
	}
	#viewDiv table td {
		padding:5px;
	}
	#viewDiv table td ul {
		margin:0;
	}
	#viewDiv table td p {
		padding:0;
	}
#viewDiv .movieScript {
	padding:.5em;
	border:1px solid #ddd;
	margin:1em 0;
	overflow:auto;
	height:250px;
}
/*  뷰 컨텐츠(답변형)  */
#viewDiv_faq, #viewDiv_faq2 {
	line-height:1.6em;
	padding:10px;
	margin:10px 0px 0px 0px;
	text-align:justify;
	min-height:10em;
	height:auto !important;
	height:10em;
}
#viewDiv_faq {
	background:#F0F5FA;
	border:1px solid #DDDDDD;
	border-bottom:none;
}
#viewDiv_faq h5, #viewDiv_faq2 h5 {
	float:right;
	font-size:5em;
	color:#ddd;
	line-height:1.2em;
	font-weight:bold;
	font-family:Tahoma,Verdana,Sans-serif;
	margin:0 10px;
}

#viewDiv_faq2 {
	margin:0;
	background:#FFFCF5;
	border:1px solid #E6E7BE;
	border-top:1px dashed #DDDDDD;
}
	#contents p {
		text-align:justify;
		}
	#notice table { width:100%; }
	ul.authorInfo { float:right; margin-left:1em;}
	.authorInfo li {
		float:left;
		margin-right:1em;
	}