/* CSS Document */

@charset "utf-8";

/*	old_browser `block` display not defined in IE 6/7/8/9 and Firefox 3. */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary { display: block}
audio,canvas,video {display:inline-block;*display:inline;*zoom: 1}
audio:not([controls]) {display: none;height: 0}
[hidden] {display: none}

.old_browser {display:block;height:30px;width:100%;padding-bottom:5px;position:absolute;left:0px;top:0px}
.old_browser p {display:block;margin:0px auto;width:980px;text-align:center;padding:5px;font-weight:bold;font-size:9pt;background:#353535;color:#FFF}
.old_browser p a {color:#71A3D5}
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	vertical-align: middle;
}



/*		IE 전용 스크롤바	브라우저 높이 값 초기화			*/
html, body {
	height: 100%;
	width: 100%;
	min-width:1000px;
	color: #2E2E2E;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

img,video,audio,object,embed{
	max-width:100%;
	height:auto;
}
time { color: #999; }
a img {
	border: none;
}

.blind {
	display: none;
	overflow: hidden;
	position: absolute;
	top: -5000px
}
.dummy {*zoom:1}
q {
/*	quotes: none;	*/	
}
blockquote {
	margin: 20px;
	padding: 10px 10px 10px 50px;
	border: 1px dashed #CDCDCD;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong, .strong {
	font-weight:bold;
}
form strong {
	color: #FF0000;	
}

pre {
	word-wrap: break-word;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-break:break-all;
}
abbr {
	text-decoration: none;
	border-bottom: 1px dotted #558ED0;	
}
hr {
	height: 1px;
	margin:10px 0;
	background-color: #C9C9C9;
	background-image: -webkit-linear-gradient(to right, #ECECEC 0%, #C9C9C9 50%, #ECECEC 100%);
	background-image:    -moz-linear-gradient(to right, #ECECEC 0%, #C9C9C9 50%, #ECECEC 100%);
	background-image:     -ms-linear-gradient(to right, #ECECEC 0%, #C9C9C9 50%, #ECECEC 100%);
	background-image:      -o-linear-gradient(to right, #ECECEC 0%, #C9C9C9 50%, #ECECEC 100%);
	background-image:         linear-gradient(to right, #ECECEC 0%, #C9C9C9 50%, #ECECEC 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCCCCC, endColorstr=#C9C9C9);
}

/*		Input Type	date, email	*/
label {
	cursor:pointer;
	display:inline-block;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="file"],
input[type="tel"],
select,
textarea {
	/*
	height: 20px;
	margin-bottom: 0;
	margin-top: 0;
	background-color: #FFFFFF;
	color: #676767;
	padding: 2px 0.3em;
	border-radius: 6px;
	border: solid 1px #CCCCCC;
	font-size: 100%;
	-moz-box-shadow: inset 0px 1px 4px 		rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0px 1px 4px 	rgba(0,0,0,.2);
	box-shadow: inset 0px 1px 4px 			rgba(0,0,0,.2);
*/
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="file"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus{
/*
	border-color:#7FA701;
	-moz-box-shadow: 0px 0px 12px 		rgba(127,167,1,.6);
	-webkit-box-shadow: 0px 0px 12px 	rgba(127,167,1,.6);
	box-shadow: 0px 0px 12px 				rgba(127,167,1,.6);
*/
/*	filter: progid:DXImageTransform.Microsoft.Shadow(color=#96c9fc, Direction=135, Strength=5);  /*IE-shadow */
}
input{
	/*
	margin:0;padding:0;
	border:expression((this.type=='text')?'1px solid #7FA701':'' );
	/*	checkbox 정렬 ie6	아래 추가
	width:expression((this.type=='checkbox' || this.type=='radio')?'13px':'' );
	height:expression((this.type=='checkbox' || this.type=='radio')?'13px':'' );
	margin-right:expression((this.type=='checkbox' || this.type=='radio')?'0px':'' );
	vertical-align:expression((this.type=='checkbox' || this.type=='radio')?'middle':'' );
	*/
}
input[type="checkbox"],input[type="radio"]{
	/*	checkbox, radio 정렬	
	width:13px; height:13px; margin-right:0px; vertical-align:middle;
	*/
}

input : focus{

} 
.UPP {
	text-transform: uppercase;
}

.Zoom {
	font-size:24px !important
}


/*	ime-mode		*/
.ime-d, .TEL, .HP, .EMAIL, .Number {
	ime-mode: disabled;
}
.ime-a {
	ime-mode: active;
}

/*	button	*/
button {cursor:pointer}

.error {
	border: 1px dotted #FF0000 !important;
	background: url(../../images/icon/error.png) no-repeat right center;
}
.ok {
	background: url(../../images/icon/ok.png) no-repeat right center
}
.edit {
	cursor:pointer;
}
.fileSpan {
	display: inline-block;
	overflow: hidden;
	position: relative;
}
.fileSpan input[type="file"] {
	cursor:pointer;
	width:120px;
	filter: alpha(opacity=1);
	-moz-opacity: 0.01;
	opacity: 0.01;
	position:absolute;
	right: 0;
	top:0;
}
.fileSpan > span {
	cursor:pointer;
	display: inline-block;
	width:80px;
	height:22px;
	z-index:-1;
}

/*		가시성		*/
.hidden {visibility:hidden;}
.Hidden {display:none}
.View {display:block}
.InlineList > li{
	display: inline-block;
	vertical-align: top;
}


/*		Position	*/
.Relative{
	position:relative;
}




/*---------------------------------
		Opacity
----------------------------------*/
.Opacity08 {
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;    
    opacity:0.8; 
    filter:alpha(opacity=80);
    zoom:1; /* hasLayout for IE6 and IE7 */
}
 
.Opacity08:hover {
    -moz-opacity:1.0;
    -khtml-opacity: 1.0;    
     opacity:1;
    filter:alpha(opacity=100);
}



.QuoteMarks {
	font: normal 14pt Arial, Helvetica, sans-serif;
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
}

/*--------------------------------
	Text
--------------------------------*/
.text_orange { color:orange; }
.text_red { color:red; }
.text_gray {
	color: #666 !important;
}
.text_yellow {
	color: #FF0 !important;
}

.text_left {
	text-align:left !important;
}
.text_right, .Number {
	text-align:right !important;
}
.text_center {
	text-align:center !important;
}

.shadow-text{
	text-shadow: 0 1px 0 #666;
}


/*--------------------------------
		padding	, margin
--------------------------------*/
.margin_0 { margin:0 !important }
.margin_right_0 {
	margin-right: 0px;
}

.margin_left_10 {
	margin-left:10px;
}
.margin_left_20 {
	margin-left:20px;
}


/*----------------------------------------
		Arrow
----------------------------------------*/
.down_arrow {
	height: 12px;
	position: absolute;
	top: -10px;
	width: 20px;
	background: url(../../images/icon/icon_16x16.png) no-repeat -100px 0px;

/*
	border-bottom: 12px solid white;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-top: 0 solid transparent;

	-webkit-box-shadow: 0 1px 0 0 #959595 inset;
	-moz-box-shadow: 0 1px 0 0 #959595 inset;
	box-shadow: 0 1px 0 0 #959595 inset;
*/
}

.flow_li {
	list-style: none;
	border-radius: 5px;

	text-shadow: 0 1px 0 #3373a5;
	border: 1px solid #2B7DB9;
	-webkit-box-shadow: 0 4px 0 -3px #84CAF8 inset;
	-moz-box-shadow: 0 4px 0 -3px #84CAF8 inset;
	box-shadow: 0 4px 0 -3px #84CAF8 inset;

	background: #387bbe;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #57ABE8), to( #257DC2));
	background-image: -webkit-linear-gradient( #57ABE8, #257DC2);
	background-image:    -moz-linear-gradient( #57ABE8, #257DC2);
	background-image:     -ms-linear-gradient( #57ABE8, #257DC2);
	background-image:      -o-linear-gradient( #57ABE8, #257DC2);
	background-image:         linear-gradient( #57ABE8, #257DC2);
	-pie-background:          linear-gradient(#57ABE8, #257DC2);
	behavior: url(/common/css/PIE.htc);
	margin-bottom: 20px;
}

.flow_li>li {
	display: inline-block;
	/* [disabled]background: rgba(51,102,0,1); */
	height: 32px;
	margin: 0px;
	padding-left: 15px;
	color: #FFFFFF;
	font-weight: bold;
}
.flow_li li .LeftArrow {
	display: inline-block;
	height: 32px;
	width: 32px;
	margin-left:20px;
	background: url(../../images/icon/icon_32x32.png) no-repeat 0px -96px;
	overflow: hidden;
}
/*
	
*/

.line_wrapper {
	display: block;
	margin-bottom:20px;
}

.line_wrapper:after {
	clear: both;
	content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
    display: block;
    font-size: xx-large;
    height: 0 !important;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
}
.line_wrapper ul {
	padding-left: 20px;
}
.line_wrapper ul li {
	line-height: 160%;
}



.floatL {
	float: left;
}

.p25 {
	width: 240px;
}
.p33 {
	width: 33%;
}
.p50 {
	width: 458px;
}
.icon16 {
	height: 16px;
	width: 16px;
	display: inline-block;
	text-indent: 100%;
}
.info {
	background: url(../../images/icon/icon_16x16.png) no-repeat -62px -2px;
	cursor: help;
}


/*		세션 박스		*/
.SectionBox {
	border:solid 1px #CCCCCC;
	border-radius: 5px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
	padding:10px;
	background: #FFFFFF;
/*
	background-image: -webkit-linear-gradient(top, #FFFFFF 8%, #EAF2F5 84%);
	background-image:    -moz-linear-gradient(top, #FFFFFF 8%, #EAF2F5 84%);
	background-image:     -ms-linear-gradient(top, #FFFFFF 8%, #EAF2F5 84%);
	background-image:      -o-linear-gradient(top, #FFFFFF 8%, #EAF2F5 84%);
	background-image:         linear-gradient(top, #FFFFFF 8%, #EAF2F5 84%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#EAF2F5);
*/
}

/*	주민번호타입, 차량번호타입 선택	*/
#JuminTypeList, #CarNum_TypeList {
	position:absolute;
	width:100px;
	z-index:4000;
}
#JuminType, #CarNum_Type {
	width: 14px;
	height: 16px;
}

/*	Header UL	*/
.H_List {
	display:block;
	position:absolute;
	bottom:0px;
	right:0px;
	margin:8px;
}
.H_List li {
	display:inline-block;
	margin-left:10px;
}
/*	article Box	*/
.articleBox {
	margin-bottom:20px;
}
.articleBox header {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.articleBox header h3 {
	margin: 8px;
	position: relative;
}
.POP {
	display: none;
}


/*
	Footer LogText
*/
#FLog {
	color: #E0E0E0;
	display: inline-block;
	text-align: right;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 100000;
}
#FLog:hover {
	color: #F00;
	padding-bottom: 20px;
}
#FLog:hover ul {
	margin-bottom: 2px;
	padding:10px;
	border: 1px solid #CCC;
	background: #FFF;
	-webkit-box-shadow: #666 0px 1px 4px;
	-moz-box-shadow: #666 0px 1px 4px;
	box-shadow: #666 0px 1px 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#FLog:hover li { display:block; background: #FFF; }
#FLog ul li {
	display: none;
	padding-top: 2px;
	padding-bottom: 2px;
}
#FLog ul li:last-child { display:block }




/*
	POP

*/


/****************************		Layout		****************************/
/****************************		Layout		****************************/
/****************************		Layout		****************************/

#PageTop {
	position: absolute;
	left: -9999em;
	top: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}

#MaintainSession {
	position:absolute;
	top: -999em;
	margin:0px;
	padding:0px;
}

.Row { margin-right: 0px; margin-left: 0px; }
.Row:before,
.Row:after { display: table; content: " "; }
.Row:after { clear: both; }
.Row:before,
.Row:after { display: table; content: " "; }
.Row:after { clear: both; }
.POP .Row table { width:100% !important }
.Col-1,
.Col-2,
.Col-3,
.Col-4,
.Col-5,
.Col-6,
.Col-7,
.Col-8,
.Col-9,
.Col-10,
.Col-11,
.Col-12 {
  position: relative;
  float: left;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.Col-1 { width: 8.333333333333332%; }
.Col-2 { width: 16.666666666666664%; }
.Col-3 { width: 25%; }
.Col-4 { width: 33.33333333333333%; }
.Col-5 { width: 41.66666666666667%; }
.Col-6 { width: 50%; }
.Col-7 { width: 58.333333333333336%; }
.Col-8 { width: 66.66666666666666%; }
.Col-9 { width: 75%; }
.Col-10 { width: 83.33333333333334%; }
.Col-11 { width: 91.66666666666666%; }
.Col-12 { width: 100%; }
.Col-Title {
	padding-top:8px;
	text-align:rigth !important;
	font-weight:bold;
}

.POP .Row,
#E_PermissionTable .Row ,
#M_PermissionTable .Row { margin:5px 0; }
#E_PermissionTable .Col-3,
#M_PermissionTable .Col-3 {
	width: 280px !important;
}
#E_PermissionTable .Col-1,
#E_PermissionTable .Col-3,
#M_PermissionTable .Col-1,
#M_PermissionTable .Col-3 {
	padding-top: 3px;
	padding-bottom: 3px;
}

#Header_Wrapper {
	height: 40px;
	width: 100%;
	position: absolute;
	z-index: 5000;
}
#Header_Wrapper .aaa {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
#Header_Wrapper:after {
	content:" "; display:block; clear:both;
}
#Header_Wrapper ul {
	list-style: none;
}
#Header_Wrapper nav {
	position: relative;
	min-height: 40px;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #191B1D;
	border-top: 1px solid #333537;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0x 1px 3px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
	background: #373A3E;
}
#Header_Wrapper nav.stick {
	position:fixed !important;
	top:0;
}
#Header_Wrapper nav h1  {
	height: 40px;
	width: 198px;
	display: inline-block;
	background: #2b2d2f url(../../images/Header/png_v01.png) no-repeat left top;
	border-left: 1px solid #191B1D;
	border-right: 1px solid #191B1D;
}
#Header_Wrapper nav h1 a {
	height: 40px;
	width: 200px;
	text-indent: -10000%;
	white-space: nowrap;
	display: inline-block;
}

#Header_Wrapper nav #TopMenu {
	margin: 0px auto;
	width: 1200px;
	position: relative;
}
#Header_Wrapper nav #TopMenu ul {
	display: inline-block;
}
#TopMenu .inline_list > li{
	display: inline-block;
}
#TopMenu .inline_list > li:hover {
/*
	background: #17496F;
	background-image: -webkit-linear-gradient(top, #2576B4 0%, #17496F 100%);
	background-image:    -moz-linear-gradient(top, #2576B4 0%, #17496F 100%);
	background-image:     -ms-linear-gradient(top, #2576B4 0%, #17496F 100%);
	background-image:      -o-linear-gradient(top, #2576B4 0%, #17496F 100%);
	background-image:         linear-gradient(top, #2576B4 0%, #17496F 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#2576B4, endColorstr=#17496F);

	-webkit-box-shadow:  4px 0 0 -3px #338FCE inset, 1px 0 0 0 #338FCE;
	-moz-box-shadow: 4px 0 0 -3px #338FCE inset, 1px 0 0 0 #338FCE;
	box-shadow: 4px 0 0 -3px #338FCE inset, 1px 0 0 0 #338FCE;
*/
}
#TopMenu .inline_list > li > a {
	color: #FFF;
	padding: 13px 20px 10px;
	display: block;
	text-decoration: none;
	font-size: 11pt;
	height: 17px;
}
#TopMenu .inline_list > li:hover > a {
	text-shadow: 0 1px 0 #3373a5;
}


