
/* ============================================================
   Brand — Main Content 래퍼
   ============================================================ */
.brand-main-content {
  position: relative;
  z-index: 2;
  min-height: 600px;
  margin: -80px auto -80px;
  background: #fff;
  border-radius: 50px;
  overflow: hidden;
}

.brand-main-content-inner {
  max-width: 1920px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .brand-main-content {
    border-radius: 20px;
  }
}

/* ============================================================
   Brand — Hero
   ============================================================ */
.brand-hero {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

.brand-title-bg {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 40px;
  background-image: url("../img/lineart-brand.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: clamp(250px, calc(200px + 15vw), 380px);
}

@media (max-width: 1024px) {
  .brand-title-bg {
    padding-top: 110px;
    background-position: 140% bottom;
  }
}

@media (max-width: 768px) {
  .brand-title-bg {
    padding-top: 80px;
  }
}

@media (max-width: 500px) {
  .brand-title-bg {
    background-position: 170% bottom;
  }
}

.brand-hero-inner {
  padding: 0 20px;
}

.brand-title-area {
  position: relative;
  padding: 0;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: baseline;
  overflow: hidden;
}

.brand-page-title {
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(58px, calc(34.9px + 6.41vw), 158px);
  font-weight: 900;
  color: #2f2b28;
  line-height: 1;
  flex-shrink: 0;
}

.brand-page-sub {
  font-size: clamp(14px, calc(11.69px + 0.64vw), 24px);
  font-weight: bold;
  color: #8ad048;
  word-break: keep-all;
  line-height: 1.6;
}

.brand-label-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(16px, calc(14px + 0.52vw), 24px) 0;
}

.brand-label {
  display: inline-block;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: 33px;
  font-weight: 900;
  color: #8ad048;
  padding-bottom: 10px;
  border-bottom: 2px solid #8ad048;
}

@media (max-width: 1024px) {
  .brand-label {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .brand-label {
    font-size: 22px;
  }
}

.brand-hero-img {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 16/7;
  height: clamp(500px, calc(366px + 37.18vw), 627px);
  overflow: hidden;
}

.brand-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .brand-title-area {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ============================================================
   Brand — OUR STRENGTH
   ============================================================ */
.brand-strength {
  margin-top: 160px;
  padding: 0 0 clamp(60px, 8vw, 120px);
}

.brand-strength-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.brand-strength-label {
  text-align: center;
  font-size: 37px;
  font-weight: 700;
  color: #8ad048;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
}

.brand-strength-heading {
  text-align: center;
  font-size: clamp(30px, calc(13.85px + 4.49vw), 100px);
  font-weight: 900;
  color: #2f2b28;
  line-height: 1;
  word-break: keep-all;
  margin-bottom: clamp(40px, 6vw, 80px);
}

/* 데스크탑: swiper-wrapper를 grid로 강제 */
@media (min-width: 769px) {
  .brand-strength-swiper {
    overflow: visible;
  }
  .brand-strength-swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(24px, 3vw, 48px);
    transform: none !important;
  }
  .brand-strength-swiper .swiper-slide {
    width: auto !important;
  }
  .brand-strength-pagination {
    display: none;
  }
}

.brand-strength-item {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 28px 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.brand-strength-num {
  display: block;
  width: auto;
  height: auto;
}

.brand-strength-num-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.brand-strength-next {
  display: none;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: none;
  background: transparent;
  color: #8ad048;
  cursor: pointer;
}

.brand-strength-next svg {
  width: 32px;
  height: 32px;
}

.brand-strength-next.is-loop svg {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .brand-strength-next {
    display: inline-flex;
  }
}

.brand-strength-title {
  font-size: 26px;
  font-weight: 800;
  color: #2f2b28;
  margin-bottom: 12px;
  word-break: keep-all;
}

.brand-strength-desc {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  word-break: keep-all;
}

@media (max-width: 768px) {
  .brand-strength {
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  .brand-strength-label {
    font-size: 28px;
  }
  .brand-strength-item {
    padding: 40px 0;
  }
  .brand-strength-title {
    font-size: 22px;
  }
  .brand-strength-desc {
    font-size: 13px;
  }
  .brand-strength-swiper {
    overflow: hidden;
  }
  .brand-strength-pagination {
    position: absolute;
    top: auto !important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e5e3df;
  }
  .brand-strength-pagination .swiper-pagination-progressbar-fill {
    background: #c0bdb8;
  }
  .brand-strength-swiper .swiper-wrapper {
    padding-bottom: 20px;
  }
}

/* ============================================================
   Brand — VALUES
   ============================================================ */
.brand-values {
  margin-top: 160px;
  width: 100%;
  overflow-x: hidden;
}

/* 타이틀 구간 */
.brand-values-title-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px clamp(28px, 3vw, 48px);
}

.brand-values-heading {
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: 92px;
  font-weight: 900;
  color: #8ad048;
  line-height: 1.2;
  word-break: keep-all;
}

/* 이미지 + 리스트 구간 */
.brand-values-body {
  display: flex;
  align-items: stretch;
  max-width: 1920px;
  margin: 0 auto;
  gap: 30px;
  position: relative;
}

.brand-values-img {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 15px);
  height: 100%;
  overflow: hidden;
}

.brand-values-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.brand-values-list {
  flex: 1;
  min-width: 0;
  margin-left: calc(50% + 15px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
}

.brand-values-item {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 16px;
  min-height: 200px;
  padding: 40px 0;
  border-bottom: 1px solid #e5e3df;
}

.brand-values-item:first-child {
  border-top: 1px solid #e5e3df;
}

.brand-values-text {
  flex: 0 0 80%;
  min-width: 0;
}

.brand-values-name {
  font-size: 38px;
  font-weight: 800;
  color: #2f2b28;
  margin-bottom: 6px;
}

.brand-values-name span {
  font-size: 26px;
  font-weight: 600;
  color: #8ad048;
  margin-left: 8px;
  letter-spacing: 0.06em;
}

.brand-values-desc {
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  color: #666;
  line-height: 1.8;
  word-break: keep-all;
}

.brand-values-icon {
  flex-shrink: 0;
  color: #ccc;
}

.brand-values-icon svg {
  width: 90px;
  height: 90px;
}

/* 태블릿 */
@media (max-width: 1100px) {
  .brand-values-heading {
    font-size: 52px;
  }
  .brand-values-body {
    flex-direction: column;
    gap: 10px;
  }
  .brand-values-img {
    position: static;
    flex: none;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .brand-values-list {
    flex: none;
    width: 100%;
    margin-left: 0;
    padding: 32px 40px;
  }
}

/* 모바일 */
@media (max-width: 768px) {
  .brand-values {
    margin-top: 100px;
  }
  .brand-values-heading {
    font-size: 30px;
  }
  .brand-values-img {
    aspect-ratio: 4/3;
  }
  .brand-values-list {
    padding: 24px 20px;
  }
  .brand-values-item {
    min-height: 140px;
    padding: 40px 0;
  }
  .brand-values-name {
    font-size: 28px;
  }
  .brand-values-name span {
    font-size: 20px;
  }
  .brand-values-desc {
    font-size: 13px;
  }
  .brand-values-icon {
    align-self: flex-start;
  }
  .brand-values-icon svg {
    width: 40px;
    height: 40px;
  }
}

/* ==================== BRAND HISTORY ==================== */
.brand-history {
  margin-top: 160px;
  overflow: hidden;
}

.brand-history-title-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px clamp(28px, 3vw, 48px);
}

.brand-history-heading {
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  /* 769px→52px, 1200px→92px 선형 보간: 컨테이너(max-width:1200px)가 실제 92px을 수용하는 시점에만 최대값 도달 */
  font-size: clamp(52px, calc(9.28vw - 19.4px), 92px);
  font-weight: 900;
  color: #8ad048;
  line-height: 1.2;
  word-break: keep-all;
}

/* 바디 (연두 배경) */
.brand-history-body {
  background: #f0f9e8;
}

.brand-history-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: flex-start;
  gap: clamp(40px, 5vw, 80px);
}

/* 좌측 패널 */
.brand-history-left {
  flex: 0 0 48%;
  max-width: 48%;
  min-width: 0;
  padding: clamp(50px, 6vw, 90px) 0;
}

.brand-history-brand {
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: 37px;
  font-weight: 900;
  color: #8ad048;
  margin-bottom: -10px;
}

.brand-history-years {
  font-family: "elza-narrow", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(48px, 4.2vw, 80px);
  color: #8ad048;
  line-height: 1;
  margin-bottom: 24px;
}

.brand-history-since {
  font-size: 18px;
  font-weight: 600;
  color: #2f2b28;
  word-break: keep-all;
  margin-bottom: 24px;
}

.brand-history-desc {
  font-size: 18px;
  font-weight: 400;
  color: #666;
  line-height: 1.8;
  word-break: keep-all;
}

/* 우측 타임라인 */
.brand-history-timeline {
  flex: 1;
  min-width: 0;
  list-style: none;
  margin: 0;
  padding: clamp(50px, 6vw, 90px) 0;
}

.brand-history-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px 0;
}

/* 도트 위쪽 연결선 */
.brand-history-item::before {
  content: '';
  position: absolute;
  left: 9px;
  top: 0;
  height: 38px;
  width: 2px;
  background: #8ad048;
}

/* 도트 아래쪽 연결선 */
.brand-history-item::after {
  content: '';
  position: absolute;
  left: 9px;
  top: 38px;
  bottom: 0;
  width: 2px;
  background: #8ad048;
}


.brand-history-dot {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  background: #8ad048;
  border-radius: 50%;
  margin-top: 0;
}

.brand-history-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.brand-history-date {
  font-family: "elza-narrow", sans-serif;
  font-size: 36px;
  font-weight: 900;
  font-style: normal;
  line-height: 20px;
  color: #2f2b28;
}

.brand-history-text {
  font-size: 18px;
  color: #444;
  word-break: keep-all;
  line-height: 1.5;
}

/* ── 반응형 ── */
@media (max-width: 1024px) {
  .brand-history-inner {
    flex-direction: column;
    gap: clamp(30px, 4vw, 50px);
  }
  .brand-history-left {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
  .brand-history-timeline {
    width: 100%;
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .brand-history {
    margin-top: 100px;
  }
  .brand-history-brand {
    font-size: 20px;
  }
  .brand-history-heading {
    font-size: 30px;
  }
  .brand-history-years {
    font-size: 48px;
  }
  .brand-history-item {
    padding: 20px 0;
    gap: 12px;
  }
  .brand-history-since {
    font-size: 13px;
  }
  .brand-history-desc {
    font-size: 13px;
  }
  .brand-history-date {
    font-size: 26px;
  }
  .brand-history-text {
    font-size: 13px;
  }
}

/* ==================== BRAND PARTNERS ==================== */
.brand-partners {
  margin-top: 160px;
}

.brand-partners-title-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px clamp(28px, 3vw, 48px);
}

.brand-partners-heading {
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: 82px;
  font-weight: 900;
  color: #8ad048;
  line-height: 1.2;
  word-break: keep-all;
}

.brand-partners-body {
  overflow: hidden;
}

.brand-partners-track {
  display: flex;
  gap: clamp(16px, 2vw, 24px);
  width: max-content;
  animation: partners-marquee 18s linear infinite;
}

.brand-partners-track:hover {
  animation-play-state: paused;
}

@keyframes partners-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}


.brand-partners-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: clamp(24px, 3vw, 40px);
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #70707080;
  border-radius: 10px;
}

