body {
  font-family: 'Noto Sans KR', sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  color: #333;
}

.main-content {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
}

.image-text-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.image-text-box img {
  width: 100%;
  max-width: 480px;
  border-radius: 8px;
}

.text-box {
  flex: 1;
  min-width: 280px;
}

.youtube-section iframe {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 10px;
}

.youtube-wrapper {
  margin-bottom: 30px;
}

.gallery-section img {
  width: 100%;
  margin-top: 20px;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .image-text-box {
    flex-wrap: nowrap;
  }
}

.gallery-section img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-radius: 8px;
  display: block;
}
