@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

body {
  font-family: "Pretendard", sans-serif;
}

/* ===== Google Translate Bar Hide ===== */
.goog-te-banner-frame,
#goog-gt-tt,
.goog-te-balloon-frame {
  display: none !important;
}
body {
  top: 0 !important;
  position: static !important;
}
.goog-text-highlight {
  background-color: transparent !important;
  box-shadow: none !important;
}
/* Hide the Google Translate dropdown but keep functionality */
.skiptranslate {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
.skiptranslate iframe {
  display: block !important;
  visibility: visible !important;
}

/* index.php 스타일 */
#index .main {
  width: 100%;
  overflow: hidden;
  font-family: "Pretendard", sans-serif;
}

#index .section {
  display: flex;
  justify-content: center;
  position: relative;
}

#index .section-inner {
  width: 100%;
  max-width: 1380px;
}

/* Hero Section */
#index .hero {
  color: white;
  position: relative;
  height: 860px;
}

#index .hero-slider {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}

#index .hero-slide {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#index .hero-backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#index .hero-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

#index .hero-bg-image.active {
  opacity: 1;
  visibility: visible;
}

#index .hero-slide-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.57);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

#index .hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1380px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#index .hero-brand {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 54px */
  letter-spacing: -1px;
  margin-bottom: 24px;
}

#index .hero-title {
  color: #fff;
  text-align: center;
  font-size: 46px;
  font-weight: 700;
  line-height: 111%; /* 51.06px */
  letter-spacing: -1px;
}

#index .hero-buttons {
  padding-top: 40px;
  display: flex;
  gap: 60px;
}

#index .hero-buttons .btn-outline {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 24px */
  letter-spacing: -1px;
  text-transform: uppercase;
}

#index .hero-sub {
  font-size: 20px;
  font-weight: 400;
  max-width: 800px;
  margin: 0 auto 50px;
  line-height: 1.5;
  opacity: 0.9;
}

#index .hero-tabs {
  display: flex;
  gap: 0;
  justify-content: center;
  margin-top: 40px;
}

#index .hero-tab {
  padding: 12px 35px;
  border: 1px solid #fff;
  border-radius: 96px;
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
  font-family: "Pretendard", sans-serif;
}

#index .hero-tab:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}

#index .hero-tab:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#index .hero-tab.active {
  background: #fff;
  color: #000;
}

#index .hero-tab:hover {
  background: rgba(255, 255, 255, 0.2);
}

#index .hero-tab.active:hover {
  background: #fff;
}

#index .hero-pagination {
  position: relative;
  display: flex;
  gap: 10px;
  justify-content: center;
  z-index: 10;
  margin-top: 50px;
}

#index .hero-dot {
  border: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#index .hero-dot .slider-icon {
  width: auto;
  height: auto;
  display: block;
  transition: all 0.3s;
}

#index .hero-dot.active .slider-icon {
  opacity: 1;
}

#index .hero-dot:not(.active) .slider-icon {
  opacity: 0.6;
}

#index .hero-product-info {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0 20px;
  margin-top: -120px;
  z-index: 10;
  max-width: 1380px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#index .hero-product-content {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 30px;
  border-radius: 10px;
  color: #000;
  text-align: left;
}

#index .hero-product-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

#index .hero-product-desc {
  font-size: 14px;
  color: #666;
}

#index .hero-scroll-down {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  cursor: pointer;
  animation: scrollBounce 2s infinite;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#index .hero-scroll-down .scroll-icon {
  display: block;
  width: auto;
  height: 42px;
  opacity: 0.8;
  transition: opacity 0.3s;
}

#index .hero-scroll-down:hover .scroll-icon {
  opacity: 1;
}

@keyframes scrollBounce {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(10px);
  }
}

#index .btn-outline {
  padding: 12px 35px;
  border: 1px solid #fff;
  border-radius: 96px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s;
  text-transform: uppercase;
}

#index .btn-outline:hover {
  background: #fff;
  color: #000;
}

#index .btn-outline.blue {
  border-color: #0068b7;
  color: #0068b7;
}

#index .btn-outline.blue:hover {
  background: #0068b7;
  color: #fff;
}

#index .btn-outline img {
  width: 30px;
  height: 30px;
}

/* Technology Section */
#index .tech-section {
  padding: 120px 0;
  background: #fff;
}

#index .tech-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}

#index .tech-title {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: -1px;
}

#index .tech-desc-box {
  max-width: 678px;
}

#index .tech-desc {
  font-size: 20px;
  font-weight: 300;
  color: #000;
  margin-bottom: 30px;
  line-height: 1.5;
  letter-spacing: -1px;
}

#index .tech-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

#index .tech-card {
  background: #f3f5f7;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  transition: transform 0.3s;
  gap: 40px;
}

#index .tech-card:hover {
  transform: translateY(-5px);
}

#index .tech-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #0068b7;
  margin-bottom: 15px;
  letter-spacing: -1px;
}

#index .tech-card-desc {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  letter-spacing: -1px;
}

#index .tech-card-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

/* Eco-Friendly Section */
#index .eco-section {
  padding: 120px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  background: url("../images/main/index_3_bg.png") no-repeat center/cover;
}

#index .eco-bg {
  position: relative;
  width: 100%;
  height: 100%;

  background-color: #2a4a3a;
}

#index .eco-bg::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

#index .eco-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  max-width: 800px;
  padding: 0 20px;
  width: 100%;
  max-width: 680px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}

#index .eco-title {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: -1px;
  text-align: left;
}

#index .eco-desc-box {
  display: flex;
  max-width: 680px;
  gap: 50px;
}

#index .eco-desc-title {
  color: #fff;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 28.6px */
  letter-spacing: -1px;
  flex-shrink: 0;
}

#index .eco-desc {
  color: #fff;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
  letter-spacing: -1px;
  text-align: left;
}

/* Product Category Section */
#index .product-section {
  padding: 120px 0;
  background: #fff;
}

#index .product-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
  gap: 40px;
}

#index .product-header-left {
  flex: 1;
}

#index .product-title {
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  letter-spacing: -1px;
  text-transform: uppercase;
}

#index .product-subtitle {
  color: #000;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  letter-spacing: -1px;
  text-transform: uppercase;
  max-width: 390px;
  margin-top: 10px;
}

#index .product-header-right {
  flex: 1;
  max-width: 500px;
}

#index .product-desc {
  font-size: 20px;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.5;
  letter-spacing: -1px;
}

#index .product-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  padding-bottom: 10px;
}

#index .product-scroll::-webkit-scrollbar {
  height: 6px;
}

#index .product-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

#index .product-scroll::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

#index .product-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#index .product-grid {
  display: flex;
  gap: 24px;
  min-width: max-content;
}

#index .product-card {
  flex: 0 0 320px;
  height: 442px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.6s;
}

#index .product-card:hover {
  transform: scale(1.02);
}

#index .product-card-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  transition: background 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

#index .product-card:hover .product-card-overlay {
  background: rgba(0, 0, 0, 0.3);
}

#index .product-card-content {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#index .product-card-name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: -1px;
}

#index .product-card .btn-outline {
  padding: 6px 20px;
  font-size: 14px;
  border-width: 1px;
}

/* Exhibition & News Section */
#index .exhibition-news-section {
  padding: 120px 0;
  background: #f3f5f7;
}

#index .exhibition-news-container {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

#index .exhibition-column,
#index .news-column {
  flex: 1;
}

#index .exhibition-header,
#index .news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

#index .exhibition-title,
#index .news-title {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -1px;
}

#index .exhibition-more,
#index .news-more {
  font-size: 18px;
  font-weight: 500;
  color: #0068b7;
  text-decoration: none;
  transition: color 0.3s;
}

#index .exhibition-more:hover,
#index .news-more:hover {
  color: #005a9e;
}

#index .exhibition-grid {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

#index .exhibition-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #000;
  transition: transform 0.3s;
  background: #fff;
  border-radius: 10px;
}

#index .exhibition-card:hover {
  transform: translateY(-5px);
}

#index .exhibition-img-box {
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}

#index .exhibition-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

#index .exhibition-card:hover .exhibition-img-box img {
  transform: scale(1.05);
}

#index .exhibition-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 20px;
}

#index .exhibition-card-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1px;
}

#index .exhibition-card-date {
  font-size: 14px;
  color: #666;
}

#index .news-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
}

#index .news-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-decoration: none;
  color: #000;
  padding-bottom: 25px;
  border-bottom: 1px solid #f0f0f0;
  transition: color 0.3s;
}

#index .news-item:last-child {
  border-bottom: none;
}

#index .news-item:hover {
  color: #0068b7;
}

#index .news-item-title {
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 26px */
  letter-spacing: -1px;
}

#index .news-item-date {
  color: #969696;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: -1px;
  text-align: right;
}

/* Location Section */
#index .location-section {
  padding: 120px 0;
  background: #fff;
}

#index .location-main-title {
  color: #000;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
  letter-spacing: -1px;
  text-transform: uppercase;
}

#index .location-main-title span {
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  letter-spacing: -1px;
  text-transform: uppercase;
  padding-left: 20px;
}

#index .location-tabs {
  display: flex;
  gap: 0;
  margin-bottom: 60px;
  margin-top: 20px;
  gap: 24px;
}

#index .location-tab {
  padding: 12px 30px;
  border-radius: 8px;
  background: #f3f5f7;
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: -1px;
  text-transform: uppercase;
  width: 100%;
  border: none;
}

#index .location-tab.active {
  border-radius: 8px;
  background: #0068b7;
  color: #fff;
}

#index .location-tab:hover:not(.active) {
  background: #f5f5f5;
}

#index .location-content {
  display: none;
}

#index .location-content.active {
  display: block;
}

#index .location-container {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

#index .location-img {
  width: 584px;
  height: 320px;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}

#index .location-info {
  flex: 1;
  padding-top: 20px;
}

#index .location-info-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: -1px;
}

#index .info-row {
  display: flex;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 1.4;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
}

#index .info-label {
  width: 150px;
  font-weight: 700;
  color: #000;
  letter-spacing: -1px;
  flex-shrink: 0;
}

#index .info-value {
  color: #4e4e4e;
  letter-spacing: -1px;
}

/* Contact Section */
#index .contact-section {
  min-height: 737px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 120px 0;
  background: url("../images/main/index_7_bg.png") no-repeat center/cover;
  background-color: #1a1a1a;
}

#index .contact-section::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.49);
  margin: 0;
  top: 0;
  left: 0;
  z-index: 0;
}

#index .contact-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1380px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  padding: 0 20px;
}

#index .contact-text-large {
  flex: 1;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: -1px;
}

#index .contact-right {
  flex: 1;
  max-width: 535px;
}

#index .contact-text-small {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: 0.9;
  letter-spacing: -1px;
}

/* header.php 스타일 */
#header .header {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1000;
}

#header .header-inner {
  width: 100%;
  max-width: 1380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  position: relative;
}

/* 데스크톱에서 모바일 헤더 바 숨김 */
#header .mobile-header-bar {
  display: none;
}

/* 데스크톱에서 모바일 메뉴 오버레이 숨김 */
.mobile-menu-overlay {
  display: none;
}

#header .header-top,
#header .header-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header .header-top {
  padding-top: 12px;
  padding-bottom: 12px;
}

#header .logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

#header .logo-icon {
  height: 38px;
}

#header .logo-text {
  height: 20px;
}

#header .top-menu {
  display: flex;
  gap: 30px;
  font-family: "Pretendard", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #797979;
  letter-spacing: -1px;
}

#header .top-menu a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}

#header .top-menu a:hover {
  color: #000;
}

#header .main-menu {
  display: flex;
  gap: 50px;
  font-family: "Pretendard", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #000;
  letter-spacing: -1px;
  height: 100%;
  align-items: center;
}

#header .menu-item {
  height: 100%;
  display: flex;
  align-items: center;
}

#header .menu-link {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
  cursor: pointer;
  padding: 10px 0;
}

#header .menu-item:hover .menu-link {
  opacity: 0.7;
}

/* Dropdown Styles */
#header .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 40px 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  z-index: 999;
}

#header .menu-item:hover .dropdown,
#header .menu-item.open .dropdown {
  display: flex;
  justify-content: center;
}

#header .dropdown-inner {
  width: 100%;
  max-width: 1380px;
  display: flex;
  gap: 80px;
}

#header .dropdown-title {
  font-size: 24px;
  font-weight: 700;
  min-width: 250px;
  color: #000;
  margin-bottom: 20px;
}

#header .dropdown-content {
  flex: 1;
  display: flex;
}

/* Grid Layout (About Us) */
#header .grid-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 60px;
  width: 100%;
}

/* Simple Layout (Customer Center) */
#header .simple-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 60px;
  width: 100%;
}

/* Columns Layout (Products) */
#header .columns-layout {
  display: flex;
  gap: 40px;
  width: 100%;
}

#header .col-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#header .col-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

#header .col-title img {
  width: 6px;
  height: 13px;
}

#header .col-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#header .col-item {
  font-size: 16px;
  color: #5d5d5d;
  text-decoration: none;
  transition: color 0.2s;
  line-height: 1.4;
}

#header .col-item:hover {
  color: #0068b7;
}

#header .nav-item-box {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}

#header .nav-item-box:hover {
  color: #0068b7;
}

#header .nav-item-box img {
  width: 6px;
  height: 13px;
}

#header .header-icons {
  display: flex;
  align-items: center;
  gap: 20px;
}

#header .icon-item {
  width: 20px;
  height: 20px;
  cursor: pointer;
  object-fit: contain;
}

#header .lang-switch {
  display: flex;
  align-items: center;
  gap: 15px;
}

#header .lang-link {
  display: flex;
  align-items: center;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

#header .lang-link:hover {
  opacity: 1;
}

#header .lang-link.active {
  opacity: 1;
}

#header .flag-item {
  height: 24px;
  width: 38px;
  cursor: pointer;
  object-fit: contain;
}

/* 검색 모달 스타일 */
.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.search-modal.active {
  display: block;
  opacity: 1;
}

.search-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}

.search-modal-content {
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.search-modal-inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 60px 270px;
  position: relative;
}

.search-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: #797979;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}

.search-modal-close:hover {
  color: #000;
}

.search-modal-close svg {
  width: 24px;
  height: 24px;
}

.search-modal-form {
  width: 100%;
}

.search-modal-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  border: 2px solid #e5e5e5;
  border-radius: 26px;
  padding: 12px 40px;
  transition: border-color 0.2s;
}

.search-modal-input-wrapper:focus-within {
  border-color: #0068b7;
}

.search-modal-icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  flex-shrink: 0;
}

.search-modal-input {
  flex: 1;
  border: none;
  outline: none;
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  background: transparent;
  letter-spacing: -1px;
}

.search-modal-input::placeholder {
  color: #797979;
}

/* footer.php 스타일 */
#footer .footer {
  width: 100%;
  background: #f3f5f7;
  padding: 60px 0 40px;
  display: flex;
  justify-content: center;
  font-family: "Pretendard", sans-serif;
  position: relative;
}

#footer .footer-inner {
  width: 100%;
  max-width: 1380px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

#footer .footer-top {
  display: flex;
  gap: 80px;
}

#footer .footer-nav-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 150px;
}

#footer .footer-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#footer .footer-nav-title {
  font-weight: 800;
  font-size: 14px;
  color: #1e1e1e;
  margin-bottom: 8px;
  letter-spacing: -0.3px;
}

#footer .footer-nav-toggle {
  display: none; /* PC에서는 토글 버튼 숨김 */
}

#footer .footer-nav-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#footer .footer-nav-item {
  font-weight: 500;
  font-size: 14px;
  color: #888;
  text-decoration: none;
  transition: color 0.3s;
  line-height: 1.6;
}

#footer .footer-nav-item:hover {
  color: #1e1e1e;
}

#footer .footer-bottom {
  border-top: 1px solid #e5e5e5;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#footer .footer-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

#footer .footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

#footer .footer-logo img {
  height: 24px;
}

#footer .copyright {
  font-size: 14px;
  color: #adadad;
  letter-spacing: -1px;
}

#footer .footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 25px;
}

#footer .footer-links {
  display: flex;
  gap: 30px;
  font-size: 14px;
  color: #adadad;
  letter-spacing: -1px;
}

#footer .footer-links a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}

#footer .footer-links a:hover {
  color: #888;
}

#footer .footer-sns {
  display: flex;
  gap: 15px;
}

#footer .sns-icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
  object-fit: contain;
}

/* login.php 스타일 */
#login .login-main {
  background: linear-gradient(
    to bottom,
    #fff 0%,
    #fff 50%,
    rgba(0, 104, 183, 0.08) 50%
  );
  min-height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
}

#login .login-container {
  width: 100%;
  max-width: 678px;
}

#login .login-box {
  border-radius: 15px;
  border: 1px solid #e7e7e7;
  background: #f9fafc;
  box-shadow: 11px 12px 13.5px 0 rgba(0, 0, 0, 0.06);
  padding: 80px 117px;
  text-align: center;
}

#login .login-header {
  margin-bottom: 50px;
}

