@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
html {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
}
body {
  height: 100%;
  font-family: "Nanum Gothic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  white-space: normal;
  word-break: break-all;
}
textarea {
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ccc;
}
input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
a {
  text-decoration: none;
}
a:link {
  color: #292929;
}
a:visited {
  color: #292929;
}
a:hover {
  color: #292929;
}
a:active {
  color: #292929;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
     v2.0 | 20110126
     License: none (public domain)
  */

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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
/* article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
    display: block;
  } */
body {
  line-height: 1;
}
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;
}

/* ========= 
접근성 
========= */
/* IR(Image Replacement) 효과 */
/* 의미있는 이미지의 대체텍스트 */
.ir_pm {
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
/* 의미있는 이미지의 대체텍스트로 이미지가 없어도 대체텍스트를 표시하려고 할때 */
.ir_wa {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: -1;
  height: 100%;
}
/* 대체 텍스트가 아닌 접근성을 위한 숨김텍스트 */
.ir_so {
  overflow: hidden;
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  text-indent: -9999px;
}

/* 스킵메뉴 */
.skip-menu {
  position: absolute;
  left: 0;
  z-index: 999999;
  width: 100%;
  font-size: 0;
  text-indent: -9999px;
  top: -50px;
}
.skip-menu li a:focus,
.skip-menu li a:active {
  position: absolute;
  left: 0;
  top: 50px;
  display: block;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  text-indent: 0px;
  font-size: 12px;
  font-weight: bold;
  background: #f2f2f2;
}
