@charset "utf-8";

/* basic */
* {margin:0; padding:0;}

body {
	font-family: '±¼¸²',Gulim;
	font-size:0.75em;
	color:#494847;
	line-height:1.3;
}


fieldset {border:0;}
img {border:0; vertical-align:top;}
ul,ol,li {list-style:none;} 
em, address {font-style:normal;}
legend {display:none;}
caption {visibility:hidden;}
caption.none {display:none;}
hr, label.none, h2.none {display:none;}
table {border-collapse:collapse; border-spacing:0; width:100%;}
p {text-align:justify;}
object {outline:none;}

input, select, textarea	{
	/* height:18px; */
	vertical-align:middle;
	font-family: '±¼¸²',Gulim;
	font-size:1em;
	color:#494847;
}
input.border, textarea.border {padding:2px 0; border:1px solid #cccccc;}
input.readonly, textarea.readonly {background:#f4f4f4;}
input.main_border {padding:2px 0; border:1px solid #cccccc; width:144px; color:#7c7c7c; margin-bottom:3px;}

a:link, 
a:visited, 
a:active  {color:#494847; text-decoration:none;}
a:hover   {color:#5f21bd; text-decoration:none;}
/* //basic */


/* ¼±ÁöÁ¤ ½ºÅ¸ÀÏ½ÃÆ® */
.fl {float:left;}
.fr {float:right;}
.clb {clear:both;}
.frelease {width:100%; overflow:hidden;}

.center {text-align:center;}
.right {text-align:right;}
.left {text-align:left;}
.img_vm {vertical-align:middle;}
.vt, .vt img {vertical-align:top;}

.mg_sentence01 {margin-bottom:35px;} /* ´Ü¶ô ¸¶Áø */
.mg_sentence02 {margin-bottom:11px;}
.mg_btn {margin-bottom:25px;}
.mg_l10 {margin-left:10px;}
.mg_r05 {margin-right:5px;}
.mg_tm05 {margin-top:-05px;}
.mg_tm15 {margin-top:-15px;}
.mg_t05 {margin-top:5px;}
.mg_t10 {margin-top:10px;}
.mg_b05 {margin-bottom:5px;}
.mg_b10 {margin-bottom:10px;}
.mg_b15 {margin-bottom:15px;}
.mg_b40 {margin-bottom:40px;}

.pd_l15 {padding-left:15px;}

.lh20 {line-height:170%;}

.fs_small {font-size:0.9em;}
.fs_big {font-size:1.1em;}
.fc01 {color:#5f21bd;}
.fc02 {color:#ff4e00;}
.fc03 {font-size:11px; font-weight:normal; color:#777;}
.fc04 {color:#808080;}
/* //¼±ÁöÁ¤ ½ºÅ¸ÀÏ½ÃÆ® */