#login .login-title {
  color: #000;
  font-family: Pretendard;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 45.5px */
  letter-spacing: -1px;
  margin-bottom: 10px;
  margin-top: 10px;
}

#login .login-subtitle {
  color: #a0a0a0;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  letter-spacing: -1px;
}

#login .form-group {
  margin-bottom: 20px;
  text-align: left;
}

#login .form-label {
  display: block;
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: -1px;
  margin-bottom: 8px;
}

#login .form-input {
  width: 100%;
  padding: 12px 20px;
  font-size: 18px;
  border: 1px solid #cacaca;
  border-radius: 6px;
  outline: none;
  font-family: "Pretendard", sans-serif;
  color: #333;
}

#login .form-input::placeholder {
  color: #a0a0a0;
}

#login .form-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  font-size: 16px;
}

#login .remember-me {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #535353;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: -1px;
}

#login .checkbox-custom {
  width: 16px;
  height: 16px;
  accent-color: #0068b7;
}

#login .forgot-password {
  color: #0068b7;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: -1px;
  text-decoration: none;
}

#login .btn-signin {
  width: 100%;
  padding: 12px;
  background: #0068b7;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 15px;
  font-family: "Pretendard", sans-serif;
}

#login .btn-google {
  width: 100%;
  padding: 12px;
  background: #fff;
  color: #333;
  border: 1px solid #cacaca;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "Pretendard", sans-serif;
}

#login .btn-google img {
  width: 24px;
  height: 24px;
}

#login .login-footer {
  margin-top: 30px;
  font-size: 16px;
  color: #535353;
  font-weight: 400;
}

#login .link-signup {
  color: #0068b7;
  text-decoration: none;
  font-weight: 400;
  margin-left: 5px;
}

/* product_list.php 스타일 */
#product_list .main {
  width: 100%;
  overflow-x: hidden;
}

#product_list .sub-visual {
  background: url("../images/product/sub_visual_products2.png") no-repeat
    center/cover;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 1380px;
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 50px;
}
#product_list .sub-visual-title {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 39px */
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#product_list .sub-visual-desc {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  letter-spacing: -1px;
}

#product_list .product-nav {
  background: #fff;
}

#product_list .product-nav__container {
  max-width: 1380px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

#product_list .product-nav__item {
  flex: 1;
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
  color: #808080;
  text-decoration: none;
  font-weight: 400;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
  max-width: 345px;
}

#product_list .product-nav__item:hover,
#product_list .product-nav__item.active {
  color: #0068b7;
  border-bottom-color: #0068b7;
  font-weight: 700;
}

#product_list .product-list-container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 80px 20px 120px;
}

#product_list .product-intro {
  text-align: center;
  margin-bottom: 60px;
}

#product_list .product-intro__sub {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}

#product_list .product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 80px;
}

#product_list .product-item {
  display: block;
  text-decoration: none;
  color: inherit;
}

#product_list .product-item__image {
  background: #f5f5f5;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#product_list .product-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

#product_list .product-item__info {
  text-align: left;
}

#product_list .product-item__name {
  color: #000;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 28.6px */
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

#product_list .product-item__color {
  color: #000;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  letter-spacing: -1px;
  text-transform: uppercase;
}

#product_list .pagination {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 5px;
}
#product_list .page-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
}
#product_list .page-btn.active {
  background: #000;
  border-radius: 30px;
  background: #f5f5f5;
  color: #000;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
}

#product_list .inquiry-banner {
  position: relative;
  padding: 180px 0;
  margin-top: 60px;
}

#product_list .inquiry-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
  border-radius: 12px;
}

#product_list .inquiry-banner__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 12px;
}

#product_list .inquiry-banner__content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

#product_list .inquiry-banner__content p {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

#product_list .inquiry-banner__content h2 {
  color: #fff;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1px;
  text-transform: capitalize;
}

/* exhibition.php 스타일 */
#exhibition .sub-visual {
  height: 320px;
  background: url("../images/aboutus/sub_visual_exhibition.png") no-repeat
    center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 50px;
  width: 1380px;
  border-radius: 20px;
}
#exhibition .sub-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.51);
  border-radius: 20px;
}
#exhibition .sub-visual-inner {
  width: 100%;
  max-width: 1380px;
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#exhibition .sub-title {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 39px */
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: -1px;
}
#exhibition .sub-desc {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  letter-spacing: -1px;
}

/* Sub Nav */
#exhibition .sub-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  background: #fff;
}
#exhibition .sub-nav-inner {
  width: 100%;
  max-width: 1380px;
  display: flex;
}
#exhibition .sub-nav-item {
  flex: 1;
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 500;
  color: #808080;
  text-decoration: none;
  border-bottom: 1px solid #7f7f7f;
  transition: all 0.3s;
}
#exhibition .sub-nav-item.active {
  color: #0068b7;
  font-weight: 700;
  border-bottom: 2px solid #0068b7;
}
#exhibition .sub-nav-item:hover {
  color: #0068b7;
}

/* Exhibition Content */
#exhibition .exhibition-content {
  padding-bottom: 120px;
  display: flex;
  justify-content: center;
}
#exhibition .exhibition-inner {
  width: 100%;
  max-width: 1380px;
  display: flex;
  flex-direction: column;
}

#exhibition .section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #000;
  text-transform: uppercase;
}

/* Upcoming */
#exhibition .upcoming-box {
  height: 389px;
  border-radius: 10px;
  background: url("./images/aboutus/exhibition_upcoming_bg.png") no-repeat
    center/cover;
  position: relative;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
#exhibition .upcoming-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3); /* Slight overlay if needed */
  border-radius: 10px;
}
#exhibition .upcoming-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 50px;
  color: #fff;
}
#exhibition .fespa-logo {
  height: 180px;
  object-fit: contain;
}
#exhibition .upcoming-info {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

/* History Grid */
#exhibition .history-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 24px;
  margin-bottom: 60px;
}
#exhibition .history-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#exhibition .history-img-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 327/260;
}
#exhibition .history-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
#exhibition .history-card:hover .history-img-box img {
  transform: scale(1.05);
}

#exhibition .history-text {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#exhibition .history-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#exhibition .history-card-desc {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#exhibition .history-card-date {
  font-size: 14px;
  color: #888;
  margin-top: 5px;
}

/* Pagination */
#exhibition .pagination {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 5px;
}
#exhibition .page-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
}
#exhibition .page-btn.active {
  background: #000;
  border-radius: 30px;
  background: #f5f5f5;
  color: #000;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
}

/* Contact Section (Reused styles) */
#exhibition .contact-section {
  height: 630px;
  background: url("./images/main/contact_bg.png") no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
}
#exhibition .contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.49);
}
#exhibition .contact-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1380px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#exhibition .contact-text-large {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: -1px;
}
#exhibition .contact-right {
  max-width: 535px;
}
#exhibition .contact-text-small {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 40px;
  opacity: 0.9;
  letter-spacing: -1px;
}

#exhibition .btn-outline {
  padding: 12px 35px;
  border: 1px solid #fff;
  border-radius: 96px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s;
  text-transform: uppercase;
}
#exhibition .btn-outline:hover {
  background: #fff;
  color: #000;
}
#exhibition .btn-outline img {
  width: 30px;
  height: 30px;
}

/* greeting.php 스타일 */
#greeting .sub-visual {
  height: 320px;
  background: url("../images/aboutus/greeting_bg.png") no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 50px; /* Adjust spacing if needed */
  width: 1380px;
  border-radius: 20px;
}
#greeting .sub-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 20px;
}
#greeting .sub-visual-inner {
  width: 100%;
  max-width: 1380px;
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#greeting .sub-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: -1px;
}
#greeting .sub-desc {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  letter-spacing: -1px;
}

/* Sub Nav */
#greeting .sub-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  background: #fff;
}
#greeting .sub-nav-inner {
  width: 100%;
  max-width: 1380px;
  display: flex;
}
#greeting .sub-nav-item {
  flex: 1;
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 500;
  color: #808080;
  text-decoration: none;
  border-bottom: 1px solid #7f7f7f;
  transition: all 0.3s;
}
#greeting .sub-nav-item.active {
  color: #0068b7;
  font-weight: 700;
  border-bottom: 2px solid #0068b7;
}
#greeting .sub-nav-item:hover {
  color: #0068b7;
}

/* Content */
#greeting .content-section {
  padding-bottom: 120px;
  display: flex;
  justify-content: center;
}
#greeting .content-inner {
  width: 100%;
  max-width: 1380px;
  display: flex;
  gap: 80px;
  align-items: flex-start;
}
#greeting .greeting-img {
  width: 561px;
  object-fit: cover;
}
#greeting .greeting-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#greeting .greeting-head {
  margin-bottom: 10px;
}
#greeting .greeting-main-title {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  margin-bottom: 15px;
  letter-spacing: -1px;
  margin-top: 5px;
}
#greeting .greeting-sub-title {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  letter-spacing: -1px;
}

#greeting .text-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#greeting .text-block-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  letter-spacing: -1px;
}
#greeting .text-block-desc {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  letter-spacing: -0.5px;
}

/* Contact Section (Reused styles) */
#greeting .contact-section {
  height: 630px;
  background: url("../images/main/index_7_bg.png") no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
}
#greeting .contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.49);
}
#greeting .contact-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1380px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#greeting .contact-text-large {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: -1px;
}
#greeting .contact-right {
  max-width: 535px;
}
#greeting .contact-text-small {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 40px;
  opacity: 0.9;
  letter-spacing: -1px;
}

#greeting .btn-outline {
  padding: 12px 35px;
  border: 1px solid #fff;
  border-radius: 96px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s;
  text-transform: uppercase;
}
#greeting .btn-outline:hover {
  background: #fff;
  color: #000;
}
#greeting .btn-outline img {
  width: 30px;
  height: 30px;
}

/* products.php contact-section 스타일 */
#products .contact-section {
  height: 630px;
  background: url("../images/main/index_7_bg.png") no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
}
#products .contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.49);
}
#products .contact-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1380px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#products .contact-text-large {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: -1px;
}
#products .contact-right {
  max-width: 535px;
}
#products .contact-text-small {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 40px;
  opacity: 0.9;
  letter-spacing: -1px;
}
#products .btn-outline {
  padding: 12px 35px;
  border: 1px solid #fff;
  border-radius: 96px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s;
  text-transform: uppercase;
}
#products .btn-outline:hover {
  background: #fff;
  color: #000;
}
#products .btn-outline img {
  width: 30px;
  height: 30px;
}

/* technology.php contact-section 스타일 */
#technology .contact-section {
  height: 630px;
  background: url("../images/main/index_7_bg.png") no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
}
#technology .contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.49);
}
#technology .contact-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1380px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#technology .contact-text-large {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: -1px;
}
#technology .contact-right {
  max-width: 535px;
}
#technology .contact-text-small {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 40px;
  opacity: 0.9;
  letter-spacing: -1px;
}
#technology .btn-outline {
  padding: 12px 35px;
  border: 1px solid #fff;
  border-radius: 96px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s;
  text-transform: uppercase;
}
#technology .btn-outline:hover {
  background: #fff;
  color: #000;
}
#technology .btn-outline img {
  width: 30px;
  height: 30px;
}

/* history.php 스타일 */
#history .sub-visual {
  height: 320px;
  background: url("../images/aboutus/sub_visual_history.png") no-repeat
    center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 50px;
  width: 1380px;
  border-radius: 20px;
}
#history .sub-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 20px;
}
#history .sub-visual-inner {
  width: 100%;
  max-width: 1380px;
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#history .sub-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: -1px;
}
#history .sub-desc {
  font-size: 18px;
  font-weight: 400;
  opacity: 0.9;
  line-height: 1.5;
  max-width: 600px;
}

/* Sub Nav */
#history .sub-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  background: #fff;
}
#history .sub-nav-inner {
  width: 100%;
  max-width: 1380px;
  display: flex;
}
#history .sub-nav-item {
  flex: 1;
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 500;
  color: #808080;
  text-decoration: none;
  border-bottom: 1px solid #7f7f7f;
  transition: all 0.3s;
}
#history .sub-nav-item.active {
  color: #0068b7;
  font-weight: 700;
  border-bottom: 2px solid #0068b7;
}
#history .sub-nav-item:hover {
  color: #0068b7;
}

/* History Content */
#history .history-content {
  padding-bottom: 120px;
  display: flex;
  justify-content: center;
}
#history .history-inner {
  width: 100%;
  max-width: 1380px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#history .history-header {
  margin-bottom: 60px;
  width: 100%;
}
#history .history-since {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}
#history .history-head-title {
  color: #000;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
  letter-spacing: -1px;
  text-transform: uppercase;
}
#history .history-head-subtitle {
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  letter-spacing: -1px;
  margin-top: 15px;
}
#history .history-list {
  position: relative;
  width: 100%;
  max-width: 1000px;
}
#history .timeline-line {
  position: absolute;
  left: 125px; /* Adjust based on design */
  top: 15px;
  bottom: 0;
  width: 1px;
  background: #e5e5e5;
  z-index: 0;
}
#history .history-item {
  display: flex;
  position: relative;
  margin-bottom: 40px;
  min-height: 60px;
}
#history .history-year {
  width: 100px;
  color: #000;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
  letter-spacing: -1px;
  text-transform: uppercase;
  padding-right: 40px;
  flex-shrink: 0;
  line-height: 1;
}
#history .history-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #0068b7;
  position: absolute;
  left: 118px; /* 125px - 8px + 1px adjust */
  top: 6px;
  z-index: 1;
}
#history .history-dot.small {
  width: 10px;
  height: 10px;
  border: 2px solid #0068b7;
  left: 121px;
  top: 9px;
}
#history .history-info {
  padding-left: 60px; /* From line to content */
  flex: 1;
  display: flex;
  gap: 30px;
}
#history .history-month {
  width: 80px;
  color: #b1b1b1;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
  letter-spacing: -1px;
  flex-shrink: 0;
}
#history .history-desc {
  font-size: 18px;
  color: #444;
  line-height: 1.6;
}

/* history.php contact-section 스타일 */
#history .contact-section {
  height: 630px;
  background: url("../images/main/index_7_bg.png") no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
}
#history .contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.49);
}
#history .contact-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1380px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#history .contact-text-large {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: -1px;
}
#history .contact-right {
  max-width: 535px;
}
#history .contact-text-small {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 40px;
  opacity: 0.9;
  letter-spacing: -1px;
}
#history .btn-outline {
  padding: 12px 35px;
  border: 1px solid #fff;
  border-radius: 96px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s;
  text-transform: uppercase;
}
#history .btn-outline:hover {
  background: #fff;
  color: #000;
}
#history .btn-outline img {
  width: 30px;
  height: 30px;
}

/* organization.php 스타일 */
#organization .sub-visual {
  height: 320px;
  background: url("../images/aboutus/sub_visual_organization.png") no-repeat
    center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 50px;
  width: 1380px;
  border-radius: 20px;
}
#organization .sub-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 20px;
}
#organization .sub-visual-inner {
  width: 100%;
  max-width: 1380px;
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#organization .sub-title {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 39px */
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: -1px;
}
#organization .sub-desc {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  letter-spacing: -1px;
}

/* Sub Nav */
#organization .sub-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  background: #fff;
}
#organization .sub-nav-inner {
  width: 100%;
  max-width: 1380px;
  display: flex;
}
#organization .sub-nav-item {
  flex: 1;
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 500;
  color: #808080;
  text-decoration: none;
  border-bottom: 1px solid #7f7f7f;
  transition: all 0.3s;
}
#organization .sub-nav-item.active {
  color: #0068b7;
  font-weight: 700;
  border-bottom: 2px solid #0068b7;
}
#organization .sub-nav-item:hover {
  color: #0068b7;
}

/* Organization Content */
#organization .org-content {
  padding-bottom: 120px;
  display: flex;
  justify-content: center;
}
#organization .org-inner {
  width: 100%;
  max-width: 1380px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Stats */
#organization .stats-box {
  display: flex;
  border-radius: 10px;
  padding: 30px 60px;
  gap: 80px;
  margin-bottom: 100px;
  background: #fff;
}
#organization .stat-item {
  text-align: center;
  position: relative;
}
#organization .stat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -40px;
  top: 10%;
  height: 80%;
  width: 1px;
  background: #e5e5e5;
}
#organization .stat-label {
  color: #a1a1a1;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#organization .stat-value {
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 70.2px */
  letter-spacing: -1px;
  text-transform: uppercase;
}

/* Intro Text */
#organization .org-intro {
  text-align: center;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
#organization .org-intro-title {
  color: #000;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
  letter-spacing: -1px;
  text-transform: uppercase;
}
#organization .org-intro-desc {
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  letter-spacing: -1px;
  max-width: 790px;
}

/* Tree Chart */
#organization .org-chart {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#organization .ceo-box {
  width: 180px;
  height: 50px;
  border-radius: 50px;
  background: #0068b7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 39px */
  letter-spacing: -1px;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  margin-bottom: 60px; /* Space for lines */
  outline: 12px solid #d7eeff;
}
#organization .ceo-box::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1px;
  height: 60px;
  background: #ccc;
}

