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

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

  /* logo Blue Color */
  --blue1: #daeffa;
  --blue2: #00cfd6;
  --blue3: #008cd5;
  /* Main Color */
  --blue4: #0048d6;
  --blue5: #3abbff;

  /* Point Color */
  --green1: #00d695;
  --red1: #e93a0f;
}


/* margin */
.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 */
.pt-15 {
  padding-top: 0.9375rem;
}

/* 강조색 */
.point-blue {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--blue2);
}

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

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

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


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

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

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

.sub-text-24s {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Noto Serif KR";
}

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

.sub-text-26-icon {
  font-size: 1.625rem;
  font-weight: 400;
  position: relative;
  padding-left: 0.9375rem;
  margin-bottom: 0.875rem;
}

.sub-text-26-icon::before {
  content: "";
  width: 5px;
  height: 24px;
  background-color: var(--blue3);
  position: absolute;
  top: 5px;
  left: 0;
}

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

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


/* 박스 타입 */

.box {
  border-collapse: collapse;
  background-color: #fff;
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #e2e2e2;
  border-left-color: #e2e2e2;
  padding: 10px;
  text-align: center;
}

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

.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;
  text-align: center;
}

.box4 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 .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.4;
  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: -5px;
  /* pointer-events: none; */
}

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

.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;
}

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


/* Table */

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

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

.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-left: 1px solid #cfcfcf; */
  border-collapse: collapse;
  margin-bottom: 10px;
  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: var(--gray2);
  font-weight: 500;
  letter-spacing: -0.5px;
  padding: 0.625rem;
}

.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-type2a {
  border-top: 2px solid var(--blue2);
  /* border-left: 1px solid #cfcfcf; */
  border-collapse: collapse;
  margin-bottom: 10px;
}

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

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

.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: 2rem;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  /* border-bottom: 2px solid var(--blue3); */
  -webkit-text-size-adjust: none;
}

.table-type3 th {
  background-color: var(--blue3);
  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: 3px solid var(--blue3);
} */


.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(--blue2);
  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;
}

/* 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 .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 .3s ease;
}

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

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

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

/* 버튼 */
.btn-agree {
  background-color: var(--blue2);
  padding: 0.5rem 1.5rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.625rem;
  border-radius: 50px;
  /* width: 14.375rem; */
  height: 3.125rem;
  margin: auto;
  transition: all .3s ease;
}


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

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


@media screen and (max-width: 1280px) {
  .tab-box {
    gap: 5px;
  }

  .tab-box .tab-btn~.tab-btn {
    border-left: 1px solid var(--gray3);
  }

}


@media screen and (max-width: 840px) {

  .responsive-box {
    width: 100%;
    overflow-x: auto;
    text-size-adjust: none;
  }


  .responsive-box table {
    width: 880px;
  }

}

@media screen and (max-width: 768px) {

  .box4 {
    padding: 0;
  }

  .box6 {
    padding: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .pt-15 {
    padding-top: 0;
  }
}