@charset "UTF-8";
@font-face {
  font-family: "YouandiNewKr";
  src: url("../font/YouandiNewKr/YouandiNewKrText-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "YouandiNewKr";
  src: url("../font/YouandiNewKr/YouandiNewKrText-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "YouandiNewKr";
  src: url("../font/YouandiNewKr/YouandiNewKrText-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "YouandiNewKr";
  src: url("../font/YouandiNewKr/YouandiNewKrText-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "YouandiNewKr";
  src: url("../font/YouandiNewKr/YouandiNewKrText-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../font/NotoSans/NotoSans-Regular.woff2") format("woff2"), url("../font/NotoSans/NotoSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../font/NotoSans/NotoSans-Bold.woff2") format("woff2"), url("../font/NotoSans/NotoSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  display: inline-block;
}

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
}

input::placeholder {
  color: #999;
  opacity: 1; /* 일부 브라우저에서 흐리게 나오는 것 방지 */
}

body {
  display: flex;
  flex-direction: column;
  height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans", Roboto, "Malgun Gothic", "맑은 고딕", sans-serif;
  line-height: 1.6;
  color: #1a1a1a;
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  z-index: 100;
}
.scrolled .header {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.0784313725);
  background-color: #fff;
}

.header__container {
  display: flex;
  align-items: center;
  max-width: 1776px;
  min-width: 1200px;
  height: 72px;
  margin: 0 auto;
}
.header__logo {
  margin-left: 24px;
  font-size: 0;
}
.header__logo img {
  vertical-align: top;
  width: 172px;
  height: 24px;
}
.header__nav {
  margin-left: auto;
  margin-right: 84px;
  position: relative;
  align-self: flex-start;
}
.header__nav .header__nav-bg {
  height: 0;
}
.header__nav.active {
  background-color: #fff;
}
.header__nav.active .header__nav-bg {
  position: absolute;
  left: 0;
  top: 72px;
  width: 100%;
  height: 180px;
  z-index: -1;
  background-color: #fff;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.0784313725);
  opacity: 1;
}
.header__nav.active::before, .header__nav.active::after {
  content: "";
  position: absolute;
  top: 71px;
  width: 24px;
  height: 24px;
}
.header__nav.active::before {
  left: -23px;
  background: url("../../../frontAssets/pc/image/shape_nav_left.png") no-repeat 0 0;
}
.header__nav.active::after {
  right: -23px;
  background: url("../../../frontAssets/pc/image/shape_nav_right.png") no-repeat 0 0;
}
.header__nav.active .nav__sub-list {
  display: block;
}
.header .nav__list {
  display: flex;
  column-gap: 24px;
}
.header .nav__list > .nav__item > a {
  font-family: "YouandiNewKr", sans-serif;
}
.header .nav__item {
  height: 72px;
  width: 180px;
  text-align: center;
}
.header .nav__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  color: #1a1a1a;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}
.header .nav__item.active > a {
  color: #66202a;
}
.header .nav__sub-list {
  display: none;
  margin-top: 8px;
}
.header .nav__sub-item a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 12px;
}
.header .nav__sub-item a::before {
  display: none;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #1a1a1a;
}
.header .nav__sub-item a:hover::before {
  display: block;
}

.sub-page {
  padding-top: 72px;
}

.page-header {
  position: relative;
  display: flex;
  align-items: flex-end;
  max-width: 1776px;
  min-width: 1200px;
  height: 400px;
  margin: 0 auto;
  background: url("../../../frontAssets/pc/image/main_visual_management.png") no-repeat 50% 50%;
  border-radius: 24px;
  margin-top: -12px;
  transition: position 0.2s ease;
}
.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: url("../../../frontAssets/pc/image/main_mask_management.png") no-repeat 100% 50%;
}
.page-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 40px;
  background: url("../../../frontAssets/pc/image/main_mask_management.png") no-repeat 0 50%;
}
.page-header.about {
  background-image: url("../../../frontAssets/pc/image/main_visual_about.png");
  background-position: 50% -10px;
}
.page-header.about::before {
  background: url("../../../frontAssets/pc/image/main_mask_about.png") no-repeat 100% 50%;
}
.page-header.organization {
  background-image: url("../../../frontAssets/pc/image/main_visual_organization.png");
}
.page-header.organization::before {
  background: url("../../../frontAssets/pc/image/main_mask_about.png") no-repeat 100% 50%;
}
.page-header.location {
  background-image: url("../../../frontAssets/pc/image/main_visual_location.png");
}
.page-header.location::before {
  background: url("../../../frontAssets/pc/image/main_mask_about.png") no-repeat 100% 50%;
}
.page-header.assets {
  background-image: url("../../../frontAssets/pc/image/main_visual_assets.png");
}
.page-header.assets::before {
  background: url("../../../frontAssets/pc/image/main_mask_portfolio.png") no-repeat 100% 50%;
}
.page-header.business {
  background-image: url("../../../frontAssets/pc/image/main_visual_business.png");
}
.page-header.business::before {
  background: url("../../../frontAssets/pc/image/main_mask_portfolio.png") no-repeat 100% 50%;
}
.page-header.esg {
  background-image: url("../../../frontAssets/pc/image/main_visual_esg.png");
}
.page-header.esg::before {
  background: url("../../../frontAssets/pc/image/main_mask_esg.png") no-repeat 100% 50%;
}
.page-header.esg-2 {
  background-image: url("../../../frontAssets/pc/image/main_visual_esg2.png");
}
.page-header.esg-2::before {
  background: url("../../../frontAssets/pc/image/main_mask_esg.png") no-repeat 100% 50%;
}
.page-header__content {
  width: 1200px;
  margin: 0 auto;
  /* &::before {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 312px;
    height: 132px;
    background: url('../../../frontAssets/pc/image/main_shape_right.png') no-repeat 100%;
    background-size: 100% auto;
  } */
}
.page-title {
  font-size: 56px;
  font-family: "YouandiNewKr";
  color: #fff;
  font-weight: 700;
  margin-bottom: 27px;
}