#organization .level-2-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  padding-top: 40px;
}
.level-2-wrapper::before {
  /* Horizontal line */
  content: "";
  position: absolute;
  top: 0;
  left: 12.5%; /* Middle of first item */
  right: 12.5%; /* Middle of last item */
  height: 1px;
  background: #ccc;
}
.level-2-wrapper::after {
  /* Connector to CEO */
  content: "";
  position: absolute;
  top: -60px; /* Connect to CEO line */
  left: 50%;
  width: 1px;
  height: 60px;
  background: #ccc;
}

#organization .org-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.org-column::before {
  /* Vertical line from horizontal bar */
  content: "";
  position: absolute;
  top: -40px; /* Up to horizontal bar */
  left: 50%;
  width: 1px;
  height: 40px;
  background: #ccc;
}

#organization .dept-box {
  width: 90%;
  max-width: 300px;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #bedbf2;
  background: #fff;
  box-shadow: 0 0 20.5px 0 rgba(0, 104, 183, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #0068b7;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 33.8px */
  letter-spacing: -1px;
  text-transform: capitalize;
  position: relative;
}
/* #organization .dept-box::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1px;
  height: 20px;
  background: #ccc;
} */
/* Remove line for last if needed, but teams need it */

#organization .team-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  align-items: center;
  margin-top: 20px;
}
#organization .team-box {
  width: 90%;
  max-width: 300px;
  padding: 12px;
  border-radius: 10px;
  background: #eee;
  text-align: center;
  color: #000;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  letter-spacing: -1px;
  text-transform: capitalize;
  position: relative;
}
/* .team-box::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 1px;
  height: 10px;
  background: #ccc;
} */

/* Mobile Organization Chart - 데스크톱에서 숨김 */
#organization .org-chart-mobile {
  display: none;
}

/* organization.php contact-section 스타일 */
#organization .contact-section {
  height: 630px;
  background: url("../images/main/index_7_bg.png") no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
}
#organization .contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.49);
}
#organization .contact-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1380px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#organization .contact-text-large {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: -1px;
}
#organization .contact-right {
  max-width: 535px;
}
#organization .contact-text-small {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 40px;
  opacity: 0.9;
  letter-spacing: -1px;
}
#organization .btn-outline {
  padding: 12px 35px;
  border: 1px solid #fff;
  border-radius: 96px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s;
  text-transform: uppercase;
}
#organization .btn-outline:hover {
  background: #fff;
  color: #000;
}
#organization .btn-outline img {
  width: 30px;
  height: 30px;
}

/* technology.php 스타일 */
/* Font setup (assuming Pretendard is loaded globally or in head) */

#technology .main {
  width: 100%;
  overflow-x: hidden;
}

/* Sub Visual */
#technology .sub-visual {
  height: 320px;
  background: url("../images/technology/sub_visual_technology.png") no-repeat
    center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 50px;
  width: 1380px;
  border-radius: 20px;
}
#technology .sub-visual__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
  border-radius: 20px;
}
#technology .sub-visual__content {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
  max-width: 520px;
}
#technology .sub-visual__title {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 39px */
  letter-spacing: -1px;
  text-transform: uppercase;
}
#technology .sub-visual__desc {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  letter-spacing: -1px;
  margin-top: 15px;
}

/* Container */
#technology .tech-container {
  margin: 0 auto;
  padding: 0 20px;
}

/* Intro */
#technology .tech-intro {
  text-align: center;
  padding: 100px 0 80px;
}
#technology .tech-intro__sub {
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  letter-spacing: -1px;
  margin-bottom: 15px;
}
#technology .tech-intro__title {
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
  letter-spacing: -1px;
  text-transform: uppercase;
}

/* Common Section Styles */
#technology .tech-section {
}
#technology .tech-section__head {
  margin-bottom: 30px;
}
#technology .tech-section__title {
  color: #000;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
  letter-spacing: -1px;
  text-transform: uppercase;
}
#technology .tech-section__subtitle {
  display: block;
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: -1px;
}

/* R&D */
#technology .tech-rd {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 1380px;
  margin: 0 auto;
}
#technology .tech-rd__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}
#technology .tech-rd__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#technology .tech-rd__text {
  max-width: 740px;
  font-size: 20px;
  line-height: 1.6;
  color: #333;
}
#technology .tech-rd__text p {
  margin-bottom: 20px;
}

#technology .tech-quality {
  max-width: 1380px;
  margin: 0 auto;
}

/* Quality */
#technology .tech-quality__head {
  margin-bottom: 60px;
}
#technology .tech-quality__subtitle {
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: -1px;
  text-align: center;
}
#technology .tech-quality__title {
  color: #000;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
  letter-spacing: -1px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 15px;
}

#technology .tech-quality__desc p {
  color: #000;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -1px;
  text-transform: capitalize;
  max-width: 830px;
  margin: 0 auto;
  margin-top: 45px;
}
#technology .tech-quality__cards {
  display: flex;
  gap: 20px;
  margin-top: 60px;
}

#technology .tech-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#technology .tech-card__info {
  flex: 1;
  background: #f8f8f8;
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #f5f8fa;
}
#technology .tech-card__title {
  color: #000;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -1px;
  text-transform: capitalize;
}
#technology .tech-card__name {
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 39px */
  letter-spacing: -1px;
  text-transform: uppercase;
}
#technology .tech-card__desc {
  color: #000;
  text-align: center;

  /* 본문 폰트 */
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -1px;
  max-width: 300px;
}
#technology .tech-card__logo {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff; /* Optional: if logos need bg */
  border-radius: 10px;
  border: 1px solid #d1dfee;
  box-shadow: 0 4px 16.3px 0 rgba(0, 0, 0, 0.07);
}

#technology .tech-card__logo img {
  height: 210px;
}

#technology .tech-sustain {
  max-width: 1380px;
  margin: 0 auto;
}

/* Sustainability */
#technology .tech-sustain__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 0px 160px 0px;
}
#technology .tech-sustain__content {
  flex: 1;
  padding-right: 60px;
}
#technology .tech-sustain__text {
  font-size: 20px;
  line-height: 1.6;
  color: #333;
}
#technology .tech-sustain__logo {
  flex: 0 0 560px;
  display: flex;
  justify-content: flex-end;
}
#technology .tech-sustain__logo-wrap {
  text-align: center;
  width: 100%;
}

#technology .tech-sustain__logo-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 45px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #d1dfee;
  background: #fff;
  box-shadow: 0 4px 16.3px 0 rgba(0, 0, 0, 0.07);
}

#technology .tech-sustain__logo-image img {
  display: block;
  max-width: 360px;
}

#technology .tech-sustain__logo-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
  border-radius: 10px;
  background: #f5f8fa;
  padding: 32px;
}

#technology .tech-sustain__logo-text h2 {
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
  letter-spacing: -1px;
  text-transform: uppercase;
}

#technology .tech-sustain__logo-text h4 {
  color: #000;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -1px;
  text-transform: capitalize;
}

#technology .tech-sustain__logo-text p {
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -1px;
  max-width: 400px;
}

#technology .tech-facilities {
  background: #f5f8fa;
}

#technology .tech-facilities__container {
  max-width: 1380px;
  margin: 0 auto;
  padding-top: 160px;
  padding-bottom: 160px;
}

/* Facilities */
#technology .tech-facilities__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
#technology .tech-facilities__head-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

#technology .tech-facilities__title {
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
  letter-spacing: -1px;
  text-transform: uppercase;
}
#technology .tech-facilities__subtitle {
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: -1px;
}
#technology .tech-facilities__desc {
  max-width: 630px;
  color: #000;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 141%; /* 28.2px */
  letter-spacing: -1px;
  text-transform: capitalize;
}
#technology .tech-facilities__grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  margin-bottom: 60px;
}
#technology .tech-stat {
  text-align: center;
  flex: 1;
}
#technology .tech-stat__count {
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#technology .tech-stat__name {
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  letter-spacing: -1px;
  text-transform: uppercase;
}
#technology .tech-stat__divider {
  width: 1px;
  height: 60px;
  background: #ddd;
}
#technology .tech-facilities__image img {
  width: 100%;
  display: block;
  border-radius: 20px;
}

/* 데스크톱에서 모바일 이미지 숨김 */
#technology .tech-facilities__image-mobile {
  display: none;
}

/* QC */
#technology .tech-qc {
  display: flex;
  flex-direction: row-reverse; /* Image right, Text left based on typical layout but let's check. Figma: Image Left (Mask Group), Text Right (1010 x). */
  /* Wait, Figma x=270 is Mask Group (Image), x=1010 is Text. So Image Left. */
  flex-direction: row;
  gap: 60px;
  align-items: center;
  padding-top: 160px;
}
#technology .tech-qc__image {
  flex: 1;
}
#technology .tech-qc__image img {
  width: 100%;
  display: block;
  border-radius: 20px;
}
#technology .tech-qc__content {
  flex: 1;
}
#technology .tech-qc__text {
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%; /* 26.6px */
  letter-spacing: -1px;
  text-transform: capitalize;
}

/* Contact Section */
#technology .tech-contact {
  position: relative;
  padding: 120px 0;
  color: #fff;
}
#technology .tech-contact__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
#technology .tech-contact__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* Overlay for readability */
}
#technology .tech-contact__content {
  position: relative;
  z-index: 1;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#technology .tech-contact__left h3 {
  color: #fff;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
  letter-spacing: -1px;
  text-transform: uppercase;
}
#technology .tech-contact__right {
  max-width: 540px;
  text-align: left;
  color: #fff;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 134%; /* 26.8px */
  letter-spacing: -1px;
}
#technology .tech-contact__right p {
  font-size: 18px;
  margin-bottom: 30px;
  opacity: 0.9;
  line-height: 1.5;
}
#technology .tech-contact__btn {
  padding: 12px 35px;
  border: 1px solid #fff;
  border-radius: 96px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s;
  text-transform: uppercase;
}
#technology .tech-contact__btn:hover {
  background: #fff;
  color: #000;
}
#technology .tech-contact__btn img {
  width: 30px;
  height: 30px;
}
#technology .tech-contact__btn:hover img {
  filter: invert(1);
}

/* products.php 스타일 */
#products .main {
  width: 100%;
  overflow-x: hidden;
}

/* Sub Visual */
#products .sub-visual {
  background: url("../images/product/sub_visual_products.png") no-repeat
    center/cover;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 1380px;
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 50px;
}
#products .sub-visual-title {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 39px */
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#products .sub-visual-desc {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  letter-spacing: -1px;
}

/* Product Nav */
#products .product-nav {
  border-bottom: 1px solid #ddd;
  background: #fff;
}
#products .product-nav__container {
  max-width: 1380px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#products .product-nav__item {
  flex: 1;
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
  color: #666;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
  max-width: 345px;
}
#products .product-nav__item:hover,
#products .product-nav__item.active {
  color: #0068b7;
  border-bottom-color: #0068b7;
  font-weight: 700;
}

/* Container */
#products .product-container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 160px 20px 120px;
}

/* Intro */
#products .product-intro {
  text-align: center;
  margin-bottom: 60px;
}
#products .product-intro__sub {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 1px;
}
#products .product-intro__title {
  font-size: 36px;
  font-weight: 700;
  color: #000;
}

/* Category Grid */
#products .category-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
#products .category-card {
  border-radius: 18px;
  background: #f3f5f7;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s;
}
#products .category-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
#products .category-card__image {
  height: 300px;
  background-size: cover;
  background-position: center;
}
#products .category-card__content {
  padding: 60px 50px;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 60px;
}
#products .category-card__title {
  color: #000;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 33.8px */
  letter-spacing: -1px;
  text-transform: uppercase;
}
#products .category-card__body {
  margin-bottom: 40px;
  flex: 1;
}
#products .category-card__sub {
  display: block;
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#products .category-card__desc {
  color: #000;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
  letter-spacing: -1px;
  text-transform: capitalize;
}
#products .category-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#products .category-card__btn {
  padding: 6px 10px 6px 20px;
  border: 1px solid #0068b7;
  border-radius: 96px;
  color: #0068b7;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s;
  text-transform: uppercase;
}

#products .category-card__btn:hover {
  background: #0068b7;
  color: #fff;
}

#products .category-card__btn img {
  width: 30px;
  height: 30px;
}

/* Contact Banner */
#products .contact-banner {
  position: relative;
  padding: 100px 0;
  color: #fff;
}
#products .contact-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
#products .contact-banner__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#products .contact-banner__content {
  position: relative;
  z-index: 1;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#products .contact-banner__left h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}
#products .contact-banner__right {
  max-width: 540px;
  text-align: right;
}
#products .contact-banner__right p {
  font-size: 18px;
  margin-bottom: 30px;
  opacity: 0.9;
  line-height: 1.5;
}
#products .contact-banner__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: 1px solid #fff;
  padding: 15px 40px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s;
}
#products .contact-banner__btn:hover {
  background: #fff;
  color: #000;
}
#products .contact-banner__btn img {
  width: 20px;
}
#products .contact-banner__btn:hover img {
  filter: invert(1);
}

/* signup.php 스타일 */
#signup .signup-main {
  background: linear-gradient(
    to bottom,
    #fff 0%,
    #fff 50%,
    rgba(0, 104, 183, 0.08) 50%
  );
  min-height: 1000px;
  display: flex;
  justify-content: center;
  padding: 100px 0;
}

#signup .signup-container {
  width: 100%;
  max-width: 1380px; /* Wider container for signup */
  padding: 0 20px;
}

#signup .signup-box {
  border-radius: 15px;
  border: 1px solid #e7e7e7;
  background: #f9fafc;
  box-shadow: 11px 12px 13.5px 0 rgba(0, 0, 0, 0.06);
  padding: 80px 117px;
}

#signup .signup-header {
  text-align: left;
  margin-bottom: 60px;
}

#signup .signup-label {
  display: block;
  font-size: 20px;
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
  letter-spacing: -1px;
  text-transform: uppercase;
  font-weight: 700;
}

#signup .signup-title {
  font-family: "Pretendard", sans-serif;
  color: #000;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
  letter-spacing: -1px;
  color: #000;
}

#signup .signup-desc {
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  letter-spacing: -1px;
}

#signup .signup-form {
  max-width: 1200px;
  margin: 0 auto;
}

#signup .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
#signup .form-row.two-col .form-group {
  flex: 1;
}
#signup .form-group.full-width {
  flex: 1;
}

#signup .form-label {
  display: block;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 500;
  text-transform: capitalize;
}

#signup .form-label .required {
  color: #f00;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: -1px;
  text-transform: capitalize;
}

#signup .form-input {
  width: 100%;
  padding: 12px 20px;
  font-size: 16px;
  border: 1px solid #dadada;
  outline: none;
  font-family: "Pretendard", sans-serif;
  color: #333;
  height: 50px; /* Fixed height for consistency */
}
#signup .form-input::placeholder {
  color: #a0a0a0;
}
#signup .form-input.mb-2 {
  margin-bottom: 10px;
}

#signup .input-with-btn {
  display: flex;
  gap: 10px;
}
#signup .input-with-btn .form-input {
  flex: 1;
}

#signup .btn-verify {
  padding: 0 30px;
  height: 50px;
  background: #0068b7;
  color: #fff;
  border: none;
  color: #fff;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: -1px;
  text-transform: capitalize;
  cursor: pointer;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 500;
}

#signup .success-msg {
  color: #0068b7;
  font-size: 14px;
  margin-top: 8px;
}

#signup .btn-signup {
  display: block;
  width: 100%;
  padding: 15px;
  background: #0068b7;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 40px;
  text-transform: uppercase;
  font-family: "Pretendard", sans-serif;
}

@media (max-width: 768px) {
  #signup .form-row.two-col {
    flex-direction: column;
  }
  #signup .signup-box {
    padding: 40px 20px;
  }
}

/* findpw.php 스타일 */
#findpw .findpw-main {
  background: linear-gradient(
    to bottom,
    #fff 0%,
    #fff 50%,
    rgba(0, 104, 183, 0.08) 50%
  );
  min-height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
}

#findpw .findpw-container {
  width: 100%;
  max-width: 678px;
}

#findpw .findpw-box {
  border-radius: 15px;
  border: 1px solid #e7e7e7;
  background: #f9fafc;
  box-shadow: 11px 12px 13.5px 0 rgba(0, 0, 0, 0.06);
  padding: 80px 117px;
  text-align: center;
}

#findpw .findpw-header {
  margin-bottom: 50px;
}

#findpw .findpw-title {
  font-family: "Pretendard", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 45.5px */
  letter-spacing: -1px;
  margin-bottom: 10px;
  margin-top: 18px;
}

#findpw .findpw-desc {
  color: #a0a0a0;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  letter-spacing: -1px;
}

#findpw .form-group {
  margin-bottom: 20px;
  text-align: left;
}

#findpw .form-label {
  display: block;
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: -1px;
  color: #000;
  margin-bottom: 8px;
  font-weight: 500;
}

#findpw .form-input {
  width: 100%;
  padding: 12px 20px;
  font-size: 16px;
  border: 1px solid #cacaca;
  border-radius: 6px;
  outline: none;
  font-family: "Pretendard", sans-serif;
  color: #333;
}
#findpw .form-input::placeholder {
  color: #a0a0a0;
}

