@charset "utf-8";

.sub-hero.sub-hero--company,
.company-sub {
  --company-color-hero-bg: #2a3540;
  --company-color-white: #fff;
  --company-color-black: #000;
  --company-color-border: #ccc;
  --company-color-gray: #666;
  --company-color-bg-blue: #eef5fb;
  --company-color-bg-gray: #eee;
  --company-color-bg-table: #f5fbff;
}

.pc-only { display: block; }
.mo-only { display: none; }

.company-sub { padding-top: 6.25rem; padding-bottom: 12.5rem; }

.company-sub, .company-sub * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 서브 비주얼 */
.sub-hero.sub-hero--company {
  background-color: #2a3540;
  background-color: var(--company-color-hero-bg);
  background-image: url("/resources/images/common/sub_visual_company.jpg");
}
.sub-hero.sub-hero--company .breadcrumb {
  --breadcrumb-gap: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sub-hero.sub-hero--company .breadcrumb li + li {
  margin-left: 1.625rem;
  margin-left: var(--breadcrumb-gap);
}
@supports (gap: 1rem) {
  .sub-hero.sub-hero--company .breadcrumb {
    gap: 1.625rem;
    gap: var(--breadcrumb-gap);
  }
  .sub-hero.sub-hero--company .breadcrumb li + li {
    margin-left: 0;
  }
}
.sub-hero.sub-hero--company .breadcrumb li { position: relative; }
.sub-hero.sub-hero--company .breadcrumb li + li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-bottom: 1.5px solid var(--company-color-white);
  border-right: 1.5px solid var(--company-color-white);
  position: absolute;
  top: 50%;
  left: -.8125rem;
  left: calc(var(--breadcrumb-gap) / -2);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.sub-hero.sub-hero--company .breadcrumb li.active { font-weight: 600; }


.company-sub #sub-page-menu {
  margin: 3.75rem 0;
}

.company-sub #sub-page-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid var(--company-color-gray);
  border-bottom: 1px solid var(--company-color-gray);
  height: 4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.company-sub #sub-page-menu ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.company-sub #sub-page-menu ul > li > a > span {
  display: inline-block;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  background: linear-gradient(var(--primary-color), var(--primary-color)) no-repeat center bottom;
  -webkit-background-size: 0 5px;
  background-size: 0 5px;
  -webkit-transition: .3s;
  transition: .3s;
  white-space: nowrap;
}

.company-sub #sub-page-menu ul > li.active > a > span {
  -webkit-background-size: 100% 5px;
  background-size: 100% 5px;
}

.company-sub #sub-page-menu ul > li.active > a > span {
  color: var(--primary-color);
  font-weight: 700;
}


.company-sub .title {
  font-size: 2.625rem;
  margin-bottom: 3.75rem;
  font-weight: 700;
  line-height: normal;
}

.company-sub .stitle {
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
}

.company-sub .stitle {
  margin-bottom: 3.125rem;
}

[id*='company_'] ul,
.company-sub #sub-page-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

[id*='company_'] p {
  margin: 0;
}

[id*='company_'] .secContent .text,
[id*='company_'] .secContent p,
[id*='company_'] .greetingsBox .text {
  font-size: 1rem;
  line-height: 1.625;
}

[id*='company_'] .secContent .h,
[id*='company_'] .banner p {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}

[id*='company_'] .secContent p:last-child {
  margin-bottom: 0;
}

[id*='company_greetings_'] .stitle {
  line-height: 1.3125;
  color: var(--primary-color);
  margin-bottom: 2.625rem;
}

[id*='company_'] .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.5rem;
}

/* 인사말 */
[id*='company_greetings_'] .photo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  background: var(--company-color-black);
  border: 1px solid var(--company-color-border);
}

[id*='company_greetings_'] .photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

[id*='company_greetings_'] .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

[id*='company_greetings_'] .secContent .text .sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .8125rem;
  padding-top: 2.1875rem;
}

/* 비전 */
[id*='company_vision_'] .vision_img img {
  display: block;
  width: 100%;
}

/* CI */
[id*='company_ci_'] {
  margin-bottom: 3.75rem;
}

[id*='company_ci_']:last-child {
  margin-bottom: 0;
}

[id*='company_ci_'] .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}

[id*='company_ci_'] .row .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 1.25rem);
  flex: 0 0 calc(50% - 1.25rem);
  max-width: calc(50% - 1.25rem);
  min-width: 0;
}

[id*='company_ci_'] .row .col .stitle {
  margin-bottom: 1.875rem;
}

[id*='company_ci_'] .row .col .img_box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 21.875rem;
  border: 1px solid var(--company-color-border);
}

