@charset "utf-8";

/* Copyright Ⓒ Hanmaceng Corp. All Rights Reserved. */
/* 기술개발센터 김건우A 연구원 b25013@hanmaceng.co.kr */

/* -- ↓ -- style -- ↓ -- */

/* 여백 초기화 ===== ===== ===== ===== ===== */
body,
div,
ul,
li,
dl,
dd,
dt,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
fieldset,
legend,
p,
select,
table,
th,
td,
tr,
textarea,
button,
form,
figure,
figcaption {
  margin: 0;
  padding: 0;
  line-height: 1;
}

/* a 링크 초기화 ===== ===== ===== ===== ===== */
a {
  color: inherit;
  text-decoration: inherit;
}

/* 폰트 스타일 초기화 (기울임) ===== ===== ===== ===== ===== */
em,
address {
  font-style: normal;
}

/* 블릿기호 초기화 ===== ===== ===== ===== ===== */
ul,
li,
ol {
  list-style: none;
}

/* 제목 태그 초기화 ===== ===== ===== ===== ===== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/* 버튼 초기화 ===== ===== ===== ===== ===== */
button,
input {
  border: none;
  font: inherit;
}

/* 테이블 테두리 초기화 ===== ===== ===== ===== ===== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 콜아웃 초기화 ===== ===== ===== ===== ===== */
blockquote,
q {
  quotes: none;
}

/* 콜아웃 따옴표 초기화 ===== ===== ===== ===== ===== */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* box-sizing 초기화 ===== ===== ===== ===== ===== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 요소 스타일 초기화 ===== ===== ===== ===== ===== */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
