.downloadBox .documentItem .downloadLink, .downloadBox .documentItem .docTitle a, .selectWrap .selectMain::before, .investorReportList .Txt .title a, .investorReportList .Img img {
  transition: all 0.5s ease-in-out;
}

.linkWrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.bgWrap {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.beforeGsap {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.investor_reportPage .titleBox {
  text-align: start;
}

.investorReportInfoBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 10px;
}
.investorReportInfoBox .dateBox,
.investorReportInfoBox .classTitle {
  padding: 5px 0;
}
.investorReportInfoBox .dateBox .date {
  color: #515151;
  font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem);
  line-height: 1;
}
.investorReportInfoBox .classTitle {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 5px 10px;
}

.investorReportList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.investorReportList .investorReportItem {
  width: 33.3333333333%;
  padding: 0 15px 30px;
}
@media (max-width: 1180px) {
  .investorReportList .investorReportItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .investorReportList .investorReportItem {
    width: 100%;
  }
}
.investorReportList .item {
  padding: 20px 0;
}
.investorReportList .Img {
  width: 100%;
  overflow: hidden;
}
.investorReportList .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.investorReportList .Txt {
  padding: 15px 0;
  overflow: hidden;
}
.investorReportList .Txt .title a {
  display: block;
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 500;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
}
@media (min-width: 1181px) {
  .investorReportList .Txt .title a:hover {
    color: #d8282a;
  }
}
.investorReportList .Txt .text {
  color: #515151;
  font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem);
  padding-top: 10px;
  line-height: 1.5;
  min-height: calc(1em * 1.5 * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  word-break: break-word;
  box-sizing: border-box;
}

.reportInsArea {
  position: relative;
}
.reportInsArea .articleTitle.report {
  font-size: 24px;
  font-weight: bold;
  padding: 12px 0;
  padding-right: 210px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
}
@media (max-width: 1180px) {
  .reportInsArea .articleTitle.report {
    padding-right: 0;
    padding-top: 0;
  }
}
@media (max-width: 1180px) {
  .reportInsArea .selectWrap {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-bottom: 15px;
  }
}

.selectWrap {
  width: 200px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  text-align: center;
}
.selectWrap .selectMain {
  border: 1px solid #5f5f5f;
  color: #5f5f5f;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1px;
  padding: 5px 20px 5px 10px;
  position: relative;
  cursor: pointer;
  display: block;
}
.selectWrap .selectMain::before {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  border-top: 1px solid #5f5f5f;
  border-right: 1px solid #5f5f5f;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  transform: translateY(-60%) rotate(135deg);
}
.selectWrap .selectMain.open::before {
  transform: translateY(-60%) rotate(-45deg);
}
.selectWrap .selectList {
  border: 1px solid #5f5f5f;
  border-top: none;
  display: none;
  padding: 0;
}
.selectWrap .selectList .selectItem:not(:last-child) {
  border-bottom: 1px solid #5f5f5f;
}
.selectWrap .selectList .title a {
  display: block;
  font-size: 14px;
  color: #4f4f4f;
  line-height: 20px;
  letter-spacing: 0.5px;
  padding: 10px;
}
@media (min-width: 1181px) {
  .selectWrap .selectList .title a:hover {
    color: #d8282a;
  }
}
@media (max-width: 1180px) {
  .selectWrap {
    width: 100%;
    text-align: left;
  }
}

.downloadBox {
  margin-top: 40px;
  padding-top: 20px;
}
.downloadBox > .sectionTitle {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 2px solid #333;
}
.downloadBox .documentList {
  margin-top: 0;
}
.downloadBox .documentItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
}
.downloadBox .documentItem:nth-child(odd) {
  background-color: #f8f9fa;
}
.downloadBox .documentItem.documentHeader {
  background-color: #d8282a;
  border-bottom: none;
}
.downloadBox .documentItem.documentHeader .docTitle,
.downloadBox .documentItem.documentHeader .downloadLink {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}
.downloadBox .documentItem .docTitle {
  flex: 1;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
}
.downloadBox .documentItem .docTitle a {
  color: #000000;
  text-decoration: none;
}
@media (min-width: 1181px) {
  .downloadBox .documentItem .docTitle a:hover {
    color: #d8282a;
  }
}
.downloadBox .documentItem .downloadLink {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #d8282a;
  text-decoration: none;
  white-space: nowrap;
  padding-left: 15px;
}
@media (min-width: 1181px) {
  .downloadBox .documentItem .downloadLink:hover {
    color: #000000;
  }
}
.downloadBox .documentItem .downloadLink svg {
  flex-shrink: 0;
}