#findpw .input-with-btn {
  display: flex;
  gap: 10px;
}
#findpw .input-with-btn .form-input {
  flex: 1;
}

#findpw .btn-sub {
  padding: 0 20px;
  height: 50px; /* match input height approx */
  background: #fff; /* Dark gray/black from design? Figma showed dark box */
  color: #a0a0a0;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  letter-spacing: -1px;
  border: none;
  border-radius: 6px;
  border: 1px solid #cacaca;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
}

#findpw .btn-update {
  width: 100%;
  padding: 12px;
  background: #0068b7;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 20px;
  font-family: "Pretendard", sans-serif;
}

#findpw .findpw-footer {
  margin-top: 30px;
  font-size: 16px;
  color: #535353;
  font-weight: 400;
}

#findpw .link-signup {
  color: #0068b7;
  text-decoration: none;
  font-weight: 400;
  margin-left: 5px;
}

/* cart.php 스타일 */
#cart .cart-main {
  padding: 100px 0;
  min-height: 800px;
  background: linear-gradient(
    to bottom,
    #fff 0%,
    #fff 50%,
    rgba(0, 104, 183, 0.08) 50%
  );
}
#cart .cart-container {
  max-width: 1146px;
  margin: 0 auto;
  padding: 0 20px;
}
#cart .cart-title {
  color: #000;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
  letter-spacing: -1px;
}
#cart .cart-desc {
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: -1px;
  margin-top: 12px;
}
#cart .cart-subdesc {
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: -1px;
  margin-top: 8px;
}

#cart .cart-content {
  padding: 60px;
  border-radius: 20px;
  border: 1px solid #d5d5d5;
  background: #f6f7f7;
  box-shadow: 18px 17px 24.4px 3px rgba(152, 152, 152, 0.06);
  margin-top: 30px;
}

#cart .cart-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

#cart .cart-item {
  display: flex;
  align-items: flex-start;
  gap: 21px;
  position: relative;
  padding-bottom: 38px;
  border-bottom: 1px solid #e5e5e5;
}
#cart .cart-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#cart .cart-item__check {
  padding-top: 0;
}
#cart .cart-checkbox {
  width: 24px;
  height: 24px;
  border-radius: 3px;
  cursor: pointer;
  accent-color: #0068b7;
}

#cart .cart-item__info-wrap {
  display: flex;
  gap: 27px;
  flex: 1;
}
#cart .cart-item__img {
  width: 159px;
  height: 106px;
  border-radius: 5px;
  overflow: hidden;
  background: #f5f5f5;
  flex-shrink: 0;
}
#cart .cart-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#cart .cart-item__details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 19px;
}
#cart .cart-item__name {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  letter-spacing: -1px;
  line-height: 1.3;
}

#cart .cart-item__specs {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#cart .spec-row {
  display: flex;
  align-items: center;
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 1.3;
}
#cart .spec-label {
  width: 146px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
#cart .spec-val {
  color: #000;
  font-weight: 400;
}

#cart .cart-item__qty-row {
  display: flex;
  align-items: center;
  font-size: 16px;
}
#cart .cart-item__qty-row .spec-label {
  width: 146px;
}
#cart .qty-control {
  display: flex;
  align-items: center;
  gap: 0;
}
#cart .qty-btn {
  width: 31px;
  height: 31px;
  background: #f1f2f4;
  border: 1px solid #dde0e3;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  color: #333;
  padding: 0;
  transition: all 0.2s;
}
#cart .qty-btn:hover {
  background: #e8e9eb;
}
#cart .qty-btn.minus {
  border-radius: 0;
}
#cart .qty-btn.plus {
  border-radius: 0;
}
#cart .qty-input {
  width: 73px;
  height: 31px;
  border: none;
  background: #fff;
  text-align: center;
  font-size: 16px;
  letter-spacing: -1px;
  padding: 5px 10px;
  box-sizing: border-box;
}

#cart .btn-delete {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border: 1px solid #b0b0b0;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  padding: 10px 14px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: -1px;
  transition: all 0.2s;
}
#cart .btn-delete:hover {
  background: #f5f5f5;
}

/* Bottom Actions */
#cart .cart-actions-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding-top: 20px;
}
#cart .btn-request {
  background: #0068b7;
  color: #fff;
  padding: 10px 20px;
  font-size: 22px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-transform: capitalize;
  letter-spacing: -1px;
  min-width: 348px;
  height: 49px;
  line-height: 1.3;
  transition: all 0.2s;
}
#cart .btn-request:hover {
  background: #005a9e;
}
#cart .btn-request:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#cart .cart-selection-actions {
  display: flex;
  gap: 20px;
}
#cart .btn-action {
  background: #fff;
  border: 1px solid #b0b0b0;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 6px;
  text-transform: capitalize;
  letter-spacing: -1px;
  color: #000;
  height: 41px;
  line-height: 1.3;
  transition: all 0.2s;
}
#cart .btn-action:hover {
  background: #f5f5f5;
}

/* Modal */
#cart .modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.57);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
#cart .modal-overlay.active {
  display: flex !important;
}
#cart .modal-content {
  background: #fff;
  padding: 40px;
  border-radius: 6px;
  width: auto;
  max-width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 23px;
  position: relative;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}
#cart .modal-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  letter-spacing: -1px;
  line-height: 1.3;
  text-align: center;
  margin: 0;
}

#cart .quote-form {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
#cart .quote-form .form-fields {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
#cart .quote-form .form-row {
  display: flex;
  align-items: center;
  gap: 0;
}
#cart .quote-form .form-row label {
  width: 160px;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  padding: 4px 10px;
  letter-spacing: -1px;
  line-height: 1.3;
  flex-shrink: 0;
}
.quote-form input[type="text"],
#cart .quote-form input[type="email"] {
  width: 335px;
  padding: 6px 10px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  font-size: 16px;
  color: #000;
  letter-spacing: -1px;
  line-height: 1.3;
  font-family: "Pretendard", sans-serif;
  transition: all 0.2s;
}
.quote-form input[type="text"]:focus,
#cart .quote-form input[type="email"]:focus {
  outline: none;
  border-color: #0068b7;
}
#cart .input-desc-group {
  display: flex;
  flex-direction: column;
  width: 335px;
}
#cart .input-desc-group input {
  width: 100%;
}
#cart .input-desc {
  font-size: 14px;
  color: #000;
  margin-top: 0;
  letter-spacing: -1px;
  line-height: 1.3;
  font-weight: 400;
}

#cart .modal-actions {
  display: flex;
  gap: 10px;
  width: 100%;
}
#cart .btn-send {
  flex: 1;
  padding: 6px 0;
  background: #0068b7;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.3;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.2s;
}
#cart .btn-send:hover {
  background: #005a9e;
}
#cart .btn-cancel {
  flex: 1;
  padding: 6px 0;
  background: #8d8d8d;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.3;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.2s;
}
#cart .btn-cancel:hover {
  background: #787878;
}

/* Responsive */
@media (max-width: 1200px) {
  #cart .cart-content {
    padding: 40px;
  }
}

@media (max-width: 768px) {
  #cart .cart-main {
    padding: 60px 0;
  }

  #cart .cart-title {
    font-size: 32px;
  }

  #cart .cart-desc {
    font-size: 16px;
  }

  #cart .cart-subdesc {
    font-size: 14px;
    margin-bottom: 40px;
  }

  #cart .cart-content {
    padding: 30px 20px;
  }

  #cart .cart-item {
    flex-direction: column;
    gap: 20px;
  }

  #cart .cart-item__info-wrap {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }

  #cart .cart-item__img {
    width: 100%;
    max-width: 300px;
  }

  #cart .cart-item__details {
    width: 100%;
  }

  #cart .spec-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  #cart .spec-label {
    width: 100%;
  }

  #cart .cart-item__qty-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  #cart .cart-item__qty-row .spec-label {
    width: 100%;
  }

  #cart .btn-delete {
    position: static;
    width: 100%;
    margin-top: 10px;
  }

  #cart .cart-actions-bottom {
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
  }

  #cart .btn-request {
    min-width: 100%;
  }

  #cart .cart-selection-actions {
    justify-content: center;
    width: 100%;
  }

  #cart .modal-content {
    padding: 30px 20px;
    width: 100%;
    max-width: 90%;
  }

  #cart .quote-form .form-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  #cart .quote-form .form-row label {
    width: 100%;
    padding: 0;
  }

  .quote-form input[type="text"],
  #cart .quote-form input[type="email"] {
    width: 100%;
  }

  #cart .input-desc-group {
    width: 100%;
  }

  #cart .modal-actions {
    flex-direction: column;
  }
}

/* Cart Empty State */
#cart .cart-empty {
  text-align: center;
  padding: 100px 20px;
}

#cart .cart-empty p {
  font-size: 18px;
  color: #666;
  margin-bottom: 30px;
  letter-spacing: -0.5px;
}

#cart .btn-continue-shopping {
  display: inline-block;
  padding: 12px 30px;
  background: #0068b7;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.2s;
  letter-spacing: -0.5px;
}

#cart .btn-continue-shopping:hover {
  background: #005a9e;
}

/* inquiry.php 스타일 */
#inquiry .sub-visual {
  height: 320px;
  background: url("../images/inquiry/inquiry_bg.png") no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;

  margin: 0 auto;
  margin-top: 50px;
  max-width: 1380px;
  padding: 0 20px;
  border-radius: 20px;
  overflow: hidden;
}

#inquiry .sub-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 20px;
}

#inquiry .sub-visual-inner {
  width: 100%;
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#inquiry .sub-visual-title {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 39px */
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
  letter-spacing: -1px;
}

#inquiry .sub-visual-desc {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  letter-spacing: -1px;
  max-width: 600px;
}

#inquiry .sub-container {
  padding: 20px;
  max-width: 1380px;
  margin: 0 auto;
}

#inquiry .tab-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #7f7f7f;
  margin-bottom: 40px;
}

#inquiry .tab-nav a {
  padding: 15px 0;
  font-size: 16px;
  color: #808080;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid #7f7f7f;
  flex: 1;
  text-align: center;
  transition: 0.3s;
}

#inquiry .tab-nav a:hover {
  color: #0068b7;
}

#inquiry .tab-nav a.active {
  color: #0068b7;
  font-weight: 700;
  border-bottom: 2px solid #0068b7;
}

#inquiry .content-area {
  width: 100%;
}

#inquiry .content-wrapper {
  display: flex;
  gap: 80px;
  margin-bottom: 80px;
  align-items: flex-start;
  justify-content: space-between;
}

#inquiry .content-left {
  width: 400px;
  flex-shrink: 0;
}

#inquiry .page-label {
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
  letter-spacing: -1px;
  margin-bottom: 10px;
}

#inquiry .page-title {
  color: #000;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 33px;
}

#inquiry .page-desc {
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -1px;
  text-transform: capitalize;
}

#inquiry .content-right {
  flex: 1;
  max-width: 678px;
}

#inquiry .inquiry-form {
  width: 100%;
}

#inquiry .inquiry-form .form-group {
  margin-bottom: 29px;
}

#inquiry .inquiry-form label {
  display: block;
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

#inquiry .inquiry-form .required {
  color: #e74c3c;
  font-size: 18px;
  font-weight: 700;
  margin-left: 5px;
}

.inquiry-form input,
#inquiry .inquiry-form textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -1px;
  text-transform: capitalize;
}

.inquiry-form input::placeholder,
#inquiry .inquiry-form textarea::placeholder {
  color: #999;
}

#inquiry .inquiry-form textarea {
  height: 116px;
  resize: none;
}

#inquiry .privacy-section {
  margin-bottom: 29px;
}

#inquiry .privacy-area {
  background: #fff;
  padding: 14px;
  height: 116px;
  overflow-y: auto;
  border: 1px solid #ddd;
  margin-bottom: 8px;
  font-size: 13px;
  color: #555;
  line-height: 1.5;
}

#inquiry .privacy-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
}

#inquiry .privacy-checkbox input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
  cursor: pointer;
}

#inquiry .privacy-checkbox label {
  color: #535353;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: -1px;
  cursor: pointer;
  text-transform: none;
  margin: 0;
}

#inquiry .captcha-section {
  margin-bottom: 29px;
}

#inquiry .captcha-wrapper {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

#inquiry .captcha-image {
  width: 240px;
  border: 1px solid #ddd;
  object-fit: cover;
}

#inquiry .captcha-input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

#inquiry .captcha-input {
  padding: 10px 14px;
  border: 1px solid #ddd;
  font-size: 13px;
}

#inquiry .captcha-submit {
  background: #0068b7;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 13px;
  cursor: pointer;
  align-self: flex-start;
}

#inquiry .btn-submit {
  background: #0068b7;
  color: #fff;
  border: none;
  padding: 15px 0;
  font-size: 14px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  width: 100%;
  leading-trim: both;
  text-edge: cap;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
  letter-spacing: -1px;
  text-transform: capitalize;
}

#inquiry .location-list {
  margin-top: 80px;
}

#inquiry .location-item {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}

#inquiry .map-box {
  width: 612px;
  height: 367px;
  background: #eee;
  overflow: hidden;
  flex-shrink: 0;
}

#inquiry .map-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#inquiry .loc-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 30px;
}

#inquiry .loc-label {
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
  letter-spacing: -1px;
}

#inquiry .loc-name {
  color: #000;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 33px;
}

#inquiry .loc-addr {
  color: #777;
  leading-trim: both;
  text-edge: cap;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-bottom: 40px;
}

#inquiry .contact-row {
  display: flex;
  margin-bottom: 12px;
  color: #000;
  font-size: 13px;
}

#inquiry .contact-row strong {
  width: 60px;
  color: #777;
  leading-trim: both;
  text-edge: cap;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -1px;
  text-transform: capitalize;
}

#inquiry .contact-row span {
  color: #777;
  leading-trim: both;
  text-edge: cap;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -1px;
  text-transform: capitalize;
}

/* qna_list.php 스타일 */
#qna_list .sub-visual {
  background: url("../images/inquiry/inquiry_bg.png") no-repeat center/cover;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 1380px;
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 50px;
}
#qna_list .sub-visual-title {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 39px */
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#qna_list .sub-visual-desc {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  letter-spacing: -1px;
}

#qna_list .sub-container {
  padding: 0px 20px;
  max-width: 1380px;
  margin: 0 auto;
}

#qna_list .tab-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
#qna_list .tab-nav a {
  padding: 15px 0;
  font-size: 16px;
  color: #808080;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid #7f7f7f;
  flex: 1;
  text-align: center;
  transition: 0.3s;
}
#qna_list .tab-nav a:hover {
  color: #0068b7;
}
#qna_list .tab-nav a.active {
  color: #0068b7;
  font-weight: 700;
  border-bottom: 2px solid #0068b7;
}

#qna_list .content-area {
  width: 100%;
  padding-bottom: 160px;
}

#qna_list .contact-bar-mobile {
  display: none;
}

#qna_list .contact-bar-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  font-size: 14px;
  color: #666;
}

#qna_list .page-title {
  color: #000;
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
  letter-spacing: -1px;
  text-transform: uppercase;
}

#qna_list .contact-bar {
  display: flex;
  gap: 24px;
}

#qna_list .contact-bar div {
  padding: 20px 52px;
  color: #777;
  leading-trim: both;
  text-edge: cap;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -1px;
  text-transform: capitalize;
  border-radius: 6px;
  background: #f3f3f4;
}
#qna_list .contact-bar span {
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-right: 5px;
}

#qna_list .list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 0;
}
#qna_list .total-count {
  font-weight: 700;
}
#qna_list .search-box {
  display: flex;
  border: 1px solid #ddd;
  padding: 5px 10px;
}
#qna_list .search-box input {
  border: none;
  outline: none;
}

/* Q&A 검색 바 스타일 (Figma 디자인 기반) */
#qna_list .qna-search-bar {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

#qna_list .qna-search-form {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 35px;
}

#qna_list .qna-search-field {
  display: flex;
  align-items: center;
  gap: 10px;
}

#qna_list .qna-search-label {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 28px;
  white-space: nowrap;
  letter-spacing: -0.32px;
}

#qna_list .qna-search-select {
  width: 150px;
  height: 35px;
  border: 1px solid #999;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 16px;
  color: #000;
  background: #fff;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px 7px;
  padding-right: 30px;
}

#qna_list .qna-search-select:focus {
  border-color: #0068b7;
}

#qna_list .qna-search-select option {
  color: #000;
  background: #fff;
}

#qna_list .qna-search-divider {
  width: 1px;
  height: 20px;
  background: #e9e9ec;
  flex-shrink: 0;
}

#qna_list .qna-date-group {
  display: flex;
  align-items: center;
  gap: 0;
}

#qna_list .qna-date-input {
  width: 126px;
  height: 35px;
  border: 1px solid #999;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 16px;
  color: #000;
  background: #fff;
  outline: none;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#qna_list .qna-date-input::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.6;
}

#qna_list .qna-date-input::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}

#qna_list .qna-date-input:focus {
  border-color: #0068b7;
}

#qna_list .qna-date-input::placeholder {
  color: #999;
  font-size: 16px;
}

