@charset "euc-kr";
@import url("style.css");
/* 
	ÇùÈ¸¼Ò°³ / ±¤°í½É»ç
*/

/* ¸ÞÀÎ ÀÌ¹ÌÁö */
#title_1 {
	background: url('../images/copy_img_01.jpg') no-repeat left top;
	width:630px;
	height:171px;
	vertical-align:top;
	}

#title_6 {/* ±¤°í½É»ç */
	background: url('../images/copy_img_06.jpg') no-repeat left top;
	width:630px;
	height:171px;
	vertical-align:top;
	}
#title_7 {/* Á÷¿øÀü¿ë */
	background: url('../images/copy_img_07.jpg') no-repeat left top;
	width:630px;
	height:171px;
	vertical-align:top;
	}
#title_8 {/* ¾÷¹«Áö¿ø½Ç */
	background: url('../images/copy_img_08.jpg') no-repeat left top;
	width:630px;
	height:171px;
	vertical-align:top;
	}
/* Ä«ÇÇ ÀÌ¹ÌÁö */
.copy_img_1 {
	background: url('../images/img_040101.gif') no-repeat left top;
	/*vertical-align:top; */
	}
/* Ä«ÇÇ ÀÌ¹ÌÁö */
.copy_img_6 {
	background: url('../images/img_060501.gif') no-repeat left top;
	/*vertical-align:top; */
	}

/* location */
.navi {
	color:#01397F;
	font-size:11px;
	font-weight:bold;
	}

.total_point {
	color:#365F9F;
	font-weight:bold;
	}
/* table detail */
.table_view {
	width:100%;
	table-layout:fixed;
	border-top:2px solid #306DB5;
	border-bottom:2px solid #98B8D5;
}
.table_view tr { /* height:25px; */
	padding:4px 0 0 0;
	height:20px;
}
.table_view th {
	margin:0;
	padding-left:20px;
	background-color:#F3F9FC;
	color:#306DB5;
	border-bottom:1px solid #ECECEC;
	background: url('../images/t_line2.gif') repeat-y right top #F3F9FC;
}
.table_view th.no {
	margin:0;
	padding-left:20px;
	background-color:#F3F9FC;
	color:#306DB5;
	border-bottom:1px solid #ECECEC;
	background: url('../images/t_line.gif') no-repeat right top #F3F9FC;
}
.table_view td {
	background-color:#FFF;
	border-bottom:1px solid #ECECEC;
	padding-left:10px;
}
.table_view td.inputbox {
	background-color:#FFF;
	border-bottom:1px solid #ECECEC;
	padding:0 0 2px 10px;
}
.table_view td.l {
	background-color:#FFF;
	border-bottom:1px solid #ECECEC;
	padding:8px 0 8px 10px;
	line-height:140%;
}
.table_view td.none { border-bottom:none 0;}


/* table detail */
.table_view1 {
	width:100%;
	/*table-layout:fixed;*/
	border-top:2px solid #306DB5;
	border-bottom:2px solid #98B8D5;
}
.table_view1 tr { /* height:25px; */
	padding:4px 0 0 0;
	height:20px;
}
.table_view1 th {
	margin:0;
	padding-left:20px;
	background-color:#F3F9FC;
	color:#306DB5;
	border-bottom:1px solid #ECECEC;
	background: url('../images/t_line2.gif') repeat-y right top #F3F9FC;
}
.table_view1 th.no {
	margin:0;
	padding-left:20px;
	background-color:#F3F9FC;
	color:#306DB5;
	border-bottom:1px solid #ECECEC;
	background: url('../images/t_line.gif') no-repeat right top #F3F9FC;
}
.table_view1 td {
	background-color:#FFF;
	border-bottom:1px solid #ECECEC;
	padding-left:10px;
}
.table_view1 td.inputbox {
	background-color:#FFF;
	border-bottom:1px solid #ECECEC;
	padding:0 0 2px 10px;
}
.table_view1 td.l {
	background-color:#FFF;
	border-bottom:1px solid #ECECEC;
	padding:8px 0 8px 10px;
	line-height:140%;
}
.table_view1 td.none { border-bottom:none 0;}


















