.governance-introduce-grid a {
  cursor: pointer;
}
.content-submenu ul li {
  flex: 1 1 20%;
}
.content-submenu ul li a {
  text-wrap-style: balance;
  word-break: break-word;
}
.framework_strategy-desc {
  text-align: center;
  font-weight: 300;
  font-size: 20px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .framework_strategy-desc {
    font-size: 18px;
  }
}
.framework_strategy-subtitle {
  text-align: center;
  font-size: 26px;
  margin-top: 50px;
  font-weight: 600;
}
.framework_strategy-subtitle strong {
  font-family: 'Pretendard', sans-serif;
  font-size: 35px;
  color: #80298f;
  font-weight: 700;
}
@media (max-width: 768px) {
  .framework_strategy-subtitle {
    font-size: 18px;
  }
  .framework_strategy-subtitle strong {
    font-size: 24px;
  }
}
.framework_strategy-grid {
  display: flex;
  gap: 20px;
  margin-top: 80px;
  font-size: 17px;
  flex-wrap: wrap;
  justify-content: center;
  text-wrap-style: balance;
}
.framework_strategy-grid dl {
  flex: 0 0 28%;
  text-wrap-style: balance;
}
@media (max-width: 1080px) {
  .framework_strategy-grid dl {
    flex: 0 1 45%;
  }
}
@media (max-width: 768px) {
  .framework_strategy-grid dl {
    flex: 0 1 100%;
  }
}
.framework_strategy-grid dt {
  text-wrap-style: balance;
  font-size: 17px;
  margin-bottom: 20px;
}
.framework_strategy-grid li {
  margin-bottom: 10px;
  text-wrap-style: balance;
}
.framework_strategy-grid img {
  width: 86px;
  height: 81px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .mo-hidden {
    display: none;
  }
}
@media (min-width: 769px) {
  .pc-hidden {
    display: none;
  }
}
.framework_evaluation-content {
  font-size: 15px;
}
.framework_evaluation-content h2 {
  color: #80298f;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 40px;
}
.framework_evaluation-content h3 {
  color: #80298f;
  font-size: 20px;
  font-weight: normal;
  margin-top: 40px;
  margin-bottom: 10px;
}
.framework_evaluation-content hr {
  border: none;
  border-bottom: 1px solid #ccc;
  margin: 60px 0;
}
.framework_evaluation-content .global-initiative {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}
.framework_evaluation-content .global-initiative .initiative-item {
  position: relative;
}
.framework_evaluation-content .global-initiative .initiative-item .thumb {
  text-align: center;
  margin-bottom: 50px;
}
.framework_evaluation-content .global-initiative .initiative-item .title {
  text-align: center;
  font-size: 22px;
  margin-bottom: 30px;
}
.framework_evaluation-content .global-initiative .initiative-item p {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}
.framework_evaluation-content .global-initiative .initiative-item::before {
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  background-color: #ccc;
  position: absolute;
  right: -15px;
  top: 0;
}
.framework_evaluation-content .global-initiative .initiative-item:last-child::before {
  display: none;
}
.framework_evaluation-content .global-initiative .initiative-item.item-1 .title strong {
  display: inline-block;
  margin: 0.7em;
}
@media (max-width: 768px) {
  .framework_evaluation-content .global-initiative {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .framework_evaluation-content .global-initiative .initiative-item::before {
    height: 1px;
    width: 100%;
    right: unset;
    top: unset;
    bottom: -20px;
  }
  .framework_evaluation-content .global-initiative .initiative-item.item-1 .title strong {
    display: inline-block;
    margin: 0;
  }
}
.framework_evaluation-content .data-table {
  margin-top: 10px;
}
.framework_evaluation-content .data-table th,
.framework_evaluation-content .data-table td {
  text-align: center;
  border: 1px solid #ccc;
  color: #000;
  font-size: 16px;
}
.framework_evaluation-content .data-table th {
  background-color: #ece0ed;
  color: #80298f;
  font-weight: bold;
}
.framework_evaluation-content .data-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
.environment_management-content {
  font-size: 16px;
}
.environment_management-content .subtitle {
  color: #80298f;
  font-size: 19px;
  margin-top: 50px;
  margin-bottom: 20px;
  font-weight: bold;
}
.environment_management-content .desc {
  display: inline-block;
  border-top: 1px solid #80298f;
  border-bottom: 1px solid #80298f;
  padding: 5px 10px;
  font-size: 22px;
  font-weight: 500;
  background-color: #e5d6e8;
}
.environment_management-content ul.area {
  display: inline-flex;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  flex-wrap: wrap;
  font-size: 16px;
  gap: 40px;
  padding: 0;
  margin: 0;
  width: 100%;
}
.environment_management-content ul.area li {
  flex: 1;
  display: inline-block;
  border-top: 1px solid #80298f;
  border-bottom: 1px solid #80298f;
  padding: 20px 10px;
  font-size: 22px;
  font-weight: 600;
}
.environment_management-content ul.area li img {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .environment_management-content ul.area {
    gap: 0px 2em;
    grid-template-columns: repeat(2, 1fr);
  }
  .environment_management-content ul.area li {
    font-size: 20px;
    font-weight: 600;
  }
  .environment_management-content ul.area li img {
    width: 50%;
    height: auto;
    margin-bottom: 15px;
  }
  .environment_management-content ul.area li:nth-child(1) {
    border-bottom: none;
  }
  .environment_management-content ul.area li:nth-child(2) {
    border-bottom: none;
  }
}
.environment_climate-content {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 40px;
}
.environment_climate-content .subtitle {
  color: #80298f;
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}
.environment_climate-content .thumb {
  margin-bottom: 20px;
}
.environment_climate-content .desc {
  display: inline-block;
  border-top: 1px solid #80298f;
  border-bottom: 1px solid #80298f;
  padding: 5px 10px;
  font-size: 22px;
  font-weight: 400;
}
.society_human-rights-content {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 40px;
}
.society_human-rights-content .subtitle {
  color: #80298f;
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}
.society_human-rights-content .d-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.society_human-rights-content .d-flex .subtitle {
  margin: 0;
}
@media (max-width: 768px) {
  .society_human-rights-content .d-flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
.society_human-rights-content .process-steps {
  display: flex;
  gap: 60px;
  margin-top: 30px;
  margin-bottom: 50px;
}
.society_human-rights-content .process-steps .process-step {
  flex: 1;
  position: relative;
}
.society_human-rights-content .process-steps .process-step ul {
  padding-left: 0px;
  margin-left: 0;
  text-align: left;
  border-top: 1px solid #a123b8;
  border-bottom: 1px solid #a123b8;
  height: 260px;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.society_human-rights-content .process-steps .process-step ul li {
  margin-bottom: 10px;
  padding-left: 1em;
  font-size: 14px;
  font-family: 'Pretendard', sans-serif;
  font-weight: 400;
}
.society_human-rights-content .process-steps .process-step ul li::before {
  position: relative;
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1em;
  top: 0.1em;
  background-image: url('/international/sustainability/SVG/soc_human-rights_dot.svg');
  background-size: 8px 8px;
  background-position: center left;
  background-repeat: no-repeat;
}
.society_human-rights-content .process-steps .process-step ul li:last-child {
  margin-bottom: 0;
}
.society_human-rights-content .process-steps .process-step .image {
  position: relative;
}
.society_human-rights-content .process-steps .process-step .image::after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  right: -40px;
  top: 40%;
  background-image: url('/international/sustainability/SVG/soc_human-rights_step_ico.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.society_human-rights-content .process-steps .process-step .round-title {
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 40px;
  position: relative;
}
.society_human-rights-content .process-steps .process-step .round-title::after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  right: -35px;
  top: 45%;
  background-image: url('/international/sustainability/SVG/soc_human-rights_step_ico.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.society_human-rights-content .process-steps .process-step .round-title span {
  position: absolute;
  background-color: #f2eaf3;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 10%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #80298f;
  font-weight: 400;
}
.society_human-rights-content .process-steps .process-step .round-title span::after {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 30px;
  left: 50%;
  bottom: -35px;
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%202.06%2081%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%7Bfill%3A%2380298f%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%3E%0A%20%20%20%20%3Cg%20id%3D%22Layer_1-2%22%20data-name%3D%22Layer%201%22%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%221.03%22%20cy%3D%221.03%22%20r%3D%221.03%22%20class%3D%22cls-1%22%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%221.03%22%20cy%3D%227.28%22%20r%3D%221.03%22%20class%3D%22cls-1%22%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%221.03%22%20cy%3D%2213.53%22%20r%3D%221.03%22%20class%3D%22cls-1%22%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%221.03%22%20cy%3D%2219.78%22%20r%3D%221.03%22%20class%3D%22cls-1%22%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%221.03%22%20cy%3D%2226.04%22%20r%3D%221.03%22%20class%3D%22cls-1%22%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%221.03%22%20cy%3D%2232.29%22%20r%3D%221.03%22%20class%3D%22cls-1%22%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%221.03%22%20cy%3D%2238.54%22%20r%3D%221.03%22%20class%3D%22cls-1%22%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%221.03%22%20cy%3D%2244.79%22%20r%3D%221.03%22%20class%3D%22cls-1%22%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%221.03%22%20cy%3D%2251.04%22%20r%3D%221.03%22%20class%3D%22cls-1%22%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%221.03%22%20cy%3D%2257.3%22%20r%3D%221.03%22%20class%3D%22cls-1%22%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%221.03%22%20cy%3D%2263.55%22%20r%3D%221.03%22%20class%3D%22cls-1%22%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%221.03%22%20cy%3D%2269.8%22%20r%3D%221.03%22%20class%3D%22cls-1%22%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%221.03%22%20cy%3D%2276.05%22%20r%3D%221.03%22%20class%3D%22cls-1%22%2F%3E%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%221.03%22%20cy%3D%2282.3%22%20r%3D%221.03%22%20class%3D%22cls-1%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A);
  background-size: cover;
}
.society_human-rights-content .process-steps .process-step:last-child .image::after,
.society_human-rights-content .process-steps .process-step:last-child .round-title::after {
  display: none;
}
@media (max-width: 992px) {
  .society_human-rights-content .process-steps {
    flex-direction: column;
    gap: 0px;
  }
  .society_human-rights-content .process-steps .process-step {
    gap: 5px;
  }
  .society_human-rights-content .process-steps .process-step .image {
    flex: 1 0 30%;
    position: relative;
  }
  .society_human-rights-content .process-steps .process-step .image::after {
    display: none;
  }
  .society_human-rights-content .process-steps .process-step ul {
    flex: 1 0 50%;
    height: auto;
    padding: 1em 0;
    margin-bottom: 0;
  }
  .society_human-rights-content .process-steps .process-step:last-child .image::after {
    display: none;
  }
  .society_human-rights-content .process-steps .process-step .round-title {
    flex: 1 0 30%;
    width: auto;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .society_human-rights-content .process-steps .process-step .round-title::after {
    display: none;
  }
  .society_human-rights-content .process-steps .process-step .round-title span {
    position: relative;
    background-color: #f2eaf3;
    border-radius: 0;
    border-top-left-radius: 0.7em;
    border-top-right-radius: 0.7em;
    padding: 0.2em 0;
    text-align: center;
    display: block;
    left: unset;
    top: unset;
    margin-top: 2em;
  }
  .society_human-rights-content .process-steps .process-step .round-title span::after {
    display: none;
  }
}
.society_safety-content {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 40px;
}
.society_safety-content .subtitle {
  color: #80298f;
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}
.society_safety-content .image {
  margin-top: 40px;
}
.society_partnership-content {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 40px;
}
.society_partnership-content .subtitle {
  color: #80298f;
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}
.society_partnership-content .image {
  margin-top: 40px;
}
.society_partnership-content .communication-channel {
  margin-top: 40px;
}
.society_partnership-content .communication-channel .data-table {
  margin-top: 10px;
}
.society_partnership-content .communication-channel .data-table th,
.society_partnership-content .communication-channel .data-table td {
  text-align: center;
  border: 1px solid #ccc;
  color: #000;
  font-size: 16px;
  padding: 5px 8px;
}
.society_partnership-content .communication-channel .data-table th {
  background-color: #ece0ed;
  color: #80298f;
  font-weight: bold;
}
.esg-policy-table.policy2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 768px) {
  .esg-policy-table.policy2 {
    grid-template-columns: 1fr;
  }
  .esg-policy-table.policy2 .btn-download {
    margin: 2px;
  }
}
.esg-policy-table.policy2 .policy-row {
  display: block;
}
.esg-policy-table.policy2 .policy-row .title strong {
  padding-bottom: 0;
}
.esg-policy-table.policy2 .policy-row .title span {
  padding-bottom: 0;
}
.esg-policy-table.policy2 .policy-row .policy-items {
  display: block;
}
.esg-policy-table.policy2 .policy-row .policy-items .policy-item {
  margin: 10px 0;
}
.report-scope {
  margin-top: 20px;
  width: 100%;
  /* border-collapse: separate; */
  border-collapse: collapse;
  /* border: 1px solid #DDD; */
  /* border-spacing: 10px; */
  /* -webkit-border-horizontal-spacing: 20px; */
  /* -webkit-border-vertical-spacing: 0px; */
}
.report-scope > tbody > tr > td,
.report-scope > thead > tr > th {
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #DDD;
  border-top: none;
  padding-bottom: 10px;
}
.report-scope > thead > tr > th {
  text-align: center;
}
.report-scope > thead > tr > th {
  padding-top: 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.report-scope .gap {
  border: none;
}
.content-submenu ul {
  align-items: end;
}
.content-submenu ul li a {
  height: auto;
}
