@charset "utf-8";

html {-webkit-text-size-adjust: 100%;}
html,body,div,p,iframe,frameset, h1,h2,h3,h4,h5,h6, strong,span,b,em,var,label,legend, ul,ol,li,dl,dt,dd,
table,thead,tbody,tfoot,tr,th,td,caption, form,fieldset,input,textarea, sub,sup,img,a,del,button,pre,
header,footer,section,article,aside,figure {padding:0;margin:0;box-sizing:border-box;}

body {min-width:320px;color:rgba(0, 0, 0, 0.7); font-size:13px; font-family:'Malgun Gothic','맑은 고딕','돋음','Dotum','Apple SD Gothic Neo', 'AppleGothic', Arial, Helvetica, sans-serif;}

/* 목록 스타일 리셋 */
ul, ol, li, dl, dt, dd {list-style: none;}

/* 태그 리셋 */
button {background:transparent;cursor:pointer;}
img {vertical-align:top;-webkit-touch-callout: none;}
img,button,fieldset,table {border:0;}
em, address, del {font-style:normal;}
strong,b {font-weight:bold;}

/* form */
input {-webkit-appearance: none; border-radius: 0; -webkit-border-radius:0;font-family:'Malgun Gothic','맑은 고딕','돋음','Dotum','Apple SD Gothic Neo', 'AppleGothic', Arial, Helvetica, sans-serif;}
input:focus, .input-basic:focus, .input-error:focus{outline:none;}

label,button {border-radius: 0; -webkit-border-radius:0; background-color:transparent;color:#262626;line-height:normal;vertical-align:middle;-webkit-appearance: none;appearance: none;-moz-appearance: none;}
select, textarea {border-radius: 0; -webkit-border-radius:0; color:#262626;font-size:13px;line-height:normal;vertical-align:middle;}
button {vertical-align:top;font-family:'Malgun Gothic','맑은 고딕','돋음','Dotum','Apple SD Gothic Neo', 'AppleGothic', Arial, Helvetica, sans-serif;}
textarea {padding:10px;border:1px solid #d5d5d5;color:#262626;background:#fafafa; -webkit-appearance: none;}
textarea:target, textarea:focus {}
label {cursor: pointer;}

/* table */
table {border-collapse:collapse;}
th, td {word-break:break-all;word-wrap:break-word;}

/* alink 세팅 */
a {border:0;color:rgba(0, 0, 0, 0.7);text-decoration:none;}
a:hover {text-decoration:none;}
/* a.on {height:auto;text-indent:inherit;background-image:none;} */