/* ÀÌÀü±Û,´ÙÀ½±Û */
#list_prev {
	width:100%;
	border-bottom:1px solid #B3CCE2;
}
#list_prev tr {
	padding-left:20px;
	padding-top:3px;
	padding-bottom:5px;
}
#list_next {
	width:100%;
	border-bottom:2px solid #B3CCE2;
}
#list_next th {
	padding:8px 0 2px 22px;
}
#list_next td {
	padding:8px 0 2px 22px;
}
#list_next th.l {
	padding:4px 0 6px 22px;
}
#list_next td.l {
	padding:4px 0 6px 22px;
}
/* Paging */
#paging {
	width:100%;
	text-align: center;
	color:#C8C8C8;
	}
#paging a:link, #paging a:visited {
	color: #7A7A7A;
	text-decoration:none;
	font-family:Dotum,Arial;
	font-size:11px;
	}
#paging a:active, #paging a:hover {
	color: #FF7700;
	text-decoration:none;
	font-family:Dotum,Arial;
	font-size:11px;
	}
#paging span.current {
	color: #7A7A7A;
	font-weight:bold;
	}
#paging span.bar {
	color:#C8C8C8;
	}
.btn_first { /* Ã³À½ */
	background: url(../images/btn/btn_first.gif) no-repeat;
	width:13px;height:11px;
	border:none;
	cursor:pointer;
	}
.btn_prev { /* ÀÌÀü */
	background: url(../images/btn/btn_prev.gif) no-repeat;
	width:11px;height:11px;
	border:none;
	cursor:pointer;
	}
.btn_last { /* ¸¶Áö¸· */
	background: url(../images/btn/btn_last.gif) no-repeat;
	width:13px;height:11px;
	border:none;
	cursor:pointer;
	}
.btn_next { /* ´ÙÀ½ */
	background: url(../images/btn/btn_next.gif) no-repeat;
	width:11px;height:11px;
	border:none;
	cursor:pointer;
	}
/* BoardSearch (°Ô½ÃÆÇ ÇÏ´Ü) */
#BoardSearch {
	width:100%;
	padding-top: 5px;
	height: 31px;	/* for No Doctype : 50px */
	background: url(../images/boardsearch_bg.gif) no-repeat;
	text-align: center;
}
#BoardSearch input.BtnImg {
	margin-top: -1px;
}
.mg_top {
	margin:4px 10px 0 0
}

/* left menu */
#leftmenu  .top {
	background: url('../images/menu/KA_top.gif') no-repeat;
	width:185px;
	height:22px;
	padding:0;
	margin:0;
}
#leftmenu #left_tbl {
	width:185px;
	background: url('../images/menu/KA_bg.gif')  no-repeat ;
	padding-left:20px;
	margin:0;
}
#leftmenu #left_tbl h1 {
	font-size:1.8em;
	padding:0;
	margin:0;
}
#leftmenu #left_tbl ul {
	margin:0;
	list-style:none;
	}
#leftmenu #left_tbl ul.depth1 li {
}
#leftmenu #left_tbl ul.depth2 li {
}
#leftmenu .btm {
	width:185px;
	height:20px;
	background: url('../images/menu/KA_btm.gif') no-repeat left top;
	}
.left_ht { height:40px;}

/* content */
p.dot { 
	background: url('../images/dot_h.gif') repeat-x left bottom;
	height:16px;
	padding-top:5px;
	}
p.dot_no { 
	height:10px;
	padding-top:5px;
	}

.r_box3_cnt {
	padding:20px 15px 20px 25px;
	color:#7A7A7A;
	vertical-align:top;
	}

/* r-box4 */
.r_box4_t {
	background: url('../images/r_box4_t.gif') no-repeat left top;
	width:630px;
	height:10px;
	}
#r_box4 {
	background: url('../images/r_box4_bg.gif') repeat-y left top;
	width:630px;
	margin:0;padding:0;
	margin-top:-10px;
	}
.r_box4_cnt {
	padding:10px 33px 15px 40px;
	line-height:160%;
	color:#7A7A7A;
	}
.r_box4_b {
	background: url('../images/r_box4_b.gif') no-repeat left top;
	width:630px;
	height:10px;
	}
.stit_pd2 {
	padding:0 0 0 25px;
	}
.stit_bld {
	font-size:12px;
	font-family:Dotum,Arial;
	font-weight:bold;
	color:#023A7F;
	border-bottom:1px solid #D8D8D9;
	height:25px;
	}
/* blt (arrow) */
.blt_arrow {
	list-style-type:none;
	background:url('../images/blt_arrow_org.gif') no-repeat 0px 5px;
	padding:0 2px 0px 6px;
	font-size:11px;
	margin:0;
	}
