@charset "utf-8";

@font-face {
    font-family:'NanumGothic';
    src: url('/css/NanumGothic.eot'); 
	 src:local(※),
	 url('/css/NanumGothic.eot?#iefix') format('embedded-opentype'),
         url('/css/NanumGothic.woff') format('truetype');
    font-weight: normal;
    font-style: normal; 
}
* {margin:0;}
	
body,input,select,textarea { color:#000; font-family:"NanumGothic"; font-size:13px; }


/* 체크박스 & 라디오버튼 정렬 */
input[id="input_chk"] { position:relative; top: 2px; *top: 1px; /* IE 6-8 높이핵 */ }
input[type="checkbox"] { position:relative; top: 2px; *top: 1px; /* IE 6-8 높이핵 */ }
input[type="radio"] { margin-top: -1px; vertical-align: middle; }


/* reset */
a { margin:0; padding:0; font-size:100%; text-decoration:none; vertical-align:baseline; color:#666; background:transparent; }
img { vertical-align:top; }
table { border-collapse:collapse; border-spacing:0; }


/* 마진 */
.mg10 { float:left; width:1200px; height:10px; }
.mg20 { float:left; width:1200px; height:20px; }
.mg30 { float:left; width:1200px; height:30px; }
.mg40 { float:left; width:1200px; height:40px; }
.mg50 { float:left; width:1200px; height:50px; }
.mg60 { float:left; width:1200px; height:60px; }
.mg70 { float:left; width:1200px; height:70px; }
.mg80 { float:left; width:1200px; height:80px; }
.mg90 { float:left; width:1200px; height:90px; }
.mg100 { float:left; width:1200px; height:100px; }
.mg110 { float:left; width:1200px; height:110px; }
.mg120 { float:left; width:1200px; height:120px; }
.mg130 { float:left; width:1200px; height:130px; }
.mg140 { float:left; width:1200px; height:140px; }
.mg150 { float:left; width:1200px; height:150px; }
.mg160 { float:left; width:1200px; height:160px; }
.mg170 { float:left; width:1200px; height:170px; }
.mg180 { float:left; width:1200px; height:180px; }
.mg190 { float:left; width:1200px; height:190px; }
.mg200 { float:left; width:1200px; height:200px; }