﻿@charset "UTF-8";
.ethics-tabs, .ethics-tabs *, .ethics-header, .ethics-header * {
  box-sizing: border-box;
}

.ethics-body__select {
  display: block;
  width: 100%;
  padding: 0.375rem 40px 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Ethics Tabs (from Figma selection) */
.ethics-tabs {
  background: #fff;
  border: 1px solid #DEE5EE;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .ethics-tabs {
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .ethics-tabs ul {
    flex-wrap: wrap;
    gap: 10px;
  }
  .ethics-tabs ul li:not(:last-child)::after {
    display: none;
  }
}
.ethics-tabs__title {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  line-height: 40px;
  margin: 0;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .ethics-tabs__title {
    font-size: 30px;
  }
}

.ethics-tabs ul {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ethics-tabs ul li {
  display: flex;
  align-items: center;
}

.ethics-tabs ul li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  margin-left: 16px;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: contain;
}

.ethics-tabs a {
  text-decoration: none;
  font-weight: 300;
  font-size: 17px;
  line-height: 32px;
}

.ethics-tabs a.active {
  color: #2DACB6;
  font-weight: 700;
}

.ethics-header.has-list {
  background-color: #2DACB6;
  color: #fff;
  border-radius: 16px;
  padding: 20px;
}
@media (min-width: 1024px) {
  .ethics-header.has-list {
    padding: 40px;
  }
}
.ethics-header.has-list .ethics-header__title {
  position: relative;
  margin: 0 60px 0 0;
  padding: 0 60px 0 0;
  background-color: transparent;
}
.ethics-header.has-list .ethics-header__title:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 120px;
  background-color: #fff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ethics-header.has-list .ethics-header__content {
  display: flex;
  gap: 0;
  margin: 0;
}
.ethics-header.has-list .ethics-header__list {
  max-width: 368px;
  flex: 0 0 auto;
  width: 100%;
}
.ethics-header.has-list .ethics-header__list li + li {
  margin-top: 10px;
}
.ethics-header.has-list .ethics-header__list + .ethics-header__list {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .ethics-header.has-list .ethics-header__list + .ethics-header__list {
    margin-top: 0;
  }
}

.ethics-header__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.ethics-header__content {
  display: flex;
  flex-direction: column;
  line-height: 1.3333333333;
  margin-bottom: 24px;
  gap: 24px;
}
@media (min-width: 1130px) {
  .ethics-header__content {
    gap: 64px;
    flex-direction: row;
  }
}

.ethics-header__title {
  flex: 0 0 auto;
  font-size: 30px;
  width: 100%;
  background-color: #2DACB6;
  color: #fff;
  border-radius: 16px;
  padding: 16px;
  display: none;
}
@media (min-width: 1130px) {
  .ethics-header__title {
    width: 300px;
    min-height: 180px;
    padding: 40px;
    display: block;
  }
}

.ethics-header__desc {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #000;
  margin: 0;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .ethics-header__desc {
    font-size: 30px;
  }
}

.text-hlghlight {
  color: #2DACB6;
}

.ethics-images {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.ethics-images img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .ethics-images {
    flex-direction: row;
  }
}

.ethics-images__item {
  overflow: hidden;
  border-radius: 16px;
}

.ethics-body {
  margin: 40px auto;
  padding: 60px;
  background-color: #fff;
  line-height: 1.6;
  border: 1px solid #dddddd;
  border-radius: 16px;
}

/* 상단 헤더 */
.ethics-body__header {
  margin-bottom: 30px;
}

.ethics-body__title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #000;
}

.ethics-body__title span {
  font-size: 18px;
  font-weight: 400;
  margin-left: 2px;
}

.ethics-body__intro {
  font-size: 16px;
  color: #555;
  word-break: keep-all;
}

/* 구분선 */
.ethics-body__divider {
  border: 0;
  border-top: 1px solid #e0e6ed;
  margin: 40px 0;
}

/* 섹션 스타일 */
.ethics-body__section {
  margin-bottom: 50px;
}

.ethics-body__section-title {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-bottom: 12px;
}

.ethics-body__section-desc {
  font-size: 15px;
  color: #666;
  margin-bottom: 20px;
}

/* 리스트 스타일 */
.ethics-body__list {
  list-style: none;
  padding: 0;
}

.ethics-body__list-item {
  position: relative;
  padding-left: 15px;
  margin-bottom: 25px;
}

.ethics-body__list-item::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #333;
}

.ethics-body__list-subject {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 6px;
}

.ethics-body__list-text {
  font-size: 14px;
  color: #666;
  margin: 0;
  word-break: keep-all;
}

/* 하단 푸터 및 슬로건 */
.ethics-body__footer {
  text-align: center;
  padding-top: 20px;
}

.ethics-body__slogan {
  font-size: 28px;
  font-weight: 800;
  color: #111;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.ethics-body__vision {
  font-size: 16px;
  font-weight: 600;
  color: #444;
  margin-bottom: 30px;
}

.ethics-body__promise {
  font-size: 15px;
  color: #777;
  word-break: keep-all;
}

/* 반응형 대응 */
@media (max-width: 768px) {
  .ethics-body {
    padding: 30px 20px;
  }
  .ethics-body__slogan {
    font-size: 20px;
  }
}
.ethical-nav {
  position: relative;
}

.ethical-nav--open .ethical-nav__toggle {
  font-weight: 700;
}
.ethical-nav--open .ethical-nav__dropdown {
  display: block;
}

.ethical-nav__toggle {
  background-color: transparent;
  border: none;
  padding: 0;
  color: #2c3a4a;
}

.ethical-nav__title {
  color: #002870;
  font-size: 11px;
  font-weight: 700;
  margin-left: 10px;
  margin-bottom: 6px;
}

.ethical-nav__dropdown {
  display: none;
  position: absolute;
  right: 0;
  background-color: #fff;
  z-index: 1000;
  border: 1px solid #000;
  border-radius: 8px;
  top: 100%;
  margin-top: 10px;
  padding: 8px 10px;
}
.ethical-nav__dropdown:before, .ethical-nav__dropdown:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 20px;
  bottom: 100%;
}
@media (min-width: 1024px) {
  .ethical-nav__dropdown:before, .ethical-nav__dropdown:after {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
.ethical-nav__dropdown:before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid black;
}
.ethical-nav__dropdown:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid white;
}
@media (min-width: 1024px) {
  .ethical-nav__dropdown {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}

.ethical-nav__menu {
  padding: 0;
  margin: 0;
  display: flex;
  left: 50%;
  list-style-type: none;
  gap: 0;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .ethical-nav__menu {
    flex-direction: row;
  }
}

.ethical-nav__item {
  position: relative;
}
.ethical-nav__item:first-child:before {
  display: none;
}
@media (min-width: 1024px) {
  .ethical-nav__item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.ethical-nav__item + .ethical-nav__item {
  margin-top: 6px;
}
@media (min-width: 1024px) {
  .ethical-nav__item + .ethical-nav__item {
    margin-top: 0;
  }
}

.ethical-nav__link {
  padding: 0 10px;
  white-space: nowrap;
}

.container {
  box-sizing: border-box;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-3 {
  margin-bottom: 10px !important;
}

.mt-5 {
  margin-top: 30px !important;
}

.mt-6 {
  margin-top: 40px !important;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.d-none {
  display: none !important;
}

@media (min-width: 1130px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
}