.brand-partners-logo {
  width: 180px;
  aspect-ratio: 5 / 2;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.brand-partners-name {
  font-size: 14px;
  color: #888;
  text-align: center;
  word-break: keep-all;
}

/* ── 반응형 ── */
@media (max-width: 1024px) {
  .brand-partners-heading {
    font-size: 52px;
  }
}

@media (max-width: 768px) {
  .brand-partners {
    margin-top: 100px;
  }
  .brand-partners-heading {
    font-size: 30px;
  }
  .brand-partners-item {
    width: 145px;
  }
  .brand-partners-logo {
    width: 110px;
    aspect-ratio: 5 / 2;
  }
}

/* ==================== BRAND LOCATION ==================== */
.brand-location {
  margin-top: 160px;
  padding-bottom: clamp(60px, 8vw, 120px);
}

.brand-location-title-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px clamp(28px, 3vw, 48px);
}

.brand-location-heading {
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: 82px;
  font-weight: 900;
  color: #8ad048;
  line-height: 1.2;
}

.brand-location-body {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.brand-location-inner {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 3vw, 40px);
  align-items: stretch;
  justify-content: space-between;
}

/* 좌측: 정보 */
.brand-location-info {
  flex: 0 0 60%;
  min-width: 0;
  max-width: 540px;
  padding: 60px 0;
  border-top: 1px solid #e5e3df;
  border-bottom: 1px solid #e5e3df;
}