#qna_list .qna-date-separator {
  margin: 0 5px;
  font-size: 16px;
  color: #000;
  line-height: 28px;
  white-space: nowrap;
}

#qna_list .qna-search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 191px;
  height: 35px;
  border: 1px solid #999;
  border-radius: 5px;
  padding: 0 10px;
  background: #fff;
}

#qna_list .qna-search-input-wrapper:focus-within {
  border-color: #0068b7;
}

#qna_list .qna-search-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  color: #000;
  background: transparent;
  padding: 0;
  height: 100%;
  width: 80%;
}

#qna_list .qna-search-input::placeholder {
  color: #999;
  font-size: 16px;
}

#qna_list .qna-search-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

#qna_list .qna-search-button:hover {
  opacity: 0.7;
}

#qna_list .qna-search-button img {
  width: 20px;
  height: 20px;
  display: block;
}

/* 반응형 스타일 */
@media (max-width: 1200px) {
  #qna_list .qna-search-form {
    flex-wrap: wrap;
    gap: 15px;
    height: auto;
  }

  #qna_list .qna-search-field {
    flex-wrap: wrap;
  }

  #qna_list .qna-date-group {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  #qna_list .list-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  #qna_list .qna-search-bar {
    width: 100%;
    justify-content: flex-start;
  }

  #qna_list .qna-search-form {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  #qna_list .qna-search-field {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  #qna_list .qna-search-select,
  #qna_list .qna-date-input,
  #qna_list .qna-search-input-wrapper {
    width: 100%;
  }

  #qna_list .qna-date-group {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }

  #qna_list .qna-date-separator {
    display: none;
  }

  #qna_list .qna-search-divider {
    display: none;
  }
}

#qna_list .qna-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
#qna_list .qna-table th {
  padding: 10px 0;
  font-weight: 500;
  background: #f3f4f5;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  letter-spacing: -0.36px;
}
#qna_list .qna-table td {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  color: #555;
}

#qna_list .qna-category {
  display: inline-block;
  width: 110px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 20px;
  background: rgba(243, 244, 245, 0.7);
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  letter-spacing: -0.36px;
}

#qna_list .qna-title {
  text-align: left;
  padding-left: 20px;
  cursor: pointer;
}
#qna_list .qna-title a {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* PC용 제목 스타일 */
#qna_list .qna-title-pc {
  display: block;
  text-align: left;
  padding-left: 20px;
}

#qna_list .qna-title-pc .qna-title-link {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #555;
  text-decoration: none;
}

#qna_list .qna-title-pc .qna-title-link:hover {
  text-decoration: underline;
}

#qna_list .qna-title-pc .qna-title-link img {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

/* 모바일용 카드 구조는 PC에서 숨김 */
#qna_list .qna-mobile-card {
  display: none;
}

#qna_list .pagination {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 5px;
}
#qna_list .page-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
}
#qna_list .page-btn.active {
  background: #000;
  border-radius: 30px;
  background: #f5f5f5;
  color: #000;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
}

#qna_list .btn-write {
  float: right;
  background: #000;
  color: #fff;
  padding: 10px 30px;
  margin-top: 20px;
}

/* qna_form.php 스타일 */
#qna_form .sub-visual {
  background: url("../images/inquiry/inquiry_bg.png") no-repeat center/cover;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 1380px;
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 50px;
}
#qna_form .sub-visual-title {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 39px */
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#qna_form .sub-visual-desc {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  letter-spacing: -1px;
}

#qna_form .sub-container {
  padding: 80px 0;
  max-width: 1380px;
  margin: 0 auto;
}

#qna_form .tab-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #7f7f7f;
  margin-bottom: 40px;
}
#qna_form .tab-nav a {
  padding: 15px 0;
  font-size: 16px;
  color: #808080;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid #7f7f7f;
  flex: 1;
  text-align: center;
  transition: 0.3s;
}
#qna_form .tab-nav a:hover {
  color: #0068b7;
}
#qna_form .tab-nav a.active {
  color: #0068b7;
  font-weight: 700;
  border-bottom: 2px solid #0068b7;
}

#qna_form .content-area {
  width: 100%;
  padding-bottom: 160px;
}

#qna_form .contact-bar-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  font-size: 14px;
  color: #666;
}

#qna_form .page-title {
  color: #000;
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
  letter-spacing: -1px;
  text-transform: uppercase;
}

#qna_form .contact-bar {
  display: flex;
  gap: 24px;
}

#qna_form .contact-bar div {
  padding: 20px 52px;
  color: #777;
  leading-trim: both;
  text-edge: cap;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -1px;
  text-transform: capitalize;
  border-radius: 6px;
  background: #f3f3f4;
}
#qna_form .contact-bar span {
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-right: 5px;
}

#qna_form .write-table {
  width: 100%;
  border-top: 1px solid #000;
  border-collapse: collapse;
}
#qna_form .write-table th {
  background: #f9f9f9;
  width: 300px;
  padding: 15px 20px;
  text-align: center;
  border-bottom: 1px solid #eee;
  font-weight: 500;
}
#qna_form .write-table td {
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
}
#qna_form .input-text {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
}
#qna_form .input-select {
  padding: 10px;
  border: 1px solid #ddd;
  width: 300px;
}
#qna_form .textarea-box {
  width: 100%;
  height: 300px;
  padding: 10px;
  border: 1px solid #ddd;
  resize: none;
}

#qna_form .btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 10px;
}
#qna_form .btn-submit {
  background: #0068b7;
  color: #fff;
  padding: 15px 50px;
  border: none;
  font-size: 16px;
  cursor: pointer;
}
#qna_form .btn-cancel {
  background: #666;
  color: #fff;
  padding: 15px 50px;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

/* 파일 업로드 드래그 앤 드롭 스타일 */
#qna_form .file-upload-area {
  width: 100%;
}

#qna_form .file-drop-zone {
  border: 2px dashed #ddd;
  border-radius: 8px;
  padding: 40px 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #fafafa;
}

#qna_form .file-drop-zone:hover {
  border-color: #0068b7;
  background: #f0f7ff;
}

#qna_form .file-drop-zone.drag-over {
  border-color: #0068b7;
  background: #e6f3ff;
  transform: scale(1.02);
}

#qna_form .drop-zone-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

#qna_form .drop-zone-content svg {
  color: #0068b7;
  margin-bottom: 8px;
}

#qna_form .drop-zone-text {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  margin: 0;
}

#qna_form .drop-zone-hint {
  font-size: 14px;
  color: #666;
  margin: 0;
}

#qna_form .file-list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#qna_form .file-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  transition: all 0.2s ease;
}

#qna_form .file-item:hover {
  background: #f0f0f0;
  border-color: #0068b7;
}

#qna_form .file-item .file-name {
  flex: 1;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 12px;
}

#qna_form .file-item .file-size {
  font-size: 12px;
  color: #666;
  margin-right: 12px;
}

#qna_form .file-item .file-remove {
  background: #e74c3c;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  padding: 0;
  flex-shrink: 0;
}

#qna_form .file-item .file-remove:hover {
  background: #c0392b;
  transform: scale(1.1);
}

/* CAPTCHA 스타일 */
#qna_form .captcha-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}

#qna_form .captcha-image-wrapper {
  position: relative;
  display: inline-block;
}

#qna_form .captcha-image {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  background: #fff;
  cursor: pointer;
}

#qna_form .captcha-refresh {
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
  background: #0068b7;
  color: #fff;
  border: none;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
}

#qna_form .captcha-refresh:hover {
  background: #005a9e;
  transform: translateY(-50%) rotate(180deg);
}

#qna_form .captcha-refresh svg {
  width: 16px;
  height: 16px;
}

#qna_form .captcha-input {
  width: 200px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 5px;
  font-weight: 600;
}

/* qna_detail.php 스타일 */
#qna_detail .sub-visual {
  background: url("../images/inquiry/inquiry_bg.png") no-repeat center/cover;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 1380px;
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 50px;
}
#qna_detail .sub-visual-title {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 39px */
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#qna_detail .sub-visual-desc {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  letter-spacing: -1px;
}

#qna_detail .sub-container {
  padding: 80px 0;
  max-width: 1380px;
  margin: 0 auto;
}

#qna_detail .tab-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #7f7f7f;
  margin-bottom: 40px;
}
#qna_detail .tab-nav a {
  padding: 15px 0;
  font-size: 16px;
  color: #808080;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid #7f7f7f;
  flex: 1;
  text-align: center;
  transition: 0.3s;
}
#qna_detail .tab-nav a:hover {
  color: #0068b7;
}
#qna_detail .tab-nav a.active {
  color: #0068b7;
  font-weight: 700;
  border-bottom: 2px solid #0068b7;
}

#qna_detail .content-area {
  width: 100%;
  padding-bottom: 160px;
}

#qna_detail .contact-bar-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  font-size: 14px;
  color: #666;
}

#qna_detail .page-title {
  color: #000;
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
  letter-spacing: -1px;
  text-transform: uppercase;
}

#qna_detail .contact-bar {
  display: flex;
  gap: 24px;
}

#qna_detail .contact-bar div {
  padding: 20px 52px;
  color: #777;
  leading-trim: both;
  text-edge: cap;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -1px;
  text-transform: capitalize;
  border-radius: 6px;
  background: #f3f3f4;
}
#qna_detail .contact-bar span {
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-right: 5px;
}

#qna_detail .view-table {
  width: 100%;
  border-top: 2px solid #000;
  border-collapse: collapse;
}
#qna_detail .view-table th {
  background: #f9f9f9;
  width: 150px;
  padding: 15px 20px;
  text-align: left;
  border-bottom: 1px solid #eee;
}
#qna_detail .view-table td {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  color: #555;
}

#qna_detail .view-content {
  padding: 40px 20px;
  border-bottom: 1px solid #ddd;
  min-height: 200px;
  font-size: 15px;
  line-height: 1.6;
}

#qna_detail .file-box {
  background: #f7f7f7;
  padding: 15px 20px;
  margin-top: 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

#qna_detail .btn-wrap {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 40px;
}
#qna_detail .btn-action {
  padding: 10px 25px;
  font-size: 14px;
  border: none;
  cursor: pointer;
  color: #fff;
}
#qna_detail .btn-edit {
  background: #0068b7;
}
#qna_detail .btn-delete {
  background: #4e4e4e;
}

#qna_detail .comment-area {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
}
#qna_detail .comment-item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#qna_detail .comment-meta {
  display: flex;
  gap: 15px;
  font-weight: 700;
  color: #0068b7;
  margin-bottom: 10px;
  font-size: 14px;
}
#qna_detail .comment-meta span {
  color: #888;
  font-weight: 400;
}
#qna_detail .comment-text {
  font-size: 15px;
  color: #333;
}

/* resource_download.php 스타일 */
#resource_download .sub-visual {
  background: url("../images/inquiry/inquiry_bg.png") no-repeat center/cover;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 1380px;
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 50px;
}
#resource_download .sub-visual-title {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 39px */
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#resource_download .sub-visual-desc {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  letter-spacing: -1px;
}

#resource_download .sub-container {
  padding-bottom: 160px;
  max-width: 1380px;
  margin: 0 auto;
}

#resource_download .tab-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #7f7f7f;
  margin-bottom: 40px;
}
#resource_download .tab-nav a {
  padding: 15px 0;
  font-size: 16px;
  color: #808080;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid #7f7f7f;
  flex: 1;
  text-align: center;
  transition: 0.3s;
}
#resource_download .tab-nav a:hover {
  color: #0068b7;
}
#resource_download .tab-nav a.active {
  color: #0068b7;
  font-weight: 700;
  border-bottom: 2px solid #0068b7;
}

#resource_download .content-area {
  width: 100%;
}

/* === 새로운 Figma 기반 디자인 === */

/* 섹션 메인 타이틀 */
#resource_download .section-main-title {
  font-size: 32px;
  font-weight: 700;
  margin: 80px 0 40px 0;
  color: #000;
  text-transform: uppercase;
  letter-spacing: -1px;
}

/* 1. CATALOGUE 2열 그리드 (COMPANY PROFILE & OS PRODUCT LIST) */
#resource_download .catalogue-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 80px;
}

#resource_download .catalogue-flex {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 80px;
}

#resource_download .catalogue-item {
  display: grid;
  gap: 100px;
  align-items: center;
  padding: 0;
}

#resource_download .content-area > h2 {
  color: #000;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 60px;
}

#resource_download .catalogue-item-image-left {
  grid-template-columns: 1fr 1fr;
}

#resource_download .catalogue-item-image-right {
  grid-template-columns: 1fr 1fr;
  text-align: right;
}

#resource_download .catalogue-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#resource_download .catalogue-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#resource_download .catalogue-content {
  padding: 20px 0;
}

#resource_download .catalogue-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: -1px;
}

#resource_download .catalogue-desc {
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 50px;
  letter-spacing: -1px;
}

/* 다운로드 버튼 */
#resource_download .btn-download-primary {
  background: #0068b7;
  color: white;
  border: none;
  padding: 14px 172px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -1px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
}

#resource_download .btn-download-primary:hover {
  background: #005a9e;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 104, 183, 0.3);
}

#resource_download .btn-download-large {
  background: #0068b7;
  color: white;
  border: none;
  padding: 16px 60px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -1px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s;
  width: 100%;
}

#resource_download .btn-download-large:hover {
  background: #005a9e;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 104, 183, 0.3);
}

#resource_download .btn-download-small {
  background: #0068b7;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -1px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
  border-radius: 4px;
}

#resource_download .btn-download-small:hover {
  background: #005a9e;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 104, 183, 0.3);
}

/* 2. TECHNICAL DATA 2열 그리드 */
#resource_download .technical-data-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 80px;
}

#resource_download .technical-data-item {
  text-align: left;
}

#resource_download .technical-data-image {
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin-bottom: 20px;
  background: #f5f5f5;
}

#resource_download .technical-data-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#resource_download .technical-data-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: -1px;
  text-align: left;
}

/* 3. PRODUCT DATA SECTION (PLOTTER / SOLVENT) */
#resource_download .product-data-section {
  margin-bottom: 60px;
}

#resource_download .section-header-pill {
  background: #f0f0f0;
  padding: 12px 56px;
  border-radius: 100px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  letter-spacing: -1px;
  margin-bottom: 30px;
}

#resource_download .product-buttons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

#resource_download .btn-product-file {
  background: #0068b7;
  color: white;
  padding: 16px 56px;
  border-radius: 100px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  transition: all 0.3s;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -1px;
}

#resource_download .btn-product-file:hover {
  background: #005a9e;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 104, 183, 0.3);
}

#resource_download .btn-product-text {
  flex: 1;
  text-align: center;
}

/* 4. COLOR CHARTS 그리드 */
#resource_download .color-charts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 80px;
}

#resource_download .color-chart-item {
}

#resource_download .color-chart-image {
  width: 100%;
}

#resource_download .color-chart-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#resource_download .color-chart-footer {
  padding: 20px;
  text-align: center;
}

#resource_download .color-chart-name {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

/* 반응형 디자인 */
@media (max-width: 1024px) {
  #resource_download .catalogue-grid-2 {
    grid-template-columns: 1fr;
  }

  #resource_download .catalogue-item-image-left,
  #resource_download .catalogue-item-image-right {
    grid-template-columns: 1fr;
  }

  #resource_download .technical-data-grid {
    grid-template-columns: 1fr;
  }

  #resource_download .product-buttons-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  #resource_download .color-charts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  #resource_download .section-main-title {
    font-size: 24px;
    margin: 60px 0 30px 0;
  }

  #resource_download .catalogue-title {
    font-size: 24px;
  }

  #resource_download .catalogue-desc {
    font-size: 16px;
  }

  #resource_download .technical-data-title {
    font-size: 24px;
  }

  #resource_download .section-header-pill {
    font-size: 20px;
    padding: 10px 30px;
  }

  #resource_download .product-buttons-grid {
    grid-template-columns: 1fr;
  }

  #resource_download .btn-product-file {
    font-size: 16px;
    padding: 14px 40px;
  }

  #resource_download .color-charts-grid {
    grid-template-columns: 1fr;
  }

  #resource_download .btn-download-primary,
  #resource_download .btn-download-large {
    padding: 12px 30px;
    font-size: 16px;
    width: 100%;
  }
}

/* news_list.php 스타일 */
#news_list .sub-visual {
  background: url("../images/inquiry/inquiry_bg.png") no-repeat center/cover;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 1380px;
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 50px;
}
#news_list .sub-visual-title {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 39px */
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#news_list .sub-visual-desc {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  letter-spacing: -1px;
}

#news_list .sub-container {
  max-width: 1380px;
  padding-bottom: 160px;
  margin: 0 auto;
}

#news_list .tab-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #7f7f7f;
  margin-bottom: 40px;
}
#news_list .tab-nav a {
  padding: 15px 0;
  font-size: 16px;
  color: #808080;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid #7f7f7f;
  flex: 1;
  text-align: center;
  transition: 0.3s;
}
#news_list .tab-nav a:hover {
  color: #0068b7;
}
#news_list .tab-nav a.active {
  color: #0068b7;
  font-weight: 700;
  border-bottom: 2px solid #0068b7;
}