[id*='company_ci_'] .row .col .img_box img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

#company_ci_signature .stitle {
  margin-bottom: 1.875rem;
}

#company_ci_signature p {
  font-size: 1rem;
  line-height: 1.625;
  margin-bottom: 3.125rem;
}

#company_ci_signature .h {
  margin-bottom: 1.875rem;
}

#company_ci_signature .img_box {
  border: 1px solid var(--company-color-border);
  margin-bottom: 1.875rem;
}

[id*='company_ci_signature'] .col + .col {
  margin-top: 3.75rem;
}

[id*='company_ci_'] .btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

[id*='company_ci_'] .btn_group .btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 12.5rem;
  padding: 0 1.25rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--company-color-white);
  background-color: var(--primary-color);
  position: relative;
}

[id*='company_ci_'] .btn_group .btn::after {
  content: '';
  width: .8125rem;
  height: .8125rem;
  background: url("/resources/images/common/icons/ico_download.png") no-repeat center / 100% auto;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}

[id*='company_ci_'] .btn_group .btn:hover,
[id*='company_ci_'] .btn_group .btn:focus {
  background-color: #0082cf;
}

/* 재무정보 */
[id*='company_financial_'] .stitle {
  margin-bottom: 1.375rem;
}

[id*='company_financial_settlement_'] .settlement_download {
  display: flex;
  align-items: center;
  gap: .625rem;
  margin-bottom: 2.5rem;
}

[id*='company_financial_settlement_'] .settlement_select_wrap {
  position: relative;
  display: inline-block;
  min-width: 17.5rem;
}

[id*='company_financial_settlement_'] .settlement_select_wrap::after {
  content: '';
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  border-left: .375rem solid transparent;
  border-right: .375rem solid transparent;
  border-top: .375rem solid var(--company-color-black);
  pointer-events: none;
}

[id*='company_financial_settlement_'] .settlement_select {
  width: 100%;
  height: 2.875rem;
  padding: 0 1.25rem 0 1rem;
  font-size: 1rem;
  border: 1px solid #999;
  background-color: var(--company-color-white);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

[id*='company_financial_settlement_'] .btn_download {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 12.5rem;
  padding: 0 1.25rem 0 1.25rem;
  height: 2.875rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--company-color-white);
  background-color: var(--primary-color);
  border: none;
  cursor: pointer;
  position: relative;
}

[id*='company_financial_settlement_'] .btn_download::after {
  content: '';
  width: .8125rem;
  height: .8125rem;
  background: url("/resources/images/common/icons/ico_download.png") no-repeat center / 100% auto;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}

[id*='company_financial_'] .info {
  font-size: 1rem;
  line-height: 1.625;
}

[id*='company_financial_'] .table_box {
  margin-top: 1.25rem;
}

[id*='company_financial_settlement_'] .settlement_table_wrap {
  width: 100%;
}

[id*='company_financial_settlement_'] .settlement_table_panel {
  display: none;
}

[id*='company_financial_settlement_'] .settlement_table_panel.is-active {
  display: block;
}

[id*='company_financial_settlement_'] .table_box {
  margin-top: 0;
}

[id*='company_financial_'] .table_box .unit {
  font-size: 1rem;
  color: var(--company-color-gray);
  margin-bottom: .8125rem;
  width: 100%;
  text-align: right;
}

[id*='company_financial_settlement_'] .table_box .unit {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--company-color-black);
}

[id*='company_financial_settlement_'] .table_box .unit .unit_text {
  color: var(--company-color-gray);
}

[id*='company_financial_'] .table_box {
  width: 100%;
}

[id*='company_financial_'] .table_box table {
  width: 100%;
  table-layout: fixed;
  border-top: 2px solid var(--company-color-black);
  border-collapse: collapse;
}

[id*='company_financial_settlement_'] .table_box table {
  max-width: 100%;
}

[id*='company_financial_'] .table_box table th,
[id*='company_financial_'] .table_box table td {
  padding: .8125rem 0;
  text-align: center;
  line-height: 1.5;
  vertical-align: middle;
}

[id*='company_financial_'] .table_box table thead th {
  width: calc(100% / 3);
  font-weight: 600;
  background-color: var(--company-color-bg-table);
  border-right: 1px solid var(--company-color-border);
  border-bottom: 1px solid var(--company-color-border);
}

[id*='company_financial_'] .table_box table thead th:last-child {
  border-right: none;
}

[id*='company_financial_'] .table_box table tbody th {
  padding-left: 1.875rem;
  font-weight: 600;
  text-align: left;
  border-right: 1px solid var(--company-color-border);
  border-bottom: 1px solid var(--company-color-border);
}

