@import url(./layout.css);
@import url(./animation.css);
@import url(./fonts.css);

:root {
    --base-height: 100vh;
    --footer-height: 312px;
    --header-height: 100px;
    --header-base-height: 70px;
    --base-padding: 80px;
    --content-wrapper: 1560px;
    --scrollbar-width: 0;
}

html,
body,
div,
ul,
li,
p,
h3,
h1,
h2,
h4,
h5 {
    padding: 0;
    margin: 0;
}
ul,
li {
    list-style: none;
}
a {
    text-decoration: none;
    color: #000;
}
optgroup,
select,
button {
    cursor: pointer;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
select::-ms-expand {
    display: none;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
img {
    vertical-align: top;
}
body {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    overscroll-behavior-y: none;
}
caption {
    display: none;
}
button,
a {
    touch-action: manipulation;
}
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    -webkit-text-size-adjust: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    outline: none;
}
* {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
    line-height: normal;
    color: #1d222c;
    box-sizing: border-box;
    font-weight: normal;
    word-break: keep-all;
}
i,
em {
    line-height: inherit;
    font-style: normal;
}
.blind {
    font-size: 0 !important;
    color: transparent !important;
}
span,
i,
strong,
q {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    letter-spacing: inherit;
    font-family: inherit;
}
q::before,
q::after {
    content: none;
}
b {
    font-size: inherit;
    font-weight: 700;
    line-height: inherit;
    color: inherit;
    letter-spacing: inherit;
    font-family: inherit;
}
table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}
button {
    border: none;
    background-color: transparent;
}

.aos {
    opacity: 0;
}

.aos.action {
    opacity: 1;
}

.sec-cont {
    padding: 0 var(--base-padding);
    position: relative;
}

.sec-cont.sec-cont--full {
    padding: 0;
}

section {
    position: relative;
    z-index: 1;
    background-color: #fff;
    overflow: hidden;
}

section.sec-fixed {
    z-index: 0;
}

section.bg-transparent {
    background-color: transparent;
}

.page-wrapper {
    max-width: var(--content-wrapper);
    margin: 0 auto;
}

.footer-bottom a {
    color: inherit !important;
    text-decoration: none !important;
    pointer-events: none !important;
    cursor: default !important;
}