.content-container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 64px 0 140px 0;
}

.tab-list {
  display: flex;
  column-gap: 24px;
}
.tab-item {
  position: relative;
  /* width: 282px; */
  width: 33.3%;
  height: 64px;
}
.tab-item.link::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 100%;
  width: 24px;
  height: 40px;
  background: url("../../../frontAssets/pc/image/shape.png") no-repeat;
  background-size: contain;
}
.tab-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 13px 0;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-decoration: none;
  text-align: center;
  border-radius: 16px;
}
.tab-item:not(.active) a {
  background-color: #f2f2f2;
  color: #1a1a1a;
}
.tab-item.active a {
  background-color: #561c24;
  color: #fff;
}
.tab-sub-menu {
  margin-top: 64px;
  margin-bottom: 30px;
}
.tab-sub-list {
  display: flex;
}
.tab-sub-item a {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  text-decoration: none;
}
.tab-sub-item.active a {
  color: #1a1a1a;
}
.tab-sub-item:not(.active) a {
  color: #999999;
}
.tab-sub-item:not(:first-child)::before {
  display: inline-block;
  content: "";
  width: 1px;
  height: 18px;
  background-color: #ebebeb;
  margin-left: 20px;
  margin-right: 20px;
}

.search-box-careers {
  display: flex;
  align-items: center;
  height: 64px;
  border: 2px solid #1a1a1a;
  border-radius: 16px;
  padding: 0 24px;
  margin-bottom: 40px;
}
.search-box-careers .input-keyword {
  display: flex;
  align-items: center;
  width: 540px;
  height: 32px;
}
.search-box-careers .input-keyword input {
  flex: 1;
  height: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  border: none;
  outline: none;
}
.search-box-careers .input-keyword .reset {
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 0;
  background: url("../../../frontAssets/pc/image/icon_close.png") no-repeat;
}
.search-box-careers .input-keyword .search {
  width: 32px;
  height: 32px;
  font-size: 0;
  background: url("../../../frontAssets/pc/image/icon_search.png") no-repeat;
}
.search-box-careers .divider {
  width: 2px;
  height: 18px;
  background-color: #ebebeb;
  margin-left: 24px;
  margin-right: 24px;
}
.search-box-careers .select-wrap {
  position: relative;
  width: 215px;
}
.search-box-careers .select-button {
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  text-align: left;
  background: url("../../../frontAssets/pc/image/icon_check_20x20.png") no-repeat 100% 50%;
}
.search-box-careers .reset-wrap {
  width: 32px;
  height: 32px;
  font-size: 0;
  line-height: 0;
}
.search-box-careers .reset-button {
  width: 100%;
  height: 100%;
  font-size: 0;
  background: url("../../../frontAssets/pc/image/icon_reset.png") no-repeat 0 0;
}

.search-box {
  padding: 64px 0 40px;
}
.search-form {
  position: relative;
  width: 588px;
  height: 64px;
  margin: 0 auto;
}
.search-input {
  width: 100%;
  height: 100%;
  border: 2px solid #1a1a1a;
  border-radius: 16px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  padding: 13px 24px;
}
.search-button {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  background: url("../../../frontAssets/pc/image/icon_search.png") no-repeat;
  background-size: contain;
  font-size: 0;
}
.search-clear {
  position: absolute;
  top: 21.5px;
  right: 53.5px;
  width: 21px;
  height: 21px;
  font-size: 0;
  background: #ebebeb url("../../../frontAssets/pc/image/icon_clear.png") no-repeat;
  background-size: contain;
  border-radius: 50%;
}

