/* 여백 초기화 */
body,
div,
ul,
li,
dl,
dt,
dd,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
fieldset,
legend,
select,
p,
table,
th,
td,
tr,
textarea,
button,
form,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

/* a링크 초기화 */
a {
  color: #333;
  text-decoration: none;
}
/* 폰트 설정 */
html,
body,
div,
span,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
address,
pre,
cite,
form,
fieldset,
input,
textarea,
select,
table,
th,
td {
  font-family: "Malgun Gothic", "Dotum";
}

/* 폰트 스타일 초기화 */
em,
address {
  font-style: normal;
}

/* 블릿기호 초기화 */
ul,
li,
ol {
  list-style: none;
}

/* 테두리 초기화 */
img,
fieldset {
  display: block;
  border: 0 none;
}
select:focus {
  outline: none;
}

/* 버튼 초기화 */
button {
  border: 0;
  outline: none;
  cursor: pointer;
}

/* 반응 형 */
video,
img {
  width: 100%;
}

/* 웹 접근성 스킵 메뉴 */
.skip {
  width: 100%;
  height: 50px;
  line-height: 50px;
  position: absolute;
  left: 0;
  top: -100%;
  z-index: 2;
  font-size: 15px;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
  background: #000;
}
.skip:focus {
  top: 0;
}

/* IR효과 */
.ir_pm {
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
} /* 의미있는 이미지의 대체 텍스트를 제공하는 경우(Phark Method) */
.ir_wa {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
} /* 의미있는 이미지의 대체 텍스트로 이미지가 없어도 대체 텍스트를 보여주고자 할 때(WA IR) */
.ir_so {
  overflow: hidden;
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  text-indent: -9999px;
} /* 대체 텍스트가 아닌 접근성을 위한 숨김 텍스트를 제공할 때 */
.icon {
  background: url(../img/sprite_icon.png) no-repeat;
}
