.site_list > li {
  margin-top: 15px;
  border: 2px solid #d6d6d6;
}
.site_list > li > a {
  position: relative;
  display: block;
  padding: 20px 15px 15px;
}
.site_list > li > a:before {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  background: url("../../images/ik-kr/2023/ico_new_window.png");
}
.site_list > li > a > p {
  margin-top: 5px;
  font-size: 13px;
}
.site_list > li.site01 img {
  height: 18px;
}
.site_list > li.site02 img {
  height: 19px;
}
.site_list > li.site03 img {
  height: 26px;
}
.site_list > li:first-child {
  margin-top: 0;
}

.info_tit {
  font-weight: 500;
  font-size: 14px;
}

.chk_tit {
  display: block;
  padding-left: 20px;
  background: url("../../images/ik-kr/2023/ico_chk.png") no-repeat;
  background-size: 15px;
  background-position: 0 5px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
}

.d_f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.d_f > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sub-info-bg {
  background-color: #f3f7fb;
  background-position: calc(100% - 20px) calc(100% - 20px);
  background-repeat: no-repeat;
  background-size: 180px;
  padding: 20px 20px 121px;
}
.sub-info-bg strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 13px;
}
.sub-info-bg.bg_esg {
  background-image: url("../../images/ik-kr/2023/bg0301.png");
}

.list_box {
  margin-top: -10px;
}
.list_box > li {
  border: 1px solid #d6d6d6;
  background: #f6f6f6;
  padding: 12px 12px;
  margin-top: 10px;
  margin-bottom: 0;
}

.num_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  color: #333;
  margin-bottom: 6px;
}
.num_txt > span {
  display: inline-block;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 14px;
  border-radius: 50%;
  background: #0966b3;
  font-size: 10px;
  color: #fff;
  margin-right: 5px;
}

.ig_head.bg_robot {
  background-image: url("../../images/ik-kr/2023/bg_robot.jpg");
}

.btn_download_pdf {
  display: inline-block;
  background-image: url("../../images/ik-kr/2023/btn_down_pdf.png");
  background-position: 10px 12px;
  background-repeat: no-repeat;
  background-size: 13px;
  padding: 9px 10px 9px 28px;
  color: #222;
  font-weight: 500;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

.industry-tit {
  font-weight: 500;
  text-decoration: underline;
  color: #333;
  padding-bottom: 8px;
}

.esg_infra_box {
  position: relative;
}
.esg_infra_box > ul {
  list-style: none;
}
.esg_infra_box > ul > li {
  position: absolute;
  width: 85%;
  left: 7.5%;
}
.esg_infra_box > ul > li.btn01 {
  top: 35%;
  height: 8.2%;
}
.esg_infra_box > ul > li.btn02 {
  top: 44.5%;
  height: 10%;
}
.esg_infra_box > ul > li.btn03 {
  top: 55.5%;
  height: 10%;
}
.esg_infra_box > ul > li.btn04 {
  top: 66.8%;
  height: 8.5%;
}
.esg_infra_box > ul > li.btn05 {
  top: 76.5%;
  height: 8.2%;
}
.esg_infra_box > ul > li.btn06 {
  top: 91%;
  height: 7%;
}
.esg_infra_box > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-indent: -9999px;
}

:lang(en) .esg_infra_box > ul > li {
  width: 88%;
  left: 6%;
}
:lang(en) .esg_infra_box > ul > li.btn01 {
  top: 33.5%;
  height: 9.2%;
}
:lang(en) .esg_infra_box > ul > li.btn02 {
  top: 43.7%;
  height: 10.7%;
}
:lang(en) .esg_infra_box > ul > li.btn03 {
  top: 55.3%;
  height: 9.8%;
}
:lang(en) .esg_infra_box > ul > li.btn04 {
  top: 66.1%;
  height: 9.5%;
}
:lang(en) .esg_infra_box > ul > li.btn05 {
  top: 76.5%;
  height: 8.2%;
}
:lang(en) .esg_infra_box > ul > li.btn06 {
  top: 90%;
  height: 8.4%;
}