/* ºÎ¼­/Á÷¿ø¾È³» */
#tbl_list {
	width:582px; /* w:582px */
	table-layout:fixed;
}
#tbl_list thead tr { /* height:24px; */
	text-align:center;
	height:21px;
	background:#FAF9F1;
}
#tbl_list thead th {
	border-top:2px solid #4878B5;
	margin:0;padding:0;
	padding-top:3px;
	color:#0E55A9;
}
#tbl_list thead th.bar {
	background: #FAF9F1 url('../images/list_bar.gif') no-repeat ;
	width:1px;
	height:24px;
	margin:0;
}
#tbl_list tbody tr { /* height:24px; */
	padding:4px 0 1px 0;
	background-color:#FFF;
	height:19px;
}
#tbl_list tbody td {
	border-top:1px solid #F1F1F0;
	border-right:1px solid #F1F1F0;
	font-size:11px;
	text-align:center;
}
#tbl_list tbody td.g {
	border-top:1px solid #F1F1F0;
	border-right:1px solid #F1F1F0;
	font-size:11px;
	text-align:center;
	background:#F9F9F8;
}
#tbl_list tbody td.left {
	border-top:1px solid #F1F1F0;
	border-right:1px solid #F1F1F0;
	font-size:11px;
	text-align:left;
	padding-left:40px;
}
#tbl_list tbody td.left_g {
	border-top:1px solid #F1F1F0;
	border-right:1px solid #F1F1F0;
	font-size:11px;
	text-align:left;
	padding-left:68px;
	background:#F9F9F8;
}
#tbl_list tbody td.left_no {
	border-top:1px solid #F1F1F0;
	border-right:none;
	font-size:11px;
	text-align:left;
	padding-left:40px;
}
#tbl_list tbody td.right {
	border-top:1px solid #F1F1F0;
	border-right:none;
	font-size:11px;
	text-align:center;
}
#tbl_list tbody td.right_g {
	border-top:1px solid #F1F1F0;
	border-right:none;
	font-size:11px;
	text-align:center;
	background:#F9F9F8;
}
#tbl_list tbody td.sh {
	border-top:1px solid #F1F1F0;
	border-right:none;
	background:#F9F9F8;
	font-size:11px;
	color:#7A7A7A;
	text-align:left;
	padding-left:24px;
	font-weight:bold;
}

#tbl_list tbody td.last {
	border-bottom:2px solid #CCDDF2;
	font-size:11px;
	text-align:center;
}
#tbl_list tbody td.last_g {
	border-bottom:2px solid #CCDDF2;
	font-size:11px;
	text-align:center;
	background:#F9F9F8;
}
#tbl_list tbody td.last_left {
	border-bottom:2px solid #CCDDF2;
	font-size:11px;
	text-align:left;
	padding-left:40px;
}
#tbl_list tbody td.last_left_g {
	border-bottom:2px solid #CCDDF2;
	font-size:11px;
	text-align:left;
	padding-left:68px;
	background:#F9F9F8;
}
#tbl_list tbody td.last_right {
	border-bottom:2px solid #CCDDF2;
	border-right:none;
	font-size:11px;
	text-align:center;
}
#tbl_list tbody td.last_right_g {
	border-bottom:2px solid #CCDDF2;
	border-right:none;
	font-size:11px;
	text-align:center;
	background:#F9F9F8;
}
.last_line {
	border-top:2px solid #CCDDF2;
	margin:0;padding:0;height:1px;
	width:582px;
}
/* ¿ª´ëÈ¸Àå¼Ò°³ box */
.r_boxs_t {
	background: url('../images/r_boxs_t.gif') no-repeat left top;
	width:302px;
	height:10px;
	}
#r_boxs {
	background: url('../images/r_boxs_bg.gif') repeat-y left top;
	width:302px;
	margin:0;padding:0;
	margin-top:-10px;
	}
.r_boxs_cnt {
	padding:6px 30px 10px 30px;
	line-height:160%;
	color:#7A7A7A;
	}
.r_boxs_b {
	background: url('../images/r_boxs_b.gif') no-repeat left top;
	width:302px;
	height:10px;
	}
p.dot2 { 
	background: url('../images/dot2_h.gif') repeat-x left bottom;
	height:19px;
	padding-top:5px;
	color:#0E55A9;
	font-size:12px;
	font-weight:bold;
	}