#TopMenu span {
	display: block;
	font-size: 9pt;
	color: #B9DCFF;
	padding-top: 5px;
}

.TopSubMenu_Wapper {
	height: 40px;
}

.TopSubMenu_Wapper .TopSubMenu {
	background: #22252D;
	background-image: -webkit-linear-gradient(top, #474C57 0%, #22252D 100%);
	background-image:    -moz-linear-gradient(top, #474C57 0%, #22252D 100%);
	background-image:     -ms-linear-gradient(top, #474C57 0%, #22252D 100%);
	background-image:      -o-linear-gradient(top, #474C57 0%, #22252D 100%);
	background-image:         linear-gradient(top, #474C57 0%, #22252D 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#474C57, endColorstr=#22252D);

	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 1px 5px 0 rgba(51, 51, 51, 0.3);
	display: none !important;
	vertical-align:top !important;
	font-size: 13px;
	margin-top: 0;
	padding: 10px 10px;
	position: absolute;
	top: 40px;
	z-index: 4;
}
.TopSubMenu_Wapper .TopSubMenu:after {
	clear: both;
	content: " ";
    display: block;
	height: 0;
	position: absolute;
	top: -6px;
	left:30px;
	width: 0;
	border-bottom: 6px solid #474C57;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 0 solid transparent;
}

.TopSubMenu_Wapper .TopSubMenu ul {
	min-width:140px;
	vertical-align:top !important;
}
.TopSubMenu_Wapper:hover > .TopSubMenu {
    display: block !important;
}
.TopSubMenu_Wapper .TopSubMenu li a {
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	color: #FFF;
}
.TopSubMenu_Wapper .TopSubMenu a:hover  {
	color: #FFF;
	background-color: #515662;
}

/*		서브메뉴  */

#SubMenu ul {
	border: 1px solid #DBDBDE;
	background: #F3F3F4;
}
#SubMenu ul li {
	border-right: 1px solid #DBDBDE;
}
#SubMenu ul li a {
	color: #515967 !important;
	text-decoration: none;
	padding: 7px 10px;
	display: block;
}


#MaginSpace {
	height: 40px;
}


#Content {
	position: relative;
	z-index: 200;
	padding-top: 20px;
}

