@charset "utf-8";

/* HTML Elements
---------------------------------------------------------*/
article,aside,figcaption,figure,footer,header,hgroup,main,nav,section { display:block;margin:0;padding:0;border:0; }
* { margin:0;padding:0; }
body { font:13px/1.5em '맑은 고딕', Malgun Gothic, sans-serif;color:#333; }
hr { display:none; }
img,fieldset,button { border:none; }
ul, ol { list-style:none; }
legend,caption { position:relative;width:0;height:0;font-size:0;line-height:0;overflow:hidden;text-indent:-9999px; }
a:link, a:visited { color:#222;text-decoration:none;cursor: pointer; }
a:hover, a:active { color:#4271cd;text-decoration:underline;cursor: pointer; }
table a:link, table a:visited { color:#4271cd; text-decoration:underline; }
/*table a:link, table a:visited { text-decoration:none; }*/
table a:hover, table a:active { text-decoration:none;text-decoration:underline; }
table { border-collapse:collapse;width:100%; }
table td { word-break:break-all; }
td.cont { height:150px; vertical-align:top; }

input[type="text"], input[type="password"], input[type="search"], input[type="file"], input[type="date"], select, textarea, button {  font:12px '맑은 고딕', Malgun Gothic, sans-serif; }
input[type="text"], input[type="password"], input[type="search"], input[type="file"] { height:23px;padding:2px 5px;border:1px solid #c3c3c3;color:#4d4c4c;box-sizing:border-box;vertical-align:middle; }

input[type="file"] { padding:1px 5px 0 0;line-height:21px;vertical-align:top; }
select { padding:0 0 0 10px;border:1px solid #c3c3c3;color:#4d4c4c; }

input[readonly="readonly"], textarea[readonly="readonly"], select[readonly="readonly"] { border:1px solid #d2d2d2;background:#e9e9e9;color:#202b43; }
/*input:readonly, textarea:readonly, select:readonly { border:1px solid #d2d2d2;background:#e9e9e9;color:#202b43; }*/
input[disabled="disabled"], input:disabled, textarea[disabled="disabled"], textarea:disabled, select[disabled="disabled"], select:disabled {border:1px solid #d2d2d2;background:#e9e9e9;color:#848484;}
input[type="radio"][readonly="readonly"],input[type="radio"][readonly], input[type="checkbox"][readonly="readonly"], input[type="checkbox"][readonly], input[type="radio"][disabled="disabled"], input[type="radio"][disabled], input[type="checkbox"][disabled="disabled"], input[type="checkbox"][disabled] { border:none;background:none; }
::-ms-value{color:inherit;border:none;background:transparent;}
select:focus {border:1px solid #6a9add;box-shadow:0 0 1px #a0c1f8;}
input[type="text"]::-ms-clear {display:none;}
input.ellipsis { text-overflow:ellipsis; overflow:hidden; white-space:nowrap; }
.input25 {width:25%;box-sizing:border-box}
.input75 {width:75%;box-sizing:border-box}

xmp { display:block; }
input[type="date"] { width:130px;height:24px;padding:2px 2px 9px;border:1px solid #c3c3c3;text-align:center;line-height:18px;color:#101010;box-sizing:border-box;vertical-align:middle; }
textarea { display:block;width:100%;padding:2px 5px;box-sizing:border-box;color:#4d4c4c;border:1px solid #c3c3c3;line-height:18px;vertical-align:middle; }
input[type="checkbox"], input[type="radio"] { margin:0 4px;vertical-align:middle; }
button { overflow:visible;display:inline-block;margin:0;padding:0;cursor:pointer;border:0;white-space:nowrap;box-sizing:content-box;background:none; }
button::-moz-focus-inner { margin:0;padding:0;border:0; }
button[disabled="disabled"], button[disabled="disabled"]:hover, button[disabled="disabled"]:focus { color:#a5a5a5;text-decoration:none;cursor:default; }

option { line-height:16px;padding:0 4px; }
table select { min-width:70px;height:23px;line-height:23px;padding:2px; }
table input, table input[type="file"], table button, table a, table select { vertical-align:middle; }
mark { color:#00b0fd;text-decoration:underline;font-weight:bold; }

/* Global Elements
---------------------------------------------------------*/
.clear:after { content:"";display:block;height:0;clear:both;visibility:hidden; }
.hidden { position:absolute;width:0;height:0;font-size:0;line-height:0;overflow:hidden;visibility:hidden; }
.displaynone { display:none; }
.displayblock { display:block !important }
.inputblock { display:block;width:100%;box-sizing:border-box; }
.inputhalf { width:48.5%;box-sizing:border-box; }
.textLeft { text-align:left !important; }
.textCenter { text-align:center !important; }
.textRight { text-align:right !important; }
.floatLeft { float:left; }
.floatRight { float:right; }
.leftArea { float:left;width:49%; }
.rightArea { float:right;width:49%; }
.leftArea30 { float:left;width:29%; }
.rightArea70 { float:right;width:69%; }
.floatTrio { float:left;width:33%;padding-left:1%}
.floatTrio.first{ width:32%;padding-left:0}
.fullArea{ width:100%}
.mrgntop20 { margin-top:20px !important; }
.mrgnbttm15 { margin-bottom:15px !important; }
.mrgnbttm20 { margin-bottom:20px !important; }
.mrgnbttm40 { margin-bottom:40px !important; }
.mrgnbttm4 { margin-bottom:4px !important; }
.mrgnbttm5 { margin-bottom:5px !important; }
.mrgnbttm0 { margin-bottom:0 !important; }
.imgArea { text-align:center;margin-bottom:10px; }
.basic { min-width:134px !important; }
.pl_15{padding-left:15px;}
.pl_25{padding-left:25px}
.line_h21{line-height:21px;}

input.current, .table_left input[type="text"]:focus, .table_top input[type="text"]:focus, .grid_list input[type="text"]:focus { border:1px solid #8aa6be;background:#e0f4ff; }
input.error { border:1px solid #f05d5d;background:#facece; }
input.text { padding:2px;border:0;background:transparent; }
input.text:focus { padding:2px; border:0 !important; background:none !important}
textarea.current { border:1px solid #8aa6be;background:#e0f4ff; }
textarea.error { border:1px solid #f05d5d;background:#facece; }
textarea.text { padding:2px;border:0;background:transparent; }

.green { color:#22b994 !important; }
.blue { color:#2d9cf5 !important; }
.yellow { color:#ffb000 !important; }
.orange { color:#ff9161 !important; }
.red { color:#f05d5d !important; }

.btn_color { padding:1px 4px;font-size:11px;border-radius:9px;color:#fff}
.btn_color span { color:#fff}
.btn_color.green { background:#22B994}
.btn_color.blue { background:#319EF5}
.btn_color.red { background:#F05D5D}

/*검색버튼 스타일*/
.searchb { overflow:hidden;display:inline-block;position:relative;padding-right:20px;vertical-align:middle}
.searchb input { border-right:none;box-sizing:border-box;width:100%}
.searchb input.current,.searchb input[type="text"]:focus { border-right:none}
.searchb input + button { position:absolute;bottom:0;right:0;border-left:1px solid #C3C3C3}

/*주소입력 브라우저 핵*/
/*.address2ln {width:400px}*/
/*@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) { .address2ln {width:395px}} /*파이어폭스*/
/*:root .address2ln { width:395px \0/ie9} /*ie9*/
/*.address2ln { width:398px \0/ie8} /*ie8*/
/*@media screen and (-webkit-min-device-pixel-ratio:0) { .address2ln {width:398px}} /*크롬*/


/* 첨부파일 스타일 */
.filebox input[type="file"]{ position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0	}
.filebox label { cursor:pointer;display:inline-block;vertical-align:middle}
.upload-name:focus+label { background:#000 !important	}
.filebox .upload-name { -webkit-appearance:none;-moz-appearance:none;appearance:none;color:#444}

/* Global
---------------------------------------------------------*/
.skiplink { display:block; }
.skiplink p a { position:absolute;display:block;width:100%;left:0;text-align:center;top:-10000px;z-index:500;font-size:1.3em; }
.skiplink p a:hover, .skiplink p a:focus, .skiplink p a:active { position:absolute;top:0;padding:20px 0;font-weight:bold;color:#fff;background:#053B72;z-index:500; }



/* contents Elements
---------------------------------------------------------*/
#content header { position:relative;margin-bottom:17px;border-bottom:1px solid #c8c8c8;height:auto;min-height:43px;margin-top:7px}
#content header:after { content:"";display:block;height:0;clear:both;visibility:hidden; }
#content header h1,#content header a { display:inline-block; }
#content header h1 { font-size:18px;color:#335db5;margin-top:3px}
#content header a { width:20px;height:20px;margin-top:-6px;border:0;vertical-align:middle;background:url(../../images/btn_favorite.png) no-repeat 0 0; }
#content header a.current { background:url(../../images/btn_favorite.png) no-repeat 0 100%; }
#content header a span { overflow:hidden;display:block;visibility:hidden;width:20px;height:20px;font-size:0;}

#content header aside { float:right; text-align:right; margin-top:5px; margin-bottom:5px;}
#content header aside ul li { display:inline-block;margin-right:6px;line-height:17px;padding-right:12px;color:#828282;background:url(../../images/bdr_navigation.gif) no-repeat 100% 7px; }
#content header aside ul li.current { margin:0;padding:0;color:#4574d2;font-weight:bold;background:none; }
#content header aside ul li a { display:inline-block;width:auto;margin-top:0px;color:#828282;background:none; }
#content header aside ul li a:hover { color:#4574d2; }

.subgroup { position:relative;height:31px; }
.subtitle { position:relative; }
.subtitle.pos_right { margin-bottom:7px }
.subtitle.pos_right .btn_law { position:absolute;top:5px;right:0;margin:0 }
h2 { padding-bottom:4px;line-height:27px;font-size:14px;color:#335db5; }
h3 { padding-bottom:10px;line-height:16px;font-size:13px;color:#151515;font-weight:normal; }
.subgroup h2, .subgroup h3,.subgroup h4, .subtitle h2, .subtitle h3 { display:inline-block;border-bottom:0;margin:0; }
.subgroup h3 { line-height:27px;padding:0; }
.subgroup a { display:inline-block;width:22px;height:22px;margin-top:3px;vertical-align:top;text-indent:-9999px;background:url(../../images/btn_sg_opener.gif) no-repeat 0 100%; }
.subgroup a.current { background:url(../../images/btn_sg_opener.gif) no-repeat 0 0; }

.subgroup h4+a { width:18px;height:18px;margin-top:1px;background:url(../../images/btn_th_layer.png) no-repeat 0 0; }
.subgroup h4+a.current { background:url(../../images/btn_th_layer.png) no-repeat 0 -18px; }

.subgroup aside { position:absolute;top:0;right:0; }
.subgroup aside button { height:25px;padding:0 13px;border:1px solid #cacaca;font:13px/1em '맑은 고딕', Malgun Gothic, sans-serif;color:#3a3a3a;background:url(../../images/bg_btnsubgroup.gif) repeat-x 0 0; }
.subtitle label { display:inline-block;vertical-align:middle;font-size:13px;color:#4d4c4c; }
.subtitle .btn_instruct { margin-left:5px; }
.subtitle .btn_instruct a { display:inline-block;width:18px;height:18px;margin-top:-2px;vertical-align:middle;background:url(../../images/ico_layer_instruct_info.png) no-repeat 0 0;text-indent:-9999px; }

.subcontent { margin-bottom:10px; }

.searchOneItem { position:relative;margin-bottom:20px;border:1px solid #d5d5d5;background:#f4f3f3; }
.searchOneItem table { display:inline-block;width:auto;margin:9px 0;vertical-align:top; }
.searchOneItem table th { padding:1px 6px;line-height:27px;text-align:right;color:#3a3a3a; }
.searchOneItem table th strong { color:#db0000; }
.searchOneItem table th strong label, .searchOneItem table th strong span { color:#3a3a3a; }
.searchOneItem table td { padding:1px 6px;line-height:27px; }
.searchOneItem table td input { height:27px;line-height:23px; }
.searchOneItem table select { min-width:100px;height:27px;padding:4px; }
.searchOneItem table td button { display:inline-block;height:23px;padding:0 15px;line-height:21px;vertical-align:middle;border:1px solid #c3c3c3;border-radius:3px;color:#2a313b;text-align:center;background:#f8f8f8; }
.searchOneItem button[type="submit"],.searchOneItem button.btn_submit { display:inline-block;margin:10px 0 9px;padding:0 15px;border-radius:3px;text-align:left;vertical-align:top;cursor:pointer;
	background:#4f76c5;
	background:linear-gradient(#557dce, #496fbc); }
.searchOneItem button[type="submit"] span,.searchOneItem button.btn_submit span { display:block;height:29px;padding:0 0 0 20px;line-height:29px;font-size:13px;font-weight:bold;color:#fff;background:url(../../images/btn_searchmagnifier.png) no-repeat 0 8px; }
.searchOneItem button[type="submit"]:active,.searchOneItem button.btn_submit:active { box-shadow:inset 3px 3px 3px #3b5790; }

.search { position:relative;margin-bottom:20px; }
.search > dl { height:27px;padding:6px 0;line-height:27px;border:1px solid #d5d5d5;border-bottom:0;background:#e6e6e6; }
.search > dl > dt { display:inline-block;min-width:105px;padding-right:10px;text-align:right;color:#494846;font-size:13px;font-weight:bold; }
.search > dl > dd, .search > dl > dd select { display:inline-block;height:27px;line-height:27px;vertical-align:top; }
.search > dl > dd select {vertical-align:middle;padding:4px;line-height:23px; }
.search > div { padding:7px 0 6px;border:1px solid #d5d5d5;background:#f4f3f3; }
.search table th { padding:2px 6px 3px;line-height:27px;text-align:right;color:#3a3a3a; }
.search table th strong { color:#db0000; }
.search table th strong label, .search table th strong span { color:#3a3a3a; }
.search table td { padding:2px 6px 3px;line-height:27px;}
.search table td label {display:inline-block;vertical-align: middle; }
.search table td input[type="text"] {height:27px;line-height:23px; }
.search table td button, .searchagain table td button { display:inline-block;height:23px;padding:0 15px;line-height:21px;vertical-align:middle;border:1px solid #c3c3c3;border-radius:3px;color:#2a313b;text-align:center;background:#f8f8f8; }
.search table select { min-width:100px;height:27px;padding:4px; }

/*서치영역 그룹핑(myc 예외)*/
.search.group .bott_line { border-bottom: 1px solid #E2E0DE}

.search footer { position:relative;padding-top:8px;text-align:right; }
.search footer button { display:inline-block;padding:0 15px;border-radius:3px;text-align:left;cursor:pointer; }
.search footer button span { display:block;height:32px;margin:0;padding:0 0 0 21px;line-height:32px;border:0;font-size:13px;font-weight:bold;color:#fff; }
.search footer button[type="reset"],.search footer button.btn_reset { 
	background:#6d6d6d;
	background:linear-gradient(#878787, #6d6d6d);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr="#878787", endColorStr="#6d6d6d");
}
.search footer button[type="reset"] span,.search footer button.btn_reset span { background:url(../../images/btn_searchreset.png) no-repeat 0 9px; }
.search footer button[type="reset"]:active,.search footer button.btn_reset:active { box-shadow:inset 3px 3px 3px #4bafd9; }
.search footer button[type="submit"],.search footer button.btn_submit { 
	background:#4f76c5;
	background:linear-gradient(#557dce, #496fbc);
}
.search footer button[type="submit"] span,.search footer button.btn_submit span { background:url(../../images/btn_searchmagnifier.png) no-repeat 0 9px; }
.search footer button[type="submit"]:active,.search footer button.btn_submit:active { box-shadow:inset 3px 3px 3px #3b5790; }

.inp_spinner { display:inline-block;position:relative;height:27px;padding-right:27px;vertical-align:middle; }
.inp_spinner input[type="text"] { border-right:0;vertical-align:top; }
.inp_spinner button { position:absolute;right:0;width:27px;text-indent:-9999px; }
.inp_spinner button.up { height:13px;padding:0;border:none;border-radius:0;top:0;background:url(../../images/btn_spinner.gif) no-repeat 0 0; }
.inp_spinner button.up span { width:27px;height:13px; }
.inp_spinner button.dn { height:14px;padding:0;border:none;border-radius:0;bottom:0;background:url(../../images/btn_spinner.gif) no-repeat 0 100%; }
.inp_spinner button.dn span { width:27px;height:14px; }

.btn_date { padding-left:6px;border-left:1px solid #d2d2d2; }
.btn_date button.current, .btn_date button:active, .btn_date button:focus { border:1px solid #4270cc;color:#fff;background:#4270cc; }

.btn_inlinesearch,
.search table td button.btn_inlinesearch,
.searchOneItem table td button.btn_inlinesearch,
.searchagain table td button.btn_inlinesearch, 
.grid aside .floatRight dl dd button.btn_inlinesearch{ 
	display:inline-block;width:25px;height:25px;margin-left:-5px;padding:0;border:1px solid #c4c4c4;border-left:none;border-radius:0;
	background:#f7f7f7;
	background:linear-gradient(#ffffff, #f0f0f0);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr="#ffffff", endColorStr="#f0f0f0");
	vertical-align:middle;
}
.btn_inlinesearch span { display:block;width:25px;height:25px;text-indent:-9999px;background:url(../../images/btn_againmagnifier.png) no-repeat 50% 50%; }

.btn_filter { 
	display:inline-block;width:25px;height:25px;margin-left:-5px;padding:0;border:1px solid #c4c4c4;border-left:none;border-radius:0;
	background:#f7f7f7;
	background:linear-gradient(#ffffff, #f0f0f0);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr="#ffffff", endColorStr="#f0f0f0");
}
.btn_filter span { display:block;width:25px;height:25px; }

.btn_calendar { display:inline-block;width:23px;line-height:23px; overflow:hidden}
.btn_calendar span { display:block;text-indent:-9999px;background:url(../../images/btn_calendar.gif) no-repeat 50% 50%; }
.btn_calendar.disabled span { display:block;text-indent:-9999px;background:url(../../images/btn_calendar_off.gif) no-repeat 50% 50%; }
.btn_calendar:nth-last-of-type(1) { margin-right:2px; }

.searchagain { margin-bottom:10px;padding:8px 5px;border:1px solid #d5d5d5; }
.searchagain table th { padding:2px 6px 3px;line-height:27px;text-align:right;color:#3a3a3a; }
.searchagain table th strong { color:#db0000; }
.searchagain table th strong label, .searchagain table th strong span { color:#3a3a3a; }
.searchagain table td { padding:2px 6px 3px;line-height:27px; }
.searchagain table td input { height:27px;line-height:23px; }

.searchagain footer { position:relative;margin-top:7px;border-top:1px solid #dae1e8;padding-top:5px;text-align:right; }
.searchagain footer button { 
	display:inline-block;padding:0 15px;border:1px solid #bebebe;border-radius:3px;text-align:left;
	background:#f9f9f9;
	background:linear-gradient(#fefefe, #eee);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorStr="#fefefe", endColorStr="#eee"); */
}
.searchagain footer button span { display:block;height:30px;margin:0;padding:0 0 0 21px;line-height:29px;border:0;font-size:13px;font-weight:bold;color:#2a53a9; }
.searchagain footer button[type="reset"] span,.searchagain footer button.btn_reset span { background:url(../../images/btn_searchagainreset.png) no-repeat 0 8px; }
.searchagain footer button[type="submit"] span,.searchagain footer button.btn_submit span { background:url(../../images/btn_againmagnifier.png) no-repeat 0 8px; }

.search.folded > div { position:relative;margin-bottom:12px; }
.search.folded > div > a { position:absolute;left:50%;bottom:-13px;width:65px;height:13px;margin-left:-32px;text-align:center;background:url(../../images/btn_fold_opener.gif) no-repeat 0 0; }
.search.folded > div > a span { display:inline-block;text-indent:-9999px; }
.search.folded > div > a.current { background:url(../../images/btn_fold_opener.gif) no-repeat 0 100%; }

.grid { margin-bottom:3px; }
.grid aside { position:relative;line-height:27px;text-align:right;margin-bottom:7px; }
.grid aside:after { content:"";display:block;height:0;clear:both;visibility:hidden; }
.grid aside .floatLeft > span { display:inline-block;min-width:92px;text-align:left;font-size:13px;color:#1c1c1c; }
.grid aside .floatLeft > span strong { margin:0 4px; }
.grid aside .floatLeft .pages  { width:auto;margin:0;padding:0;background:none; }
.grid aside .floatLeft .pages select,.grid aside .floatRight select { min-width:70px;height:27px;padding:4px; }
.grid aside .floatLeft h3 {margin:0;padding:0;line-height:27px;}
.grid aside .floatRight { }
.grid aside .bdrRight { float:left;margin-right:4px;padding-right:5px;background:url(../../images/bdr_grid_top.gif) no-repeat 100% 50%; }
.grid aside button { 
	display:inline-block;height:25px;padding:0 10px;border:1px solid #cacaca;font-size:13px;color:#3a3a3a;font-weight:normal;line-height:25px;
	background:#f8f8f8;
	background:linear-gradient(#fefefe, #f0f0f0);
}

.grid aside button:hover { background:#dbdee8; }
.grid aside button:focus,
.grid aside button:active { text-decoration:none; }

.grid aside button[disabled="disabled"], .grid aside button[disabled="disabled"]:hover, .grid aside button[disabled="disabled"]:focus { 
	color:#8a8a8a;
    border:1px solid #dfdfdf;
	background:#f5f5f5;
    background:linear-gradient(#eee, #f7f7f7); 
}

.grid aside .floatRight button span { display:block;height:27px; }
.grid aside .floatRight button.btn_print span { padding:0 0 0 19px;background:url(../../images/ico_btn_grid.png) no-repeat 0 0; }
.grid aside .floatRight button.btn_save span { padding: 0 0 0 19px; background: url(../../images/ico_btn_grid.png) no-repeat left -113px;}
.grid aside .floatRight button.btn_excel span { padding:0 0 0 23px;background:url(../../images/ico_btn_grid.png) no-repeat 0 -27px; }
.grid aside .floatRight button.btn_plus span { padding:0 0 0 17px;background:url(../../images/ico_btn_grid.png) no-repeat 0 -54px; }
.grid aside .floatRight button.btn_minus span { padding:0 0 0 17px;background:url(../../images/ico_btn_grid.png) no-repeat 0 -81px; }
.grid aside .floatRight button.btn_copy span { padding:0 0 0 17px;background:url(../../images/ico_btn_grid.png) no-repeat 0 -198px; }

/*파일업로드 버튼 라벨로*/
.grid aside label { 
	display:inline-block;height:25px;padding:0 10px;border:1px solid #cacaca;font-size:13px;color:#3a3a3a;font-weight:normal;line-height:25px;
	background:#f8f8f8;
	background:linear-gradient(#fefefe, #f0f0f0);
	cursor:pointer;
}
.grid aside label:hover { background:#dbdee8; }
.grid aside label:focus,
.grid aside label:active { text-decoration:none; }
.grid aside .floatRight label.btn_excel span { padding:0 0 0 23px;background:url(../../images/ico_btn_grid.png) no-repeat 0 -31px; }
.hiddenfile{ position:absolute; left:-9000px}

aside.reverse { line-height:27px;text-align:right;margin-bottom:7px; }
aside.reverse dl dt { margin-right:4px; } 
aside.reverse dl dt, aside.reverse dl dd, aside.reverse dl dd button { display:inline-block;vertical-align:top; } 
aside.reverse dl dd input { height:27px;vertical-align:top; } 

.grid_list { border:1px solid #dcdcdc;border-top:2px solid #969696;border-left:0;margin-bottom:17px}
.grid_list table{border-collapse:separate;border-spacing:0; table-layout:fixed}
.grid_list.scroll { overflow-x:auto; margin-top:auto}
.grid_list.scroll table { min-width:100%}

.grid_list thead tr th { background:#f5f5f5;color:#4d4c4c;border:1px solid #dcdcdc;border-top:0;border-right:0;padding:3px 4px;line-height:23px;font-weight:normal; }
.grid_list table th strong { color:#db0000; }
.grid_list table th strong label, .grid_list table th strong span { color:#4d4c4c;font-weight:normal; }
.grid_list table th.ellipsis,.grid_list table td.ellipsis { overflow:hidden;text-overflow:ellipsis; white-space:nowrap; }
.grid_list tbody tr th { padding:3px 10px;line-height:23px;font-weight:normal;text-align:right;color:#4d4c4c;border:1px solid #dcdcdc;border-bottom:0;background:#f5f5f5; }
.grid_list tbody tr th.textR {text-align:center;}
.grid_list tbody tr td { padding:3px 4px;line-height:23px;text-align:center;border:1px solid #dcdcdc;border-right:0;border-bottom:0;background:#fff;font-weight: normal }
.grid_list tbody tr td.textLeft {padding-left:7px}
.grid_list tbody tr:first-child td, .grid_list tbody tr:first-child th { border-top:0; }
.grid_list tbody tr th:first-child { border-right:0; }
.grid_list table tbody tr.even td, .grid_list > table > tbody > tr:nth-child(2n) > td { background:#fafafa; }
.grid_list table tbody tr.current td { background:#e3f0ff !important; }
.grid_list table tbody tr.nodata td { color:#6e6e6e;cursor:default; }
.grid_list table tbody tr.nodata.gridhover td { background:#fff !important; }
.grid_list table tbody td a{color:#3058c7;text-decoration:underline;}
.grid_list #MYC0302201Q_table thead tr th { padding:3px 10px;line-height:23px;font-weight:normal;text-align:right;color:#4d4c4c;border:2px solid #dcdcdc;border-bottom:1px;background:#f5f5f5; }
.grid_list #MYC0302201Q_table tbody tr td { padding:3px 4px;line-height:23px;text-align:center;border:2px solid #dcdcdc;border-right:0;border-bottom:1px;background:#fff;font-weight: normal }

.grid_list tfoot tr th { padding:3px 10px;line-height:23px;color:#4d4c4c;border:1px solid #dcdcdc;border-top:1px solid #969696;border-right:0;border-bottom:0;font-weight:normal;text-align:right;background:#f5f5f5; }
.grid_list tfoot tr td { padding:3px 8px;line-height:23px;text-align:center;border:1px solid #dcdcdc;border-top:1px solid #969696;border-right:0;border-bottom:0; }

.grid_list table tbody tr.deleteLine td, .grid_list table tbody tr.deleteLine td * { background:#d3d6d8 !important;color:#888;text-decoration:line-through; }
.grid_list table tbody tr.deleteLine.gridhover td { background:#d3d6d8; }

/* 그리드 테이블 링크 선택시 row배경 클래스 */
.grid_list table tbody tr.selectedon td,.grid_list table tbody tr.selectedon.gridhover td,.grid_list table tbody tr.selectedon.current.gridhover td {background:#ece6fa !important;}

/* 필터 및 오름-내림기능 관련 추가사항 */
.grid_list table .edit .input_button, .input_button {position:relative;padding-right:32px}
.grid_list table .edit .input_button input[type="text"], .grid_list table .edit .input_button select {width:100% !important;}
.grid_list table .edit .input_button button, .input_button button {position:absolute;top:5px;right:10px;}

.grid_list table a.sort {display:inline-block;vertical-align:middle;width:9px;height:11px;background:url(../../images/bul_grid_01.gif) no-repeat center center;}
.grid_list table a.sort span {display:inline-block;text-indent:-9999px; }
.grid_list table a.sort.up {background:url(../../images/bul_grid_02.gif) no-repeat center center;}
.grid_list table a.sort.down {background:url(../../images/bul_grid_03.gif) no-repeat center center;}

.grid.twolines > .grid_list > table > tbody > tr:nth-child(2n) > td { background:#ffffff; }
.grid.twolines > .grid_list > table > tbody > tr:nth-child(4n-1) > td,
.grid.twolines > .grid_list > table > tbody > tr:nth-child(4n) > td { background:#fafafa; }

.grid.threelines > .grid_list > table > tbody > tr:nth-child(2n) > td { background:#ffffff; }
.grid.threelines > .grid_list > table > tbody > tr:nth-child(6n-2) > td,
.grid.threelines > .grid_list > table > tbody > tr:nth-child(6n-1) > td,
.grid.threelines > .grid_list > table > tbody > tr:nth-child(6n) > td { background:#fafafa; }

.grid.fourlines > .grid_list > table > tbody > tr:nth-child(2n) > td { background:#ffffff; }
.grid.fourlines > .grid_list > table > tbody > tr:nth-child(8n-3) > td,
.grid.fourlines > .grid_list > table > tbody > tr:nth-child(8n-2) > td,
.grid.fourlines > .grid_list > table > tbody > tr:nth-child(8n-1) > td ,
.grid.fourlines > .grid_list > table > tbody > tr:nth-child(8n) > td { background:#fafafa; }

.grid.fivelines > .grid_list > table > tbody > tr:nth-child(2n) > td { background:#ffffff; }
.grid.fivelines > .grid_list > table > tbody > tr:nth-child(10n-4) > td,
.grid.fivelines > .grid_list > table > tbody > tr:nth-child(10n-3) > td,
.grid.fivelines > .grid_list > table > tbody > tr:nth-child(10n-2) > td,
.grid.fivelines > .grid_list > table > tbody > tr:nth-child(10n-1) > td,
.grid.fivelines > .grid_list > table > tbody > tr:nth-child(10n) > td { background:#fafafa; }

.grid.sixlines > .grid_list > table > tbody > tr:nth-child(2n) > td { background:#ffffff; }
.grid.sixlines > .grid_list > table > tbody > tr:nth-child(12n-5) > td,
.grid.sixlines > .grid_list > table > tbody > tr:nth-child(12n-4) > td,
.grid.sixlines > .grid_list > table > tbody > tr:nth-child(12n-3) > td,
.grid.sixlines > .grid_list > table > tbody > tr:nth-child(12n-2) > td,
.grid.sixlines > .grid_list > table > tbody > tr:nth-child(12n-1) > td,
.grid.sixlines > .grid_list > table > tbody > tr:nth-child(12n) > td { background:#fafafa; }

.grid_list > table > tbody > tr.gridhover > td { background:#ffffec !important; }
.grid_list table tbody tr.gridhover.current td { background:#e3f0ff !important; }

.grid_list tbody tr.hiddenCells table,.grid_list tbody tr.hiddenCells_etc table{ border-top:0;border-bottom:1px solid #dcdcdc; }
.grid_list tbody tr.hiddenCells table tr th,.grid_list tbody tr.hiddenCells_etc table tr th,
.grid_list tbody tr.hiddenCells table tr td,.grid_list tbody tr.hiddenCells_etc table tr td{padding:3px 8px;line-height:23px;border-top:1px solid #dcdcdc;border-right:0;border-left:1px solid #dcdcdc;color:#111;font-size:13px; }
.grid_list tbody tr.hiddenCells table tr th,.grid_list tbody tr.hiddenCells_etc table tr th { font-weight:normal;text-align:right;background:#f5f5f5; }
.grid_list tbody tr.hiddenCells table tr td,.grid_list tbody tr.hiddenCells_etc table tr td { text-align:left; }
.grid_list tbody tr.hiddenCells td .grid_list table thead tr th, .grid_list tbody tr.hiddenCells_etc td .grid_list table thead tr th, .grid_list table tbody tr td .grid_list table thead tr th {text-align:center; }
.grid_list tbody tr.hiddenCells > td,.grid_list tbody tr.hiddenCells_etc > td { padding:10px; }
.grid_list tbody tr.hiddenCells table tr th:first-child,.grid_list tbody tr.hiddenCells_etc table tr th:first-child{border-left:0}

.grid_list tbody tr.hiddenCells > td .grid,.grid_list tbody tr.hiddenCells_etc > td .grid {margin:0;}
.grid_list tbody tr.hiddenCells .grid_list,.grid_list tbody tr.hiddenCells_etc .grid_list {border-bottom:none;}
.grid_list table tbody tr td .grid_list table tbody tr td {text-align:center; }
.grid_list tbody tr.hiddenCells .grid_list table tr th:first-child,.grid_list tbody tr.hiddenCells_etc .grid_list table tr th:first-child {border-left:1px solid #dcdcdc} 
.grid_list tbody tr.hiddenCells .grid_list table tr th,.grid_list tbody tr.hiddenCells_etc .grid_list table tr th {text-align:center;}
.grid_list tbody tr.hiddenCells > td .grid_list table tbody tr.gridhover td,.grid_list tbody tr.hiddenCells_etc > td .grid_list table tbody tr.gridhover td {background:inherit;}

/*그리드배경색상제거*/
.grid_list.bgnone tr td,.grid_list.bgnone tr.gridhover td {background:none !important}

.paging { height:23px;padding:0 0 17px 0;text-align:center;font-size:13px; }
.paging ul { display:inline-block;border-left:1px solid #dcdcdc;padding:0 0 0 7px; }
.paging ul:first-child {border-left:0;border-right:1px solid #dcdcdc;padding:0 7px 0 0;}
.paging ul.pages {padding:0 7px 0 7px;border:none; }
.paging ul.last {border-left:1px solid #dcdcdc;padding:0 0 0 7px;}
.paging ul li { float:left;margin-left:4px; }
.paging ul > li:first-child {margin-left:0; }
.paging ul li a { 
	display:block;width:36px;line-height:21px;color:#4d4c4c;border:1px solid #bebebe;
	background:linear-gradient(#fefefe 0%, #f0f0f0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr="#fefefe", endColorStr="#f0f0f0"); 
}
.paging ul.pages li a { min-width:17px;width:auto;padding:0 2px;border:1px solid #cbcbcb;background:#fff;filter:none; }
.paging ul li a span { display:block;text-indent:-9999px; }
.paging ul li.selected { }
.paging ul li.selected span, .paging ul li.selected strong,.paging ul li.firstSelcected span, .paging ul li.firstSelcected strong { display:block;min-width:17px;padding:0 2px;line-height:21px;border:1px solid #4270cc;color:#4270cc; }

.paging ul li a span { background:url(../../images/btn_paging.png) no-repeat 0 0; }
.paging ul li.morePrev a span { background-position:0 0; }
.paging ul li.prev a span { background-position:0 -21px; }
.paging ul li.next a span { background-position:0 -42px; }
.paging ul li.moreNext span { background-position:0 100%; }

.btn_sorting { display:inline-block;position:relative; }
.btn_sorting > a { display:inline-block;width:19px;height:18px;background:url(../../images/btn_th_layer.png) no-repeat 0 0; }
.btn_sorting > a.on { background-position:0 -18px; }
.btn_sorting .list_sorting { position:absolute;top:19px;left:0px;border:1px solid #969696; }
.btn_sorting .list_sorting ul{ min-width:60px;background:#fff; }
.btn_sorting .list_sorting ul li { border-top:1px solid #dcdcdc; }
.btn_sorting .list_sorting ul li:first-child { border-top:0; }
.btn_sorting .list_sorting ul li a { display:block;padding:0 12px;line-height:28px;color:#4d4c4c;text-decoration:none; }
.btn_sorting .list_sorting ul li a:hover, .btn_sorting .list_sorting ul li a:focus { color:#4d4c4c;text-decoration:none;background:#e3f0ff; }

.table_left { border-top:2px solid #969696;margin-bottom:10px; }
.table_left thead tr th,.table_left tbody tr th { padding:3px 10px;line-height:23px;color:#4d4c4c;border-left:1px solid #ddd;border-bottom:1px solid #dcdcdc;font-weight:normal;background:#f5f5f5; }
.table_left tbody tr th { text-align:right; }
.table_left tbody tr td { padding:3px 8px;line-height:23px;border-left:1px solid #ddd;border-bottom:1px solid #dcdcdc;color:#4d4c4c; }
.table_left thead tr th:first-child, .table_left tbody tr th:first-child { border-left:none; }
.table_left tbody tr th.th_depth { border-left:1px solid #ddd;background:#f8f8f8; }

.table_top { margin-bottom:20px;border-top:2px solid #969696; }
.table_top tr th,.table_top tr td { line-height:23px;color:#4d4c4c;border:1px solid #dcdcdc; height:23px;}
.table_top tr th { padding:3px 10px;font-weight:normal;background:#f5f5f5; }
.table_top tr td { padding:3px 8px;text-align:center; }
.table_top thead tr:first-child th, .table_top tbody tr:first-child th, .table_top tbody tr:first-child td { border-top:0; }

.table_top table tbody tr.deleteLine td, .table_top table tbody tr.deleteLine td * { background:#d3d6d8 !important;color:#888;text-decoration:line-through; }
.table_top table tbody tr.deleteLine.gridhover td { background:#d3d6d8; }

.table_left tr th.th_depth, .table_top tr th.th_depth { background:#f8f8f8; }
.table_left tbody tr.current td, .table_top tbody tr.current td { background:#e3f0ff; }
.table_left table th strong, .table_top table th strong { color:#db0000; }
.table_left table th strong label, .table_top table th strong label, .table_left table th strong span, .table_top table th strong span { color:#4d4c4c;font-weight:normal; }

.table_left tbody tr td.list_file p { margin-top:5px;line-height:24px; }
.table_left tbody tr td.list_file p:first-child { margin-top:0; }

.table_left .btn_inlinesearch, .table_top .btn_inlinesearch, .grid_list .btn_inlinesearch, .btn_filter,
.table_left .btn_inlinesearch span, .table_top .btn_inlinesearch span, .grid_list .btn_inlinesearch span, .btn_filter span { width:21px;height:21px; }

.table_left tr td .table_top { margin:0;border:1px solid #c3c3c3; }
.table_left tr td .table_top table tr th { text-align:center; }
.table_left tr td .table_top table tr th ,.table_left tr td .table_top table tr td{border-right:0}
.table_left tr td .table_top table tr td { border-top:1px solid #dcdcdc;border-bottom:0;}
.table_left tr td .table_top table tr:first-child td { border-top:0; }
.table_left tr td .table_top table tr td:first-child{border-left:0}

.child { border-top:1px solid #969696; margin-top:-4px !important}
.child>table { border-top:1px solid #eee}

/*법령 절추가시 라인 가려짐_ie 8,9,10 핵*/
/*.table_left tr td .table_top { border-bottom:0 \0/IE8+9;}*/
.table_left tr td .table_top { border-bottom:0;}
@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.table_left tr td .table_top table tr td { border-bottom:0;}}
/*.table_left tr td .table_top table tr td { border-bottom:1px solid #dcdcdc \0/IE8+9 !important;}*/
.table_left tr td .table_top table tr td { border-bottom:1px solid #dcdcdc !important;}
@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.table_left tr td .table_top table tr td { border-bottom:1px solid #dcdcdc !important;}}

.table_top table tbody tr.nodata td, .table_left table tbody tr.nodata td { color:#6e6e6e;text-align:center; }

.image_area { position:relative; }
.image_area aside { position:absolute;top:0;left:0;padding:7px;border:1px solid #ddd; }
.image_area aside p { height:100%;text-indent:-9999px;background:#f5f5f5 url(../../images/img_noimage.png) no-repeat 50% 50%; }
.image_area aside img { width:100%;height:100%; }

.btn_inline { 
	height:21px;padding:0 15px;line-height:21px;border:1px solid #dcdcdc;border-radius:3px;font-size:12px;font-weight:bold;
	background:#f5f5f5;
	background:linear-gradient(#f7f7f7, #eee); }
.btn_inline, .btn_inline:hover, .btn_inline:focus { color:#517dd5;text-decoration:none; }
.btn_inline[disabled="disabled"], .btn_inline[disabled="disabled"]:hover, .btn_inline[disabled="disabled"]:focus { 
	background:#f5f5f5;
	background:linear-gradient(#eee, #f7f7f7); 
}

.btn_open,.btn_print { 
	height:21px;padding:0 12px;line-height:21px;border:1px solid #dcdcdc;border-radius:3px;font-size:12px;font-weight:bold;
	background:#f5f5f5;
	background:linear-gradient(#f7f7f7, #eee); 
}

.btn_open, .btn_open:hover,.btn_print,.btn_print:hover { color:#517dd5;text-decoration:none; }
.btn_open span { display:inline-block;padding-left:15px;background:url(../../images/ico_open.gif) no-repeat 0 50%; }
.btn_print span { display:inline-block;padding-left:17px;background:url(../../images/ico_print.png) no-repeat 0 50%; }
.btn_open:hover,.btn_print:hover { background:#d8d8d8; }
.btn_open:focus,
.btn_open:active,
.btn_print:focus,
.btn_print:active { text-decoration:none; }

/*그리드 버튼 -  단일 아이콘 */
.btn_filedown span,.btn_fileview span,.btn_fileprint span { display:inline-block;overflow:hidden;text-indent:-9999px; }
.btn_filedown span { background:url(../../images/ico_filedown.png) no-repeat 0 0;width:16px; height:14px; margin-left:3px; margin-top:4px}							
.btn_fileview span { background:url(../../images/ico_fileview.png) no-repeat 0 0; width:14px; height:14px; margin-left:3px; margin-top:4px}
.btn_fileprint span { background:url(../../images/ico_print.png) no-repeat 0 0; width:13px; height:11px; margin-left:1px; margin-top:4px}

.btn_opentable { 
	height:21px;line-height:21px;padding:0 15px;border:1px solid #dcdcdc;border-radius:3px;
	background:#f5f5f5;
	background:linear-gradient(#f8f8f8, #f2f2f2); 
}

.btn_opentable span { display:block;height:21px;margin:0;padding:0 0 0 12px;font-size:13px;font-weight:bold;color:#517dd5;background:url(../../images/ico_inline_show.png) no-repeat 0 -22px; }
.btn_opentable.current span { background:url(../../images/ico_inline_show.png) no-repeat 0 -1px; }

.btn_file { 
	height:21px;padding:0 12px;line-height:21px;border:1px solid #bebebe;font-size:12px;
	background:#f5f5f5;
	background:linear-gradient(#fefefe, #eee); 
}

.btn_file:hover { background:#d8d8d8; }
.btn_file:focus,
.btn_file:active { text-decoration:none; }
.btn_file.current{ color:#fff;background:#617191; }

.btn_show,.btn_show_etc { 
	height:21px;line-height:21px;padding:0 15px;border:1px solid #dcdcdc;border-radius:3px;
	background:#f5f5f5;
	background:linear-gradient(#f8f8f8, #f2f2f2); 
}

.btn_show span,.btn_show_etc span { display:block;height:21px;margin:0;padding:0 0 0 12px;font-size:13px;font-weight:bold;color:#517dd5;background:url(../../images/ico_inline_show.png) no-repeat 0 -22px; }
.btn_show.current span,.btn_show_etc.current span { background:url(../../images/ico_inline_show.png) no-repeat 0 -1px; }

.btn_popup { 
	height:21px;line-height:21px;padding:0 15px;border:1px solid #dcdcdc;border-radius:3px;
	background:#f5f5f5;
	background:linear-gradient(#f8f8f8, #f2f2f2); 
}

.btn_popup span { display:block;height:21px;margin:0;padding:0 0 0 15px;font-size:13px;font-weight:bold;color:#517dd5;background:url(../../images/ico_inline_popup.png) no-repeat 0 5px; }

/*코드명 사용 */
.btn_commoncode {display:inline-block;height:18px;padding:0 5px 0;line-height:13px;vertical-align:top;font-size:11px;border-radius:2px;cursor:pointer;box-sizing:border-box; }
.btn_commoncode { border:1px solid #a1a1a1;color:#0857DB;background:#fafafa;font-weight:bold}
table td .btn_commoncode {vertical-align:middle; } 
 
/* 단계별 사용 아이콘 */
.btn_step01,.btn_step02,.btn_step03,.btn_step04,.btn_step05 {display:block;margin:0;padding:0 0 0 4px;line-height:14px;font-size:12px;font-weight:normal;}
.btn_step01 { background:url(../../images/ico_step_01.gif) no-repeat 0 0; }
.btn_step02 { background:url(../../images/ico_step_02.gif) no-repeat 0 0; }
.btn_step03 { background:url(../../images/ico_step_03.gif) no-repeat 0 0; }
.btn_step04 { background:url(../../images/ico_step_04.gif) no-repeat 0 0; }
.btn_step05 { background:url(../../images/ico_step_05.gif) no-repeat 0 0; }

.btn_showall,.btn_showall_etc { 
	height:21px;line-height:21px;padding:0 10px;border:1px solid #cacaca;
	background:#fafafa;
	background:linear-gradient(#fefefe, #f2f2f2); 
}
.btn_showall span,.btn_showall_etc span { margin:0;color:#3a3a3a;font-size:12px; }

.btn_deleterow { 
	width:21px;height:21px;line-height:21px;border:1px solid #dcdcdc;border-radius:3px;
	background:#f5f5f5;
	background:linear-gradient(#f8f8f8, #f2f2f2);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr="#f8f8f8", endColorStr="#f2f2f2"); 
}
.btn_deleterow span { display:block;width:21px;height:21px;margin:0;padding:0;text-indent:-9999px;background:url(../../images/ico_btn_grid.png) no-repeat 4px -83px; }

.btn_section:after, .btn_total:after { content:"";display:block;height:0;clear:both;visibility:hidden; }
.btn_section { margin:0 0 20px;text-align:right; }
.btn_section span.bdrRight { display:inline-block;margin-right:3px;padding-right:8px;background:url(../../images/bdr_buttons.gif) no-repeat 100% 50%; }

.btn_section a,
.btn_section button { 
	display:inline-block;vertical-align:top;height:27px;padding:0 10px;border:1px solid #cacaca;font-size:13px;color:#3a3a3a;font-weight:normal;line-height:25px;text-decoration:none;cursor:pointer;
	background:#f8f8f8;
	background:linear-gradient(#fefefe, #f0f0f0);	
}
.btn_section a span,
.btn_section button span { display:block;height:27px; }

.btn_section button[type="submit"],.btn_section button.submit { 
	border:1px solid #8a8a8a;color:#fff;
	background:#9a9a9a;
	background:linear-gradient(#aaa, #888);
}
.btn_section button:active, .btn_section a:active { box-shadow:inset 2px 3px 3px #d8d8d8; }
.btn_section button[type="submit"]:active,.btn_section button.submit:active { box-shadow:inset 2px 3px 3px #838383; }

.btn_section a[disabled="disabled"],.btn_section a[disabled="disabled"]:active,
.btn_section button[disabled="disabled"],.btn_section button[disabled="disabled"]:active { 
	border:1px solid #cecece;color:#a3a3a3;box-shadow:none;
	background:#f1f1f1;
	background:linear-gradient(#eee, #f6f6f6);
}

.btn_total { margin:40px 0 20px 0;padding:10px 0 0 0;border-top:1px solid #969696;text-align:right; }
.btn_total span.bdrRight { display:inline-block;margin-right:3px;padding-right:8px;background:url(../../images/bdr_buttons.gif) no-repeat 100% 50%; }
/*:root .btn_total { margin:40px 0 16px 0\9; }*/
:root .btn_total { margin:40px 0 16px 0; }
.btn_total a,
.btn_total button { 
	display:inline-block;height:32px;padding:0 15px;border:1px solid #a5a5a5;border-radius:3px;font-size:14px;font-weight:bold;color:#424242;line-height:32px;box-shadow:1px 1px 1px #d8d8d8;
	background:#f1f1f1;
	background:linear-gradient(#f9f9f9, #e6e6e6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr="#f9f9f9", endColorStr="#e6e6e6");	
}

.btn_total button[type="submit"],.btn_total button.submit { 
	color:#fff;
	background:#747474;
	background:linear-gradient(#888888, #5a5a5a);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr="#888888", endColorStr="#5a5a5a");
 }

 .btn_total button[type="submit"]:hover,.btn_total button.submit:hover { 
	border:1px solid #666666;
	background:#747474;
	background:linear-gradient(#888888, #888888);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr="#5a5a5a", endColorStr="#5a5a5a");
}

.btn_total button:hover { 
	border:1px solid #e0a692;box-shadow:1px 1px 1px #d8d8d8;
	background:linear-gradient(#f9f9f9, #f9f9f9);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr="#f6f6f6", endColorStr="#f6f6f6");	
}	

.btn_total button:active, .btn_total a:active { box-shadow:inset 3px 3px 3px #cdcdcd; } 
.btn_total button[type="submit"]:active,.btn_total button.submit:active { box-shadow:inset 3px 4px 3px #575757; }

.btn_total a[disabled="disabled"],.btn_total a[disabled="disabled"]:active,
.btn_total button[disabled="disabled"],.btn_total button[disabled="disabled"]:active { 
	border:1px solid #cecece;color:#a3a3a3;box-shadow:1px 1px 1px #d8d8d8;
	background:#f1f1f1;
	background:linear-gradient(#eee, #f6f6f6);
	filter:none;	
}

.btn_abovetable { float:right; }
.btn_abovetable button { 
	display:inline-block;height:25px;padding:0 10px;line-height:25px;border:1px solid #cacaca;font-size:13px;color:#3a3a3a;font-weight:normal;
	background:#f8f8f8;
	background:linear-gradient(#fefefe, #f0f0f0);
}
.btn_abovetable button span { display:block;height:25px; }
.btn_abovetable button.btn_print span { padding:0 0 0 19px;background:url(../../images/ico_btn_grid.png) no-repeat 0 0; }
.btn_abovetable button.btn_savetable span { padding:0 0 0 19px;background:url(../../images/ico_btn_grid.png) no-repeat 0 -113px; }
.btn_abovetable button.btn_interest span { padding:0 0 0 19px;background:url(../../images/law/btn_interest.png) no-repeat left 7px; }
.btn_abovetable button.btn_interest.current span { padding:0 0 0 19px;background:url(../../images/law/btn_interest_current.png) no-repeat left 7px; }

.shuttle { position:relative;margin-bottom:20px; }
.shuttle:after { content:".";display:block;height:0;clear:both;visibility:hidden; }
.shuttle_left,.shuttle_right,.shuttle_top,.shuttle_bottom { overflow-y:auto;position:relative;box-sizing:border-box;border:1px solid #dedede;min-height:235px; }
.shuttle_left,.shuttle_right { width:45%; }
.shuttle_top,.shuttle_bottom { width:100%; }
.shuttle_left { float:left; }
.shuttle_right { float:right; }
.shuttle_top { min-height:58px; }

.withbtn,.shuttle_hori,.shuttle_verti { position:relative; }
.shuttle_hori,.shuttle_verti { box-sizing:border-box; }
.withbtn { min-height:30px;padding-right:40px;border:1px solid #dedede; }
.shuttle.withbtn {border:none;}
.shuttle_hori { float:left;width:45%; }
.shuttle_verti { width:100%; }

.shuttle h3 { padding:0;height:28px;line-height:28px;border-bottom:1px solid #ddd;color:#272626;text-align:center;font-weight:bold;background:#f5f5f5; }
.shuttle .content { overflow-y:auto;border:1px solid #A3A3A5;margin-top:5px}
.shuttle .content>.dynatree-container { border:0 !important}

.shuttle.tit_type{position:relative;padding-top:30px}
.shuttle.tit_type .tit{position:absolute;top:0;left:55%;border:0;background:none}
.shuttle.tit_type .tit:first-child{left:0 !important;margin-left:0 !important}	
.shuttle.withbtn.tit_type .tit{margin-left:-20px}
.btn_delete { display:inline-block;width:20px;text-indent:-9999px;background:url(../../images/btn_delete.png) no-repeat 50% 50%; }

.trans_type .shuttle_left,.trans_type .shuttle_right{position:relative;background:#efefef}
.trans_type div div,.trans_type div textarea{height:95%;padding:2.5% 10px;}
.trans_type div textarea{height:100%;border:0;resize:none}
.trans_type div div p{margin:15px 0;text-align:justify}
.trans_type div div p:first-child{margin-top:0}
.trans_type .btn_horizontal ul li{width:100%;height:23px;border:0}
.trans_type .btn_horizontal ul li a{height: 21px;padding:0 12px;line-height:21px;border:1px solid #bebebe;font-size:12px;text-indent:0;text-decoration:none;background:#f5f5f5;background:linear-gradient(#fefefe, #eee);}

.trans_type .btn_horizontal ul li a:hover,
.trans_type .btn_horizontal ul li a:focus,
.trans_type .btn_horizontal ul li a:active { color:#222;background:#d8d8d8; }
.trans_type .btn_horizontal ul li a.current{ color:#fff;background:#617191; }

.btn_horizontal { width:10%;float:left;text-align:center; }
.btn_horizontal ul { display:inline-block;margin-top:80px; }
.btn_horizontal ul li { 
	width:51px;height:21px;margin:0 0 4px 0;padding:0;border:1px solid #bebebe;
	background:#f7f7f7;background:linear-gradient(#fefefe, #f0f0f0);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr="#fefefe", endColorStr="#f0f0f0"); 
}
.btn_horizontal ul li.btn_allleft { margin:0 0 11px 0; }
.btn_horizontal ul li.btn_reset {margin:11px 0 0 0;}
.btn_horizontal ul li a { display:block;line-height:21px;text-indent:-9999px; }
.btn_vertical { margin:13px 0;text-align:center; }
.btn_vertical ul,.btn_vertical ul li { display:inline-block; }
.btn_vertical ul li { 
	width:26px;height:35px;border:1px solid #bebebe;
	background:#f7f7f7;background:linear-gradient(#fefefe, #f0f0f0);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr="#fefefe", endColorStr="#f0f0f0");
}
.btn_vertical ul li.btn_allup, .btn_vertical ul li.btn_moveup { margin-right:7px; }
.btn_vertical ul li a { display:block;line-height:35px;text-indent:-9999px; }

.btn_horizontal ul li.btn_allleft a { background:url(../../images/btn_shuttleh.png) no-repeat 17px 6px; }
.btn_horizontal ul li.btn_allright a { background:url(../../images/btn_shuttleh.png) no-repeat 17px -21px; }
.btn_horizontal ul li.btn_moveleft a { background:url(../../images/btn_shuttleh.png) no-repeat 17px -55px; }
.btn_horizontal ul li.btn_moveright a { background:url(../../images/btn_shuttleh.png) no-repeat 17px -82px; }
.btn_horizontal ul li.btn_reset a { background:url(../../images/btn_shuttleh.png) no-repeat 17px -116px; }

.btn_vertical ul li.btn_alldown a { background:url(../../images/btn_shuttlev.png) no-repeat 9px 9px; }
.btn_vertical ul li.btn_allup a { background:url(../../images/btn_shuttlev.png) no-repeat -23px 9px; }
.btn_vertical ul li.btn_movedown a { background:url(../../images/btn_shuttlev.png) no-repeat -62px 9px; }
.btn_vertical ul li.btn_moveup a { background:url(../../images/btn_shuttlev.png) no-repeat -94px 9px; }
.btn_vertical ul li.btn_reset a { background:url(../../images/btn_shuttlev.png) no-repeat -133px 9px; }

.shuttle .btn_shuttle_r { position:absolute;bottom:0;right:0;width:40px;text-align:center; }
.shuttle .btn_shuttle_r ul { position:absolute;right:3px;bottom:1px;display:inline-block; }
.shuttle .btn_shuttle_r ul li { display:block;width:24px;height:24px;margin-bottom:4px; }
.shuttle .btn_shuttle_r ul li a { display:block;width:24px;height:24px;text-indent:-9999px; }
.shuttle .btn_shuttle_r ul li.up { margin-bottom:10px; }
.shuttle .btn_shuttle_r ul li.moreUp a { background:url(../../images/ico_shuttle_r.png) no-repeat 0 0; }
.shuttle .btn_shuttle_r ul li.up a { background:url(../../images/ico_shuttle_r.png) no-repeat 0 -50px; }
.shuttle .btn_shuttle_r ul li.down a { background:url(../../images/ico_shuttle_r.png) no-repeat 0 -100px; }
.shuttle .btn_shuttle_r ul li.moreDown a { background:url(../../images/ico_shuttle_r.png) no-repeat 0 -150px; }

.shuttle table thead th { background:#f5f5f5;color:#272626;border-left:1px solid #dcdcdc;border-bottom:1px solid #ddd;font-size:13px;padding:5px 10px;line-height:18px; }
.shuttle table tbody th { font-weight:normal;border-top:1px solid #ddd;text-align:center;border-bottom:1px solid #ddd; }
.shuttle table tbody td { padding:4px 10px;line-height:20px;border-top:1px solid #ddd;border-left:1px solid #dcdcdc;cursor:pointer;border-bottom:1px solid #ddd; }
.shuttle table thead th:first-child, .shuttle table tbody th:first-child, .shuttle table tbody td:first-child { border-left:none; }
.shuttle table tbody tr:first-child th, .shuttle table tbody tr:first-child td { border-top:0; }
.shuttle table tr:hover,
.shuttle table tr.current { background:#e3f0ff; }
.shuttle table tbody tr.edit td {border-bottom:1px solid #ddd; }
.shuttle table tbody tr.lstchanged td {background:#6e84b6 !important; color:#fff; font-weight:bold}

.shuttle ul.list_shuttle { }
.shuttle ul.list_shuttle li { position:relative;height:29px;line-height:29px;border-top:1px solid #ddd; }
.shuttle ul.list_shuttle li:first-child { border-top:0; }
.shuttle ul.list_shuttle li p { overflow:hidden;padding:0 35px 0 12px;color:#4d4c4c;font-size:13px;text-overflow:ellipsis;white-space:nowrap; }
.shuttle ul.list_shuttle li.current { background:#e3f0ff; }

.shuttle ul.list_shuttle li a.btn_delete { position:absolute;top:0;right:12px;width:20px;line-height:29px;text-indent:-9999px;background:url(../../images/btn_delete.png) no-repeat 50% 50%; }

.dynatreeLeft {float:left;width:45%;}
.dynatreeRight {float:right;width:45%;}
.dynawrapper {width:100%;height:100%;overflow:auto;border: 1px solid #b4b4b4;}
.dynawrapper .dynatree-container {border:none;overflow:inherit; }

ul.tab { overflow:hidden;margin-bottom:16px;background:url(../../images/bg_tab.gif) repeat-x 0 100%; }
ul.tab.upper,ul.subtab.upper { margin-bottom:1px;background:none; }
ul.tab:after { content:"";display:block;height:0;clear:both;visibility:hidden; }
ul.tab li { float:left; }
ul.tab li a { display:block;padding:0 30px;color:#2a313b;font-size:13px;line-height:32px;border:1px solid #dcdcdc;border-left:1px solid #ededed;background:#ededed; }
ul.tab li:first-child a { border-left:1px solid #dcdcdc; }
ul.tab li.selected a { border:1px solid #4270cc;color:#fff;background:#4270cc; }
/*ul.tab li.previous a { border-right:1px solid #4270cc; }*/

ul.tab li a[disabled="disabled"], ul.tab li.selected a[disabled="disabled"] {border:1px solid #e2e2e2;color:#bebebe;box-shadow:1px 1px 1px #d8d8d8;border-left:1px solid #f1f1f1;
	background:#f1f1f1;	background:linear-gradient(#eee, #f6f6f6);filter:none;cursor:default;text-decoration:none; }
ul.tab li a[disabled="disabled"] span, ul.tab li.selected a[disabled="disabled"] span { color:#bebebe;cursor:default; }

ul.subtab { margin-bottom:12px; }
ul.subtab:after { content:"";display:block;height:0;clear:both;visibility:hidden; }
ul.subtab li { float:left; }
ul.subtab li a { display:block;padding:0 25px;line-height:32px;color:#606976;font-size:13px;font-weight:bold;border:1px solid #dcdcdc;border-left:1px solid #f7f7f7;background:#f7f7f7; }
ul.subtab li:first-child a { border-left:1px solid #dcdcdc; }
ul.subtab li.selected a { color:#2a313b;border:1px solid #a0a0a0;background:#fff; }
ul.subtab li.previous a { border-right:1px solid #f7f7f7; }

ul.indicatetab { background:url(../../images/bg_tab.gif) repeat-x 0 100%; }
ul.indicatetab:after { content:"";display:block;height:0;clear:both;visibility:hidden; }
ul.indicatetab li { float:left;padding-right:17px;background:url(../../images/bg_indicate_off.png) no-repeat 100% 0; }
ul.indicatetab li a { display:block;padding:0 20px;line-height:32px;color:#4c4d4d;font-size:13px;font-weight:bold;border-top:1px solid #a0a0a0;border-bottom:1px solid #a0a0a0;background:#ededed; }
ul.indicatetab li:first-child a { border-left:1px solid #a0a0a0; }
ul.indicatetab li.selected { background:url(../../images/bg_indicate_on.png) no-repeat 100% 0; }
ul.indicatetab li.selected a { color:#fff;border-top:1px solid #4270cc;border-bottom:1px solid #4270cc;background:#4270cc; }
ul.indicatetab li.selected:first-child a { border-left:1px solid #4270cc; }
ul.indicatetab li.previous { background:url(../../images/bg_indicate_prev.png) no-repeat 100% 0; }
ul.indicatetab li:last-child, ul.indicatetab li:last-child.selected { padding:0;border-right:1px solid #a0a0a0;background:0; }
ul.indicatetab li.end, ul.indicatetab li.end.selected{ padding:0;border-right:1px solid #a0a0a0;background:none}

.indicatetabarea,.tab_common_cont,.tab_common_bottom { padding:14px 10px;border:1px solid #dcdcdc;border-top:0; }
.tab_common_cont{ margin-bottom:-10px;border-bottom:0}
.tab_common_bottom{margin-top:-1px;border-top:1px solid #fff}
.tab_common_cont.full_type{margin:0;padding:14px 0;border:0;}

.tree_area { overflow-y:auto;height:318px;margin-bottom:10px;border:1px solid #a3a3a5; }
.tree { 	padding:10px; }
.tree li { position:relative;padding:0 0 0 22px;line-height:20px;font-size:13px;background:url(../../images/bul_tree_depth.gif) no-repeat 9px 0; }
.tree ul li ul li { background:url(../../images/bul_tree_depth.gif) no-repeat 9px 0; }
.tree ul li a span { margin-left:4px;color:#4574d2;font-weight:bold; }
.tree ul li ul li ul li a span { color:#444;font-weight:normal; }
.tree li a.control { display:block;position:absolute;top:0;left:0;width:13px;height:13px;padding:3px; }
.tree ul > li > a > span:hover { font-weight:bold; }
.tree ul li span.closed { color:#444;font-weight:normal; }
.tree ul li.end { background:url(../../images/bul_tree_end.gif) no-repeat 9px 0; }
.ico_tree { margin-right:4px;vertical-align:middle; }

span.information, p.information { display:inline-block;min-height:14px;margin-left:5px;padding-left:20px;color:#666;background:url(../../images/ico_alert.png) no-repeat 0 50%; }
div.information { padding-bottom:10px; }
div.information p { padding-left:20px;line-height:21px;color:#666;background:url(../../images/ico_alert.png) no-repeat 0 4px; }

div.banner { text-align: center;}
div.banner_box  { margin-left: auto; margin-right: auto; width: 680px; height: 400px;}

.btn_instruct { position:relative;display:inline-block;vertical-align:top; }
.btn_instruct .instruct_layer { position:absolute;top:-8px;left:23px;min-width:290px;padding-left:10px;background:url(../../images/bg_instructlayer.png) no-repeat 0 0;z-index:2; }
.btn_instruct .instruct_layer p { padding:5px 10px;border:1px solid #eed997;border-left:none;border-radius:2px;color:#80441c;background:#fffddb; }

.inline_info { display:inline-block;margin-left:5px;color:#4270cc; }
.tabinfo { margin-bottom:16px;background:url(../../images/bg_tab.gif) repeat-x 0 100%; }
.tabinfo ul.tab,.tabinfo .information { display:inline-block; }
.tabinfo ul.tab { margin:0;vertical-align:middle;background:none; }

.check { margin-bottom:12px;font-size:13px;line-height:20px; }
.check label { vertical-align:middle; }
.check ul { padding-left:25px; }
.check input[type="text"] { height:27px;vertical-align:top; }

dl.instruct_module { margin-bottom:12px;border:1px solid #ddd;border-radius:2px;background:#f5f5f5; }
dl.instruct_module dt { position:relative;height:33px;padding-right:45px;line-height:33px;border-bottom:1px solid #ddd; }
dl.instruct_module dt p { overflow:hidden;padding:0 0 0 17px;color:#3a3a3a;font-weight:bold;text-overflow:ellipsis;white-space:nowrap; }
dl.instruct_module dt a { display:block;position:absolute;top:0;left:0;width:100%;height:100%;text-indent:-9999px;background:url(../../images/ico_instruct.gif) no-repeat 100% 0; }
dl.instruct_module dt.current { border-bottom:0; }
dl.instruct_module dt.current a { background:url(../../images/ico_instruct.gif) no-repeat 100% 100%; }
dl.instruct_module dd { padding:12px 18px;color:#3a3a3a; }
dl.instruct_module dd ol li ol { padding-left:12px; }
dl.instruct_module dd.rowover{height:70px;overflow-y:auto;border:0px solid red}

p.instruct_module { overflow:hidden;height:33px;margin-bottom:12px;padding:0 0 0 17px;line-height:33px;border:1px solid #ddd;border-radius:2px;color:#3a3a3a;text-overflow:ellipsis;white-space:nowrap;background:#f5f5f5; }
p.instruct_module.freeline{ overflow:visible;min-height:22px;height:auto !important;height:22px;padding:6px 0 5px 17px;line-height:22px;text-overflow:clip;white-space:normal;}

ul.circle { }
ul.circle li { margin-top:16px;padding-left:16px;background:url(../../images/bul_circle.png) no-repeat 0 3px; }
ul.circle li:first-child { margin-top:0; }

div.validError {border:1px solid #f05d5d;border-radius:2px;background:#ffe2e2;padding:4px 14px 4px 6px;position: absolute;top:-10px;left:24px;line-height:22px;height:22px;white-space: nowrap;z-index: 9;}
div.validError p.beforeValidError {position:absolute;width:24px;height:9px;top:30px;left:12px;background: url(../../images/bg_validerror.png) no-repeat left top;text-indent:-9999px; }
div.validError label { color:#1b1b1b;font-size:13px;line-height:21px; }
div.validError > a.close {position:absolute;top:3px;right:3px;width:10px;height:10px;background: url(../../images/ico_validerror_close.png) no-repeat center center;text-indent:-9999px;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	div.validError + a.btn_calendar {margin-left:5px;}
	input[type="text"] + a.btn_calendar.afterValidation {margin-left:5px;} /* 크롬에서 밸리데이션 클릭 후 버그 해결  */
}

.instruct_page { padding:13px 12px;border:1px solid #eed997;border-radius:2px;color:#80441c;background:#fffddb; }
.instruct_page p { padding-left:25px;line-height:16px; }
.instruct_page p.notice { margin-bottom:4px;line-height:18px;font-weight:bold;background:url(../../images/ico_important.png) no-repeat 0 0; }

.btn_info,.btn_alert {  width:18px;height:18px;margin-top:-2px;vertical-align:middle; }
.btn_info span,.btn_alert span { overflow:hidden;display:block;visibility:hidden;width:18px;height:18px;font-size:0; }

.btn_info {background:url(../../images/ico_layer_instruct_info.png) no-repeat 0 0; }
.btn_alert { background:url(../../images/ico_layer_instruct_alert.png) no-repeat 0 0; }

.alert { position:absolute;width:338px;border:1px solid #b4b4b4;background:#fff;z-index:2; }
.alert h4 { padding-left:22px;height:50px;line-height:50px;background:#f5f5f5;font-size:18px;color:#222; }
.alert p { padding:25px 12px;color:#333;font-size:13px;line-height:21px;text-align:center; }
.alert .detail { margin:0 12px 15px;border:1px solid #ddd;background:#f5f5f5; }
.alert .detail p { padding:10px 15px;color:#555;line-height:16px; }

.alert footer { padding-bottom:20px;text-align:center; }
.alert footer button { 
	display:inline-block;height:32px;line-height:32px;padding:0 20px;border:1px solid #a5a5a5;border-radius:3px;font-size:14px;font-weight:bold;color:#424242;
	background:#f1f1f1;background:linear-gradient(#f9f9f9,#e6e6e6);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorStr="#f9f9f9", endColorStr="#e6e6e6");*/
	box-shadow:1px 1px 1px #d8d8d8; 
}
.alert footer button[type="submit"] { 
	display:inline-block;height:32px;line-height:32px;padding:0 20px;border:1px solid #6a6a6a;border-radius:3px;font-size:14px;font-weight:bold;color:#fff;
	background:#656565;background:linear-gradient(#888,#5a5a5a);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorStr="#888", endColorStr="#5a5a5a");*/
	box-shadow:1px 1px 1px #d8d8d8; 
}

.alert.warn h4 { padding-left:67px;height:60px;line-height:52px;background:#f5f5f5 url(../../images/ico_warn.png) no-repeat 26px 16px; }
.alert.warn p strong { color:#4574d2; }
.alert.warn dl { position:absolute;bottom:25px;left:30px;color:#777;font-size:13px; }
.alert.warn dl dt, .alert.warn dl dd { display:inline-block;line-height:14px; }
.alert.warn dl dt { padding-right:6px;border-right:1px solid #777; }
.alert.warn footer { padding-bottom:75px; }

.pop_loading { position:absolute;top:50%;left:50%;margin-left:-23px;text-align:center;z-index:2; }
.pop_loading p { width:45px; padding-top:52px;font-weight:bold;color:#24489a;font-size:12px;background:url(../../images/loading.gif) no-repeat 50% 0}
.pop_loading button { display:inline-block;height:32px;line-height:32px;padding:0 20px;border:1px solid #a5a5a5;border-radius:3px;font-size:14px;font-weight:bold;color:#424242;
	background:#f1f1f1;background:linear-gradient(#f9f9f9,#e6e6e6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr="#f9f9f9", endColorStr="#e6e6e6");
	box-shadow:1px 1px 1px #d8d8d8; }

#popupbody { overflow-y:hidden;margin-bottom:44px; }
.popup { position:relative;overflow-y:auto;margin-bottom:44px; }
.popup > header { background:#f5f5f5;border-bottom:2px solid #14b1f8;height:43px; }
.popup > header h1 { display:inline-block;padding-left:20px;line-height:43px;color:#313131;font-size:16px; }
.popup > header a { display:inline-block;width:20px;height:20px;margin-top:-6px;border:0;vertical-align:middle;background:url(../../images/btn_favorite.png) no-repeat 0 0; }
.popup > header a.current { background:url(../../images/btn_favorite.png) no-repeat 0 100%; }
.popup > header a span { overflow:hidden;display:block;visibility:hidden;width:20px;height:20px;font-size:0; }
.popwrapper { padding:20px 18px 30px; }
.popwrapper2 { padding:10px 18px 10px; } 
.popup > footer { position:fixed;bottom:0;left:0;width:100%;text-align:right;border-top:1px solid #b4b4b4;box-sizing:border-box; }
.popup > footer p { line-height:27px;padding:8px 18px;background:#f5f5f5; }
.popup > footer a { 
	display:inline-block;vertical-align:middle;padding:0 16px;line-height:25px;border:1px solid #cacaca;
	background:#fafafa;
	background:linear-gradient(#fefefe, #f0f0f0);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr="#fefefe", endColorStr="#f0f0f0"); 
}
.popup > footer a span { display:inline-block;color:#3a3a3a; }

.popup2 { position:relative;overflow-y:auto;margin-bottom:44px; }
.popup2 > header { background:#f5f5f5;border-bottom:2px solid #14b1f8;height:43px; }
.popup2 > header h1 { display:inline-block;padding-left:20px;line-height:43px;color:#313131;font-size:16px; }
.popup2 > header a { display:inline-block;width:20px;height:20px;margin-top:-6px;border:0;vertical-align:middle;background:url(../../images/btn_favorite.png) no-repeat 0 0; }
.popup2 > header a.current { background:url(../../images/btn_favorite.png) no-repeat 0 100%; }
.popup2 > header a span { overflow:hidden;display:block;visibility:hidden;width:20px;height:20px;font-size:0; }
.popup2 > footer { position:fixed;bottom:0;left:0;width:100%;text-align:right;border-top:1px solid #b4b4b4;box-sizing:border-box; }
	
.pop_layer { position:absolute;background:#fff;padding:20px;border:1px solid #b4b4b4;z-index:1; }
.pop_layer_close { position:absolute;top:10px;right:10px; }

.keywords dl { margin-top:8px;color:#3a3a3a;font-size:13px;border-top:1px solid #d5d5d5;border-bottom:1px solid #d5d5d5; }
.keywords h3 { padding-bottom:2px; }
.keywords dl dt { position:relative;height:33px;padding-left:12px;line-height:33px;border-bottom:1px solid #d5d5d5;background:#f5f5f5; }
.keywords dl dt p { overflow:hidden;padding-right:165px;text-overflow:ellipsis;white-space:nowrap; }
.keywords dl dt p strong { color:#4270cc;text-decoration:underline; }
.keywords dl dt p.date { position:absolute;top:0;right:14px;height:33px;padding:0;line-height:33px; }
.keywords dl dd { padding:12px;line-height:18px; }
.keywords .paging { margin-top:12px; }

.relatedwords { position:relative;height:27px;margin-bottom:20px;padding:6px 5px 6px 20px;line-height:27px;border:1px solid #d5d5d5;border-radius:3px;background:#f4f3f3; }
.relatedwords dl { font-size:13px; }
.relatedwords dl dt { display:inline-block;color:#3a3a3a; }
.relatedwords dl dd { display:inline-block;color:#4270cc;text-decoration:underline; }
.relatedwords p { position:absolute;top:6px;right:6px; }
.relatedwords p button { 
	display:inline-block;padding:0 12px;line-height:25px;vertical-align:top;border:1px solid #bebebe;border-radius:2px;
	background:#f9f9f9;background:linear-gradient(#fefefe,#eee);
/*	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr="#fefefe", endColorStr="#eee"); */
 }
.relatedwords p button span { display:inline-block;padding-left:15px;line-height:25px;color:#4d4d4d;font-size:13px;font-weight:bold; }
.relatedwords p button.horizontal span { background:url(../../images/ico_related.gif) no-repeat 0 9px; }
.relatedwords p button.vertical span { background:url(../../images/ico_related.gif) no-repeat 1px -31px; }
.relatedwords p button.showpopup span { background:url(../../images/ico_related.gif) no-repeat 1px -71px;}
.relatedwords p button.current { 
	display:inline-block;padding:0 12px;line-height:25px;vertical-align:top;border:1px solid #76999d;border-radius:2px;
	background:#7bb1bd !important}
.relatedwords p button.current span {color:#fff; }
.relatedwords p button.current.horizontal span { background:url(../../images/ico_related_current.gif) no-repeat 0 9px;}
.relatedwords p button.current.vertical span { background:url(../../images/ico_related_current.gif) no-repeat 1px -31px;}
.relatedwords p button.current.showpopup span { background:url(../../images/ico_related_current.gif) no-repeat 1px -71px;}

/* Used only for Templates
---------------------------------------------------------*/
.templatewrapper { padding:50px; }
h6 { margin:10px 0;color:#252525;font-size:14px;border-bottom:1px solid #c2c2c2;line-height:32px; }

/* 2014-8월 :3주차 */
.cont_h1{ display:block;padding:6px;line-height:25px;font-size:16px;border-top:2px solid #969696;background:#f5f5f5}

.subinfo { color:#666;font-size:12px; }

/* 검색결과 없을시 */
dl.noresult {margin:0;padding:7px;background:none; }
dl.noresult dt {color:#2f2f2f;font-size:16px;font-weight:normal;padding:0 0 12px 0;}
dl.noresult dt strong {color:#005fc4; }
dl.noresult dd {border-top:2px solid #aaa;border-bottom:2px solid #aaa;padding:32px 0 32px 180px;background: url(../../images/ico_noresult.png) no-repeat 28px 15px; }
dl.noresult dd ul li {padding-left:10px;background: url(../../images/bul_vstype.gif) no-repeat left 12px;color:#717171;line-height:28px; }

/* 첨부파일 타이틀 */
.floatLeft .subtitle .btn_instruct { margin-left:5px; }
.floatLeft .subtitle .btn_instruct a { display:inline-block;width:18px;height:18px;margin-top:-2px;vertical-align:middle;background:url(../../images/ico_layer_instruct_info.png) no-repeat 0 0;text-indent:-9999px; }
.floatLeft .btn_info {  width:18px !important;height:18px;margin-top:-2px;vertical-align:middle;border:none !important;padding:0}
.floatLeft .btn_info span { overflow:hidden;display:block;visibility:hidden;width:18px;height:18px;font-size:0; }
.floatLeft .btn_info,.floatLeft .btn_info:hover {background:url(../../images/ico_layer_instruct_info.png) no-repeat 0 0; }
.floatLeft .instruct_layer { text-align:left;width:450px}
.floatLeft .instruct_layer p { line-height:20px}
/*문서함사용관리'?'이미지 위치*/
.img_info {vertical-align:middle; cursor: pointer;}