@charset "utf-8";

/* reset css */
html,
body {
    width:100%;
    height: 100%;
    font-family: 'Pretendard', 'Dotum', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #555;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

/* 나눔고딕 기본값을 초기값으로 지정, 아이폰 폰트 사이즈 변환방지 설정 */
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: inherit;
    vertical-align: top;
    scroll-behavior: smooth;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/* html5 태그 초기 설정 값 */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

img,
legend,
fieldset,
button {
    border: none;
}

input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    vertical-align: middle;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
}

/* 기본 설정값으로 초기화 */
table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

table th,
table td {
    word-break: keep-all;
}

caption,
legend {
    width: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    font-size: 0;
}

/* 사용하지 않는 전제 조건 */
ul,
ol,
li {
    list-style-type: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

/* 익스 9부터 적용가능 */
hr {
    display: none;
}

em {
    font-style: normal;
}

textarea {
    resize: none;
}

/* 리사이징 초기화 : 리사이징을 원하면 해당영역을 주석처리 해주세요 */
blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a,
a:link,
a:visited,
a:active {
    color: #555;
    text-decoration: none;
    word-break: keep-all;
}

a:hover {
    color: #555;
}

a,
button {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

button {
    background: none;
}

