body {
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  height: 100%;
  margin: 0;
  background: #000000;
}

.section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  scroll-snap-align: start;
  /*padding: 40px 20px;*/
  box-sizing: border-box;
}

.section.section1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #111;
  /*padding: 2em;*/
  box-sizing: border-box;
}

.content-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2em;
  width: 100%;
  max-width: 1200px;
  height: 100vh;
}

.text-block, .image-block {
  flex: 1;
  text-align: center;
  color: white;
}

.image-block img {
  width: 200px;
  height: auto;
  /*max-width: 100%;*/
  border-radius: 10px;
  object-fit: contain;
}

.h {
  color: var(--bs-light);
  font-size: 20px;
  text-align: center;
  font-family: 'Abril Fatface', serif;
  /*margin: -10px;*/
  /*max-height: 20%;*/
}

.content-column {
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  /*align-items: center;*/
  /*gap: 0em;*/
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.bg {
  justify-content: center;
  align-items: center;
  display: flex;
  max-height: 33%;
  height: 100%;
  width: 100%;
  /*background-attachment: fixed;*/
}

.section.section2 {
  /*flex-direction: column;*/
  /*aspect-ratio: 1 / 1;*/
}

.bg.h1 {
  background: url("../../assets/img/민주-[Mi].gif")center center / cover no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /*background-attachment: fixed;*/
}

.bg.h2 {
  background: url("../../assets/img/의정-[Mi].gif");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /*background-attachment: fixed;*/
}

.bg.h3 {
  background: url("../../assets/img/윤우-[Mi].gif");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /*background-attachment: fixed;*/
}

.bg.h4 {
  background: url("민주-[Mi_back].gif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.bg.h5 {
  background: url("민주-[End].gif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.section.section3 {
  background: #000000;
  /*height: 100vh;*/
  width: 100vmin;
  height: 100vmin;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  display: flex;
  /*align-items: center;*/
  /*justify-content: center;*/
  overflow: hidden;
}

.ttt {
  flex: 1;
  max-width: 33%;
  height: auto;
  aspect-ratio: 3 / 4;
  border-radius: 8px;
  object-fit: contain;
  margin-bottom: 20px;
  width: 100%;
}

.re {
  flex: 1;
  height: auto;
  aspect-ratio: 3 / 4;
  border-radius: 8px;
  object-fit: contain;
  margin-bottom: 20px;
  width: 100%;
}

.image {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 100vw;
  padding: 20px;
  height: 100%;
}

.hhh {
  text-decoration: none;
  color: inherit;
  /*flex: 1 1 0;*/
  /*max-width: 30%;*/
  /*height: 33%;*/
  justify-content: center;
  align-items: center;
}

.section.copyright {
  height: 10vh;
  background: #000000;
}

@media (max-width: 576px) {
  .h {
    font-size: 15px;
  }
}

