@charset "UTF-8";

@import url('/css/a_navi.css');
@import url('/css/a_menu.css');
@import url('/css/a_login.css');
@import url('/css/a_table.css');
@import url('/css/a_btn.css');
@import url('/css/a_li.css');

/* UI Object */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	background: #FFFFFF;
	font-family:'나눔고딕',NanumGothic,'돋움',Dotum,'굴림',Gulim, AppleGothic, Sans-serif
	line-height: 150%;
	font-size: 12px;
}


body#bd {
	color: #333333;
	background: none;
	_text-align:center
}

/* Normal link */
a {
	color: #006699;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #009bc8;
	text-decoration: none;
}

/* Heading */
h1 {
	font-size: 180%;
}

h2 {
	font-size: 150%;
	font-family:'나눔고딕',NanumGothic,'돋움',Dotum,'굴림',Gulim, AppleGothic, Sans-serif;

}

h3 {
	font-size: 125%;
}

/* 로딩중 팝업 */
.loading_popupW2 {position: absolute; left: 236px; top:200px; width: 430px; overflow:hidden; border: 1px solid #444; border-radius: 6px; padding: 40px 40px 20px 40px;  background: #fff; z-index: 10; }
.loading_popupW {position: absolute; left: 236px; top:1300px; width: 430px; overflow:hidden; border: 1px solid #444; border-radius: 6px; padding: 40px 40px 20px 40px;  background: #fff; z-index: 10; }
.loading_popup {text-align: center; overflow: auto; }
.popSub {border-bottom:2px solid #1893fd; padding-bottom: 16px;}
.loading_popup p.popTit {padding-top: 15px; font-weight: bold; font-size: 14px; text-align: center; color:#555; }
.loadingW { margin: 20px 0px 20px 0px;}
.loading { font-size: 11px; color:#999; font-weight:bold;}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
	padding: 0 0 20px 0px ;
	background: url(../control/images/hdot2.gif) repeat-x top;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

td, div {
	font-size: 100%;
}

img {
	border: none;
}
/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 3px 5px;
	font-family:'나눔고딕',NanumGothic,'돋움',Dotum,'굴림',Gulim, AppleGothic, Sans-serif;
	font-size: 100%;
}

.button {
	padding: 3px 5px;
	border: 1px solid #333333;
	background: url(../control/images/grad1.gif) repeat-x top #333333;
	color: #CCCCCC;
	font-size: 85%;
	text-transform: uppercase;
}

.button:hover, .button:focus {
	border: 1px solid #999999;
	background: #333333;
	color: #FFFFFF;
}

* html .button {
	padding: 2px 0 !important; /*IE 6*/
}

*+html .button {
	padding: 2px 0 !important; /*IE 7*/
}

.inputbox {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	background: #FFFFCC;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#wrap{width:1100px;margin:0 auto;_text-align:left}
#wrap2{width:650px;margin:0 auto;_text-align:left}
#header {
	width:100%; clear:both;
	font-family:'나눔고딕',NanumGothic,'돋움',Dotum,'굴림',Gulim, AppleGothic, Sans-serif;
	position: relative;
	background-color: #ededed;
	height: 78px;
}

h1#logo a {
	display: inline-block;
}
#logo { padding: 10px 0 10px 20px; float:left; margin: 0 0;}
#logo img { width: 191px; height:57px;}

#topmenu {
	float:right;
	text-align:right;
	position: absolute;
	top: 52px;
	right:20px;
}
.gnb { margin: 0;}

#lnb {
	width:1100px;
	background-color: #303536;
	height: 46px;
	margin:0 auto;
	font-family:'나눔고딕',NanumGothic,'돋움',Dotum,'굴림',Gulim, AppleGothic, Sans-serif
	
}

#container{width:100%;display:inline-block;background: url(../images/admin/bg_snb.gif) repeat-y;}
#container:after{display:block;clear:both;content:''}
#snb{
	float:left;width:220px;background:#f9f9f9; 
	font-family:'나눔고딕',NanumGothic,'돋움',Dotum,'굴림',Gulim, AppleGothic, Sans-serif;

}
#content{
	float:right;width:840px;padding:20px;
	font-family:'나눔고딕',NanumGothic,'돋움',Dotum,'굴림',Gulim, AppleGothic, Sans-serif
}
#content h2 {background: url(../images/admin/txt_bT.gif) 2px 0 no-repeat; padding-top: 5px; margin: 0.83em 0;}
#footer{width:100%}

