@charset "utf-8";

/* 레이아웃 기초 설계 */
html {
  scroll-behavior: smooth;
  font-size: 10px;
  font-family: "pretendard";
  font-style: normal;
}

body {
  overflow-x: hidden;
  color: #111;
  word-break: keep-all;
  height: auto;
  background-color: #111;
}

section {
  width: 100%;
  padding: 20rem 0 0 0;
  position: relative;
}

.wrap {
  position: relative;
  width: 146.4rem;
  max-width: 100%;
  margin: 0 auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 디자인 시스템 */
:root {
  --main: #e11818;
}

.title {
  text-align: center;
  margin-bottom: 7rem;
}

.title.left {
  text-align: left;
}

.title h5 {
  margin-bottom: 1.6rem;
}

/* 텍스트 스타일 */

/* 타이틀 40px */
h2 {
  font-size: clamp(28px, 3vw, 4.8rem);
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 1.6rem;
}

/* 서브 타이틀 28px */
h3 {
  font-size: clamp(20px, 2vw, 2.8rem);
  font-weight: 600;
  line-height: 1.32em;
  letter-spacing: -0.02em;
  color: #fff;
}

/* 서브 타이틀 22px */
h4 {
  font-size: clamp(17px, 2vw, 2.2rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.4em;
}

/* 아이브로우 20px */
h5 {
  font-family: "Outfit", sans-serif;
  font-size: clamp(12px, 2vw, 2rem);
  color: #e11818;
  font-weight: 600;
  line-height: 1em;
}

/* 세부 폰트 16px  */
p {
  font-size: clamp(14px, 2vw, 1.6rem);
  font-style: 400;
  line-height: 1.48em;
  color: #999999;
  letter-spacing: -0.01em;
}

/* 세부 폰트 18px */
.p18 {
  font-size: clamp(15px, 2vw, 1.8rem);
  font-weight: 400;
  color: #d9d9d9;
  letter-spacing: -0.01em;
  line-height: 1.45em;
}

/* 세부 폰트 14px */
.p14 {
  font-size: clamp(12px, 2vw, 1.4rem);
  font-weight: 400;
  color: 767676;
  letter-spacing: -0.01em;
  line-height: 1.35em;
}