.news-list-content {
  width: 1200px;
  margin: 0 auto;
}
.news-item {
  padding: 24px 24px 22px 24px;
}
.news-item:not(:last-child) {
  border-bottom: 2px solid #f2f2f2;
}
.news-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: space-between;
}
.news-title-wrapper {
  display: flex;
  flex: 1;
  align-items: center;
}
.news-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #1a1a1a;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-title:hover {
  color: #561c24;
}
.news-file {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  width: 20px;
  height: 20px;
  background: url("../../../frontAssets/pc/image/icon_clip.png") no-repeat;
  background-size: contain;
  margin-left: 8px;
  flex-shrink: 0;
}
.news-new {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  width: 30px;
  height: 10px;
  background: url("../../../frontAssets/pc/image/icon_new.png") no-repeat;
  background-size: contain;
  margin-left: 8px;
  flex-shrink: 0;
}
.news-date {
  margin-left: auto;
  color: #808080;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-left: 48px;
  flex-shrink: 0;
}
.news-detail {
  padding-top: 40px;
}
.news-detail__header {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #f2f2f2;
}
.news-detail__title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #1a1a1a;
  padding-right: 71px;
}
.news-detail__date {
  font-size: 16px;
  line-height: 1.6;
  color: #808080;
  font-weight: 700;
}
.news-detail__new-icon {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  width: 30px;
  height: 10px;
  background: url(../../../frontAssets/pc/image/icon_new.png) no-repeat;
  background-size: contain;
  margin-left: 8px;
}
.news-detail__content {
  padding: 24px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
}
.news-detail__img {
  margin-bottom: 32px;
}
.news-detail__download {
  padding-left: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0;
}
.news-detail__download-btn {
  position: relative;
  display: inline-block;
  align-items: center;
  height: 44px;
  padding-left: 16px;
  padding-right: 36px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #1a1a1a;
  background-color: #f2f2f2;
  border-radius: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news-detail__download-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  display: inline-block;
  font-size: 0;
  line-height: 0;
  width: 24px;
  height: 24px;
  background: url("../../../frontAssets/pc/image/icon_download.png") no-repeat;
  vertical-align: top;
}
.news-detail__prev-next {
  margin-top: 40px;
  margin-bottom: 40px;
}
.news-detail__prev-next-item {
  display: flex;
  height: 74px;
  padding: 24px;
  border-top: 2px solid #f2f2f2;
}
.news-detail__prev-next-link {
  text-decoration: none;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  margin-right: 45px;
}
.news-detail__prev-next-link span:first-child {
  color: #561c24;
  padding-right: 24px;
}
.news-detail__prev-next-link span:last-child {
  color: #1a1a1a;
  padding-left: 24px;
}
.news-detail__prev-next-link .prev-label {
  background: url("../../../frontAssets/pc/image/icon_arrow_top_brown.png") no-repeat 100% 50%;
}
.news-detail__prev-next-link .next-label {
  background: url("../../../frontAssets/pc/image/icon_arrow_down_brown.png") no-repeat 100% 50%;
}
.news-detail__prev-next-date {
  margin-left: auto;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  color: #808080;
}
.news-detail__more-btn-wrapper {
  display: flex;
  justify-content: center;
}
.news-detail__more-btn {
  width: 382px;
  height: 64px;
  background-color: #ebebeb;
  color: #1a1a1a;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  border-radius: 16px;
}

.careers-list__item {
  display: flex;
  align-items: center;
  padding: 24px 24px 22px 24px;
}
.careers-list__item:not(:last-child) {
  border-bottom: 2px solid #f2f2f2;
}
.careers-list__info {
  flex: 1;
}
.careers-list__title-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  margin-right: 44px;
}
.careers-list__title-wrapper .news-file {
  flex-shrink: 0;
}
.careers-list__title {
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #1a1a1a;
  text-decoration: none;
}
.careers-list__title:hover {
  color: #561c24;
}
.careers-list .careers-list__title {
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
.careers-list__date {
  font-size: 16px;
  color: #808080;
  font-weight: 700;
  line-height: 1.6;
}
.careers-list__date .divider {
  margin: 0 8px;
}
.careers-list__date .d-day {
  margin-left: 10px;
  color: #561c24;
}
.careers-list__tags {
  margin-left: auto;
  font-size: 0;
}
.careers-list__tags .tag {
  display: inline-block;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  color: #808080;
  text-align: center;
}
.careers-list__tags .tag:nth-child(1) {
  min-width: 55px;
}
.careers-list__tags .tag:nth-child(2) {
  width: 99px;
  margin-left: 48px;
}
.careers-list__tags .divider {
  margin: 0 16px;
}

.careers-detail-header-top {
  display: flex;
  align-items: center;
  padding: 24px;
}
.careers-detail-header-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 22px;
  border: 2px solid #f2f2f2;
  border-radius: 16px;
}
.careers-detail-header .careers-list__title {
  margin-bottom: 0;
}
.careers-detail-header .careers-list__title:hover {
  color: #1a1a1a;
}

.careers-status-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 32px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  margin-right: 24px;
}
.careers-status-badge.active {
  background-color: #66202a;
  color: #ffffff;
}
.careers-status-badge.upcoming {
  background-color: #1a1a1a;
  color: #ffffff;
}
.careers-status-badge.closed {
  background-color: #b3b3b3;
  color: #fff;
}

