/* 01*/

.bzm-container {
  max-width: 100%;
  margin: 0 auto;

  background: #f5f5f5;
}

/* 각 섹션 */
.bzm-section {
  position: relative;
  width: 100%;
  height: 1030px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 배경 이미지 */
.bzm-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 1;
}

.bzm-section:nth-child(1) .bzm-bg-image {
  background-image: url("https://hourun.mycafe24.com/theme/sample/img/001.png");
}

.bzm-section:nth-child(2) .bzm-bg-image {
  background-image: url("https://hourun.mycafe24.com/theme/sample/img/006.png");
}

.bzm-section:nth-child(3) .bzm-bg-image {
  background-image: url("https://hourun.mycafe24.com/theme/sample/img/005.png");
}

.bzm-section:nth-child(4) .bzm-bg-image {
  background-image: url("https://hourun.mycafe24.com/theme/sample/img/004.png");
}

.bzm-section:nth-child(5) .bzm-bg-image {
  background-image: url("https://hourun.mycafe24.com/theme/sample/img/003.png");
}

.bzm-section:nth-child(6) .bzm-bg-image {
  background-image: url("https://hourun.mycafe24.com/theme/sample/img/002.png");
}

/* 오버레이 */
.bzm-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 53%);
  z-index: 2;
}

/* 텍스트 컨텐츠 */
.bzm-content {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 60px 40px;
  max-width: 900px;
  color: #ffffff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.bzm-content h1 {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.bzm-content .bzm-subtitle {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.35em;
  margin-bottom: 50px;
  opacity: 0.9;
}

.bzm-content p {
  font-size: 1.1rem;
  line-height: 2.2;
  font-weight: 300;
  letter-spacing: 0.03em;
  opacity: 0.85;
}

/* 반응형 */
@media (max-width: 768px) {
  .bzm-section {
    height: 700px;
  }

  .bzm-content h1 {
    font-size: 1.4rem;
  }

  .bzm-content .bzm-subtitle {
    font-size: 1rem;
    letter-spacing: 0.25em;
    margin-bottom: 30px;
  }

  .bzm-content p {
    font-size: 0.95rem;
    line-height: 2;
  }
}

/* 01*/

/* 09*/

.sam80-container {
  width: 100%;
  background-color: #000;
  color: #fff;
  padding: 30px 0;
}

.sam80-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.sam80-top-links {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #333;
  margin-bottom: 15px;
}

.sam80-link-group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.sam80-link {
  color: #999;
  text-decoration: none;
  font-size: 13px;
  padding: 0 5px;
  transition: color 0.3s ease;
}

.sam80-link:hover {
  color: #fff;
}

.sam80-separator {
  color: #555;
  padding: 0 5px;
}

.sam80-contact-info {
  padding: 20px 0;
  border-bottom: 1px solid #333;
  margin-bottom: 15px;
}

.sam80-address-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.sam80-address-box {
  background-color: #1a1a1a;
  border: 1px solid #333;
  padding: 15px;
  text-align: center;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.sam80-address-box:hover {
  background-color: #222;
  border-color: #555;
}

.sam80-address-label {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px;
}

.sam80-address-text {
  font-size: 12px;
  color: #999;
  line-height: 1.6;
}

.sam80-contact-text {
  font-size: 13px;
  color: #999;
  text-align: center;
}

.sam80-phone {
  color: #fff;
  margin-left: 5px;
}

.sam80-company-info {
  text-align: center;
  padding: 15px 0;
}

.sam80-info-text {
  font-size: 12px;
  color: #777;
  line-height: 1.8;
}

.sam80-info-separator {
  margin: 0 8px;
}

.sam80-copyright {
  text-align: center;
  padding-top: 15px;
}

.sam80-copyright-text {
  font-size: 11px;
  color: #666;
}

@media (max-width: 1024px) {
  .sam80-address-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .sam80-content {
    padding: 0 20px;
  }

  .sam80-link-group {
    flex-direction: column;
    gap: 10px;
  }

  .sam80-separator {
    display: none;
  }

  .sam80-address-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .sam80-info-text {
    font-size: 11px;
  }

  .sam80-contact-text {
    font-size: 12px;
  }
}
/* 09*/
