.pg-information__inner {
  width: 100%;
  max-width: 1296px;
  margin-right: auto;
  margin-left: auto;
}

.pg-information__intro {
  padding: 8rem 28px 10rem;
  background: #fcfcfa;
}
@media screen and (1024px <= width) {
  .pg-information__intro {
    padding: 8rem calc(10rem - 28px) 10rem;
  }
}

.pg-information__introText {
  font-size: 1.8rem;
}

.pg-information__images {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: start;
  gap: 4rem;
  margin-top: 6.7rem;
}
@media screen and (1024px <= width) {
  .pg-information__images {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (1024px <= width) {
  .pg-information__image:nth-child(1) {
    min-width: 330px;
  }
}

.pg-information__image:nth-child(2) {
  margin-inline: auto;
}
@media screen and (1024px <= width) {
  .pg-information__image:nth-child(2) {
    align-self: end;
  }
}

.pg-information__image:nth-child(3) {
  margin-inline: auto;
}
@media screen and (1024px <= width) {
  .pg-information__image:nth-child(3) {
    min-width: 230px;
  }
}

.pg-information__image:nth-child(4) {
  margin-inline: auto;
}
@media screen and (1024px <= width) {
  .pg-information__image:nth-child(4) {
    margin-top: -5rem;
  }
}

.pg-information__links {
  color: #F4F5F7;
  font-size: 1.4rem;
}

.pg-information__linksList {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-block: 0rem 10rem;
}
@media screen and (768px <= width) {
  .pg-information__linksList {
    margin-block: 6rem 10rem;
    flex-direction: row;
    gap: 4rem;
  }
}

.pg-information__linksItem {
  background-color: #112A5E;
  padding: 0.8rem;
  width: 185px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.pg-information__linksItem::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11%;
  transform: translateY(-50%);
  width: 11.35px;
  height: 9.727px;
  background: url("../img/information/arrow.svg") no-repeat center/contain;
}

.pg-information__linksTarget {
  display: block;
  width: 100%;
  height: 100%;
}

.pg-information__message {
  padding: 0 28px 5rem;
}
@media screen and (1024px <= width) {
  .pg-information__message {
    padding: 0 calc(10rem - 28px) 12rem;
  }
}

.pg-information__titleEn {
  color: #C5A065;
  font-size: 3rem;
  text-align: center;
}

.pg-information__title {
  font-size: 3.8rem;
  text-align: center;
}

.pg-information__messageContents {
  margin-top: 6rem;
}
@media screen and (1024px <= width) {
  .pg-information__messageContents {
    display: flex;
    flex-direction: row;
    gap: 7rem;
  }
}

.pg-information__messageProfile {
  text-align: center;
  font-size: 1.8rem;
}

.pg-information__messageName {
  margin-top: 2rem;
}

.pg-information__messageBody {
  max-width: 740px;
  margin-top: 3rem;
}
@media screen and (1024px <= width) {
  .pg-information__messageBody {
    margin-top: 0;
  }
}

.pg-information__messageSubTitle {
  font-size: 2.8rem;
}

.pg-information__messageText {
  margin-top: 0.5rem;
  font-size: 1.4rem;
}

.pg-information__history {
  max-width: 900px;
  margin-inline: auto;
  padding: 5rem 28px;
}
@media screen and (1024px <= width) {
  .pg-information__history {
    padding: 12rem calc(10rem - 28px);
  }
}

.pg-information__historyContents {
  margin-top: 6rem;
}

.pg-information__historyList {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  position: relative;
}
.pg-information__historyList::after {
  content: "";
  position: absolute;
  top: 0;
  left: 99px;
  width: 1px;
  height: 100%;
  background-color: #d6d3d1;
}

.pg-information__historyItem {
  display: grid;
  grid-template-columns: 80px 40px 1fr;
  align-items: stretch;
  position: relative;
}
.pg-information__historyItem::before {
  content: "";
  position: absolute;
  left: 99px;
  width: 2px;
  background-color: #fff;
  z-index: 1;
}
.pg-information__historyItem:first-child::before {
  top: -3%;
  height: 50%;
}
@media screen and (768px <= width) {
  .pg-information__historyItem:first-child::before {
    top: -5%;
  }
}
.pg-information__historyItem:last-child::before {
  top: 57%;
  height: 50%;
}
@media screen and (768px <= width) {
  .pg-information__historyItem:last-child::before {
    top: 61%;
  }
}
.pg-information__historyItem:nth-child(3) {
  padding-block: 2rem;
}
.pg-information__historyItem:nth-child(9) {
  padding-block: 2rem;
}
.pg-information__historyItem:nth-child(13) {
  padding-block: 2rem;
}

.pg-information__historyYear {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
}
.pg-information__historyYear--gold {
  color: #C5A065;
}

.pg-information__historyLine {
  position: relative;
  width: 100%;
  justify-content: center;
  align-items: stretch;
}
.pg-information__historyLine::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background-color: #d6d3d1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.pg-information__historyContent {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  height: 100%;
}
.pg-information__historyContent:has(span) {
  display: block;
}

.pg-information__historyHighlight {
  background: linear-gradient(transparent 60%, #C5A065 60%);
}

.pg-information__company {
  padding: 5rem 28px;
  max-width: 900px;
  margin-inline: auto;
}
@media screen and (1024px <= width) {
  .pg-information__company {
    padding: 12rem calc(10rem - 28px);
  }
}

.pg-information__companyContents {
  margin-top: 4rem;
}

.pg-information__companyList {
  display: grid;
  grid-template-columns: 200px 1fr;
  width: 100%;
  font-size: 1.4rem;
}

.pg-information__companyLabel {
  padding: 21px 0 21px 16px;
  border-bottom: 1px solid #e7e5e4;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.pg-information__companyLabel:nth-last-child(2) {
  border: none;
}

.pg-information__companyValue {
  padding: 21px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #e7e5e4;
}
.pg-information__companyValue:last-child {
  border: none;
}

.pg-information__productItem {
  list-style: none;
  position: relative;
  padding-left: 1em;
  line-height: 1.6;
}
.pg-information__productItem::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 3px;
  background-color: currentColor;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-50%);
}
/*# sourceMappingURL=information.css.map */