#news_list .content-area {
  width: 100%;
}
#news_list .page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
#news_list .page-title {
  font-size: 28px;
  font-weight: 700;
}

#news_list .news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* 태블릿 반응형 (768px ~ 1024px) */
@media (max-width: 1024px) and (min-width: 768px) {
  #news_list .news-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
#news_list .news-item {
  border: 1px solid #eee;
  transition: 0.3s;
  cursor: pointer;
}
#news_list .news-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
#news_list .news-thumb {
  height: 220px;
  background: #eee;
  overflow: hidden;
}
#news_list .news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
#news_list .news-info {
  padding: 16px;
  background: #f6f7f7;
}
#news_list .news-badge {
  display: inline-block;
  background: #000;
  padding: 3px 12px;
  margin-bottom: 10px;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 200% */
  letter-spacing: -0.28px;
  border-radius: 20px;
  background: #fff;
}
#news_list .news-tit {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  height: 50px;
  overflow: hidden;
  margin-bottom: 15px;
}
#news_list .news-date {
  color: #787878;
  text-align: right;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: -1px;
  text-transform: uppercase;
}

#news_list .pagination {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 5px;
}
#news_list .page-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
}
#news_list .page-btn.active {
  background: #000;
  border-radius: 30px;
  background: #f5f5f5;
  color: #000;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
}

/* news_detail.php 스타일 */
#news_detail .sub-visual {
  background: url("../images/inquiry/inquiry_bg.png") no-repeat center/cover;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 1380px;
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 50px;
}
#news_detail .sub-visual-title {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 39px */
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#news_detail .sub-visual-desc {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  letter-spacing: -1px;
}

#news_detail .sub-container {
  padding-bottom: 160px;
  max-width: 1380px;
  margin: 0 auto;
}

#news_detail .tab-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #7f7f7f;
  margin-bottom: 40px;
}
#news_detail .tab-nav a {
  padding: 15px 0;
  font-size: 16px;
  color: #808080;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid #7f7f7f;
  flex: 1;
  text-align: center;
  transition: 0.3s;
}
#news_detail .tab-nav a:hover {
  color: #0068b7;
}
#news_detail .tab-nav a.active {
  color: #0068b7;
  font-weight: 700;
  border-bottom: 2px solid #0068b7;
}

#news_detail .content-area {
  width: 100%;
}

#news_detail .news-header {
  border-bottom: 1px solid #ddd;
  padding: 30px 0;
  margin-bottom: 40px;
}
#news_detail .news-badge {
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 2px 8px;
  display: inline-block;
  margin-bottom: 15px;
}
#news_detail .news-tit {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
#news_detail .news-meta {
  display: flex;
  justify-content: space-between;
  color: #888;
  font-size: 14px;
}

#news_detail .news-body {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 60px;
}
#news_detail .news-body img {
  max-width: 100%;
  display: block;
  margin-bottom: 30px;
}
#news_detail .news-content {
  margin-top: 30px;
  word-wrap: break-word;
  color: #444;
  font-size: 16px;
  line-height: 1.8;
  display: block;
}
#news_detail .news-content p {
  margin-bottom: 15px;
  line-height: 1.8;
  color: #444;
  display: block;
}
#news_detail .news-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px 0;
}
#news_detail .news-content h1,
#news_detail .news-content h2,
#news_detail .news-content h3,
#news_detail .news-content h4,
#news_detail .news-content h5,
#news_detail .news-content h6 {
  margin: 20px 0 15px 0;
  font-weight: 600;
  line-height: 1.4;
}
#news_detail .news-content ul,
#news_detail .news-content ol {
  margin: 15px 0;
  padding-left: 30px;
}
#news_detail .news-content li {
  margin-bottom: 8px;
}
#news_detail .news-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
#news_detail .news-content table td,
#news_detail .news-content table th {
  padding: 10px;
  border: 1px solid #ddd;
}
#news_detail .news-content a {
  color: #3498db;
  text-decoration: underline;
}
#news_detail .news-content a:hover {
  color: #2980b9;
}

#news_detail .list-btn-wrap {
  text-align: left;
  margin-bottom: 60px;
  margin-top: 60px;
}
#news_detail .btn-list {
  background: #ededed;
  padding: 6px 90px;
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 175% */
  letter-spacing: -0.32px;
  text-transform: capitalize;
  transition: 0.3s;
}
#news_detail .btn-list:hover {
  background: #000;
  color: #fff;
}

#news_detail .nav-links {
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  display: flex;
  justify-content: space-between;
}
#news_detail .nav-label {
  width: 120px;
  background: #f9f9f9;
  padding: 15px 22px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
#news_detail .nav-content {
  flex: 1;
  padding: 22px 0px;
  display: flex;
  gap: 30px;
  align-items: center;
  cursor: pointer;
}

#news_detail .nav-content span {
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  letter-spacing: -1px;
  text-transform: uppercase;
}

/* exhibition_detail.php 스타일 - news_detail과 동일 */
#exhibition_detail .sub-visual {
  height: 320px;
  background: url("../images/aboutus/sub_visual_exhibition.png") no-repeat
    center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 50px;
  width: 1380px;
  border-radius: 20px;
}
#exhibition_detail .sub-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.51);
  border-radius: 20px;
}
#exhibition_detail .sub-visual-inner {
  width: 100%;
  max-width: 1380px;
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#exhibition_detail .sub-title {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 39px */
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: -1px;
}
#exhibition_detail .sub-desc {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  letter-spacing: -1px;
}

#exhibition_detail .sub-container {
  padding-bottom: 160px;
  max-width: 1380px;
  margin: 0 auto;
}

#exhibition_detail .sub-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
#exhibition_detail .sub-nav-inner {
  width: 100%;
  max-width: 1380px;
  display: flex;
  gap: 0;
}
#exhibition_detail .sub-nav-item {
  flex: 1;
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
  color: #666;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
  transition: 0.3s;
}
#exhibition_detail .sub-nav-item.active {
  color: #0068b7;
  font-weight: 700;
  border-bottom: 2px solid #0068b7;
}
#exhibition_detail .sub-nav-item:hover {
  color: #0068b7;
}

#exhibition_detail .tab-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #7f7f7f;
  margin-bottom: 40px;
}
#exhibition_detail .tab-nav a {
  padding: 15px 0;
  font-size: 16px;
  color: #808080;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid #7f7f7f;
  flex: 1;
  text-align: center;
  transition: 0.3s;
}
#exhibition_detail .tab-nav a:hover {
  color: #0068b7;
}
#exhibition_detail .tab-nav a.active {
  color: #0068b7;
  font-weight: 700;
  border-bottom: 2px solid #0068b7;
}

#exhibition_detail .content-area {
  width: 100%;
}

#exhibition_detail .news-header {
  border-top: 2px solid #000;
  border-bottom: 1px solid #ddd;
  padding: 30px 0;
  margin-bottom: 40px;
}
#exhibition_detail .news-badge {
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 2px 8px;
  display: inline-block;
  margin-bottom: 15px;
}
#exhibition_detail .news-tit {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
#exhibition_detail .news-meta {
  display: flex;
  justify-content: space-between;
  color: #888;
  font-size: 14px;
}

#exhibition_detail .news-body {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 60px;
}
#exhibition_detail .news-body img {
  max-width: 100%;
  display: block;
  margin-bottom: 30px;
}
#exhibition_detail .news-content {
  margin-top: 30px;
  word-wrap: break-word;
  color: #444;
  font-size: 16px;
  line-height: 1.8;
  display: block;
}
#exhibition_detail .news-content p {
  margin-bottom: 15px;
  line-height: 1.8;
  color: #444;
  display: block;
}
#exhibition_detail .news-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px 0;
}
#exhibition_detail .news-content h1,
#exhibition_detail .news-content h2,
#exhibition_detail .news-content h3,
#exhibition_detail .news-content h4,
#exhibition_detail .news-content h5,
#exhibition_detail .news-content h6 {
  margin: 20px 0 15px 0;
  font-weight: 600;
  line-height: 1.4;
}
#exhibition_detail .news-content ul,
#exhibition_detail .news-content ol {
  margin: 15px 0;
  padding-left: 30px;
}
#exhibition_detail .news-content li {
  margin-bottom: 8px;
}
#exhibition_detail .news-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
#exhibition_detail .news-content table td,
#exhibition_detail .news-content table th {
  padding: 10px;
  border: 1px solid #ddd;
}
#exhibition_detail .news-content a {
  color: #3498db;
  text-decoration: underline;
}
#exhibition_detail .news-content a:hover {
  color: #2980b9;
}

#exhibition_detail .list-btn-wrap {
  text-align: left;
  margin-bottom: 60px;
  margin-top: 60px;
}
#exhibition_detail .btn-list {
  background: #ededed;
  padding: 6px 90px;
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 175% */
  letter-spacing: -0.32px;
  text-transform: capitalize;
  transition: 0.3s;
}
#exhibition_detail .btn-list:hover {
  background: #000;
  color: #fff;
}

#exhibition_detail .nav-links {
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  display: flex;
  justify-content: space-between;
}
#exhibition_detail .nav-content {
  flex: 1;
  padding: 22px 0px;
  display: flex;
  gap: 30px;
  align-items: center;
  cursor: pointer;
}

#exhibition_detail .nav-content span {
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  letter-spacing: -1px;
  text-transform: uppercase;
}

/* product_detail.php 스타일 */
#product_detail .main {
  width: 100%;
  overflow-x: hidden;
}

/* Sub Visual */
#product_detail .sub-visual {
  background: url("../images/product/sub_visual_products2.png") no-repeat
    center/cover;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 1380px;
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 50px;
}
#product_detail .sub-visual-title {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 39px */
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#product_detail .sub-visual-desc {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  letter-spacing: -1px;
}

/* Product Nav */
#product_detail .product-nav {
  border-bottom: 1px solid #ddd;
  background: #fff;
}
#product_detail .product-nav__container {
  max-width: 1380px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#product_detail .product-nav__item {
  flex: 1;
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
  color: #666;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
  max-width: 345px;
}
#product_detail .product-nav__item:hover,
#product_detail .product-nav__item.active {
  color: #0068b7;
  border-bottom-color: #0068b7;
  font-weight: 700;
}

/* Container */
#product_detail .product-detail-container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 40px 20px 120px;
}

/* Breadcrumb */
#product_detail .breadcrumb {
  font-size: 14px;
  color: #999;
  margin-bottom: 40px;
}
#product_detail .breadcrumb a {
  color: #999;
  text-decoration: none;
}
#product_detail .breadcrumb span {
  color: #000;
  font-weight: 500;
}

/* Main Content */
#product_detail .product-main {
  display: flex;
  gap: 60px;
  margin-bottom: 100px;
}
#product_detail .product-images {
  flex: 0 0 50%;
}
#product_detail .product-images__main {
  background: #f8f8f8;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
#product_detail .product-images__main img {
  width: 100%;
  display: block;
}
/* 데스크톱: 캐러셀 구조 숨김, 첫 번째 이미지만 표시 */
#product_detail .product-images__carousel {
  display: block;
}
#product_detail .product-image-slide {
  display: none;
}
#product_detail .product-image-slide.active {
  display: block;
}
#product_detail .product-image-slide img {
  width: 100%;
  display: block;
}
/* 데스크톱: 캐러셀 네비게이션 숨김 */
#product_detail .product-images__carousel-nav,
#product_detail .product-images__carousel-dots {
  display: none;
}
#product_detail .product-images__thumbs {
  display: flex;
  gap: 10px;
}
#product_detail .product-thumb {
  width: 100px;
  height: 70px; /* Approx aspect ratio */
  background: #f8f8f8;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
}
#product_detail .product-thumb.active {
  border-color: #000;
}
#product_detail .product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Info */
#product_detail .product-info {
  flex: 1;
}
#product_detail .product-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
  text-transform: uppercase;
}
#product_detail .product-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 40px;
}
#product_detail .product-desc p {
  margin-bottom: 10px;
}

/* Specs */
#product_detail .spec-group {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
#product_detail .spec-head {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
}
#product_detail .spec-content {
  padding-bottom: 20px;
}
#product_detail .spec-row {
  display: flex;
  margin-bottom: 10px;
  font-size: 16px;
}
#product_detail .spec-label {
  width: 150px;
  font-weight: 500;
  color: #666;
  flex-shrink: 0;
}
#product_detail .spec-value {
  color: #000;
}

/* Color Chart */
#product_detail .color-chart-section {
  border-top: 1px solid #000;
  padding-top: 60px;
}
#product_detail .section-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #000;
}
#product_detail .color-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 20px;
}
#product_detail .color-item {
  text-align: center;
}
#product_detail .color-swatch {
  width: 100%;
  aspect-ratio: 1;
  background: #eee;
  border-radius: 50%; /* Or rounded rect based on design? Figma showed rounded rects inside masks, effectively circles or soft squares. Let's use soft squares. */
  border-radius: 20px;
  margin-bottom: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#product_detail .color-swatch.lightbox-trigger:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Color Lightbox Styles */
.color-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.color-lightbox.active {
  opacity: 1;
  visibility: visible;
}

.color-lightbox .lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(4px);
}

.color-lightbox .lightbox-content {
  position: relative;
  z-index: 10001;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.color-lightbox .lightbox-body {
  position: relative;
  background: transparent;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.color-lightbox .lightbox-image-container {
  display: none;
  width: 700px;
  height: 700px;
  max-width: 90vw;
  max-height: 90vh;
  background: #fff;
  border-radius: 12px;
}

.color-lightbox .lightbox-image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.color-lightbox .lightbox-color-container {
  display: none;
  width: 700px;
  height: 700px;
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 12px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.color-lightbox .lightbox-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  padding: 30px 20px 20px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.color-lightbox .lightbox-color-name {
  font-size: 18px;
  font-weight: 600;
  font-family: "Pretendard", sans-serif;
}

.color-lightbox .lightbox-counter {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.9;
  font-family: "Pretendard", sans-serif;
}

.color-lightbox .lightbox-close {
  position: absolute;
  top: -50px;
  right: 0;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 40px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
  z-index: 10002;
  line-height: 1;
  padding: 0;
}

.color-lightbox .lightbox-close:hover {
  transform: scale(1.2);
  opacity: 0.8;
}

.color-lightbox .lightbox-prev,
.color-lightbox .lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 10002;
  line-height: 1;
  padding: 0;
}

.color-lightbox .lightbox-prev img,
.color-lightbox .lightbox-next img {
  width: 50px;
  height: 50px;
  display: block;
  pointer-events: none;
}

.color-lightbox .lightbox-prev {
  left: -70px;
}

.color-lightbox .lightbox-next {
  right: -70px;
}

.color-lightbox .lightbox-prev:hover,
.color-lightbox .lightbox-next:hover {
  transform: translateY(-50%) scale(1.1);
  opacity: 0.9;
}

@media (max-width: 768px) {
  .color-lightbox .lightbox-image-container,
  .color-lightbox .lightbox-color-container {
    width: 90vw;
    height: 90vw;
    max-height: 70vh;
  }

  .color-lightbox .lightbox-prev {
    left: 10px;
  }

  .color-lightbox .lightbox-next {
    right: 10px;
  }

  .color-lightbox .lightbox-close {
    top: 10px;
    right: 10px;
  }
}

/* Product Selection Section (Color & Option Selection + Cart Button) */
#product_detail .product-selection-section {
  margin-top: 40px;
  padding-top: 40px;
}

#product_detail .selection-group {
  margin-bottom: 30px;
}

#product_detail .selection-group:last-child {
  margin-bottom: 0;
}

#product_detail .selection-label {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-family: "Pretendard", sans-serif;
  letter-spacing: -0.5px;
}

#product_detail .selection-label .required {
  color: #e74c3c;
  margin-left: 4px;
}

#product_detail .color-selection {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

#product_detail .color-option {
  display: inline-block;
  cursor: pointer;
  border: 2px solid #ddd;
  border-radius: 8px;
  padding: 12px;
  transition: all 0.3s;
  background: #fff;
}

#product_detail .color-option:hover {
  border-color: #000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

#product_detail .color-option.selected {
  border-color: #000;
  background-color: #f5f5f5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

#product_detail .color-option input[type="radio"] {
  display: none;
}

#product_detail .color-option-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

#product_detail .color-swatch-small {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  border: 1px solid #ddd;
  transition: all 0.3s;
}

#product_detail .color-option.selected .color-swatch-small {
  border-color: #000;
  border-width: 2px;
}

#product_detail .color-option-name {
  font-size: 13px;
  color: #333;
  text-align: center;
  font-weight: 500;
  font-family: "Pretendard", sans-serif;
  margin-top: 4px;
}

#product_detail .color-option.selected .color-option-name {
  color: #000;
  font-weight: 600;
}

#product_detail .option-select {
  width: 100%;
  max-width: 400px;
  padding: 14px 18px;
  border: 2px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  font-family: "Pretendard", sans-serif;
  font-weight: 500;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  color: #000;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  padding-right: 45px;
}

#product_detail .option-select:focus {
  outline: none;
  border-color: #000;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

#product_detail .option-select:hover {
  border-color: #999;
}

#product_detail .no-options {
  color: #999;
  font-size: 14px;
  font-style: italic;
}