#Content:after {
	clear: both;
	content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
    display: block;
    font-size: xx-large;
    height: 0 !important;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
}


.Center {
	margin: 0px auto;
	width: 1200px;
	position: relative;
}
.CenterFull {
	margin: 0px auto;
	width: 99%;
	position: relative;
}

#Content .Sub_Title {
	position: relative;
	margin: 0 0 10px;
}
#Content .Sub_Title h2 {
	color: #ff9933;
	font-size: 15pt;
	/* [disabled]padding-left: 20px; */
}

/*		H2 ICON	*/
#Content .Center .Sub_Title h2 .h2_icon {
	display: inline-block;
	height: 20px;
	width: 20px;
	margin-right: 5px;
}
#Content .Center .Sub_Title .Sub_Function {
	position: absolute;
	top: 5px;
	right: 0px;
	
}
/************	서브 네비		***************/
/*
#Content .Center .Sub_Nav {
	clear: both;
	position: relative;
	border-bottom: 1px solid #80A702;
	border-left: 1px solid #80A702;
	margin-bottom: 5px;
}
#Content .Center .Sub_Nav li {
	border-top: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	margin-left: -3px;
}
#Content .Center .Sub_Nav ul li:first-child {
	margin-left: 0px;
}
#Content .Center .Sub_Nav .on {
	border-top: 1px solid #7fa701;
	border-right: 1px solid #7fa701;
}
#Content .Center .Sub_Nav li a,
#Content .Center .Sub_Nav li span {
	display: block;
	padding: 8px 20px;
	font-size: 10pt;
	color: #646262;
	text-decoration: none;
	font-weight: bold;
}
*/
/************	서브 네비		***************/
#Content .Center .Sub_Nav {
	clear: both;
	position: relative;
	border: 1px solid #d0d0d0;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
	padding:0 5px
}
#Content .Center .Sub_Nav li {
	border-right: 1px solid #d4d4d4;
	margin-left: -3px;
}
#Content .Center .Sub_Nav ul li:first-child {
	margin-left: 0px;
}
#Content .Center .Sub_Nav .on a,
#Content .Center .Sub_Nav .on span{
	color: #FFF;
	text-shadow: 0 1px 0 #3373a5;
	border: 1px solid #2B7DB9;
	background: #387bbe;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #57ABE8), to( #257DC2));
	background-image: -webkit-linear-gradient( #57ABE8, #257DC2);
	background-image:    -moz-linear-gradient( #57ABE8, #257DC2);
	background-image:     -ms-linear-gradient( #57ABE8, #257DC2);
	background-image:      -o-linear-gradient( #57ABE8, #257DC2);
	background-image:         linear-gradient( #57ABE8, #257DC2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#57ABE8, endColorstr=#257DC2);
}
#Content .Center .Sub_Nav li a,	
#Content .Center .Sub_Nav li span {
	display: block;
	padding: 8px 20px;
	font-size: 10pt;
	color: #646262;
	text-decoration: none;
	font-weight: bold;
}

/************		쿼리 세션		***************/
.Query_Section {
	padding: 2px;
	background: #f0f0f0;
	border: 1px solid #d0d0d0;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-khtml-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-khtml-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px;
	margin-bottom: 20px;
}
.Query_Section form p {
    border-bottom: 1px solid #E0E0E0;
    margin: 0 !important;
    padding: 5px 0 !important;
}
.Query_Section form p label {
	display: inline-block;
	margin: 0 0 0 10px;
	width: auto !important;
	font-weight: bold;
}

.Info_Section {
	margin-bottom: 10px;
}
.Info_Section label {
	display: inline-block;
	width: 100px;
	text-align: right;
	color: #000;
}
.Info_Section span {
	display: inline-block;
	padding-left: 10px;
}


#Content .Center .Grid_Section,
#Content .Center .Data_Section {
	border: 1px solid #F0F0F0;
	margin-bottom: 5px;
	padding: 10px;
}
#Content .Center .Grid_Section,
#Content .Center .Data_Section {
	padding: 0px;
}



/*		Footer		*/
footer {
	background-color: #2b2d2f;
	color: #CCC;
	height: 15px;
	width: 100%;
	padding-top: 5px;
}

#GoTop {
	display:none;
}




