/* =======================
   한국형 실무 커스텀 reset
   (2024 기준)
======================= */

/* 기본 마진/패딩 제거, 박스사이징 일괄 */
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed,
figure,figcaption,footer,header,hgroup,
main,menu,nav,output,ruby,section,summary,
time,mark,audio,video {
  margin:0; padding:0; border:0;
  font-size:100%; font:inherit; vertical-align:baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,
footer,header,hgroup,main,menu,nav,section {
  display:block;
}
body {
  line-height:1.6;
  font-family: 'Pretendard', '맑은 고딕', 'Apple SD Gothic Neo', Arial, sans-serif;
  background:#fff;
  color:#222;
  font-size:16px;
  word-break:keep-all;
  -webkit-text-size-adjust:100%;
  -ms-overflow-style:scrollbar;
}
ol,ul { list-style:none; }
blockquote,q { quotes:none; }
blockquote:before,blockquote:after,
q:before,q:after { content:''; content:none; }
table { border-collapse:collapse; border-spacing:0; }
img { max-width:100%; height:auto; vertical-align:middle; border:0; }
a { color:inherit; text-decoration:none; cursor:pointer; }
button,input,select,textarea {
  font-family: inherit; font-size: inherit; color: inherit;
  background:none; border: none; outline:none;
  box-sizing: border-box;
  appearance:none; -webkit-appearance:none; -moz-appearance:none;
}
button { cursor:pointer; background:none; border: none; }
input[type="submit"],input[type="button"],button {
  cursor:pointer;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style:normal; font-weight:normal;
}
hr { display:none; }
pre { white-space:pre-line; }
fieldset { border:none; }
legend { display:none; }
label { cursor:pointer; }
mark { background: none; color: inherit; }
sup,sub { vertical-align: baseline; font-size: 1em; }

::selection { background:#FFEDB5; } /* 부드러운 선택색 */
