
@font-face {
    font-family: 'S-CoreDream';
    src: url('../fonts/SCDream1.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'S-CoreDream';
    src: url('../fonts/SCDream2.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'S-CoreDream';
    src: url('../fonts/SCDream3.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'S-CoreDream';
    src: url('../fonts/SCDream4.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'S-CoreDream';
    src: url('../fonts/SCDream5.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'S-CoreDream';
    src: url('../fonts/SCDream6.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'S-CoreDream';
    src: url('../fonts/SCDream7.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'S-CoreDream';
    src: url('../fonts/SCDream8.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'S-CoreDream';
    src: url('../fonts/SCDream9.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSans';
    src: url('../fonts/GmarketSansTTFLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSans';
    src: url('../fonts/GmarketSansTTFMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSans';
    src: url('../fonts/GmarketSansTTFBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'BusanFont';
    src: url('../fonts/BusanFont_Provisional.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'S-CoreDream', sans-serif;
    font-weight: 400;
    color: #333;
    line-height: 1.6;
}

#hd .logo {
    font-family: 'GmarketSans', sans-serif;
    font-weight: 700;
}

.gnb ul li a {
    font-family: 'GmarketSans', sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    text-decoration: none;
    color: #222;
}

.tnb a {
    font-family: 'S-CoreDream', sans-serif;
    font-weight: 300;
    font-size: 0.9rem;
}

.history_sec h2 {
    font-family: 'BusanFont', sans-serif;
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #00462a;
}

.text_card p {
    font-family: 'S-CoreDream', sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    word-break: keep-all;
}

.bottom_menu h3 {
    font-family: 'GmarketSans', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}

.menu_list li {
    font-family: 'S-CoreDream', sans-serif;
    font-weight: 500;
    list-style: none;
}

.info_footer p, .f_links span {
    font-family: 'S-CoreDream', sans-serif;
    font-weight: 300;
    font-size: 0.85rem;
}

#ft p {
    font-family: 'GmarketSans', sans-serif;
    font-weight: 300;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
}

.sticky_wrapper {
    display: flex;
    gap: 40px;
    padding: 100px 5%;
    align-items: flex-start;
}