@charset "utf-8";

@font-face{
	font-family:'NanumSquareR';
	src:url('../fonts/NanumSquareR.eot');
	src:url('../fonts/NanumSquareR.woff') format('woff');
}
@font-face{
	font-family:'NanumSquareB';
	src:url('../fonts/NanumSquareB.eot');
	src:url('../fonts/NanumSquareB.woff') format('woff');
}
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);

/* css Reset */
header,footer,section,article,aside,nav,hgroup,details,menu,figure,figcaption{display:block;}
/*
body,p,div,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,select,button,code,label, em, span {
margin:0;padding:0;vertical-align:top;font-family:'NanumSquareR',돋움,Dotum,sans-serif;font-size:15px;color:#666; word-break:break-all;}*/

body,p,div,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,select,button,code,label, em {
margin:0;padding:0;vertical-align:top;font-family:'NanumSquareR',돋움,Dotum,sans-serif;font-size:15px;color:#666; word-break:normal;}


form{display:inline;margin:none}
img,fieldset{border:0}
hr{display:none}
li{list-style:none}
em,address{font-style:normal}
legend{position:absolute;left:-5000px;font-size:0;overflow:hidden}
table{table-layout:fixed;border-collapse:collapse;border-spacing:0;}
caption{position:relative;left:-5000px;height:0;line-height:0;text-indent:-5000px;overflow:hidden}
a:link,a:active,a:visited,a{text-decoration:none;color:inherit}
a:hover{text-decoration:none;color:inherit}
label, input, button, select, img {vertical-align:middle}

input[type=text],input[type=password],input[type=email],input[type=number],input[type=search],input[type=file],input[type=file]{box-sizing:border-box;}
input[type=radio],input[type=check]{}
textarea{resize:none;box-sizing:border-box;}
select{box-sizing:border-box;}
input[type=submit],button{cursor:pointer;border:0;outline:none;}


.invisible{position:absolute;left:-5000px;height:0;line-height:0;overflow:hidden}
.ellipsis{overflow:hidden;text-overflow:ellipsis;/*white-space:nowrap*/;word-wrap:normal;}


/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:100%;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #333;background:#fff}
.hd_pops_con {}
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}