/*--------------------
	페이징
----------------------*/
.Pagination {
	padding: 30px 0;
	text-align: center;
}
.Pagination .PageNumbers, .Pagination span{
	display: inline-block;
	height: 22px;
	padding: 2px 5px 0;
	overflow: hidden;
	font: bold 11pt Tahoma, sans-serif;
	color: #4A4A4A;
	text-decoration: none;
	border: 1px solid #959595;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 3px 1px #D3D3D3, 0 1px 0 0 #FEFEFE inset;
	-moz-box-shadow: 1px 1px 3px 1px #D3D3D3, 0 1px 0 0 #FEFEFE inset;
	box-shadow: 1px 1px 3px 1px #D3D3D3, 0 1px 0 0 #FEFEFE inset;
	background: #DFDFDF;
	background-image: -webkit-linear-gradient(top, #DFDFDF 0%, #F1F1F1 100%);
	background-image:    -moz-linear-gradient(top, #DFDFDF 0%, #F1F1F1 100%);
	background-image:     -ms-linear-gradient(top, #DFDFDF 0%, #F1F1F1 100%);
	background-image:      -o-linear-gradient(top, #DFDFDF 0%, #F1F1F1 100%);
	background-image:         linear-gradient(top, #DFDFDF 0%, #F1F1F1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#DFDFDF, endColorstr=#F1F1F1);
}
.Pagination span{
	color:#FF0000 !important;
}
.Pagination .PageNumbers:hover{
	background: #DFDFDF;
	background-image: -webkit-linear-gradient(top, #F1F1F1 0%, #DFDFDF 100%);
	background-image:    -moz-linear-gradient(top, #F1F1F1 0%, #DFDFDF 100%);
	background-image:     -ms-linear-gradient(top, #F1F1F1 0%, #DFDFDF 100%);
	background-image:      -o-linear-gradient(top, #F1F1F1 0%, #DFDFDF 100%);
	background-image:         linear-gradient(top, #F1F1F1 0%, #DFDFDF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F1F1F1, endColorstr=#DFDFDF);
}
.Pagination .PageFirst,
.Pagination .PagePrev,
.Pagination .PageNext,
.Pagination .PageLast  {
	display: inline-block;
	width: 24px;
	height: 22px;
	padding: 2px 0 0 0;
	overflow: hidden;
	font: bold 11pt Tahoma, sans-serif;
	color: #4A4A4A;
	text-decoration: none;
	border: 1px solid #959595;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 3px 1px #D3D3D3, 0 1px 0 0 #FEFEFE inset;
	-moz-box-shadow: 1px 1px 3px 1px #D3D3D3, 0 1px 0 0 #FEFEFE inset;
	box-shadow: 1px 1px 3px 1px #D3D3D3, 0 1px 0 0 #FEFEFE inset;
	text-indent: -5000%;	
}
.Pagination .PageFirst {
	background: url(../../images/icon/paging.png) no-repeat 0 0;
}
.Pagination .PagePrev {
	background: url(../../images/icon/paging.png) no-repeat -24px 0;
}
.Pagination .PageNext {
	background: url(../../images/icon/paging.png) no-repeat -48px 0;	
}
.Pagination .PageLast {
	background: url(../../images/icon/paging.png) no-repeat -72px 0;
}
.Pagination .PageFirst:hover {
	background: url(../../images/icon/paging.png) no-repeat 0 -24px;
}
.Pagination .PagePrev:hover {
	background: url(../../images/icon/paging.png) no-repeat -24px -24px;
}
.Pagination .PageNext:hover {
	background: url(../../images/icon/paging.png) no-repeat -48px -24px;	
}
.Pagination .PageLast:hover {
	background: url(../../images/icon/paging.png) no-repeat -72px -24px;
}
.Pagination .pageButton, .Pagination span {
	margin:0 2px;
}

/*	Tooltip		*/
.Tooltip_Wrapper {
	position:absolute;
	display:none;
	z-index:10001;
}

.Tooltip {
	display:inline-block;
	position:absolute;
	max-width:200px;
	width:200px;;
}
.up .Tooltip {
	bottom:10px;
}
.down .Tooltip {
	top:10px;
}
#TooltipText {
	background-color: #000;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFF;
	display: inline-block;
	padding: 12px;
	text-shadow: 0 1px 0 #000000;
	max-width: 200px;
	width: auto;
	line-height: 1.4em;
}
#Tooltip .Tooltip_arrow {
	height: 0;
	position: absolute;
	width: 0;
	left: 60px;
}
.up .Tooltip_arrow {
	bottom: -5px;
	border-bottom: 0 solid transparent;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 5px solid rgba(0, 0, 0, 0.8);
	border-top: 5px solid #000;
}
.down .Tooltip_arrow {
	top: -5px;
	border-bottom: 5px solid rgba(0, 0, 0, 0.8);
	border-bottom: 5px solid #000;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 0 solid transparent;
}
/*-------------------------------	*/
#MemberFunction {
	display:inline-block;
	width:32px;
	position:absolute;
	right:0px;
	top:3px;
}







/*		nav 버튼		*/
.nav_button {
	background: #2576B4;
	display: inline-block;
	width: 32px;
	height: 32px;
	padding:0;
/*	margin-left:5px;	*/
	overflow:hidden;
	border: 1px solid #1A537D;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 4px 0 -3px #338FCE inset, 0 1px 0 0 #338FCE;
	-moz-box-shadow: 0 4px 0 -3px #338FCE inset, 0 1px 0 0 #338FCE;
	box-shadow: 0 4px 0 -3px #338FCE inset, 0 1px 0 0 #338FCE;
}

.nav_button:hover {
	background: #17496F;
	background-image: -webkit-linear-gradient(top, #2576B4 0%, #17496F 100%);
	background-image:    -moz-linear-gradient(top, #2576B4 0%, #17496F 100%);
	background-image:     -ms-linear-gradient(top, #2576B4 0%, #17496F 100%);
	background-image:      -o-linear-gradient(top, #2576B4 0%, #17496F 100%);
	background-image:         linear-gradient(top, #2576B4 0%, #17496F 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#2576B4, endColorstr=#17496F);
}
.nav_button_insuCorp {
	width: 60px;
	margin-left:0 !important;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;

}
.nav_button_Cards {
	width: 60px;
	margin-left:0 !important;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	border-left:none;
}

.nav_button:active span {
	margin-top:2px;
}
#Content .inline_Step {
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
#Content .inline_Step .on {
	font-weight: bold;
	background-color: #CCC;
}

#Content .inline_Step li {
	display: inline-block;
}
#Content .inline_Step li a {
	display: block;
	width: 120px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #DFDFDF;
	-webkit-border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
	text-decoration: none;

}




.FileUploadStep {
	margin-top: 10px;
	margin-bottom: 30px;
	border: 1px solid #DFDFDF;
	padding: 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: none;
}
#UpFrame {
	height: 0px !important;
	width: 0px !important;
}
#UploadFile {
	width: 600px;
}



/*-------------	Form	-----------------*/
#Content form p {
	padding:5px 0;
}

#Content form p label {
	text-align:right;
	padding-right:10px;
	width:140px;
}


/*		Q_Form		*/
/*		아래 스타일 켄도에서 안먹힘		*/
#Q_Form #Q_Date,
#Q_Form #Q_InsuCorp {
	width:80px;
}


.Inline_Block { display:inline-block }


.C_Label {
	width:auto !important;
	padding-left:10px;
}



/*-------------	POP	-----------------*/


.POP form p div.k-multiselect,
.POP form p .k-upload{
	width: 360px;
}
.POP form p div.k-multiselect,
.POP form p .k-upload,
.POP .blockDiv {
	display:inline-block;
}

.POP form p label,
.POP form div label {
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
	color: #000;
	padding-top: 6px;
}
.POP form p textarea,
.POP form p input[type="file"] {
/*	width: 280px !important;*/
	width: 280px;
}
#ad_PermissionNote,
#Edit_PermissionNote {
	width: 520px;
}
.POP form p textarea {
	height:120px !important;
	padding:10px;
}
.POP .L80 p label,
.POP .L80 div label,
.Grid_Section .L80 div label {
	width:80px;
}
.POP .L80 p span label {
	width: auto;
}
.POP .F500 {
	width:500px;
}



.Permission_Table {
	display: inline-block;
	vertical-align:top;
	min-width:600px;
}


#Approval_Div {
	text-align:center;
}
.POP .Placeholder {
	position: absolute;
	top: 10px;
	left: 40px;
	color: #CCC;
}

.POP form div table {
	width: auto;
	display: inline-block;	
}
.POP form div table tbody td input {
	width:90%
}

/****		RegiForm		****/

.RegiForm label {
	width: 120px;
	text-align:right;
}

/***********************************
		결재 작성
************************************/
.Write_Section form p label{
	width: 80px !important;
	font-weight: bold;
}

.Write_Section form legend{
	position:absolute;
	left:-1000%;
}
.Write_Section form p {
	padding: 5px 0 !important;
	margin:0px !important;
	border-bottom: 1px solid #E0E0E0;
}

#Content form p.last,
.Write_Section form p.last {
	border-bottom: none;
}

.Write_Section form p textarea.input_100p {
	width:1192px;
	height:400px;
}
.Write_Section form .Write_Panel .input_100p {
	width:90%;
}

.Write_Section form .Write_Panel {
	padding: 2px;
	background: #f0f0f0;

	border: 1px solid #d0d0d0;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-khtml-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-khtml-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px;
	margin-bottom: 20px;
}

/*		Kendo Upload 버튼 숨기기		*/

.Write_Section form .k-upload {
	width:400px;
	display:inline-block;
}
.k-upload .k-upload-selected {
	display:none !important;
}
.file-icon {
	display: inline-block;
	float: left;
	width: 48px;
	height: 48px;
}
.img-file { background-image: url(../../images/icon/upload/jpg.png) }
.doc-file { background-image: url(../../images/icon/upload/doc.png) }
.pdf-file { background-image: url(../../images/icon/upload/pdf.png) }
.xls-file { background-image: url(../../images/icon/upload/xls.png) }
.zip-file { background-image: url(../../images/icon/upload/zip.png) }
.default-file { background-image: url(../../images/icon/upload/default.png) }
.Write_Section form .k-upload .file-heading {
	display: inline-block;
	float: left;
	width: 250px;
	margin: 0 0 0 20px;
	height: 20px;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font: 12pt Arial !important;
}
.Write_Section form .k-upload  .file-name-heading {
	font-weight: bold;
	margin-bottom: 6px;
}
.Write_Section form .k-upload  .file-size-heading {
	font-weight: normal;
	font-style: italic;
}
li.k-file .file-wrapper .k-upload-action {
	position: absolute;
	top: 0;
	right: 1px;
}
li.k-file div.file-wrapper {
	position: relative;
	height: 50px;
	padding:8px;
}
/*******************************
	전자결재 Content
********************************/
.Content_Section header {
	position: relative;
	height: 100px;
}
.Content_Section header #AP_Title {
	margin-top: 0px;
	padding-top:80px;
}
.Content_Section #Approval_Comment header,
.Content_Section #Approval_MemState header {
	height: 20px;
}

