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

.ai-start {
  align-items: flex-start !important;
}

.ai-center {
  align-items: center !important;
}

.ai-end {
  align-items: flex-end !important;
}

.jc-between {
  justify-content: space-between !important;
}

.jc-center {
  justify-content: center !important;
}

.jc-end {
  justify-content: flex-end !important;
}

.fld-column {
  flex-direction: column !important;
}

.flex-1 {
  flex: 1 !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

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

.g-0 {
  gap: 0 !important;
}
.g-4 {
  gap: 0.4rem !important;
}
.g-8 {
  gap: 0.8rem !important;
}
.g-10 {
  gap: 1rem !important;
}
.g-12 {
  gap: 1.2rem !important;
}
.g-16 {
  gap: 1.6rem !important;
}
.g-24 {
  gap: 2.4rem !important;
}
.g-32 {
  gap: 3.2rem !important;
}
.g-40 {
  gap: 4rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-4 {
  margin-bottom: 0.4rem !important;
}
.mb-8 {
  margin-bottom: 0.8rem;
}
.mb-12 {
  margin-bottom: 1.2rem !important;
}
.mb-16 {
  margin-bottom: 1.6rem !important;
}
.mb-20 {
  margin-bottom: 2rem !important;
}
.mb-24 {
  margin-bottom: 2.4rem !important;
}
.mb-32 {
  margin-bottom: 3.2rem !important;
}
.mb-36 {
  margin-bottom: 3.6rem !important;
}
.mb-40 {
  margin-bottom: 4rem !important;
}
.mb-48 {
  margin-bottom: 4.8rem !important;
}
.mb-60 {
  margin-bottom: 6rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}
.mt-4 {
  margin-top: 0.4rem;
}
.mt-8 {
  margin-top: 0.8rem;
}
.mt-16 {
  margin-top: 1.6rem;
}
.mt-24 {
  margin-top: 2.4rem;
}
.mt-32 {
  margin-top: 3.2rem;
}
.mt-40 {
  margin-top: 4rem;
}
.mt-auto {
  margin-top: auto;
}

.ml-0 {
  margin-left: 0;
}
.ml-4 {
  margin-left: 0.4rem;
}
.ml-8 {
  margin-left: 0.8rem;
}
.ml-16 {
  margin-left: 1.6rem;
}
.ml-24 {
  margin-left: 2.4rem;
}
.ml-32 {
  margin-left: 3.2rem;
}
.ml-auto {
  margin-left: auto;
}

.mr-0 {
  margin-right: 0;
}
.mr-4 {
  margin-right: 0.4rem;
}
.mr-8 {
  margin-right: 0.8rem;
}
.mr-16 {
  margin-right: 1.6rem;
}
.mr-24 {
  margin-right: 2.4rem;
}
.mr-32 {
  margin-right: 3.2rem;
}
.mr-auto {
  margin-right: auto;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.m-0 {
  margin: 0 !important;
}

.h-100 {
  height: 100%;
}

.p-0 {
  padding: 0;
}

body.no-scroll {
  overflow: hidden;
}

@font-face {
  font-family: "Pretendard GOV";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/PretendardGOV-Regular.subset.woff2") format("woff2"), url("../../fonts/PretendardGOV-Regular.subset.woff") format("woff");
}
@font-face {
  font-family: "Pretendard GOV";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/PretendardGOV-Medium.subset.woff2") format("woff2"), url("../../fonts/PretendardGOV-Medium.subset.woff") format("woff");
}
@font-face {
  font-family: "Pretendard GOV";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/PretendardGOV-Bold.subset.woff2") format("woff2"), url("../../fonts/PretendardGOV-Bold.subset.woff") format("woff");
}
.content-koda .purpose-wrap {
  display: flex;
  padding: 0 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}
@media (max-width: 1024px) {
  .content-koda .purpose-wrap {
    padding: 0;
  }
}
.content-koda .purpose-wrap .purpose-box {
  width: 100%;
}
.content-koda .purpose-wrap .purpose-box .purpose-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.content-koda .purpose-wrap .purpose-box .purpose-header .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #D3DDE7;
}
.content-koda .purpose-wrap .purpose-box .purpose-header .purpose-title {
  font-size: 19px;
  font-weight: 700;
}
.content-koda .purpose-wrap .purpose-box .purpose-header .purpose-title.blue {
  color: #2E5B81;
}
.content-koda .purpose-wrap .purpose-box .purpose-header .divider {
  width: 1px;
  height: 16px;
  background: #D3DDE7;
}
.content-koda .purpose-wrap .purpose-box .purpose-header .purpose-kr {
  font-size: 15px;
}
.content-koda .purpose-wrap .purpose-box .purpose-desc {
  padding: 16px 24px;
  border-radius: 12px;
  background: #E7F4FE;
  font-weight: 700;
}
.content-koda .purpose-wrap .purpose-box .purpose-desc .pc {
  display: block;
}
.content-koda .purpose-wrap .purpose-box .purpose-desc .mo {
  display: none;
}
@media (max-width: 768px) {
  .content-koda .purpose-wrap .purpose-box .purpose-desc {
    padding: 16px;
  }
  .content-koda .purpose-wrap .purpose-box .purpose-desc .pc {
    display: none;
  }
  .content-koda .purpose-wrap .purpose-box .purpose-desc .mo {
    display: block;
  }
}
.content-koda .purpose-wrap .purpose-box .purpose-desc .blue {
  color: #2E5B81;
}
.content-koda .value-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4rem;
}
@media (max-width: 1279px) {
  .content-koda .value-wrap {
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .content-koda .value-wrap {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .content-koda .value-wrap {
    gap: 1rem;
  }
}
.content-koda .value-wrap .value-box {
  width: 148px;
  min-width: 148px;
}
.content-koda .value-wrap .value-box .icon-box {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #F4F5F6;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 12px;
}
.content-koda .value-wrap .value-box .value-title {
  font-weight: 500;
  text-align: center;
}
.content-koda .strategy-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  .content-koda .strategy-wrap {
    flex-direction: column;
  }
}
.content-koda .strategy-wrap .purpose-box {
  flex: 1;
}
.content-koda .strategy-wrap img {
  display: block;
  margin: 0 auto;
}

.history-wrap {
  padding: 0 24px;
}
.history-wrap .history-box {
  padding-left: 32px;
  padding-bottom: 40px;
  position: relative;
}
.history-wrap .history-box::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 18px;
  width: 2px;
  height: calc(100% - 18px);
  background: #CDD1D5;
}
.history-wrap .history-box:last-child::after {
  display: none;
}
.history-wrap .history-box .year {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  margin-bottom: 12px;
}
.history-wrap .history-box .year::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 6px solid #d34343;
  border-radius: 50%;
  background: #fff;
  z-index: 10;
}
.history-wrap .history-box .history-list .history-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 12px;
}
.history-wrap .history-box .history-list .history-item:last-child {
  margin-bottom: 0;
}
.history-wrap .history-box .history-list .history-item .month {
  width: 36px;
  text-align: right;
  font-weight: 700;
  flex-shrink: 0;
}
.history-wrap .history-box .history-list .history-item .desc-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.history-wrap .history-box .history-list .history-item .desc-wrap .desc {
  font-size: 17px;
  line-height: 1.5;
}
.history-wrap .history-box .history-list .history-item .desc-wrap .desc-sub {
  font-size: 15px;
  color: #464c53;
  line-height: 1.5;
}
.history-wrap .history-box .history-list .history-item .desc {
  flex: 1;
  font-size: 17px;
  line-height: 1.5;
}