td.dot_line { 
	color:#0E55A9;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	}
td.center {
	text-align:center;
	}
td.dot_line2 {
	background: url('../images/dot2_h.gif') repeat-x left bottom;
	height:5px;
	}
span.name {
	color:#000;
	font-size:11px;
	font-weight:bold;
	}
/* main table */
#tbl2_list {
	width:100%; /* w:630px */
	table-layout: fixed;
}

#tbl2_list thead tr { /* height:48px; */
	text-align:center;
}
#tbl2_list thead th {
	margin:0;padding:0;
	color:#306DB5;
	background: url('../images/b08_bg.gif') repeat-x;
}
#tbl2_list thead td {
	margin:0;padding:0;
	color:#306DB5;
	font-weight:bold;
	border-top:1px solid #E1E1E1;
	background: url('../images/b08_line2.gif') repeat-x bottom;
}
#tbl2_list thead th.left {
	margin:0;padding:0;
	background: url('../images/b08_left.gif') no-repeat;
	width:4px;height:48px;
}
#tbl2_list thead th.right {
	margin:0;padding:0;
	background: url('../images/b08_right.gif') no-repeat;
	width:4px;height:48px;
}
#tbl2_list thead th.stxt {
	padding-top:1px;
}
#tbl2_list thead th.line {
	background: url('../images/b08_line.gif') no-repeat ;
	width:1px;
	height:48px;
	margin:0;
}
#tbl2_list2 {
	width:100%;
	table-layout: fixed;
	border-bottom:2px solid #B3CCE2;
}
#tbl2_list2 tbody tr { /* height:25px; */
	padding:10px 0 7px 0;
	background-color:#FFF;
	height:19px;
}
#tbl2_list2 tbody td {
	border-bottom:1px solid #F0F0F0;
	font-size:11px;
	text-align:center;
}
#tbl2_list2 tbody td.l {
	border-bottom:1px solid #F0F0F0;
	font-size:11px;
	text-align:left;
	padding-left:8px;
}
/* content */
.ad_box {
	background: url('../images/img_060101.gif') no-repeat left top ;
	width:582px;
	height:97px;
	}
.blt_circle {
	list-style-type:none;
	background:url('../images/blt_circle2.gif') no-repeat 0px 4px;
	padding:0 2px 2px 10px;
	color:#F77D1D;
	}
/* stiemap */
.blt_sitemap {
	list-style-type:none;
	background:url('../images/blt_squ_gray.gif') no-repeat 22px 4px;
	padding:0 2px 5px 30px;
	color:#7A7A7A;
	}
.sitemap_line {
	background: url('../images/sitemap_line.gif') repeat-y left top ;
	width:26px;
	}
/* 20080405 */
/* table-list */
.table_list {
	width:100%; /* w:630px */
	table-layout: fixed;
	/*background: url('../images/list_bg.gif') repeat-x ;*/
}

.table_list tr { /* height:27px; */
	text-align:center;
}
.table_list td {
	border-bottom:1px solid #F0F0F0;
	font-size:11px;
	text-align:center;
	padding:4px 0 1px 0;
	background-color:#FFF;
	height:19px;
}
.table_list td img {
	text-align:center;
	vertical-align: middle;
	padding:0 0 3px 0;
}
.table_list td.left {
	margin:0;padding:0;
	background: url('../images/list_left.gif') no-repeat ;
	width:6px;height:27px;
}
.table_list td.stxt {
	margin:0;padding:0;
	color:#306DB5;
	background: url('../images/list_bg.gif') repeat-x ;
	font-weight:bold;
}
.table_list td.stxt a:link {
	color:#306DB5;
	font-weight:bold;
}
.table_list td.right {
	margin:0;padding:0;
	background: url('../images/list_right.gif') no-repeat ;
	width:6px;height:27px;
}
.table_list td.line { /* ±¸ºÐ¼± */
	background: url('../images/list_line.gif') no-repeat ;
	width:1px;
	height:27px;
	margin:0;
}
.table_list td.l { /* ¿ÞÂÊÁ¤·Ä(Á¦¸ñ) */
	border-bottom:1px solid #F0F0F0;
	font-size:11px;
	text-align:left;
	padding:4px 0 1px 10px;
	background-color:#FFF;
	height:19px;
}
.last { /* ¸¶Áö¸·¶óÀÎ */
	border-top:1px solid #B3CCE2;
	width:100%;
	height:1px;
	}
/* 20080407 Ãß°¡ */
.fc_tit {color:#306DB5;font-weight:bold; }
