/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 21 2026 | 05:12:07 */
@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Pretendard", "Montserrat", sans-serif;
  background: #f3f3f3;
  color: #111;
}


/******** 20260519 워드프레스 전용 CSS *********/
/* PC 줄바꿈 */
.pc-br {
  display: block !important;
}

/* 모바일 줄바꿈 */
.mo-br {
  display: none !important;
}

@media (max-width: 768px) {

  .mo-br {
    display: block !important;
  }

}

/* =========================
   PC / 모바일 배너 분리
========================= */

/* 기본: PC 배너 보임, 모바일 배너 숨김 */
.pc-banner {
  display: block !important;
}

.mo-banner {
  display: none !important;
}

/* 이미지 공통 */
.pc-banner img,
.mo-banner img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

/* 모바일 */
@media (max-width: 768px) {
  .pc-banner {
    display: none !important;
  }

  .mo-banner {
    display: block !important;
  }
}


@media (max-width: 768px) {

/* 우리땅오리 */
    .wp-image-50950 {
        width: 60% !important;
        height: auto !important;
        display: block;
        margin: 0 auto;
    }

/* 다향 */
    .wp-image-50860 {
        width: 60% !important;
        height: auto !important;
        display: block;
        margin: 0 auto;
    }

/* 오리늘보 */
    .wp-image-50948 {
        width: 60% !important;
        height: auto !important;
        display: block;
        margin: 0 auto;
    }

/* 우리땅토종닭 */
    .wp-image-50951 {
        width: 60% !important;
        height: auto !important;
        display: block;
        margin: 0 auto;
    }

/* 미스터덕 */
    .wp-image-50946 {
        width: 60% !important;
        height: auto !important;
        display: block;
        margin: 0 auto;
    }

/* 다향한돈 */
    .wp-image-50944 {
        width: 60% !important;
        height: auto !important;
        display: block;
        margin: 0 auto;
    }

	/* 빈즈라이크 */
    .wp-image-53148 {
        width: 60% !important;
        height: auto !important;
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {

    .has-xxxx-large-font-size {
        font-size: 20px !important;
        line-height: 1.3 !important;
    }

}

@media (max-width: 768px) {

    .media-flex-mobile-grow {
        width: 70% !important;
        max-width: 70% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

}

.contact-title p {
    font-size: 3rem !important;
    line-height: 1.2 !important;
}

@media (max-width: 768px) {

    .contact-title p {
        font-size: 2rem !important;
        line-height: 1.2 !important;
    }

}







ul,
li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}

button {
  border: 0;
  background: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

.wrap {
  min-height: 100vh;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

/* ===== 헤더 ===== */
.site-header {
  position: relative;
  width: 100%;
  height: 150px;
  background: #fff;
  z-index: 20;
  padding: 0 42px;
  border-bottom: 1px solid #f0f0f0;
}

.header-inner {
  max-width: 1400px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 58px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.logo img {
  height: 100%;
  width: auto;
  object-fit: contain;
  display: block;
}

.gnb {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 64px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.header-tools a {
  display: inline-flex;
}

.theme-btn {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.family-btn {
  height: 42px;
  padding: 0 18px;
  border-radius: 6px;
  background: #23262b;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  font-weight: 700;
}

.family-btn::after {
  content: "" !important;
  font-size: 14px;
  line-height: 1;
  transform: translateY(1px) !important;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0px 5px;
  border-color: #fff transparent transparent transparent;
}

.family-btn:hover {
  background-color: #47b347;
  transition: all 0.3s ease-in-out;
}

/* ===== 히어로 ===== */
.hero {
  min-height: 100vh !important;
  padding: 0 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
  margin-top: -5%;
  overflow: visible !important;
}

.hero-inner {
  width: 100% !important;
  max-width: 1400px !important;
  min-height: 100vh !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
}

.hero-title {
  font-family: "Montserrat", "Pretendard", sans-serif;
  font-size: clamp(56px, 7vw, 110px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: 1px;
}

.hero-title:first-of-type {
  margin-bottom: 22px !important;
}

.hero-title:last-of-type {
  margin-top: 22px !important;
}

/* ===== 슬라이더 ===== */
.hero-slider {
  position: relative;
  width: 100vw;
  max-width: none;
  height: 500px;
  margin: 0;
  margin-left: calc(50% - 50vw);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible !important;
}

.slider-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(68vw, 1040px);
  height: min(42vw, 620px);
  object-fit: contain;
  transform: translate(-50%, -50%) scale(1.08);
  z-index: 1;
  pointer-events: none;
}

.slider-viewport {
  position: relative;
  width: calc(100% + 420px) !important;
  height: 100%;
  overflow: hidden;
  z-index: 3;
}

.slider-track {
  display: flex;
  align-items: center;
  gap: 250px;
  width: max-content;
  height: 100%;
  padding-left: calc(50vw - 150px) !important;
  padding-right: calc(50vw - 150px + 420px) !important;
  will-change: transform;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.slide {
  flex: 0 0 auto;
  width: 350px !important;
  aspect-ratio: 1 / 1;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 0.28;
  transform: scale(0.78);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
  pointer-events: none;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.slide.is-near {
  opacity: 0.58;
  transform: scale(0.95) !important;
}

.slide.is-active {
  opacity: 1;
  transform: scale(1.35) !important;
  z-index: 5;
}

/* 텍스트 슬라이드 */
.slide-txt {
  display: inline-block;
  font-family: "Montserrat", "Pretendard", sans-serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #111;
  transform: scale(0.7);
  opacity: 0.4;
  transition: all 0.5s ease;
  white-space: nowrap;
  padding: 0 14px !important;
}

.slide.is-near .slide-txt {
  transform: scale(0.9);
  opacity: 0.7;
}

.slide.is-active .slide-txt {
  transform: scale(2);
  opacity: 1;
  padding: 0 28px !important;
  max-width: 75vw;
  text-align: center;
}

/* ===== 브랜드 섹션 (PC 카드형) ===== */
.brand-section {
  padding: 50px 20px 140px;
}

.brand-card-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.brand-card-item {
  display: block;
  width: 100%;
  aspect-ratio: 343 / 941;
  overflow: hidden;
  background: transparent;
  border-radius: 0;
}

.brand-card-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.4s ease;
  filter: brightness(0.7) saturate(0.9);
}

.brand-card-item:hover img {
  transform: scale(1.04);
  filter: brightness(1) saturate(1);
}

/* ===== 푸터 ===== */
.site-footer {
  border-top: 1px solid #dddddd;
  padding: 62px 42px 52px;
}

.footer-inner {
  width: 100%;
  max-width: 1400px !important;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-brand {
  display: flex;
  align-items: center;
}

.footer-logo {
  height: 44px;
  width: auto;
  object-fit: contain;
  display: block;
}

.footer-symbol {
  font-size: 28px;
  line-height: 1;
}

.footer-info {
  color: #8d8d8d;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 11px;
  line-height: 1.95;
  letter-spacing: -0.02em;
}

.footer-info br {
  display: inline;
}

.copyright {
  color: #777;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-top: 8px;
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 42px;
  padding-top: 4px;
}

.top-btn {
  color: #777;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.sns {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #111;
  font-size: 20px;
  font-weight: 700;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

html,
body,
.wrap {
  background: #fff !important;
}

.hero-slider,
.slider-viewport {
  overflow: visible !important;
}

/* ===== 공통 인터랙션 ===== */
:root {
  --main-green: #47b347;
}

.gnb a {
  position: relative;
  transition: color 0.25s ease;
}

.gnb a:hover {
  color: var(--main-green);
}

.gnb a:active {
  color: var(--main-green);
  transform: translateY(1px);
}

.gnb a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: var(--main-green);
  transition: width 0.25s ease;
}

.gnb a:hover::after,
.gnb a:active::after {
  width: 100%;
}

.gnb a,
.header-tools button,
.header-tools a {
  -webkit-tap-highlight-color: transparent;
}

/* ===== 브랜드 섹션 분기 ===== */
.brand-section-pc {
  display: block;
}

.brand-section-mobile {
  display: none;
}

/* ===== 모바일 브랜드 탭 섹션 ===== */
.brand-tab-section {
  padding: 28px 16px 56px;
}

.brand-tab-inner {
  width: 100%;
  max-width: 100%;
}

.brand-display {
  background: #fff;
  border: 1px solid #d8d8d8;
}

.brand-display-media {
  width: 100%;
  min-height: 260px;
  background: #ddd;
  overflow: hidden;
}

.brand-display-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-display-content {
  padding: 28px 20px 30px;
}

.brand-display-logo {
  display: block;
  width: auto;
  max-width: 140px;
  max-height: 56px;
  object-fit: contain;
  margin-bottom: 18px;
}

.brand-display-text {
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 14px;
  line-height: 1.65;
  color: #222;
  word-break: keep-all;
}

.brand-display-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 42px;
  margin-top: 24px;
  border: 1px solid #111;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: #fff;
  color: #111;
}

.brand-tab-menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.brand-tab-btn {
  height: 56px;
  border: 1px solid #d8d8d8;
  background: #fff;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #222;
}

.brand-tab-btn.is-active {
  background: #111;
  color: #fff;
  border-color: #111;
}

/* ===== Windows 전용 ===== */
.is-windows .hero-inner {
  max-width: 1280px !important;
}

.is-windows .hero-title {
  font-size: clamp(48px, 5.8vw, 70px);
  line-height: 0.92;
}

.is-windows .hero-title:first-of-type {
  margin-bottom: 14px !important;
}

.is-windows .hero-title:last-of-type {
  margin-top: 14px !important;
}

.is-windows .hero-slider {
  height: 420px;
}

.is-windows .slide {
  width: 300px !important;
}

.is-windows .slide.is-active {
  transform: scale(1.24) !important;
}

.is-windows .slide.is-near {
  transform: scale(0.9) !important;
}

.is-windows .slider-track {
  gap: 100px;
  padding-left: calc(50vw - 150px) !important;
  padding-right: calc(50vw - 150px + 260px) !important;
}

.is-windows .slide.is-active .slide-txt {
  transform: scale(1.5);
}

.is-windows .slide img {
  width: 88%;
  height: 88%;
  object-fit: contain;
  margin: 0 auto;
}

/* ===== 반응형 ===== */

/* 1440px 이하 */
@media (max-width: 1440px) {
  .site-header {
    height: 130px;
    padding: 0 28px;
  }

  .header-inner {
    max-width: 1240px;
  }

  .logo {
    height: 52px;
  }

  .gnb {
    gap: 42px;
    font-size: 13px;
  }

  .header-tools {
    gap: 12px;
  }

  .family-btn {
    height: 40px;
    padding: 0 16px;
    font-size: 13px;
  }

  .hero {
    min-height: auto !important;
    margin-top: 0;
    padding: 90px 20px !important;
  }

  .hero-inner {
    min-height: auto !important;
  }

  .hero-title {
    font-size: clamp(52px, 6vw, 92px);
  }

  .hero-slider {
    height: 430px;
  }

  .slider-viewport {
    width: calc(100% + 260px) !important;
  }

  .slider-track {
    gap: 120px;
    padding-left: calc(50vw - 120px) !important;
    padding-right: calc(50vw - 120px + 220px) !important;
  }

  .slide {
    width: 260px !important;
  }

  .slide.is-active {
    transform: scale(1.22) !important;
  }

  .slide-txt {
    font-size: 34px;
    letter-spacing: 1.6px;
    transform: scale(0.66);
  }

  .slide.is-near .slide-txt {
    transform: scale(0.82);
  }

  .slide.is-active .slide-txt {
    transform: scale(1.45);
  }

  .site-footer {
    padding: 52px 28px 42px;
  }
}

/* 1200px 이하 */
@media (max-width: 1200px) {
  .site-header {
    height: 118px;
    padding: 0 24px;
  }

  .header-inner {
    max-width: 1080px;
  }

  .logo {
    height: 48px;
  }

  .gnb {
    gap: 28px;
    font-size: 12px;
  }

  .header-tools {
    gap: 10px;
  }

  .theme-btn {
    width: 20px;
    height: 20px;
    font-size: 16px;
  }

  .family-btn {
    height: 38px;
    padding: 0 14px;
    font-size: 12px;
  }

  .hero {
    min-height: auto !important;
    margin-top: 0;
    padding: 30px 20px 70px !important;
  }

  .hero-inner {
    min-height: auto !important;
    gap: 0;
  }

  .hero-title {
    font-size: clamp(44px, 5.8vw, 78px);
    line-height: 0.98;
  }

  .hero-title:first-of-type {
    margin-bottom: 16px !important;
  }

  .hero-title:last-of-type {
    margin-top: 16px !important;
  }

  .hero-slider {
    height: 360px;
  }

  .slider-viewport {
    width: calc(100% + 180px) !important;
  }

  .slider-track {
    gap: 80px;
    padding-left: calc(50vw - 100px) !important;
    padding-right: calc(50vw - 100px + 160px) !important;
  }

  .slide {
    width: 220px !important;
    transform: scale(0.82);
    opacity: 0.32;
  }

  .slide.is-near {
    transform: scale(0.94) !important;
  }

  .slide.is-active {
    transform: scale(1.16) !important;
  }

  .slide-txt {
    font-size: 28px;
    letter-spacing: 1.2px;
    transform: scale(0.62);
  }

  .slide.is-near .slide-txt {
    transform: scale(0.78);
  }

  .slide.is-active .slide-txt {
    transform: scale(1.28);
  }

  .brand-section {
    padding: 40px 20px 100px;
  }

  .brand-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .footer-inner {
    gap: 24px;
  }
}

/* 1024px 이하 */
@media (max-width: 1024px) {
  .site-header {
    height: auto;
    padding: 18px 20px 16px;
  }

  .header-inner {
    max-width: 100%;
    height: auto;
    flex-wrap: wrap;
    row-gap: 16px;
    align-items: center;
  }

  .logo {
    height: 44px;
    order: 1;
  }

  .header-tools {
    order: 2;
    margin-left: auto;
    gap: 10px;
  }

  .gnb {
    position: static;
    left: auto;
    transform: none;
    order: 3;
    width: 100%;
    justify-content: center;
    gap: 24px;
    font-size: 13px;
    flex-wrap: wrap;
  }

  .hero {
    min-height: auto !important;
    margin-top: 0;
    padding: 40px 20px 60px !important;
  }

  .hero-inner {
    min-height: auto !important;
  }

  .hero-title {
    font-size: clamp(42px, 8vw, 70px);
  }

  .hero-slider {
    height: 320px;
  }

  .slider-viewport {
    width: calc(100% + 120px) !important;
  }

  .slider-track {
    gap: 56px;
    padding-left: calc(50vw - 85px) !important;
    padding-right: calc(50vw - 85px + 120px) !important;
  }

  .slide {
    width: 180px !important;
    transform: scale(0.86);
    opacity: 0.38;
  }

  .slide.is-near {
    transform: scale(0.96) !important;
  }

  .slide.is-active {
    transform: scale(1.08) !important;
  }

  .slide-txt {
    font-size: 22px;
    letter-spacing: 1px;
    transform: scale(0.58);
  }

  .slide.is-near .slide-txt {
    transform: scale(0.72);
  }

  .slide.is-active .slide-txt {
    transform: scale(1.12);
  }

  .brand-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer {
    padding: 44px 20px 34px;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }

  .footer-right {
    align-items: flex-start;
    gap: 18px;
    padding-top: 0;
  }
}

/* 768px 이하 */
@media (max-width: 768px) {
  .site-header {
    padding: 16px 16px 14px;
  }

  .header-inner {
    row-gap: 14px;
  }

  .logo {
    height: 38px;
  }

  .logo img {
    height: 100%;
    width: auto;
  }

  .header-tools {
    gap: 8px;
  }

  .theme-btn {
    width: 18px;
    height: 18px;
    font-size: 14px;
  }

  .family-btn {
    height: 34px;
    padding: 0 12px;
    border-radius: 5px;
    font-size: 11px;
    gap: 8px;
  }

  .family-btn::after {
    font-size: 11px;
  }

  .gnb {
    gap: 16px 18px;
    font-size: 12px;
    line-height: 1.4;
  }

  .gnb a::after {
    bottom: -4px;
  }

  .hero {
    padding: 24px 16px 44px !important;
  }

  .hero-inner {
    min-height: auto !important;
  }

  .hero-title {
    line-height: 1;
    letter-spacing: 0.02em;
  }

  .hero-title:first-of-type {
    font-size: clamp(48px, 12vw, 68px) !important;
    margin-bottom: 18px !important;
  }

  .hero-title:last-of-type {
    font-size: clamp(44px, 11vw, 62px) !important;
    margin-top: 18px !important;
  }

  .hero-slider {
    width: 100vw !important;
    height: 400px !important;
    margin-left: calc(50% - 50vw);
  }

  .slider-viewport {
    width: 100% !important;
    overflow: hidden !important;
  }

  .slider-track {
    gap: 38px !important;
    padding-left: calc(50vw - 108px) !important;
    padding-right: calc(50vw - 108px) !important;
  }

  .slide {
    width: 200px !important;
    opacity: 0.2 !important;
    transform: scale(0.82) !important;
  }

  .slide.is-near {
    opacity: 0.48 !important;
    transform: scale(0.94) !important;
  }

  .slide.is-active {
    opacity: 1 !important;
    transform: scale(1.34) !important;
  }

  .slide img {
    object-fit: contain;
  }

  .slide:has(.slide-txt),
  .slide.slide-text {
    width: 285px !important;
  }

  .slide-txt {
    font-size: 30px !important;
    letter-spacing: 1px !important;
    transform: scale(0.82) !important;
    opacity: 0.35 !important;
    padding: 0 14px !important;
    white-space: nowrap !important;
  }

  .slide.is-near .slide-txt {
    font-size: 24px !important;
    transform: scale(0.96) !important;
    opacity: 0.65 !important;
  }

  .slide.is-active .slide-txt {
    display: inline-block !important;
    font-size: 32px !important;
    transform: scale(1.24) !important;
    opacity: 1 !important;
    padding: 0 38px !important;
    max-width: 75vw;
    text-align: center;
  }

  .brand-section {
    padding: 30px 16px 70px;
  }

  .brand-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer {
    padding: 36px 16px 28px;
  }

  .footer-left {
    gap: 14px;
  }

  .footer-logo {
    height: 36px;
  }

  .footer-info {
    font-size: 10px;
    line-height: 1.8;
    word-break: keep-all;
  }

  .footer-info br {
    display: block;
  }

  .copyright {
    font-size: 10px;
    margin-top: 2px;
  }

  .top-btn {
    font-size: 10px;
    letter-spacing: 0.15em;
  }

  .sns {
    gap: 14px;
    font-size: 16px;
  }

  .brand-section-pc {
    display: none !important;
  }

  .brand-section-mobile {
    display: block !important;
  }
}

/* 480px 이하 */
@media (max-width: 480px) {
  .site-header {
    padding: 14px 12px 12px;
  }

  .logo {
    height: 34px;
  }

  .header-tools {
    gap: 6px;
  }

  .family-btn {
    height: 32px;
    padding: 0 10px;
    font-size: 10px;
  }

  .gnb {
    gap: 10px 14px;
    font-size: 11px;
  }

  .hero {
    padding: 50px 12px 150px !important;
  }

  .hero-title:first-of-type {
    font-size: 42px !important;
    margin-bottom: 14px !important;
  }

  .hero-title:last-of-type {
    font-size: 40px !important;
    margin-top: 14px !important;
  }

  .hero-slider {
    height: 340px !important;
  }

  .slider-viewport {
    width: 100% !important;
  }

  .slider-track {
    gap: 28px !important;
    padding-left: calc(50vw - 92px) !important;
    padding-right: calc(50vw - 92px) !important;
  }

  .slide {
    width: 176px !important;
    transform: scale(0.8) !important;
  }

  .slide.is-near {
    transform: scale(0.9) !important;
  }

  .slide.is-active {
    transform: scale(1.24) !important;
  }

  .slide:has(.slide-txt),
  .slide.slide-text {
    width: 245px !important;
  }

  .slide-txt {
    font-size: 24px !important;
    transform: scale(0.8) !important;
  }

  .slide.is-near .slide-txt {
    font-size: 20px !important;
  }

  .slide.is-active .slide-txt {
    font-size: 27px !important;
    transform: scale(1.16) !important;
    padding: 0 28px !important;
  }

  .brand-card-grid {
    grid-template-columns: 1fr;
  }

  .brand-display-media {
    min-height: 220px;
  }

  .brand-display-content {
    padding: 22px 16px 24px;
  }

  .brand-display-logo {
    max-width: 120px;
    max-height: 50px;
    margin-bottom: 14px;
  }

  .brand-display-text {
    font-size: 13px;
  }

  .brand-tab-btn {
    height: 52px;
    font-size: 13px;
  }

  .footer-logo {
    height: 32px;
  }

  .footer-info,
  .copyright {
    font-size: 9px;
  }
}

@media (max-width: 480px) {
  .hero-slider {
    height: 250px !important;
    /* 기존 340 → 300 */
  }
}

/* =========================
   모바일 헤더 전용
========================= */
.mobile-menu-btn,
.mobile-search-btn,
.mobile-nav {
  display: none;
}

/* 햄버거 */
.mobile-menu-btn {
  width: 28px;
  height: 28px;
  position: relative;
  z-index: 30;
}

.mobile-menu-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #111;
  border-radius: 999px;
  transition: all 0.3s ease;
}

.mobile-menu-btn span:nth-child(1) {
  top: 6px;
}

.mobile-menu-btn span:nth-child(2) {
  top: 13px;
}

.mobile-menu-btn span:nth-child(3) {
  top: 20px;
}

/* 열렸을 때 X자 */
.site-header.is-menu-open .mobile-menu-btn span:nth-child(1) {
  top: 13px;
  transform: rotate(45deg);
}

.site-header.is-menu-open .mobile-menu-btn span:nth-child(2) {
  opacity: 0;
}

.site-header.is-menu-open .mobile-menu-btn span:nth-child(3) {
  top: 13px;
  transform: rotate(-45deg);
}

/* 검색 버튼 */
.mobile-search-btn {
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  z-index: 30;
}

.mobile-search-btn svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #111;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* 모바일 펼침 메뉴 */
.mobile-nav {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  background: #fff;
  border-top: 1px solid #ececec;
  transition: max-height 0.35s ease;
}

.site-header.is-menu-open .mobile-nav {
  max-height: 320px;
}

.mobile-nav-list {
  display: flex;
  flex-direction: column;
  padding: 10px 20px 18px;
}

.mobile-nav-list a {
  display: block;
  padding: 14px 0;
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid #f1f1f1;
}

.mobile-nav-list a:last-child {
  border-bottom: 0;
}

/* =========================
   모바일 헤더 레이아웃 전환
========================= */
@media (max-width: 768px) {
  .site-header {
    height: auto;
    padding: 0;
  }

  .header-inner {
    height: 84px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .mobile-menu-btn,
  .mobile-search-btn {
    display: inline-flex;
  }

  .mobile-menu-btn {
    justify-self: start;
  }

  .mobile-search-btn {
    justify-self: end;
  }

  .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 56px;
    z-index: 25;
  }

  .mobile-menu-btn,
  .mobile-search-btn {
    position: relative;
    z-index: 30;
  }

  .logo img {
    height: 100%;
    width: auto;
  }

  /* 모바일에서는 기존 PC 메뉴/버튼 숨김 */
  .gnb,
  .header-tools {
    display: none !important;
  }

  .mobile-nav {
    display: block;
  }
}

@media (max-width: 480px) {
  .header-inner {
    height: 76px;
    padding: 0 16px;
  }

  .logo {
    height: 48px;
  }

  .mobile-nav-list {
    padding: 8px 16px 16px;
  }

  .mobile-nav-list a {
    font-size: 14px;
    padding: 13px 0;
  }
}

/* 모바일 */

.brand-mobile-grid {
  display: none;
}

@media (max-width: 768px) {
  .brand-mobile-grid {
    display: block;
    padding: 20px 12px 40px;
  }

  .brand-mobile-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  .brand-mobile-item {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    text-decoration: none;
    background: #f3f3f3;
    -webkit-tap-highlight-color: transparent;
  }

  .brand-mobile-item--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
  }

  .brand-mobile-item--info .brand-mobile-info-bg {
    width: 100%;
    height: 100%;
    background: url("https://dahyang0.mycafe24.com/wp-content/uploads/2026/04/mobg.png") no-repeat center center / cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 22px 18px;
    text-align: center;
  }

  .brand-mobile-logo {
    width: auto;
    max-width: 58%;
    max-height: 78px;
    object-fit: contain;
    margin-bottom: 18px;
  }

  .brand-mobile-text {
    font-family: "Pretendard", "Noto Sans KR", sans-serif;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 500;
    color: #fff;
    word-break: keep-all;
  }

  .brand-mobile-item:active .brand-mobile-info-bg,
  .brand-mobile-item:active img {
    transform: scale(0.97);
  }
}

@media (max-width: 480px) {
  .brand-mobile-grid {
    padding: 16px 10px 32px;
  }

  .brand-mobile-info-bg {
    padding: 18px 14px;
  }

  .brand-mobile-logo {
    max-width: 56%;
    max-height: 64px;
    margin-bottom: 14px;
  }

  .brand-mobile-text {
    font-size: 11px;
    line-height: 1.5;
    font-weight: 200;
  }
}

/* 모바일 모션 */
.brand-mobile-grid {
  display: none;
}

@media (max-width: 768px) {
  .brand-mobile-grid {
    display: block;
    padding: 20px 12px 40px;
  }

  .brand-mobile-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  .brand-mobile-item {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    text-decoration: none;
    background: #f3f3f3;
    -webkit-tap-highlight-color: transparent;

    opacity: 0;
    transform: translateY(24px) scale(0.96);
    transition:
      opacity 0.6s ease,
      transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 0.35s ease;
  }

  .brand-mobile-item.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  .brand-mobile-item--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
      transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
      filter 0.35s ease;
  }

  .brand-mobile-item--info .brand-mobile-info-bg {
    width: 100%;
    height: 100%;
    background: url("https://dahyang0.mycafe24.com/wp-content/uploads/2026/04/mobg.png") no-repeat center center / cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 22px 18px;
    text-align: center;
    transition:
      transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
      filter 0.35s ease;
  }

  .brand-mobile-logo {
    width: auto;
    max-width: 58%;
    max-height: 78px;
    object-fit: contain;
    margin-bottom: 18px;
    transition:
      transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.35s ease;
  }

  .brand-mobile-text {
    font-family: "Pretendard", "Noto Sans KR", sans-serif;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 500;
    color: #fff;
    word-break: keep-all;
    transition:
      transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.35s ease;
  }

  /* 살짝 광택/레이어 */
  .brand-mobile-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.12) 0%,
      rgba(255, 255, 255, 0) 36%,
      rgba(255, 255, 255, 0) 100%
    );
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
  }

  /* hover 가능한 환경 */
  @media (hover: hover) and (pointer: fine) {
    .brand-mobile-item:hover {
      transform: translateY(-6px) scale(1.02);
      box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
      z-index: 2;
    }

    .brand-mobile-item:hover::after {
      opacity: 1;
    }

    .brand-mobile-item--image:hover img {
      transform: scale(1.08);
    }

    .brand-mobile-item--info:hover .brand-mobile-info-bg {
      transform: scale(1.03);
    }

    .brand-mobile-item--info:hover .brand-mobile-logo {
      transform: translateY(-6px) scale(1.04);
    }

    .brand-mobile-item--info:hover .brand-mobile-text {
      transform: translateY(-4px);
    }
  }

  /* 모바일 터치 반응 */
  .brand-mobile-item:active {
    transform: scale(0.96);
  }

  .brand-mobile-item:active::after {
    opacity: 1;
  }

  .brand-mobile-item--image:active img {
    transform: scale(1.06);
  }

  .brand-mobile-item--info:active .brand-mobile-info-bg {
    transform: scale(1.02);
  }

  .brand-mobile-item--info:active .brand-mobile-logo {
    transform: translateY(-4px) scale(1.03);
  }

  .brand-mobile-item--info:active .brand-mobile-text {
    transform: translateY(-2px);
  }
}

@media (max-width: 480px) {
  .brand-mobile-grid {
    padding: 16px 10px 32px;
  }

  .brand-mobile-item--info .brand-mobile-info-bg {
    padding: 18px 14px;
  }

  .brand-mobile-logo {
    max-width: 56%;
    max-height: 64px;
    margin-bottom: 14px;
  }

  .brand-mobile-text {
    font-size: 13px;
    line-height: 1.5;
  }
}

.brand-mobile-item:nth-child(odd) {
  transform: translateX(-18px) translateY(24px) scale(0.96);
}

.brand-mobile-item:nth-child(even) {
  transform: translateX(18px) translateY(24px) scale(0.96);
}

.brand-mobile-item.is-visible {
  transform: translateX(0) translateY(0) scale(1);
}

.brand-mobile-item--info .brand-mobile-info-bg {
  background-position: center center;
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    background-position 0.45s ease;
}

.brand-mobile-item--info:active .brand-mobile-info-bg {
  background-position: center 46%;
}

/* ===== Windows 전용 - 데스크탑에서만 ===== */
@media (min-width: 769px) {
  .is-windows .hero-inner {
    max-width: 1280px !important;
  }

  .is-windows .hero-title {
    font-size: clamp(48px, 5.8vw, 70px);
    line-height: 0.92;
  }

  .is-windows .hero-title:first-of-type {
    margin-bottom: 14px !important;
  }

  .is-windows .hero-title:last-of-type {
    margin-top: 14px !important;
  }

  .is-windows .hero-slider {
    height: 420px;
  }

  .is-windows .slide {
    width: 270px !important;
  }

  .is-windows .slide.is-active {
    transform: scale(1.18) !important;
  }

  .is-windows .slide.is-near {
    transform: scale(0.9) !important;
  }

  .is-windows .slider-track {
    gap: 100px;
    padding-left: calc(50vw - 135px) !important;
    padding-right: calc(50vw - 135px + 260px) !important;
  }

  .is-windows .slide.is-active .slide-txt {
    transform: scale(1.5);
  }

  .is-windows .slide img {
    width: 92%;
    height: 92%;
    object-fit: contain;
  }
}

@media (max-width: 768px) {
  .is-windows .hero-slider {
    height: 400px !important;
  }

  .is-windows .slide {
    width: 200px !important;
  }

  .is-windows .slide.is-near {
    transform: scale(0.94) !important;
  }

  .is-windows .slide.is-active {
    transform: scale(1.34) !important;
  }

  .is-windows .slider-track {
    gap: 38px !important;
    padding-left: calc(50vw - 108px) !important;
    padding-right: calc(50vw - 108px) !important;
  }

  .is-windows .slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

/* 브랜드 NAV */
.brand-link {
  max-width: 1400px;
  width: 100%;
  height: 100%;
  margin: 30px auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  font-size: 13px;
}
.brand-link a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0.2;
}
.brand-link a:hover, 
.brand-link .active {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.brand-link a img {
  width: auto;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.brand-link a.h-50 img {
  height: 50px;
}
.brand-link span {
  display: none;
}
@media (max-width: 768px) {
  .brand-link {
    margin: 20px auto;
  }
  .brand-link a {
    position: relative;
    height: auto;
  }
  .brand-link a img,
  .brand-link a.h-50 img {
    height: 30px;
  }
}
@media (max-width: 480px) {
  .brand-link {
    padding: 0 20px;
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
    gap: 25px;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .brand-link::-webkit-scrollbar {
    display: none;
  }
  .brand-link a {
    flex: 0 0 auto;
    width: auto;
  }
  .brand-link span {
    display: none;
  }
}

/* 20160519 로고크기수정 */
/* 법인 헤더 로고 공통 고정 */
figure.header-logo-fix {
  width: 180px !important;
  max-width: 180px !important;
  height: 45px !important;
  max-height: 45px !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

figure.header-logo-fix img {
  width: auto !important;
  max-width: 180px !important;
  height: auto !important;
  max-height: 45px !important;
  object-fit: contain !important;
  display: block !important;
}

/* 헤더 안 로고 컬럼 폭 고정 */
.wp-block-column:has(figure.header-logo-fix) {
  flex-basis: 180px !important;
  max-width: 180px !important;
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
}

/* 모바일 */
@media (max-width: 768px) {
  figure.header-logo-fix {
    width: 140px !important;
    max-width: 140px !important;
    height: 36px !important;
    max-height: 36px !important;
  }

  figure.header-logo-fix img {
    max-width: 140px !important;
    max-height: 36px !important;
  }

  .wp-block-column:has(figure.header-logo-fix) {
    flex-basis: 140px !important;
    max-width: 140px !important;
  }
}

/* =========================
   특정 헤더 로고 개별 크기 보정
========================= */

/* 다솔 로고 */
figure.header-logo-fix img.wp-image-50943 {
  max-width: 120px !important;
  max-height: 45px !important;
}

/* 탭 활성화 시 밑줄만 나오게 수정 */
.wp-block-hellopanda-tabs-button-block.tabs-active-button {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 2px solid #111 !important;
  background: transparent !important;
}

/* 비활성 탭은 보더 제거 */
.wp-block-hellopanda-tabs-button-block {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 2px solid transparent !important;
  background: transparent !important;
}

/* 슬라이드 이동 + 확대 끊김 완화 */
.slide {
  transition:
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s ease !important;
  will-change: transform, opacity !important;
  backface-visibility: hidden !important;
  transform-origin: center center !important;
}

.slide img {
  transform: translateZ(0);
  backface-visibility: hidden !important;
  will-change: transform !important;
}

.slider-track {
  will-change: transform !important;
  backface-visibility: hidden !important;
  transform-style: preserve-3d !important;
}

/* 접시 두둑 커지는 현상 보정 */
.slide {
  transition:
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.45s ease !important;
}

.slide.is-near {
  transform: scale(0.82) !important;
}

.slide.is-active {
  transform: scale(1.22) !important;
}

@media (max-width: 768px) {
  .slide.is-near {
    transform: scale(0.82) !important;
  }

  .slide.is-active {
    transform: scale(1.18) !important;
  }
}
