@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Gmarket+Sans:wght@300;500;700&display=swap");
.gmarket {
  font-family: "Gmarket Sans", "GmarketSans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", sans-serif;
}
.gmarket-light {
  font-weight: 300;
}
.gmarket-medium {
  font-weight: 500;
}
.gmarket-bold {
  font-weight: 700;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;
  line-height: 1.6;
  color: #333;
}

.layout-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 1200px) {
  .container {
    max-width: 960px;
    padding: 0 1.5rem;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 720px;
    padding: 0 1rem;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 100%;
    padding: 0 1rem;
  }
}
@media (max-width: 575px) {
  .container {
    padding: 0 0.75rem;
  }
}

.content {
  flex: 1;
  background: #ffffff;
  padding-top: 0;
}

.home-content {
  padding: 0;
}

.btn-primary {
  padding: 1rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  background: #24395c;
  color: #ffffff;
}
@media (max-width: 768px) {
  .btn-primary {
    padding: 0.8rem 1.2rem;
    font-size: 0.9rem;
  }
}
@media (max-width: 575px) {
  .btn-primary {
    padding: 0.7rem 1rem;
    font-size: 0.85rem;
    width: 100%;
  }
}
.btn-primary:hover {
  background: rgb(21.65625, 34.2890625, 55.34375);
}

.btn-secondary {
  padding: 1rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  background: #4299e1;
  color: #ffffff;
}
@media (max-width: 768px) {
  .btn-secondary {
    padding: 0.8rem 1.2rem;
    font-size: 0.9rem;
  }
}
@media (max-width: 575px) {
  .btn-secondary {
    padding: 0.7rem 1rem;
    font-size: 0.85rem;
    width: 100%;
  }
}
.btn-secondary:hover {
  background: rgb(32.8767123288, 128.2191780822, 207.1232876712);
}

.card {
  background: #ffffff;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .card {
    padding: 1.5rem 1.2rem;
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .card {
    padding: 1.2rem 1rem;
    border-radius: 8px;
  }
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.company-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border: 2px solid #e2e8f0;
  text-align: center;
  position: relative;
  min-height: 320px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .company-card {
    padding: 1.5rem 1.2rem;
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .company-card {
    padding: 1.2rem 1rem;
    border-radius: 8px;
  }
}
@media (max-width: 1024px) {
  .company-card {
    min-height: 280px;
  }
}
@media (max-width: 768px) {
  .company-card {
    min-height: 240px;
  }
}
.company-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border-color: #24395c;
}
@media (max-width: 768px) {
  .company-card:hover {
    transform: translateY(-3px);
  }
}

.service-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  background: #f8fafc;
  border-left: 4px solid #4299e1;
}
@media (max-width: 1024px) {
  .service-card {
    padding: 1.5rem 1.2rem;
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .service-card {
    padding: 1.2rem 1rem;
    border-radius: 8px;
  }
}
@media (max-width: 768px) {
  .service-card {
    border-left-width: 3px;
  }
}
.service-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(66, 153, 225, 0.15);
}
@media (max-width: 768px) {
  .service-card:hover {
    transform: translateY(-1px);
  }
}

.consulting-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  background: #f8fafc;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .consulting-card {
    padding: 1.5rem 1.2rem;
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .consulting-card {
    padding: 1.2rem 1rem;
    border-radius: 8px;
  }
}
.consulting-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .consulting-card {
    text-align: left;
  }
}

.event-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
  text-align: center;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .event-card {
    padding: 1.5rem 1.2rem;
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .event-card {
    padding: 1.2rem 1rem;
    border-radius: 8px;
  }
}
@media (max-width: 1024px) {
  .event-card {
    min-height: 180px;
  }
}
@media (max-width: 768px) {
  .event-card {
    min-height: 160px;
  }
}
.event-card:hover {
  transition: all 0.3s ease;
  border-color: #4299e1;
}
.event-card:hover:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.company-card-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
  position: relative;
}
@media (max-width: 768px) {
  .company-card-header {
    margin-bottom: 1.5rem;
  }
}
.company-card-header::before {
  position: absolute;
  top: 30px;
  left: -2rem;
  right: -2rem;
  height: 2px;
  z-index: 1;
}
@media (max-width: 768px) {
  .company-card-header::before {
    left: -1rem;
    right: -1rem;
  }
}

.company-card:first-child .company-card-header::before {
  left: 50%;
}

.company-card:last-child .company-card-header::before {
  right: 50%;
}

