@charset "UTF-8";
@font-face {
    font-family: "KBfgDisplay";
    font-weight: 700;
    font-display: swap;
    src: local("KBfgDisplay Bold"), url("./../fonts/KBfgDisplay/KBfgDisplayB.woff2") format("woff2"), url("./../fonts/KBfgDisplay/KBfgDisplayB.woff") format("woff");
}
@font-face {
    font-family: "KBfgDisplay";
    font-weight: 800;
    font-display: swap;
    src: local("KBfgDisplay ExtraBold"), url("./../fonts/KBfgDisplay/KBfgDisplayEB.woff2") format("woff2"), url("./../fonts/KBfgDisplay/KBfgDisplayEB.woff") format("woff");
}
@font-face {
    font-family: "KBfgDisplay";
    font-weight: 900;
    font-display: swap;
    src: local("KBfgDisplay Heavy"), url("./../fonts/KBfgDisplay/KBfgDisplayH.woff2") format("woff2"), url("./../fonts/KBfgDisplay/KBfgDisplayH.woff") format("woff");
}
@font-face {
    font-family: "KBfgDisplay";
    font-weight: 300;
    font-display: swap;
    src: local("KBfgDisplay Light"), url("./../fonts/KBfgDisplay/KBfgDisplayL.woff2") format("woff2"), url("./../fonts/KBfgDisplay/KBfgDisplayL.woff") format("woff");
}
@font-face {
    font-family: "KBfgDisplay";
    font-weight: 500;
    font-display: swap;
    src: local("KBfgDisplay Medium"), url("./../fonts/KBfgDisplay/KBfgDisplayM.woff2") format("woff2"), url("./../fonts/KBfgDisplay/KBfgDisplayM.woff") format("woff");
}
@font-face {
    font-family: "KBfgText";
    font-weight: bold;
    font-display: swap;
    src: local("KBfgText Bold"), url("./../fonts/KBfgDisplay/KBfgTextB.woff2") format("woff2"), url("./../fonts/KBfgDisplay/KBfgTextB.woff") format("woff");
}
@font-face {
    font-family: "KBfgText";
    font-weight: 300;
    font-display: swap;
    src: local("KBfgText Light"), url("./../fonts/KBfgDisplay/KBfgTextL.woff2") format("woff2"), url("./../fonts/KBfgDisplay/KBfgTextL.woff") format("woff");
}
@font-face {
    font-family: "KBfgText";
    font-weight: 500;
    font-display: swap;
    src: local("KBfgText Medium"), url("./../fonts/KBfgDisplay/KBfgTextM.woff2") format("woff2"), url("./../fonts/KBfgDisplay/KBfgTextM.woff") format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 100;
    font-display: swap;
    src: local("Pretendard Thin"), url("./../fonts/Pretendard/Pretendard-Thin.woff2") format("woff2"), url("./../fonts/Pretendard/Pretendard-Thin.woff") format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 200;
    font-display: swap;
    src: local("Pretendard ExtraLight"), url("./../fonts/Pretendard/Pretendard-ExtraLight.woff2") format("woff2"), url("./../fonts/Pretendard/Pretendard-ExtraLight.woff") format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 300;
    font-display: swap;
    src: local("Pretendard Light"), url("./../fonts/Pretendard/Pretendard-Light.woff2") format("woff2"), url("./../fonts/Pretendard/Pretendard-Light.woff") format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 400;
    font-display: swap;
    src: local("Pretendard Regular"), url("./../fonts/Pretendard/Pretendard-Regular.woff2") format("woff2"), url("./../fonts/Pretendard/Pretendard-Regular.woff") format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 500;
    font-display: swap;
    src: local("Pretendard Medium"), url("./../fonts/Pretendard/Pretendard-Medium.woff2") format("woff2"), url("./../fonts/Pretendard/Pretendard-Medium.woff") format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 600;
    font-display: swap;
    src: local("Pretendard SemiBold"), url("./../fonts/Pretendard/Pretendard-SemiBold.woff2") format("woff2"), url("./../fonts/Pretendard/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 700;
    font-display: swap;
    src: local("Pretendard Bold"), url("./../fonts/Pretendard/Pretendard-Bold.woff2") format("woff2"), url("./../fonts/Pretendard/Pretendard-Bold.woff") format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 800;
    font-display: swap;
    src: local("Pretendard ExtraBold"), url("./../fonts/Pretendard/Pretendard-ExtraBold.woff2") format("woff2"), url("./../fonts/Pretendard/Pretendard-ExtraBold.woff") format("woff");
}
@font-face {
    font-family: "Pretendard";
    font-weight: 900;
    font-display: swap;
    src: local("Pretendard Black"), url("./../fonts/Pretendard/Pretendard-Black.woff2") format("woff2"), url("./../fonts/Pretendard/Pretendard-Black.woff") format("woff");
}
*, *:before, *:after {
    box-sizing: border-box;
}

html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    height: 100%;
    margin: 0;
    background-color: #F8F8F8;
    color: #222222;
    font-family: "KBfgText", 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;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

body.fixing {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

blockquote {
    margin: 0;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

dl, dd {
    margin: 0;
}

figure {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

legend {
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
    outline: none;
}

a:focus {
    outline: none;
}

img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}

button, input, select, textarea {
    font-family: inherit;
}

button {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent; /* iOS & Android 크롬 */
    cursor: pointer;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th, td {
    padding: 0;
}

.hidden,
[hidden] {
    display: none !important;
}

.visually-hidden {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    white-space: nowrap;
    clip: rect(0, 0, 0, 0);
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 30px;
    background-color: #FFBE2F;
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.btn.-squere {
    height: 44px;
    border-radius: 8px;
}
.btn.-gray {
    background-color: #E9E7DF;
    color: #7C7366;
}
.btn.-line {
    height: 44px;
    border: 1px solid #7C7366;
    background-color: transparent;
    color: #7C7366;
}

.form-input {
    width: 100%;
    height: 44px;
    padding: 0 12px;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    color: #222222;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    outline: none;
    -webkit-appearance: none;
}
.form-input::placeholder {
    color: #ABABAB;
}
.form-input:focus {
    border-color: #FFCC00;
}
.form-input:active {
    border-color: #FFCC00;
}
.form-input:read-only {
    background-color: #EEEEEE;
    pointer-events: none;
}
.form-input + .form-input {
    margin-top: 8px;
}

.bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 56px;
    padding: 0 0 0 20px;
}
.bar > .name {
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.bar > .logout {
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    background: url(../images/common/icon-logout.svg) no-repeat center/20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.footer {
    width: 100%;
    border-top: 1px solid #EEEEEE;
}
.footer-container {
    max-width: 320px;
    margin: 0 auto;
    padding: 40px 20px 64px;
}
.footer-container .company-terms {
    border: none;
    background: none;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}
.footer-container .company-info {
    margin-top: 24px;
    color: #7C7366;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.footer-container .company-info li:nth-child(2) {
    margin-top: 8px;
}
.footer-container .company-info li:nth-child(3) {
    margin-top: 4px;
}
.footer-container .copyright {
    margin-top: 24px;
    color: #A59D93;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

@media screen and (max-width: 480px) {
    .footer-container {
        max-width: 100%;
    }
}