.brand-location-company {
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  font-size: 52px;
  line-height: 1;
  font-family: "Pretendard", sans-serif;
  color: #2f2b28;
  margin-bottom: clamp(16px, 2vw, 24px);
  word-break: keep-all;
}

.brand-location-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.brand-location-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.brand-location-icon {
  flex-shrink: 0;
  color: #8ad048;
  margin-top: 2px;
}

.brand-location-item p {
  font-size: 15px;
  font-weight: bold;
  color: #555;
  line-height: 1.7;
  word-break: keep-all;
}

.brand-location-item p + p {
  font-size: 13px;
  color: #707070;
  margin-top: 4px;
}

.brand-location-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.brand-location-map-link,
.brand-location-kakao-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 35px;
  min-width: 150px;
  justify-content: space-around;
  padding: 20px 30px;
  transition: background 0.2s, border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.brand-location-map-link:hover,
.brand-location-kakao-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.brand-location-map-link {
  background: #ffffff;
  border: 1px solid #707070;
}

.brand-location-kakao-link {
  background: #ffffff;
  border: 1px solid #707070;
}

.brand-location-map-dot {
  display: block;
  width: 7px;
  height: 7px;
  background: #2f2b28;
  border-radius: 50%;
  transition: background 0.2s;
}

.brand-location-map-text {
  font-weight: bold;
  font-size: 20px;
  font-family: Pretendard;
  color: #2f2b28;
  line-height: 1;
  transition: color 0.2s;
}

