@charset "utf-8";

/* CSS Document */
/* ----------------------------------------
    Award
---------------------------------------- */
#award {
  padding: 50px 70px;
  background: #f2eabb;
}

#movie-list {
  margin: 50px auto;
  width: 980px;
}

#movie-list>li {
	position: relative;
	display: inline-block;
	margin: 0 20px 45px 0;
	width: 309px;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	background: #fff;
	vertical-align: top;
}

#movie-list>li:nth-child(3n) {
	margin-right: 0;
}

#movie-list>li>div.detail {
  padding: 20px 20px 10px;
}

#movie-list .movie {
  position: relative;
  padding-top: 56.25%;
}

#movie-list .movie>* {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#movie-list .prize-name {
  font-size: 14px;
  font-weight: 600;
  min-height: 23px;
  line-height: 1.2;
}

#movie-list span.gold {
  display: inline-block;
  margin: 10px 0 0px;
  padding: 2px 12px;
  color: #fff;
  font-weight: normal;
  background: #b6a133;
  font-size: 12px;
}

#movie-list span.inov {
  display: inline-block;
  margin: 10px 0 0px;
  padding: 2px 12px;
  color: #fff;
  font-weight: normal;
  background: #06365c;
  font-size: 12px;
}

#movie-list .company-name {
  padding-bottom: 15px;
  margin-top: 16px;
  margin-bottom: 20px;
  line-height: 22px;
  height: 40px;
  font-size: 18px;
  border-bottom: 1px solid #b6a133;
}

#movie-list a.btn,
#movie-list a.pdf {
  margin-bottom: 10px;
  position: relative;
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 5px;
  background: #7d7d7d;
}

#movie-list a.btn:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 14px;
  height: 14px;
  background: url(../img/windowopen.svg) no-repeat;
}

#movie-list a.pdf:before {
  content: "";
  position: absolute;
  top: 8px;
  right: 6px;
  width: 23px;
  height: 23px;
  background: url(../img/icon_pdf.png) no-repeat;
}

p.notes {
  margin: 20px auto 0;
  width: 980px;
  text-align: center;
}

a.archive img {
  margin: 50px auto;
}