.careers-detail__wrap {
  display: flex;
  align-items: center;
  border: 1px solid #f2f2f2;
  border-radius: 16px;
  padding: 20px 24px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
}
.careers-detail__wrap .divider {
  margin: 0 4px;
}
.careers-detail__date {
  color: #808080;
}
.careers-detail__d-day {
  color: #fc642d;
  margin-left: 12px;
}
.careers-detail__type {
  margin-left: auto;
  color: #808080;
}

.rnc-summary {
  display: flex;
  font-weight: 700;
  color: #1a1a1a;
}
.rnc-summary .title {
  width: 384px;
  line-height: 1.3;
  font-size: 34px;
}
.rnc-summary .desc {
  margin-left: 24px;
  line-height: 1.6;
  letter-spacing: -0.5px;
  font-size: 24px;
}
.rnc-summary ~ .rnc-summary {
  margin-top: 100px;
}

.council-scheme {
  display: flex;
  flex-wrap: wrap;
  margin-top: 56px;
}
.council-scheme__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 32px 24px;
  border-radius: 16px;
  background-color: #561c24;
  color: #fff;
}
.council-scheme__item:not(:first-child) {
  margin-top: 24px;
}
.council-scheme__item.w-half {
  width: calc((100% - 24px) / 2);
}
.council-scheme__item.w-half + .council-scheme__item.w-half {
  margin-left: 24px;
}
.council-scheme__item .title {
  line-height: 1.3;
  font-size: 28px;
  font-weight: 700;
}
.council-scheme__item .desc {
  line-height: 1.3;
  font-size: 16px;
  font-weight: 700;
  margin: 4px 0 0;
}
.council-scheme__list {
  width: 100%;
  margin-top: 32px;
  overflow: hidden;
}
.council-scheme__list .council-scheme__item {
  float: left;
  background-color: #fff;
  margin-top: 0;
  padding: 24px 32px 32px 32px;
  color: #1a1a1a;
}
.council-scheme__list .council-scheme__item .title {
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 2px solid #f2f2f2;
  text-align: center;
  color: #66202a;
}
.council-scheme__list .council-scheme__item .list {
  margin-top: 24px;
}
.council-scheme__list .council-scheme__item .list li {
  display: flex;
  line-height: 1.6;
  font-weight: 700;
}
.council-scheme__list .council-scheme__item .list li:not(:first-child) {
  margin-top: 8px;
}
.council-scheme__list .council-scheme__item .list li::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 4px;
  height: 4px;
  margin-top: 12px;
  border-radius: 2px;
  background-color: #1a1a1a;
  margin-right: 8px;
}
.council-scheme__list .council-scheme__item:nth-child(2) {
  position: relative;
}
.council-scheme__list .council-scheme__item:nth-child(2)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -50px;
  width: 24px;
  height: 100px;
  background: url("../../../frontAssets/pc/image/shape_link_24x100.png") no-repeat 0 0/cover;
}
.council-scheme > .council-scheme__item.w-half {
  position: relative;
}
.council-scheme > .council-scheme__item.w-half::before, .council-scheme > .council-scheme__item.w-half::after {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 24px;
  background: url("../../../frontAssets/pc/image/shape_link_120x24.png") no-repeat 0 0/cover;
}
.council-scheme > .council-scheme__item.w-half::before {
  bottom: 100%;
}
.council-scheme > .council-scheme__item.w-half::after {
  top: 100%;
}

.process-scheme {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 56px;
}
.process-scheme__item {
  width: calc((100% - 24px) / 2);
}
.process-scheme__item:nth-child(2) {
  margin-left: 24px;
}
.process-scheme__item:nth-child(2) .list {
  position: relative;
}
.process-scheme__item:nth-child(2) .list::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -40px;
  display: block;
  width: 24px;
  height: 80px;
  background: url("../../../frontAssets/pc/image/shape_link_24x80.png") no-repeat 0 0/cover;
}
.process-scheme__item > .title {
  border-radius: 20px;
  background-color: #561c24;
  padding: 16px 20px;
  text-align: center;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.process-scheme__item .list {
  margin-top: 24px;
  display: flex;
}
.process-scheme__item .list li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 24px) / 2);
  min-height: 300px;
  padding: 32px 40px 40px;
  border-radius: 20px;
  background-color: #f2f2f2;
  font-weight: 700;
  color: #1a1a1a;
}
.process-scheme__item .list li:nth-child(2) {
  position: relative;
  margin-left: 24px;
}
.process-scheme__item .list li:nth-child(2)::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -80px;
  display: block;
  width: 24px;
  height: 160px;
  background: url("../../../frontAssets/pc/image/shape_link_24x160.png") no-repeat 0 0/cover;
}
.process-scheme__item .list li .step {
  font-size: 16px;
}
.process-scheme__item .list li .title {
  margin-top: 8px;
  letter-spacing: -0.5px;
  font-size: 24px;
  color: #66202a;
}
.process-scheme__item .list li .desc {
  margin-top: auto;
}