#product_detail .quantity-control {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 200px;
  border: 2px solid #ddd;
  border-radius: 8px;
  padding: 4px;
  background: #fff;
  transition: all 0.3s;
}

#product_detail .quantity-control:focus-within {
  border-color: #000;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

#product_detail .qty-btn {
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-family: "Pretendard", sans-serif;
}

#product_detail .qty-btn:hover {
  background-color: #f5f5f5;
  color: #000;
}

#product_detail .qty-btn:active {
  background-color: #e5e5e5;
  transform: scale(0.95);
}

#product_detail .qty-input {
  flex: 1;
  min-width: 60px;
  padding: 10px 8px;
  border: none;
  border-radius: 6px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  font-family: "Pretendard", sans-serif;
  color: #000;
  background: transparent;
}

#product_detail .qty-input:focus {
  outline: none;
}

#product_detail .qty-input::-webkit-inner-spin-button,
#product_detail .qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#product_detail .qty-input[type="number"] {
  -moz-appearance: textfield;
}

#product_detail .btn-add-to-cart {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: "Pretendard", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1px;
  width: 100%;
  background: #000;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
  border-radius: 6px;
  background: #0068b7;
}

#product_detail .btn-add-to-cart:hover {
  background: #333;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

#product_detail .btn-add-to-cart:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

#product_detail .btn-add-to-cart:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
  opacity: 0.6;
}

#product_detail .error-message {
  color: #e74c3c;
  font-size: 12px;
  margin-top: 5px;
}

#product_detail .color-name {
  font-size: 14px;
  color: #666;
  display: block;
  line-height: 1.2;
}
/* mypage_customer_request.php 스타일 */
#mypage_customer_request .mypage-container {
  display: flex;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 50px 20px;
  font-family: "Noto Sans KR", sans-serif;
  color: #333;
}

#mypage_customer_request .sidebar {
  width: 270px;
  margin-right: 80px;
  flex-shrink: 0;
}

#mypage_customer_request .sidebar-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
}

#mypage_customer_request .sidebar-section {
  margin-bottom: 30px;
}

#mypage_customer_request .sidebar-section-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 12px;
}

#mypage_customer_request .sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

#mypage_customer_request .sidebar-menu li {
  margin-bottom: 10px;
}

#mypage_customer_request .sidebar-menu a {
  text-decoration: none;
  font-size: 16px;
  color: #666;
  display: block;
  padding: 5px 0;
}

#mypage_customer_request .sidebar-menu a.active {
  color: #000;
  font-weight: 700;
}

#mypage_customer_request .content-area {
  flex-grow: 1;
  position: relative;
}

#mypage_customer_request .page-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  border-bottom: 2px solid #000;
  padding-bottom: 15px;
}

#mypage_customer_request .request-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#mypage_customer_request .request-item {
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  background: #f6f7f7;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

#mypage_customer_request .request-img {
  width: 160px;
  height: 110px;
  background-color: #f5f5f5;
  object-fit: cover;
}

#mypage_customer_request .request-info {
  flex-grow: 1;
}

#mypage_customer_request .request-row {
  display: flex;
  margin-bottom: 16px;
}

#mypage_customer_request .request-label {
  width: 150px;
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
  letter-spacing: -1px;
  text-transform: uppercase;
}

#mypage_customer_request .request-value {
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  letter-spacing: -1px;
  text-transform: capitalize;
}

#mypage_customer_request .request-state {
  color: #000;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: -1px;
  text-transform: capitalize;
  border-radius: 6px;
  border: 1px solid #b0b0b0;
  background: #fff;
  padding-left: 14px;
  padding-right: 14px;
}

#mypage_customer_request .btn-detail {
  margin-top: 15px;
  text-decoration: none;
  display: inline-block;
  color: #0068b7;
  text-align: right;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  letter-spacing: -1px;
  text-decoration-line: underline;
  float: right;
}

/* Pagination */
#mypage_customer_request .pagination {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 5px;
}
#mypage_customer_request .page-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
}
#mypage_customer_request .page-btn.active {
  background: #000;
  border-radius: 30px;
  background: #f5f5f5;
  color: #000;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
}

/* Modal / Overlay for Details */
#mypage_customer_request .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

#mypage_customer_request .modal-content {
  width: 860px;
  padding: 60px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 20px;
  border: 1px solid #d5d5d5;
  background: #f6f7f7;
  box-shadow: 18px 17px 24.4px 3px rgba(152, 152, 152, 0.06);
}

#mypage_customer_request .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: none;
}

#mypage_customer_request .modal-header-info {
  border-bottom: 2px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#mypage_customer_request .detail-item {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  align-items: flex-start;
}

#mypage_customer_request .detail-img {
  width: 160px;
  height: 110px;
  background: #f5f5f5;
  margin-right: 30px;
}

#mypage_customer_request .detail-text {
  flex: 1;
}

#mypage_customer_request .detail-title {
  color: #000;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 23.4px */
  letter-spacing: -1px;
  margin-bottom: 20px;
}

#mypage_customer_request .detail-specs {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 14px;
  color: #666;
}

#mypage_customer_request .spec-row {
  display: flex;
  margin-bottom: 16px;
}

#mypage_customer_request .spec-row span:not(.spec-label) {
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: -1px;
  text-transform: capitalize;
}

#mypage_customer_request .spec-label {
  width: 150px;
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
  letter-spacing: -1px;
  text-transform: uppercase;
}

/* mypage_qna_history.php 스타일 */
#mypage_qna_history .mypage-container {
  display: flex;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 50px 20px;
  font-family: "Noto Sans KR", sans-serif;
  color: #333;
}

#mypage_qna_history .sidebar {
  width: 270px;
  margin-right: 80px;
  flex-shrink: 0;
}

#mypage_qna_history .sidebar-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
}

#mypage_qna_history .sidebar-section {
  margin-bottom: 30px;
}

#mypage_qna_history .sidebar-section-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 12px;
}

#mypage_qna_history .sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

#mypage_qna_history .sidebar-menu li {
  margin-bottom: 10px;
}

#mypage_qna_history .sidebar-menu a {
  text-decoration: none;
  font-size: 16px;
  color: #666;
  display: block;
  padding: 5px 0;
}

#mypage_qna_history .sidebar-menu a.active {
  color: #000;
  font-weight: 700;
}

#mypage_qna_history .content-area {
  flex-grow: 1;
}

#mypage_qna_history .page-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 50px;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
}

#mypage_qna_history .list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 0;
}
#mypage_qna_history .total-count {
  font-weight: 700;
}

/* Q&A 검색 바 스타일 (Figma 디자인 기반) */
#mypage_qna_history .qna-search-bar {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

#mypage_qna_history .qna-search-form {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 35px;
}

#mypage_qna_history .qna-search-field {
  display: flex;
  align-items: center;
  gap: 10px;
}

#mypage_qna_history .qna-search-label {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 28px;
  white-space: nowrap;
  letter-spacing: -0.32px;
}

#mypage_qna_history .qna-search-select {
  width: 150px;
  height: 35px;
  border: 1px solid #999;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 16px;
  color: #000;
  background: #fff;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px 7px;
  padding-right: 30px;
}

#mypage_qna_history .qna-search-select:focus {
  border-color: #0068b7;
}

#mypage_qna_history .qna-search-select option {
  color: #000;
  background: #fff;
}

#mypage_qna_history .qna-search-divider {
  width: 1px;
  height: 20px;
  background: #e9e9ec;
  flex-shrink: 0;
}

#mypage_qna_history .qna-date-group {
  display: flex;
  align-items: center;
  gap: 0;
}

#mypage_qna_history .qna-date-input {
  width: 126px;
  height: 35px;
  border: 1px solid #999;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 16px;
  color: #000;
  background: #fff;
  outline: none;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#mypage_qna_history .qna-date-input::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.6;
}

#mypage_qna_history .qna-date-input::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}

#mypage_qna_history .qna-date-input:focus {
  border-color: #0068b7;
}

#mypage_qna_history .qna-date-input::placeholder {
  color: #999;
  font-size: 16px;
}

#mypage_qna_history .qna-date-separator {
  margin: 0 5px;
  font-size: 16px;
  color: #000;
  line-height: 28px;
  white-space: nowrap;
}

#mypage_qna_history .qna-search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 191px;
  height: 35px;
  border: 1px solid #999;
  border-radius: 5px;
  padding: 0 10px;
  background: #fff;
}

#mypage_qna_history .qna-search-input-wrapper:focus-within {
  border-color: #0068b7;
}

#mypage_qna_history .qna-search-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  color: #000;
  background: transparent;
  padding: 0;
  height: 100%;
  width: 80%;
}

#mypage_qna_history .qna-search-input::placeholder {
  color: #999;
  font-size: 16px;
}

#mypage_qna_history .qna-search-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

#mypage_qna_history .qna-search-button:hover {
  opacity: 0.7;
}

#mypage_qna_history .qna-search-button img {
  width: 20px;
  height: 20px;
  display: block;
}

/* 반응형 스타일 */
@media (max-width: 1200px) {
  #mypage_qna_history .qna-search-form {
    flex-wrap: wrap;
    gap: 15px;
    height: auto;
  }

  #mypage_qna_history .qna-search-field {
    flex-wrap: wrap;
  }

  #mypage_qna_history .qna-date-group {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  #mypage_qna_history .list-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  #mypage_qna_history .qna-search-bar {
    width: 100%;
    justify-content: flex-start;
  }

  #mypage_qna_history .qna-search-form {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  #mypage_qna_history .qna-search-field {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  #mypage_qna_history .qna-search-select,
  #mypage_qna_history .qna-date-input,
  #mypage_qna_history .qna-search-input-wrapper {
    width: 100%;
  }

  #mypage_qna_history .qna-date-group {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }

  #mypage_qna_history .qna-date-separator {
    display: none;
  }

  #mypage_qna_history .qna-search-divider {
    display: none;
  }
}

#mypage_qna_history .qna-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
#mypage_qna_history .qna-table th {
  padding: 10px 0;
  font-weight: 500;
  background: #f3f4f5;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  letter-spacing: -0.36px;
}
#mypage_qna_history .qna-table td {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  color: #555;
}

#mypage_qna_history .qna-category {
  display: inline-block;
  width: 110px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 20px;
  background: rgba(243, 244, 245, 0.7);
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  letter-spacing: -0.36px;
}

/* PC용 제목 스타일 */
#mypage_qna_history .qna-title-pc {
  display: block;
  text-align: left;
  padding-left: 20px;
}

#mypage_qna_history .qna-title-pc .qna-title-link {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #555;
  text-decoration: none;
}

#mypage_qna_history .qna-title-pc .qna-title-link:hover {
  text-decoration: underline;
}

#mypage_qna_history .qna-title-pc .qna-title-link img {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

/* 모바일용 카드 구조는 PC에서 숨김 */
#mypage_qna_history .qna-mobile-card {
  display: none;
}

#mypage_qna_history .qna-title {
  text-align: left;
  padding-left: 20px;
  cursor: pointer;
}
#mypage_qna_history .qna-title a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #555;
  text-decoration: none;
}

#mypage_qna_history .reply-badge {
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
  font-size: 13px;
  color: #888;
}

#mypage_qna_history .reply-icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background: url("../images/mypage/icon_message.svg") no-repeat center/contain;
}

#mypage_qna_history .pagination {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 5px;
}
#mypage_qna_history .page-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
}
#mypage_qna_history .page-btn.active {
  background: #000;
  border-radius: 30px;
  background: #f5f5f5;
  color: #000;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
}

/* mypage_withdraw.php 스타일 */
#mypage_withdraw .mypage-container {
  display: flex;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 50px 20px;
  font-family: "Noto Sans KR", sans-serif;
  color: #333;
}

#mypage_withdraw .sidebar {
  width: 270px;
  margin-right: 80px;
  flex-shrink: 0;
}

#mypage_withdraw .sidebar-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
}

#mypage_withdraw .sidebar-section {
  margin-bottom: 30px;
}

#mypage_withdraw .sidebar-section-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 12px;
}

#mypage_withdraw .sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

#mypage_withdraw .sidebar-menu li {
  margin-bottom: 10px;
}

#mypage_withdraw .sidebar-menu a {
  text-decoration: none;
  font-size: 16px;
  color: #666;
  display: block;
  padding: 5px 0;
}

#mypage_withdraw .sidebar-menu a.active {
  color: #000;
  font-weight: 700;
}

#mypage_withdraw .content-area {
  flex-grow: 1;
}

#mypage_withdraw .page-title {
  color: #000;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 31.2px */
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
}

#mypage_withdraw .warning-text {
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 26px */
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-bottom: 30px;
}

#mypage_withdraw .warning-box {
  background-color: #f6f7f7;
  padding: 20px;
  border: 1px solid #eee;
  margin-bottom: 30px;
  border-radius: 10px;
  color: #000;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 28.8px */
  letter-spacing: -1px;
  text-transform: capitalize;
}

#mypage_withdraw .btn-delete {
  background: #cd0000;
  color: #fff;
  border: none;
  padding: 10px 45px;
  color: #fff;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 26px */
  letter-spacing: -1px;
  text-transform: capitalize;
  cursor: pointer;
  float: right;
  text-decoration: none;
}

/* Security Check Form */
#mypage_withdraw .security-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 40px;
  border: 1px solid #ddd;
}

#mypage_withdraw .security-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

#mypage_withdraw .security-desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}

#mypage_withdraw .form-group {
  margin-bottom: 20px;
}

#mypage_withdraw .form-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}

#mypage_withdraw .form-input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

#mypage_withdraw .form-actions {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

#mypage_withdraw .btn-action {
  flex: 1;
  padding: 15px;
  text-align: center;
  border: 1px solid #ddd;
  cursor: pointer;
  text-decoration: none;
  color: #333;
}

#mypage_withdraw .btn-action.danger {
  background: #000;
  color: #fff;
  border-color: #000;
}

/* mypage_edit_profile.php 스타일 */
#mypage_edit_profile .mypage-container {
  display: flex;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 50px 20px;
  font-family: "Noto Sans KR", sans-serif;
  color: #333;
}

#mypage_edit_profile .sidebar {
  width: 270px;
  margin-right: 80px;
  flex-shrink: 0;
}

#mypage_edit_profile .sidebar-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
}

#mypage_edit_profile .sidebar-section {
  margin-bottom: 30px;
}

#mypage_edit_profile .sidebar-section-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 12px;
}

#mypage_edit_profile .sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

#mypage_edit_profile .sidebar-menu li {
  margin-bottom: 10px;
}

#mypage_edit_profile .sidebar-menu a {
  text-decoration: none;
  font-size: 16px;
  color: #666;
  display: block;
  padding: 5px 0;
}

#mypage_edit_profile .sidebar-menu a.active {
  color: #000;
  font-weight: 700;
}

#mypage_edit_profile .content-area {
  flex-grow: 1;
}

#mypage_edit_profile .page-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  border-bottom: 2px solid #000;
  padding-bottom: 15px;
}

#mypage_edit_profile .form-section {
  margin-bottom: 60px;
}

#mypage_edit_profile .form-group {
  margin-bottom: 30px;
}

#mypage_edit_profile .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

#mypage_edit_profile .form-col {
  flex: 1;
}

#mypage_edit_profile .form-label {
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: -1px;
}

#mypage_edit_profile .form-input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #dadada;
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: -1px;
  box-sizing: border-box;
}

#mypage_edit_profile .form-input.readonly {
  background-color: #eee;
  color: #888;
}

#mypage_edit_profile .section-title {
  color: #000;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 31.2px */
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-bottom: 25px;
  padding-bottom: 10px;
  margin-top: 80px;
}

#mypage_edit_profile .btn-save {
  background: #0068b7;
  color: #fff;
  border: none;
  padding: 10px;
  color: #fff;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
  letter-spacing: -1px;
  text-transform: capitalize;
  cursor: pointer;
  display: block;
  width: 100%;
}

/* mypage_marketing_consent.php 스타일 */
#mypage_marketing_consent .mypage-container {
  display: flex;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 50px 20px;
  font-family: "Noto Sans KR", sans-serif;
  color: #333;
}
#mypage_marketing_consent .sidebar {
  width: 270px;
  margin-right: 80px;
  flex-shrink: 0;
}
#mypage_marketing_consent .sidebar-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
}
#mypage_marketing_consent .sidebar-section {
  margin-bottom: 30px;
}
#mypage_marketing_consent .sidebar-section-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 12px;
}
#mypage_marketing_consent .sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
#mypage_marketing_consent .sidebar-menu li {
  margin-bottom: 10px;
}
#mypage_marketing_consent .sidebar-menu a {
  text-decoration: none;
  font-size: 16px;
  color: #666;
  display: block;
  padding: 5px 0;
}
#mypage_marketing_consent .sidebar-menu a.active {
  color: #000;
  font-weight: 700;
}
#mypage_marketing_consent .content-area {
  flex-grow: 1;
}
#mypage_marketing_consent .page-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  border-bottom: 2px solid #000;
  padding-bottom: 15px;
}

#mypage_marketing_consent .consent-section {
  margin-top: 30px;
}

