@charset "UTF-8";

select{
    -webkit-appearance: menulist;
	border: 1px solid #777777;
}

input[type="radio"] {
    -webkit-appearance: radio;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

textarea {
	border: 1px solid #777777;
	background-color: #ececec;
	padding: 7px 7px;
}

.oeinput {
	padding: 3px;  
    font-size: 12px; 
    /* text-shadow: 0px 1px 0px #fff; */  
    outline: none;  
    background: -webkit-gradient(linear, left top, left bottombottom, from(#bcbcbe), to(#ffffff));  
    background: -moz-linear-gradient(top,  #bcbcbe,  #ffffff);
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;  
    border-radius: 3px;
    border: 1px solid #717171; 
}

.oetable {
	margin:0px;padding:0px;
	width:95%;
	border:1px solid #ffffff;
	
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
.oetable table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
.oetable tr:last-child td:last-child {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
.oetable table tr:first-child td:first-child {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
.oetable table tr:first-child td:last-child {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}
.oetable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}
.oetable tr:hover td{
	background-color:#FAFAD2;
}
.oetable tr:nth-child(odd){ background-color:#aad4ff; }
.oetable tr:nth-child(even){ background-color:#d3e9ff; }
.oetable td{
	vertical-align:middle;
	border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
	padding:7px;
	font-size:0.9em;
	font-weight:normal;
	color:#000000;
}
.oetable td span{
	font-weight:bold;font-size:0.9em
}

.oetable tr:last-child td{
	border-width:0px 1px 0px 0px;
}
.oetable tr td:last-child{
	border-width:0px 0px 1px 0px;
}
.oetable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.oetable tr:first-child td{
	background:-o-linear-gradient(bottom, #9e9e9e 5%, #4f4f4f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9e9e9e), color-stop(1, #4f4f4f) );
	background:-moz-linear-gradient( center top, #9e9e9e 5%, #4f4f4f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#9e9e9e", endColorstr="#4f4f4f");	background: -o-linear-gradient(top,#9e9e9e,4f4f4f);

	background-color:#9e9e9e;
	border:0px solid #ffffff;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:0.8em;
	font-weight:bold;
	color:#ffffff;
}
.oetable tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #9e9e9e 5%, #4f4f4f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9e9e9e), color-stop(1, #4f4f4f) );
	background:-moz-linear-gradient( center top, #9e9e9e 5%, #4f4f4f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#9e9e9e", endColorstr="#4f4f4f");	background: -o-linear-gradient(top,#9e9e9e,4f4f4f);

	background-color:#9e9e9e;
}
.oetable tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.oetable tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.oeform {
	margin:auto;padding:0px;
	width:75%;
	border:1px solid #ffffff;
	
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
.oeform table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
.oeform tr:last-child td:last-child {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
.oeform table tr:first-child td:first-child {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
.oeform table tr:first-child td:last-child {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}
.oeform tr:last-child td:first-child{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}
.oeform tr:hover td{
	background-color:#FAFAD2;
}
.oeform td{
	vertical-align:middle;
	border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
	padding:2px;
	font-size:0.9em;
	font-weight:normal;
	color:#000000;
	height:23px;
	outline:0;
}
.key{
	font-weight:bold;font-size:0.9em;text-align:center;
	background-color:#dcdcdc;
}
.oeform tr:last-child td{
	border-width:0px 1px 0px 0px;
}
.oeform tr td:last-child{
	border-width:0px 0px 1px 0px;
}
.oeform tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.oeform tr:first-child td{
	background:-o-linear-gradient(bottom, #9e9e9e 5%, #4f4f4f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9e9e9e), color-stop(1, #4f4f4f) );
	background:-moz-linear-gradient( center top, #9e9e9e 5%, #4f4f4f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#9e9e9e", endColorstr="#4f4f4f");	background: -o-linear-gradient(top,#9e9e9e,4f4f4f);

	background-color:#9e9e9e;
	border:0px solid #ffffff;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:0.8em;
	font-weight:bold;
	color:#ffffff;
	padding:5px;
}
.oeform tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.oeform tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.oeform_view {
	margin:0px;padding:0px;
	width:95%;
	border:1px solid #ffffff;
	
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
.oeform_view table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
.oeform_view tr:last-child td:last-child {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
.oeform_view table tr:first-child td:first-child {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
.oeform_view table tr:first-child td:last-child {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}
.oeform_view tr:last-child td:first-child{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}
.oeform_view tr:hover td{
	background-color:#FAFAD2;
}
.oeform_view td{
	vertical-align:middle;
	border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
	padding:2px;
	font-size:0.9em;
	font-weight:normal;
	color:#000000;
	height:23px
}
.oeform_view tr:last-child td{
	border-width:0px 1px 0px 0px;
}
.oeform_view tr td:last-child{
	border-width:0px 0px 1px 0px;
}
.oeform_view tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.oeform_view tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.oeform_view tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}


/* pop_wrap */
.pop_wrap {position:absolute; width:300px; z-index:100000;border:1px solid #d0d7e0;margin:auto}
.pop_wrap .pop_head {width:100%; height:28px; text-align:center; background-color:#728caf;font-size:9pt;color:#ffffff;font-weight:bold;padding-top:7px;}
.pop_wrap .pop_in {background-color:#ffffff;padding:5px 5px 5px 5px; }

.modal_bg {background-color: black; opacity: 0.7; display: none; width:100%; height: 100%; position: fixed; left: 0px; top: 0px; z-index: 1001;}

.detailTxt p {line-height:21px;margin-bottom:21px}
.detailTxt li {list-style:initial; margin:15px 5px 15px 30px;line-height:21px}

/* td {
	outline: 1px solid #c7c7c7;
} */

.detail_area td {line-height:26px}

.cke_dialog_contents td {
	outline:0;
}

.bbs_no_border td a {
	max-height:none;
}

.bbs_no_border td {
	padding: 11px 0;
	border-bottom: 1px solid #c8c8c8;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5;
	margin:0;
	outline:0;
}

div.file_pop {position:absolute; display:none; width:180px; padding:8px; background-color:#fff; border: #c3c3c3 1px solid; 
-webkit-box-shadow: 3px 4px 5px -1px rgba(0,0,0,0.7); 
-moz-box-shadow: 3px 4px 5px -1px rgba(0,0,0,0.7); 
box-shadow: 3px 4px 5px -1px rgba(0,0,0,0.7); 
font-size: 11px; 
font-weight: bold; 
font-family: "돋움", dotum ,sans-serif; 
color: #646464;
}
div.file_pop p {line-height: 14px; word-break: break-all;}
div.file_pop p.txt {border-bottom: #909090 1px solid; padding-bottom: 2px; margin-bottom: 4px; margin-top:8px; color:#9175a1;}
div.file_pop p.file {padding-bottom: 2px; margin-top:6px; color:#9175a1;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;}
div.file_pop p.file:first-child {margin-top:0;}
div.file_pop p.file img {vertical-align: middle}

p.popFile:last-child {
  border: none;
}
p.popFile {
  margin-bottom: 3px;
  border-bottom: #c0c0c0 1px solid;
  padding-bottom: 3px;
}