.brand-location-kakao-dot {
  display: block;
  width: 7px;
  height: 7px;
  background: #3c1e1e;
  border-radius: 50%;
  transition: background 0.2s;
}

.brand-location-kakao-text {
  font-weight: bold;
  font-size: 20px;
  font-family: Pretendard;
  color: #3c1e1e;
  line-height: 1;
  transition: color 0.2s;
}

.brand-location-map-link:hover {
  background: #8ad048;
  border-color: #8ad048;
}

.brand-location-map-link:hover .brand-location-map-text {
  color: #f8ff1f;
}

.brand-location-map-link:hover .brand-location-map-dot {
  background: #f8ff1f;
}

.brand-location-kakao-link:hover {
  background: #ffe812;
  border-color: #ffe812;
}

.brand-location-kakao-link:hover .brand-location-kakao-text {
  color: #3c1e1e;
}

.brand-location-kakao-link:hover .brand-location-kakao-dot {
  background: #3c1e1e;
}

@media (max-width: 768px) {
  .brand-location-map-link,
  .brand-location-kakao-link {
    padding: 18px 20px;
  }
  .brand-location-map-text,
  .brand-location-kakao-text {
    font-size: 16px;
  }
}

/* 우측: 지도 */
.brand-location-map {
  flex: 1;
  min-width: 0;
  position: relative;
  width: 100%;
  aspect-ratio: 640 / 360;
  overflow: hidden;
  border-radius: 8px;
}

.brand-location-map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}

/* ── 반응형 ── */
@media (max-width: 1100px) {
  .brand-location-heading {
    font-size: 52px;
  }
  .brand-location-inner {
    flex-direction: column;
  }
  .brand-location-info {
    flex: none;
    width: 100%;
    max-width: none;
  }
  .brand-location-map {
    min-height: 280px;
  }
}

@media (max-width: 768px) {
  .brand-location {
    margin-top: 100px;
  }
  .brand-location-heading {
    font-size: 30px;
  }
  .brand-location-company {
    font-size: 26px;
    line-height: 1.3;
  }
  .brand-location-map {
    min-height: 320px;
  }
}