[id*='company_financial_'] .table_box table tbody th.bg_gray {
  background-color: #f5f5f5;
}

[id*='company_financial_settlement_'] .table_box table tbody th.bg_gray {
  color: var(--primary-color);
  font-weight: 700;
}

[id*='company_financial_settlement_'] .table_box table tbody th.bg_darkgray {
  background-color: #666;
  color: var(--company-color-white);
}

[id*='company_financial_settlement_'] .table_box table tbody th.bg_black {
  background-color: var(--company-color-black);
  border-right: none;
}

[id*='company_financial_'] .table_box table tbody th.center {
  text-align: center;
  padding-left: 0;
}

[id*='company_financial_'] .table_box table thead th:nth-child(3) {
  width: 34.5%;
}

[id*='company_financial_'] .table_box table tbody td {
  border-bottom: 1px solid var(--company-color-border);
  border-right: 1px solid var(--company-color-border);
}

[id*='company_financial_'] .table_box table tbody td:last-child {
  border-right: none;
  text-align: right;
  padding-right: 1.875rem;
}

[id*='company_financial_'] .table_box table tbody td.bg_gray {
  background-color: #f5f5f5;
}

[id*='company_financial_settlement_'] .table_box table tbody td.bg_darkgray {
  color: var(--company-color-white);
  background-color: #666;
}

[id*='company_financial_settlement_'] .table_box table tbody td.bg_black {
  background-color: var(--company-color-black);
}

[id*='company_financial_'] .table_box table tbody th.sub-th {
  padding-left: 3.125rem;
}

[id*='company_financial_settlement_'] .table_box table tbody th.sub-th {
  font-weight: 400;
}

[id*='company_financial_settlement_'] .settlement_info_wrap {
  margin-top: 1.25rem;
}

[id*='company_financial_settlement_'] .settlement_info_wrap > p {
  font-weight: 300;
}

[id*='company_financial_settlement_'] .settlement_info {
  margin-top: 2.5rem;
  text-align: center;
}

[id*='company_financial_settlement_'] .settlement_info .date {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
  color: #666;
  padding-bottom: 1.875rem;
}

[id*='company_financial_settlement_'] .settlement_info .company_name {
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 1rem;
}

[id*='company_financial_settlement_'] .settlement_info .ceo_name {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 3.125rem;
}

[id*='company_financial_settlement_'] .settlement_info .disc {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-bottom: 2.5rem;
}

[id*='company_financial_settlement_'] .settlement_info .disc_name {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
}

/* 연혁 */

[id*='company_history_'] .stitle {
  margin-bottom: 2.125rem;
  line-height: 1.3125;
}
#company_history_cont .history_contents {
  display: flex;
  align-items: flex-start;
  position: relative;
}

#company_history_cont .history_contents > * {
  width: 50%;
}

#company_history_cont .history_title {
  position: sticky;
  top: 0;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100vh;
  padding-right: 8.75rem;
  z-index: 1;
  box-sizing: border-box;
}

#company_history_cont .history_title .desc {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-bottom: 3.75rem;
}

#company_history_cont .history_title .img {
  position: relative;
  width: 100%;
  max-width: 35rem;
  aspect-ratio: 7 / 4;
  max-height: 20rem;
  flex-shrink: 0;
  overflow: hidden;
  border: 1px solid var(--company-color-border);
}

#company_history_cont .history_title .history_img_item {
  position: absolute;
  inset: 0;
  background-color: #dedede;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transition: opacity .6s ease, visibility .6s ease;
  z-index: 0;
}

#company_history_cont .history_title .history_img_item.show {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

#company_history_cont .history_list > .history_group {
  margin-bottom: 4.375rem;
}

#company_history_cont .history_list > .history_group:last-child {
  margin-bottom: 0;
}

#company_history_cont .history_list > .history_group > li {
  display: flex;
  align-items: center;
  gap: 4.25rem;
}

#company_history_cont .history_list > .history_group > li + li {
  margin-top: 4.375rem;
}

#company_history_cont .history_list .date {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  color: var(--primary-color);
  min-width: 5.9375rem;
}

#company_history_cont .history_list .text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
}

/* 찾아오시는길 */
[id*='company_directions_'] .stitle {
  margin-bottom: 1.875rem;
}

[id*='company_directions_'] .info_box {
  margin-bottom: 3.75rem;
}

[id*='company_directions_'] .info_box:last-child {
  margin-bottom: 0;
}