.Content_Section #Approval_MemState,
.Content_Section #Approval_File,
.Content_Section .Button-Box {
	margin-top:50px;
}

.Content_Section header #Approval_Member {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
}
.Content_Section header #Approval_Member span {
	display: block;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.Content_Section header #Approval_Member table {
	display: block;
	border-top: 2px solid #333;
	border-left: 1px solid #333;
}
.Content_Section header #Approval_Member table thead th,
.Content_Section header #Approval_Member table tbody td {
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;	
	
}
.Content_Section header #Approval_Member table thead th a {
	color: #666;
	text-decoration: none;
	font-size: 9pt;
	display: inline-block;
	text-align: center;
	padding: 5px 10px;
}
.Content_Section header #Approval_Member table tbody td {
	height:40px;
}
.Content_Section header #Approval_Member table tbody td a {
	color: #666;
	text-decoration: none;
	font-size: 9pt;
	display: inline-block;
	text-align: center;
	padding: 5px 10px;
}
.Content_Section article div label {
	font-weight: bold;
	color: #333;
	font-size: 9pt;
	display: inline-block;
	margin-right: 10px;
}
.Content_Section article div #AP_RegiDate,
.Content_Section article div #AP_Name,
.Content_Section article div #AP_PaymentIssues,
.Content_Section article div #AP_Date {
	display: inline-block;
	margin-right: 30px;
}
.Content_Section #AP_Content {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	padding: 10px;
	clear: both;
	min-height: 400px;
}
.Content_Section #AP_ApprovalWay,
.Content_Section #AP_PaymentIssues,
.Content_Section #AP_Date {
	display: inline-block;
	white-space: nowrap;
	margin-right: 20px;
}
.Content_Section #Approval_File {
	display:block;
	position:relative;
	clear:both;
	margin-bottom:10px;
}
.Content_Section #Approval_File label {
	font-weight: bold;
	font-size: 11pt;
	height: 20px;
	width: 100px;
	float: left;
	display: block;
}
.Content_Section #Approval_File ul {
	display: block;
	padding:0 10px;
}
.Content_Section #Approval_File ul li {
	display: inline-block;
}
.Content_Section #Approval_File ul li a {
	color: #39F;
	display: inline-block;
	white-space: nowrap;
	border-bottom: 1px dotted #39F;
	margin-right: 10px;
}
.Content_Section #Approval_File ul li span {
	display: inline-block;
	white-space: nowrap;
	margin-right: 30px;
}
.Content_Section .BT_Box {
	display: block;
	clear: both;
	height: 30px;
	margin: 0px;
	padding-top: 10px;
}
.Content_Section #Approval_Comment {
	display: block;
	position: relative;
	clear: both;
	margin: 50px 0px;
	min-height:300px;
}
/***********	결재칸	**************/
#Approval_Member .Approval_Yes,
#Approval_Member .Approval_No {
	height: 40px;
	width: 40px;
	color: #CCC !important;
	vertical-align: middle;
}
#Approval_Member .Approval_Yes {
	background: url(../../images/icon/ok_32.png) no-repeat center center;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