.esg-wrap .esg-header {
  width: 100%;
  padding: 12px 24px;
  border-bottom: 1px solid #D3DDE7;
  background: #E9EEF3;
}
@media (max-width: 768px) {
  .esg-wrap .esg-header {
    padding: 8px 0;
  }
}
.esg-wrap .esg-header .esg-title {
  font-weight: 700;
  text-align: center;
}
.esg-wrap .esg-box {
  padding: 56px 40px;
}
@media (max-width: 768px) {
  .esg-wrap .esg-box {
    padding: 24px 0;
  }
}
.esg-wrap .esg-box img {
  display: block;
  margin: 0 auto;
}

.president-wrap {
  display: flex;
  align-items: center;
  gap: 7.2rem;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .president-wrap {
    gap: 2.4rem;
  }
}
.president-wrap .president-img {
  border-radius: 12px;
}
.president-wrap .president-info .president-num {
  font-weight: 600;
  color: #2E5B81;
}
.president-wrap .president-info .president-name {
  font-size: var(--krds-pc-font-size-heading-large);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}
.president-wrap .president-info .president-name .ch {
  font-size: var(--krds-pc-font-size-heading-medium);
  font-weight: 400;
  color: #464C53;
}
.president-wrap .president-info .president-period {
  font-weight: 600;
  margin-bottom: 2.4rem;
}
.president-wrap .president-info .president-career li {
  padding-left: 28px;
  padding-bottom: 16px;
  position: relative;
}
.president-wrap .president-info .president-career li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 3px solid #2E5B81;
  background: #fff;
}
.president-wrap .president-info .president-career li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 19px;
  width: 2px;
  height: 100%;
  background: #A7BBD0;
}
.president-wrap .president-info .president-career li:last-child::after {
  display: none;
}