@media (min-width: 1218px), print {
  .site_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .site_list > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 0 0 20px;
  }
  .site_list > li > a {
    padding: 18px 18px 15px;
    height: 100%;
  }
  .site_list > li > a:before {
    top: 18px;
    right: 18px;
  }
  .site_list > li > a > p {
    font-size: 14px;
  }
  .site_list > li:first-child {
    margin-left: 0;
  }
  .info_tit {
    font-size: 16px;
  }
  .chk_tit {
    padding-left: 30px;
    background-size: 20px;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .sub-info-bg {
    background-position: calc(100% - 30px) calc(100% - 30px);
    background-size: 317px;
    padding: 30px 360px 30px 30px;
  }
  .sub-info-bg strong {
    font-size: 17px;
    margin-bottom: 4px;
  }
  .list_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px -10px 0;
  }
  .list_box > li {
    width: calc(50% - 10px);
    padding: 15px;
    margin: 0 10px 10px 0;
  }
  .list_box > li:nth-child(2n) {
    margin-right: 0;
  }
  .list_box > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .num_txt {
    margin-bottom: 7px;
    font-size: 16px;
  }
  .num_txt > span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin-right: 7px;
  }
  .d_f {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .ig_head .download-box {
    bottom: 20px;
    right: 20px;
  }
  .btn_download_pdf {
    background-position: 20px 20px;
    background-size: 18px;
    padding: 18px 20px 18px 48px;
  }
  .industry-tit {
    font-size: 16px;
    padding-bottom: 12px;
  }
  .esg_infra_box > ul > li {
    width: 44.5%;
    left: 4.5%;
  }
  .esg_infra_box > ul > li:nth-child(2n) {
    left: 51%;
  }
  .esg_infra_box > ul > li.btn01, .esg_infra_box > ul > li.btn02 {
    top: 44.3%;
    height: 13%;
  }
  .esg_infra_box > ul > li.btn03, .esg_infra_box > ul > li.btn04 {
    top: 59%;
    height: 11.3%;
  }
  .esg_infra_box > ul > li.btn05 {
    top: 72%;
    height: 9%;
  }
  .esg_infra_box > ul > li.btn06 {
    width: calc(100% - 80px);
    top: 89.5%;
    height: 7.3%;
    left: 4.5%;
  }
  :lang(en) .esg_infra_box > ul > li {
    width: 44.5%;
    left: 4.5%;
  }
  :lang(en) .esg_infra_box > ul > li:nth-child(2n) {
    left: 51%;
  }
  :lang(en) .esg_infra_box > ul > li.btn01, :lang(en) .esg_infra_box > ul > li.btn02 {
    top: 41.6%;
    height: 13.4%;
  }
  :lang(en) .esg_infra_box > ul > li.btn03, :lang(en) .esg_infra_box > ul > li.btn04 {
    top: 56.5%;
    height: 13.4%;
  }
  :lang(en) .esg_infra_box > ul > li.btn05 {
    top: 71.4%;
    height: 9.7%;
  }
  :lang(en) .esg_infra_box > ul > li.btn06 {
    width: 91%;
    top: 88.8%;
    height: 8.3%;
    left: 4.5%;
  }
}
.tit_num {
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 13px;
  color: #333;
}
.tit_num > span {
  display: inline-block;
  min-width: 15px;
  height: 15px;
  margin-right: 3px;
  border-radius: 100%;
  background: #0966b3;
  line-height: 15px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  color: white;
}

.bg-txt-box {
  padding: 13px;
  background: #f3f7fb;
}

.tit-trg {
  padding-left: 8px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAGCAYAAADkOT91AAAAAXNSR0IArs4c6QAAACRJREFUGFdj5LdM+8/AwMDw8fgsRhDNCBOACaIIYKjArwVmKADxDRNh2ctCZgAAAABJRU5ErkJggg==) no-repeat 0 50%;
  font-weight: 500;
  font-size: 13px;
  color: #0f3966;
}

.number-list {
  counter-reset: section;
}
.number-list > li {
  position: relative;
  padding-left: 18px;
}
.number-list > li::before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #0966b3;
  text-align: center;
  line-height: 15px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}
.number-list > li:not(:last-child) {
  margin-bottom: 7px;
}

.color-light-blue {
  color: #0f3966;
}

@media all and (min-width: 1217px) {
  .tit_num {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .tit_num > span {
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
  .bg-txt-box {
    padding: 20px;
  }
  .tit-trg {
    padding-left: 10px;
    font-size: 15px;
  }
  .number-list > li {
    padding-left: 26px;
  }
  .number-list > li::before {
    top: 2px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .number-list > li:not(:last-child) {
    margin-bottom: 14px;
  }
}