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

:root {
    --base-height: 100vh;
    --footer-height: 0;
    --header-height: 0;
    --base-padding: 37px;
    --gutter: 20px;
    --header-gap: 0;
    --content-wrapper: 1514px;
}

html,
body,
div,
ul,
li,
p,
h3,
h1,
h2,
h4,
h5 {
    padding: 0;
    margin: 0;
    line-height: 1;
}
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: "Noto Sans CJK KR", -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;
}

/* btn */
.btn-read {
    display: inline-block;
    vertical-align: top;
    color: var(--main-white-color, #eceded);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 15px */
}

.btn-read:hover {
    text-decoration: underline;
}

.btn-basic {
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    line-height: 38px;
    min-width: 160px;
    font-family: "Roboto Condensed";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    transition: All 0.1s ease-out;
    -webkit-transition: All 0.1s ease-out;
    -moz-transition: All 0.1s ease-out;
    -o-transition: All 0.1s ease-out;
}

.btn-basic--color {
    color: #eceded;
    background: #1e716f;
    border: 1px solid #1e716f;
}

.btn-basic--color:hover {
    color: #1e716f;
    background: transparent;
    border: 1px solid #1e716f;
    font-weight: 500;
}

.btn-basic--white {
    color: #1e716f;
    background: #eceded;
    border: 1px solid #eceded;
}

.btn-basic--white:hover {
    color: #eceded;
    background: transparent;
    border: 1px solid #eceded;
    font-weight: 500;
}

.btn-basic--ghost-color {
    color: #1e716f;
    background: transparent;
    border: 1px solid #1e716f;
}

.btn-basic--ghost-color:hover {
    color: #eceded;
    background: #1e716f;
    border: 1px solid #1e716f;
    font-weight: 500;
}

.btn-basic--ghost-white {
    color: #eceded;
    background: transparent;
    border: 1px solid #eceded;
}

.btn-basic--ghost-white:hover {
    color: #1e716f;
    background: #eceded;
    border: 1px solid #eceded;
    font-weight: 500;
}

/* 
<a href="#" class="btn-basic btn-basic--color btn-ico-left-color btn-ico-right-color">learn more</a>
<a href="#" class="btn-basic btn-basic--white btn-ico-left-white btn-ico-right-white">learn more</a>
<a href="#" class="btn-basic btn-basic--ghost-color btn-ico-right-ghost-color">learn more</a>
<a href="#" class="btn-basic btn-basic--ghost-white btn-ico-right-ghost-white">learn more</a>
*/

.btn-ico-left-color:before {
    content: "";
    width: 21px;
    height: 38px;
    display: inline-block;
    vertical-align: top;
    background-image: url(../img/assets/btn-ico-left-color.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: All 0.1s ease-out;
    -webkit-transition: All 0.1s ease-out;
    -moz-transition: All 0.1s ease-out;
    -o-transition: All 0.1s ease-out;
    margin-right: 10px;
}

.btn-ico-left-color:hover:before {
    background-image: url(../img/assets/btn-ico-left-color-hover.svg);
}

.btn-ico-right-color:after {
    content: "";
    width: 21px;
    height: 38px;
    display: inline-block;
    vertical-align: top;
    background-image: url(../img/assets/btn-ico-right-color.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: All 0.1s ease-out;
    -webkit-transition: All 0.1s ease-out;
    -moz-transition: All 0.1s ease-out;
    -o-transition: All 0.1s ease-out;
    margin-left: 10px;
}

.btn-ico-right-color:hover:after {
    background-image: url(../img/assets/btn-ico-right-color-hover.svg);
}

.btn-ico-left-white:before {
    content: "";
    width: 21px;
    height: 38px;
    display: inline-block;
    vertical-align: top;
    background-image: url(../img/assets/btn-ico-left-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: All 0.1s ease-out;
    -webkit-transition: All 0.1s ease-out;
    -moz-transition: All 0.1s ease-out;
    -o-transition: All 0.1s ease-out;
    margin-right: 10px;
}

.btn-ico-left-white:hover:before {
    background-image: url(../img/assets/btn-ico-left-white-hover.svg);
}

.btn-ico-right-white:after {
    content: "";
    width: 21px;
    height: 38px;
    display: inline-block;
    vertical-align: top;
    background-image: url(../img/assets/btn-ico-right-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: All 0.1s ease-out;
    -webkit-transition: All 0.1s ease-out;
    -moz-transition: All 0.1s ease-out;
    -o-transition: All 0.1s ease-out;
    margin-left: 10px;
}

.btn-ico-right-white:hover:after {
    background-image: url(../img/assets/btn-ico-right-white-hover.svg);
}

.btn-ico-right-ghost-color:after {
    content: "";
    width: 21px;
    height: 38px;
    display: inline-block;
    vertical-align: top;
    background-image: url(../img/assets/btn-ico-right-ghost-color.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: All 0.1s ease-out;
    -webkit-transition: All 0.1s ease-out;
    -moz-transition: All 0.1s ease-out;
    -o-transition: All 0.1s ease-out;
    margin-left: 10px;
}

.btn-ico-right-ghost-color:hover:after {
    background-image: url(../img/assets/btn-ico-right-ghost-color-hover.svg);
}

.btn-ico-right-ghost-white:after {
    content: "";
    width: 21px;
    height: 38px;
    display: inline-block;
    vertical-align: top;
    background-image: url(../img/assets/btn-ico-right-ghost-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: All 0.1s ease-out;
    -webkit-transition: All 0.1s ease-out;
    -moz-transition: All 0.1s ease-out;
    -o-transition: All 0.1s ease-out;
    margin-left: 10px;
}

.btn-ico-right-ghost-white:hover:after {
    background-image: url(../img/assets/btn-ico-right-ghost-white-hover.svg);
}

.aos {
    opacity: 0;
}

.aos.action {
    opacity: 1;
}