.content-president-list .president-list {
  display: flex;
  gap: 1.6rem;
  flex-wrap: wrap;
  margin-bottom: 24px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .content-president-list .president-list {
    align-items: stretch;
    margin-bottom: 0;
  }
}
.content-president-list .president-list .career-btn {
  padding: 4rem 3.2rem;
  border-radius: 12px;
  border: 1px solid #D3DDE7;
  background: #FFF;
  width: 360px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .content-president-list .president-list .career-btn {
    pointer-events: none;
    width: calc((100% - 4.8rem) / 2);
  }
  .content-president-list .president-list .career-btn.active {
    box-shadow: none;
  }
}
@media (max-width: 768px) {
  .content-president-list .president-list .career-btn {
    width: 100%;
    padding: 2.4rem;
  }
}
.content-president-list .president-list .career-btn > * {
  width: 100%;
}
.content-president-list .president-list .career-btn .president-img {
  width: auto;
  margin: 0 auto 4rem auto;
  display: block;
}
.content-president-list .president-list .career-btn .president-info {
  text-align: left;
}
.content-president-list .president-list .career-btn .president-info .president-num {
  font-weight: 600;
  color: #2E5B81;
}
.content-president-list .president-list .career-btn .president-info .president-name {
  font-size: var(--krds-pc-font-size-heading-large);
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0;
}
.content-president-list .president-list .career-btn .president-info .president-name .ico-angle {
  width: 32px;
  transition: transform 0.3s ease;
}
.content-president-list .president-list .career-btn .president-info .ch {
  font-size: var(--krds-pc-font-size-heading-medium);
  font-weight: 400;
  color: #464C53;
}
.content-president-list .president-list .career-btn.active {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
}
.content-president-list .president-list .career-btn.active .ico-angle {
  transform: rotate(180deg);
}
.content-president-list .blue-box {
  padding: 4rem;
  border-radius: 12px;
  background: #E9EEF3;
}
@media (max-width: 1024px) {
  .content-president-list .blue-box {
    display: none !important;
  }
}
.content-president-list .mo {
  display: none;
}
@media (max-width: 1024px) {
  .content-president-list .pc {
    display: none;
  }
  .content-president-list .mo {
    display: block;
  }
}

