.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_box .list_tit {
  color: #0b5b66;
  display: block;
  font-weight: 700;
}

.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;
  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_box2 li::before {
  content: "";
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  display: block;
  background: url(../../../../img/sub/sub_page_title_icon.svg);
  flex-shrink: 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%;
}

#ethics04 #ethics_rule {
  max-width: 1410px;
  margin: 0 auto 80px;
}
#ethics04 #ethics_rule .ethics_rule_tit {
  color: var(--gray-800, #111);
  text-align: center;
  font-family: Paperlogy;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 145.455%;
  letter-spacing: -0.66px;
}
#ethics04 #ethics_rule .ethics_rule_step {
  width: 100%;
}
#ethics04 #ethics_rule .ethics_rule_step .step_box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
}
#ethics04 #ethics_rule .ethics_rule_step .step {
  width: 100%;
  height: 400px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  border-radius: 30px;
  border: 4px solid #eee;
  background: #fff;
  flex: 1;
}
#ethics04 #ethics_rule .ethics_rule_step .step > span {
  color: #0b5b66;
  text-align: center;
  font-family: Paperlogy;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 130.769%;
}
#ethics04 #ethics_rule .ethics_rule_step .step > p {
  text-align: center;
  font-family: Paperlogy;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 145.455%;
  letter-spacing: -0.66px;
}
#ethics04 #ethics_rule .ethics_rule_step .step .rule_des {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
#ethics04 #ethics_rule .ethics_rule_step .step .rule_des ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#ethics04 #ethics_rule .ethics_rule_step .step .rule_des li {
  color: var(--gray-800, #111);
  font-family: Pretendard;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  gap: 10px;
  align-items: center;
}
#ethics04 #ethics_rule .ethics_rule_step .step .rule_des li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 99px;
  background: #111;
  flex-shrink: 0;
}
#ethics04 #ethics_rule .ethics_rule_step .step .rule_des p.bold {
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
}
#ethics04 #ethics_rule .ethics_rule_step .mini_goto_btn {
  width: max-content;
  display: flex;
  padding: 15px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-bottom: 2px solid #1a3050;
  background: #f5feff;
  color: #1a3050;
}
#ethics04 #ethics_rule .ethics_rule_step .mini_goto_btn > span {
  color: #1a3050;
  text-align: center;
  font-family: Paperlogy;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.54px;
}
#ethics04 .logo_box {
  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;
  }
  #ethics04 #ethics_rule {
    margin: 0 auto 60px;
  }
}
@media (max-width: 960px) {
  .bg_outer {
    padding: 40px;
  }
}
@media (max-width: 726px) {
  .bg_outer {
    padding: 30px;
  }
  .bg_inner1 {
    padding: 40px 0;
  }
  .ethics_title {
    font-size: 1.4rem;
  }
  .ethics_des {
    font-size: 0.9rem;
  }
  .ethics_des br {
    display: none;
  }
  #ethics04 #ethics_rule .ethics_rule_step .step_box {
    flex-direction: column;
  }
  #ethics04 #ethics_rule .ethics_rule_step .step {
    height: auto;
  }
  #ethics04 #ethics_rule .ethics_rule_step .step .rule_des p.bold br {
    display: none;
  }
  #ethics04 #ethics_rule .ethics_rule_step .arrow {
    display: none;
  }
}
@media (max-width: 360px) {
  .bg_inner1 {
    padding: 20px 0;
  }
}