:root {
  --gray1: #f2f2f2;
  --gray2: #e6e6e6;
  --gray3: #dadada;
  --gray4: #bfbfbf;
  --gray5: #999999;
  --gray6: #7e7e7e;

  --black0: #515151;
  --black1: #424242;
  --black2: #343434;
  --black3: #222222;
  --black4: #171717;

  /* logo green Color */
  --green0: #4bd8b7;
  --green1: #39b598;
  --green2: #14ab38;
  --green3: #17430e;

  --blue0: #e2e7f8;
  --blue1: #7e8fc5;
  --blue2: #334fa7;

  /* Yellow Color */
  --yellow1: #f7d420;

  /* Point Color */
  --red: #d61f06;
  --green: #14ab38;
  --blue: #334fa7;
  --yellow: #f7d420;

  --color-black: #222222;

  /* Font size */
  --font-60: 60px;
  --font-48: 48px;
  --font-40: 40px;
  --font-36: 36px;
  --font-30: 30px;
  --font-24: 24px;
  --font-18: 18px;
  --font-16: 16px;
  --font-15: 15px
  --font-14: 14px;
  --font-13: 13px;

  /* Font weight */
  --weight-bold: 700;
  --weight-semi-bold: 500;
  --weight-regular: 400;
  --weight-light: 300;

}

/* margin */
.mb-100 {
  margin-bottom: 6.25rem;
}

.mb-50 {
  margin-bottom: 3.125rem;
}

.mb-30 {
  margin-bottom: 1.875rem;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.mb-10 {
  margin-bottom: 0.625rem;
}

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

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

/* Padding */
.pd-15 {
  padding: 0.9375rem;
}

.pd-22 {
  padding: 0 1.375rem;
}

.pdt-50 {
  padding-top: 3.125rem;
}

/* Font weight */
.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

/* 강조색 */
.point-blue {
  color: var(--blue);
}

.point-yellow {
  color: var(--yellow);
}

.point-red {
  color: var(--red);
}

.point-green {
  color: var(--green);
}

/* flex */
.c-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 폰트 크기 */
.sub-text-18 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
}

.sub-text-18-icon {
  font-size: 1.125rem;
  font-weight: 400;
  position: relative;
  padding-left: 15px;
  margin-bottom: 0.625rem;
  line-height: 1.2;
}

.sub-text-18-icon::before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--red2);
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  line-height: 1.2;
}

.sub-text-22-icon {
  position: relative;
  padding-left: 2.2rem;
  margin-bottom: 0.625rem;
  font-size: 1.375rem;
  font-weight: 500;
}
.sub-text-22-icon::before {
  content: "\e2e6";
  font-family: "Material Symbols Rounded";
  font-size: 1.625rem;
  color: var(--green1);
  display: inline-block;
  position: absolute;
  top: -3px;
  left: 0;
}

.sub-text-24 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.sub-text-24s {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Noto Serif KR", serif;
  line-height: 1.2;
}

.sub-text-26 {
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.2;
}

.sub-text-26-icon {
  font-size: 1.625rem;
  font-weight: 500;
  position: relative;
  padding-left: 0.9375rem;
  margin-bottom: 0.625rem;
  /* line-height: 1.2; */
}

.sub-text-26-icon::before {
  content: "";
  width: 0.25rem;
  height: 1.25rem;
  background-color: var(--blue2);
  position: absolute;
  top: 0.5rem;
  left: 0;
  /* line-height: 1.2; */
}

.sub-text-26-top {
  font-size: 1.625rem;
  font-weight: 500;
  position: relative;
  margin-bottom: 0.625rem;
}

.sub-text-26-top::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--blue2);
  position: absolute;
  top: -8px;
  left: 0;
}

.sub-text-30 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
}

.sub-text-30s {
  font-family: "Noto Serif KR", serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.2;
}

.sub-text-36 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.sub-text-36s {
  font-family: "Noto Serif KR", serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.2;
}

.sub-text-48 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.sub-text-48s {
  font-size: 2.25rem;
  font-weight: 600;
  font-family: "Noto Serif KR", serif;
  line-height: 1;
}

/* 박스 타입 */

.box1 {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  padding: 2rem;
}

.box1 img {
  max-width: 100%;
}

.box2 {
  background-color: #f2f2f2;
  padding: 2rem;
  margin-bottom: 2.5rem;
}

