/* reset.css 배포일:2026.03.03 01:49:30 */ 
@charset "utf-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
textarea,
p,
th,
td,
input,
select,
button {
    margin: 0;
    padding: 0;
    letter-spacing: -0.64px;
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

html {
    overflow-y: scroll;
}

html,
body {
    height: 100%;
}

body {
    font-family: 'Pretendard', 'Noto Sans Korean', '맑은 고딕', 'Malgun Gothic', 돋움, Dotum, 'Apple SD Gothic Neo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

fieldset,
img {
    border: 0 none;
    vertical-align: top;
}

dl,
ul,
ol,
menu,
li {
    list-style: none;
}

button {
    overflow: visible;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

address,
caption,
em {
    font-style: normal;
}

a {
    color: #000;
    text-decoration: none;
}

a:focus,
a:active,
a:hover {
    color: #000;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
    border-spacing: 0;
}

hr,
caption {
    display: none;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    vertical-align: middle;
    outline: none;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
}

select::-ms-expand {
    display: none;
}

.blind,
legend {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
}

#skip {
    height: 0;
}

#skip a {
    display: block;
    position: absolute;
    left: 0;
    top: -100px;
    width: auto;
    height: 1px;
    text-align: center;
}

#skip a:focus,
#skip a:active {
    position: absolute;
    top: 0;
    z-index: 100;
    padding: 10px;
    width: 100%;
    height: auto;
    background-color: #e55039;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.layout {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}

@media screen and (max-width: 750px) {
    .layout {
        padding: 0 20px;
    }
}
