@charset "utf-8";

@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;
}

:root {
  /* Primary */
  --color-primary: #A68A64;
  --color-secondary: #F8F6F2;
  --color-accent: #00C2FF;
  --color-primary-bg: #EEF4FF;
  
  /* Dark */
  --color-dark: #1F2937;           /* 헤더 / 푸터 / 다크 섹션 */
  --color-dark-hover: #111827;     /* 다크 hover */
  
  /* Text */
  --color-text-main: #2B2B2B;      /* 메인 텍스트 */
  --color-text-2: #6E6A64;
  --color-text-3: #9B948B;
  --color-text-4: #A68A64;
  --color-text-5: #F8F6F2;
  --color-text-disabled: #C8C2B8;
  
  /* Gray */
  --color-bg: #F8F6F2;
  --color-border: #EAE4DC;       /* border */
  --color-border-gray: #525252;       /* border */
}

* {padding: 0; margin: 0; box-sizing: border-box; font-family: "Pretendard", sans-serif; font-weight: 400; line-height: normal; font-optical-sizing: auto; font-weight: 400; scrollbar-width: thin; scrollbar-color: #0B1C2D #DFDFDF; --scrollbar-size: 6px;}

html{scroll-behavior: smooth;font-size: 16px;}
html.hidden{overflow: hidden;}
body{font-size: 16px;overflow-x: hidden;}
html, body {line-height: 1.2; color: var(--color-text-main);}
li {list-style: none;}
a {color: inherit; text-decoration: none; display: inline-block; cursor: pointer;}
span{display: inline-block;}
i {font-style: normal;}
button {background: inherit; border: none; box-shadow: none; border-radius: 0; padding: 0; overflow: visible; cursor: pointer;}
table {border-collapse: collapse;border-spacing: 0;width: 100%;}
table, th, td {border: none;padding: 0;margin: 0;}

/* 버튼 */


/* 스와이퍼 페이지네이션 */


/* 이미지 */