ul.accessibility {
	position: absolute;
	top: -100%;
}

ul.gnb li {
	margin: 0;
	padding: 0;
	display: inline;
	font-family: Tahoma;
	font-size: 8pt;
	background:url('../images/admin/admin_bar.gif') 0 50% no-repeat;
	font-family:'나눔고딕',NanumGothic,'돋움',Dotum,'굴림',Gulim, AppleGothic, Sans-serif
}
ul.gnb li.admin{ background: url(../images/admin/icon_admin.png) no-repeat 0 50%; padding-left: 8px;}
ul.gnb li span{
	padding: 0px 5px;
	color:#009bc8;
	font-weight:bold;
}
ul.gnb li.b_none {background: none;}
ul.gnb a {
	padding: 0px 5px;
	color:#1c1c1c
}

ul.gnb a:hover, ul.gnb a:active, ul.gnb a:focus {
	color:#009bc8;
	text-decoration:underline;
}

/* Color Variation - Black Type */
#footer{clear:both;margin:0;padding:22px 0 30px;border-top:1px solid #d5d5d5;background:#dfdfdf;text-align:center}
#footer ul,#footer li,#footer a,#footer strong,#footer img,#footer em,#footer address,#footer span{margin:0;padding:0;color:#666666;font-family:'나눔고딕',NanumGothic,'돋움',Dotum,'굴림',Gulim, AppleGothic, Sans-serif;font-size:12px;line-height:normal;list-style:none;font-style:normal}
#footer a{color:#666666;text-decoration:none}
#footer a:visited{color:#666666;text-decoration:none}
#footer a:hover{text-decoration:none}
#footer ul{margin:0 0 10px}
#footer ul li{display:inline;position:relative;padding:0 5px 0 7px;background:url(../images/admin/bl03.png) 0 50% no-repeat;font-size:12px;white-space:nowrap}
#footer ul li a:hover,#footer ul li a:hover strong{color:#009bc8}
#footer ul li.frst{padding:0 3px 0 0;background:none}
#footer .info{margin:0 0 11px;color:#646464;font-size:11px;line-height:15px}
#footer .info2{margin:-3px 0 13px;font-size:11px;line-height:18px}
#footer .info2 span{display:inline-block;margin-left:2px;padding-left:7px;background:url(/control/images/admin/bu_bar2.gif) 1px 50% no-repeat;_background-position:left 10%;font-size:11px}
#footer address{font-family:Verdana;font-size:9px;line-height:14px}
#footer address img{vertical-align:middle}
#footer address a{color:#666666;font-family:Tahoma;font-size:9px;font-weight:bold}
#footer address a:hover{color:#f26740;}
#footer address span{padding-left:2px;font-family:Verdana;font-size:9px;line-height:14px}
#footer address em{padding-left:6px;font-family:Verdana;font-size:9px}
#footer address .logo{display:inline-block;*display:inline;vertical-align:top;*vertical-align:baseline}
/* //UI Object */

.clear{display:block; float:none; clear:both; height:0; width:100%; font-size:0 !important; line-height:0 !important; overflow:hidden; margin:0 !important; padding:0 !important;}

/* 숨김요소 */
legend, .hidden {	
	position: absolute;
	overflow: hidden;	
	width: 1px;
	height: 1px;
	top: auto;
	text-indent: -9999px;	
	font-size: 0;
	line-height: 0;}

.mTop15 { margin-top: 15px; }

.tableStyle {
	border-collapse: collapse;
	width: 100%;
	overflow: auto;
	margin:0 auto;
	border: #e5e5e5 1px solid;
	border-top: none;
	clear: both;
	}

/* 2020. 8. 27 추가 */

.scroll_table {width: 100%; overflow-x: scroll;}
.w1100 {width: 1100px;}

.wide_div {position: relative; width: 1100px; overflow: hidden;}
.wide_div .fix_table {width: 481px; display: block; position: absolute; top: 0; left: 0;}
.wide_div .scroll_div {width: 579px; display: block; margin-left: 481px; overflow-x:scroll}
.wide_div .wide_table {width: 1019px;}
.wide_div td,.wide_div th {height:45px;}

#Progress_Loading
{
	display:none ;
	position: absolute;
	left: 50%;
	top: 50%;
	background: #ffffff;
}
	
/* 2020. 9. 11 추가 */

.fbold {font-weight: bold;}
.color_purple {color: purple;}