.box3 {
  font-family: serif;
  /* width: 900px; */
  height: 180px;
  font-size: 1.875rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box4 {
  width: 100%;
  padding: 2.5rem;
  background-color: #fff;
  border: 1px solid #d8d8d8;
}

.box4 img {
  max-width: 100%;
}

.box5 {
  width: 100%;
  padding: 0 2.5rem 2.5rem 2.5rem;
  background-color: #fff;
  text-align: center;
}

.box5 img {
  max-width: 100%;
}

.box6 {
  width: 100%;
  padding: 2.5rem;
  background-color: #f7f7f7;
  text-align: center;
  margin-bottom: 1.875rem;
}

.box6 img {
  max-width: 100%;
}

/* 버튼 */
/* .download-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
} */

.download-1 a {
  padding: 0.625rem;
  background-color: #00458d;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 400;
  display: flex;
  gap: 0.625rem;
  align-items: center;
}

.download-1 a i {
  font-size: 1.5rem;
  color: #e21015;
}

.download-2 a {
  padding: 0.625rem;
  background-color: #000d3b;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 400;
  display: flex;
  gap: 0.625rem;
  align-items: center;
}

.download-2 a i {
  font-size: 1.5rem;
  color: #e21015;
}

.download {
  height: 3rem;
  padding: 0.625rem 1.5rem;
  background: var(--black1);
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  border-radius: 3rem;
  display: flex;
  gap: 0.625rem;
  align-items: center;
  transition: all 0.2s ease;
}

.download:hover {
  background: var(--blue2);
}

.download i {
  font-size: 1.125rem;
  color: #fff;
}

/* UL */
.ul-list-icon > li {
  position: relative;
  line-height: 1.6;
  padding-left: 1.125rem;
}

.ul-list-icon > li::before {
  content: "\e929";
  font-family: "xeicon";
  min-width: 1.875rem;
  font-size: 1.25rem;
  display: inline-block;
  position: absolute;
  top: -3px;
  left: -8px;
  color: var(--green1);
  /* pointer-events: none; */
}

.ul-list-disc > li {
  position: relative;
  line-height: 1.4;
  padding-left: 1.5625rem;
  text-align: left;
}

.ul-list-disc > li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: var(--black1);
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  top: 0.5rem;
  left: 0.875rem;
  /* pointer-events: none; */
}

.ul-list-disc-white > li {
  position: relative;
  line-height: 1.4;
  padding-left: 1.5625rem;
}

.ul-list-disc-white > li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  /* pointer-events: none; */
}

.ol-list > li {
  list-style: decimal;
  position: relative;
  line-height: 1.4;
  margin-left: 1.875rem;
}

.ul-remark > li {
  position: relative;
  line-height: 1.4;
  padding-left: 1.5rem;
  font-size: 0.875rem;
  color: var(--gray4);
}

.ul-remark > li::before {
  content: "※";
  position: absolute;
  top: 0px;
  left: 10px;
}

.ul-check {
  margin-bottom: 1.875rem;
}

.ul-check li {
  position: relative;
  padding-left: 1.875rem;
  margin-bottom: 0.5rem;
}

.ul-check li::before {
  content: "\f88b";
  font-family: "Material Symbols Outlined";
  font-size: 1.5rem;
  color: var(--blue2);
  display: inline-block;
  position: absolute;
  top: -0.3125rem;
  left: 0;
}

/* Table */

.table-type1 {
  border-top: 2px solid var(--blue2);
  border-left: 1px solid #cfcfcf;
  border-collapse: collapse;
}

.table-type1 td {
  border-bottom: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  text-align: center;
}

.table-type1 th {
  border-bottom: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  background-color: var(--gray2);
  font-weight: 500;
  letter-spacing: -0.5px;
}

.table-type2 {
  border-top: 2px solid var(--blue3);
  border-bottom: 2px solid var(--blue3);
  /* border-left: 1px solid #cfcfcf; */
  border-collapse: collapse;
  margin-bottom: 0.375rem;
  padding: 0.3125rem;
}

.table-type2 td {
  /* text-align: center; */
  border-bottom: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  padding: 0.625rem;
}

.table-type2 th {
  /* text-align: center; */
  border-bottom: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  background-color: #f1f4fd;
  font-weight: 500;
  letter-spacing: -0.5px;
  padding: 0.625rem;
  text-align: left;
}