.pagination {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
.pagination .button-more {
  width: 382px;
  height: 64px;
  background-color: #ebebeb;
  color: #1a1a1a;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  border-radius: 16px;
  margin: 0 auto;
}

.footer {
  margin-top: auto;
}
.footer__container {
  max-width: 1920px;
  min-width: 1200px;
  height: 140px;
  padding: 40px 156px 58px;
  margin: 0 auto;
  border-top: 3px solid #f2f2f2;
}
.footer__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__address {
  height: 42px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  font-style: normal;
}
.footer__copyright {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  font-style: normal;
  align-self: flex-start;
}

.button-top-wrapper {
  position: fixed;
  bottom: 236px;
  right: 32px;
  max-width: 1920px;
  min-width: 1200px;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.button-top-wrapper.visible {
  opacity: 1;
  visibility: visible;
}
.button-top-wrapper .button-top {
  position: absolute;
  right: 32px;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: #561c24 url("../../../frontAssets/pc/image/icon_arrow_top.png") no-repeat;
  background-position: center;
  font-size: 0;
  pointer-events: auto;
}

@supports (position: sticky) {
  .button-top-wrapper {
    position: sticky;
    bottom: 32px;
    height: 64px;
    transform: translateX(clamp(0px, (100vw - 100%) / 2 - 32px, 9999px));
    margin: 44px 0 -108px;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 16px;
  background-color: #fff;
}
.modal-dialog.sm {
  width: 288px;
}
.modal-body {
  padding: 28px 24px 29px;
}
.modal-title {
  padding: 14.5px 0;
  font-size: 16x;
  line-height: 1.4;
  font-weight: 700;
  color: #1a1a1a;
}
.modal-footer {
  display: flex;
  justify-content: center;
  border-top: 2px solid #ebebeb;
}
.modal-footer .btn {
  width: 100%;
  height: 56px;
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
  font-weight: 700;
}
.modal-footer .btn.lg {
  height: 64px;
  font-size: 20px;
  line-height: 1.6;
}
.modal-footer .btn:not(:first-child) {
  border-left: 2px solid #ebebeb;
}
.modal__dim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.not-result {
  padding-top: 120px;
  text-align: center;
}
.not-result__title {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  color: #1a1a1a;
}
.not-result__keyword {
  color: #561c24;
}
.not-result__description {
  margin-top: 16px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  color: #808080;
}

.select-dropdown {
  position: absolute;
  width: 262px;
  top: -18px;
  left: -24px;
  background-color: #fff;
  border: 2px solid #1a1a1a;
  border-radius: 16px;
  padding: 13px 23px 23px 22px;
}
.select-dropdown__title {
  height: 32px;
  width: 100%;
  text-align: left;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #1a1a1a;
  background: url("../../../frontAssets/pc/image/icon_arrow_top_black.png") no-repeat 100% 50%;
}
.select-dropdown__list {
  margin: 26px -3px 0 0;
}
.select-dropdown__item {
  height: 32px;
  display: flex;
  align-items: center;
}
.select-dropdown__item:not(:first-child) {
  margin-top: 10px;
}
.select-dropdown__item input[type=checkbox] {
  width: 32px;
  height: 32px;
  background: url("../../../frontAssets/pc/image/icon_check_32x32_off.png") no-repeat 100% 50%;
  border: 0;
  appearance: none;
}
.select-dropdown__item input[type=checkbox]:checked {
  background: url("../../../frontAssets/pc/image/icon_check_32x32_on.png") no-repeat 100% 50%;
}
.select-dropdown__item label {
  width: calc(100% - 32px);
  display: inline-block;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}
.select-dropdown__item:not(.active) label {
  color: #999999;
}
.select-dropdown__item.active label {
  color: #1a1a1a;
}

/* utility */
.text-center {
  text-align: center;
}

.mt-\[80px\] {
  margin-top: 80px;
}

.mb-\[32px\] {
  margin-bottom: 32px;
}

.list-disc li {
  margin-left: 1em;
  list-style: disc;
}

.bd-0 {
  border: 0;
}

.divider {
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #dddddd;
}

/* 접근성을 고려한 blind 클래스 */
.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 포커스 시에도 blind 유지 (필요한 경우에만 사용) */
.blind-focus {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.blind-focus:focus {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
}

/* 스크린리더에서만 읽히고 키보드 포커스 시 표시되는 클래스 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* FP0009.html ESG Content Styles */
.esg-introduction__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  color: #66202a;
  margin-bottom: 24px;
}
.esg-introduction__description {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
}

.esg-strategy {
  display: flex;
}
.esg-strategy__title {
  width: 280px;
  font-size: 34px;
  line-height: 1.3;
  font-weight: 700;
}
.esg-strategy__description {
  flex: 1;
  padding-left: 48px;
  font-size: 25px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.esg-pillars {
  display: flex;
  padding-top: 56px;
  justify-content: space-between;
}

.esg-pillar {
  width: 378px;
}
.esg-pillar__category {
  padding-top: 32px;
  font-size: 16x;
  line-height: 1.4;
  font-weight: 700;
  color: #66202a;
  margin-bottom: 8px;
}
.esg-pillar__title {
  font-size: 34px;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 20px;
}
.esg-pillar__list {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
}
.esg-pillar__item {
  position: relative;
  margin-bottom: 4px;
  letter-spacing: -0.5px;
}
.esg-pillar__item:last-child {
  margin-bottom: 0;
}

.esg-pillar__image-wrapper {
  position: relative;
  width: 378px;
  height: 504px;
  border-radius: 16px;
  background-position: center;
  background-size: cover;
}
.esg-pillar__image-wrapper.environment {
  background-image: url("../../../frontAssets/pc/image/background_esg_2_1.jpeg");
}
.esg-pillar__image-wrapper.social {
  background-image: url("../../../frontAssets/pc/image/background_esg_2_2.jpeg");
}
.esg-pillar__image-wrapper.governance {
  background-image: url("../../../frontAssets/pc/image/background_esg_2_3.jpeg");
}

.esg-divider {
  position: relative;
  width: 100%;
  margin: 80px 0 100px;
  height: 3px;
}
.esg-divider::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: calc(100vw - 16px);
  height: 3px;
  background-color: #f2f2f2;
  max-width: 1776px;
}

/* ==========================================================================
   Portfolio - Business Section Styles
   ========================================================================== */
.business-section {
  padding-top: 16px;
}
.business-section__main-title {
  font-size: 48px;
  font-weight: 700;
  font-family: "YouandiNewKr";
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.3;
}
.business-section__description {
  font-size: 20px;
  font-family: "YouandiNewKr";
  color: #666;
  text-align: center;
  margin-bottom: 80px;
  line-height: 1.6;
}

.business-cards {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.business-card {
  flex: 1;
}
.business-card__content {
  height: 296px;
}
.business-card__category {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  color: #66202a;
  font-weight: 700;
  margin-bottom: 8px;
}
.business-card__title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}
.business-card__description {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.business-card__note {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  color: #808080;
  margin-top: 8px;
}
.business-card__figure {
  width: 100%;
  height: 496px;
  overflow: hidden;
  font-size: 0;
}
.business-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ==========================================================================
   Portfolio - Assets Section Styles
   ========================================================================== */
.portfolio-assets {
  margin-top: 36px;
}
.portfolio-assets__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}

.asset-card {
  display: flex;
  gap: 24px;
}
.asset-card__figure {
  position: relative;
  flex-shrink: 0;
  width: 384px;
  height: 384px;
  font-size: 0;
}
.asset-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px 0 0 16px;
}
.asset-card__details {
  position: relative;
  flex: 1;
  padding: 40px 48px;
  background-color: #f2f2f2;
  border-radius: 20px;
}
.asset-card__details::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 24px;
  height: 160px;
  background: url("../../../frontAssets/pc/image/shape_24x160.png") no-repeat 0 0/cover;
  transform: translateY(-50%);
}
.asset-card__name {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  color: #66202a;
  margin-bottom: 8px;
}
.asset-card__address {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 40px;
}
.asset-card__info-item {
  display: flex;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.5px;
}
.asset-card__info-item dt {
  width: 137px;
  font-weight: 700;
}
.asset-card__info-item dd {
  font-weight: 500;
}

/* ==========================================================================
   About - Company Section Styles
   ========================================================================== */
.company-introduction {
  margin-top: 16px;
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
  border-bottom: 3px solid #f2f2f2;
}
.company-introduction::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3px;
  width: calc(100vw - 16px);
  height: 3px;
  background-color: #f2f2f2;
  max-width: 1776px;
}
.company-introduction__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  color: #66202a;
  margin-bottom: 24px;
}
.company-introduction__description {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.synergy-network {
  padding-top: 100px;
  width: 1200px;
  margin: 0 auto;
}
.synergy-network__header {
  display: flex;
}
.synergy-network__title {
  width: 280px;
  margin-right: 24px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
}
.synergy-network__description {
  flex: 1;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.synergy-network__info {
  position: relative;
  width: 100%;
}
.synergy-network__info + .synergy-network__header {
  margin-top: 100px;
}
.synergy-network__info ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
.synergy-network__info ul li {
  flex: 1;
}
.synergy-network__info ul li:nth-child(1) dl dd:before {
  content: "";
  position: absolute;
  top: calc(50% - 100px);
  left: 100%;
  display: block;
  width: 24px;
  height: 200px;
  background: url("../../../frontAssets/pc/image/shape_link_24x200.png") no-repeat 0 0/cover;
}
.synergy-network__info ul li:nth-child(2) dl dd:before {
  content: "";
  position: absolute;
  top: calc(50% - 60px);
  left: 100%;
  display: block;
  width: 24px;
  height: 120px;
  background: url("../../../frontAssets/pc/image/shape_link_24x120.png") no-repeat 0 0/cover;
}
.synergy-network__info ul li dl {
  width: 100%;
}
.synergy-network__info ul li dl dt {
  min-height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #66202A;
  color: #fff;
}
.synergy-network__info ul li dl dt strong {
  font-size: 24px;
}
.synergy-network__info ul li dl dt + dd {
  margin-top: 24px;
}
.synergy-network__info ul li dl dd {
  position: relative;
  padding: 20px 40px 30px;
  box-sizing: border-box;
  background: #F2F2F2;
  border-radius: 20px;
}
.synergy-network__info ul li dl dd .box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 334px;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.synergy-network__info ul li dl dd .box .txt-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.synergy-network__info ul li dl dd .box .txt-box strong {
  font-family: "YouandiNewKr", sans-serif;
}
.synergy-network__info ul li dl dd .box .txt-box strong.num {
  font-size: 72px;
  color: #66202A;
}
.synergy-network__info ul li dl dd .box .txt-box strong.txt {
  font-size: 34px;
  color: #1A1A1A;
}
.synergy-network__info ul li dl dd .box .sim-txt {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #808080;
}

.synergy-network__diagram {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 60px;
}
.synergy-network__diagram .flex-row {
  display: flex;
  gap: 24px;
  flex-direction: row;
}
.synergy-network__diagram .flex-left-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.synergy-network__diagram .flex-left-column > div {
  width: 282px;
}
.synergy-network__diagram .flex-right-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.synergy-network__diagram .flex-right-column > div {
  width: 282px;
  height: 162px;
}

.diagram__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #f2f2f2;
  height: 100px;
  width: 100%;
}
.diagram__item--top::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -24px;
  width: 200px;
  height: 24px;
  transform: translateX(-50%);
  background: url("../../../frontAssets/pc/image/shape_200x24.png") no-repeat 0 0/cover;
}
.diagram__item--hmc::before, .diagram__item--heng::before, .diagram__item--hcs::before, .diagram__item--hcard::before, .diagram__item--hcomm::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -24px;
  width: 60px;
  height: 24px;
  transform: translateX(-50%);
  background: url("../../../frontAssets/pc/image/shape_60x24.png") no-repeat 0 0/cover;
}
.diagram__item--hmc::after, .diagram__item--heng::after, .diagram__item--hcs::after {
  content: "";
  position: absolute;
  right: -24px;
  top: 50%;
  width: 24px;
  height: 60px;
  transform: translateY(-50%);
  background: url("../../../frontAssets/pc/image/shape_24x60.png") no-repeat 0 0/cover;
}
.diagram__item--hcard::after, .diagram__item--hcomm::after {
  content: "";
  position: absolute;
  left: -24px;
  top: 50%;
  width: 24px;
  height: 60px;
  transform: translateY(-50%);
  background: url("../../../frontAssets/pc/image/shape_24x60.png") no-repeat 0 0/cover;
}
.diagram__item--center {
  height: 348px;
  flex: 1;
}
.diagram__item--hcs img {
  margin-top: -14px;
}

