:root {
    --firstone-navy: #111B2E;
    --firstone-navy-2: #182845;
    --firstone-blue: #0F3D5E;
    --firstone-gold: #C9A85A;
    --firstone-gold-2: #E3CB8E;
    --firstone-ivory: #F6F1E8;
    --firstone-paper: #FAF7F0;
    --firstone-text: #162033;
    --firstone-muted: #6C7280;
    --firstone-line: rgba(201, 168, 90, 0.36);
    --firstone-shadow: 0 18px 46px rgba(17, 27, 46, 0.18);
    --firstone-font: "Pretendard Variable", Pretendard, system-ui, -apple-system, "Segoe UI", sans-serif;
}

html,
body {
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-family: var(--firstone-font);
    color: var(--firstone-text);
    background: #fff;
    word-break: keep-all;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.container-wide {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

/* 아래 body 부분을 위의 body 와 합치지 말 것 - 합치면 상단 메뉴 아래 공백 생김 */
body {
    padding-top: 66px !important;
}