#mypage_marketing_consent .consent-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 15px;
}

#mypage_marketing_consent .consent-text {
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 26px */
  letter-spacing: -1px;
  text-transform: capitalize;
  margin: 0;
  flex: 1;
}

#mypage_marketing_consent .consent-subtext {
  color: #888;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-bottom: 20px;
  line-height: 1.5;
}

#mypage_marketing_consent .btn-terms {
  color: #000;
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: -1px;
  cursor: pointer;
  display: inline-block;
  transition: opacity 0.3s;
  text-decoration: underline;
}

#mypage_marketing_consent .btn-terms:hover {
  opacity: 0.7;
}

/* Toggle Switch */
#mypage_marketing_consent .toggle-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
  flex-shrink: 0;
}

#mypage_marketing_consent .toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

#mypage_marketing_consent .toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.3s;
  border-radius: 28px;
}

#mypage_marketing_consent .toggle-slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
}

#mypage_marketing_consent .toggle-switch input:checked + .toggle-slider {
  background-color: #0068b7;
}

#mypage_marketing_consent .toggle-switch input:checked + .toggle-slider:before {
  transform: translateX(22px);
}

#mypage_marketing_consent .toggle-switch input:disabled + .toggle-slider {
  cursor: not-allowed;
  opacity: 0.6;
}

/* Alert Messages */
#mypage_marketing_consent .alert {
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-size: 14px;
}

#mypage_marketing_consent .alert-error {
  background: #fadbd8;
  color: #e74c3c;
}

#mypage_marketing_consent .alert-success {
  background: #d5f4e6;
  color: #27ae60;
}

/* Modal */
#mypage_marketing_consent .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#mypage_marketing_consent .modal-content {
  background: #fff;
  width: 90%;
  max-width: 740px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  max-height: 90vh;
  overflow-y: auto;
  animation: slideUp 0.3s ease;
}

@keyframes slideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

#mypage_marketing_consent .modal-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
  line-height: 1.4;
}

#mypage_marketing_consent .terms-box {
  border: 1px solid #ddd;
  padding: 20px;
  height: 300px;
  overflow-y: auto;
  font-size: 14px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 30px;
  background: #f9f9f9;
  border-radius: 4px;
}

#mypage_marketing_consent .modal-actions {
  display: flex;
  gap: 10px;
}

#mypage_marketing_consent .btn-action {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  letter-spacing: -1px;
  text-transform: capitalize;
  border-radius: 4px;
  background: #8d8d8d;
  padding: 6px;
  border: none;
  width: 100%;
}

#mypage_marketing_consent .btn-action.primary {
  background: #0068b7;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  #mypage_marketing_consent .consent-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  #mypage_marketing_consent .consent-text {
    width: 100%;
  }

  #mypage_marketing_consent .modal-content {
    width: 95%;
    padding: 25px 20px;
    max-height: 85vh;
  }

  #mypage_marketing_consent .modal-title {
    font-size: 16px;
  }

  #mypage_marketing_consent .terms-box {
    height: 250px;
    padding: 15px;
    font-size: 13px;
  }

  #mypage_marketing_consent .modal-actions {
    flex-direction: column-reverse;
    gap: 10px;
  }

  #mypage_marketing_consent .btn-action {
    width: 100%;
    padding: 14px;
  }
}

/* ===================================
   Mypage Withdraw Modal Styles
   =================================== */

#mypage_withdraw .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  animation: fadeIn 0.3s ease;
}

#mypage_withdraw .modal-content {
  background: #fff;
  width: 90%;
  max-width: 740px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  max-height: 90vh;
  overflow-y: auto;
  animation: slideUp 0.3s ease;
}

#mypage_withdraw .modal-content .security-form {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}

#mypage_withdraw .modal-actions {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

#mypage_withdraw .modal-content .btn-action {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1px;
  text-transform: capitalize;
  border-radius: 4px;
  background: #8d8d8d;
  padding: 6px;
  border: none;
  width: 100%;
  cursor: pointer;
}

#mypage_withdraw .modal-content .btn-action.danger {
  background: #e74c3c;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  #mypage_withdraw .modal-content {
    width: 95%;
    padding: 25px 20px;
    max-height: 85vh;
  }

  #mypage_withdraw .modal-content .security-title {
    font-size: 16px;
  }

  #mypage_withdraw .modal-content .security-desc {
    font-size: 13px;
  }

  #mypage_withdraw .modal-actions {
    flex-direction: column-reverse;
    gap: 10px;
  }

  #mypage_withdraw .modal-content .btn-action {
    width: 100%;
    padding: 14px;
  }
}

/* ===================================
   Q&A Detail Page Styles
   =================================== */

/* Q&A Detail Table */
#qna_detail .qna-detail-table {
  width: 100%;
  margin-top: 30px;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  overflow: hidden;
}

#qna_detail .qna-detail-row {
  display: flex;
  border-bottom: 1px solid #dcdcdc;
  min-height: 52px;
}

#qna_detail .qna-detail-row:first-child {
  border-top: none;
}

#qna_detail .qna-detail-row:last-child {
  border-bottom: none;
}

#qna_detail .qna-detail-content-row {
}

#qna_detail .qna-detail-label {
  width: 327px;
  background: #f7f7f8;
  border-right: 1px solid #e7e7e7;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.32px;
  color: #000;
  flex-shrink: 0;
}

#qna_detail .qna-detail-content-row .qna-detail-label {
}

#qna_detail .qna-detail-value {
  flex: 1;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.32px;
  color: #000;
  background: #fff;
}

#qna_detail .qna-detail-content {
  padding: 20px;
  background: #f7f7f7;
  border-radius: 4px;
  margin: 6px 24px;
  width: calc(100% - 40px);
}

#qna_detail .qna-file-list {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

#qna_detail .qna-file-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f7f7f7;
  padding: 8px 14px;
  border-radius: 4px;
}

#qna_detail .qna-file-item a {
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.32px;
  color: #000;
  text-decoration: none;
}

#qna_detail .qna-file-item a:hover {
  text-decoration: underline;
}

/* Action Buttons */
#qna_detail .qna-action-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 20px;
}

#qna_detail .btn-qna-edit,
#qna_detail .btn-qna-delete {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 4px;
  font-family: "Pretendard", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.4px;
  min-width: 127px;
  height: 42px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s;
}

#qna_detail .btn-qna-edit {
  background: #0068b7;
  color: #fff;
}

#qna_detail .btn-qna-edit:hover {
  background: #005499;
}

#qna_detail .btn-qna-delete {
  background: #4e4e4e;
  color: #fff;
}

#qna_detail .btn-qna-delete:hover {
  background: #333;
}

/* Reply Section */
#qna_detail .qna-reply-section {
  margin-top: 60px;
  padding-top: 45px;
  border-top: 2px solid #000;
}

#qna_detail .reply-write-area {
  margin-bottom: 45px;
}

#qna_detail .reply-textarea {
  width: 100%;
  min-height: 156px;
  padding: 20px;
  background: #f6f6f6;
  border: 1px solid #ddd;
  border-radius: 14px;
  font-family: "Pretendard", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.4px;
  color: #000;
  resize: vertical;
  box-sizing: border-box;
}

#qna_detail .reply-textarea::placeholder {
  color: #999;
}

#qna_detail .reply-textarea:focus {
  outline: none;
  border-color: #0068b7;
  background: #fff;
}

#qna_detail .reply-form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 9px;
  margin-top: 11px;
}

#qna_detail .btn-reply-submit,
#qna_detail .btn-reply-cancel {
  padding: 8px 20px;
  border-radius: 6px;
  font-family: "Pretendard", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.4px;
  min-width: 67px;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

#qna_detail .btn-reply-submit {
  background: #0068b7;
  color: #fff;
}

#qna_detail .btn-reply-submit:hover {
  background: #005499;
}

#qna_detail .btn-reply-cancel {
  background: #7c7c7c;
  color: #fff;
}

#qna_detail .btn-reply-cancel:hover {
  background: #666;
}

/* Reply List */
#qna_detail .reply-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#qna_detail .reply-item {
  background: #fff;
  padding: 50px 0px;
  border-top: 1px solid #cdcdcd;
}

#qna_detail .reply-item:last-child {
  border-bottom: 1px solid #cdcdcd;
}

#qna_detail .reply-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

#qna_detail .reply-author-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

#qna_detail .reply-author {
  font-family: "Pretendard", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.4px;
  color: #000;
}

#qna_detail .reply-author.admin {
  color: #0068b7;
}

#qna_detail .reply-date {
  font-family: "Pretendard", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.4px;
  color: #7a7a7a;
}

#qna_detail .reply-actions {
  display: flex;
  gap: 10px;
}

#qna_detail .btn-reply-edit,
#qna_detail .btn-reply-delete {
  padding: 4px 10px;
  border-radius: 6px;
  font-family: "Pretendard", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.4px;
  min-width: 67px;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s;
}

#qna_detail .btn-reply-edit {
  color: #0068b7;
}

#qna_detail .btn-reply-edit:hover {
  background: #f0f8ff;
}

#qna_detail .btn-reply-delete {
  color: #656565;
}

#qna_detail .btn-reply-delete:hover {
  background: #f5f5f5;
}

#qna_detail .reply-content {
  font-family: "Pretendard", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.4px;
  color: #000;
}

/* Navigation */
#qna_detail .qna-navigation {
  margin-top: 60px;
  border-top: 1px solid #dcdcdc;
}

#qna_detail .qna-nav-item {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #dcdcdc;
  cursor: pointer;
  transition: background-color 0.3s;
}

#qna_detail .qna-nav-item:hover {
  background-color: #f9f9f9;
}

#qna_detail .qna-nav-label {
  width: 100px;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  flex-shrink: 0;
}

#qna_detail .qna-nav-content {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#qna_detail .qna-nav-title {
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

#qna_detail .qna-nav-date {
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  color: #888;
}

/* Modal */
#qna_detail .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  align-items: center;
  justify-content: center;
}

#qna_detail .modal-content {
  background: #fff;
  width: 90%;
  max-width: 600px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

#qna_detail .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  border-bottom: 1px solid #e0e0e0;
}

#qna_detail .modal-header h3 {
  font-family: "Pretendard", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin: 0;
}

#qna_detail .modal-close {
  background: none;
  border: none;
  font-size: 28px;
  color: #999;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s;
}

#qna_detail .modal-close:hover {
  color: #333;
}

#qna_detail #editReplyForm {
  padding: 25px;
}

#qna_detail .modal-textarea {
  width: 100%;
  min-height: 150px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  resize: vertical;
  box-sizing: border-box;
  margin-bottom: 20px;
}

#qna_detail .modal-textarea:focus {
  outline: none;
  border-color: #0068b7;
}

#qna_detail .modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

#qna_detail .btn-modal-submit,
#qna_detail .btn-modal-cancel {
  padding: 10px 20px;
  border-radius: 6px;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 500;
  min-width: 80px;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

#qna_detail .btn-modal-submit {
  background: #0068b7;
  color: #fff;
}

#qna_detail .btn-modal-submit:hover {
  background: #005499;
}

#qna_detail .btn-modal-cancel {
  background: #7c7c7c;
  color: #fff;
}

#qna_detail .btn-modal-cancel:hover {
  background: #666;
}

.mypage-mobile-header {
  display: none;
}

/* ===================================
   Cookie Consent Modal
   =================================== */
.cookie-consent-modal {
  position: fixed;
  bottom: -100%;
  right: 40px;
  width: 669px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  z-index: 10000;
  transition: bottom 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.cookie-consent-modal.show {
  bottom: 40px;
  opacity: 1;
  visibility: visible;
}

.cookie-modal-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 29px;
}

.cookie-modal-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cookie-modal-title {
  font-family: Pretendard;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.46;
  letter-spacing: -1px;
  color: #000;
  margin: 0;
}

.cookie-modal-desc {
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: -1px;
  color: #000;
  margin: 0;
}

.cookie-modal-privacy {
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: -1px;
  color: #000;
  margin: 10px 0 0 0;
}

.cookie-modal-privacy a {
  text-decoration: underline;
  color: #000;
}

.cookie-modal-actions {
  display: flex;
  gap: 25px;
  justify-content: flex-end;
  align-items: center;
}

.btn-cookie-settings {
  background: #fff;
  border: 2px solid #0068b7;
  border-radius: 65px;
  padding: 6px 38px;
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: -1px;
  color: #0068b7;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-cookie-settings:hover {
  background: #0068b7;
  color: #fff;
}

.btn-cookie-accept {
  background: #0068b7;
  border: 3px solid #0068b7;
  border-radius: 58px;
  padding: 6px 38px;
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: -1px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-cookie-accept:hover {
  background: #005a9e;
  border-color: #005a9e;
}

/* ===================================
   Cookie Settings Page
   =================================== */
#cookie_setting .main {
  width: 100%;
  overflow: hidden;
  font-family: "Pretendard", sans-serif;
}

.cookie-setting-container {
  display: flex;
  justify-content: center;
  padding: 100px 20px 120px;
}

.cookie-setting-inner {
  width: 100%;
  max-width: 912px;
  display: flex;
  flex-direction: column;
  gap: 89px;
  align-items: center;
}

.cookie-setting-title {
  font-family: Pretendard;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.11;
  letter-spacing: -1px;
  color: #101010;
  text-align: center;
  margin: 0;
}

.cookie-setting-subtitle {
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.51;
  letter-spacing: -1px;
  color: #101010;
  text-align: center;
  margin: 8px 0 0 0;
}

.cookie-setting-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.cookie-intro {
  display: flex;
  flex-direction: column;
  gap: 52px;
  text-align: center;
}

.cookie-intro-text {
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.51;
  letter-spacing: -1px;
  color: #101010;
  margin: 0;
}

.cookie-intro-text a {
  text-decoration: underline;
  color: #101010;
}

.cookie-intro-footer {
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.51;
  letter-spacing: -1px;
  color: #101010;
  margin: -30px 0 0 0;
}

.cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.cookie-category-card {
  background: #edeff3;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.cookie-category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cookie-category-title {
  font-family: Pretendard;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.51;
  letter-spacing: -1px;
  color: #101010;
  margin: 0;
  white-space: nowrap;
}

.cookie-toggle {
  width: 66px;
  height: 33.398px;
  position: relative;
  cursor: pointer;
}

.cookie-toggle.disabled {
  cursor: not-allowed;
  opacity: 1;
}

.cookie-checkbox {
  display: none;
}

.cookie-toggle-label {
  display: block;
  cursor: pointer;
  width: 66px;
  height: 33.398px;
  position: relative;
}

.cookie-toggle-label .toggle-on,
.cookie-toggle-label .toggle-off {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}

.cookie-checkbox:not(:checked) ~ .cookie-toggle-label .toggle-on {
  opacity: 0;
}

.cookie-checkbox:checked ~ .cookie-toggle-label .toggle-on {
  opacity: 1;
}

.cookie-checkbox:not(:checked) ~ .cookie-toggle-label .toggle-off {
  opacity: 1;
}

.cookie-checkbox:checked ~ .cookie-toggle-label .toggle-off {
  opacity: 0;
}

.cookie-category-desc {
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.51;
  letter-spacing: -1px;
  color: #101010;
}

.cookie-category-desc p {
  margin: 0 0 10px 0;
}

.cookie-category-desc ul {
  margin: 15px 0 0 0;
  padding-left: 20px;
  list-style-type: disc;
}

.cookie-category-desc li {
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1.51;
}

.cookie-actions {
  display: flex;
  gap: 31px;
  justify-content: center;
  align-items: center;
}

.btn-cookie-save {
  background: #fff;
  border: 2px solid #0068b7;
  border-radius: 58px;
  padding: 6px 38px;
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: -1px;
  color: #0068b7;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-cookie-save:hover {
  background: #0068b7;
  color: #fff;
}

.btn-cookie-accept-save {
  background: #0068b7;
  border: 3px solid #0068b7;
  border-radius: 58px;
  padding: 6px 38px;
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: -1px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-cookie-accept-save:hover {
  background: #005a9e;
  border-color: #005a9e;
}

/* ===================================
   Privacy Policy & Terms Pages
   =================================== */
#privacy_policy .main,
#terms .main {
  width: 100%;
  overflow: hidden;
  font-family: "Pretendard", sans-serif;
}

.policy-container {
  display: flex;
  justify-content: center;
  padding: 100px 20px 120px;
}

.policy-inner {
  width: 100%;
  max-width: 912px;
}

.policy-title {
  font-family: Pretendard;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.11;
  letter-spacing: -1px;
  color: #101010;
  text-align: center;
  margin: 0 0 20px 0;
}

.policy-date {
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.51;
  letter-spacing: -1px;
  color: #101010;
  text-align: center;
  margin: 0 0 60px 0;
}

.policy-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.policy-section h2 {
  font-family: Pretendard;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1px;
  color: #101010;
  margin: 0 0 16px 0;
}

.policy-section p {
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.5px;
  color: #333;
  margin: 0 0 12px 0;
}

.policy-section ul {
  margin: 12px 0;
  padding-left: 20px;
  list-style-type: disc;
}

.policy-section li {
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.5px;
  color: #333;
  margin-bottom: 8px;
}
