@charset "utf-8";

/* 하이틴체 - 최효령 */
@font-face {
    font-family: 'HighTeenChoiHyoryeong';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2604-1@1.0/Lasthighteen-Bold.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}

/* 페이퍼로지 */
@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

/* 공통 */
:root {
    --geumho-pink: #e93472;
    --geumho-pink-soft: #fff1f6;
    --geumho-teal: #18a88b;
    --geumho-teal-soft: #effbf7;
    --geumho-blue: #2f63ad;
    --geumho-blue-soft: #f0f5ff;
    --geumho-yellow: #f4c437;
    --geumho-yellow-soft: #fff8df;
    --geumho-brown: #3a2415;
    --geumho-brown-soft: #7a624f;
    --geumho-ink: #3a2415;
    --geumho-sub: #75675c;
    --geumho-line: #eadfce;
    --geumho-line-strong: #3a2415;
    --geumho-bg: #ffffff;
    --geumho-container: 1280px;
    --geumho-radius-lg: 28px;
    --geumho-radius-md: 18px;
    --geumho-radius-sm: 12px;
    --geumho-shadow: 0 18px 42px rgba(58, 36, 21, 0.08);
}

html { scroll-behavior: smooth; }

html,
body {
    margin: 0;
    padding: 0;
}

body {
	font-family: 'Paperozi';
	font-weight: 400;
}

a { text-decoration: none; }

body.is-main {
    color: var(--geumho-ink);
    /* background: #fff; */
    font-family: "Paperlogy", "Pretendard", "Noto Sans KR", sans-serif;
    word-break: keep-all;
}

body.is-main *,
body.is-main *::before,
body.is-main *::after {
    box-sizing: border-box;
}

body.is-main img {
    display: block;
    max-width: 100%;
}

body.is-main a {
    /* color: inherit; */
    text-decoration: none;
}

body.is-main button,
body.is-main input,
body.is-main textarea,
body.is-main select {
    font: inherit;
}

.geumho-container {
    width: min(calc(100% - 48px), var(--geumho-container));
    margin: 0 auto;
}

.geumho-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 24px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.geumho-button:hover {
    transform: translateY(-2px);
}

.geumho-button--primary {
    border: 1px solid #3b2418;
    background: #3b2418;
    color: #fff;
}

.geumho-button--primary:hover {
    background: var(--geumho-pink);
    border-color: var(--geumho-pink);
}

.geumho-button--secondary {
    border: 1px solid var(--geumho-brown);
    background: #fff;
    color: var(--geumho-brown);
}

.geumho-button--secondary:hover {
    border: 1px solid var(--geumho-brown);
    background: var(--geumho-brown);
    color: #fff;
}

@media all and (max-width: 768px) {
    .geumho-container {
        width: min(calc(100% - 32px), var(--geumho-container));
    }
}

@media all and (max-width: 420px) {
    .geumho-container {
        width: min(calc(100% - 34px), var(--geumho-container));
    }
}
