@charset "utf-8";
@font-face {
    font-family:'Pretendard';
    src:url('../font/Pretendard-ExtraBold.woff') format('woff');
	font-style:normal;
    font-weight:800;
}
@font-face {
    font-family:'Pretendard';
    src:url('../font/Pretendard-Bold.woff') format('woff');
	font-style:normal;
    font-weight:700;
}
@font-face {
    font-family:'Pretendard';
    src:url('../font/Pretendard-SemiBold.woff') format('woff');
	font-style:normal;
    font-weight:600;
}
@font-face {
    font-family:'Pretendard';
    src:url('../font/Pretendard-Regular.woff') format('woff');
	font-style:normal;
    font-weight:400;
}
*{margin:0; padding:0; font-size:13px; font-family:'Pretendard',sans-serif; box-sizing:border-box;}
html,body{width:100%;height:100%;}
html{overflow-y:scroll;	overflow-x:hidden;}
header,section,nav,article,footer{display:block;}
li{list-style:none;} =
table{border-collapse:collapse;}
input{vertical-align:middle; width:100%; border:1px solid #F0F0F0; border-radius:1.5px; height:35px; line-height:35px; text-indent:17px}
img{vertical-align:top;	font-size:0; border:0; max-width:100%;}
a{text-decoration:none;}
a,input,img{outline:none;}
.clear:after{content:""; display:block; clear:both;}
.indent{display:block; text-indent:-9999px;}