@charset "UTF-8";
p, ul, li
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.style1 {	color: #FF6600 }
.style2 {	color: #000000 }
.style3 {	color: #003f85; font-size: 12px; }
.style4 { color: #2d4655; font-size: 12px; font-weight: bold; }
.style5 {	color: #FF6633;	font-weight: bold; }
.style6 {	color: #003f85;	font-size: 12px; }
.style61 { color: #ffffff; font-size: 12px; }
.style7 {	color: #003f85;	font-size: 10px; }
.style8 { color: #003f85;	font-size: 12px;	font-weight: bold; }

.div10_position{position:relative; z-index:10}
.div1_position{position:relative; z-index:1}

/**************** Main Cublet Style ****************/
/* cublet_Row_Line */
.curow_line {
	background-color: #E7E7E7;
}

/* Content_Row */
.ctrow {
	font-size: 9pt;
	color: #003f85;
	font-family: "굴림, Arial";
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	height: 28px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #ffffff;
}

.ctrow_center {
	font-size: 9pt;
	color: #003f85;
	font-family: "굴림, Arial";
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	height: 28px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #ffffff;
}

.ctrow_right {
	font-size: 9pt;
	color: #003f85;
	font-family: "굴림, Arial";
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
	height: 28px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #ffffff;
}

.ctrow_bold {
	font-size: 9pt;
	color: #003f85;
	font-family: "굴림, Arial";
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	height: 28px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #ffffff;
}

.ctrow_bold_center {
	font-size: 9pt;
	color: #003f85;
	font-family: "굴림, Arial";
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	height: 28px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #ffffff;
}

/****************** List style ********************/ /* list_header*/
.lthead {
	font-family: "굴림, Arial";
	font-size: 9pt;
	color: #003f85;
	font-weight: bold;
	background-color: #e1e1e1;
	height: 23;
	text-align: center;
}

.lthead_left {
	font-family: "굴림, Arial";
	font-size: 9pt;
	color: #003f85;
	font-weight: bold;
	background-color: #e1e1e1;
	height: 23;
	text-align: left;
}

.lthead_center {
	font-family: "굴림, Arial";
	font-size: 9pt;
	color: #003f85;
	font-weight: bold;
	background-color: #e1e1e1;
	height: 23;
	text-align: center;
}

/* list_white_center*/
.ltrow1_center {
	font-size: 9pt;
	color: #003f85;
	font-family: "굴림, Arial";
	font-weight: normal;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
}

/* list_white_left*/
.ltrow1 {
	font-size: 9pt;
	color: #003f85;
	font-family: "굴림, Arial";
	font-weight: normal;
	height: 24px;
	text-align: left;
	vertical-align: middle;
	background-color: #ffffff;
	padding-left: 5px;
}

/* list_white_left*/
.ltrow1_right {
	font-size: 9pt;
	color: #003f85;
	font-family: "굴림, Arial";
	font-weight: normal;
	height: 24px;
	text-align: right;
	vertical-align: middle;
	background-color: #ffffff;
	padding-right: 5px;
}

/* List_gray */
.ltrow2_center {
	font-size: 9pt;
	color: #003f85;
	font-family: "굴림, Arial";
	font-weight: normal;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	background-color: #f7f7f7;
}

/* List_gray */
.ltrow2 {
	font-size: 9pt;
	color: #003f85;
	font-family: "굴림, Arial";
	font-weight: normal;
	height: 24px;
	text-align: left;
	vertical-align: middle;
	background-color: #f7f7f7;
	padding-left: 5px;
}

/* List_gray */
.ltrow2_right {
	font-size: 9pt;
	color: #003f85;
	font-family: "굴림, Arial";
	font-weight: normal;
	height: 24px;
	text-align: right;
	vertical-align: middle;
	background-color: #f7f7f7;
	padding-right: 5px;
}

/* list line*/
.ltrow_line {
	background-color: #DADADA;
}

/**************** Space ****************/ /* Space_H20 */
.space {
	height: 20px;
}

/* Space_H10 */
.space_b {
	height: 10px;
}

/* Space_H3 */
.space_s {
	height: 3px;
}

/* Form_Textarea*/
.fmtextarea { font-size:9pt; color:#333333; font-family:"굴림, Arial"; line-height:150%;border:1px solid #C1C1C1;}

