/* CSS Document */
@property --gradientColor-1 {
  syntax: "<color>";
  inherits: false;
  initial-value: #004a61;
}
@property --gradientColor-2 {
  syntax: "<color>";
  inherits: false;
  initial-value: #2ba9d1;
}
.ib_news_000 .newsList .Img img, .ib_news_000 .newsList .item {
  -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;
  }
}
@media (max-width: 768px) {
  .mainArea {
    padding: 60px 0;
  }
}

.esgReportList {
  position: relative;
}
.esgReportList .esgReportItem {
  position: relative;
}
.esgReportList .esgReportItem + .esgReportItem {
  margin-top: 84px;
}
@media (max-width: 991px) {
  .esgReportList .esgReportItem + .esgReportItem {
    margin-top: 64px;
  }
}
@media (max-width: 768px) {
  .esgReportList .esgReportItem + .esgReportItem {
    margin-top: 48px;
  }
}
.esgReportList .esgReportItem:nth-child(even) .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .esgReportList .esgReportItem:nth-child(even) .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.esgReportList .item {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
@media (max-width: 991px) {
  .esgReportList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 24px;
  }
}
.esgReportList .Img {
  width: 750px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 40px;
  overflow: clip;
}
@media (max-width: 1499px) {
  .esgReportList .Img {
    width: 700px;
  }
}
@media (max-width: 1366px) {
  .esgReportList .Img {
    width: 650px;
  }
}
@media (max-width: 1180px) {
  .esgReportList .Img {
    width: 550px;
  }
}
@media (max-width: 991px) {
  .esgReportList .Img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .esgReportList .Img {
    border-radius: 30px;
  }
}
.esgReportList .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.esgReportList .Txt {
  position: relative;
  max-width: 640px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 991px) {
  .esgReportList .Txt {
    max-width: none;
    width: 100%;
  }
}
.esgReportList .Txt .titleBox {
  margin-bottom: 0;
}
.esgReportList .Txt .titleBox .title {
  font-size: 36px;
  letter-spacing: 0.05em;
}
@media (max-width: 1366px) {
  .esgReportList .Txt .titleBox .title {
    font-size: 32px;
  }
}
@media (max-width: 1180px) {
  .esgReportList .Txt .titleBox .title {
    font-size: 28px;
    letter-spacing: 0.035em;
  }
}
@media (max-width: 480px) {
  .esgReportList .Txt .titleBox .title {
    font-size: 26px;
  }
}
.esgReportList .Txt .titleBox .line {
  margin-bottom: 28px;
}
@media (max-width: 1366px) {
  .esgReportList .Txt .titleBox .line {
    margin-top: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .esgReportList .Txt .titleBox .line {
    margin-top: 12px;
    margin-bottom: 16px;
  }
}
.esgReportList .Txt .titleBox .text {
  margin-top: 0;
}
@media (max-width: 1366px) {
  .esgReportList .Txt .titleBox .text {
    font-size: 18px;
  }
}
@media (max-width: 1180px) {
  .esgReportList .Txt .titleBox .text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .esgReportList .Txt .titleBox .text {
    font-size: 16px;
  }
}
.esgReportList .Txt .btnBox {
  margin-top: 32px;
}
@media (max-width: 1366px) {
  .esgReportList .Txt .btnBox {
    margin-top: 24px;
  }
}
.esgReportList .Txt .btnBox .btn {
  max-width: 180px;
  padding: 10px 16px 10px 32px;
}
@media (max-width: 1180px) {
  .esgReportList .Txt .btnBox .btn {
    max-width: 160px;
    padding: 10px 12px 10px 24px;
  }
}
@media (max-width: 768px) {
  .esgReportList .Txt .btnBox .btn {
    max-width: 140px;
    padding: 8px 10px 8px 20px;
  }
}
@media (min-width: 1181px) {
  .esgReportList .Txt .btnBox .btn:hover::before {
    width: 150%;
    translate: -50% -50%;
  }
}
.esgReportList .Txt .btnBox .btn::before {
  width: 6px;
  translate: -65px -50%;
}
@media (max-width: 1180px) {
  .esgReportList .Txt .btnBox .btn::before {
    translate: -60px -50%;
  }
}
@media (max-width: 768px) {
  .esgReportList .Txt .btnBox .btn::before {
    width: 4px;
    translate: -50px -50%;
  }
}
.esgReportList .Txt .btnBox .btn .btnText {
  font-size: 18px;
}
@media (max-width: 1180px) {
  .esgReportList .Txt .btnBox .btn .btnText {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .esgReportList .Txt .btnBox .btn .btnText {
    font-size: 16px;
  }
}

.ib_news_000 {
  overflow-x: clip;
}
.ib_news_000 .newsInfoBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.ib_news_000 .newsInfoBox .dateBox {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #444444;
}
@media (max-width: 1180px) {
  .ib_news_000 .newsInfoBox .dateBox {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ib_news_000 .newsInfoBox .dateBox {
    font-size: 14px;
  }
}
.ib_news_000 .newsInfoBox .classTitle {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #444444;
}
@media (max-width: 1180px) {
  .ib_news_000 .newsInfoBox .classTitle {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ib_news_000 .newsInfoBox .classTitle {
    font-size: 14px;
  }
}
.ib_news_000 .newsList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  gap: 64px 42px;
}
@media (max-width: 1180px) {
  .ib_news_000 .newsList {
    gap: 48px 24px;
  }
}
@media (max-width: 991px) {
  .ib_news_000 .newsList {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}
@media (max-width: 768px) {
  .ib_news_000 .newsList {
    gap: 32px 24px;
  }
}
.ib_news_000 .newsList .newsItem {
  position: relative;
  width: calc(33.3333333333% - 28px);
}
@media (max-width: 1180px) {
  .ib_news_000 .newsList .newsItem {
    width: calc(33.3333333333% - 16px);
  }
}
@media (max-width: 991px) {
  .ib_news_000 .newsList .newsItem {
    width: calc(50% - 16px);
  }
}
@media (max-width: 768px) {
  .ib_news_000 .newsList .newsItem {
    width: calc(50% - 12px);
  }
}
@media (max-width: 575px) {
  .ib_news_000 .newsList .newsItem {
    width: 100%;
  }
}
.ib_news_000 .newsList .item {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-radius: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 32px;
}
@media (max-width: 1180px) {
  .ib_news_000 .newsList .item {
    padding: 28px;
  }
}
@media (max-width: 768px) {
  .ib_news_000 .newsList .item {
    padding: 24px 20px;
    border-radius: 35px;
  }
}
@media (min-width: 1181px) {
  .ib_news_000 .newsList .item:has(.linkWrap):hover {
    translate: 0 -24px;
  }
  .ib_news_000 .newsList .item:has(.linkWrap):hover .Img img {
    scale: 1.1;
  }
}
.ib_news_000 .newsList .Img {
  overflow: clip;
  margin-bottom: 16px;
}
.ib_news_000 .newsList .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: scale;
}
.ib_news_000 .newsList .Txt {
  position: relative;
}
.ib_news_000 .newsList .Txt .textBox {
  position: relative;
}
.ib_news_000 .newsList .Txt .title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.35;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1180px) {
  .ib_news_000 .newsList .Txt .title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .ib_news_000 .newsList .Txt .title {
    font-size: 16px;
  }
}
.ib_news_000 .newsList .Txt .text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #444444;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 80px;
  margin-top: 10px;
}
@media (max-width: 1180px) {
  .ib_news_000 .newsList .Txt .text {
    font-size: 15px;
    height: 68px;
  }
}
@media (max-width: 768px) {
  .ib_news_000 .newsList .Txt .text {
    font-size: 14px;
    height: 70px;
  }
}
.ib_news_000 .newsList .newsInfoBox {
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ced4dd;
}
@media (max-width: 1180px) {
  .ib_news_000 .newsList .newsInfoBox {
    margin-top: 16px;
    padding-top: 16px;
  }
}
@media (max-width: 768px) {
  .ib_news_000 .newsList .newsInfoBox {
    margin-top: 10px;
    padding-top: 10px;
  }
}
.ib_news_000 .newsList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ib_news_000 .shareBox {
  float: right;
}
.ib_news_000 .shareBox .btn-fb {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.ib_news_000 .shareBox .back {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  background: rgb(174, 66, 51);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(174, 66, 51)), to(rgb(196, 76, 76)));
  background: linear-gradient(to bottom, rgb(174, 66, 51) 0%, rgb(196, 76, 76) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ae4233", endColorstr="#c44c4c", GradientType=0);
  /* IE6-9 */
  cursor: pointer;
}
@media (min-width: 1181px) {
  .ib_news_000 .shareBox .back:hover {
    background: #398cb1;
  }
}

.contentBox.ins {
  position: relative;
}
.contentBox.ins .newsInfoBox {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 16px;
}
@media (max-width: 1180px) {
  .contentBox.ins .newsInfoBox {
    margin-bottom: 8px;
  }
}
/*# sourceMappingURL=esg_report.css.map */