.management-philosophy {
  margin-top: 100px;
}
.management-philosophy__header {
  display: flex;
  margin-bottom: 56px;
}
.management-philosophy__title {
  width: 280px;
  margin-right: 24px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
}
.management-philosophy__description {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.management-philosophy__pillars {
  display: flex;
  gap: 24px;
}
.management-philosophy__pillars .pillar-item {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 360px;
  padding: 40px;
  border-radius: 20px;
  background-color: #561c24;
}
.management-philosophy__pillars .pillar-item:not(:last-child)::before {
  content: "";
  position: absolute;
}
.management-philosophy__pillars .pillar-item:nth-child(1)::before {
  top: 50%;
  right: -24px;
  width: 24px;
  height: 200px;
  transform: translateY(-50%);
  background: url("../../../frontAssets/pc/image/shape_24x200_maroon.png") no-repeat 0 0/cover;
}
.management-philosophy__pillars .pillar-item:nth-child(2)::before {
  bottom: 80px;
  right: -24px;
  width: 24px;
  height: 80px;
  background: url("../../../frontAssets/pc/image/shape_24x80_maroon.png") no-repeat 0 0/cover;
}
.management-philosophy__pillars .pillar-item:nth-child(3)::before {
  top: 80px;
  right: -24px;
  width: 24px;
  height: 80px;
  background: url("../../../frontAssets/pc/image/shape_24x80_maroon.png") no-repeat 0 0/cover;
}
.management-philosophy__pillars .pillar-item__icon-wrapper {
  width: 72px;
  height: 72px;
}
.management-philosophy__pillars .pillar-item__icon-wrapper img {
  width: 100%;
}
.management-philosophy__pillars .pillar-item__name {
  margin-top: auto;
  font-size: 28px;
  font-family: "YouandiNewKr";
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #fff;
  margin-bottom: 16px;
}
.management-philosophy__pillars .pillar-item__description {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  color: #fff;
}

/* ==========================================================================
   About - Organization Section Styles
   ========================================================================== */
.organization-chart {
  margin-top: 16px;
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
  border-bottom: 3px solid #f2f2f2;
}
.organization-chart::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3px;
  width: calc(100vw - 16px);
  height: 3px;
  background-color: #f2f2f2;
  max-width: 1776px;
}