.content-ci .sub-title {
  color: #2E5B81;
  font-weight: 700;
  margin-bottom: 4rem;
  font-size: var(--krds-pc-font-size-body-large);
}
.content-ci .logo-type-wrap {
  width: 100%;
}
.content-ci .logo-type-wrap .logo-type-box {
  display: flex;
  justify-content: center;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .content-ci .logo-type-wrap .logo-type-box {
    flex-direction: column;
  }
}
.content-ci .logo-type-wrap .logo-type-box .img-box-wrap {
  width: 50%;
}
@media (max-width: 768px) {
  .content-ci .logo-type-wrap .logo-type-box .img-box-wrap {
    width: 100%;
  }
}
.content-ci .logo-type-wrap .logo-type-box .img-box-wrap .img-box {
  width: 100%;
  height: 25rem;
  border: 1px solid #D3DDE7;
  border-radius: 12px;
}
.content-ci .logo-type-wrap .logo-type-box .img-box-wrap .img-box.koda {
  background: url("../../img/introduce/koda_logo.jpg") no-repeat center center/110%;
}
.content-ci .logo-type-wrap .logo-type-box .img-box-wrap .img-box.kodalab {
  background: url("../../img/introduce/kodalab_logo.jpg") no-repeat center center/110%;
}
.content-ci .logo-type-wrap .logo-type-box .img-box-wrap .krds-btn {
  width: 100%;
  margin: 0 auto;
  margin-top: 2rem;
}
.content-ci .logo-type-wrap .logo-type-box .img-box-wrap .krds-btn i {
  width: 20px;
  padding-left: 0.5rem;
}
.content-ci .logo-type-wrap .logo-type-box .img-box-wrap .krds-btn:hover {
  color: #fff;
}
.content-ci .logo-type-wrap .desc-list {
  background: #E9EEF3;
  padding: 2.4rem;
  border-radius: 12px;
  margin-top: 2rem;
}
.content-ci .logo-type-wrap .desc-list .desc-item {
  font-size: var(--krds-pc-font-size-body-medium);
}
.content-ci .color-wrap {
  display: flex;
  justify-content: center;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .content-ci .color-wrap {
    flex-direction: column;
  }
}
.content-ci .color-wrap .color-box {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .content-ci .color-wrap .color-box {
    width: 100%;
  }
}
.content-ci .color-wrap .color-box .color-title {
  font-size: 2.125rem;
  font-weight: 700;
}
.content-ci .color-wrap .color-box .color-title.red {
  color: #ED1C24;
  position: relative;
  padding-left: 3.5rem;
}
.content-ci .color-wrap .color-box .color-title.red:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  background-color: #ED1C24;
}
.content-ci .color-wrap .color-box .color-title.blue {
  color: #0f5fad;
  position: relative;
  padding-left: 3.5rem;
}
.content-ci .color-wrap .color-box .color-title.blue:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  background-color: #0f5fad;
}
.content-ci .color-wrap .color-box p {
  font-size: var(--krds-pc-font-size-body-medium);
}
.content-ci .color-wrap .color-box .color-info ul {
  display: flex;
  gap: 1.8rem;
}
.content-ci .color-wrap .color-box .color-info ul li {
  font-size: var(--krds-pc-font-size-body-small);
  font-weight: 300;
}
.content-ci .color-wrap .color-box .color-info ul span {
  font-weight: 600;
}

.content-greeting .greeting-wrap {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .content-greeting .greeting-wrap {
    flex-direction: column;
  }
}
.content-greeting .greeting-wrap .img-box {
  width: 500px;
  height: auto;
}
@media (max-width: 768px) {
  .content-greeting .greeting-wrap .img-box {
    width: 50%;
    height: auto;
    margin: 0 auto;
  }
}
.content-greeting .greeting-wrap .img-box img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.content-greeting .greeting-wrap .img-box p {
  margin-top: 1.5rem;
  font-size: var(--krds-pc-font-size-body-medium);
  line-height: 1.5;
  text-align: center;
}
.content-greeting .greeting-wrap .img-box p span {
  font-weight: 700;
}
.content-greeting .greeting-wrap .greeting-content {
  display: flex;
  align-items: center;
  gap: 4rem;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #D3DDE7;
  border-radius: 12px;
  padding: 3rem 3.5rem;
}
.content-greeting .greeting-wrap .greeting-content .greeting-title {
  width: 100%;
  font-size: 2.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}
