﻿/* HTML Elements
---------------------------------------------------------*/
* {
	margin:0;
	padding:0;
	vertical-align:middle;
}
body {
	font:75%/1.3em Arial;
	color:#6C6C6C;
	background:#fff;
	padding:20px;
}
ul {list-style:none;}
a:link, a:visited {color: #21528D;text-decoration: none;}
a:hover, a:active {color: #0770FF;text-decoration: underline;}
hr { display: none; }
p { padding:0 5px 10px 5px; }
h1 { font-size:1.2em; }
h4 { padding:0 5px; font-size:1em; font-weight:bold; color:#C30653; line-height:25px; }
h4 a:link, h4 a:visited, h4 a:hover, h4 a:active { padding:0 10px 0 0; color:#C30653; text-decoration:none; background:url(../images/blt_red_a.gif) no-repeat right 60%;}
h4 a:hover, h4 a:active { text-decoration:underline; }
h5 { padding:0 5px 5px 5px; font-size:1em; font-weight:bold; color:#000000; }
h5 a:link, h5 a:visited, h5 a:hover, h5 a:active { color:#000000; text-decoration:none; }
h6 { padding:0 5px 3px 5px; font-size:1em; font-weight:bold; color:#C14268; }

img {	border:none;}
img.Lbtn { cursor:pointer; }
select, input.Ltext, textarea, input.radio { 
	font-family:Dotum;
	font-size:1em; 
	padding:2px;
	margin:2px;
	color:#797979;
	border:1px solid #DEDEDE;
}
select.Lerror, input.Lerror, textarea.Lerror {
	font-family:Dotum;
	font-size:1em; 
	padding:2px;
	margin:2px;
	color:#797979;
	border:1px solid #D5A2B6;
	background-color:#FBECF2;
}
textarea {
	scrollbar-3dlight-color:#FFF;
	scrollbar-base-color:#FFF;
	scrollbar-darkshadow-color:#FFF;
	scrollbar-shadow-color:#DEDEDE;
	scrollbar-arrow-color:#DEDEDE;
	scrollbar-face-color:#FFF;
	scrollbar-highlight-color:#DEDEDE;
	scrollbar-track-color:#F7F7F7;
}
/* Global Classes
---------------------------------------------------------*/
.Lclear:after {
	content:" ";
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
}
.Lclear {*zoom:1;} /* IE5.5~7 브라우저 대응 Hack */

.Lhide { position:absolute; width:0; height:0; font-size:0; line-height:0; overflow:hidden; visibility:hidden; }
.LtextLeft { text-align:left; }
.LtextCenter { text-align:center; }
.LtextRight { text-align:right; }
span.Lwarnning {	
	color:#C30653;
}
span.Linformation {	
	color:#0770FF;
}