/*
@font-face{font-family:"Nanum Gothic"; src: url('NanumGothic.ttf') format('truetype')}
@font-face{font-family:"Asap-Regular"; src: url('Asap-Regular.ttf') format('truetype');}
@font-face{font-family:"Exo-Regular"; src: url('Exo-Regular.ttf') format('truetype');}
@font-face{font-family:"Exo-Thin"; src: url('Exo-Thin.ttf') format('truetype');}
@font-face{font-family:"Exo-Black"; src: url('Exo-Black.ttf') format('truetype');}
@font-face{font-family:"NotoSansKR-Bold"; src: url('NotoSansKR-Bold.otf') format('opentype');}
@font-face{font-family:"NotoSansKR-Light"; src: url('NotoSansKR-Light.otf') format('opentype');}
@font-face{font-family:"NotoSansKR-Regular"; src: url('NotoSansKR-Regular.otf') format('opentype');}
@font-face{font-family:"NotoSansKR-Thin"; src: url('NotoSansKR-Thin.otf') format('opentype');}
*/

/*NotoSansÃ¼*/
@font-face{font-family:"NotoSansKR-Bold"; src: url('NotoSansKR-Bold.otf') format('opentype');}
@font-face{font-family:"NotoSansKR-Light"; src: url('NotoSansKR-Light.otf') format('opentype');}
@font-face{font-family:"NotoSansKR-Regular"; src: url('NotoSansKR-Regular.otf') format('opentype');}

/*¿¤¸®½ºµðÁöÅÐº£¿òÃ¼*/
@font-face {
    font-family: 'EliceDigitalBaeum_Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/EliceDigitalBaeum_Regular.woff') format('woff');
    font-weight: normal; font-style: normal;
}
@font-face {
    font-family: 'EliceDigitalBaeum_Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/EliceDigitalBaeum_Bold.woff') format('woff');
    font-weight: normal; font-style: normal;
}


/*Ä«Æä24´ç´çÇØÃ¼*/
@font-face {
    font-family: 'Cafe24Dangdanghae';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.2/Cafe24Dangdanghae.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*³Ø½¼Ã¼*/
@font-face {
    font-family: 'NEXON Lv1 Gothic OTF';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body,html{width:100%; height:100%;}
*{
	font-family:"NotoSansKR-Regular";
	font-size:13px;
	color:#333;
	line-height:160%;
	margin:0;
	padding:0;
}


li{list-style:none;}
a{text-decoration:none;}
/*a:hover{text-decoration:underline;}*/
img{border:none}
table{
	border-spacing:0;
	border-collapse:collapse;
}
input,select,textarea,button{box-sizing:border-box;}
button{border:none;background:none;cursor:pointer; outline:none;}
h1,h2,h3,h4,h5,h6{margin:0; padding:0; font-weight:normal;}

.clearfix:after{content:"";clear:both;display:block;}
.center{width:100%; max-width:1200px; margin:0 auto;}