.bg_outer {
  width: 100%;
  margin: 0 auto;
  max-width: 1410px;
  padding: 60px;
  border-radius: 30px;
  background: linear-gradient(129deg, var(--color-primary_dark, #1a3050) 16.94%, var(--color-primary_main_dark, #0b5b66) 189%);
}

.bg_inner1 {
  width: 100%;
  padding: 70px 0;
  background: url("../img/bg_top.svg") top center no-repeat, url("../img/bg_bottom.svg") bottom center no-repeat;
}

.bg_inner2 {
  width: 100%;
  padding: 30px 0;
  background: url("../img/bg_mid.svg") center 70px repeat-y;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.ethics_section {
  width: 100%;
  max-width: 1155px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.ethics_title {
  color: var(--gray-800, #111);
  text-align: center;
  font-family: Paperlogy;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 500;
  line-height: 129.412%;
}

.ethics_sub_tit_box {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.ethics_sub_tit {
  color: var(--color-primary_dark, #1a3050);
  font-family: Paperlogy;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 115.385%;
  letter-spacing: -0.78px;
}

.ethics_list_box {
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  align-self: stretch;
  border-radius: 30px;
  border: 1px solid var(--gray-400, #ddd);
  background: var(--gray-100, #fff);
}
.ethics_list_box ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ethics_list_box li {
  display: flex;
  gap: 10px;
  color: var(--gray-800, #111);
  font-family: Pretendard;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  flex: 1 0 0;
}
.ethics_list_box li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 99px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  margin-top: 8px;
  background: #0b5b66;
}

.ethics_list_box2 {
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  align-self: stretch;
  border-radius: 30px;
  border: 1px solid var(--gray-400, #ddd);
  background: var(--gray-100, #fff);
}
.ethics_list_box2 ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ethics_list_box2 li {
  display: flex;
  align-items: center;
  gap: 15px;
}
.ethics_list_box2 li .greenbox {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 127.778%;
  padding: 7px 15px;
  border-radius: 10px;
  background: #0b5b66;
}
.ethics_list_box2 li p {
  color: var(--gray-800, #111);
  font-family: Pretendard;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  flex: 1 0 0;
}

.ethics_des {
  color: var(--gray-800, #111);
  text-align: center;
  font-family: Pretendard;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

#ethics03 .logo_box {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (max-width: 1440px) {
  .bg_inner1 {
    background-size: 100%;
  }
  .bg_inner2 {
    background-size: 100%;
  }
  .ethics_section {
    max-width: 1000px;
  }
}
@media (max-width: 1280px) {
  .ethics_section {
    max-width: none;
    width: 85%;
  }
}
@media (max-width: 1023px) {
  .bg_inner1 {
    padding: 50px 0;
  }
  .ethics_section {
    gap: 20px;
  }
  .ethics_title {
    font-size: 1.6rem;
  }
  .ethics_list_box,
  .ethics_list_box02 {
    padding: 40px 30px;
  }
  .ethics_list_box li,
  .ethics_list_box02 li {
    font-size: 0.9rem;
  }
  .ethics_list_box li::before,
  .ethics_list_box02 li::before {
    margin-top: 6px;
  }
}
@media (max-width: 960px) {
  .bg_outer {
    padding: 40px;
  }
}
@media (max-width: 726px) {
  .bg_outer {
    padding: 30px;
  }
  .bg_inner1 {
    padding: 30px 0;
  }
  .ethics_title {
    font-size: 1.4rem;
  }
  .ethics_des {
    font-size: 0.9rem;
  }
  .ethics_des br {
    display: none;
  }
}
@media (max-width: 360px) {
  .bg_inner1 {
    padding: 20px 0;
  }
}