/***********	결재내역	**************/
#Approval_MemState article {
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}
#Approval_MemState article header {
	height:auto !important;
}
#Approval_MemState article header h5 {
	display:inline-block;
	width: 100px;
}
#Approval_MemState article header p {
	display:inline-block;
	width: 80%;
	margin-bottom:0px;
}

#Approval_MemState article .Comment {
	padding: 10px 10px 10px 100px;
	margin: 5px 0 0 0;
	line-height: 160%;
	color: #333;
}
/***********	결재 본문	**************/
.Content_Section #AP_Content {
	line-height: 140%;	
	
}

#AP_Content table {
	border-top: 2px solid #333;
	border-left: 1px solid #333;
	height: auto;
	width: auto;
}
#AP_Content table td {
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 5px 7px;
	height: auto;
	width: auto;
}

/***********************************
		엑셀 데이터 테이블
************************************/
#ExcelDataFunction {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBEBEB;
	padding-top: 5px;
}

#ExcelDataFunction> li{
	display: inline-block;
	padding: 5px;
}


.Data_Header {
	font-size: 9pt;
	min-width:80px;
	width:99%;
}
.Data_Header .req { color: #000; background-color: #F90; }
.Data_Header .cnv { color: #000; background-color: #6CF; }
.Data_Header .reqcnv { color: #000; background-color: #63F; }

.Data_Header.select_header {
	background-color: #09F;
	color: #FFF;
}
.Data_Header.select_header option:hover {
	background-color: #FFF !important;
	color: #000 !important;
	font-weight: bold;
}



/*		주소검색		*/
#ZipResult { display:none }
#ZipResult ul { list-style:none }
#ZipResult ul li { padding:3px }


/*		그룹 선택창		*/
.GroupMenu ,
#GroupMenu ,
#ad_GroupMenu,
#ed_GroupMenu {
	display:inline-block;
	position:relative;
}
#ad_GroupMenu,
#ed_GroupMenu {
	margin: 0 0 1em;
}
#Q_G_Name,
#Q_G_Name {
	background: url(/images/icon/GroupMenu_Arrow.png) no-repeat right center;	
	cursor: pointer;
	margin-left:5px;
}
.GroupMenu_UL,
#GroupMenu_UL,
#GroupMenu_UL {
	display: none;
	position: absolute;
	overflow:visible;
	left: 6px;
	top: 0;
	margin-top: 26px;
	width:140px;
	z-index:10001;
	-webkit-box-shadow: #CCC 0px 1px 4px;
	-moz-box-shadow: #CCC 0px 1px 4px;
	box-shadow: #CCC 0px 1px 4px;
}
#ad_GroupMenu #GroupMenu_UL,
#ed_GroupMenu #GroupMenu_UL {
	left: 96px !important;
}
.GroupMenu_UL,
.GroupMenu_UL ul,
#GroupMenu_UL,
#GroupMenu_UL ul{
	list-style:none;	
	border-bottom: 1px solid #CCC;
}
.GroupMenu_UL li,
#GroupMenu_UL li {
	position: relative;
	background: #FFF;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px none #CCC;
	border-left: 1px solid #CCC;
}
.GroupMenu_UL li ul,
#GroupMenu_UL li ul {
	position: absolute;
	left: 130px;
	width:140px;
	top: -5px;
	display:none;
	z-index:550;
	-webkit-box-shadow: #CCC 0px 1px 6px;
	-moz-box-shadow: #CCC 0px 1px 6px;
	box-shadow: #CCC 0px 1px 6px;
}
.GroupMenu_UL li:hover,
#GroupMenu_UL li:hover {
	background: #999;	
}
.GroupMenu_UL:first-child li:hover>a,
#GroupMenu_UL:first-child li:hover>a {
	color: #FFF;
}
.GroupMenu_UL li:hover ul,
#GroupMenu_UL li:hover ul {
	display:block;
}
.GroupMenu_UL li:hover ul li ul,
#GroupMenu_UL li:hover ul li ul {
	display:none;
}
.GroupMenu_UL li ul li:hover ul,
#GroupMenu_UL li ul li:hover ul {
	display:block;
}
.GroupMenu_UL li ul li:hover ul li ul,
#GroupMenu_UL li ul li:hover ul li ul {
	display:none;
}
.GroupMenu_UL li ul li ul li:hover ul,
#GroupMenu_UL li ul li ul li:hover ul {
	display:block;
}
.GroupMenu_UL a,
#GroupMenu_UL a {
	display: block;
	padding: 7px 5px;
	text-decoration: none;	
}

