/*프리텐다드*/
@font-face {
  font-family: 'Prtd1';
  src: url('/fonts/Pretendard-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Prtd2';
  src: url('/fonts/Pretendard-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Prtd3';
  src: url('/fonts/Pretendard-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Prtd4';
  src: url('/fonts/Pretendard-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Prtd5';
  src: url('/fonts/Pretendard-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Prtd6';
  src: url('/fonts/Pretendard-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Prtd7';
  src: url('/fonts/Pretendard-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Prtd8';
  src: url('/fonts/Pretendard-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Prtd9';
  src: url('/fonts/Pretendard-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

/*Noto Serif KR*/
@font-face {
  font-family: 'ntsrif1';
  src: url('/fonts/NotoSerifKR-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'ntsrif2';
  src: url('/fonts/NotoSerifKR-medium.ttf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 100;
  src: url('/fonts/notosanskr-light.woff2') format('woff2'),
       url('/fonts/notosanskr-light.woff') format('woff');
}
@font-face {
  font-family: 'Noto Sans KR';
  src: url('/fonts/notosanskr-light.woff2') format('woff2'),
       url('/fonts/notosanskr-light.woff') format('woff');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  src: url('/fonts/notosanskr-regular.woff2') format('woff2'),
       url('/fonts/notosanskr-regular.woff') format('woff');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 500;
  src: url('/fonts/notosanskr-medium.woff2') format('woff2'),
       url('/fonts/notosanskr-medium.woff') format('woff');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 900;
  src: url('/fonts/notosanskr-bold.woff2') format('woff2'),
       url('/fonts/notosanskr-bold.woff') format('woff');
}

/* 잉크리퀴드 */
@font-face {
  font-family: 'InkLiquid';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff') format('woff');
  font-weight: normal;
  font-display: swap;
}


/* ============================================================
   기본 리셋
   ============================================================ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-all;
  position: relative;
  font-family: "Pretendard-Regular";
  letter-spacing: -1px;
  outline: none !important;
}
*:focus { outline: none; }
*::selection { background-color: #000; color: #FFF; }

html {
  color-scheme: light;
}

html, body {
  width: 100%;
  min-width: 1300px;
  height: 100%;
  float: left;
  color: #222222;
  font-size: 14px;
}
body { /* overflow-x: hidden; */ }
#wrap { width: 100%; height: 100%; float: left; }

a { color: inherit; text-decoration: none; }
img { max-width: 100%; vertical-align: middle; }
ul, li { list-style: none; }
button { border: 0; cursor: pointer; }
table { table-layout: fixed; border-collapse: separate; border-spacing: 0; }
tspan { letter-spacing: -0.5px !important; }
label { cursor: pointer; }
label > .on { display: none; color: #3366CC; }
label > .off { display: inline-block; color: #CCC; }
input[type="checkbox"], input[type="radio"] { display: none; }
input[type="checkbox"]:checked + label > .on { display: inline-block; }
input[type="checkbox"]:checked + label > .off { display: none; }
input[type="radio"]:checked + label > .on { display: inline-block; }
input[type="radio"]:checked + label > .off { display: none; }

@keyframes loading { to { transform: rotate(360deg); } }
@-webkit-keyframes loading { to { -webkit-transform: rotate(360deg); } }

.lp0 { letter-spacing: 0; }


/* ============================================================
   공통 컨테이너
   ============================================================ */
.common_box {
  width: 100%;
  float: left;
  min-width: 1300px;
}

/* ================================================================
   ★ PC 절대 규칙 ★  (구간 1: 1093px 이상)
   .common_box > div의 width: 1250px 은 PC에서 변경 불가
   반응형 미디어쿼리 내에서만 조정 허용
   ================================================================ */
.common_box > div {
  width: 1300px;
  margin: 0 auto;
}

.common_box > div > div {
  width: 100%;
  float: left;
}


/* ============================================================
   반응형 미디어쿼리 — 5개 구간
   ┌────────────────────────────────────────────────────────┐
   │ 구간 1 (BASE)   Desktop     ≥ 1093px    1250px 컨테이너 │
   │ 구간 2          Tablet L    769~1092px   100% + 좌우 5% │
   │ 구간 3          Tablet P    ≤ 768px      100% + 좌우 5% │
   │ 구간 4          Mobile      ≤ 480px      100% + 좌우 4% │
   │ 구간 5          Small M     ≤ 390px      100% + 좌우 3% │
   └────────────────────────────────────────────────────────┘
   ============================================================ */


/* ──────────────────────────────────────────────────────────
   구간 2: 태블릿 가로 (769px ~ 1092px)
   - 버거메뉴 노출 구간 전체 포함 (1026px 문제 해결)
   - 기존 1024px 고정 960px → fluid 전환으로 396~756 깨짐 방지
   ────────────────────────────────────────────────────────── */
@media only screen and (min-width: 769px) and (max-width: 1092px) {
  html, body {
    min-width: 100%;
    font-size: 14px;
  }
  .common_box {
    min-width: 100%;
  }
  .common_box > div {
    width: 100%;
    padding: 0 5%;
  }
}


/* ──────────────────────────────────────────────────────────
   구간 3: 태블릿 세로 / 중간 모바일 (768px 이하)
   - 기존 width: 720px → 100% 전환 (396~756 오버플로 해결)
   ────────────────────────────────────────────────────────── */
@media only screen and (max-width: 768px) {
  html, body {
    min-width: 100%;
    font-size: 14px;
  }
  .common_box {
    min-width: 100%;
  }
  .common_box > div {
    width: 100%;
    padding: 0 5%;
  }
}


/* ──────────────────────────────────────────────────────────
   구간 4: 모바일 (480px 이하)
   ────────────────────────────────────────────────────────── */
@media only screen and (max-width: 480px) {
  html, body {
    min-width: 100%;
    font-size: 13px;
  }
  .common_box {
    min-width: 100%;
  }
  .common_box > div {
    width: 100%;
    padding: 0 4%;
  }
}


/* ──────────────────────────────────────────────────────────
   구간 5: 소형 모바일 (390px 이하)
   ────────────────────────────────────────────────────────── */
@media only screen and (max-width: 390px) {
  html, body {
    min-width: 100%;
    font-size: 12px;
  }
  .common_box {
    min-width: 100%;
  }
  .common_box > div {
    width: 100%;
    padding: 0 3%;
  }
}