@media (max-width: 768px) {
  .content-greeting .greeting-wrap .greeting-content .greeting-title {
    font-size: 2rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.content-greeting .greeting-wrap .greeting-content .greeting-title img {
  width: 80px;
  height: auto;
}
.content-greeting .greeting-wrap .greeting-content .greeting-title .text-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .content-greeting .greeting-wrap .greeting-content .greeting-title .text-box {
    text-align: center;
    align-items: center;
  }
}
.content-greeting .greeting-wrap .greeting-content .greeting-title .text-box .red {
  color: #A93636;
}
.content-greeting .greeting-wrap .greeting-content .greeting-text {
  font-size: var(--krds-pc-font-size-body-medium);
  margin-bottom: 2.5rem;
}
.content-greeting .greeting-wrap .greeting-content .greeting-text:last-child {
  margin-bottom: 0;
}
.content-greeting .greeting-wrap .greeting-content .desc-list {
  margin-bottom: 2.5rem;
  padding: 2rem 3rem;
  border-radius: 12px;
  background: #E9EEF3;
}
.content-greeting .greeting-wrap .greeting-content .desc-list .desc-item {
  font-size: var(--krds-pc-font-size-body-medium);
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.content-humanRights #panel_01 .paragraph-box .text-box {
  padding: 3rem 3.5rem;
  border-radius: 12px;
  border: 1px solid #D3DDE7;
}
.content-humanRights #panel_01 .paragraph-box .text-box p {
  margin-bottom: 2.5rem;
}
.content-humanRights #panel_01 .paragraph-box .text-box p:last-child {
  margin-bottom: 0;
}
.content-humanRights #panel_01 .paragraph-box .text-box img {
  width: 40%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 768px) {
  .content-humanRights #panel_01 .paragraph-box .text-box img {
    width: 80%;
  }
}
.content-humanRights #panel_02 .paragraph-box .section-title {
  gap: 2rem;
}
.content-humanRights #panel_02 .paragraph-box .text-box p {
  margin-bottom: 0.5rem;
}
.content-humanRights #panel_02 .paragraph-box .text-box p:last-child {
  margin-bottom: 0;
}
.content-humanRights #panel_02 .paragraph-box .text-box p span {
  font-weight: 700;
  color: #2E5B81;
}
.content-humanRights #panel_02 .paragraph-box.declaration-box img {
  width: 70%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 768px) {
  .content-humanRights #panel_02 .paragraph-box.declaration-box img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .content-moral .paragraph-box.moral .report-wrap .report-item p {
    font-size: var(--krds-pc-font-size-body-small);
  }
}
.content-moral .paragraph-box.moral .title-wrap {
  margin-top: 4rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 1024px) {
  .content-moral .paragraph-box.moral .title-wrap {
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .content-moral .paragraph-box.moral .title-wrap {
    display: none;
  }
}
.content-moral .paragraph-box.moral .title-wrap .title {
  width: calc(50% - 3rem);
  text-align: center;
  font-size: var(--krds-pc-font-size-body-medium);
  position: relative;
  color: #2E5B81;
}
.content-moral .paragraph-box.moral .title-wrap .title:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  background: #E7F4FE;
  height: 4rem;
  width: 15rem;
  z-index: -1;
}
@media (max-width: 768px) {
  .content-moral .paragraph-box.moral .future-plan-wrap {
    margin-top: 2rem;
  }
}
.content-moral .paragraph-box.moral .future-plan-wrap .row {
  display: flex;
  gap: 2rem;
  align-items: stretch;
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .content-moral .paragraph-box.moral .future-plan-wrap .row {
    flex-direction: column;
    margin-bottom: 2.5rem;
    gap: 0.5rem;
  }
}
.content-moral .paragraph-box.moral .future-plan-wrap .item-box {
  width: 50%;
  border: 1px solid #D3DDE7;
  border-radius: 12px;
  padding: 1rem;
  display: flex;
}
@media (max-width: 768px) {
  .content-moral .paragraph-box.moral .future-plan-wrap .item-box {
    width: 100%;
  }
}
.content-moral .paragraph-box.moral .future-plan-wrap .item-box .item-title {
  width: 100%;
  font-size: var(--krds-pc-font-size-body-larges);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.8rem;
}
.content-moral .paragraph-box.moral .future-plan-wrap .item-box .item-title span {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2E5B81;
}
@media (max-width: 768px) {
  .content-moral .paragraph-box.moral .future-plan-wrap .item-box .desc-list .desc-item p {
    font-size: 15px;
  }
}
.content-moral .paragraph-box.moral .future-plan-wrap .item-box .desc-list .desc-item p .number {
  color: #2E5B81;
  padding-right: 0.5rem;
}
.content-moral .paragraph-box.moral .future-plan-wrap i {
  transform: rotate(-90deg);
  width: 24px;
  background-color: #4c6681;
}
@media (max-width: 768px) {
  .content-moral .paragraph-box.moral .future-plan-wrap i {
    transform: rotate(0deg);
    margin: 0 auto;
  }
}
.content-moral .graph-wrap .sub-title {
  margin-top: 6rem;
  margin-bottom: 2rem;
  font-size: var(--krds-pc-font-size-body-medium);
  font-weight: 700;
  color: #2E5B81;
  text-align: center;
  position: relative;
}
.content-moral .graph-wrap .sub-title:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  background: #E7F4FE;
  height: 4rem;
  width: 25rem;
  z-index: -1;
}
.content-moral .graph-wrap .krds-table-wrap {
  border-top: 1px solid #D3DDE7;
  margin-top: 2.5rem;
}
.content-moral .graph-wrap .krds-table-wrap table th {
  font-size: var(--krds-pc-font-size-body-medium);
  font-weight: 700;
  background: #E9EEF3;
  padding: 1rem 2rem;
  border-right: 1px solid #D3DDE7;
}
.content-moral .graph-wrap .krds-table-wrap table th:last-child {
  border-right: none;
}
.content-moral .graph-wrap .krds-table-wrap table th.title {
  color: #2E5B81;
}
@media (max-width: 768px) {
  .content-moral .graph-wrap .krds-table-wrap table th.title {
    width: 15%;
  }
}
@media (max-width: 768px) {
  .content-moral .graph-wrap .krds-table-wrap table th {
    font-size: var(--krds-pc-font-size-body-small);
  }
}
.content-moral .graph-wrap .krds-table-wrap table td {
  border-right: 1px solid #D3DDE7;
}
.content-moral .graph-wrap .krds-table-wrap table td:last-child {
  border-right: none;
}
.content-moral .graph-wrap .krds-table-wrap table td .desc-list .desc-item {
  text-align: left;
}
.content-moral .moral-declaration-wrap {
  margin-top: 6rem;
}
.content-moral .moral-declaration-wrap .declaration-content {
  height: 760px;
  background: url("../../img/introduce/frame.png") no-repeat center center/80% 100%;
  padding: 0 20rem;
}
@media (min-width: 1280px) and (max-width: 1447px) {
  .content-moral .moral-declaration-wrap .declaration-content {
    padding: 0 15rem;
    background-size: 95% 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .content-moral .moral-declaration-wrap .declaration-content {
    height: 780px;
    padding: 0 10rem;
    background-size: 90% 100%;
  }
}
@media (max-width: 1279px) {
  .content-moral .moral-declaration-wrap .declaration-content {
    padding: 0 5rem;
    background-size: 95% 100%;
  }
}
@media (max-width: 768px) {
  .content-moral .moral-declaration-wrap .declaration-content {
    background-size: 100% 100%;
    padding: 0 5rem;
    height: 1050px;
  }
}
.content-moral .moral-declaration-wrap .declaration-content h6 {
  color: #c3b978;
  text-align: center;
  font-size: 26px;
  padding-top: 60px;
}
.content-moral .moral-declaration-wrap .declaration-content p {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.content-moral .moral-declaration-wrap .declaration-content ul {
  position: relative;
  margin-top: 30px;
  border: 1px solid #D3DDE7;
  border-radius: 12px;
  padding: 26px 24px;
}
.content-moral .moral-declaration-wrap .declaration-content ul li {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px;
  word-break: keep-all;
  padding-left: 44px;
}
.content-moral .moral-declaration-wrap .declaration-content ul li strong {
  color: #c3b978;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
}
.content-moral .moral-declaration-wrap .declaration-content ul li:last-child {
  margin-bottom: 0;
}
.content-moral .moral-declaration-wrap .declaration-content ul:after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: -130px;
  width: 160px;
  height: 110px;
  background: url("../../img/logo.svg") no-repeat center center/100% 100%;
}
@media (max-width: 1279px) {
  .content-moral .moral-declaration-wrap .declaration-content ul:after {
    width: 100px;
    height: 60px;
    bottom: -100px;
  }
}
@media (max-width: 1024px) {
  .content-moral .moral-declaration-wrap .declaration-content ul:after {
    bottom: -80px;
  }
}

.content-orgGraph .paragraph-box.img {
  width: 94%;
  margin: 0 auto;
  margin-bottom: 2.5rem;
  display: block;
}
.content-orgGraph .paragraph-box .krds-table-wrap td {
  border-right: 1px solid #D3DDE7;
}
@media (max-width: 1024px) {
  .content-orgGraph .paragraph-box .krds-table-wrap td {
    font-size: var(--krds-pc-font-size-body-small) !important;
  }
}
@media (max-width: 768px) {
  .content-orgGraph .paragraph-box .krds-table-wrap td {
    font-size: 13px !important;
  }
}
.content-orgGraph .paragraph-box .krds-table-wrap td.col-title {
  font-weight: 700;
}
.content-orgGraph .paragraph-box .krds-table-wrap td:last-child {
  border-right: none;
}
.content-orgGraph .paragraph-box .krds-table-wrap td:last-child.border {
  border-right: 1px solid #D3DDE7;
}
.content-orgGraph .paragraph-box .krds-table-wrap td .phone {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 4rem;
}
.content-orgGraph .paragraph-box .krds-table-wrap td .phone:last-child {
  margin-bottom: 0rem;
}
.content-orgGraph .paragraph-box .krds-table-wrap td .phone p {
  font-weight: 700;
  font-size: var(--krds-pc-font-size-body-small);
}
.content-orgGraph .paragraph-box .krds-table-wrap td .phone p.area-title {
  margin-bottom: 1rem;
  position: relative;
  z-index: 10;
  font-weight: 500;
  border: 1px solid #D3DDE7;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  background: #E9EEF3;
}
@media (max-width: 768px) {
  .content-orgGraph .paragraph-box .krds-table-wrap td .phone p {
    font-size: 13px;
  }
}
.content-orgGraph .paragraph-box .krds-table-wrap td .phone .phone-wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .content-orgGraph .paragraph-box .krds-table-wrap td .phone .phone-wrap {
    flex-direction: column;
  }
}
.content-orgGraph .paragraph-box .krds-table-wrap td .phone .phone-wrap p {
  margin-top: 0.2rem;
}
.content-orgGraph .paragraph-box .krds-table-wrap td .phone .phone-wrap.two {
  align-items: flex-start;
}
.content-orgGraph .paragraph-box .krds-table-wrap td .phone .phone-wrap.two span {
  display: block;
}
.content-orgGraph .paragraph-box .krds-table-wrap td .desc-list li {
  font-size: var(--krds-pc-font-size-body-medium);
  text-align: left;
}
@media (max-width: 1024px) {
  .content-orgGraph .paragraph-box .krds-table-wrap td .desc-list li {
    font-size: var(--krds-pc-font-size-body-small);
  }
}
@media (max-width: 768px) {
  .content-orgGraph .paragraph-box .krds-table-wrap td .desc-list li {
    font-size: 13px;
  }
}