/*****************************		FC		******************************/
.FC_Details {

}
.FC_Details ul {
	list-style: none;
}
.FC_Details ul li:last-child {
	border-bottom:none;
	
}
.FC_Details ul li {
	padding: 10px;
	border-bottom: 1px inset #CCC;
}
.FC_Details ul li label {
	font-weight: bold;
	color: #000;
	display: inline-block;
	width: 100px;
	margin-right: 10px;
	border-right: 2px solid #CCC;
	text-align: right;
	padding-right: 10px;
}
.FC_Details ul li span.blockSpan {
	display: inline-block;
	width: 250px;	
	
}


/*****************************	Main Chart		******************************/
.Main_Chart {
	min-width: 300px;
	width: 100%;
	height: 400px;
	margin: 0;
}




/*****************************	회의록 		******************************/


.Document td .Title {
	font-weight:bold;
	margin-bottom: 8px;
}
.Document td ul{
	list-style: square inside;
	margin-bottom: 15px;
	padding-left: 10px;
}
.Document td ul li {
	padding-bottom: 6px;
}






/****************************		mTip		****************************/
/****************************		mTip		****************************/
/****************************		mTip		****************************/
/**
 * mTip black theme, by mauvm
 * Sep 2, 2011
 * version 1.0
 * http://dev.mauvm.nl/mTip
 *
 * mTip is dual licensed under the MIT and GPL licenses.
 **/
