/* SDGs */
.sub-content.w1300 {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.sdg-title {
  font-size: 35px;
  color: #333;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}

.sdg-box {
  margin-bottom: 115px;
}

.sdg-box .mt50 {
  margin-top: 50px;
}

.sdg-box > p {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  letter-spacing: -0.5px;
  font-weight: 400;
  margin-bottom: 40px;
}

.sdg-box img {
  max-width: 100%;
  height: auto;
  display: block;
}

.sdg-box .blue-tit {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 35px;
  color: #096975;
  margin-top: 80px;
}

.sdg-box .blue-tit.mt0 {
  padding-top: 19px;
  margin-top: 0;
}

.country-box {
  background-color: #f7f7f7;
  display: flex;
  flex-wrap: wrap;
  padding: 53px 80px;
  box-sizing: border-box;
}

.country-box .img-box {
  margin-right: 47px;
  margin-bottom: 43px;
}

.country-box .img-box:nth-child(n + 13) {
  margin-bottom: 0;
}

.country-box .img-box a {
  display: block;
  width: 150px;
}

.country-box .img-box a img {
  width: 100%;
  height: auto;
}

.country-box .img-box figcaption {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 35px;
  color: #333;
}

.country-box .img-box .img1 {
  margin-bottom: 55px;
}

.country-box .img-box:nth-child(6n) {
  margin-right: 0;
}

.sdg-tbl {
  width: 100%;
  border-collapse: collapse;
}

.sdg-tbl th {
  background-color: #f16978;
  border: 1px solid #fff;
  border-bottom: 0;
  color: #fff;
  font-size: 20px;
  font-family: "Arial", sans-serif !important;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
}

.sdg-tbl td {
  background-color: #fae5e2;
  border: 1px solid #fff;
  border-top: 0;
  font-size: 0;
  vertical-align: top;
  padding: 40px;
  box-sizing: border-box;
}

.sdg-tbl .taC {
  text-align: center !important;
  padding: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.sdg-tbl .goal-tit {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}

.sdg-tbl span {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 30px;
  position: relative;
  display: block;
  margin-left: 10px;
}

.sdg-tbl span::before {
  content: "·";
  position: absolute;
  margin-left: -10px;
  font-size: 20px;
}

.tlb-img {
  display: flex;
  justify-content: center;
  width: 114px;
}

.spaced-img {
  margin-right: 10px;
}

.text-tbl {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-align: center;
  line-height: 1.8;
}

/* 모바일 최적화 */
@media (max-width: 768px) {
  .sub-content.w1300 {
    padding: 0 15px;
  }

  .sdg-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .sdg-box {
    margin-bottom: 60px;
  }

  .sdg-box .mt50 {
    margin-top: 30px;
  }

  .sdg-box > p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 25px;
  }

  .sdg-box .blue-tit {
    font-size: 22px;
    line-height: 30px;
    margin-top: 50px;
  }

  .sdg-box .blue-tit.mt0 {
    padding-top: 10px;
  }

  .country-box {
    padding: 30px 20px;
  }

  .country-box .img-box {
    margin-right: 20px;
    margin-bottom: 30px;
    width: calc(33.33% - 14px);
  }

  .country-box .img-box:nth-child(3n) {
    margin-right: 0;
  }

  .country-box .img-box:nth-child(n + 13) {
    margin-bottom: 30px;
  }

  .country-box .img-box a {
    width: 100%;
  }

  .country-box .img-box figcaption {
    font-size: 14px;
    line-height: 24px;
  }

  .sdg-tbl {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .sdg-tbl th {
    font-size: 16px;
    line-height: 45px;
    padding: 0 10px;
  }

  .sdg-tbl td {
    padding: 20px 15px;
  }

  .sdg-tbl .taC img {width:48px !important;margin-bottom:8px;}

  .sdg-tbl .taC {
    padding: 15px 10px;
    background-color: #fae5e2 !important;
  }

  .sdg-tbl .goal-tit {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .sdg-tbl span {
    font-size: 14px;
    line-height: 24px;
  }

  .tlb-img {
    width: 80px;
  }

  .spaced-img {
    margin-right: 8px;
  }

  .text-tbl {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media (max-width: 480px) {
  .sub-content.w1300 {
    padding: 0 10px;
  }

  .sdg-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .sdg-box {
    margin-bottom: 40px;
  }

  .sdg-box .mt50 {
    margin-top: 20px;
  }

  .sdg-box > p {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .sdg-box .blue-tit {
    font-size: 18px;
    line-height: 26px;
    margin-top: 40px;
  }

  .country-box {
    padding: 20px 15px;
  }

  .country-box .img-box {
    margin-right: 10px;
    margin-bottom: 25px;
    width: calc(33% - 14px);
  }

  .country-box .img-box:nth-child(3n) {
    margin-right: 10px;
  }

  .country-box .img-box:nth-child(3n) {
    margin-right: 10px;
  }

  .country-box .img-box:nth-child(n + 13) {
    margin-bottom: 25px;
  }

  .country-box .img-box figcaption {
    font-size: 12px;
    line-height: 20px;
  }

  .sdg-tbl th {
    font-size: 14px;
    line-height: 40px;
    padding: 0 8px;
  }

  .sdg-tbl td {
    padding: 15px 10px;
  }

  .sdg-tbl .taC {
    padding: 10px 8px;
  }

  .sdg-tbl .goal-tit {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .sdg-tbl span {
    font-size: 12px;
    line-height: 20px;
  }

  .tlb-img {
    width: 60px;
  }

  .spaced-img {
    margin-right: 6px;
  }

  .text-tbl {
    font-size: 12px;
    line-height: 1.5;
  }
}