@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Cormorant:wght@500&family=Jost:wght@300;400;500&family=Marcellus&family=Playfair+Display:wght@400;500&family=Shippori+Mincho:wght@500&display=swap");

.add-movieTitle{
  color: #585858;
  font-family: 'Shippori Mincho', serif;
  font-size: 33px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2.2;
  margin-bottom: 90px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.add-movieList{
  display: flex;
  justify-content: space-between;
  margin: 0 auto 90px;
  max-width: 830px;
}
.add-mobieListItem{
  max-width: 384px;
  width: 100%;
}
.add-movie{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.add-movieTxt{
  letter-spacing: 0.06em;
  line-height: 2.8;
  text-align: center;
}
.funC .add-movieTitle,
.funC .add-movieList{
  opacity: 0;
  -webkit-transform: translate(0, 35px);
  -ms-transform: translate(0, 35px);
  transform: translate(0px, 35px);
}
.funC .add-movieTitle.action,
.funC .add-movieList.action{
  -webkit-animation: fadeInUpK 0.8s ease .6s 1 forwards;
  animation: fadeInUpK 0.8s ease .6s 1 forwards;
}

@media only screen and (max-width: 768px) {
  .add-movieTitle{
    font-size: 24px;
    letter-spacing: 0.02em;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .add-movieList{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
  }
  .add-mobieListItem{
    margin-bottom: 30px;
  }
}