.content-commercial .commercial-wrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .content-commercial .commercial-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1024px) {
  .content-commercial .commercial-wrap {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .content-commercial .commercial-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.content-commercial .commercial-wrap .commercial-item {
  width: 100%;
  padding: 3rem;
  border: 1px solid #D3DDE7;
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}
@media (min-width: 360px) and (max-width: 768px) {
  .content-commercial .commercial-wrap .commercial-item {
    padding: 2rem;
    align-items: center;
  }
}
.content-commercial .commercial-wrap .commercial-item .commercial-info {
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.content-commercial .commercial-wrap .commercial-item .commercial-info .commercial-name {
  font-size: var(--krds-pc-font-size-heading-large);
  font-weight: 700;
}
@media (max-width: 1024px) {
  .content-commercial .commercial-wrap .commercial-item .commercial-info .commercial-name {
    font-size: var(--krds-pc-font-size-heading-medium);
  }
}
.content-commercial .commercial-wrap .commercial-item .commercial-info .commercial-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .content-commercial .commercial-wrap .commercial-item .commercial-info .commercial-list {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.content-commercial .commercial-wrap .commercial-item .commercial-info .commercial-list h4 {
  width: 110px;
  flex-shrink: 0;
  font-size: var(--krds-pc-font-size-body-small);
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #464C53;
}
@media (min-width: 1025px) {
  .content-commercial .commercial-wrap .commercial-item .commercial-info .commercial-list h4 {
    width: 100px;
  }
}
@media (max-width: 1024px) {
  .content-commercial .commercial-wrap .commercial-item .commercial-info .commercial-list h4 {
    width: 85px;
  }
}
.content-commercial .commercial-wrap .commercial-item .commercial-info .commercial-list p {
  font-size: var(--krds-pc-font-size-body-small);
  color: #464C53;
}
@media (max-width: 1024px) {
  .content-commercial .commercial-wrap .commercial-item .commercial-info .commercial-list p {
    font-size: var(--krds-pc-font-size-body-xsmall);
  }
}
@media (max-width: 768px) {
  .content-commercial .commercial-wrap .commercial-item .commercial-info .commercial-list p {
    font-size: 12px;
    color: #777777;
  }
}
.content-commercial .commercial-wrap .commercial-item .commercial-info .commercial-list .commercial-period {
  display: flex;
  flex-direction: column;
  gap: 0rem;
}
.content-commercial .commercial-wrap .commercial-item .commercial-info .commercial-list .commercial-period span {
  font-size: var(--krds-pc-font-size-body-xsmall);
  color: #757575;
  position: relative;
}
@media (max-width: 1024px) {
  .content-commercial .commercial-wrap .commercial-item .commercial-info .commercial-list .commercial-period span {
    font-size: 11px;
  }
}
.content-commercial .commercial-wrap .commercial-item .commercial-img {
  width: 170px;
  height: 180px;
  border-radius: 12px;
}
.content-commercial .commercial-wrap .commercial-item .commercial-img.a {
  background: url("../../img/introduce/commercial-1.jpg") no-repeat 50% 40%/cover;
}
.content-commercial .commercial-wrap .commercial-item .commercial-img.b {
  background: url("../../img/introduce/commercial-2.jpg") no-repeat 50% 40%/cover;
}
.content-commercial .commercial-wrap .commercial-item .commercial-img.c {
  background: url("../../img/introduce/commercial-3.jpg") no-repeat 20% 40%/cover;
}
.content-commercial .commercial-wrap .commercial-item .commercial-img.d {
  background: url("../../img/introduce/commercial-4.jpg") no-repeat 40% 40%/cover;
}

/*# sourceMappingURL=introduce.css.map */
