@charset "utf-8";

.title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}

.title h1 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 32px;
  font-weight: bold;
}

.title p {
  font-size: 18px;
  margin-top: 15px;
}

.K-culture-list {
  width: 1080px;
  max-width: 90%;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}


.K-culture-menu {
  flex-shrink: 0;
  margin-right: 60px;
}

.K-culture-menu-inner {
  position: sticky;
  top: 30px;
  left: 0;
  right: 0;
}

.K-culture-menu-inner h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.K-culture-menu-inner ul {
  list-style-type: disc;
  margin-top: 20px;
  margin-left: 20px;
}

.K-culture-menu-inner li {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  margin-top: 15px;
}

.k-mov {
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}

.k-mov h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}

.k-mov-text p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  line-height: 28px;
  margin-top: 25px;
}

.footer {
  margin-top: 100px;
}

@media (max-width: 800px) {
  .k-mov {
    display: block;
    width: 500px;
    margin-top: 45px;
  }

  .k-mov-text {
    margin-right: 0;
  }

  .k-mov img {
    width: 100%;
    height: auto;
    margin-top: 25px;
  }
}