.page {
  font-family: 'Times New Roman', Times, serif;
  background: white;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5cm;
  /* box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5); */
}
.signature-co-2 {
  text-align: center;
  height: 200px;
  background-image: url('/image/sign/02.png');
  background-size: 200px auto;
  background-repeat: no-repeat;
  background-position: center top;
}

.signature-co-1 {
  text-align: center;
  height: 200px;
  background-image: url('/image/sign/01.png');
  background-size: 200px auto;
  background-repeat: no-repeat;
  background-position: center top;
}

.signature-co-3 {
  text-align: center;
  height: 200px;
  background-image: url('/image/sign/03.png');
  background-size: 200px auto;
  background-repeat: no-repeat;
  background-position: center top;
}

.signature-co-4 {
  text-align: center;
  height: 200px;
  background-image: url('/image/sign/04.png');
  background-size: 200px auto;
  background-repeat: no-repeat;
  background-position: center top;
}

.signature-co-5 {
  text-align: center;
  height: 200px;
  background-image: url('/image/sign/05.png');
  background-size: 200px auto;
  background-repeat: no-repeat;
  background-position: center top;
}

.signature-co-6 {
  text-align: center;
  height: 200px;
  background-image: url('/image/sign/06.png');
  background-size: 200px auto;
  background-repeat: no-repeat;
  background-position: center top;
}

.page-contract {
  padding: 1.5cm 1.5cm 1cm 2cm;
}

.subpage {
  padding: 1cm;
}

.size-A4 {
  width: 21cm;
  min-height: 29.7cm;
}
.size-A4-landscape {
  width: 29.7cm;
  height: 21cm;
}
.size-A3 {
  width: 29.7cm;
  height: 42cm;
}
.size-A3-landscape {
  width: 42cm;
  height: 29.7cm;
}
.size-A5 {
  width: 14.8cm;
  height: 21cm;
}
.size-A5-landscape {
  width: 21cm;
  height: 14.8cm;
}