.key-personnel {
  margin-top: 100px;
}
.key-personnel__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 40px;
}
.key-personnel__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.key-personnel .person-card {
  position: relative;
  width: calc(50% - 12px);
  height: 753px;
  border-radius: 20px;
  background-color: #f2f2f2;
  padding: 48px 0 0 40px;
}
.key-personnel .person-card:nth-child(1)::before, .key-personnel .person-card:nth-child(3)::before, .key-personnel .person-card:nth-child(5)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  width: 24px;
  height: 200px;
  transform: translateY(-50%);
  background: url("../../../frontAssets/pc/image/shape_24x200_gray.png") no-repeat 0 0/cover;
}
.key-personnel .person-card:not(:nth-child(1), :nth-child(2))::after {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  width: 200px;
  height: 24px;
  transform: translateX(-50%);
  background: url("../../../frontAssets/pc/image/shape_200x24_gray.png") no-repeat 0 0/cover;
}
.key-personnel .person-card__figure {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 375px;
  overflow: hidden;
  border-bottom-right-radius: 20px;
}
.key-personnel .person-card__name {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
}
.key-personnel .person-card__position {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.key-personnel .person-card__details {
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
  font-size: 20px;
  line-height: 1.6;
}
.key-personnel .person-card__details dt {
  color: #66202a;
  font-weight: 700;
}
.key-personnel .person-card__details .label {
  width: 96px;
  margin-bottom: 4px;
}
.key-personnel .person-card__details .desc {
  width: calc(100% - 96px);
  font-weight: 700;
}
.key-personnel .person-card__details .full {
  width: 100%;
}
.key-personnel .person-card__details dt.full {
  margin-top: 20px;
}
.key-personnel .person-card__details .career-list {
  width: 308px;
  margin-top: 8px;
}
.key-personnel .person-card__details .career-list li {
  position: relative;
  padding-left: 12px;
  letter-spacing: -0.5px;
  margin-bottom: 4px;
}
.key-personnel .person-card__details .career-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #1a1a1a;
}
.key-personnel .no-data {
  margin-top: 160px;
  text-align: center;
}
.key-personnel .no-data__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}
.key-personnel .no-data__desc {
  margin-top: 16px;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #808080;
}

