@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); 

*{margin:0; padding:0;}
*{ /* ÆÐµù, º¸´õ¸¦ Æ÷ÇÔ½ÃÅ´ */
 -webkit-box-sizing : border-box;
 -moz-box-sizing : border-box;
 -o-box-sizing : border-box;
 -ms-box-sizing : border-box;
 box-sizing : border-box;
 } 

body, div, ul, li, dl, dt, dd, ol, p, h1, h2, h3, h4, h5, h6, form, img, span, table, tr, td, select, input, textarea, option{margin:0; padding:0;}
body{line-height:150%; font-size:13px; color:#666666; font-family: "Nanum Gothic", NanumGothic;}

 /* -----±âº» ¸µÅ©½ºÅ¸ÀÏ----- */
a:link{color:#666666; text-decoration:none;font-family: "Nanum Gothic", NanumGothic;}                                       
a:visited{color:#666666;  text-decoration:none;font-family: "Nanum Gothic", NanumGothic;}
a:hover{color:#a77b0b; text-decoration:none;font-family: "Nanum Gothic", NanumGothic;}
a:active{color:#a77b0b; text-decoration:none;font-family: "Nanum Gothic", NanumGothic;}
.hidden{display:none;}

caption, legend{font-size:0px; width:0px; height:0px; overflow:hidden; position:absolute; visibility:hidden;}

img{border:0px}

fieldset,img{border:0;vertical-align:top;}

/*table{border-collapse:collapse; border-spacing:0; border:0;}*/

input,textarea,select{font-family:inherit; font-size:inherit; font-weight:inherit;}

ul,ol,dl,li{list-style:none;list-style-position:inside;}

textarea{overflow:auto;} 

button,label{cursor:pointer;}

.input_radio_in1{display:inline; width:13px; height:13px; margin:-5px 2px 0 5px; vertical-align:middle;}

h1{font-size:2.2em; line-height:120%; color:#333333;}
h2{font-size:2em; line-height:120%; color:#333333;}
h3{font-size:1.8em; line-height:120%; color:#333333;}
h4{font-size:1.6em; line-height:120%; color:#333333;}
h5{font-size:1.2em; line-height:120%; color:#333333;}
h6{font-size:0.96em; line-height:120%;color:#333333;}

.skip{position:absolute; width:1px; height:1px; border:1px; top:-5000em; overflow:hidden;}
hr{display:none; clear:both;}

@font-face {
 font-family: 'NanumBarunGothic';
 src: url('NanumBarunGothic.eot');
 url('NanumBarunGothic.ttf') format('truetype');
}

 @font-face {font-family:'Nanum Gothic';
 src: url('NanumGothic.eot');
 src: url('NanumGothic.woff') format('woff'),
 url('NanumGothic.ttf') format('truetype');
 }