/* ============================================================================ */
/* --------------------- NEXON Lv1 Gothic OTF Font Family --------------------- */
/* ============================================================================ */
@font-face {
  font-family: 'NEXON Lv1 Gothic OTF';
  src: url('../fonts/NEXON_Lv1_Gothic/NEXON Lv1 Gothic_OTF_TTF/OTF/NEXON Lv1 Gothic OTF.otf')
    format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'NEXON Lv1 Gothic OTF';
  src: url('../fonts/NEXON_Lv1_Gothic/NEXON Lv1 Gothic_OTF_TTF/OTF/NEXON Lv1 Gothic OTF Bold.otf')
    format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'NEXON Lv1 Gothic OTF';
  src: url('../fonts/NEXON_Lv1_Gothic/NEXON Lv1 Gothic_OTF_TTF/OTF/NEXON Lv1 Gothic OTF Light.otf')
    format('opentype');
  font-weight: 300;
  font-style: normal;
}
/* ============================================================================ */
/* --------------------- NEXON Lv1 Gothic Font Family --------------------- */
/* ============================================================================ */
@font-face {
  font-family: 'NEXON Lv1 Gothic';
  src: url('../fonts/NEXON_Lv1_Gothic/NEXON Lv1 Gothic Low_OTF/NEXON Lv1 Gothic Low OTF Bold.otf')
    format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'NEXON Lv1 Gothic';
  src: url('../fonts/NEXON_Lv1_Gothic/NEXON Lv1 Gothic Low_OTF/NEXON Lv1 Gothic Low OTF Light.otf')
    format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'NEXON Lv1 Gothic';
  src: url('../fonts/NEXON_Lv1_Gothic/NEXON Lv1 Gothic Low_OTF/NEXON Lv1 Gothic Low OTF.otf')
    format('opentype');
  font-weight: 400;
  font-style: normal;
}
/* ======================================================================== */
/* --------------------- Hanwha Font Family ---------------------========== */
/* ======================================================================== */
@font-face {
  font-family: 'Hanwha';
  src: url('../fonts/HanwhaL.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Hanwha';
  src: url('../fonts/HanwhaR.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Hanwha';
  src: url('../fonts/HanwhaB.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

/* ======================================================================== */
/* --------------------- CLEANED AND EMBEDDED CSS ----------------========= */
/* ======================================================================== */
body {
  margin: 0;
  line-height: normal;
  background-color: #f5f5f5;
  font-family: NanumSquare, sans-serif;
}
/* ======================================================================== */
/* --------------------- MAIN CONTAINER ---------------------------------- */
/* ======================================================================== */
.qr-page-container {
  width: 100%;
  position: relative;
  background-color: #fff;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  font-size: 46.8px;
  color: #fff;
}
/* ======================================================================== */
/* --------------------- MEDIA QUERIES ------------------------------------ */
/* ======================================================================== */
@media (max-width: 768px) and (min-width: 461px) {
  .qr-page-container {
    font-size: 26.8px;
  }
}

@media (max-width: 459px) {
  .qr-page-container {
    font-size: 16.8px;
    min-width: 360px;
  }
}
/* Header styles removed to avoid conflict with new header component */
/* ========================================================================================== */
/* ==================== MAIN CONTENT AREA ==================================================== */
/* ========================================================================================== */
.frame-parent {
  position: relative;
  width: 100%;
  background-color: #fff;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-size: 9px;
  color: #000;
  margin-top: 0;
  padding-top: 0;
  box-sizing: border-box;
  z-index: 2;
}
/* ======================================================================== */
/* --------------------- MAIN CONTAINER ---------------------------------- */
/* ======================================================================== */
.main-container {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin: 0;
  padding-top: 64px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
/* Feature Container Layout */
.feature-container {
  position: relative;
  width: 270px;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
}
.features-list {
  position: fixed;
  top: 178px;
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 0;
  margin: 0;
}
.feature-title {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
}
.feature-title p {
  width: 100%;
  max-width: 180px;
  height: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #ababab;
  text-align: right;
  font-family: 'NEXON Lv1 Gothic OTF';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  margin: 0;
  padding: 0;
}
.feature-title svg {
  width: 60px;
  flex-shrink: 0;
  stroke-width: 1px;
  stroke: #fae100;
  display: none;
}
.feature-title:hover {
  color: #333;
  cursor: pointer;
  width: 270px;
  background-color: rgba(255, 204, 0, 0.1);
}
.feature-title.active {
  gap: 10px;
}
.feature-title.active p {
  margin-left: 20px;
  color: #fae100;
}
.feature-title.active svg {
  display: flex;
}
/* Feature Images */
.feature-images {
  width: 1170px;
  height: auto;
  position: relative;
  min-height: 400px;
  margin: 0;
  padding-top: 64px;
  padding-left: 100px;
  box-sizing: border-box;
  border-left: 1px dotted #ababab;
}
.feature-image {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 100px;
  padding: 64px 0;
  scroll-margin-top: 100px; /* Header height + buffer for desktop */
}
.feature-image.active {
  display: flex;
}
.feature-image a {
  display: block;
}
.feature-image img {
  max-width: 100%;
  height: auto;
}
.feature-copy {
  width: 100%;
  max-width: 470px;
  flex-shrink: 0;
  font-family: 'NEXON Lv1 Gothic OTF';
  color: #000;
}
.feature-copy h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  margin: 0 0 20px;
}
.feature-copy p,
.feature-copy-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}
.feature-copy-body ul {
  margin: 0;
  padding-left: 18px;
}
.feature-copy-body li {
  line-height: 1.5;
}
a.feature-copy-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding: 8px 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.feature-copy-cta svg {
  flex-shrink: 0;
}
.feature-copy-cta:hover {
  background-color: #fae100;
}
.feature-copy-media {
  width: 100%;
  max-width: 500px;
  flex-shrink: 0;
}
.feature-copy-media picture,
.feature-copy-media img {
  width: 100%;
  height: auto;
  display: block;
}

/* Added for Active Header Logic */
/* Active header styles removed */
