body {
  font-size: 100%;
}

.download .pageHead__desc {
  display: none;
}

.downloadDocument {
  color: #000;
  padding: 70px 5% 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .downloadDocument {
    padding: 70px 0 0;
  }
}

.download__title {
  border-bottom: 2px solid #000;
  font-size: 22px;
  margin: 0 auto;
  width: 100%;
}

.download__text {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 16px;
}

.download__link {
  color: #ee8f14;
  font-weight: 700;
  text-decoration: underline;
}

.download__wrap {
  color: #000;
  margin-top: 70px;
  padding: 0 10%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .download__wrap {
    padding: 0 5%;
  }
}

.download__boxTitle {
  background-color: #000;
  color: #fff;
  margin: 0 auto;
  max-width: 1140px;
  padding: 10px 0;
  width: 100%;
}

.download__boxText {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  font-size: 20px;
  justify-content: center;
  margin-top: 40px;
  position: relative;
  width: 100%;
}

.download__boxText::before,
.download__boxText::after {
  background-color: #000;
  content: "";
  height: 1px;
  width: 6%;
}

.box__border {
  margin: 0 16px;
}

.download__list {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  margin: 40px auto 0;
  max-width: 1140px;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .download__list {
    grid-template-columns: repeat(2, 1fr);
  }
} 

@media screen and (max-width: 767px) {
  .download__list {
    grid-template-columns: 1fr;
  }
}

.download__item {
  border: 1px solid #000;
  width: 100%;
}

.download__img {
  display: block;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.download__document--textBox {
  background-color: #000;
  flex: 1;
  padding: 16px 6px 20px;
}

.download__document--text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.download__document--content {
  color: #fff;
  cursor: default;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 16px;
}

.engineerDocument {
  margin-top: 100px;
}

.technology__list {
  color: #8f8f8f;
  cursor: default;
  font-size: 16px;
}

.technology__item {
  margin-top: 16px;
}

.download__boxTitle--note {
  color: #000;
  font-size: 12px;
  padding-top: 5px;
  text-align: center;
}

.download__movie--list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 40px auto 0;
  max-width: 800px;
  width: 100%;
}

.movie__item {
  border: 1px solid #000;
}

.movie__item video {
  width: 100%;
}

.movie__item .download__document--textBox {
  margin-top: -3px;
}

.movie__item .download__document--content {
  color: #fff;
}

.download__form {
  border: 1px solid #000;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 12px;
  margin: 80px auto;
  min-width: 250px;
  padding: 10px 0;
  text-align: center;
  transition: .2s;
  width: 20%;
}

.download__form:hover {
  background-color: #000;
  color: #fff;
}

.form__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.transcosmosDocument {
  margin-bottom: 80px;
}
