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

:root {
    --base-height: 100vh;
    --footer-height: 0;
    --header-height: 0;
    --base-padding: 100px;
    --gutter: 20px;
    --header-gap: 0;
    --full-wrapper: 1720px;
    --common-wrapper: 1200px;
    --content-wrapper: 1280px;
    --wide-wrapper: 1420px;
    --lnb-height: 150px;
    --lnb-padding: 50px;
}

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-input-placeholder {
    color: #96929d;
    font-weight: 400;
}
textarea::-webkit-input-placeholder {
    color: #96929d;
    font-weight: 400;
}
input::-ms-input-placeholder {
    color: #96929d;
    font-weight: 400;
}
textarea::-ms-input-placeholder {
    color: #96929d;
    font-weight: 400;
}
input::-moz-placeholder {
    color: #96929d;
    font-weight: 400;
}
textarea::-moz-placeholder {
    color: #96929d;
    font-weight: 400;
}
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;
}
* {
    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: #000;
    box-sizing: border-box;
    font-weight: normal;
    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: 500;
    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;
}
#wrap {
    padding-bottom: var(--footer-height);
    min-height: var(--base-height);
    position: relative;
    overflow: hidden;
}
.aos {
    opacity: 0;
}

.aos.action {
    opacity: 1;
}

/* wrapper */
.full-wrapper {
    width: 100%;
    max-width: var(--full-wrapper);
    margin: 0 auto;
}

.comm-wrapper {
    width: 100%;
    max-width: var(--common-wrapper);
    margin: 0 auto;
}

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

.wide-wrapper {
    width: 100%;
    max-width: var(--wide-wrapper);
    margin: 0 auto;
}

/* paging */
.paging {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #ccc;
    padding-top: 35px;
}

.paging a {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px auto;
}

.paging a.paging__first {
    background-image: url(../img/assets/ico-paging-first.svg);
}

.paging a.paging__last {
    background-image: url(../img/assets/ico-paging-last.svg);
}

.paging a.paging__prev {
    background-image: url(../img/assets/ico-paging-prev.svg);
}

.paging a.paging__next {
    background-image: url(../img/assets/ico-paging-next.svg);
}

.paging a.current {
    font-weight: 600;
}

.paging ul {
    font-size: 0;
    margin: 0 13px;
}

.paging ul li {
    display: inline-block;
    vertical-align: top;
}

/* captcha */
.captcha {
    border: none;
    display: flex;
}
.m_captcha {
    flex-wrap: wrap;
}
.captcha-wrapper {
    display: flex;
}
.captcha-field {
    margin-left: 10px;
}

.captcha-field span {
    display: block;
    color: #979797;
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
}
.captcha legend {
    display: none;
}

.captcha img {
    height: 50px;
    border: 1px solid #ccc;
}

.captcha-btm {
    margin-top: 10px;
    display: flex;
}

.captcha-btm button {
    color: #000;
    font-size: 13px;
    font-weight: 300;
}

.captcha-btm button + button {
    margin-left: 4px;
}