.table-type2 th:first-child,
.table-type2 td:first-child {
  border-left: none;
}

.table-type2 th:last-child,
.table-type2 td:last-child {
  border-right: none;
}

.table-type2 td {
  text-align: center;
}

.table-type2a {
  border-top: 1px solid #cfcfcf;
  /* border-left: 1px solid #cfcfcf; */
  border-collapse: collapse;
  margin-bottom: 0.375rem;
  /* border-bottom: 2px solid var(--blue2); */
}

.table-type2a td {
  text-align: center;
  border-bottom: 1px solid #cfcfcf;
}

.table-type2a th {
  border-bottom: 1px solid #cfcfcf;
  background-color: #f1f4fd;
  font-weight: 500;
  letter-spacing: -0.5px;
  text-align: left;
}

.table-type2a td:not(:last-child),
.table-type2a th:not(:last-child) {
  border-right: 1px solid #cfcfcf;
}

.table-type2a th:first-child,
.table-type2a td:first-child {
  border-left: none;
}

.table-type2a tr > td:nth-child(4) {
  border-right: 1px solid #cfcfcf;
}

.table-type3 {
  border-collapse: collapse;
  margin-bottom: 1rem;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  -webkit-text-size-adjust: none;
}

.table-type3 th {
  background-color: var(--green2);
  border-right: 1px solid #fff;
  color: white;
  font-weight: 500;
  padding: 12px 0;
}

.table-type3 th:last-child {
  border-right: none;
}

.table-type3 tr {
  border-bottom: 1px solid #cfcfcf;
}

.table-type3 td {
  border-right: 1px solid #cfcfcf;
  color: #424242;
  /* font-size: 1rem; */
  font-weight: 400;
  padding: 10px;
}

.table-type3 td:last-child {
  border-right: none;
}

.table-type3 tr:first-child {
  border-bottom: none;
}

.table-type3 tr:last-child {
  border-bottom: 2px solid var(--green2);
}

.table_esg {
  border-collapse: collapse;
  margin-bottom: 3rem;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  -webkit-text-size-adjust: none;
}

.table_esg th {
  background-color: var(--green2);
  border-right: 1px solid #fff;
  color: white;
  font-weight: 500;
  padding: 15px 0;
}

.table_esg th:last-child {
  border-right: none;
}

.table_esg tr {
  border-bottom: 1px solid #cfcfcf;
}

.table_esg tr:first-child {
  border-bottom: none;
}

/* .table_esg tr:last-child,
.table_esg th:last-child {
  border-bottom: 2px solid var(--blue2);
} */

.table_esg td {
  border-right: 1px solid #cfcfcf;
  color: #424242;
  font-weight: 400;
  padding: 10px;
  text-align: center;
}

.table_esg td:last-child {
  border-right: none;
}

/* 이미지 리스트 */
.image-list {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.image-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.img-container img {
  max-width: 300px;
  min-width: 150px;
  overflow: hidden;
  border-radius: 50%;
}

/* Tab Menu */

.tab-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 40px;
}

.tab-btn {
  width: 11.25rem;
  height: 3.125rem;
  text-align: center;
  /* line-height: 3.125rem; */
  border: 1px solid var(--gray3);
  color: var(--black1);
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  /* border-right: none; */
  transition: all 0.2s ease;
}

.tab-box .tab-btn ~ .tab-btn {
  border-left: none;
}

.tab-btn:hover,
.tab-btn.active {
  background: var(--blue3);
  border: none;
  color: #fff;
}

.tab-contents .tab-container {
  display: none;
  animation: moving 0.3s ease;
}

@keyframes moving {
  from {
    transform: translateY(30px);
    opacity: 0;
  }

  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

.tab-contents .tab-container.active {
  display: block;
}

/* 버튼 */

.download-container {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  /* position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, -50%); */
}

.btn-agree {
  background-color: var(--green2);
  padding: 1rem 2rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  border-radius: 10px;
  height: 3.125rem;
  border: 1px solid var(--green2);
  transition: all 0.3s ease;
  cursor: pointer;
  line-height: 1;
}

.btn-agree:hover {
  background-color: #fff;
  border: 1px solid var(--green2);
  color: var(--green2);
}

.btn-agree i {
  font-size: 1.5rem;
}
