/*=================================================================================================
// 명    칭 : 메인화면 스타일쉬트
// 처리내용 : 
// 작 성 자 : 2013-09-06 강대인 
//=================================================================================================*/
@charset "utf-8";
@import url("/common/css/global.css");

html,body,h1,h2,h3,h4,input,button,table{ font-family:'Malgun Gothic','맑은고딕', 돋움, 굴림, Dotum, Gulim, sans-serif,'Noto Sans KR','본고딕'; color:#666; }
html, body{_text-align:center;}
a:focus { outline: none; }

/*탭 메뉴 기본*/
#sub_tab {position:relative; width:100%; border-top:1px solid #ccc;border-left:1px solid #ccc; margin:0 0 30px 0;}
#sub_tab ul{overflow:hidden;}
#sub_tab ul li{float:left; width:20%;height: 45px;line-height: 45px;text-align:center; border-right:1px solid #ccc; border-bottom:1px solid #ccc;}
#sub_tab ul li a{display:block; font-size:14px; color:#999}
#sub_tab ul li a:hover {color:#333; font-weight:bold;}
/*//탭 메뉴 기본*/


/*테이블 기본*/
#table_organ{width: 100%;margin: 10px 0; border-collapse:collapse; border-spacing:0; font-size:13px;border:0; border-top:solid 1px #777; border-bottom:solid 1px #777;}
#table_organ tbody tr{border-bottom:solid 1px #ccc;}
#table_organ tbody tr td {height: 40px; padding:20px; text-align:center; color:#666;}
#table_organ tbody tr td.left{text-align:left;padding:0 0 0 20px;}

#table_organ0 {width: 100%; margin: 0 auto 0; border-collapse:collapse; border-spacing:0; font-size:13px;border-top:solid 1px #015198;}
#table_organ0 thead tr {background:#f4f4f4; border-bottom:solid 1px #ddd;}
#table_organ0 thead tr th { height:40px; text-align: center; color: #666; font-weight:bold; border-left:1px solid #ddd;border-right:1px solid #ddd; font-size:13px;}
#table_organ0 thead tr th:first-child{border-left:0;}
#table_organ0 thead tr th:last-child{border-right:0;}
#table_organ0 tbody tr{border-bottom:solid 1px #ddd;}
#table_organ0 tbody tr th{height:40px; padding:10px 20px; text-align: center; color: #666; font-weight:bold; font-size:13px;background:#f4f4f4; border-left:1px solid #ddd;border-right:1px solid #ddd; }
#table_organ0 tbody tr th:first-child{border-left:0;}
#table_organ0 tbody tr th:last-child{border-right:0;}
#table_organ0 tbody tr td {height: 40px; padding:10px 20px; text-align:center; color:#666;border-left:1px solid #ddd;border-right:1px solid #ddd;}
#table_organ0 tbody tr td:first-child{border-left:0;}
#table_organ0 tbody tr td:last-child{border-right:0;}
#table_organ0 tbody tr td span{color:red;}
#table_organ0 tbody tr td.accent{font-size:25px; font-weight:bold;}
#table_organ0 tbody tr td.accent span{font-size:13px; font-weight:normal; color:#666;}
#table_organ0 tbody tr td.bold{font-weight:bold;}
#table_organ0 tbody tr td.center{text-align:center;}
#table_organ0 tbody tr td.right{text-align:right;}
#table_organ0 tbody tr td.left{text-align:left;}

#table_organ1 {width: 100%; margin: 10px 0; border-collapse:collapse; border-spacing:0; font-size:13px;border-top:solid 1px #999;}
#table_organ1 thead tr {background:#f4f4f4; border-bottom:solid 1px #ddd;}
#table_organ1 thead tr th { height:40px; text-align: center; color: #666; font-weight:bold; border-left:1px solid #ddd;border-right:1px solid #ddd; font-size:13px;}
#table_organ1 thead tr th:first-child{border-left:0;}
#table_organ1 thead tr th:last-child{border-right:0;}
#table_organ1 tbody tr{border-bottom:solid 1px #ddd;}
#table_organ1 tbody tr th{height:40px; text-align: center; color: #666; font-weight:bold; font-size:13px;background:#f4f4f4; border-left:1px solid #ddd;border-right:1px solid #ddd; }
#table_organ1 tbody tr th:first-child{border-left:0;}
#table_organ1 tbody tr th:last-child{border-right:0;}
#table_organ1 tbody tr td {height: 40px; padding:10px; text-align:center; color:#666;border-left:1px solid #ddd;border-right:1px solid #ddd;}
#table_organ1 tbody tr td:first-child{border-left:0;}
#table_organ1 tbody tr td:last-child{border-right:0;}
#table_organ1 tbody tr td span{color:red;}
#table_organ1 tbody tr td.accent{font-size:25px; font-weight:bold;}
#table_organ1 tbody tr td.accent span{font-size:13px; font-weight:normal; color:#666;}
#table_organ1 tbody tr td.bold{font-weight:bold;}
#table_organ1 tbody tr td.center{text-align:center;}
#table_organ1 tbody tr td.right{text-align:right;}
#table_organ1 tbody tr td.left{text-align:left;}
/*//테이블 기본*/



/*페이징*/
#pagination{height:40px;margin:20px 0;}
#pagination ul{display:inline-block;margin-left:0;margin-bottom:0;border-radius:3px;}
#pagination ul li{display:inline;}
#pagination ul li a,
#pagination ul li span{float: left;padding: 0 12px;line-height: 30px;text-decoration: none;background-color: #ffffff;border: 1px solid #ddd;margin: 0 3px;}
#pagination ul li a:hover{color:#fff;cursor:pointer;font-weight:bold;background-color:#d42930;}
#pagination ul .on a,
#pagination ul .on span{background-color:#d42930;color:#fff;cursor:pointer;font-weight:bold;}
#pagination-centered{text-align:center;}
#pagination-right{text-align:right;}
/*//페이징*/


/*기본버튼*/
/*왼쪽정렬버튼*/
.dc_left_button {clear:both; float:left; margin:10px 0;position:relative; margin:0 auto;}
.dc_left_button a{display:block;}
.dc_left_button a:link,
.dc_left_button a:visited,
.dc_left_button a:active{color:#666;}
.dc_left_button .btn_black{position: relative;float:left;bottom: inherit;left: inherit;display: inline-block;width: 179px;height: 45px;margin: 0;padding: 0;border-top: solid 1px #6f6f6f;border-right: solid 1px #6f6f6f;border-bottom: solid 1px #6f6f6f;border-left: solid 1px #6f6f6f;background:url(../img/common/bg_button_ok.gif) repeat-x;text-align: center;font-size: 13px;font-weight:bold;;color: #fff;line-height: 45px;cursor: pointer;margin-right:10px;}
.dc_left_button .btn_black a{color:#fff;}
.dc_left_button .btn_white{position: relative;float:left;bottom: inherit;left: inherit;display: inline-block;width: 179px;height: 45px;margin: 0;padding: 0;border-top: solid 1px #ddd;border-right: solid 1px #aaa;border-bottom: solid 1px #aaa;border-left: solid 1px #ddd;background:url(../img/common/bg_button_cancle.gif) repeat-x;text-align: center;font-size: 13px;font-weight:bold;;color: #666;line-height: 45px;cursor: pointer;margin-right:10px;}

/*오른쪽정렬버튼*/
.dc_right_button {clear:both; float:right; margin:10px 0; position:relative; }
.dc_right_button a{display:block;}
.dc_right_button a:link,
.dc_right_button a:visited,
.dc_right_button a:active{color:#666;}
.dc_right_button .btn_black{position: relative;float:left;bottom: inherit;left: inherit;display: inline-block;width: 179px;height: 45px;margin: 0 0 0 10px;padding: 0;border-top: solid 1px #6f6f6f;border-right: solid 1px #6f6f6f;border-bottom: solid 1px #6f6f6f;border-left: solid 1px #6f6f6f;background:url(../img/common/bg_button_ok.gif) repeat-x;text-align: center;font-size: 13px;font-weight:bold;;color: #fff;line-height: 45px;cursor: pointer;}
.dc_right_button .btn_black a{color:#fff;}
.dc_right_button .btn_white{position: relative;float:left;bottom: inherit;left: inherit;display: inline-block;width: 179px;height: 45px;margin: 0 0 0 10px;padding: 0;border-top: solid 1px #ddd;border-right: solid 1px #aaa;border-bottom: solid 1px #aaa;border-left: solid 1px #ddd;background:url(../img/common/bg_button_cancle.gif) repeat-x;text-align: center;font-size: 13px;font-weight:bold;;color: #666;line-height: 45px;cursor: pointer;}

/*중앙정렬버튼*/
.dc_center_button {clear:both; position:relative; margin:10px auto;}
.dc_center_button a{display:block;}
.dc_center_button a:link,
.dc_center_button a:visited,
.dc_center_button a:active{color:#666;}
.dc_center_button .btn_black{position: relative;bottom: inherit;left: inherit;display: inline-block;width: 179px;height: 45px;margin: 0;padding: 0;border-top: solid 1px #6f6f6f;border-right: solid 1px #6f6f6f;border-bottom: solid 1px #6f6f6f;border-left: solid 1px #6f6f6f;background:url(../img/common/bg_button_ok.gif) repeat-x;text-align: center;font-size: 13px;font-weight:bold;;color: #fff;line-height: 45px;cursor: pointer;margin-right:10px;}
.dc_center_button .btn_black a{color:#fff;}
.dc_center_button .btn_white{position: relative;bottom: inherit;left: inherit;display: inline-block;width: 179px;height: 45px;margin: 0;padding: 0;border-top: solid 1px #ddd;border-right: solid 1px #aaa;border-bottom: solid 1px #aaa;border-left: solid 1px #ddd;background:url(../img/common/bg_button_cancle.gif) repeat-x;text-align: center;font-size: 13px;font-weight:bold;;color: #666;line-height: 45px;cursor: pointer;margin-right:10px;}
/*//기본버튼*/
