.pdf-template main {
  width: 842px;
  margin: 0 auto;
  padding: 10px;
}
.pdf-template main .main-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4px;
  padding-bottom: 12px;
  border-bottom: 2px solid #020538;
}
.pdf-template main .main-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  background-color: #efefef;
}
.pdf-template main .main-container .images {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 8px;
  width: 35%;
}
.pdf-template main .main-container .images .main {
  width: 100%;
  height: 220px;
}
.pdf-template main .main-container .images .sub {
  width: 49%;
  height: 110px;
}
.pdf-template main .main-container .right-contents {
  width: calc(65% - 22px);
}
.pdf-template main .main-container .right-contents .first-blk,
.pdf-template main .main-container .right-contents .second-blk {
  display: flex;
  justify-content: space-between;
  height: 200px;
  margin-bottom: 11px;
}
.pdf-template main .main-container .right-contents .first-blk > div:nth-of-type(1),
.pdf-template main .main-container .right-contents .second-blk > div:nth-of-type(1) {
  width: 50%;
  height: 100%;
}
.pdf-template main .main-container .right-contents .first-blk > div:nth-of-type(1) h3,
.pdf-template main .main-container .right-contents .second-blk > div:nth-of-type(1) h3 {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 13px;
}
.pdf-template main .main-container .right-contents .first-blk > div:nth-of-type(1) p,
.pdf-template main .main-container .right-contents .second-blk > div:nth-of-type(1) p {
  margin: 0;
  padding: 4px;
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
}
.pdf-template main .main-container .right-contents .first-blk > div:nth-of-type(2),
.pdf-template main .main-container .right-contents .second-blk > div:nth-of-type(2) {
  width: calc(50% - 10px);
  height: 100%;
}
.pdf-template main .main-container .right-contents .first-blk > div:nth-of-type(2) h3,
.pdf-template main .main-container .right-contents .second-blk > div:nth-of-type(2) h3 {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 13px;
}
.pdf-template main .main-container .right-contents .first-blk > div:nth-of-type(2) img,
.pdf-template main .main-container .right-contents .second-blk > div:nth-of-type(2) img {
  box-sizing: border-box;
  height: 175px;
}
.pdf-template main .main-container .right-contents .first-blk > div:nth-of-type(2) #map,
.pdf-template main .main-container .right-contents .second-blk > div:nth-of-type(2) #map {
  width: 100%;
  height: 175px;
}
.pdf-template main .main-container .right-contents .third-blk > div {
  display: flex;
  align-items: center;
}
.pdf-template main .main-container .right-contents .third-blk > div h4, .pdf-template main .main-container .right-contents .third-blk > div p {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
}
.pdf-template main .main-container .right-contents .third-blk > div.address {
  margin-bottom: 6px;
}
.pdf-template main .footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.pdf-template main .footer-container .footer-left {
  width: 35%;
}
.pdf-template main .footer-container .footer-left > h2 {
  margin-top: 0;
  margin-bottom: 8px;
}
.pdf-template main .footer-container .footer-left > h2 > div:first-child {
  display: flex;
  align-items: baseline;
  column-gap: 10px;
  margin-bottom: 8px;
  font-size: 10px;
}
.pdf-template main .footer-container .footer-left > h2 > div:first-child span {
  font-size: 12px;
}
.pdf-template main .footer-container .footer-left > h2 > div:nth-child(2) {
  padding: 4px;
  font-size: 11px;
  border: 1px solid #666;
  border-radius: 5px;
}
.pdf-template main .footer-container .footer-left > p {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 11px;
  margin: 0;
}
.pdf-template main .footer-container .footer-left > p span {
  display: inline-block;
  width: 79%;
  margin-left: 6px;
  letter-spacing: 2px;
  text-align: left;
}
.pdf-template main .footer-container .footer-right {
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
  width: calc(65% - 22px);
}
.pdf-template main .footer-container .footer-right .company-info {
  width: 50%;
  font-size: 11px;
}
.pdf-template main .footer-container .footer-right .company-info h4 {
  width: 197px;
  height: 55px;
  margin-top: 0;
  margin-bottom: 0;
}
.pdf-template main .footer-container .footer-right .company-info h4 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}
.pdf-template main .footer-container .footer-right .company-info p {
  margin: 0;
  margin-top: 6px;
}
.pdf-template main .footer-container .footer-right .qr {
  display: flex;
  align-items: center;
  width: calc(46% - 10px);
}
.pdf-template main .footer-container .footer-right .qr > div {
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: calc(100% - 60px - 6px);
}
.pdf-template main .footer-container .footer-right .qr > div img {
  width: 30px;
}
.pdf-template main .footer-container .footer-right .qr > div p {
  font-size: 11px;
  color: #020538;
}
.pdf-template main .footer-container .footer-right .qr > span {
  width: 60px;
  height: 60px;
  background-color: rgba(51, 51, 51, 0.2);
}
.pdf-template main .footer-container .footer-right .qr > span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}