/* ==================== Kia Signitura 폰트 적용 ====================  */

@font-face {
    font-family: "KiaSignature";
    src: url("/font/Kia Signature/OTF/KiaSignatureOTFLight.otf") format("otf"), url("/font/KiaSignatureLight.woff2") format("woff2");
    font-weight: 400;
}
@font-face {
    font-family: "KiaSignature";
    src: url("/font/Kia Signature/OTF/KiaSignatureOTFRegular.otf") format("otf"), url("/font/KiaSignatureRegular.woff2") format("woff2");
    font-weight: 500;
}
@font-face {
    font-family: "KiaSignature";
    src: url("/font/Kia Signature/OTF/KiaSignatureOTFBold.otf") format("otf"), url("/font/KiaSignatureBold.woff2") format("woff2");
    font-weight: 600;
}


* {
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
    font-family: "KiaSignature", sans-serif;
    font-style: normal;
    line-height: normal;
}
:root {
    --vw: 100vw;
    --vh: 100vh;
}
.hidden {
    display: none !important;
}
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
span {
    transform: skew(-0.1deg);
}
a {
    transform: skew(-0.1deg);
}
span {
    display: block;
}
div, button, span, li {
    -webkit-tap-highlight-color: transparent;
}
button {
    cursor: pointer;
    transform: skew(-0.1deg);
}
.h60 {
    font-weight: 600;
    font-size: 60px;
    line-height: 72px;
}
.h52 {
    font-weight: 600;
    font-size: 52px;
    line-height: 62px;
}
.h50 {
    font-weight: 600;
    font-size: 52px;
    line-height: 60px;
}
.h48 {
    font-weight: 600;
    font-size: 48px;
    line-height: 57px;
}
.h32 {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
}
.h26 {
    font-weight: 600;
    font-size: 26px;
    line-height: 31px;
}
.h24 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
}
.h20 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}
.h18 {
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
}
.h16 {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}
.h14 {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}
.b20 {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}
.b18 {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
}
.b16 {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}
.b14 {
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
}
.midnight {
    color: #05141f;
}
.cp {
    color: #697278;
}
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}
.icon {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 100%;
    height: 100%;
}
.login {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--vh);
    z-index: 999999999999999999;
}
.login-dimm {
    width: 100%;
    height: 100%;
    background: var(--Midnight, #05141f);
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-popup-warpper {
    position: relative;
    width: 840px;
    height: auto;
    padding: 40px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 6px 0px #00000040;
    display: flex;
    flex-direction: column;
    color: #05141f;
    gap: 40px;
}
.login-header {
    width: 100%;
    text-align: center;
}
.login-header .icon {
    background-image: url("./icon_logo_black.svg");
    width: 101px;
    height: 24px;
    display: inline-block;
}
.login-pass-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.pass-input {
    width: 100%;
    padding: 18px 24px;
    color: #9ea1a2;
    border: 1px solid #d2d2d2;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    border-radius: 10px;
}
.pass-input:active {
    color: #05141f;
    border: 1px solid #05141f;
}
.pass-input:focus {
    color: #05141f;
    border: 1px solid #05141f;
    outline: none;
}
.login-pass-wrapper.warn .pass-input {
    border: 1px solid #ea0029;
}
.warn-txt {
    display: none;
}
.login-pass-wrapper.warn .warn-txt {
    display: block;
    color: #ea0029;
}
.login-btn {
    width: 100%;
    padding: 18px 0;
    margin-top: 8px;
    text-align: center;
    background: var(--Midnight, #05141f);
    color: #fff;
}
.login-footer {
    width: 100%;
    border-top: 1px solid #d2d2d2;
    padding-top: 40px;
    color: #9ea1a2;
}