:root {
  --site_width: 1440px;
  --sh_page_bg_height: 300px;
  --sh_gnb_height: 100px;
  --main_color: #EFEDE3;
    --color_primary: #060f20; 
  --color_second: #595757;
}

* { margin: 0; padding: 0; box-sizing: border-box; font: inherit;}
a { color: inherit; text-decoration: inherit; }
a:hover, a:focus, a:active { text-decoration: none; }
ul li {list-style: none;}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {overflow-x: hidden;}

.mobile_only {display: none;}
.nav {width: 100%; margin: auto; background-color: #04090E; padding: 10px;}
.nav_wrap {max-width: var(--site_width); margin: auto; position: relative;}
.nav_wrap {display: flex; justify-content: space-between; align-items: center;}
.nav_menu {display: flex; gap: 80px; color: #EFEDE3; font-weight: 500; font-size: 18px; }
.nav  a {padding: 10px 0; display: block; }    

.sub_nav {width: 100%; margin: auto; background-color: #e4e3e3; padding: 10px;}
.sub_nav_wrap {max-width: var(--site_width); margin: auto; ;}
.sub_nav_wrap {display: flex; justify-content: space-between; align-items: center;}
.sub_nav_menu {display: flex; gap: 80px; color: #333; font-weight: 500; font-size: 18px; }
.sub_nav  a {padding: 10px 0; display: block; }    


.ceo {width: 100%;margin: auto;height: 600px;background-image: url('/images/ceo_img.png');background-size: cover;background-position: center;background-repeat: no-repeat;}
.ceo_wrap {max-width: var(--site_width);margin: auto;height: 100%;width: 100%;display: flex;flex-direction: column;align-items: center;justify-content: center;text-align: center;padding: 0 20px;}
.center-ul {width: 100%;max-width: 1200px;padding: 0;margin: 0;list-style: none;}

.center-ul li {width: 100%;}
.center-ul #ceoSwiper {width: 100%;padding: 20px 0;}
.center-ul .swiper-slide {display: flex;justify-content: center;align-items: center;flex-direction: column;gap:20px;}
.center-ul .swiper-slide img {border-radius: 10px;}
.ceo_wrap h3 {font-size: 32px;font-weight: 700;color: #fff;margin-bottom: 20px;line-height: 1.5;}
.ceo_wrap h2 {font-size: 26px;font-weight: 700;color: #615950;margin-bottom: 20px;}
.ceo_wrap h4 {font-size: 16px;font-weight: 700;color: #979797;margin-bottom: 20px;}

.swiper-desc {color: #fff;font-size: 20px;margin-top: 18px;text-align: center;font-weight: 400;letter-spacing: 0.02em;}
.swiper-slide h4 {color: #fff;font-size: 18px;margin-top: 12px;font-weight: 500;text-align: center;letter-spacing: 0.01em;text-shadow: 1px 2px 8px rgba(0,0,0,0.4);}

.about {width: 100%;margin: auto;height: 300px;background-image: url('/images/sb_bg.png');background-size: cover;background-position: center;background-repeat: no-repeat;}
/* .about {width: 100%;margin: auto;height: 200px; background: #000;} */
.about_wrap {max-width: var(--site_width);margin: auto;height: 100%;width: 100%;display: flex;flex-direction: column;align-items: center;justify-content: center;text-align: center;padding: 0 20px;}
.about_wrap .center-ul {width: 100%;max-width: 1200px;padding: 0;margin: 0;list-style: none;}
.about_wrap h3 {font-size: 26px;font-weight: 700;color: #fff;margin-bottom: 20px;line-height: 1.5;}
.about_wrap h2 {font-size: 26px;font-weight: 700;color: #615950;margin-bottom: 20px;}
.about_wrap h4 {font-size: 16px;font-weight: 700;color: #979797;margin-bottom: 20px;}

/* Greeting Section */
.greeting {
  width: 100%;
  padding: 80px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
}

.greeting_wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.greeting-header {
  text-align: center;
  margin-bottom: 60px;
}

.greeting-header h2 {
  font-size: 42px;
  font-weight: 700;
  color: #0a0e27;
  margin-bottom: 10px;
}

.greeting-subtitle {
  font-size: 16px;
  color: #6c757d;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.greeting-content {
  max-width: 900px;
  margin: 0 auto 60px;
}

.greeting-image {
  position: relative;
}

.greeting-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.ceo-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(10, 14, 39, 0.9);
  backdrop-filter: blur(10px);
  padding: 20px;
  border-radius: 12px;
  text-align: center;
}

.ceo-name {
  font-size: 24px;
  font-weight: 700;
  color: #FFD700;
  margin-bottom: 5px;
}

.ceo-position {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}

.greeting-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.greeting-opening .highlight {
  font-size: 22px;
  font-weight: 700;
  color: #0a0e27;
  line-height: 1.6;
  margin: 0;
}

.greeting-message p {
  font-size: 16px;
  line-height: 1.9;
  color: #495057;
  margin-bottom: 20px;
}

.greeting-message p:last-child {
  margin-bottom: 0;
}

.greeting-message strong {
  color: #0a0e27;
  font-weight: 700;
}

.greeting-message .closing {
  font-size: 17px;
  font-weight: 500;
  color: #0a0e27;
  margin-top: 10px;
  padding-top: 20px;
  border-top: 2px solid #e9ecef;
}

.greeting-signature {
  margin-top: 30px;
  text-align: right;
}

.greeting-signature > p {
  font-size: 16px;
  color: #495057;
  margin-bottom: 15px;
}

.signature-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 18px;
  color: #0a0e27;
}

.signature-box .company {
  font-weight: 500;
}

.signature-box .name {
  font-weight: 400;
}

.signature-box .name strong {
  font-weight: 700;
  font-size: 20px;
}

.company-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
}

.value-item {
  background: #fff;
  border: 2px solid #e9ecef;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.value-item:hover {
  border-color: #FFD700;
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(255, 215, 0, 0.2);
}

.value-icon {
  font-size: 48px;
  margin-bottom: 20px;
}

.value-item h4 {
  font-size: 22px;
  font-weight: 700;
  color: #0a0e27;
  margin-bottom: 15px;
}

.value-item p {
  font-size: 15px;
  line-height: 1.6;
  color: #6c757d;
  margin: 0;
}

/* 찾아오시는 길 섹션 */
.location-section {
  padding: 80px 0;
  background: #fff;
}

.location_wrap {
  max-width: var(--site_width);
  margin: 0 auto;
  padding: 0 40px;
}

.location-content {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
  margin-top: 50px;
}

.map-container {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.root_daum_roughmap {
  width: 100% !important;
  height: 500px !important;
}

.location-info {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #fff;
  padding: 25px 30px;
  border-radius: 15px;
  border: 2px solid #e9ecef;
  transition: all 0.3s ease;
}

.info-item:hover {
  border-color: #FFD700;
  transform: translateX(5px);
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.15);
}

.info-icon {
  font-size: 32px;
  flex-shrink: 0;
}

.info-content {
  flex: 1;
}

.info-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #0a0e27;
  margin-bottom: 8px;
}

.info-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #6c757d;
  margin: 0;
}

/* Mobile Greeting Styles */
@media (max-width: 768px) {
  .greeting {
    padding: 50px 0;
  }

  .greeting_wrap {
    padding: 0 15px;
  }

  .greeting-header {
    margin-bottom: 40px;
  }

  .greeting-header h2 {
    font-size: 28px;
  }

  .greeting-subtitle {
    font-size: 14px;
  }

  .greeting-content {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 40px;
  }

  .greeting-image img {
    border-radius: 16px;
  }

  .ceo-info {
    bottom: 15px;
    left: 15px;
    right: 15px;
    padding: 15px;
  }

  .ceo-name {
    font-size: 20px;
  }

  .ceo-position {
    font-size: 13px;
  }

  .greeting-opening .highlight {
    font-size: 18px;
  }

  .greeting-message p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 15px;
  }

  .greeting-message .closing {
    font-size: 15px;
  }

  .greeting-signature {
    margin-top: 20px;
  }

  .greeting-signature > p {
    font-size: 14px;
  }

  .signature-box {
    font-size: 16px;
  }

  .signature-box .name strong {
    font-size: 18px;
  }

  .company-values {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
  }

  .value-item {
    padding: 30px 20px;
  }

  .value-icon {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .value-item h4 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .value-item p {
    font-size: 14px;
  }

  /* 찾아오시는 길 모바일 */
  .location-section {
    padding: 50px 0;
  }

  .location_wrap {
    padding: 0 15px;
  }

  .location-content {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
  }

  .root_daum_roughmap {
    height: 300px !important;
  }

  .location-info {
    gap: 15px;
  }

  .info-item {
    padding: 20px;
    gap: 15px;
  }

  .info-icon {
    font-size: 28px;
  }

  .info-content h4 {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .info-content p {
    font-size: 14px;
  }
}




.service {width: 100%;margin: auto;padding: 60px 0;background: linear-gradient(180deg, #f8f9fa 0%, #e9ecef 100%);}
.service_wrap {max-width: 1440px;margin: auto;padding: 0 20px;}
.service-header {text-align: center;margin-bottom: 50px;}
.service-header h2 {font-size: 42px;font-weight: 700;color: #333 !important;margin-bottom: 20px;}
.service-subtitle {font-size: 18px !important;color: #6c757d !important;font-weight: 800 !important; margin-bottom: 20px;}
.service-grid {display: grid;grid-template-columns: repeat(4, 1fr);gap: 30px;}
.service-item {background: #ffffff;border: 2px solid transparent;border-radius: 20px;padding: 30px 20px;text-align: center;transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);cursor: pointer;box-shadow: 0 4px 15px rgba(0,0,0,0.08);}
.service-item:hover {border-color: #0a0e27;transform: translateY(-8px);box-shadow: 0 12px 35px rgba(10,14,39,0.15);}
.service-item .service-icon {margin-bottom: 20px;overflow: hidden;border-radius: 12px;}
.service-item .service-icon img {width: 100%;height: auto;border-radius: 12px;transition: transform 0.4s ease;}
.service-item:hover .service-icon img {transform: scale(1.05);}
.service-item h4 {font-size: 22px;font-weight: 700;color: #0a0e27;margin-top: 15px;margin-bottom: 10px;line-height: 1.4;}
.service-item p {font-size: 16px;color: #6c757d;line-height: 1.6;margin: 0;font-weight: 400;}

.why {width: 100%;margin: auto;padding: 60px 0;background: linear-gradient(135deg, #0a0e27 0%, #1a1d3a 100%);position: relative;overflow: hidden;}
.why::before {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: radial-gradient(circle at 20% 50%, rgba(255, 215, 0, 0.1) 0%, transparent 50%);pointer-events: none;}

.why_wrap {max-width: 1440px;margin: auto;padding: 0 20px;position: relative;z-index: 1;}
.why-header {text-align: center;margin-bottom: 50px;}
.why-header h2 {font-size: 42px;font-weight: 700;color: #ffffff;margin-bottom: 10px;letter-spacing: -0.5px;}
.why-subtitle {font-size: 18px;color: #FFD700;font-weight: 500;letter-spacing: 1px;}
.why-grid {display: grid;grid-template-columns: repeat(5, 1fr);gap: 20px;}
.why-grid .img1 {background-image: url('/images/t3.png'); background-position: center; background-size: cover; background-repeat: no-repeat; background-size: cover;}
.why-grid .img2 {background-image: url('/images/t1.png'); background-position: center; background-size: cover; background-repeat: no-repeat; background-size: cover;}
.why-grid .img3 {background-image: url('/images/t2.png'); background-position: center; background-size: cover; background-repeat: no-repeat; background-size: cover;}
.why-grid .img4 {background-image: url('/images/t4.png'); background-position: center; background-size: cover; background-repeat: no-repeat; background-size: cover;}
.why-grid .img5 {background-image: url('/images/t5.png'); background-position: center; background-size: cover; background-repeat: no-repeat; background-size: cover;}
.why-item {background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);border: 1px solid rgba(255, 255, 255, 0.15);clip-path: polygon(10% 0%, 90% 0%, 100% 8%, 100% 65%, 95% 75%, 85% 85%, 70% 93%, 50% 100%, 30% 93%, 15% 85%, 5% 75%, 0% 65%, 0% 8%);padding: 40px 20px 50px;text-align: center;transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);cursor: pointer;min-height: 280px;display: flex;flex-direction: column;align-items: center;justify-content: flex-start;position: relative;overflow: visible;}
.why-item::before {content: '';position: absolute;top: 0;left: 0;right: 0;height: 3px;background: linear-gradient(90deg, transparent, #FFD700, transparent);transform: translateX(-100%);transition: transform 0.6s ease;}
.why-item:hover::before {transform: translateX(100%);}
.why-item:hover {background: linear-gradient(145deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%);border-color: rgba(255, 215, 0, 0.5);transform: translateY(-8px);box-shadow: 0 15px 40px rgba(255, 215, 0, 0.2);}
.why-icon-wrapper {margin-bottom: 20px;position: relative;}
.why-number {font-size: 64px;font-weight: 700;background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;line-height: 1;opacity: 0.95;text-shadow: 0 2px 10px rgba(255, 215, 0, 0.3);}
.why-item h4 {font-size: 20px;font-weight: 700;color: #fff;margin: 15px 0 12px;line-height: 1.4;}
.why-item p {font-size: 15px;color: rgba(255, 255, 255, 0.75);line-height: 1.6;margin: 0;font-weight: 400;}



@media (max-width: 768px) {
  .mobile_only {display: block;}
  .service {
    padding: 40px 0;
  }
  .service_wrap {
    padding: 0 15px;
  }
  .service-header {
    margin-bottom: 35px;
  }
  .service-header h2 {
    font-size: 28px;
  }
  .service-subtitle {
    font-size: 14px;
  }
  .service-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .service-item {
    padding: 20px 15px;
  }
  .service-item .service-icon img {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    display: block;
  }
  .service-item h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 12px;
  }
  .service-item p {
    font-size: 16px;
  }

  /* Why 섹션 모바일 최적화 */
  .why {
    padding: 40px 0;
  }
  .why-header {
    margin-bottom: 35px;
  }
  .why-header h2 {
    font-size: 28px;
  }
  .why-subtitle {
    font-size: 14px;
  }
  .why_wrap {
    padding: 0 15px;
  }
  .why-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .why-item {
    clip-path: none;
    border-radius: 20px;
    padding: 30px 20px;
    min-height: 220px;
    overflow: hidden;
  }
  .why-number {
    font-size: 48px;
  }
  .why-item h4 {
    font-size: 17px;
    margin: 12px 0 10px;
  }
  .why-item p {
    font-size: 14px;
  }
}
.service-header {
  text-align: center;
  margin-bottom: 0px;
}
.service-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

.service-ul {
  display: flex;
  justify-content: space-around;
  gap: 30px;
}
.service-ul li {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 10px 10px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.service-ul h4 {
  font-size: 22px;
  font-weight: 700;
  color: #e0e0e0;
  margin-top: 20px;
  line-height: 1.4;
}
.service-ul p {
  font-size: 16px;
  color: #ccc;
  line-height: 1.6;
  margin: 0;
}


@media (max-width: 1024px) {
  .service-ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .service {
    padding: 50px 15px;
  }
  .service-header h2 {
    font-size: 32px;
  }
  .service-subtitle {
    font-size: 14px;
  }
  .service-ul {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .service-ul li {
    padding: 30px 15px;
  }
  .service-icon {
    font-size: 44px;
  }
  .service-ul h4 {
    font-size: 18px;
  }
  .service-ul p {
    font-size: 14px;
  }
}


@media (max-width: 768px) {
  .footer-logo {display: none;}
  .nav {
    padding: 14px 20px;
  }
  .nav_wrap {
    flex-direction: row;
    gap: 0;
    padding: 0 8px;
    min-width: 0;
  }
  .nav_logo img {
    width: 32px !important;
  }
  .nav_menu {display: none;position: absolute;top: 60px;left: 0;width: 100vw;background: #04090E;flex-direction: column;gap: 0;z-index: 100;border-top: 1px solid #222;}
  .sub_nav_menu {display: none;position: absolute;top: 60px;left: 0;width: 100vw;background: #04090E;flex-direction: column;gap: 0;z-index: 100;border-top: 1px solid #222;}

  .nav_menu.active {
    display: flex;
  }
  .nav_hamburger {
    display: block;
    cursor: pointer;
    margin-left: auto;
  }
  .ceo {
    min-height: 480px;
    height: auto;
  }
  .ceo_wrap {
    min-height: 480px;
    padding: 30px 5px;
  }
  .center-ul {
    max-width: 100%;
    gap: 18px;
  }
  .center-ul h3 {
    font-size: 18px;
    padding: 0 5px;
  }

  #ceoSwiper {
    padding: 10px 0 20px;
  }
  .swiper-slide img {
    width: 90vw !important;
    max-width: 320px;
    height: auto;
  }
  .swiper-slide h4 {
    font-size: 14px;
    margin-top: 8px;
  }
  .swiper-pagination {
    bottom: 0 !important;
  }
}

/* Footer Styles */
.footer {
  width: 100%;
  /* background: linear-gradient(135deg, #0a0e27 0%, #1a1d3a 100%); */
  background: #c4c4c4;
  /* background: radial-gradient(circle at 20% 50%, rgba(255, 215, 0, 0.1) 0%, transparent 50%);pointer-events: none; */
  /* background: linear-gradient(135deg, #0a0e27 0%, #1a1d3a 100%); */
  color: #fff;
  padding: 60px 0 30px;
  /* margin-top: 80px; */
}

.footer_wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-top {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  /* padding-bottom: 40px; */
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
}

.footer-logo img {
  width: 80px;
  height: auto;
}

.footer-info {
  flex: 1;
}

.company-name {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.footer-details {
  font-size: 16px;
  color: rgba(46, 44, 44, 0.8);
  margin-bottom: 10px;
}

.footer-details span {
  display: inline-block;
}

.footer-details .divider {
  font-size: 16px;
  margin: 0 12px;
    color: rgba(46, 44, 44, 0.8);
}

.footer-address {
  font-size: 14px;
    color: rgba(46, 44, 44, 0.8);
  line-height: 1.6;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}

.footer-links {
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer-links a {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s ease;
  text-decoration: none;
}

.footer-links a:hover {
  color: #FFD700;
}

.footer-links .divider {
  color: #333;
}

.footer-copyright {
  font-size: 16px;
  color: #333;
}

/* Modal Styles */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 90%;
  max-width: 700px;
  max-height: 80vh;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}

.modal-container.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;
  border-bottom: 1px solid #e9ecef;
  background: linear-gradient(135deg, #0a0e27 0%, #1a1d3a 100%);
  border-radius: 20px 20px 0 0;
}

.modal-header h3 {
  font-size: 22px;
  font-weight: 700;
  color: #FFD700;
  margin: 0;
}

.modal-close {
  width: 36px;
  height: 36px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-close:hover {
  background: rgba(255, 215, 0, 0.2);
  transform: rotate(90deg);
}

.modal-body {
  padding: 30px;
  overflow-y: auto;
  flex: 1;
}

.modal-section {
  margin-bottom: 25px;
}

.modal-section:last-child {
  margin-bottom: 0;
}

.modal-section h4 {
  font-size: 16px;
  font-weight: 700;
  color: #0a0e27;
  margin-bottom: 10px;
}

.modal-section p {
  font-size: 14px;
  line-height: 1.8;
  color: #495057;
  margin: 0;
}

.modal-section p + p {
  margin-top: 10px;
}

/* Mobile Footer Styles */
@media (max-width: 768px) {
  .footer {
    padding: 40px 0 20px;
    margin-top: 0px;
  }

  .footer-top {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 30px;
  }

  .footer-logo img {
    width: 60px;
  }

  .company-name {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .footer-details {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .footer-details .divider {
    margin: 0 6px;
  }

  .footer-address {
    font-size: 12px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    padding-top: 20px;
  }

  .footer-links {
    font-size: 13px;
  }

  .footer-copyright {
    font-size: 11px;
  }

  .modal-container {
    width: 95%;
    max-height: 85vh;
    border-radius: 16px;
  }

  .modal-header {
    padding: 20px;
    border-radius: 16px 16px 0 0;
  }

  .modal-header h3 {
    font-size: 18px;
  }

  .modal-close {
    width: 32px;
    height: 32px;
    font-size: 24px;
  }

  .modal-body {
    padding: 20px;
  }

  .modal-section h4 {
    font-size: 15px;
  }

  .modal-section p {
    font-size: 13px;
  }
}

/* ========== Service Page Styles ========== */

/* 주요 서비스 섹션 */
.service-page {
  padding: 80px 0;
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.service-page_wrap {
  max-width: var(--site_width);
  margin: 0 auto;
  padding: 0 40px;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 42px;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
}

.section-header.white h2 {
  color: #fff;
}

.section-subtitle {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section-header.white .section-subtitle {
  color: rgba(255, 255, 255, 0.7);
}

/* 탭 메뉴 스타일 */
.service-tabs {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.tab-button {
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 50px;
  padding: 15px 35px;
  font-size: 17px;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}

.tab-button:hover {
  border-color: #FFD700;
  color: #333;
  transform: translateY(-2px);
}

.tab-button.active {
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  border-color: #FFD700;
  color: #fff;
  box-shadow: 0 5px 20px rgba(255, 215, 0, 0.3);
}

/* 탭 컨텐츠 */
.service-tab-content {
  position: relative;
}

.tab-pane {
  display: none;
  animation: fadeIn 0.5s ease;
}

.tab-pane.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 서비스 메인 컨텐츠 (왼쪽 이미지 + 오른쪽 설명) */
.service-main-content {
  display: grid;
  grid-template-columns: 450px 1fr;
  gap: 50px;
  background: #fff;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.service-image {
  position: sticky;
  top: 120px;
  height: fit-content;
}

.service-image img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.service-description {
  padding: 20px 0;
}

.service-description h3 {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.4;
}

.service-intro {
  font-size: 17px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 2px solid #f0f0f0;
}

/* 아코디언 스타일 */
.service-accordion {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.accordion-item {
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.accordion-item.active {
  border-color: #FFD700;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.2);
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #fff;
}

.accordion-header:hover {
  background: #fffef8;
}

.accordion-item.active .accordion-header {
  background: linear-gradient(135deg, #fffef8 0%, #ffffff 100%);
}

.accordion-header h4 {
  font-size: 19px;
  font-weight: 700;
  color: #333;
  margin: 0;
}

.accordion-icon {
  font-size: 28px;
  font-weight: 300;
  color: #666;
  transition: transform 0.3s ease;
  min-width: 30px;
  text-align: center;
}

.accordion-item.active .accordion-icon {
  color: #FFD700;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #fff;
}

.accordion-content p {
  padding: 8px 25px;
  margin: 0;
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  border-left: 3px solid transparent;
  transition: all 0.2s ease;
}

.accordion-item.active .accordion-content p {
  border-left-color: #FFD700;
}

.accordion-content p:last-child {
  padding-bottom: 20px;
}

/* 고객사·이용 분야 섹션 */
.client-fields {
  padding: 80px 0;
  background: #f8f9fa;
}

.client-fields_wrap {
  max-width: var(--site_width);
  margin: 0 auto;
  padding: 0 40px;
}

.section-desc {
  font-size: 16px;
  color: #666;
  margin-top: 15px;
  font-weight: 400;
}

/* 분야 탭 메뉴 */
.fields-tabs {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.field-tab-button {
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 50px;
  padding: 15px 30px;
  font-size: 17px;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}

.field-tab-button:hover {
  border-color: #FFD700;
  color: #333;
  transform: translateY(-2px);
}

.field-tab-button.active {
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  border-color: #FFD700;
  color: #fff;
  box-shadow: 0 5px 20px rgba(255, 215, 0, 0.3);
}

/* 분야 상세 컨텐츠 */
.fields-content {
  position: relative;
  min-height: 500px;
}

.field-detail {
  display: none;
  animation: fadeIn 0.5s ease;
}

.field-detail.active {
  display: block;
}

.field-detail-layout {
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 60px;
  background: #fff;
  border-radius: 24px;
  padding: 50px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  align-items: center;
}

.field-text h3 {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.4;
}

.field-intro {
  font-size: 17px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 2px solid #f0f0f0;
}

.field-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.field-list li {
  font-size: 16px;
  color: #555;
  line-height: 2;
  padding: 8px 0;
  border-left: 3px solid #FFD700;
  padding-left: 20px;
  margin-bottom: 8px;
  transition: all 0.2s ease;
}

.field-list li:hover {
  background: #fffef8;
  padding-left: 25px;
}

.field-visual {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.field-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.field-detail:hover .field-visual img {
  transform: scale(1.05);
}

/* 차별화 포인트 섹션 */
.why-choose {
  padding: 80px 0;
  background: linear-gradient(135deg, #0a0e27 0%, #1a1d3a 100%);
}

.why-choose_wrap {
  max-width: var(--site_width);
  margin: 0 auto;
  padding: 0 40px;
}

.why-grid-page {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}

.why-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  clip-path: polygon(10% 0%, 90% 0%, 100% 8%, 100% 65%, 95% 75%, 85% 85%, 70% 93%, 50% 100%, 30% 93%, 15% 85%, 5% 75%, 0% 65%, 0% 8%);
  padding: 40px 20px 50px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  overflow: visible;
}

.why-card:hover {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%);
  border-color: rgba(255, 215, 0, 0.5);
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(255, 215, 0, 0.2);
}

.why-card .why-number {
  font-size: 64px;
  font-weight: 700;
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 20px;
}

.why-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 15px 0 12px;
  line-height: 1.4;
}

.why-card p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
  margin: 0;
}

/* 반응형 - 모바일 */
@media (max-width: 768px) {
  .service-page {
    padding: 50px 0;
  }

  .service-page_wrap,
  .client-fields_wrap,
  .why-choose_wrap {
    padding: 0 20px;
  }

  .section-header {
    margin-bottom: 30px;
  }

  .section-header h2 {
    font-size: 30px;
  }

  .section-subtitle {
    font-size: 14px;
  }

  /* 탭 메뉴 모바일 */
  .service-tabs {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
    display: flex;
  }

  .tab-button {
    width: 100%;
    min-width: 0;
    flex: none;
    box-sizing: border-box;
    padding: 16px 0;
    font-size: 16px;
  }

  /* 서비스 메인 컨텐츠 모바일 */
  .service-main-content {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 25px 20px;
  }

  .service-image {
    position: static;
  }

  .service-description {
    padding: 0;
  }

  .service-description h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .service-intro {
    font-size: 15px;
    margin-bottom: 25px;
    padding-bottom: 20px;
  }

  /* 아코디언 모바일 */
  .accordion-header {
    padding: 15px 18px;
  }

  .accordion-header h4 {
    font-size: 16px;
  }

  .accordion-icon {
    font-size: 24px;
    min-width: 25px;
  }

  .accordion-content p {
    padding: 6px 18px;
    font-size: 14px;
  }

  .accordion-content p:last-child {
    padding-bottom: 15px;
  }

  /* 고객사·이용 분야 모바일 */
  .client-fields {
    padding: 50px 0;
  }

  .section-desc {
    font-size: 14px;
    margin-top: 10px;
  }

  .fields-tabs {
    gap: 8px;
    margin-bottom: 30px;
  }

  .field-tab-button {
    padding: 12px 18px;
    font-size: 14px;
    flex: 1 1 calc(50% - 8px);
    min-width: calc(50% - 8px);
  }

  .fields-content {
    min-height: auto;
  }

  .field-detail-layout {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px 20px;
  }

  .field-text h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .field-intro {
    font-size: 15px;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  .field-list li {
    font-size: 14px;
    line-height: 1.8;
    padding: 6px 0 6px 15px;
    margin-bottom: 6px;
  }

  .field-visual {
    height: 250px;
    order: -1;
  }

  .why-choose {
    padding: 50px 0;
  }

  .why-grid-page {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .why-card {
    clip-path: none;
    border-radius: 20px;
    padding: 30px 20px;
    min-height: 220px;
    overflow: hidden;
  }

  .why-card .why-number {
    font-size: 48px;
  }

  .why-card h4 {
    font-size: 17px;
  }

  .why-card p {
    font-size: 14px;
  }
}

.company-quickbox {
  margin-top: 0px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.07);
  padding: 32px 28px 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  border: 2px solid #ffe9a7;
}
.quick-label {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #FFD700;
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}
.quick-value {
  font-size: 16px;
  color: #222;
  font-weight: 500;
  line-height: 1.7;
}
.quick-badge {
  display: inline-block;
  background: linear-gradient(90deg,#FFD700 60%,#fffbe6 100%);
  color: #0a0e27;
  font-size: 14px;
  font-weight: 700;
  border-radius: 12px;
  padding: 5px 16px;
  margin-right: 8px;
  margin-bottom: 4px;
  box-shadow: 0 2px 8px rgba(255,215,0,0.08);
}
.company-quickbox .quick-slogan,
.company-quickbox .quick-business,
.company-quickbox .quick-values {
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .company-quickbox {
    padding: 20px 12px 16px 12px;
    margin-top: 22px;
  }
  .quick-label {
    font-size: 14px;
  }
  .quick-value {
    font-size: 14px;
  }
  .quick-badge {
    font-size: 13px;
    padding: 4px 12px;
  }
}

/* 사업실적 페이지 스타일 - 블랙 계열 미니멀 */
.performance-page {
  padding: 80px 0;
  background: #fff;
}

.performance-page_wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

/* 년도별 탭 */
.year-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 50px;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 0;
}

.year-tab-button {
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 600;
  color: #999;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  bottom: -2px;
}

.year-tab-button:hover {
  color: #333;
}

.year-tab-button.active {
  color: #000;
  border-bottom-color: #000;
}

/* 년도별 컨텐츠 */
.year-content {
  margin-top: 60px;
}

.year-pane {
  display: none;
}

.year-pane.active {
  display: block;
  animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 타임라인 */
.year-layout {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.performance-timeline {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.month-row {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  padding: 25px 0;
  gap: 40px;
  align-items: flex-start;
}

.month-row:last-child {
  border-bottom: none;
}

.month-label {
  font-size: 48px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.02em;
  line-height: 1;
  font-family: 'Arial', sans-serif;
  min-width: 100px;
  flex-shrink: 0;
}

.month-label span {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  margin-left: 4px;
  vertical-align: middle;
}

.perf-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

/* 실적 아이템 */
.perf-item {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1.6;
  letter-spacing: -0.01em;
  padding-left: 12px;
  border-left: 2px solid #e5e5e5;
  transition: all 0.3s ease;
}

.perf-item:hover {
  border-left-color: #000;
  padding-left: 16px;
}

/* 년도별 이미지 */
.year-images {
  width: 350px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.year-images img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  background: #f5f5f5;
}

/* 2020년 이전 실적 스타일 */
.year-layout-before {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.performance-timeline-before {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  width: 100%;
}

.before-section {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.before-section h3 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.perf-list-simple {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.perf-list-simple .perf-item {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
  letter-spacing: -0.01em;
  padding-left: 12px;
  border-left: 2px solid #ccc;
}

.perf-list-simple .perf-item:hover {
  border-left-color: #666;
  padding-left: 16px;
}

/* 모바일 반응형 */
@media (max-width: 768px) {
  .performance-page {
    padding: 50px 0;
  }

  .performance-page_wrap {
    padding: 0 20px;
  }

  .year-tabs {
    gap: 0;
    margin-top: 30px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .year-tabs::-webkit-scrollbar {
    display: none;
  }

  .year-tab-button {
    padding: 12px 20px;
    font-size: 16px;
    white-space: nowrap;
  }

  .year-content {
    margin-top: 40px;
  }

  .year-layout {
    flex-direction: column;
    gap: 40px;
  }

  .performance-timeline {
    gap: 0;
  }

  .month-row {
    flex-direction: column;
    gap: 15px;
    padding: 20px 0;
  }

  .month-label {
    font-size: 36px;
    min-width: auto;
  }

  .month-label span {
    font-size: 14px;
  }

  .perf-list {
    gap: 10px;
  }

  .perf-item {
    font-size: 15px;
    padding-left: 10px;
  }

  .perf-item:hover {
    padding-left: 14px;
  }

  .year-images {
    width: 100%;
    order: -1;
    gap: 15px;
  }

  .year-images img {
    height: 200px;
  }
  
  /* 2020년 이전 모바일 레이아웃 */
  .performance-timeline-before {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .before-section h3 {
    font-size: 24px;
  }
  
  .perf-list-simple .perf-item {
    font-size: 14px;
  }
}

/* ===========================
   갤러리 페이지 스타일
   =========================== */
.gallery-page {
  width: 100%;
  padding: 80px 0;
  background: #fff;
}

.gallery-page_wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 갤러리 필터 */
.gallery-filter {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 50px 0;
  flex-wrap: wrap;
}

.filter-button {
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
  color: #666;
  background: #f5f5f5;
  border: 2px solid transparent;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-button:hover {
  color: #000;
  background: #e8e8e8;
  border-color: #ddd;
}

.filter-button.active {
  color: #fff;
  background: #000;
  border-color: #000;
}

/* 갤러리 그리드 */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-bottom: 60px;
}

.gallery-item {
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease;
}

.gallery-image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: #f5f5f5;
  cursor: pointer;
}

.gallery-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-image:hover img {
  transform: scale(1.1);
}

/* 갤러리 오버레이 */
.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.3) 50%, transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: flex-end;
  padding: 25px;
}

.gallery-image:hover .gallery-overlay {
  opacity: 1;
}

.gallery-info {
  color: #fff;
  width: 100%;
}

.gallery-info h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.3;
}

.gallery-info p {
  font-size: 14px;
  font-weight: 400;
  color: #ddd;
  margin-bottom: 8px;
  line-height: 1.4;
}

.gallery-date {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #aaa;
  padding: 4px 10px;
  background: rgba(255,255,255,0.1);
  border-radius: 4px;
  margin-top: 5px;
}

/* 더보기 버튼 */
.gallery-more {
  text-align: center;
  margin-top: 40px;
}

.more-button {
  padding: 15px 50px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  background: #f5f5f5;
  border: 2px solid #000;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.more-button:hover {
  color: #fff;
  background: #000;
}

/* 갤러리 모바일 반응형 */
@media (max-width: 1024px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .gallery-page {
    padding: 50px 0;
  }

  .gallery-filter {
    gap: 10px;
    margin: 30px 0;
  }

  .filter-button {
    padding: 10px 20px;
    font-size: 14px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .gallery-info h3 {
    font-size: 16px;
  }

  .gallery-info p {
    font-size: 13px;
  }

  .gallery-overlay {
    padding: 20px;
  }

  .more-button {
    padding: 12px 40px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-info h3 {
    font-size: 15px;
  }

  .gallery-info p {
    font-size: 12px;
  }
}