.black.mTip {
	position: relative;
	margin: 0;
	padding: 3px 6px;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	background-color: #000;
	background-color: rgba(0,0,0,1);
	color: #FFF;
	z-index: 100000;
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

/* Arrows */
.black.mTip:after {
	content: ' ';
	width: 0; height: 0;
	position: absolute;
	margin: 0;
	border: 5px solid #000;
	border-color: transparent;
}

/* > Top */
.black.mTip-top {
	margin: -5px 0 0 0;
}

.black.mTip-top:after {
	left: 50%;
	top: 100%;
	margin: 0 0 0 -5px;
	
	border-top-color: #000;
	border-top-color: rgba(0,0,0,1);
}

/* > Top right */
.black.mTip-top-right {
    margin: -5px 0 0 -50px;
}

.black.mTip-top-right:after {
	left: 25px;
	top: 100%;
	margin: 0 0 0 -5px;
	
	border-top-color: #000;
	border-top-color: rgba(0,0,0,1);
}

/* > Right */
.black.mTip-right {
	margin: 0 0 0 5px;
}

.black.mTip-right:after {
	left: -10px;
	top: 50%;
	margin: -5px 0 0;
	
	border-right-color: #000;
	border-right-color: rgba(0,0,0,1);
}

/* > Bottom right */
.black.mTip-bottom-right {
    margin: 5px 0 0 -50px;
}

.black.mTip-bottom-right:after {
	left: 25px;
	top: -10px;
	margin: 0 0 0 -5px;
	
	border-bottom-color: #000;
	border-bottom-color: rgba(0,0,0,1);
}

/* > Bottom */
.black.mTip-bottom {
	margin: 5px 0 0;
}

.black.mTip-bottom:after {
	left: 50%;
	top: -10px;
	margin: 0 0 0 -5px;
	
	border-bottom-color: #000;
	border-bottom-color: rgba(0,0,0,1);
}

/* > Bottom left */
.black.mTip-bottom-left {
    margin: 5px 0 0 50px;
}

.black.mTip-bottom-left:after {
	right: 20px;
	top: -10px;
	margin: 0 0 0 -5px;
	
	border-bottom-color: #000;
	border-bottom-color: rgba(0,0,0,1);
}

/* > Left */
.black.mTip-left {
	margin: 0 0 0 -5px;
}

.black.mTip-left:after {
	left: 100%;
	top: 50%;
	margin: -5px 0 0;

	border-left-color: #000;
	border-left-color: rgba(0,0,0,1);
}

/* > Top left */
.black.mTip-top-left {
    margin: -5px 0 0 50px;
}

.black.mTip-top-left:after {
	right: 20px;
	top: 100%;
	margin: 0 0 0 -5px;
	
	border-top-color: #000;
	border-top-color: rgba(0,0,0,1);
}