[id*='company_directions_'] .info_box .map {
  position: relative;
  width: 100%;
  aspect-ratio: 1400 / 400;
  overflow: hidden;
  margin-bottom: 1.875rem;
  border: 1px solid #ccc;
}

[id*='company_directions_'] .info_box .map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

[id*='company_directions_'] .info_box .info {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

[id*='company_directions_'] .info_box .info p {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}

[id*='company_directions_'] .info_box .info .info_list {
  display: inline-flex;
  align-items: center;
  gap: 1.625rem;
}

[id*='company_directions_'] .info_box .info .info_list li {
  font-size: 1.25rem;
  line-height: normal;
  position: relative;
}

[id*='company_directions_'] .info_box .info .info_list li + li::before {
  content: '';
  display: block;
  width: .125rem;
  height: 1.1875rem;
  background-color: #999;
  position: absolute;
  top: 50%;
  left: -10%;
  transform: translateY(-50%);
}

@media (max-width: 1024px) {
  /* 연혁 */
  #company_history_cont .history_contents {
    flex-direction: column;
  }

  #company_history_cont .history_contents > * {
    width: 100%;
  }

  #company_history_cont .history_title {
    position: static;
    display: block;
    height: auto;
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 2.5rem;
  }

  #company_history_cont .history_list {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .company-sub {
    padding-top: 3.75rem;
    padding-bottom: 6.25rem;
  }

  .sub-hero.sub-hero--company .breadcrumb li + li::before {
    border-bottom: 1px solid var(--company-color-white);
    border-right: 1px solid var(--company-color-white);
  }

  .company-sub .title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }

  .company-sub #company_vision_01 .title {
    margin-bottom: 3.75rem;
  }

  .company-sub #company_history_01 .title {
    margin-bottom: 3.125rem;
  }

  .company-sub [id*='company_financial_'] .title {
    margin-bottom: 0;
  }

  .company-sub [id*='company_ci_'] .title,
  .company-sub [id*='company_directions_'] .title {
    margin-bottom: 3.75rem;
  }

  .company-sub .stitle {
    font-size: 1.625rem;
    margin-bottom: 1.25rem;
  }

  .company-sub [id*='company_financial_settlement_'] .stitle,
  .company-sub [id*='company_directions_'] .stitle {
    margin-bottom: 1.875rem;
  }

  .company-sub #sub-page-menu {
    overflow-x: auto;
    border-top: 1px solid var(--esg-color-gray);
    border-bottom: 1px solid var(--esg-color-gray);
  }

  .company-sub #sub-page-menu .inner {
    padding-left: 0;
    padding-right: 0;
  }

  .company-sub #sub-page-menu ul {
    justify-content: center;
  }

  .company-sub #sub-page-menu ul > li > a {
    font-size: 1.25rem;
  }

  .company-sub #sub-page-menu ul > li:first-child > a {
    padding-left: 1.5rem;
  }

  .company-sub #sub-page-menu ul > li:last-child > a {
    padding-right: 1.5rem;
  }

  .company-sub #sub-page-menu ul > li > a > span {
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem;
  }
  /* 인사말 */
  [id*='company_greetings_'] .row {
    flex-direction: column;
  }
  [id*='company_greetings_'] .photo {
    width: 100%;
    max-width: 100%;
  }
  /* 연혁 */
  [id*='company_history_'] .stitle {
    font-size: 1.625rem;
    line-height: 1.3846;
    margin-bottom: 1.875rem;
  }
  #company_history_cont .history_title {
    margin-bottom: 2.5rem;
  }
  #company_history_cont .history_title .desc {
    font-size: 1.125rem;
    line-height: 1.5556;
    padding-bottom: 3.125rem;
  }
  #company_history_cont .history_list > .history_group {
    margin-bottom: 2rem;
  }
  #company_history_cont .history_list > .history_group > li {
    gap: 0;
    align-items: flex-start;
  }
  #company_history_cont .history_list > .history_group > li + li {
    margin-top: 2rem;
  }
  #company_history_cont .history_list .date,
  #company_history_cont .history_list .text {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  #company_history_cont .history_list .date {
    min-width: 9rem;
  }
  /* 재무정보 */
  [id*='company_financial_'] .table_box .unit {
    margin-bottom: 1.25rem;
  }
  [id*='company_financial_'] .table_box table tbody th {
    padding-left: 1.25rem;
  }
  [id*='company_financial_'] .table_box table thead th:first-child {
    width: 49.07%;
  }
  [id*='company_financial_'] .table_box table thead th:nth-child(2) {
    width: 16.2%;
  }
  [id*='company_financial_'] .table_box table thead th:nth-child(3) {
    width: 34.7%;
  }
  [id*='company_financial_'] .table_box table tbody th.sub-th {
    padding-left: 2.5rem;
  }
  [id*='company_financial_'] .table_box table tbody td:last-child {
    padding-right: 1.25rem;
  }
  [id*='company_financial_settlement_'] .settlement_select_wrap,
  [id*='company_financial_settlement_'] .btn_download {
    flex: 1 1 calc(50% - .3125rem);
    min-width: 0;
  }
  [id*='company_financial_settlement_'] .table_box table thead th:first-child {
    width: 50%;
  }
  [id*='company_financial_settlement_'] .table_box table thead th:nth-child(2) {
    width: 50%;
  }
  [id*='company_financial_settlement_'] .settlement_download {
    margin-bottom: 3.125rem;
  }
  [id*='company_financial_settlement_'] .table_box table tbody th {
    padding-left: 1.875rem;
  }
  [id*='company_financial_settlement_'] .table_box table tbody th.sub-th {
    padding-left: 2.9375rem;
  }
  [id*='company_financial_settlement_'] .table_box table tbody td:last-child {
    padding-right: 1.875rem;
  }
  [id*='company_financial_settlement_'] .settlement_info .date {
    font-size: 1.125rem;
    padding-bottom: 2.8125rem;
  }
  [id*='company_financial_settlement_'] .settlement_info .company_name {
    font-size: 1.625rem;
    padding-bottom: 1.25rem;
  }
  [id*='company_financial_settlement_'] .settlement_info .ceo_name {
    font-size: 1.125rem;
    padding-bottom: 2.5rem;
  }
  [id*='company_financial_settlement_'] .settlement_info .disc {
    width: 90%;
    margin: 0 auto;
    font-size: 1.125rem;
    line-height: 1.5556;
    padding-bottom: 2.25rem;
  }
  [id*='company_financial_settlement_'] .settlement_info .disc_name {
    font-size: 1.125rem;
  }
  [id*='company_financial_settlement_'] .settlement_select_wrap::after {
    border-left: .3125rem solid transparent;
    border-right: .3125rem solid transparent;
    border-top: .3125rem solid var(--company-color-black);
  }
  /* CI */
  [id*='company_ci_'] .row {
    flex-direction: column;
    gap: 3.125rem;
  }
  [id*='company_ci_'] .row .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  [id*='company_ci_'] .row .col .img_box {
    height: 14.25rem;
  }
  [id*='company_ci_'] .row .col .img_box img {
    max-width: 11.625rem;
  }
  #company_ci_signature .h {
    font-size: 1.25rem;
    margin-bottom: 2.125rem;
  }
  [id*='company_ci_'] .btn_group {
    gap: 2rem;
  }
  [id*='company_ci_'] .btn_group .btn {
    width: 50%;
    height: 2.875rem;
  }
  /* 찾아오시는길 */
  [id*='company_directions_'] .info_box .map {
    aspect-ratio: 432 / 400;
  }

  [id*='company_directions_'] .info_box .info {
    flex-direction: column;
    align-items: flex-start;
  }
  [id*='company_directions_'] .info_box .info p {
    font-size: 1.25rem;
  }
  [id*='company_directions_'] .info_box .info .info_list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  [id*='company_directions_'] .info_box .info .info_list li {
    font-size: 1.125rem;
    line-height: 1.5556;
  }
  [id*='company_directions_'] .info_box .info .info_list li + li::before {
    display: none;
  }
  /* [id*='company_directions_'] .info_box .info .info_list li:first-child {
    position: relative;
  }
  [id*='company_directions_'] .info_box .info .info_list li:first-child::after {
    content: '';
    display: block;
    width: .125rem;
    height: 1.0625rem;
    background-color: #999;
    position: absolute;
    top: 50%;
    right: -.625rem;
    transform: translateY(-50%);
  } */
}

@media (max-width: 480px) {
  [id*='company_financial_'] .table_box table thead th,
  [id*='company_financial_'] .table_box table tbody th,
  [id*='company_financial_'] .table_box table tbody td {
    font-size: 3.2vw;
  }
  [id*='company_financial_'] .table_box table tbody th {
    padding-left: 1.125rem;
  }
  [id*='company_financial_'] .table_box table tbody td:last-child {
    padding-right: .8125rem;
  }
  [id*='company_financial_settlement_'] .table_box table tbody th {
    padding-left: 1.625rem;
  }
  [id*='company_financial_settlement_'] .table_box table tbody th.sub-th {
    padding-left: 2.5rem;
  }
  [id*='company_financial_settlement_'] .table_box table tbody td:last-child {
    padding-right: 1.625rem;
  }
}