.company-card-content {
  flex: 1;
  text-align: left;
}
.company-card-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.company-card-content li {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #4a5568;
  margin-bottom: 1rem;
  padding-left: 1rem;
  position: relative;
}
@media (max-width: 1024px) {
  .company-card-content li {
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  .company-card-content li {
    font-size: 0.85rem;
    margin-bottom: 0.8rem;
  }
}
.company-card-content li::before {
  content: "•";
  color: #24395c;
  font-weight: bold;
  position: absolute;
  left: 0;
}
.company-card-content li:last-child {
  margin-bottom: 0;
}
.company-card-content strong {
  font-weight: 600;
  color: #2d3748;
}

.company-card-title,
.service-card-title,
.consulting-card-title,
.event-card-title {
  color: #2d3748;
  margin-bottom: 1rem;
  font-family: "Gmarket Sans", "GmarketSans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
@media (max-width: 1024px) {
  .company-card-title,
  .service-card-title,
  .consulting-card-title,
  .event-card-title {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .company-card-title,
  .service-card-title,
  .consulting-card-title,
  .event-card-title {
    font-size: 1.1rem;
  }
}
@media (max-width: 575px) {
  .company-card-title,
  .service-card-title,
  .consulting-card-title,
  .event-card-title {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .company-card-title,
  .service-card-title,
  .consulting-card-title,
  .event-card-title {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .company-card-title,
  .service-card-title,
  .consulting-card-title,
  .event-card-title {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
  }
}

.company-card-description,
.service-card-description,
.consulting-card-description,
.event-card-description {
  color: #4a5568;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 768px) {
  .company-card-description,
  .service-card-description,
  .consulting-card-description,
  .event-card-description {
    line-height: 1.5;
  }
}

.company-card-description,
.service-card-description {
  font-size: 0.95rem;
}
@media (max-width: 1024px) {
  .company-card-description,
  .service-card-description {
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  .company-card-description,
  .service-card-description {
    font-size: 0.85rem;
  }
}

.consulting-card-description,
.event-card-description {
  font-size: 0.9rem;
}
@media (max-width: 1024px) {
  .consulting-card-description,
  .event-card-description {
    font-size: 0.85rem;
  }
}
@media (max-width: 768px) {
  .consulting-card-description,
  .event-card-description {
    font-size: 0.8rem;
  }
}

.event-card-description {
  text-align: center;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .event-card-description {
    text-align: left;
  }
}

.company-card-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  background: #24395c;
  z-index: 2;
  position: relative;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .company-card-icon {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .company-card-icon {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .company-card-icon {
    margin-bottom: 0.8rem;
  }
}

.consulting-card-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(135deg, #4299e1 0%, #3182ce 100%);
  margin: 0 auto 1.5rem;
}
@media (max-width: 1024px) {
  .consulting-card-icon {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .consulting-card-icon {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .consulting-card-icon {
    margin: 0 auto 1.2rem;
  }
}

.event-card-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  background: #f8fafc;
  border: 2px solid #4299e1;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  color: #4299e1;
}
@media (max-width: 1024px) {
  .event-card-icon {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .event-card-icon {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
  }
}
@media (max-width: 1024px) {
  .event-card-icon {
    border-radius: 6px;
  }
}
@media (max-width: 768px) {
  .event-card-icon {
    margin-bottom: 1.2rem;
  }
}

.job-section-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(135deg, #24395c 0%, #4299e1 100%);
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .job-section-icon {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .job-section-icon {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
  }
}
@media (max-width: 1024px) {
  .job-section-icon {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .job-section-icon {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
}

.company-card:nth-child(1) .company-card-icon::before {
  content: "🏢";
}

.company-card:nth-child(2) .company-card-icon::before {
  content: "📈";
}

.company-card:nth-child(3) .company-card-icon::before {
  content: "📊";
}

.consulting-card:nth-child(1) .consulting-card-icon::before {
  content: "S";
}

.consulting-card:nth-child(2) .consulting-card-icon::before {
  content: "⚙";
}

.consulting-card:nth-child(3) .consulting-card-icon::before {
  content: "📊";
}

.event-card:nth-child(1) .event-card-icon::before {
  content: "🖥️";
}

.event-card:nth-child(2) .event-card-icon::before {
  content: "🛡️";
}

.event-card:nth-child(3) .event-card-icon::before {
  content: "📋";
}

.job-section:nth-child(1) .job-section-icon::before {
  content: "🛡️";
}

.job-section:nth-child(2) .job-section-icon::before {
  content: "👤";
}

.job-section:nth-child(3) .job-section-icon::before {
  content: "💎";
}

.job-section:nth-child(4) .job-section-icon::before {
  content: "📤";
}

.company-cards-grid {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}
@media (max-width: 1200px) {
  .company-cards-grid {
    gap: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .company-cards-grid {
    gap: 1.2rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 768px) {
  .company-cards-grid {
    gap: 1rem;
    margin-top: 1rem;
  }
}

.service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .service-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 768px) {
  .service-grid {
    gap: 1rem;
    margin-bottom: 2rem;
  }
}

.consulting-services,
.event-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 1200px) {
  .consulting-services,
  .event-services {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .consulting-services,
  .event-services {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 768px) {
  .consulting-services,
  .event-services {
    gap: 1rem;
    margin-bottom: 2rem;
  }
}

.breadcrumb-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  bottom: 0;
}
@media (max-width: 768px) {
  .breadcrumb-navigation {
    flex-direction: column;
    gap: 1rem;
  }
}
.breadcrumb-navigation .breadcrumb-item.home-button .home-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 50px;
  background-color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(0px);
}
@media (max-width: 768px) {
  .breadcrumb-navigation .breadcrumb-item.home-button .home-link {
    width: 50px;
    height: 45px;
  }
}
.breadcrumb-navigation .breadcrumb-item.home-button .home-link:hover {
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}
.breadcrumb-navigation .breadcrumb-item .breadcrumb-select {
  min-width: 250px;
  padding: 12px 40px 12px 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  color: white;
  font-size: 20px;
  font-weight: 500;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(0px);
  appearance: none;
  text-align: center;
  background: rgba(0, 0, 0, 0.6) url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e") no-repeat right 14px center;
  background-size: 16px;
}
@media (max-width: 1024px) {
  .breadcrumb-navigation .breadcrumb-item .breadcrumb-select {
    min-width: 220px;
    font-size: 18px;
    padding: 10px 36px 10px 14px;
  }
}
@media (max-width: 768px) {
  .breadcrumb-navigation .breadcrumb-item .breadcrumb-select {
    min-width: 200px;
    font-size: 16px;
    padding: 8px 32px 8px 12px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-navigation .breadcrumb-item .breadcrumb-select {
    min-width: 180px;
    font-size: 14px;
  }
}
.breadcrumb-navigation .breadcrumb-item .breadcrumb-select:hover {
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-1px);
}
.breadcrumb-navigation .breadcrumb-item .breadcrumb-select:focus {
  border-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}
.breadcrumb-navigation .breadcrumb-item .breadcrumb-select option {
  background: #ffffff;
  color: #000000;
  padding: 10px;
}
.breadcrumb-navigation .breadcrumb-item .breadcrumb-select option:disabled {
  color: #999;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  padding: 5px;
  z-index: 1001;
}
@media (max-width: 1024px) {
  .hamburger {
    display: flex;
  }
}
.hamburger .hamburger-line {
  width: 25px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 3px 0;
  transition: all 0.3s ease;
  transform-origin: center;
}
@media (max-width: 768px) {
  .hamburger .hamburger-line {
    width: 22px;
    height: 2px;
    margin: 2px 0;
  }
}
.hamburger.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
@media (max-width: 768px) {
  .hamburger.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
}
.hamburger.active .hamburger-line:nth-child(2) {
  opacity: 0;
}
.hamburger.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
@media (max-width: 768px) {
  .hamburger.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.header.scrolled .hamburger-line,
.header.menu-hovered .hamburger-line {
  background-color: #2d3748;
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .mobile-menu-overlay {
    background: rgba(0, 0, 0, 0.6);
  }
}
.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 280px;
  height: 100%;
  background: #ffffff;
  z-index: 1000;
  transition: right 0.3s ease;
  overflow-y: auto;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .mobile-nav {
    width: 250px;
  }
}
@media (max-width: 575px) {
  .mobile-nav {
    width: 220px;
  }
}
.mobile-nav.active {
  right: 0;
}
.mobile-nav .mobile-nav-header {
  padding: 20px;
  border-bottom: 1px solid #f7fafc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .mobile-nav .mobile-nav-header {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .mobile-nav .mobile-nav-header {
    padding: 12px;
  }
}
.mobile-nav .mobile-nav-header h3 {
  margin: 0;
  font-size: 1.2rem;
  color: #2d3748;
  font-weight: 600;
}
@media (max-width: 768px) {
  .mobile-nav .mobile-nav-header h3 {
    font-size: 1.1rem;
  }
}
@media (max-width: 575px) {
  .mobile-nav .mobile-nav-header h3 {
    font-size: 1rem;
  }
}
.mobile-nav .mobile-nav-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #2d3748;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
@media (max-width: 768px) {
  .mobile-nav .mobile-nav-close {
    font-size: 22px;
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 575px) {
  .mobile-nav .mobile-nav-close {
    font-size: 20px;
    width: 26px;
    height: 26px;
  }
}
.mobile-nav .mobile-nav-close:hover {
  background-color: #f7fafc;
}
.mobile-nav .mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-nav .mobile-nav-list li {
  border-bottom: 1px solid #f7fafc;
}
.mobile-nav .mobile-nav-list li:last-child {
  border-bottom: none;
}
.mobile-nav .mobile-nav-list a {
  display: block;
  padding: 15px 20px;
  color: #2d3748;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  position: relative;
}
@media (max-width: 768px) {
  .mobile-nav .mobile-nav-list a {
    padding: 12px 15px;
    font-size: 0.9rem;
  }
}
@media (max-width: 575px) {
  .mobile-nav .mobile-nav-list a {
    padding: 10px 12px;
    font-size: 0.85rem;
  }
}
.mobile-nav .mobile-nav-list a:hover {
  background-color: #f7fafc;
  color: #24395c;
  padding-left: 25px;
}
@media (max-width: 768px) {
  .mobile-nav .mobile-nav-list a:hover {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .mobile-nav .mobile-nav-list a:hover {
    padding-left: 18px;
  }
}
.mobile-nav .mobile-nav-list a:active {
  background-color: rgb(228.4545454545, 238.4090909091, 245.0454545455);
}

body.mobile-menu-open {
  overflow: hidden;
}
@media (min-width: 1025px) {
  body.mobile-menu-open {
    overflow: auto;
  }
}

.header {
  background: transparent;
  color: var(--header-text, rgba(255, 255, 255, 0.9));
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  border-bottom: none;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .header {
    padding: 0 1rem;
    height: 70px;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 0 0.75rem;
    height: 65px;
  }
}
.header.scrolled {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(15px);
  color: #333;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
.header.menu-hovered, .header.scrolled.menu-hovered {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(15px);
  color: #333;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.header h1 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.5px;
}
@media (max-width: 1024px) {
  .header h1 {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .header h1 {
    font-size: 1.4rem;
  }
}

.header-column {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .header-column:nth-child(2) {
    display: none;
  }
}
.header-column:first-child {
  justify-content: flex-start;
}
.header-column:nth-child(2) {
  justify-content: center;
}
.header-column:last-child {
  justify-content: flex-end;
}
.header-column h1 a {
  position: relative;
  display: inline-block;
  width: 200px;
  height: auto;
  line-height: 1;
}
@media (max-width: 1024px) {
  .header-column h1 a {
    width: 180px;
  }
}
@media (max-width: 768px) {
  .header-column h1 a {
    width: 160px;
  }
}
@media (max-width: 575px) {
  .header-column h1 a {
    width: 140px;
  }
}
.header-column h1 a img {
  width: 280px;
  height: auto;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .header-column h1 a img {
    width: 250px;
  }
}
@media (max-width: 768px) {
  .header-column h1 a img {
    width: 220px;
  }
}
@media (max-width: 575px) {
  .header-column h1 a img {
    width: 200px;
  }
}
.header-column h1 a .logo-dark {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.header-column h1 a .logo-light {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.header-column h1 a:hover img {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .header-column h1 a:hover img {
    transform: scale(1.02);
  }
}

.header.scrolled .nav-menu a {
  color: #374151;
}
.header.scrolled .nav-menu a:hover, .header.scrolled .nav-menu a.active {
  color: #2563eb;
}
.header.scrolled h1 {
  color: #333;
}
.header.scrolled .header-column h1 a .logo-dark {
  opacity: 0;
  visibility: hidden;
}
.header.scrolled .header-column h1 a .logo-light {
  opacity: 1;
  visibility: visible;
}

.header.menu-hovered .nav-menu a,
.header.scrolled.menu-hovered .nav-menu a {
  color: #374151;
}
.header.menu-hovered .nav-menu a:hover, .header.menu-hovered .nav-menu a.active,
.header.scrolled.menu-hovered .nav-menu a:hover,
.header.scrolled.menu-hovered .nav-menu a.active {
  color: #2563eb;
}
.header.menu-hovered h1,
.header.scrolled.menu-hovered h1 {
  color: #333;
}
.header.menu-hovered .header-column h1 a .logo-dark,
.header.scrolled.menu-hovered .header-column h1 a .logo-dark {
  opacity: 0;
  visibility: hidden;
}
.header.menu-hovered .header-column h1 a .logo-light,
.header.scrolled.menu-hovered .header-column h1 a .logo-light {
  opacity: 1;
  visibility: visible;
}

.nav-container {
  position: relative;
}

.nav-menu {
  list-style: none;
  display: flex;
  gap: 3rem;
  margin: 0;
  padding: 0;
  height: 80px;
}
@media (max-width: 1200px) {
  .nav-menu {
    gap: 2rem;
    height: 70px;
  }
}
@media (max-width: 1024px) {
  .nav-menu {
    display: none;
  }
}
.nav-menu li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-menu a {
  width: 150px;
  color: var(--nav-text, rgba(255, 255, 255, 0.9));
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
  min-width: 100px;
}
@media (max-width: 1200px) {
  .nav-menu a {
    width: 130px;
    font-size: 0.95rem;
    padding: 0 0.8rem;
    min-width: 90px;
  }
}
@media (max-width: 1400px) {
  .nav-menu a {
    width: 140px;
    font-size: 0.9rem;
  }
}
.nav-menu a:hover, .nav-menu a.active {
  color: #ffffff;
}
.nav-menu a::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--nav-hover, #2563eb);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
@media (max-width: 1200px) {
  .nav-menu a::after {
    bottom: 8px;
    height: 2px;
  }
}
.nav-menu a:hover::after, .nav-menu a.active::after {
  width: 100%;
}
@media (max-width: 1200px) {
  .nav-menu a:hover::after, .nav-menu a.active::after {
    width: 90%;
  }
}

.dropdown-menu {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100vw;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(15px);
  border-top: 1px solid #e2e8f0;
  padding: 0;
  z-index: 999;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid #e2e8f0;
}
@media (max-width: 1024px) {
  .dropdown-menu {
    display: none !important;
  }
}
.dropdown-menu h3 {
  font-size: 0.9rem;
  font-weight: 600;
  color: #2d3748;
  margin: 0;
  padding: 16px 0;
  text-align: center;
  border-bottom: 1px solid #e2e8f0;
  background: rgba(37, 99, 235, 0.05);
}
@media (max-width: 1200px) {
  .dropdown-menu h3 {
    font-size: 0.85rem;
    padding: 14px 0;
  }
}
.dropdown-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1200px) {
  .dropdown-menu ul {
    gap: 0;
  }
}
.dropdown-menu li {
  flex: 1;
  max-width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #f3f4f6;
}
@media (max-width: 1200px) {
  .dropdown-menu li {
    max-width: 180px;
  }
}
.dropdown-menu li:last-child {
  border-right: none;
}
.dropdown-menu ul li a {
  color: #4a5568;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 400;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  border-radius: 0;
  white-space: nowrap;
  text-align: center;
  width: 100%;
  height: 100%;
  min-height: 54px;
}
@media (max-width: 1200px) {
  .dropdown-menu ul li a {
    font-size: 0.9rem;
    padding: 14px 8px;
    min-height: 50px;
  }
}
.dropdown-menu ul li a:hover {
  color: #2563eb;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.08) 0%, rgba(37, 99, 235, 0.12) 100%);
  transform: translateY(-1px);
}
.dropdown-menu ul li a.active {
  color: #123123;
  background: rgba(37, 99, 235, 0.1);
  font-weight: 600;
}
.dropdown-menu ul li a:hover::after {
  width: 0;
}

.nav-menu li.dropdown-active .dropdown-menu {
  display: block;
  animation: fadeInDown 0.3s ease;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header.menu-hovered .dropdown-menu,
.header.scrolled .dropdown-menu {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(15px);
}
.header.menu-hovered .dropdown-menu h3,
.header.scrolled .dropdown-menu h3 {
  color: #2d3748;
}
.header.menu-hovered .dropdown-menu ul li a,
.header.scrolled .dropdown-menu ul li a {
  color: #4a5568;
}
.header.menu-hovered .dropdown-menu ul li a:hover,
.header.scrolled .dropdown-menu ul li a:hover {
  color: #2563eb;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.08) 0%, rgba(37, 99, 235, 0.12) 100%);
}

.hero-section {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}
@media (max-width: 1024px) {
  .hero-section {
    min-height: 500px;
  }
}
@media (max-width: 768px) {
  .hero-section {
    min-height: 450px;
    height: 80vh;
  }
}
@media (max-width: 575px) {
  .hero-section {
    min-height: 400px;
    height: 70vh;
  }
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/images/background/main-image.png") center/cover no-repeat;
  z-index: 1;
}
@media (max-width: 768px) {
  .hero-background {
    background-position: center top;
  }
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
@media (max-width: 768px) {
  .hero-overlay {
    background: rgba(0, 0, 0, 0.7);
  }
}

.hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #ffffff;
  max-width: 1000px;
  padding: 0 2rem;
  animation: fadeInUp 1s ease-out;
}
@media (max-width: 1024px) {
  .hero-content {
    max-width: 800px;
    padding: 0 1.5rem;
  }
}
@media (max-width: 768px) {
  .hero-content {
    max-width: 100%;
    padding: 0 1rem;
  }
}

.hero-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.5);
  line-height: 1.1;
  letter-spacing: -1px;
}
@media (max-width: 1200px) {
  .hero-title {
    font-size: 2.6rem;
  }
}
@media (max-width: 1024px) {
  .hero-title {
    font-size: 2.2rem;
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
}
@media (max-width: 575px) {
  .hero-title {
    font-size: 1.6rem;
  }
}

.hero-subtitle {
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1200px) {
  .hero-subtitle {
    font-size: 1.3rem;
  }
}
@media (max-width: 1024px) {
  .hero-subtitle {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .hero-subtitle {
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 575px) {
  .hero-subtitle {
    font-size: 1rem;
  }
}

.hero-description {
  font-size: 1.1rem;
  line-height: 1.8;
  opacity: 0.9;
  max-width: 950px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .hero-description {
    font-size: 1.05rem;
    max-width: 800px;
  }
}
@media (max-width: 1024px) {
  .hero-description {
    font-size: 1rem;
    line-height: 1.7;
    max-width: 700px;
  }
}
@media (max-width: 768px) {
  .hero-description {
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .hero-description {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}
.hero-description p {
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .hero-description p {
    margin-bottom: 0.4rem;
  }
}
.hero-description strong {
  font-family: "Gmarket Sans", "GmarketSans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #fbbf24;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .hero-description strong {
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  .hero-description strong {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  .hero-description strong {
    font-size: 0.95rem;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-header-section {
  color: #ffffff;
  padding: 4rem 0 3rem 0;
  text-align: center;
  margin-top: 0;
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1024px) {
  .page-header-section {
    padding: 3rem 0 2.5rem 0;
    min-height: 250px;
  }
}
@media (max-width: 768px) {
  .page-header-section {
    padding: 2.5rem 0 2rem 0;
    min-height: 200px;
  }
}
@media (max-width: 575px) {
  .page-header-section {
    padding: 2rem 0 1.5rem 0;
    min-height: 180px;
  }
}
.page-header-section.company {
  background: url("/images/background/image3.jpg") center/cover no-repeat;
}
.page-header-section.business {
  background: url("/images/background/image1.jpg") center/cover no-repeat;
}
.page-header-section.pr {
  background: url("/images/background/image2.jpg") center/cover no-repeat;
}
.page-header-section.recruit {
  background: url("/images/background/image9.png") center/cover no-repeat;
}
.page-header-section.support {
  background: url("/images/background/image8.jpg") center/cover no-repeat;
}
.page-header-section.admin {
  background: url("/images/background/image8.jpg") center/cover no-repeat;
}
.page-header-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  transition: background 0.3s ease;
  pointer-events: none;
}
@media (max-width: 768px) {
  .page-header-section::before {
    background: rgba(0, 0, 0, 0.4);
  }
}
.page-header-section .breadcrumb-container {
  width: 100%;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #444;
}
@media (max-width: 768px) {
  .page-header-section .breadcrumb-container {
    position: relative;
    bottom: auto;
    margin-top: 1rem;
  }
}

.page-header {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
@media (max-width: 1024px) {
  .page-header {
    max-width: 600px;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .page-header {
    max-width: 100%;
    padding: 0 10px;
  }
}
.page-header h1.page-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
  color: #ffffff;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .page-header h1.page-title {
    font-size: 2.6rem;
  }
}
@media (max-width: 1024px) {
  .page-header h1.page-title {
    font-size: 2.2rem;
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 768px) {
  .page-header h1.page-title {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
@media (max-width: 575px) {
  .page-header h1.page-title {
    font-size: 1.6rem;
  }
}

.timeline-content {
  background: #f8fafc;
  padding: 4rem 0;
  min-height: 100vh;
}
@media (max-width: 1024px) {
  .timeline-content {
    padding: 3rem 0;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .timeline-content {
    padding: 2rem 0;
  }
}

.timeline-wrapper {
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
@media (max-width: 1200px) {
  .timeline-wrapper {
    max-width: 1200px;
    padding: 1.5rem 1rem;
  }
}
@media (max-width: 1024px) {
  .timeline-wrapper {
    max-width: 100%;
    padding: 1rem 0.5rem;
  }
}
@media (max-width: 768px) {
  .timeline-wrapper {
    padding: 1rem 0.75rem;
  }
}

.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #4299e1 0%, #2b77c7 50%, #1e4d72 100%);
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 1024px) {
  .timeline-line {
    left: 20px;
    transform: none;
    width: 3px;
  }
}
@media (max-width: 768px) {
  .timeline-line {
    left: 15px;
    width: 2px;
  }
}
.timeline-line::before, .timeline-line::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .timeline-line::before, .timeline-line::after {
    left: 50%;
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 768px) {
  .timeline-line::before, .timeline-line::after {
    width: 12px;
    height: 12px;
  }
}
.timeline-line::before {
  top: -10px;
  background: #4299e1;
  box-shadow: 0 0 0 4px #ffffff, 0 0 0 8px #4299e1;
}
@media (max-width: 1024px) {
  .timeline-line::before {
    top: -8px;
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #4299e1;
  }
}
@media (max-width: 768px) {
  .timeline-line::before {
    top: -6px;
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #4299e1;
  }
}
.timeline-line::after {
  bottom: -10px;
  background: #1e4d72;
  box-shadow: 0 0 0 4px #ffffff, 0 0 0 8px #1e4d72;
}
@media (max-width: 1024px) {
  .timeline-line::after {
    bottom: -8px;
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #1e4d72;
  }
}
@media (max-width: 768px) {
  .timeline-line::after {
    bottom: -6px;
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #1e4d72;
  }
}

.timeline-item {
  position: relative;
  width: 50%;
  margin-bottom: 4rem;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 1024px) {
  .timeline-item {
    width: 100%;
    margin-bottom: 3rem;
    padding-left: 60px !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .timeline-item {
    margin-bottom: 2rem;
    padding-left: 40px !important;
  }
}
.timeline-item.left {
  left: 0;
  padding-right: 2rem;
  transform: translateX(-100px);
}
@media (max-width: 1024px) {
  .timeline-item.left {
    left: 0;
    padding-right: 0;
    transform: translateX(-50px);
  }
}
@media (max-width: 768px) {
  .timeline-item.left {
    transform: translateX(-30px);
  }
}
.timeline-item.right {
  left: 50%;
  padding-left: 2rem;
  transform: translateX(100px);
}
@media (max-width: 1024px) {
  .timeline-item.right {
    left: 0;
    padding-left: 60px;
    transform: translateX(-50px);
  }
}
@media (max-width: 768px) {
  .timeline-item.right {
    padding-left: 40px;
    transform: translateX(-30px);
  }
}
.timeline-item.animate {
  opacity: 1;
  transform: translateX(0);
}

.timeline-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-width: 650px;
  position: relative;
  border: 2px solid #e2e8f0;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .timeline-card {
    max-width: 550px;
    border-radius: 10px;
  }
}
@media (max-width: 1024px) {
  .timeline-card {
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
  }
}
@media (max-width: 768px) {
  .timeline-card {
    border-radius: 8px;
  }
}
.timeline-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  border-color: #4299e1;
}
@media (max-width: 768px) {
  .timeline-card:hover {
    transform: translateY(-3px);
  }
}
@media (max-width: 1024px) {
  .timeline-card::before {
    display: none;
  }
}

.timeline-item.left .timeline-card {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}
.timeline-item.left .timeline-card::before {
  right: -15px;
  border-left: 15px solid #ffffff;
  border-right: none;
}
@media (max-width: 1200px) {
  .timeline-item.left .timeline-card::before {
    right: -12px;
    border-left-width: 12px;
  }
}

.timeline-item.right .timeline-card {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}
.timeline-item.right .timeline-card::before {
  left: -15px;
  border-right: 15px solid #ffffff;
  border-left: none;
}
@media (max-width: 1200px) {
  .timeline-item.right .timeline-card::before {
    left: -12px;
    border-right-width: 12px;
  }
}

.timeline-period {
  background: linear-gradient(135deg, #4299e1 0%, #2b77c7 100%);
  color: #ffffff;
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 1024px) {
  .timeline-period {
    padding: 1.2rem 1.5rem;
    gap: 0.8rem;
  }
}
@media (max-width: 768px) {
  .timeline-period {
    padding: 1rem;
    gap: 0.6rem;
    flex-direction: column;
    text-align: center;
  }
}
.timeline-period h3 {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1024px) {
  .timeline-period h3 {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .timeline-period h3 {
    font-size: 1.1rem;
  }
}
@media (max-width: 575px) {
  .timeline-period h3 {
    font-size: 1rem;
  }
}

.period-number {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  backdrop-filter: blur(15px);
  border: 2px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 1024px) {
  .period-number {
    width: 35px;
    height: 35px;
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  .period-number {
    width: 30px;
    height: 30px;
    font-size: 1rem;
  }
}

.timeline-content-box {
  max-width: 800px;
  padding: 2rem;
  background: #ffffff;
}
@media (max-width: 1024px) {
  .timeline-content-box {
    padding: 1.5rem;
  }
}
@media (max-width: 768px) {
  .timeline-content-box {
    padding: 1rem;
  }
}
.timeline-content-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.timeline-content-box li {
  padding: 0.8rem 0;
  border-bottom: 1px solid #f1f5f9;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #4a5568;
  position: relative;
  padding-left: 1.5rem;
  transition: all 0.2s ease;
}
@media (max-width: 1024px) {
  .timeline-content-box li {
    padding: 0.7rem 0;
    font-size: 0.9rem;
    padding-left: 1.2rem;
  }
}
@media (max-width: 768px) {
  .timeline-content-box li {
    padding: 0.6rem 0;
    font-size: 0.85rem;
    padding-left: 1rem;
    line-height: 1.5;
  }
}
.timeline-content-box li:last-child {
  border-bottom: none;
}
.timeline-content-box li::before {
  content: "▸";
  position: absolute;
  left: 0;
  top: 0.8rem;
  color: #4299e1;
  font-size: 0.8rem;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .timeline-content-box li::before {
    top: 0.7rem;
    font-size: 0.75rem;
  }
}
@media (max-width: 768px) {
  .timeline-content-box li::before {
    top: 0.6rem;
    font-size: 0.7rem;
  }
}
.timeline-content-box li:hover {
  background: rgba(66, 153, 225, 0.02);
  color: #2d3748;
  padding-left: 2rem;
}
@media (max-width: 1024px) {
  .timeline-content-box li:hover {
    padding-left: 1.5rem;
  }
}
@media (max-width: 768px) {
  .timeline-content-box li:hover {
    padding-left: 1.3rem;
  }
}
.timeline-content-box li:hover::before {
  color: #2b77c7;
  transform: scale(1.2);
}
@media (max-width: 768px) {
  .timeline-content-box li:hover::before {
    transform: scale(1.1);
  }
}

.emphasis-phrase {
  background: linear-gradient(135deg, rgba(66, 153, 225, 0.05) 0%, rgba(72, 187, 120, 0.05) 100%);
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  margin-top: 3rem;
  border-left: 4px solid #4299e1;
}
@media (max-width: 1024px) {
  .emphasis-phrase {
    padding: 1.5rem;
    margin-top: 2rem;
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .emphasis-phrase {
    padding: 1rem;
    margin-top: 1.5rem;
    border-radius: 8px;
    text-align: left;
  }
}

.emphasis-phrase-text {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2d3748;
  line-height: 1.6;
  position: relative;
  padding: 0 1rem;
}
@media (max-width: 1024px) {
  .emphasis-phrase-text {
    font-size: 1.05rem;
    padding: 0 0.8rem;
  }
}
@media (max-width: 768px) {
  .emphasis-phrase-text {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0;
  }
}
@media (max-width: 575px) {
  .emphasis-phrase-text {
    font-size: 0.95rem;
  }
}
.emphasis-phrase-text::before {
  font-size: 2rem;
  color: #4299e1;
  position: absolute;
  left: -0.5rem;
  top: -0.5rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .emphasis-phrase-text::before {
    display: none;
  }
}
.emphasis-phrase-text::after {
  font-size: 2rem;
  color: #4299e1;
  position: absolute;
  right: -0.5rem;
  bottom: -1rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .emphasis-phrase-text::after {
    display: none;
  }
}
.emphasis-phrase-text div {
  margin-bottom: 0.5rem;
}
.emphasis-phrase-text div:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .emphasis-phrase-text div {
    margin-bottom: 0.4rem;
  }
}

.footer {
  background: #1f2937;
  color: #d1d5db;
  padding: 2rem;
  font-size: 0.9rem;
}
@media (max-width: 1024px) {
  .footer {
    padding: 1.5rem;
    font-size: 0.85rem;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 1rem;
    font-size: 0.8rem;
  }
}

.footer-top ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
  display: flex;
  justify-content: center;
  gap: 2rem;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .footer-top ul {
    gap: 1.5rem;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .footer-top ul {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .footer-top ul {
    gap: 0.8rem;
  }
}

.footer-info p {
  margin: 0.3rem 0;
  text-align: center;
}
@media (max-width: 768px) {
  .footer-info p {
    margin: 0.2rem 0;
    font-size: 0.85rem;
    line-height: 1.4;
  }
}
@media (max-width: 575px) {
  .footer-info p {
    font-size: 0.8rem;
  }
}

.footer a,
.footer a:visited {
  color: #d1d5db;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer a:hover {
  color: #ffffff;
}

.company-info-content,
.business-content,
.job-application-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  background: #ffffff;
  font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;
}
@media (max-width: 1024px) {
  .company-info-content,
  .business-content,
  .job-application-content {
    padding: 1.5rem 0.75rem;
  }
}
@media (max-width: 768px) {
  .company-info-content,
  .business-content,
  .job-application-content {
    padding: 1rem 0.5rem;
  }
}
.company-info-content h2,
.business-content h2,
.job-application-content h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 2rem;
  text-align: left;
}
@media (max-width: 1024px) {
  .company-info-content h2,
  .business-content h2,
  .job-application-content h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .company-info-content h2,
  .business-content h2,
  .job-application-content h2 {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 575px) {
  .company-info-content h2,
  .business-content h2,
  .job-application-content h2 {
    font-size: 1.4rem;
  }
}
.company-info-content .organization-image,
.business-content .organization-image,
.job-application-content .organization-image {
  text-align: center;
  margin-bottom: 3rem;
  overflow-x: auto;
}
@media (max-width: 1024px) {
  .company-info-content .organization-image,
  .business-content .organization-image,
  .job-application-content .organization-image {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .company-info-content .organization-image,
  .business-content .organization-image,
  .job-application-content .organization-image {
    margin-bottom: 1.5rem;
  }
}
.company-info-content .organization-image img,
.business-content .organization-image img,
.job-application-content .organization-image img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
@media (max-width: 1024px) {
  .company-info-content .organization-image img,
  .business-content .organization-image img,
  .job-application-content .organization-image img {
    min-width: 600px;
  }
}
@media (max-width: 768px) {
  .company-info-content .organization-image img,
  .business-content .organization-image img,
  .job-application-content .organization-image img {
    min-width: 500px;
  }
}
@media (max-width: 575px) {
  .company-info-content .organization-image img,
  .business-content .organization-image img,
  .job-application-content .organization-image img {
    min-width: 450px;
  }
}

.company-info-content h2,
.license-section h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #2d3748;
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
}
@media (max-width: 1024px) {
  .company-info-content h2,
  .license-section h2 {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 768px) {
  .company-info-content h2,
  .license-section h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 575px) {
  .company-info-content h2,
  .license-section h2 {
    font-size: 1.6rem;
  }
}
.company-info-content h2::after,
.license-section h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #24395c;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .company-info-content h2::after,
  .license-section h2::after {
    width: 40px;
    height: 2px;
    bottom: -8px;
  }
}

.company-cards-grid {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .company-cards-grid {
    gap: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .company-cards-grid {
    gap: 2rem;
    margin-bottom: 2rem;
  }
}

.company-card {
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  max-width: 1200px;
}
@media (max-width: 768px) {
  .company-card {
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
.company-card:nth-child(odd) {
  transform: translateX(-100px);
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .company-card:nth-child(odd) {
    transform: translateX(-50px);
  }
}
@media (max-width: 768px) {
  .company-card:nth-child(odd) {
    transform: translateX(-30px);
  }
}
.company-card:nth-child(odd).animate {
  opacity: 1;
  transform: translateX(0);
}
.company-card:nth-child(even) {
  transform: translateX(100px);
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 1024px) {
  .company-card:nth-child(even) {
    transform: translateX(50px);
  }
}
@media (max-width: 768px) {
  .company-card:nth-child(even) {
    transform: translateX(30px);
  }
}
.company-card:nth-child(even).animate {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 1024px) {
  .company-card:nth-child(even) {
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .company-card {
    max-width: 100%;
  }
}

.license-section {
  background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
  padding: 4rem 0;
  border-top: 1px solid #e2e8f0;
  position: relative;
}
@media (max-width: 1024px) {
  .license-section {
    padding: 3rem 0;
  }
}
@media (max-width: 768px) {
  .license-section {
    padding: 2rem 0;
  }
}
.license-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 25% 25%, rgba(66, 153, 225, 0.05) 0%, transparent 50%);
  pointer-events: none;
}
.license-section .license-subtitle {
  font-size: 1.1rem;
  color: #718096;
  text-align: center;
  margin-bottom: 3rem;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .license-section .license-subtitle {
    font-size: 1.05rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 768px) {
  .license-section .license-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
    padding: 0 1rem;
  }
}

.license-images-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}
@media (max-width: 1024px) {
  .license-images-grid {
    gap: 1.5rem;
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .license-images-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    margin-top: 1.5rem;
  }
}

.license-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border: 2px solid #f7fafc;
  position: relative;
  cursor: pointer;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(50px);
}
@media (max-width: 1024px) {
  .license-card {
    padding: 1.5rem 1.2rem;
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .license-card {
    padding: 1.2rem 1rem;
    border-radius: 8px;
  }
}
@media (max-width: 768px) {
  .license-card {
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (max-width: 1024px) {
  .license-card {
    transform: translateY(30px);
  }
}
@media (max-width: 768px) {
  .license-card {
    transform: translateY(20px);
  }
}
.license-card.animate {
  opacity: 1;
  transform: translateY(0);
}
.license-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .license-card:hover {
    transform: translateY(-4px);
  }
}
.license-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #24395c;
  border-radius: 12px 12px 0 0;
}
@media (max-width: 768px) {
  .license-card::before {
    height: 3px;
  }
}

.license-card-header {
  background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
  padding: 2rem;
  text-align: center;
  border-bottom: 1px solid #e2e8f0;
  margin: -1.5rem -1.5rem 1.5rem -1.5rem;
  border-radius: 12px 12px 0 0;
}
@media (max-width: 1024px) {
  .license-card-header {
    padding: 1.5rem;
    margin: -1.2rem -1.2rem 1.2rem -1.2rem;
  }
}
@media (max-width: 768px) {
  .license-card-header {
    padding: 1rem;
    margin: -1rem -1rem 1rem -1rem;
  }
}
.license-card-header .license-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #24395c, #4299e1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  color: white;
  font-size: 1.8rem;
  box-shadow: 0 4px 15px rgba(66, 153, 225, 0.3);
}
@media (max-width: 1024px) {
  .license-card-header .license-icon {
    width: 50px;
    height: 50px;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .license-card-header .license-icon {
    width: 45px;
    height: 45px;
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }
}
.license-card-header .license-icon::before {
  content: "📋";
}
.license-card-header h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #2d3748;
  margin: 0;
}
@media (max-width: 1024px) {
  .license-card-header h3 {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .license-card-header h3 {
    font-size: 1.1rem;
  }
}

.license-image {
  width: 100%;
  height: 350px;
  object-fit: contain;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .license-image {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .license-image {
    height: 250px;
  }
}
@media (max-width: 575px) {
  .license-image {
    height: 200px;
  }
}
.license-image:hover {
  transform: scale(1.02);
}

.facility-intro,
.consulting-intro,
.event-intro,
.vision-intro,
.ceo-greeting-intro {
  font-size: 1rem;
  line-height: 1.7;
  color: #4a5568;
  margin-bottom: 2rem;
  text-align: justify;
}
@media (max-width: 768px) {
  .facility-intro,
  .consulting-intro,
  .event-intro,
  .vision-intro,
  .ceo-greeting-intro {
    font-size: 0.95rem;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 575px) {
  .facility-intro,
  .consulting-intro,
  .event-intro,
  .vision-intro,
  .ceo-greeting-intro {
    font-size: 0.9rem;
  }
}
.facility-intro p,
.consulting-intro p,
.event-intro p,
.vision-intro p,
.ceo-greeting-intro p {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .facility-intro p,
  .consulting-intro p,
  .event-intro p,
  .vision-intro p,
  .ceo-greeting-intro p {
    margin-bottom: 0.8rem;
  }
}
.facility-intro p:last-child,
.consulting-intro p:last-child,
.event-intro p:last-child,
.vision-intro p:last-child,
.ceo-greeting-intro p:last-child {
  margin-bottom: 0;
}
.facility-intro strong,
.consulting-intro strong,
.event-intro strong,
.vision-intro strong,
.ceo-greeting-intro strong {
  font-weight: 600;
  color: #2d3748;
}

.consulting-intro,
.event-intro {
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .consulting-intro,
  .event-intro {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 768px) {
  .consulting-intro,
  .event-intro {
    margin-bottom: 2rem;
  }
}

.vision-subtitle,
.job-application-subtitle {
  font-family: "Gmarket Sans", "GmarketSans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: #718096;
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .vision-subtitle,
  .job-application-subtitle {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .vision-subtitle,
  .job-application-subtitle {
    font-size: 1.1rem;
  }
}
@media (max-width: 575px) {
  .vision-subtitle,
  .job-application-subtitle {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .vision-subtitle,
  .job-application-subtitle {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 768px) {
  .vision-subtitle,
  .job-application-subtitle {
    margin-bottom: 2rem;
    padding: 0 1rem;
  }
}

.vision-steps {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .vision-steps {
    gap: 1.2rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 768px) {
  .vision-steps {
    gap: 1rem;
    margin-bottom: 2rem;
  }
}

.vision-step-card {
  background: #f7fafc;
  border-left: 4px solid #4299e1;
  border-radius: 8px;
  padding: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1024px) {
  .vision-step-card {
    padding: 1.2rem;
    gap: 0.8rem;
  }
}
@media (max-width: 768px) {
  .vision-step-card {
    padding: 1rem;
    gap: 0.6rem;
    border-left-width: 3px;
  }
}
.vision-step-card:hover {
  transform: translateX(5px);
  box-shadow: 0 4px 12px rgba(66, 153, 225, 0.15);
}
@media (max-width: 768px) {
  .vision-step-card:hover {
    transform: translateX(3px);
  }
}

.vision-step-icon {
  width: 12px;
  height: 12px;
  background: #24395c;
  border-radius: 50%;
  margin-top: 8px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .vision-step-icon {
    width: 10px;
    height: 10px;
    margin-top: 6px;
  }
}
@media (max-width: 768px) {
  .vision-step-icon {
    width: 8px;
    height: 8px;
    margin-top: 5px;
  }
}

.vision-step-content {
  flex: 1;
}

.vision-step-title {
  font-family: "Gmarket Sans", "GmarketSans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #2d3748;
  margin-bottom: 0.5rem;
}
@media (max-width: 1024px) {
  .vision-step-title {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .vision-step-title {
    font-size: 1.1rem;
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 575px) {
  .vision-step-title {
    font-size: 1rem;
  }
}

.vision-step-description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #4a5568;
  margin: 0;
}
@media (max-width: 1024px) {
  .vision-step-description {
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  .vision-step-description {
    font-size: 0.85rem;
    line-height: 1.5;
  }
}

.vision-slogan {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2d3748;
  margin: 1rem 0;
  line-height: 1.6;
  position: relative;
  padding: 0 1rem;
}
@media (max-width: 1024px) {
  .vision-slogan {
    font-size: 1.05rem;
  }
}
@media (max-width: 768px) {
  .vision-slogan {
    font-size: 1rem;
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .vision-slogan {
    font-size: 0.95rem;
  }
}
.vision-slogan:before {
  font-size: 1.5rem;
  color: #24395c;
  position: absolute;
  left: -0.2rem;
  top: -0.2rem;
}
@media (max-width: 768px) {
  .vision-slogan:before {
    display: none;
  }
}
.vision-slogan:after {
  font-size: 1.5rem;
  color: #24395c;
  position: absolute;
  right: -0.2rem;
  top: -0.2rem;
}
@media (max-width: 768px) {
  .vision-slogan:after {
    display: none;
  }
}

.ceo-text-block,
.ceo-commitment {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #4a5568;
  margin: 1.5rem 0;
  text-align: justify;
}
@media (max-width: 768px) {
  .ceo-text-block,
  .ceo-commitment {
    font-size: 0.9rem;
    line-height: 1.6;
    text-align: left;
    margin: 1rem 0;
  }
}
@media (max-width: 575px) {
  .ceo-text-block,
  .ceo-commitment {
    font-size: 0.85rem;
  }
}
.ceo-text-block strong,
.ceo-commitment strong {
  font-weight: 600;
  color: #2d3748;
}

.ceo-signature {
  text-align: right;
  margin-top: 3rem;
  padding-right: 2rem;
}
@media (max-width: 1024px) {
  .ceo-signature {
    text-align: center;
    padding-right: 0;
    margin-top: 2.5rem;
  }
}
@media (max-width: 768px) {
  .ceo-signature {
    margin-top: 2rem;
  }
}

.ceo-signature-company {
  font-size: 1.15rem;
  color: #4a5568;
  margin-bottom: 0.5rem;
}
@media (max-width: 1024px) {
  .ceo-signature-company {
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  .ceo-signature-company {
    font-size: 1rem;
  }
}

.ceo-signature-name-with-image {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 1024px) {
  .ceo-signature-name-with-image {
    flex-direction: column;
    justify-content: center;
    gap: 0.8rem;
  }
}

.ceo-signature-image {
  margin-bottom: 0.3rem;
}
@media (max-width: 1024px) {
  .ceo-signature-image {
    margin-bottom: 0;
  }
}
.ceo-signature-image img {
  height: 80px;
  width: auto;
  max-width: 200px;
  opacity: 0.9;
  filter: contrast(1.1);
  display: block;
}
@media (max-width: 1024px) {
  .ceo-signature-image img {
    height: 70px;
    max-width: 180px;
  }
}
@media (max-width: 768px) {
  .ceo-signature-image img {
    height: 60px;
    max-width: 150px;
  }
}

.ceo-signature-name {
  font-size: 1.35rem;
  font-weight: 600;
  color: #2d3748;
}
@media (max-width: 1024px) {
  .ceo-signature-name {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .ceo-signature-name {
    font-size: 1.2rem;
  }
}
@media (max-width: 575px) {
  .ceo-signature-name {
    font-size: 1.1rem;
  }
}

.job-application-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #24395c;
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .job-application-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .job-application-title {
    font-size: 2rem;
  }
}
@media (max-width: 575px) {
  .job-application-title {
    font-size: 1.8rem;
  }
}

.job-sections-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .job-sections-container {
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 768px) {
  .job-sections-container {
    gap: 1.2rem;
    margin-bottom: 2rem;
  }
}

.job-section-wrapper {
  display: flex;
  align-items: stretch;
  gap: 0;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(66, 153, 225, 0.15);
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .job-section-wrapper {
    flex-direction: column;
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .job-section-wrapper {
    border-radius: 8px;
  }
}
.job-section-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .job-section-wrapper:hover {
    transform: translateY(-2px);
  }
}

.job-icon-section {
  background: linear-gradient(135deg, #24395c 0%, #4299e1 100%);
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
@media (max-width: 1024px) {
  .job-icon-section {
    width: 100%;
    height: 60px;
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .job-icon-section {
    height: 50px;
  }
}

.job-content-section {
  flex: 1;
  padding: 2rem;
}
@media (max-width: 1024px) {
  .job-content-section {
    padding: 1.5rem;
  }
}
@media (max-width: 768px) {
  .job-content-section {
    padding: 1rem;
  }
}

.job-section-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #24395c;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .job-section-title {
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 768px) {
  .job-section-title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 575px) {
  .job-section-title {
    font-size: 1.1rem;
  }
}

.job-section-content h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .job-section-content h3 {
    font-size: 1.15rem;
  }
}
@media (max-width: 768px) {
  .job-section-content h3 {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 575px) {
  .job-section-content h3 {
    font-size: 1rem;
  }
}
.job-section-content ul {
  list-style: none;
  padding-left: 0;
}
.job-section-content ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.8rem;
  line-height: 1.6;
  color: #4a5568;
}
@media (max-width: 768px) {
  .job-section-content ul li {
    padding-left: 1.2rem;
    margin-bottom: 0.6rem;
    font-size: 0.95rem;
    line-height: 1.5;
  }
}
@media (max-width: 575px) {
  .job-section-content ul li {
    font-size: 0.9rem;
  }
}
.job-section-content ul li::before {
  content: "•";
  color: #24395c;
  font-weight: 600;
  position: absolute;
  left: 0;
}
.job-section-content ul li.sub-item {
  padding-left: 2.5rem;
  font-size: 0.95rem;
  color: #718096;
}
@media (max-width: 768px) {
  .job-section-content ul li.sub-item {
    padding-left: 2rem;
    font-size: 0.9rem;
  }
}
@media (max-width: 575px) {
  .job-section-content ul li.sub-item {
    font-size: 0.85rem;
  }
}
.job-section-content ul li.sub-item::before {
  content: "◦";
}

.job-contact-section {
  background: linear-gradient(135deg, #24395c 0%, #4299e1 100%);
  color: #ffffff;
  padding: 2rem;
  border-radius: 12px;
  position: relative;
}
@media (max-width: 1024px) {
  .job-contact-section {
    padding: 1.5rem;
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .job-contact-section {
    padding: 1rem;
    border-radius: 8px;
  }
}
.job-contact-section h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .job-contact-section h3 {
    font-size: 1.2rem;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .job-contact-section h3 {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 575px) {
  .job-contact-section h3 {
    font-size: 1rem;
  }
}
.job-contact-section h3::before {
  content: "📧";
  margin-right: 0.8rem;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .job-contact-section h3::before {
    margin-right: 0.6rem;
    font-size: 1rem;
  }
}
.job-contact-section .contact-info {
  font-size: 1rem;
  line-height: 1.8;
  opacity: 0.95;
}
@media (max-width: 1024px) {
  .job-contact-section .contact-info {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .job-contact-section .contact-info {
    font-size: 0.95rem;
    line-height: 1.6;
  }
}
@media (max-width: 575px) {
  .job-contact-section .contact-info {
    font-size: 0.9rem;
  }
}

.job-section {
  width: 100%;
  max-width: 1200px;
}

.business-title-box {
  padding: 1rem 1.5rem;
  border-radius: 8px;
  margin-bottom: 2rem;
  background: #24395c;
  color: #ffffff;
  font-family: "Gmarket Sans", "GmarketSans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
@media (max-width: 1024px) {
  .business-title-box {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .business-title-box {
    font-size: 1.1rem;
  }
}
@media (max-width: 575px) {
  .business-title-box {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .business-title-box {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1.5rem;
    border-radius: 6px;
  }
}
@media (max-width: 768px) {
  .business-title-box {
    padding: 0.6rem 1rem;
    margin-bottom: 1.2rem;
    text-align: center;
    border-radius: 4px;
  }
}

.ceo-highlight-box {
  background: #24395c;
  color: #ffffff;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  margin: 1.5rem 0;
  text-align: center;
  font-family: "Gmarket Sans", "GmarketSans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media (max-width: 1024px) {
  .ceo-highlight-box {
    padding: 0.8rem 1.2rem;
    margin: 1.2rem 0;
    border-radius: 6px;
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .ceo-highlight-box {
    padding: 0.6rem 1rem;
    margin: 1rem 0;
    border-radius: 4px;
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
@media (max-width: 575px) {
  .ceo-highlight-box {
    font-size: 1rem;
  }
}

.photos-gallery-section {
  padding: 60px 0;
  background-color: #f8f9fa;
}
@media (max-width: 1024px) {
  .photos-gallery-section {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .photos-gallery-section {
    padding: 30px 0;
  }
}

.photo-gallery .photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 50px;
  min-height: 600px;
}
@media (max-width: 1200px) {
  .photo-gallery .photo-grid {
    min-height: 500px;
    gap: 15px;
  }
}
@media (max-width: 1024px) {
  .photo-gallery .photo-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    min-height: 450px;
    gap: 12px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .photo-gallery .photo-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: auto;
    gap: 10px;
    margin-bottom: 30px;
  }
}
.photo-gallery .photo-grid .photo-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  background: #fff;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .photo-gallery .photo-grid .photo-item {
    border-radius: 6px;
  }
}
@media (max-width: 768px) {
  .photo-gallery .photo-grid .photo-item {
    border-radius: 4px;
  }
}
.photo-gallery .photo-grid .photo-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .photo-gallery .photo-grid .photo-item:hover {
    transform: translateY(-3px);
  }
}
.photo-gallery .photo-grid .photo-item .photo-image {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .photo-gallery .photo-grid .photo-item .photo-image {
    height: 240px;
  }
}
@media (max-width: 1024px) {
  .photo-gallery .photo-grid .photo-item .photo-image {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .photo-gallery .photo-grid .photo-item .photo-image {
    height: 250px;
  }
}
@media (max-width: 575px) {
  .photo-gallery .photo-grid .photo-item .photo-image {
    height: 200px;
  }
}
.photo-gallery .photo-grid .photo-item:hover .photo-image {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .photo-gallery .photo-grid .photo-item:hover .photo-image {
    transform: scale(1.02);
  }
}
.photo-gallery .photo-grid .photo-item .photo-caption {
  padding: 15px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  background: #fff;
  border-top: 1px solid #eee;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .photo-gallery .photo-grid .photo-item .photo-caption {
    padding: 12px;
    font-size: 13px;
    min-height: 45px;
  }
}
@media (max-width: 768px) {
  .photo-gallery .photo-grid .photo-item .photo-caption {
    padding: 10px;
    font-size: 12px;
    min-height: 40px;
  }
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
  border-top: 2px solid #2563eb;
  padding-top: 30px;
}
@media (max-width: 1024px) {
  .pagination-wrapper {
    padding-top: 25px;
  }
}
@media (max-width: 768px) {
  .pagination-wrapper {
    padding-top: 20px;
  }
}
.pagination-wrapper .pagination {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .pagination-wrapper .pagination {
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.pagination-wrapper .pagination .page-btn {
  padding: 10px 15px;
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .pagination-wrapper .pagination .page-btn {
    padding: 8px 12px;
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .pagination-wrapper .pagination .page-btn {
    padding: 6px 10px;
    font-size: 12px;
  }
}
.pagination-wrapper .pagination .page-btn:hover {
  background: #f0f0f0;
  border-color: #999;
}
.pagination-wrapper .pagination .page-btn.active {
  background: #007bff;
  color: white;
  border-color: #007bff;
}
.pagination-wrapper .pagination .page-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.pagination-wrapper .pagination .page-btn.disabled:hover {
  background: #fff;
  border-color: #ddd;
}
.pagination-wrapper .pagination .page-btn.prev-btn, .pagination-wrapper .pagination .page-btn.next-btn {
  font-weight: 600;
}
.pagination-wrapper .pagination .page-btn.prev-btn:not(.disabled):hover, .pagination-wrapper .pagination .page-btn.next-btn:not(.disabled):hover {
  background: #007bff;
  color: white;
  border-color: #007bff;
}

.video-gallery-section {
  padding: 60px 0 40px 0;
  background-color: #f8f9fa;
}
@media (max-width: 1024px) {
  .video-gallery-section {
    padding: 40px 0 30px 0;
  }
}
@media (max-width: 768px) {
  .video-gallery-section {
    padding: 30px 0 20px 0;
  }
}
.video-gallery-section .video-grid {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .video-gallery-section .video-grid {
    gap: 15px;
  }
}
@media (max-width: 1024px) {
  .video-gallery-section .video-grid {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .video-gallery-section .video-grid {
    gap: 15px;
  }
}
.video-gallery-section .video-item {
  flex: 1.5;
  max-width: 550px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 1200px) {
  .video-gallery-section .video-item {
    max-width: 450px;
  }
}
@media (max-width: 1024px) {
  .video-gallery-section .video-item {
    max-width: 600px;
    width: 100%;
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .video-gallery-section .video-item {
    max-width: 100%;
    border-radius: 8px;
  }
}
.video-gallery-section .video-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .video-gallery-section .video-item:hover {
    transform: translateY(-3px);
  }
}
.video-gallery-section .video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .video-gallery-section .video-wrapper {
    padding-bottom: 56.25%;
  }
}
@media (max-width: 768px) {
  .video-gallery-section .video-wrapper {
    padding-bottom: 75%;
  }
}
.video-gallery-section .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
  outline: none;
}
.video-gallery-section .video-wrapper video::-webkit-media-controls {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.video-gallery-section .video-wrapper video:hover::-webkit-media-controls {
  opacity: 1;
}
.video-gallery-section .video-wrapper video::-moz-media-controls {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.video-gallery-section .video-wrapper video:hover::-moz-media-controls {
  opacity: 1;
}
.video-gallery-section .video-info {
  padding: 20px;
  text-align: center;
}
@media (max-width: 1024px) {
  .video-gallery-section .video-info {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .video-gallery-section .video-info {
    padding: 12px;
  }
}
.video-gallery-section .video-info h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .video-gallery-section .video-info h3 {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .video-gallery-section .video-info h3 {
    font-size: 14px;
    line-height: 1.3;
  }
}
@media (max-width: 575px) {
  .video-gallery-section .video-info h3 {
    font-size: 13px;
  }
}

.post-list-section {
  padding: 3rem 0;
  background-color: #f8f9fa;
  min-height: 60vh;
}
@media (max-width: 1024px) {
  .post-list-section {
    padding: 2rem 0;
    min-height: 50vh;
  }
}
@media (max-width: 768px) {
  .post-list-section {
    padding: 1.5rem 0;
    min-height: 40vh;
  }
}

.post-list-wrapper .post-stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding: 1rem;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  .post-list-wrapper .post-stats {
    margin-bottom: 1.5rem;
    padding: 0.8rem;
  }
}
@media (max-width: 768px) {
  .post-list-wrapper .post-stats {
    margin-bottom: 1rem;
    padding: 0.6rem;
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }
}
.post-list-wrapper .post-stats .total-posts {
  font-weight: 600;
  color: #495057;
}
@media (max-width: 768px) {
  .post-list-wrapper .post-stats .total-posts {
    font-size: 0.95rem;
  }
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 1.5rem;
}
@media (max-width: 1200px) {
  .post-grid {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.2rem;
  }
}
@media (max-width: 1024px) {
  .post-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .post-grid {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
}

.post-card {
  background: white;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid #e9ecef;
}
@media (max-width: 1024px) {
  .post-card {
    padding: 1.2rem;
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .post-card {
    padding: 1rem;
    border-radius: 8px;
  }
}
.post-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .post-card:hover {
    transform: translateY(-1px);
  }
}
.post-card .post-card-header {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .post-card .post-card-header {
    margin-bottom: 0.8rem;
  }
}
.post-card .post-card-header .post-list-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #212529;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1024px) {
  .post-card .post-card-header .post-list-title {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .post-card .post-card-header .post-list-title {
    font-size: 1.1rem;
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 575px) {
  .post-card .post-card-header .post-list-title {
    font-size: 1rem;
  }
}
.post-card .post-card-header .post-list-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  color: #6c757d;
}
@media (max-width: 768px) {
  .post-card .post-card-header .post-list-meta {
    font-size: 0.8rem;
    flex-direction: column;
    gap: 0.3rem;
  }
}
.post-card .post-card-header .post-list-meta .post-date {
  display: flex;
  align-items: center;
}
.post-card .post-card-header .post-list-meta .post-date::before {
  content: "📅";
  margin-right: 0.25rem;
}
@media (max-width: 768px) {
  .post-card .post-card-header .post-list-meta .post-date::before {
    font-size: 0.8em;
  }
}
.post-card .post-card-header .post-list-meta .post-views {
  display: flex;
  align-items: center;
}
.post-card .post-card-header .post-list-meta .post-views::before {
  content: "👁";
  margin-right: 0.25rem;
}
@media (max-width: 768px) {
  .post-card .post-card-header .post-list-meta .post-views::before {
    font-size: 0.8em;
  }
}
.post-card .post-card-body {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .post-card .post-card-body {
    margin-bottom: 0.8rem;
  }
}
.post-card .post-card-body .post-list-content {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #495057;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
@media (max-width: 1024px) {
  .post-card .post-card-body .post-list-content {
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  .post-card .post-card-body .post-list-content {
    font-size: 0.85rem;
    line-height: 1.5;
    -webkit-line-clamp: 2;
  }
}
.post-card .post-card-body .post-list-content ol, .post-card .post-card-body .post-list-content ul {
  margin: 0.5rem 0;
  padding-left: 1.2rem;
  list-style-position: inside;
}
@media (max-width: 768px) {
  .post-card .post-card-body .post-list-content ol, .post-card .post-card-body .post-list-content ul {
    margin: 0.3rem 0;
    padding-left: 1rem;
  }
}
.post-card .post-card-body .post-list-content ol {
  list-style-type: decimal;
}
.post-card .post-card-body .post-list-content ul {
  list-style-type: disc;
}
.post-card .post-card-body .post-list-content li {
  margin: 0.2rem 0;
  padding: 0;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .post-card .post-card-body .post-list-content li {
    margin: 0.1rem 0;
    line-height: 1.3;
  }
}
.post-card .post-card-body .post-list-content p {
  margin: 0.3rem 0;
}
@media (max-width: 768px) {
  .post-card .post-card-body .post-list-content p {
    margin: 0.2rem 0;
  }
}
.post-card .post-card-body .post-list-content strong, .post-card .post-card-body .post-list-content b {
  font-weight: 600;
}
.post-card .post-card-body .post-list-content em, .post-card .post-card-body .post-list-content i {
  font-style: italic;
}
.post-card .post-card-body .post-list-content * {
  word-break: break-word;
  overflow-wrap: break-word;
}
.post-card .post-card-footer {
  padding-top: 1rem;
  border-top: 1px solid #e9ecef;
  margin-top: auto;
}
@media (max-width: 768px) {
  .post-card .post-card-footer {
    padding-top: 0.8rem;
  }
}
.post-card .post-card-footer .read-more {
  color: #667eea;
  font-weight: 500;
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .post-card .post-card-footer .read-more {
    font-size: 0.85rem;
  }
}
.post-card .post-card-footer .read-more::after {
  content: " →";
  transition: margin-left 0.2s ease;
}
.post-card:hover .read-more::after {
  margin-left: 0.25rem;
}
@media (max-width: 768px) {
  .post-card:hover .read-more::after {
    margin-left: 0.15rem;
  }
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #e2e8f0;
}
@media (max-width: 1024px) {
  .pagination-wrapper {
    margin-top: 30px;
    padding-top: 25px;
  }
}
@media (max-width: 768px) {
  .pagination-wrapper {
    margin-top: 20px;
    padding-top: 20px;
  }
}

.pagination {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .pagination {
    gap: 4px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.pagination-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  background: white;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  color: #4b5563;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
}
@media (max-width: 1024px) {
  .pagination-btn {
    padding: 8px 14px;
    gap: 4px;
  }
}
@media (max-width: 768px) {
  .pagination-btn {
    padding: 6px 12px;
    font-size: 0.9rem;
  }
}
@media (max-width: 575px) {
  .pagination-btn {
    padding: 5px 10px;
    font-size: 0.85rem;
  }
}

.pagination-btn:hover:not(.disabled) {
  background: #667eea;
  color: white;
  border-color: #667eea;
}

.pagination-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.pagination-numbers {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0 12px;
}
@media (max-width: 1024px) {
  .pagination-numbers {
    gap: 3px;
    margin: 0 8px;
  }
}
@media (max-width: 768px) {
  .pagination-numbers {
    gap: 2px;
    margin: 0 4px;
  }
}

.pagination-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  color: #4b5563;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
}
@media (max-width: 1024px) {
  .pagination-number {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 768px) {
  .pagination-number {
    width: 32px;
    height: 32px;
    font-size: 0.9rem;
  }
}
@media (max-width: 575px) {
  .pagination-number {
    width: 28px;
    height: 28px;
    font-size: 0.8rem;
  }
}

.pagination-number:hover {
  background: #f3f4f6;
  border-color: #9ca3af;
}

.pagination-number.active {
  background: #667eea;
  color: white;
  border-color: #667eea;
}

.pagination-ellipsis {
  color: #9ca3af;
  padding: 0 8px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .pagination-ellipsis {
    padding: 0 4px;
    font-size: 0.9rem;
  }
}

.icon-arrow-left::before {
  content: "←";
  font-weight: bold;
}

.icon-arrow-right::before {
  content: "→";
  font-weight: bold;
}

.empty-state {
  text-align: center;
  padding: 4rem 2rem;
  color: #6c757d;
}
@media (max-width: 1024px) {
  .empty-state {
    padding: 3rem 1.5rem;
  }
}
@media (max-width: 768px) {
  .empty-state {
    padding: 2rem 1rem;
  }
}
.empty-state .empty-icon {
  font-size: 4rem;
  margin-bottom: 1rem;
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .empty-state .empty-icon {
    font-size: 3.5rem;
  }
}
@media (max-width: 768px) {
  .empty-state .empty-icon {
    font-size: 3rem;
  }
}
.empty-state h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #495057;
}
@media (max-width: 1024px) {
  .empty-state h3 {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .empty-state h3 {
    font-size: 1.2rem;
  }
}
.empty-state p {
  font-size: 1rem;
  margin: 0;
  opacity: 0.8;
}
@media (max-width: 1024px) {
  .empty-state p {
    font-size: 0.95rem;
  }
}
@media (max-width: 768px) {
  .empty-state p {
    font-size: 0.9rem;
  }
}

.post-detail-section {
  padding: 3rem 0;
  background-color: #f8f9fa;
  min-height: 70vh;
}
@media (max-width: 1024px) {
  .post-detail-section {
    padding: 2rem 0;
    min-height: 60vh;
  }
}
@media (max-width: 768px) {
  .post-detail-section {
    padding: 1.5rem 0;
    min-height: 50vh;
  }
}

.post-detail {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .post-detail {
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .post-detail {
    border-radius: 8px;
  }
}
.post-detail .post-header {
  padding: 2rem 2rem 1.5rem;
  border-bottom: 2px solid #e9ecef;
  background: linear-gradient(45deg, #f8f9fa, #ffffff);
}
@media (max-width: 1024px) {
  .post-detail .post-header {
    padding: 1.5rem 1.5rem 1.2rem;
  }
}
@media (max-width: 768px) {
  .post-detail .post-header {
    padding: 1rem 1rem 0.8rem;
  }
}
.post-detail .post-header .post-detail-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 1rem;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .post-detail .post-header .post-detail-title {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .post-detail .post-header .post-detail-title {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 575px) {
  .post-detail .post-header .post-detail-title {
    font-size: 1.3rem;
  }
}
.post-detail .post-header .post-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 1024px) {
  .post-detail .post-header .post-detail-meta {
    gap: 1.2rem;
  }
}
@media (max-width: 768px) {
  .post-detail .post-header .post-detail-meta {
    flex-direction: column;
    gap: 0.8rem;
  }
}
.post-detail .post-header .post-detail-meta .meta-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .post-detail .post-header .post-detail-meta .meta-group {
    gap: 0.3rem;
  }
}
.post-detail .post-header .post-detail-meta .meta-group .meta-label {
  font-size: 0.875rem;
  color: #6c757d;
  font-weight: 500;
  min-width: 3rem;
}
@media (max-width: 1024px) {
  .post-detail .post-header .post-detail-meta .meta-group .meta-label {
    font-size: 0.85rem;
  }
}
@media (max-width: 768px) {
  .post-detail .post-header .post-detail-meta .meta-group .meta-label {
    font-size: 0.8rem;
    min-width: 2.5rem;
  }
}
.post-detail .post-header .post-detail-meta .meta-group .meta-label::after {
  content: ":";
}
.post-detail .post-header .post-detail-meta .meta-group .meta-value {
  font-size: 0.875rem;
  color: #495057;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .post-detail .post-header .post-detail-meta .meta-group .meta-value {
    font-size: 0.85rem;
  }
}
@media (max-width: 768px) {
  .post-detail .post-header .post-detail-meta .meta-group .meta-value {
    font-size: 0.8rem;
  }
}
.post-detail .post-detail-content {
  padding: 2rem;
}
@media (max-width: 1024px) {
  .post-detail .post-detail-content {
    padding: 1.5rem;
  }
}
@media (max-width: 768px) {
  .post-detail .post-detail-content {
    padding: 1rem;
  }
}
.post-detail .post-detail-content .content-body {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
@media (max-width: 1024px) {
  .post-detail .post-detail-content .content-body {
    font-size: 0.95rem;
    line-height: 1.7;
  }
}
@media (max-width: 768px) {
  .post-detail .post-detail-content .content-body {
    font-size: 0.9rem;
    line-height: 1.6;
  }
}
.post-detail .post-detail-content .content-body h1, .post-detail .post-detail-content .content-body h2, .post-detail .post-detail-content .content-body h3, .post-detail .post-detail-content .content-body h4, .post-detail .post-detail-content .content-body h5, .post-detail .post-detail-content .content-body h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #212529;
}
@media (max-width: 1024px) {
  .post-detail .post-detail-content .content-body h1, .post-detail .post-detail-content .content-body h2, .post-detail .post-detail-content .content-body h3, .post-detail .post-detail-content .content-body h4, .post-detail .post-detail-content .content-body h5, .post-detail .post-detail-content .content-body h6 {
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 768px) {
  .post-detail .post-detail-content .content-body h1, .post-detail .post-detail-content .content-body h2, .post-detail .post-detail-content .content-body h3, .post-detail .post-detail-content .content-body h4, .post-detail .post-detail-content .content-body h5, .post-detail .post-detail-content .content-body h6 {
    margin-top: 1.2rem;
    margin-bottom: 0.6rem;
  }
}
.post-detail .post-detail-content .content-body h1:first-child, .post-detail .post-detail-content .content-body h2:first-child, .post-detail .post-detail-content .content-body h3:first-child, .post-detail .post-detail-content .content-body h4:first-child, .post-detail .post-detail-content .content-body h5:first-child, .post-detail .post-detail-content .content-body h6:first-child {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .post-detail .post-detail-content .content-body h1 {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .post-detail .post-detail-content .content-body h1 {
    font-size: 1.6rem;
  }
}
@media (max-width: 1024px) {
  .post-detail .post-detail-content .content-body h2 {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .post-detail .post-detail-content .content-body h2 {
    font-size: 1.4rem;
  }
}
@media (max-width: 1024px) {
  .post-detail .post-detail-content .content-body h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .post-detail .post-detail-content .content-body h3 {
    font-size: 1.2rem;
  }
}
.post-detail .post-detail-content .content-body p {
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .post-detail .post-detail-content .content-body p {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 768px) {
  .post-detail .post-detail-content .content-body p {
    margin-bottom: 0.6rem;
  }
}
.post-detail .post-detail-content .content-body p:last-child {
  margin-bottom: 0;
}
.post-detail .post-detail-content .content-body ul, .post-detail .post-detail-content .content-body ol {
  margin-bottom: 1rem;
  padding-left: 2rem;
}
@media (max-width: 1024px) {
  .post-detail .post-detail-content .content-body ul, .post-detail .post-detail-content .content-body ol {
    margin-bottom: 0.8rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 768px) {
  .post-detail .post-detail-content .content-body ul, .post-detail .post-detail-content .content-body ol {
    margin-bottom: 0.6rem;
    padding-left: 1.2rem;
  }
}
.post-detail .post-detail-content .content-body ul li, .post-detail .post-detail-content .content-body ol li {
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .post-detail .post-detail-content .content-body ul li, .post-detail .post-detail-content .content-body ol li {
    margin-bottom: 0.3rem;
  }
}
.post-detail .post-detail-content .content-body strong {
  font-weight: 600;
  color: #212529;
}
.post-detail .post-detail-content .content-body em {
  font-style: italic;
  color: #495057;
}
.post-detail .post-detail-content .content-body br {
  line-height: 2;
}
@media (max-width: 768px) {
  .post-detail .post-detail-content .content-body br {
    line-height: 1.5;
  }
}
.post-detail .post-footer {
  padding: 1.5rem 2rem;
  background-color: #f8f9fa;
  border-top: 1px solid #e9ecef;
}
@media (max-width: 1024px) {
  .post-detail .post-footer {
    padding: 1.2rem 1.5rem;
  }
}
@media (max-width: 768px) {
  .post-detail .post-footer {
    padding: 1rem;
  }
}
.post-detail .post-footer .post-actions {
  display: flex;
  justify-content: center;
}
.post-detail .post-footer .post-actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .post-detail .post-footer .post-actions .btn {
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
  }
}

.location-page .location-content {
  padding: 60px 0;
  background-color: #f8f9fa;
}
@media (max-width: 1024px) {
  .location-page .location-content {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .location-page .location-content {
    padding: 30px 0;
  }
}
.location-page .contact-location-info {
  background: white;
  border-radius: 12px;
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1024px) {
  .location-page .contact-location-info {
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .location-page .contact-location-info {
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
  }
}
.location-page .contact-location-info .section-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .location-page .contact-location-info .section-title {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .location-page .contact-location-info .section-title {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .location-page .contact-location-info .section-title {
    font-size: 1.3rem;
  }
}
.location-page .contact-location-info .section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  margin: 15px auto 0;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .location-page .contact-location-info .section-title::after {
    width: 40px;
    height: 2px;
    margin: 10px auto 0;
  }
}
.location-page .contact-location-info .contact-details {
  display: grid;
  gap: 20px;
}
@media (max-width: 768px) {
  .location-page .contact-location-info .contact-details {
    gap: 15px;
  }
}
.location-page .contact-location-info .contact-item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
@media (max-width: 768px) {
  .location-page .contact-location-info .contact-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 0;
    gap: 8px;
  }
}
.location-page .contact-location-info .contact-item:last-child {
  border-bottom: none;
}
.location-page .contact-location-info .contact-item .contact-icon {
  font-size: 1.5rem;
  margin-right: 15px;
  width: 40px;
  text-align: center;
}
@media (max-width: 1024px) {
  .location-page .contact-location-info .contact-item .contact-icon {
    font-size: 1.3rem;
    width: 35px;
  }
}
@media (max-width: 768px) {
  .location-page .contact-location-info .contact-item .contact-icon {
    font-size: 1.2rem;
    width: auto;
    margin-right: 8px;
  }
}
.location-page .contact-location-info .contact-item .contact-text {
  font-size: 1rem;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .location-page .contact-location-info .contact-item .contact-text {
    font-size: 0.95rem;
  }
}
@media (max-width: 768px) {
  .location-page .contact-location-info .contact-item .contact-text {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}
.location-page .contact-location-info .contact-item .contact-text strong {
  color: #2c3e50;
  font-weight: 600;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .location-page .contact-location-info .contact-item .contact-text strong {
    display: block;
    margin-right: 0;
    margin-bottom: 4px;
  }
}
.location-page .map-container {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .location-page .map-container {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .location-page .map-container {
    margin-bottom: 20px;
  }
}
.location-page .map-container .map-area {
  width: 100%;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  .location-page .map-container .map-area {
    height: 350px;
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .location-page .map-container .map-area {
    height: 300px;
    border-radius: 8px;
  }
}
@media (max-width: 575px) {
  .location-page .map-container .map-area {
    height: 250px;
  }
}
.location-page .map-container .map-placeholder {
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  .location-page .map-container .map-placeholder {
    font-size: 1rem;
  }
}
.location-page .transportation-info .transport-section {
  display: grid;
  gap: 30px;
}
@media (max-width: 1024px) {
  .location-page .transportation-info .transport-section {
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .location-page .transportation-info .transport-section {
    gap: 20px;
  }
}
.location-page .transportation-info .transport-card {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 1024px) {
  .location-page .transportation-info .transport-card {
    padding: 25px;
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .location-page .transportation-info .transport-card {
    padding: 20px;
    border-radius: 8px;
  }
}
.location-page .transportation-info .transport-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .location-page .transportation-info .transport-card:hover {
    transform: none;
  }
}
.location-page .transportation-info .transport-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
}
@media (max-width: 768px) {
  .location-page .transportation-info .transport-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
    padding-bottom: 12px;
  }
}
.location-page .transportation-info .transport-header .transport-icon {
  font-size: 2rem;
  margin-right: 15px;
}
@media (max-width: 1024px) {
  .location-page .transportation-info .transport-header .transport-icon {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .location-page .transportation-info .transport-header .transport-icon {
    font-size: 1.6rem;
    margin-right: 8px;
  }
}
.location-page .transportation-info .transport-header .transport-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 0;
}
@media (max-width: 1024px) {
  .location-page .transportation-info .transport-header .transport-title {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .location-page .transportation-info .transport-header .transport-title {
    font-size: 1.1rem;
  }
}
.location-page .transportation-info .transport-content .transport-description {
  font-size: 1rem;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .location-page .transportation-info .transport-content .transport-description {
    font-size: 0.95rem;
  }
}
@media (max-width: 768px) {
  .location-page .transportation-info .transport-content .transport-description {
    font-size: 0.9rem;
    margin-bottom: 15px;
    line-height: 1.5;
  }
}
.location-page .transportation-info .bus-routes .bus-type {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .location-page .transportation-info .bus-routes .bus-type {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 15px;
  }
}
.location-page .transportation-info .bus-routes .bus-type:last-child {
  margin-bottom: 0;
}
.location-page .transportation-info .bus-routes .bus-type .bus-label {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  color: white;
  margin-right: 15px;
  min-width: 60px;
  text-align: center;
}
@media (max-width: 1024px) {
  .location-page .transportation-info .bus-routes .bus-type .bus-label {
    font-size: 0.8rem;
    padding: 5px 10px;
    min-width: 55px;
  }
}
@media (max-width: 768px) {
  .location-page .transportation-info .bus-routes .bus-type .bus-label {
    font-size: 0.75rem;
    padding: 4px 8px;
    min-width: 50px;
    margin-right: 0;
  }
}
.location-page .transportation-info .bus-routes .bus-type .bus-label.general {
  background: #3498db;
}
.location-page .transportation-info .bus-routes .bus-type .bus-label.express {
  background: #e74c3c;
}
.location-page .transportation-info .bus-routes .bus-type .bus-label.village {
  background: #2ecc71;
}
.location-page .transportation-info .bus-routes .bus-type .bus-numbers {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .location-page .transportation-info .bus-routes .bus-type .bus-numbers {
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  .location-page .transportation-info .bus-routes .bus-type .bus-numbers {
    font-size: 0.85rem;
  }
}
.location-page .transportation-info .subway-line {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .location-page .transportation-info .subway-line {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.location-page .transportation-info .subway-line .line-badge {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  color: white;
  margin-right: 15px;
}
@media (max-width: 1024px) {
  .location-page .transportation-info .subway-line .line-badge {
    font-size: 0.85rem;
    padding: 6px 14px;
  }
}
@media (max-width: 768px) {
  .location-page .transportation-info .subway-line .line-badge {
    font-size: 0.8rem;
    padding: 5px 12px;
    margin-right: 0;
  }
}
.location-page .transportation-info .subway-line .line-badge.line-5 {
  background: #996cac;
}
.location-page .transportation-info .subway-line .station-info {
  font-size: 1rem;
  color: #555;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .location-page .transportation-info .subway-line .station-info {
    font-size: 0.95rem;
  }
}
@media (max-width: 768px) {
  .location-page .transportation-info .subway-line .station-info {
    font-size: 0.9rem;
  }
}

.admin-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background: white;
  min-height: 80vh;
}

.admin-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 3px solid #007bff;
}

.admin-title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin: 0;
}

.btn-new-post {
  background: #28a745;
  color: white;
  padding: 14px 28px;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn-new-post:hover {
  background: #218838;
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.admin-posts-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.admin-posts-table thead {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.admin-posts-table th,
.admin-posts-table td {
  padding: 16px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.admin-posts-table th {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.admin-posts-table tbody tr {
  transition: all 0.3s ease;
}

.admin-posts-table tbody tr:hover {
  background: linear-gradient(135deg, #f8f9ff 0%, #f0f4ff 100%);
  transform: scale(1.01);
}

.admin-post-number {
  font-weight: bold;
  color: #666;
  text-align: center;
  width: 80px;
}

.admin-post-title {
  font-weight: 600;
  color: #333;
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.admin-post-title:hover {
  color: #007bff;
}

.admin-post-date {
  color: #666;
  font-size: 14px;
  white-space: nowrap;
}

.admin-post-views {
  color: #28a745;
  font-weight: bold;
  text-align: center;
}

.post-actions {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.btn-edit {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn-edit:hover {
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn-delete {
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
  color: white;
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn-delete:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.no-posts {
  text-align: center;
  padding: 80px 20px;
  color: #666;
  font-size: 18px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 2px dashed #dee2e6;
}

.no-posts-icon {
  font-size: 48px;
  margin-bottom: 20px;
  color: #ccc;
}

.stats-summary {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.stat-card {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  flex: 1;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.stat-number {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}

.stat-label {
  font-size: 14px;
  opacity: 0.9;
}

/*# sourceMappingURL=main.css.map */