/* location */
.location-section {
  margin-top: 16px;
}
.location-section__header {
  display: flex;
  margin-bottom: 56px;
}
.location-section__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  color: #66202a;
  width: 284px;
}
.location-section__address {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.location-section__bottom {
  display: flex;
  margin-top: 56px;
}
.location-section__info {
  width: 690px;
  display: flex;
  flex-wrap: wrap;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.location-section__info dt {
  width: 102px;
}
.location-section__info dd {
  width: calc(100% - 102px);
}
.location-section .button-wrapper {
  display: flex;
  gap: 24px;
  flex: 1;
}
.location-section .button {
  flex: 1;
  height: 64px;
  background-color: #f2f2f2;
  border-radius: 16px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

/* ==========================================================================
   Error Page Styles
   ========================================================================== */
.hda.error .header {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.0784313725);
}

.error-page {
  display: flex;
  min-height: 100%;
  width: 792px;
  margin: 0 auto;
}
.error-page__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  text-align: center;
}
.error-page__container .logo-wrapper {
  width: 229px;
  height: 32px;
  margin: 0 auto;
}
.error-page__container .logo-wrapper img {
  width: 100%;
}
.error-page__title {
  margin-top: 60px;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
}
.error-page__description {
  margin-top: 16px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #808080;
}
.error-page__info {
  margin-top: 48px;
  background-color: #f2f2f2;
  border-radius: 12px;
  padding: 32px;
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: -0.5px;
  width: 100%;
}
.error-page__info-description {
  color: #808080;
  margin-top: 6px;
}

.modal-dialog .error-page__container {
  padding: 48px 40px 40px 40px;
}
.modal-dialog .error-page__container .logo-wrapper {
  width: 172px;
  height: 24px;
}
.modal-dialog .error-page__container .error-page__title {
  margin-top: 32px;
}
.modal-dialog .error-page__container .error-page__info {
  margin-top: 32px;
}
.modal-dialog .error-page__container .error-page__button {
  width: 100%;
  border-top: 2px solid #ebebeb;
  margin-left: -40px;
  margin-right: -40px;
  margin-top: 40px;
}

.sub-page > .error-page__container {
  height: calc(100vh - 212px);
}

.error-home-btn {
  margin-top: 64px;
  width: 384px;
  height: 64px;
  background-color: #f2f2f2;
  border-radius: 16px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

/** main page */
.main body {
  padding-top: 72px;
}
.main-content {
  position: relative;
  max-width: 1776px;
  min-width: 1296px;
  width: 100%;
  margin: 0 auto;
}
.main-visual {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  max-width: 1776px;
  height: 868px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.5px;
  color: #fff;
}
.main-visual img {
  height: 100%;
  width: 100%;
}
.main-visual__text {
  position: absolute;
  top: 50%;
  left: 123px;
  transform: translateY(-50%);
}
.main-visual__title {
  margin: 0 0 40px;
  font-family: "YouandiNewKr";
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 56px;
}
.main footer {
  display: block;
  margin-top: 0;
}
.main .footer__container {
  border-top: 0;
}
