/* CSS Document */
.downloadBox .documentList .downloadLink svg, .downloadBox .documentList .downloadLink::before, .downloadBox .documentList .downloadLink, .selectWrap .selectMain::before, .contentBox .rightBox {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mainArea {
  padding: 100px 0;
  overflow-x: clip;
}
@media (max-width: 1180px) {
  .mainArea {
    padding: 80px 0;
  }
}

.contentBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  z-index: 1;
}
@media (max-width: 1366px) {
  .contentBox {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (max-width: 1180px) {
  .contentBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4rem;
  }
}
@media (max-width: 768px) {
  .contentBox {
    row-gap: 3rem;
  }
}
.contentBox .leftBox {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 300px;
}
@media (max-width: 1366px) {
  .contentBox .leftBox {
    width: 260px;
  }
}
@media (max-width: 1180px) {
  .contentBox .leftBox {
    width: 100%;
  }
}
.contentBox .rightBox {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 1180px) {
  .contentBox .rightBox {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .contentBox.investorReport .leftBox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 1180px) {
  .contentBox.investorReport .rightBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.contentBox.investorReport .classNote {
  margin-bottom: 0;
}

.selectWrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 330px;
  background-color: #fff;
  margin-left: auto;
  margin-bottom: 2rem;
  z-index: 2;
}
@media (max-width: 1180px) {
  .selectWrap {
    margin: 0 auto 2rem;
  }
}
.selectWrap .selectMain {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #fff;
  background-color: #be2b19;
  padding: 0.75rem 1.5rem 0.75rem 1.5rem;
}
@media (max-width: 1180px) {
  .selectWrap .selectMain {
    font-size: 15px;
    padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  }
}
.selectWrap .selectMain::before {
  position: absolute;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 50%;
  right: 20px;
  z-index: 1;
  translate: 0 -50%;
  rotate: 45deg;
}
.selectWrap .selectMain.open::before {
  rotate: 225deg;
}
.selectWrap .selectList {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
}
.selectWrap .selectList .selectItem:not(:last-child) {
  border-bottom: 1px solid #dfdfdf;
}
.selectWrap .selectList a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #707070;
  background-color: #f4f4f4;
  padding: 0.75rem 1.5rem;
}
@media (max-width: 1180px) {
  .selectWrap .selectList a {
    font-size: 15px;
    padding: 0.625rem 1.25rem;
  }
}
@media (min-width: 1181px) {
  .selectWrap .selectList a:hover {
    color: #be2b19;
  }
}
.selectWrap .selectList a.current {
  color: #be2b19;
}

.downloadBox {
  position: relative;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .downloadBox {
    margin-top: 2rem;
  }
}
.downloadBox .sectionTitle {
  margin-bottom: 1.5rem;
}
.downloadBox .documentList {
  position: relative;
}
.downloadBox .documentList .documentItem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 1.25rem;
}
@media (max-width: 1180px) {
  .downloadBox .documentList .documentItem {
    padding: 0.75rem 1rem;
  }
}
@media (max-width: 768px) {
  .downloadBox .documentList .documentItem {
    padding: 0.75rem 0 0.75rem 0.875rem;
  }
}
.downloadBox .documentList .documentItem:nth-child(odd) {
  background-color: rgba(75, 75, 75, 0.1);
}
.downloadBox .documentList .documentItem:first-child {
  background-color: #be2b19;
}
.downloadBox .documentList .documentItem:first-child .title,
.downloadBox .documentList .documentItem:first-child .downloadLink {
  color: #fff;
  padding: 0;
}
.downloadBox .documentList .documentItem:first-child .downloadLink {
  padding: 0;
}
@media (max-width: 768px) {
  .downloadBox .documentList .documentItem:first-child .downloadLink {
    font-size: 14px;
  }
}
.downloadBox .documentList .documentItem:first-child .downloadLink::before {
  background-color: #fff;
}
.downloadBox .documentList .documentItem:first-child .downloadLink::after {
  display: none;
}
.downloadBox .documentList .title {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #707070;
}
@media (max-width: 1180px) {
  .downloadBox .documentList .title {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .downloadBox .documentList .title {
    font-size: 14px;
  }
}
.downloadBox .documentList .downloadLink {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 200px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #707070;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .downloadBox .documentList .downloadLink {
    font-size: 15px;
    width: 160px;
  }
}
@media (max-width: 768px) {
  .downloadBox .documentList .downloadLink {
    width: 80px;
    font-size: 0;
    color: transparent;
  }
}
@media (min-width: 1181px) {
  .downloadBox .documentList .downloadLink:hover {
    color: transparent;
  }
  .downloadBox .documentList .downloadLink:hover svg {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.downloadBox .documentList .downloadLink::before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 16px;
  background-color: #000;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.downloadBox .documentList .downloadLink svg {
  width: 20px;
  height: 20px;
  fill: #be2b19;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
@media (max-width: 768px) {
  .downloadBox .documentList .downloadLink svg {
    width: 16px;
    height: 16px;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.moreInfoBox {
  padding: 50px 0 20px;
}
.moreInfoBox .sectionTitle {
  margin-bottom: 20px;
}
.moreInfoBox .boxWrap {
  padding-bottom: 25px;
}
.moreInfoBox h4, .moreInfoBox .infotitle {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  position: relative;
}
.moreInfoBox h4::before, .moreInfoBox .infotitle::before {
  content: "";
  width: 2px;
  height: 16px;
  background-color: #be2b19;
  position: absolute;
  top: 2px;
  left: 0;
}
.moreInfoBox p {
  padding-left: 10px;
  color: #636363;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 24px;
}
.moreInfoBox p.subtitle {
  padding-bottom: 5px;
  color: #333;
}
@media (max-width: 1180px) {
  .moreInfoBox {
    width: 100%;
  }
  .moreInfoBox .sectionTitle {
    text-align: center;
  }
}
/*# sourceMappingURL=investor_esg.css.map */