/* ============================================
   폰트 설정
   ============================================ */

/* Pretendard */
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

.font-pretendard {
    font-family: 'Pretendard', sans-serif;
}

/* Monik */
@font-face {
    font-family: 'Monik';
    src: url('../font/Monik-Black.otf') format('opentype');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Monik';
    src: url('../font/Monik-Bold.otf') format('opentype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Monik';
    src: url('../font/Monik-Regular.otf') format('opentype');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Monik';
    src: url('../font/Monik-Light.otf') format('opentype');
    font-weight: 100;
    font-display: swap;
}

/* Shefian */
@font-face {
    font-family: 'Shefian';
    src: url('../font/Shefian.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Shefian';
    src: url('../font/Shefian%20Italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

.font-shefian {
    font-family: 'Shefian', serif;
}


/* Noto Serif KR (BonmyeongjoSourceHanSerif) */
@font-face {
    font-family: 'BonmyeongjoSourceHanSerif';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NotoSerifKR.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

.font-bonmyeongjo {
    font-family: 'BonmyeongjoSourceHanSerif', serif!important;
}

/* Optima LT Pro */
@font-face {
    font-family: 'Optima LT Pro';
    src: url('../font/OptimaLTPro-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.font-optima {
    font-family: 'Optima LT Pro', 'Optima', sans-serif;
}

/* ============================================
   기본 리셋
   ============================================ */

* {
    box-sizing: border-box;
}

html, body {
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Pretendard', sans-serif;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

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

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

button {
    cursor: pointer;
    border: none;
    background: none;
    font-family: inherit;
}

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

p{
    padding: 0;
    margin: 0;
}

/* ============================================
   스크롤바 스타일
   ============================================ */

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 4px;
}

/* 공통 섹션 헤더 스타일 */
.section-header-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    text-align: center;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 120px;
}

@media (max-width: 1024px) {
    .section-header-container {
        padding: 0 60px;
        margin-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .section-header-container {
        padding: 0 20px;
        margin-bottom: 40px;
        gap: 20px;
    }
}

.section-header-subtitle {
    font-size: 20px;
    font-weight: 500;
    color: var(--color-primary);
    text-align: center;
    margin: 0;
    line-height: 1.5;
}

.section-header-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
}

.section-header-title-1,
.section-header-title-2 {
    font-family: 'BonmyeongjoSourceHanSerif', serif;
    line-height: 1.48;
    color: var(--color-primary);
    font-size: 28px;
    font-weight: 100;
    letter-spacing: 1.75px;
    margin: 0;
}

.section-header-desc {
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    color: var(--color-primary);
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
}

.section-header-desc p {
    margin: 0;
}

@media (max-width: 1024px) {
    .section-header-title-1,
    .section-header-title-2 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .section-header-subtitle {
        font-size: 15px;
    }
    
    .section-header-title-1,
    .section-header-title-2 {
        font-size: 18px;
    }
    
    .section-header-desc {
        font-size: 15px;
    }
}

br.m_cont_768 {
    display: none;
}
br.pc_cont_768 {
    display: inline;
}
@media (max-width: 1024px) {
    br.pc_cont_1024 {
        display: none;
    }
}
@media (max-width: 768px) {
    br.m_cont_768 {
        display: block;
    }
    br.pc_cont_768 {
        display: none;
    }
}