@charset "utf-8";

@import url(./font.css);

/* Html reset */
html {width:100%}
body{font-family:'맑은 고딕', Malgun Gothic, '나눔고딕', NanumGothic, Nanum Gothic, '돋움', dotum;font-weight:normal;font-size:13px;color:#66686a;line-height:20px;overflow-y:scroll;*overflow-y:none}
body,div,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p,form,fieldset,input,table,tr,th,td{margin:0;padding:0}
ul,ol,li{list-style:none}
fieldset{border:none;vertical-align:top}
legend, caption {display:none}
table {border-collapse:collapse;border-spacing:0}
a {color:#66686a;text-decoration:none;outline:none;select-dummy:expression(this.hideFocus=true)}
a:hover, a:active, a:focus{color:#000;text-decoration:none}
img {border:0;vertical-align:middle}
input[type=radio],input[type=checkbox],input[type=image] {border:none;padding:0}
input[type=text],
input[type=password],
input[type=file] {background:#fff}
input[type=file] {border:none}
input, select{padding:4px;font-family:'맑은 고딕', Malgun Gothic, '나눔고딕', NanumGothic, Nanum Gothic;font-size:12px;color:#666;vertical-align:middle;border:1px solid #b3b3b3}
label {cursor:pointer}
select {padding:3px}
textarea{padding:4px;font-family:'맑은 고딕', Malgun Gothic, '나눔고딕', NanumGothic, Nanum Gothic;font-size:12px;color:#333;border:1px solid #b3b3b3;background:#fff}
address, caption, cite, code, dfn, em, th, var {font-style:normal;font-weight:normal}
/* html5 reset */
header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption {display:block}

/* 아이폰 가로모드 글자 크기 확대 방지 */
* {-webkit-text-size-adjust:none}