@charset "UTF-8";

/* 서브 공통 */
.page-top-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12rem;
  padding: 15rem 0;
  max-height: 53rem;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: var(--line-1);
  border-bottom-right-radius: 30rem;
}

.page-tit-wrap {
  text-align: center;
}

.page-tit-wrap .page-tit {
  font-size: 4rem;
  font-weight: 700;
}

.page-tit-wrap .page-tit:only-child {
  margin-bottom: 0;
}

.page-tit-wrap .desc {
  margin-top: 5rem;
  line-height: 1.5;
  font-size: 4.6rem;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  word-break: keep-all;
}

.page-tit-wrap .desc .br {
  display: block;
}

.sec-tit-wrap {
  margin: 0 auto 12rem;
  max-width: 114rem;
  text-align: center;
}

.sec-tit-wrap .sec-tit {
  margin-bottom: 4rem;
  line-height: 5rem;
  font-size: 4rem;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  color: var(--main-blue);
}

.sec-tit-wrap .sec-tit:only-child {
  margin-bottom: 0;
}

.sec-tit-wrap .sec-desc {
  line-height: 1.9;
  font-size: 2rem;
  word-break: keep-all;
}

.sec-tit-wrap .sec-desc .br {
  display: block;
}

.article-tit {
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 700;
  color: var(--main-blue);
}

.article-tit .fi::before {
  top: 50%;
  font-size: 1.5rem;
  font-weight: 700;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.article-tit>span {
  font-size: 0.866em;
  font-weight: 600;
}

.item-wrap {
  margin: 10rem 0;
}

.item-wrap:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 1366px) {
  .page-top-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10rem 0;
    margin-bottom: 8rem;
  }

  .item-wrap {
    margin: 5rem 0;
  }
}

@media all and (max-width: 1024px) {
  .page-tit-wrap {
    text-align: center;
  }

  .page-tit-wrap .page-tit {
    margin-bottom: 5rem;
    font-size: 3.5rem;
    font-weight: 700;
  }

  .page-tit-wrap .desc {
    font-size: 3rem;
  }

  .sec-tit-wrap {
    margin: 0 auto 5rem;
  }

  .sec-tit-wrap .sec-tit {
    font-size: 3.5rem;
  }

  .item-wrap {
    margin: 5rem 0;
  }

  .article-tit {
    margin-bottom: 1rem;
    font-size: 2.5rem;
  }
}

@media all and (max-width: 1023px) {
  .page-top-box {
    padding: 8rem 0;
    height: auto;
    margin-bottom: 6rem;
    border-bottom-right-radius: 15rem;
  }

  .page-tit-wrap .page-tit {
    margin-bottom: 2.5rem;
  }

  .page-tit-wrap .desc {
    margin-top: 2.5rem;
    font-size: 3rem;
  }

  .sec-tit-wrap {
    margin: 0 auto 5rem;
  }

  .sec-tit-wrap .sec-tit {
    margin-bottom: 2rem;
    font-size: 3rem;
  }

  .sec-tit-wrap .sec-desc {
    padding: 0 5rem;
    font-size: 1.8rem;
  }

  .sec-tit-wrap .sec-desc b {
    margin-bottom: 0.5rem;
  }

  .sec-tit-wrap .sec-desc .br {
    display: inline;
  }
}

@media all and (max-width: 767px) {
  .page-top-box {
    padding: 6rem 0;
    border-bottom-right-radius: 7.5rem;
  }

  .page-tit-wrap .page-tit {
    margin-bottom: 2.5rem;
    font-size: 3rem;
  }

  .page-tit-wrap .desc {
    font-size: 2rem;
  }

  .sec-tit-wrap .sec-desc {
    padding: 0;
  }
}

/* 탭 */
.tab {
  display: flex;
  justify-content: center;
}

.tab li {
  position: relative;
  left: 0;
  top: 0;
  margin: 0 4rem;
  font-size: 3rem;
  font-weight: 700;
}

.tab li a {
  display: inline-block;
  line-height: 4rem;
  padding: 0.8rem 0.8rem 0;
}

.tab li.active {
  color: var(--point-blue);
  border-bottom: 2px solid var(--point-blue);
}

.panel-wrap {
  margin-top: 12rem;
}

/* 카드 스타일*/
.img-card {
  position: relative;
  left: 0;
  top: 0;
  padding: 5rem;
  width: 100%;
  min-height: 46rem;
  border: 1px solid var(--line-1);
}

.img-card .link-tit {
  margin-bottom: 4rem;
  line-height: 1.2;
  font-size: 4rem;
  font-weight: 700;
}

.img-card .link-tit .fi::before {
  font-size: 0.8em;
  font-weight: 100 !important;
  color: var(--fc-gray);
}

.img-card .desc {
  line-height: 1.6;
  color: var(--fc-gray);
}

.img-card .desc p {
  margin-bottom: 2rem;
}

.img-card .desc p .br {
  display: block;
}

@media all and (max-width: 1024px) {
  .tab li {
    font-size: 2.5rem;
  }

  .panel-wrap {
    margin-top: 6rem;
  }

  .img-card .link-tit {
    margin-bottom: 3rem;
    font-size: 3rem;
  }

  .img-card .desc p .br {
    display: inline;
  }
}

@media all and (max-width: 1023px) {
  .tab li {
    margin: 0 2rem;
    font-size: 2rem;
  }

  .panel-wrap {
    margin-top: 5rem;
  }

  .img-card .link-tit {
    margin-bottom: 3rem;
    font-size: 2.5rem;
  }

  .img-card .desc p {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
}

@media all and (max-width: 767px) {
  .tab {
    overflow: hidden;
    overflow-x: scroll;
    justify-content: flex-start;
    padding-bottom: 1rem;
  }

  .tab li {
    margin: 0 2rem;
    white-space: nowrap;
  }

  .panel-wrap {
    margin-top: 4rem;
  }

  .img-card {
    margin: 0;
    height: auto;
  }
}

/* 테이블 */
.table-wrap {
  overflow: hidden;
  overflow-x: auto;
  width: 100%;
}

.table {
  width: 100%;
  text-align: center;
}

.table table {
  width: 100%;
  min-width: 73rem;
  word-break: keep-all;
}

.table table th,
.table table td {
  padding: 2rem;
  vertical-align: middle;
}

.table thead th {
  position: relative;
  left: 0;
  top: 0;
  font-size: 2.2rem;
  color: var(--fc-white);
  background-color: var(--main-blue);
}

.table thead th::after {
  position: absolute;
  right: 0;
  top: 29%;
  content: "";
  width: 1px;
  height: 42%;
  background-color: #fff;
}

.table thead th:last-child::after {
  display: none;
}

.table tbody {
  font-size: 2rem;
}

.table tbody tr:last-child {
  border-bottom: 1px solid var(--line-1);
}

.table .wid-30p {
  width: 33.3333333333%;
}

.table .wid-23p {
  width: 23%;
}

.table .wid-20p {
  width: 20%;
}

.table .wid-17p {
  width: 17%;
}

.table .wid-10p {
  width: 10%;
}

.table .wid-12p {
  width: 12.5%;
}

.table .wid-19p {
  width: 18.75%;
}

.table.type-1 thead th {
  font-size: 1.8rem;
}

.table.type-1 thead th::after {
  display: none;
}

.table.type-1 tbody tr {
  border-bottom: 1px solid var(--line-1);
}

.table.type-1 tbody th {
  font-size: 2rem;
  font-weight: 600;
}

.table.type-1 tbody td {
  line-height: 1.4;
  font-size: 1.8rem;
}

.table.type-1 tbody td:nth-of-type(1) {
  padding: 2rem 5rem;
  text-align: left;
}

.table.type-1 tbody td:last-child {
  color: var(--point-blue);
}

.table.type-3 table {
  min-width: 100rem;
}

.table.type-3 thead th {
  border-right: 1px solid #ddd;
}

.table.type-3 thead th::after {
  display: none;
}

.table.type-3 thead th:last-child {
  border-right: 0 none;
}

.table.type-3 tbody td {
  border-right: 1px solid #ddd;
}

.table.type-3 tbody td:last-child {
  border-right: 0 none;
}

.table .br {
  display: block;
}

.line-table tr:nth-of-type(even) {
  border-width: 1px 0;
  border-style: solid;
  border-color: var(--line-1);
  background-color: #F9FAFB;
}

.board-table {
  margin: 5rem 0;
  width: 100%;
  font-size: 1.8rem;
  border-top: 1px solid var(--line-1);
}

.board-table table {
  width: 100%;
  table-layout: auto;
}

.board-table tr {
  border-bottom: 1px solid var(--line-1);
}

.board-table th,
.board-table td {
  padding: 1.4rem;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
}

.board-table th:first-child,
.board-table td:first-child {
  padding-left: 2.5rem;
  white-space: nowrap;
}

.board-table th:last-child,
.board-table td:last-child {
  padding-left: 1.4rem;
  padding-right: 2.8rem;
  white-space: nowrap;
}

.board-table td:nth-of-type(2) {
  text-align: left;
}

.board-table .link-txt {
  position: relative;
  left: 0;
  top: 0;
  margin-right: 1rem;
  padding-right: 1rem;
}

.board-table .link-txt::after {
  position: absolute;
  right: 0;
  top: 0.3rem;
  width: 1px;
  height: 1.8rem;
  content: "";
  background-color: #555;
}

.board-table .col2 {
  width: 77.5%;
}

.board-table .col3 {
  min-width: 8rem;
}

.board-table a:hover {
  text-decoration: underline;
  text-underline-offset: 0.5rem;
}

@media all and (max-width: 1366px) {
  .table thead th {
    font-size: 2rem;
  }

  .table tbody {
    font-size: 1.8rem;
  }

  .table .br {
    display: inline;
    word-break: keep-all;
  }

  .table .wid-10p {
    width: 7%;
  }
}

@media all and (max-width: 1024px) {

  .table table th,
  .table table td {
    padding: 1.5rem;
  }

  .table thead th {
    position: relative;
    left: 0;
    top: 0;
    font-size: 1.8rem;
  }

  .table tbody {
    font-size: 1.6rem;
  }

  .board-table {
    font-size: 1.6rem;
  }
}

@media all and (max-width: 1023px) {
  .board-table {
    font-size: 1.5rem;
  }
}

@media all and (max-width: 767px) {
  .board-table colgroup {
    display: none;
  }

  .board-table tr {
    display: flex;
    justify-content: flex-start;
  }

  .board-table th,
  .board-table td {
    padding: 1rem !important;
  }

  .board-table th:first-child {
    min-width: 6rem;
  }

  .board-table tbody tr {
    flex-wrap: wrap;
  }

  .board-table tbody .num:first-child {
    min-width: 6rem;
  }

  .board-table tbody .tit {
    width: calc(100% - 7rem);
  }

  .board-table tbody .writer {
    margin-left: 6rem;
  }
}

/* 회사 소개*/
.introduct .tab li {
  padding: 0 1.8rem 0.5rem 0;
}

.introduct .tab li sup {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.533em;
  color: #ddd;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

.introduct .tab li.active sup {
  color: var(--sub-blue);
}

.introduct .img-card .txt-box {
  width: 50%;
  max-width: 70rem;
}

.introduct .img-card .link-tit {
  margin-bottom: 4rem;
  line-height: 1.2;
  font-size: 4rem;
  font-weight: 700;
  word-break: keep-all;
}

.introduct .img-card .link-tit .fi::before {
  font-size: 0.8em;
  font-weight: 100 !important;
  color: #555;
}

.introduct .img-card .desc {
  line-height: 1.6;
  color: #555;
}

.introduct .img-card .desc p {
  margin-bottom: 2rem;
}

.introduct .img-card .desc p .br {
  display: block;
}

.introduct .img-card .img-box {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5rem 5rem 5rem;
  margin-left: 74rem;
  width: 47.5%;
  max-width: 76rem;
  height: 100%;
}

.introduct .img-card .img-box .figure {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}

.introduct .img-card .img-box .figure img {
  height: 100%;
  -o-object-position: center;
  object-position: center;
}

@media all and (max-width: 1024px) {
  .introduct .img-card .link-tit {
    font-size: 3rem;
  }

  .introduct .img-card .desc {
    word-break: keep-all;
  }

  .introduct .img-card .desc p {
    font-size: 1.6rem;
  }

  .introduct .img-card .desc p .br {
    display: inline;
  }
}

@media all and (max-width: 1023px) {
  .introduct .img-card {
    padding: 2.5rem;
  }

  .introduct .img-card .txt-box {
    width: 100%;
    max-width: none;
  }

  .introduct .img-card .link-tit {
    margin-bottom: 2.5rem;
    font-size: 2.5rem;
    word-break: keep-all;
  }

  .introduct .img-card .img-box {
    position: relative;
    margin-left: 0;
    margin-top: 2rem;
    padding: 0;
    width: 100%;
    height: auto;
  }

  .introduct .img-card .img-box .figure {
    width: 100%;
  }

  .introduct .img-card .img-box .figure img {
    width: 100%;
    height: auto;
  }
}

/* 사업장 소개 */
.company .img-card {
  margin: 0 auto;
  max-width: 147.6rem;
}

.company .img-card .img-box {
  position: relative;
  left: 0;
  top: 0;
  left: 0;
  top: 0;
  width: 50%;
  max-width: 64rem;
  height: 46.6rem;
}

.company .img-card .img-box .figure {
  overflow: hidden;
  height: 100%;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}

.company .img-card .img-box .figure img {
  height: 100%;
}

.company .img-card .txt-box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 0;
  padding: 5rem 5rem 5rem 52.168%;
  width: 100%;
  height: 100%;
}

.company .img-card .txt-box .info-list {
  flex: 1 1 0;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.company .img-card .txt-box .info-list dl {
  display: flex;
  justify-content: flex-start;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.company .img-card .txt-box .info-list dl dt {
  width: 12.6rem;
  min-width: 12.6rem;
  color: var(--fc-main);
}

.company .img-card .txt-box .info-list dl dd {
  color: var(--fc-gray);
  word-break: keep-all;
}

.company .img-card .txt-box .info-list dl dd p {
  display: flex;
  justify-content: flex-start;
}

.company .img-card .txt-box .info-list dl dd p span {
  display: block;
}

.company .img-card .txt-box .info-list dl dd p span:first-child {
  min-width: 4rem;
}

.company .img-card .txt-box .hover-box {
  display: flex;
  justify-content: flex-start;
  border: 1px solid var(--line-1);
}

.company .img-card .txt-box .hover-box li {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 2rem 0.2rem;
  line-height: 1.6;
  border-right: 1px solid var(--line-1);
  font-size: 1.5rem;
}

.company .img-card .txt-box .hover-box li:last-child {
  border-right: 0 none;
}

.company .img-card .txt-box .hover-box li:nth-of-type(1) {
  width: 41%;
}

.company .img-card .txt-box .hover-box li:nth-of-type(2),
.company .img-card .txt-box .hover-box li:nth-of-type(3) {
  flex: 1 1 0;
}

.company .img-card .txt-box .hover-box li span:last-child,
.company .img-card .txt-box .hover-box li a {
  display: inline-block;
}

.company .img-card .txt-box .hover-box li:first-child:hover {
  font-weight: 600;
  color: var(--point-blue);
}

.company .panel-1 .img-card {
  height: 69.6rem;
}

.company .panel-1 .img-card .txt-box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 0;
  padding: 5rem 5rem 5rem 52.168%;
  width: 100%;
  height: 100%;
}

.company .panel-2 .img-card {
  max-width: 155.4rem;
  height: 80.8rem;
}

.company .panel-2 .img-card .txt-box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 0;
  padding: 5rem 5rem 5rem 49.87%;
  width: 100%;
  height: 100%;
}

.company .panel-3 .img-card {
  max-width: 149.7rem;
  height: 62.6rem;
}

.company .panel-3 .img-card .txt-box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 0;
  padding: 5rem 5rem 5rem 51.43%;
  width: 100%;
  height: 100%;
}

.company .panel-3 .thumbnail {
  width: 68%;
}

.company .slider-wrap {
  margin: 12rem auto;
  width: 100%;
  max-width: 103rem;
}

.company .slider-wrap .swiper-button-next {
  right: -8rem;
  width: 4rem;
  height: 8.7rem;
}

.company .slider-wrap .swiper-button-next img {
  width: 100%;
}

.company .slider-wrap .swiper-button-prev {
  left: -8rem;
  width: 4rem;
  height: 8.7rem;
}

.company .slider-wrap .swiper-button-prev img {
  width: 100%;
}

.company .slider-container {
  overflow: hidden;
  margin-bottom: 2rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}

.company .swiper-pagination {
  display: none;
}

.company .thumbnail .swiper-slide {
  opacity: 0.5;
  font-size: 0;
  overflow: hidden;
  border-radius: 2rem;
  cursor: pointer;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}

.company .thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid var(--point-blue);
}

@media all and (max-width: 1366px) {

  .company .panel-1 .img-card .txt-box,
  .company .panel-2 .img-card .txt-box,
  .company .panel-3 .img-card .txt-box {
    padding: 2.5rem 2.5rem 2.5rem 52%;
  }

  .company .slider-wrap {
    width: 80%;
  }

  .company .slider-wrap .swiper-button-next {
    right: -4rem;
    width: 2rem;
    height: 7rem;
  }

  .company .slider-wrap .swiper-button-prev {
    left: -4rem;
    width: 2rem;
    height: 7rem;
  }
}

@media all and (max-width: 1024px) {
  .company .img-card {
    padding: 2.5rem;
  }

  .company .img-card .txt-box .info-list dl {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }

  .company .img-card .txt-box .hover-box {
    flex-direction: column;
    font-size: 1.4rem;
  }

  .company .img-card .txt-box .hover-box li {
    justify-content: flex-start;
    padding: 0.5rem;
    width: 100% !important;
    border-right: 0 none;
  }

  .company .img-card .txt-box .hover-box li span:first-child {
    display: inline-block;
    width: 8rem;
    text-align: center;
  }

  .company .panel-1 .img-card {
    height: auto;
  }

  .company .panel-3 .img-card {
    height: auto;
  }
}

@media all and (max-width: 1023px) {

  .company .panel-1 .img-card,
  .company .panel-2 .img-card,
  .company .panel-3 .img-card {
    height: auto;
  }

  .company .panel-1 .img-card .img-box,
  .company .panel-2 .img-card .img-box,
  .company .panel-3 .img-card .img-box {
    width: 100%;
    height: 30rem;
    max-width: none;
  }

  .company .panel-1 .img-card .img-box .figure,
  .company .panel-2 .img-card .img-box .figure,
  .company .panel-3 .img-card .img-box .figure {
    width: none;
    height: 100%;
  }

  .company .panel-1 .img-card .img-box .figure img,
  .company .panel-2 .img-card .img-box .figure img,
  .company .panel-3 .img-card .img-box .figure img {
    height: auto;
  }

  .company .panel-1 .img-card .txt-box,
  .company .panel-2 .img-card .txt-box,
  .company .panel-3 .img-card .txt-box {
    position: relative;
    padding: 2.5rem 2.5rem 0 2.5rem;
    width: 100%;
  }

  .company .slider-wrap {
    margin: 6rem auto;
  }
}

@media all and (max-width: 767px) {

  .company .panel-1 .img-card .img-box,
  .company .panel-2 .img-card .img-box,
  .company .panel-3 .img-card .img-box {
    height: auto;
  }

  .company .panel-1 .img-card .txt-box,
  .company .panel-2 .img-card .txt-box,
  .company .panel-3 .img-card .txt-box {
    position: relative;
    padding: 2.5rem 0 0;
    width: 100%;
  }

  .company .panel-1 .img-card .txt-box .info-list,
  .company .panel-2 .img-card .txt-box .info-list,
  .company .panel-3 .img-card .txt-box .info-list {
    margin-bottom: 3rem;
  }

  .company .panel-1 .img-card .txt-box .info-list dl,
  .company .panel-2 .img-card .txt-box .info-list dl,
  .company .panel-3 .img-card .txt-box .info-list dl {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    font-size: 1.7rem;
  }

  .company .panel-1 .img-card .txt-box .info-list dl dt,
  .company .panel-2 .img-card .txt-box .info-list dl dt,
  .company .panel-3 .img-card .txt-box .info-list dl dt {
    margin: 1rem 0 0.5rem;
  }

  .company .slider-wrap {
    margin: 6rem auto;
    width: 100%;
  }

  .company .slider-wrap .swiper-button-next {
    display: none;
  }

  .company .swiper-button-prev {
    display: none;
  }

  .slider-container {
    margin-bottom: 1rem;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
  }

  .thumbnail .swiper-slide {
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
  }
}

/* 연혁 */
.history .section {
  padding-bottom: 0;
}

.history-wrap {
  margin-top: 0;
  padding: 12rem 0 15rem;
}

.history-wrap::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 45.83%;
  height: 100%;
  content: "";
  background-color: #F5F5F5;
}

.history-wrap .his-card {
  display: flex;
  justify-content: space-between;
  margin: 15rem auto;
  width: 80%;
  max-width: 86.4rem;
  height: 60rem;
}

.history-wrap .his-card:first-child {
  margin-top: 5rem;
  height: 40rem;
}

.history-wrap .his-card:last-child {
  margin-bottom: 0;
}

.history-wrap .left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
  text-align: center;
}

.history-wrap .left .year-tit {
  margin-bottom: 5rem;
  font-size: 4rem;
  font-weight: 900;
  color: var(--point-blue);
}

.history-wrap .left .year-txt {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  display: block;
  width: 26rem;
}

.history-wrap .left .figure {
  overflow: hidden;
  width: 26rem;
  height: 18rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}

.history-wrap .right {
  overflow: hidden;
  overflow-y: auto;
  width: 40.5rem;
  height: 100%;
}

.history-wrap .right li {
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 9rem;
  padding: 4rem 0;
  line-height: 1.5;
  text-align: center;
  font-size: 2rem;
  color: var(--fc-gray);
}

.history-wrap .right li .year {
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-size: 1.5em;
  color: var(--fc-main);
}

.history-wrap .right li p {
  margin-bottom: 1rem;
}

.history-wrap .right li:first-child {
  padding-top: 0;
}

.history-wrap .right li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.history-wrap .right li:last-child::after {
  width: 0;
  height: 0;
}

.history-wrap .right li::after {
  position: absolute;
  left: calc(50% - 0.5rem);
  top: 100%;
  width: 1px;
  height: 10rem;
  content: "";
  border-left: 1px dotted var(--sub-blue);
}

.history-wrap .right li.active .year {
  color: var(--point-blue);
  font-weight: 800;
}

.history-wrap .right::-webkit-scrollbar {
  width: 0;
  height: 0;
}

@media all and (max-width: 1024px) {
  .history-wrap::before {
    width: 40%;
  }

  .history-wrap .left .year-tit {
    font-size: 3rem;
  }

  .history-wrap .right li {
    font-size: 1.8rem;
  }
}

@media all and (max-width: 1023px) {
  .history-wrap::before {
    width: 40%;
  }

  .history-wrap .left .year-tit {
    font-size: 2.5rem;
  }

  .history-wrap .left .figure {
    width: 17rem;
  }

  .history-wrap .right {
    width: 35rem;
    word-break: keep-all;
  }
}

@media all and (max-width: 767px) {
  .history-wrap {
    padding: 5rem 0;
  }

  .history-wrap::before {
    width: 40%;
  }

  .history-wrap .his-card {
    margin: 5rem auto;
  }

  .history-wrap .his-card:first-child {
    margin-top: 5rem;
  }

  .history-wrap .left .year-tit {
    font-size: 2rem;
  }

  .history-wrap .left .figure {
    width: 12rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }

  .history-wrap .right {
    width: 20rem;
  }

  .history-wrap .right li {
    margin-bottom: 5rem;
    font-size: 1.5rem;
  }

  .history-wrap .right li::after {
    height: 6rem;
  }
}

/* 문의 */
.map-list {
  margin: 0 auto;
  max-width: 126rem;
}

.map-list .map {
  margin-bottom: 5rem;
}

.map-list .map.open .map-body {
  display: block;
}

.map-list .map-header {
  position: relative;
  left: 0;
  top: 0;
  display: inline-block;
  margin-bottom: 5rem;
  padding: 0 4rem 0 0.8rem;
  line-height: 1.5;
  text-align: left;
  font-size: 2.6rem;
  border-bottom: 1px solid #000;
}

.map-list .map-header .map-btn {
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.map-list .map-header .fi::before {
  font-size: 1.7rem;
}

.map-list .map-body {
  display: none;
  transform-origin: center top;
}

.map-list .map-body .address {
  display: flex;
  justify-content: flex-start;
  font-size: 2.6rem;
}

.map-list .map-body .address dt {
  margin-right: 2.6rem;
}

.map-list .map-body .address dd {
  color: var(--fc-gray);
}

.map-list .map-img {
  margin: 5rem 0;
  width: 100%;
  max-height: 56rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}

.map-list .info-list {
  display: flex;
  justify-content: flex-start;
  border: 1px solid var(--line-1);
}

.map-list .info-list li {
  padding: 4.5rem 1rem;
  width: 33.3333333333%;
  text-align: center;
  font-size: 2rem;
}

.map-list .info-list li:not(:last-child) {
  border-right: 1px solid var(--line-1);
}

.map-list .info-list li .figure {
  opacity: 0.3;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 3rem;
  width: 4.8rem;
  height: 4.8rem;
}

.map-list .info-list li .figure img {
  width: 100%;
  -o-object-position: center center;
  object-position: center center;
}

.map-list .info-list li b {
  margin-right: 1.5rem;
  color: var(--fc-main);
}

.map-list .info-list li span {
  color: var(--fc-gray);
}

.map-list .info-list li:hover * {
  color: var(--point-blue);
  font-weight: 600;
}

.map-list .info-list li:hover .figure {
  opacity: 1;
}

@media all and (max-width: 1024px) {
  .map-list .map-header {
    margin-bottom: 2.5rem;
  }

  .map-list .map-body .address {
    font-size: 2.3rem;
  }

  .map-list .map-img {
    margin: 2.5rem 0 17rem;
  }
}

@media all and (max-width: 1023px) {
  .map-list .map-header {
    font-size: 2rem;
  }

  .map-list .info-list li {
    padding: 2rem 1rem;
    line-height: 1.5;
    font-size: 1.6rem;
  }

  .map-list .info-list li .figure {
    margin-bottom: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }

  .map-list .info-list li b {
    display: block;
  }
}

@media all and (max-width: 767px) {
  .map-list .map-body .address {
    font-size: 1.8rem;
  }

  .map-list .info-list {
    flex-direction: column;
  }

  .map-list .info-list li {
    width: 100%;
  }

  .map-list .info-list li b {
    margin-right: 0;
  }

  .map-list .info-list li:not(:last-child) {
    border-bottom: 1px solid var(--line-1);
    border-right: 0 none;
  }
}

/* 주요사업 */
.visual.sub-2 .visual-txt-wrap {
  display: flex;
  justify-content: space-between;
  left: 50%;
  top: 53%;
  word-break: keep-all;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.visual.sub-2 .visual-txt-wrap .visual-txt {
  width: 51.125%;
  max-width: 81.8rem;
  line-height: 1.5;
  text-align: left;
  font-size: 3.6rem;
}

.visual.sub-2 .visual-txt-wrap .visual-txt .big-txt {
  font-size: 1em;
  font-weight: 800;
}

.visual.sub-2 .visual-txt-wrap .visual-txt .sm-txt {
  font-size: 0.45em;
  font-weight: 400;
}

.visual.sub-2 .visual-txt-wrap .visual-txt .sm-txt:last-child {
  font-size: 0.5em;
  font-weight: 600;
}

.visual.sub-2 .visual-txt-wrap .visual-nav {
  line-height: 1.7;
  text-align: right;
  font-size: 4rem;
}

.visual.sub-2 .visual-txt-wrap .visual-nav li {
  opacity: 0.5;
}

.visual.sub-2 .visual-txt-wrap .visual-nav li.active {
  opacity: 1;
  padding-right: 2rem;
  position: relative;
}

.visual.sub-2 .visual-txt-wrap .visual-nav li.active .big-txt {
  font-size: 1em;
}

.visual.sub-2 .visual-txt-wrap .visual-nav li.active .sm-txt {
  font-size: 0.8em;
}

.visual.sub-2 .visual-txt-wrap .visual-nav li.active::before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 1rem;
  right: 0.2rem;
  background: #0757A6;
}

.visual.sub-2 .visual-txt-wrap .visual-nav .big-txt {
  margin-right: 1.2rem;
  font-size: 0.75em;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}

.visual.sub-2 .visual-txt-wrap .visual-nav .sm-txt {
  font-size: 0.55em;
  font-weight: 400;
}

.business .section {
  position: relative;
  left: 0;
  top: 0;
  margin: 10rem 0 0;
}

.business .section:last-child {
  padding-bottom: 0;
}

.business .section:last-child .grid-box {
  padding-bottom: 19rem;
}

.business .sec-tit-wrap {
  margin: 0 auto 10rem;
}

.anchor-wrap {
  z-index: 10;
  position: absolute;
  top: 8rem;
  width: 100%;
  max-width: 50rem;
  color: var(--main-blue);
  font-size: 2rem;
  list-style: 1.7;
}

.anchor-wrap.fixed {
  position: fixed;
  top: 8rem;
}

.anchor-wrap .anchor li {
  position: relative;
  left: 0;
  top: 0;
  padding-left: 2rem;
  margin-bottom: 2rem;
  font-size: 1em;
  font-weight: 300;
}

.anchor-wrap .anchor li.active {
  margin: 4rem 0;
  font-size: 1.5em;
  font-weight: 800;
}

.anchor-wrap .anchor li.active:first-child {
  margin-top: 0;
}

.anchor-wrap .anchor li.active::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 0.4rem;
  height: 100%;
  background-color: var(--main-blue);
}

.anchor-wrap.type-2 .depth-1 {
  position: relative;
  left: 0;
  top: 0;
  padding-left: 2rem;
  margin-bottom: 2rem;
  font-size: 1.5em;
  font-weight: 800;
}

.anchor-wrap.type-2 .depth-1::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 0.4rem;
  height: 100%;
  background-color: var(--main-blue);
}

.anchor-wrap.type-2 .anchor {
  display: none;
}

.full-img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10rem 0;
  font-size: 0;
}

.full-img-wrap .figure {
  margin: 0 2rem;
}

.inner-full {
  position: relative;
  left: 0;
  top: 0;
  background-color: #F9FAFB;
}

.inner-full::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 8rem;
  background-color: #fff;
  content: "";
}

.grid-box {
  display: grid;
  gap: 4rem;
  position: relative;
  left: 0;
  top: 0;
  justify-content: center;
  padding-bottom: 14rem;
  width: 100%;
  line-height: 1.8;
  word-break: keep-all;
}

.grid-box.col-1 {
  margin: 0 auto;
  grid-template-columns: repeat(1, minmax(auto, 37rem));
}

.grid-box.col-1-w {
  margin: 0 auto;
  grid-template-columns: repeat(1, minmax(auto, 56rem));
}

.grid-box.col-2 {
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(auto, 37rem));
}

.grid-box.col-3 {
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(auto, 37rem));
}

.grid-box.col-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-box .figure {
  margin-bottom: 1rem;
}

.grid-box .item-tit {
  padding-left: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  color: var(--main-blue);
}

.grid-box .info-list {
  padding-left: 1rem;
}

.grid-box .info-list li {
  color: #333;
  font-weight: 300;
}

.grid-box .info-list li span {
  color: #13396B;
  font-size: 1.2rem;
  font-weight: 600;
}

.grid-box .desc {
  padding-left: 1rem;
  font-weight: 300;
  color: var(--fc-sub);
}

.grid-box .desc .fi::before {
  margin: 0;
  width: 0.5em;
  font-size: 1.4rem;
  color: #13396B;
}

.grid-box .desc.point {
  font-weight: 500;
}

.grid-box .desc-colum {
  display: flex;
  justify-content: space-between;
}

@media all and (max-width: 1366px) {
  .visual.sub-2 .visual-txt-wrap .visual-nav {
    font-size: 3.6rem;
  }

  .visual.sub-2-1 {
    height: 90rem;
  }

  .visual.sub-2-2 {
    height: 70rem;
  }

  .visual.sub-2-3 {
    height: 70rem;
  }

  .visual.sub-2-3 .visual-txt-wrap p {
    margin-bottom: 1.5rem;
  }

  .visual.sub-2-4 {
    height: 65rem;
  }

  .full-img-wrap {
    padding: 0 15%;
  }

  .full-img-wrap .figure {
    margin: 0 1rem;
  }

  .grid-box {
    gap: 1rem;
  }

  .grid-box.col-1 {
    margin: 0 auto;
    grid-template-columns: repeat(1, minmax(auto, 28.5rem));
  }

  .grid-box.col-1-w {
    margin: 0 auto;
    grid-template-columns: repeat(1, minmax(auto, 56rem));
  }

  .grid-box.col-2 {
    margin: 0 auto;
    grid-template-columns: repeat(2, minmax(auto, 28.5rem));
  }

  .grid-box.col-3 {
    margin: 0 auto;
    grid-template-columns: repeat(3, minmax(auto, 28.5rem));
  }
}

@media all and (max-width: 1024px) {
  .visual.sub-2 {
    border-bottom-right-radius: 20rem;
  }

  .visual.sub-2 .visual-txt-wrap .visual-nav {
    font-size: 3.2rem;
  }

  .visual.sub-2 .visual-txt-wrap .visual-nav li {
    line-height: 1.5;
  }

  .visual.sub-2-1 {
    height: 70rem;
  }

  .visual.sub-2-2 {
    height: 55rem;
  }

  .visual.sub-2-4 {
    height: 55rem;
  }

  .visual.sub-2 .visual-txt-wrap .visual-txt {
    font-size: 3rem;
  }

  .visual.sub-2 .visual-txt-wrap .visual-txt .big-txt {
    margin-bottom: 2.5rem;
  }

  .visual.sub-2 .visual-txt-wrap .visual-txt .sm-txt {
    margin-bottom: 2.5rem;
  }

  .anchor-wrap {
    font-size: 1.7rem;
  }

  .anchor-wrap.fixed {
    top: 4rem;
  }

  .anchor-wrap .anchor li {
    margin-bottom: 1.5rem;
  }

  .anchor-wrap .anchor li.active {
    margin: 2rem 0;
  }

  .grid-box {
    font-size: 1.5rem;
  }

  .grid-box.col-4 {
    grid-template-columns: repeat(3, minmax(auto, 28.5rem));
  }
}

@media all and (max-width: 1023px) {
  .visual.sub-2 .visual-txt-wrap .visual-txt {
    flex: 1 1 0;
  }

  .visual.sub-2 .visual-nav {
    display: none;
  }

  .visual.sub-2-1 {
    height: 60rem;
  }

  .business .section:last-child .grid-box:last-child {
    padding-bottom: 10rem;
  }

  .business .sec-tit-wrap {
    margin: 0 auto 5rem;
  }

  .full-img-wrap {
    margin: 5rem 0;
  }

  .anchor-wrap {
    font-size: 1.5rem;
  }

  .anchor-wrap .anchor li {
    margin-bottom: 1.8rem;
  }

  .grid-box {
    padding-bottom: 9rem;
  }

  .grid-box.col-2 {
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-box.col-3 {
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-box.col-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-box .figure {
    margin-bottom: 1rem;
  }
}

@media all and (max-width: 767px) {
  .visual.sub-2 {
    border-bottom-right-radius: 10rem;
  }

  .visual.sub-2-1 {
    height: 80rem;
  }

  .full-img-wrap {
    padding: 0;
  }

  .grid-box.col-1,
  .grid-box.col-2,
  .grid-box.col-3,
  .grid-box.col-4 {
    grid-template-columns: repeat(1, minmax(auto, 35rem));
  }
}

/* 지속가능 경영 */
.tab.anchor {
  margin: 10rem auto;
}

.card-list .txt-row-card {
  margin: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.card-list .txt-row-card .tit-wrap {
  max-width: 40.7rem;
}

.card-list .txt-row-card:nth-of-type(1) {
  margin-top: 1rem;
  border-top: 1px solid var(--line-1);
}

.card-list .txt-row-card:nth-of-type(even) {
  border-width: 1px 0;
  border-style: solid;
  border-color: var(--line-1);
}

.num-list {
  padding: 0 2rem;
  text-align: left;
  counter-reset: num;
}

.num-list .item {
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 1rem;
  padding-left: 2.5rem;
}

.num-list .item::before {
  position: absolute;
  left: 0;
  counter-increment: num;
  content: counter(num) ")";
}

.num-list .item:last-child {
  margin-bottom: 0;
}

.icon-card {
  display: flex;
  justify-content: flex-start;
  margin: 5rem 0;
  width: 100%;
  max-width: 89.5rem;
}

.icon-card:first-child {
  margin-top: 4rem;
}

.icon-card .figure {
  margin-right: 5rem;
  width: 27%;
  max-width: 22.5rem;
}

.icon-card .card-tit {
  margin-bottom: 2rem;
  font-size: 2.6rem;
  color: var(--main-blue);
}

.icon-card .card-tit~p {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 1rem 0;
  padding: 0.5rem 2rem 0.5rem 2rem;
  background-color: #F9FAFB;
  font-size: 2rem;
  width: 61.1rem;
}

.icon-card .card-tit~p:last-child {
  padding: 1rem 2rem 1rem 2rem;
  color: var(--fc-white);
  background-color: var(--point-blue);
}

.column-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
  margin: 4rem 0;
}

.column-box .item dt {
  text-align: center;
  padding: 0.85rem 1rem;
  font-size: 2.4rem;
  background-color: #F9FAFB;
}

.column-box .item .big-txt {
  font-size: 2.6rem;
  font-weight: 600;
  color: var(--main-blue);
}

.column-box .item dd {
  padding: 2rem 2rem 0;
  font-size: 2rem;
}

.column-box .item dd p {
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 2rem;
  padding-left: 2rem;
}

.column-box .item dd p:last-child {
  margin-bottom: 0;
}

.column-box .item dd p::before {
  position: absolute;
  left: 0;
  content: "\f105";
  font-family: "fontello";
}

.column-box.box-2 .item dt {
  padding: 1rem 1rem;
}

.column-box.box-2 .item .big-txt {
  color: var(--fc-main);
}

.column-box.box-2 .item .sm-txt {
  font-size: 2rem;
  color: var(--fc-gray);
}

.full-txt-box {
  padding: 2rem;
  text-align: center;
  max-height: 7.6rem;
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--fc-white);
}

.esg .section,
.environmental .section,
.social .section,
.governance .section,
.kems .section {
  margin: 10rem 0;
  padding: 0;
}

.esg .section:last-child,
.environmental .section:last-child,
.social .section:last-child,
.governance .section:last-child,
.kems .section:last-child {
  padding-bottom: 5rem;
}

.esg .sec-tit-wrap,
.environmental .sec-tit-wrap,
.social .sec-tit-wrap,
.governance .sec-tit-wrap,
.kems .sec-tit-wrap {
  margin-bottom: 10rem;
  font-size: 4.6rem;
}

.esg .sec-tit-wrap .sec-tit,
.environmental .sec-tit-wrap .sec-tit,
.social .sec-tit-wrap .sec-tit,
.governance .sec-tit-wrap .sec-tit,
.kems .sec-tit-wrap .sec-tit {
  font-size: 1em;
  color: var(--fc-main);
}

.esg .sec-tit-wrap .sec-desc,
.environmental .sec-tit-wrap .sec-desc,
.social .sec-tit-wrap .sec-desc,
.governance .sec-tit-wrap .sec-desc,
.kems .sec-tit-wrap .sec-desc {
  font-size: 0.565em;
}

.esg .panel,
.environmental .panel,
.social .panel,
.governance .panel,
.kems .panel {
  margin: 0 auto;
  width: 100%;
  max-width: 118.7rem;
}

.txt-col-card {
  padding: 4rem 2rem;
  width: 100%;
  text-align: center;
  color: var(--fc-white);
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

.txt-col-card .tit {
  font-size: 3rem;
  font-weight: 700;
}

.txt-col-card .desc {
  font-size: 2rem;
  font-weight: 300;
}

.txt-col-card .desc .br {
  display: block;
}

.txt-col-card.over-tit {
  margin-top: 16rem;
  position: relative;
  left: 0;
  top: 0;
}

.txt-col-card.over-tit .tit {
  position: absolute;
  left: 50%;
  top: -12rem;
  width: 90%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.txt-row-card {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 2rem 0;
  padding: 4rem 2rem;
  width: 100%;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

.txt-row-card .tit-wrap {
  position: relative;
  left: 0;
  top: 0;
  width: 45%;
  max-width: 40.6rem;
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--main-blue);
}

.txt-row-card .tit-wrap::after {
  position: absolute;
  right: 4rem;
  top: 50%;
  width: 8rem;
  height: 2rem;
  content: "";
  background: url("../img/sub/sub-3/line-2.png") center/contain no-repeat;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.txt-row-card .tit-wrap .tit {
  font-size: 0.9em;
}

.txt-row-card .tit-wrap .tit .fi::before {
  margin: 0 1rem 0 0;
  width: 0.9rem;
  font-size: 0.8em;
}

.txt-row-card .tit-wrap .tit+p {
  padding-left: 2rem;
  font-size: 0.77em;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  letter-spacing: -0.05rem;
  color: #000;
}

.txt-row-card .tit-wrap .desc {
  font-size: 0.77em;
}

.txt-row-card .desc {
  width: 100%;
  font-size: 2rem;
}

.txt-row-card .desc .br {
  display: block;
}

.txt-row-card.type-2 {
  padding: 4rem;
  padding: 4rem;
  color: var(--fc-white);
}

.txt-row-card.type-2 .tit-wrap {
  max-width: 27rem;
  color: var(--fc-white);
}

.txt-row-card.type-2 .tit-wrap::after {
  background-image: url("../img/sub/sub-3/line-1.png");
}

.txt-row-card.long .tit-wrap::after {
  left: 26rem;
}

.list-wrap {
  padding: 4rem;
}

.list-wrap li {
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

.list-wrap li:last-child {
  margin-bottom: 0;
}

.list-wrap li .item-tit {
  margin-bottom: 0.5rem;
}

.col-icon-box.col-3 {
  display: flex;
  justify-content: flex-start;
}

.col-icon-box.col-3 .item {
  margin-right: 5rem;
  width: 33.3333333333%;
  max-width: 27.3rem;
  text-align: center;
  font-size: 1.8rem;
  word-break: keep-all;
}

.col-icon-box.col-3 .item:last-child {
  margin-right: 0;
}

.col-icon-box.col-3 .item .figure {
  margin-bottom: 2rem;
}

.esg .txt-row-card .tit-wrap .tit,
.social .txt-row-card .tit-wrap .tit,
.governance .txt-row-card .tit-wrap .tit {
  display: flex;
}

.esg .article-tit {
  display: flex;
}

.esg .desc,
.governance .desc {
  width: 100%;
}

.environmental .sec-2 .txt-row-card {
  margin-bottom: 0;
}

.environmental .sec-2 .txt-row-card:last-child .tit-wrap {
  max-width: 15rem;
  color: var(--main-blue);
}

.environmental .sec-2 .txt-row-card:last-child .tit-wrap::after {
  display: none;
}

.systems .txt-row-card .desc {
  width: 60%;
}

.social .sec-1 .panel-1 .txt-row-card .tit-wrap {
  max-width: 32.7rem;
}

.social .sec-1 .panel-1 .txt-row-card:last-child .tit-wrap {
  max-width: 20rem;
  color: var(--main-blue);
}

.social .sec-1 .panel-1 .txt-row-card:last-child .desc {
  position: relative;
  left: 0;
  top: 0;
  padding: 0 4rem;
}

.social .sec-1 .panel-1 .txt-row-card:last-child .desc::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  content: "";
  border-left: 0.2rem dotted var(--main-blue);
}

.social .sec-1 .panel-1 .txt-row-card:last-child .figure {
  margin: 0 auto;
  max-width: 86rem;
}

.social .card-list .txt-row-card .tit-wrap {
  width: 47%;
}

.social .card-list .txt-row-card .tit-wrap::after {
  right: 3rem;
}

.governance .panel {
  max-width: 111.4rem;
}

.governance .panel .card-list .txt-row-card .tit-wrap {
  width: 55%;
}

@media all and (max-width: 1366px) {
  .tab.anchor {
    margin: 8rem auto;
  }

  .txt-row-card {
    padding: 3rem 2rem;
  }

  .esg .section,
  .environmental .section,
  .social .section,
  .governance .section,
  .kems .section {
    margin: 8rem 0;
  }

  .esg .sec-tit-wrap,
  .environmental .sec-tit-wrap,
  .social .sec-tit-wrap,
  .governance .sec-tit-wrap,
  .kems .sec-tit-wrap {
    margin-bottom: 5rem;
    font-size: 4rem;
  }
}

@media all and (max-width: 1024px) {
  .tab.anchor {
    margin: 7rem auto;
  }

  .txt-row-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .txt-row-card .tit {
    margin-bottom: 1rem;
    width: 100%;
    font-size: 2rem;
  }

  .txt-row-card .desc {
    padding-left: 2rem;
    word-break: keep-all;
  }

  .txt-row-card .desc .br {
    display: inline;
  }

  .txt-col-card {
    padding: 2rem;
  }

  .txt-col-card .desc {
    font-size: 1.8rem;
  }

  .card-list .txt-row-card .tit-wrap::after {
    top: 25%;
  }

  .column-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    margin: 2.5rem 0;
  }

  .column-box .item dt {
    font-size: 2rem;
  }

  .column-box .item .big-txt {
    font-size: 2.2rem;
  }

  .column-box .item dd {
    font-size: 1.8rem;
  }

  .column-box .item dd p {
    margin-bottom: 1rem;
  }

  .column-box.box-2 .sm-txt {
    font-size: 1.8rem;
  }

  .num-list {
    padding: 0 1rem;
  }

  .esg .sec-tit-wrap,
  .environmental .sec-tit-wrap,
  .social .sec-tit-wrap,
  .governance .sec-tit-wrap,
  .kems .sec-tit-wrap {
    font-size: 3.5rem;
  }
}

@media all and (max-width: 1023px) {
  .txt-col-card.over-tit {
    margin-top: 15rem;
  }

  .txt-col-card .desc {
    font-size: 1.8rem;
  }

  .txt-row-card.type-2 {
    padding: 2rem;
  }

  .txt-row-card.type-2 .desc {
    padding-left: 0;
  }

  .txt-row-card .tit-wrap {
    margin-bottom: 0.5rem;
    width: 100%;
    font-size: 2.3rem;
  }

  .txt-row-card .desc {
    padding-left: 2rem;
    font-size: 1.8rem;
  }

  .col-icon-box.col-3 .item {
    margin-right: 2.5rem;
    font-size: 1.4rem;
  }

  .col-icon-box.col-3 .item .figure {
    margin: 2rem auto;
    width: 80%;
  }

  .icon-card {
    word-break: keep-all;
  }

  .icon-card .figure {
    margin-right: 2.55rem;
  }

  .icon-card .card-tit {
    font-size: 2.3rem;
  }

  .icon-card .card-tit~p {
    font-size: 1.8rem;
  }

  .column-box {
    gap: 1.5rem;
    margin: 1.5rem 0;
  }

  .column-box .item dd {
    padding: 1rem 1rem 0;
    word-break: keep-all;
  }

  .esg .section,
  .environmental .section,
  .social .section,
  .governance .section,
  .kems .section {
    margin: 5rem 0;
  }

  .esg .sec-tit-wrap,
  .environmental .sec-tit-wrap,
  .social .sec-tit-wrap,
  .governance .sec-tit-wrap,
  .kems .sec-tit-wrap {
    font-size: 3rem;
  }

  .social .txt-row-card.type-2 .desc {
    padding-left: 0;
  }

  .social .txt-row-card.type-2 .desc::after {
    display: none;
  }

  .txt-row-card .tit-wrap::after {
    display: none;
  }

  .esg .desc {
    width: 100%;
  }
}

@media all and (max-width: 767px) {
  .tab.anchor {
    margin: 5rem auto;
  }

  .icon-card {
    flex-direction: column;
    align-items: center;
  }

  .icon-card .figure {
    margin-bottom: 1.5rem;
  }

  .icon-card .txt-box {
    width: 100%;
  }

  .icon-card .txt-box .card-tit {
    font-size: 2rem;
  }

  .icon-card .txt-box .card-tit~p {
    font-size: 1.5rem;
    width: 100%;
  }

  .col-icon-box.col-3 .item {
    margin-right: 1rem;
    font-size: 1.3rem;
  }

  .col-icon-box.col-3 .item .figure {
    margin: 2rem auto;
    width: 80%;
  }

  .column-box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
    margin: 2.5rem 0;
  }

  .social .sec-1 .panel-1 .txt-row-card:last-child .desc {
    margin-top: 2rem;
    padding: 0;
  }

  .governance .txt-col-card.over-tit {
    margin-top: 19rem;
  }

  .governance .txt-col-card.over-tit .tit {
    top: -16rem;
  }
}

/* 인재채용 */
.circle {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.talent .page-tit-wrap .desc span:last-child {
  font-size: 0.782em;
}

.circle-col-box {
  padding-bottom: 5rem;
}

.circle-col-box.col-3 {
  margin: 0 auto;
  max-width: 122rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 30rem));
  gap: 13.11%;
}

.circle-col-box.col-4 {
  margin: 0 auto;
  max-width: 145rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(18rem, 28rem));
  gap: 7.6%;
}

.circle-col-box.col-4 .circle {
  overflow: visible;
  position: relative;
  left: 0;
  top: 0;
  margin: 0 auto 3rem;
  padding-bottom: 0;
  height: auto;
  box-shadow: 0 0 0 transparent;
}

.circle-col-box.col-4 .circle::after {
  overflow: hidden;
  position: absolute;
  left: 109.5%;
  top: 50%;
  width: 40%;
  max-width: 5rem;
  height: 1rem;
  content: "";
  background: url("../img/sub/sub-4/line-1.png") center right no-repeat;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.circle-col-box .item:last-child .circle::after {
  display: none;
}

.circle-col-box .item .desc {
  text-align: center;
}

.circle-col-box .item .desc dt {
  margin-bottom: 1rem;
  font-size: 2.6rem;
  font-weight: 600;
}

.circle-col-box .item .desc dd {
  line-height: 1.7;
  font-size: 1.8rem;
  color: var(--fc-gray);
}

.circle-col-box .circle {
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 4rem;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  color: var(--fc-white);
  font-weight: 800;
  border-radius: 30rem;
  box-shadow: 0px 2px 12px 2px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 30rem;
  -moz-border-radius: 30rem;
  -ms-border-radius: 30rem;
  -o-border-radius: 30rem;
}

.circle-col-box .circle::after {
  overflow: hidden;
  position: absolute;
  left: 110%;
  top: 50%;
  width: 40%;
  max-width: 10rem;
  height: 1rem;
  content: "";
  background: url("../img/sub/sub-4/line-1.png") center right no-repeat;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.circle-col-box .circle .tit {
  position: absolute;
  left: 50%;
  top: calc(50% + 0.5rem);
  font-size: 2.29vw;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.circle-col-box .circle .tit::before {
  position: absolute;
  left: 50%;
  top: -2.5rem;
  font-size: 0.39em;
  content: attr(data-item-num);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.circle-col-box .item-1 .circle {
  color: var(--main-blue);
}

.systems .sec-tit-wrap {
  margin-bottom: 10rem;
}

.systems .card-list .txt-row-card:nth-of-type(1) {
  border-top: 2px solid var(--main-blue);
}

.systems .txt-row-card .tit-wrap::after {
  left: 29rem;
}

.systems-flow {
  margin: 0 auto;
  max-width: 150rem;
  position: relative;
  left: 0;
  top: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(auto, 20rem));
  gap: 4%;
}

.systems-flow .circle {
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  font-size: 1.35vw;
  font-weight: 500;
  border-radius: 20rem;
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 20rem;
  -moz-border-radius: 20rem;
  -ms-border-radius: 20rem;
  -o-border-radius: 20rem;
  position: relative;
  left: 0;
  top: 0;
}

.systems-flow .circle>span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.systems-flow .circle::after {
  overflow: hidden;
  position: absolute;
  left: 102.5%;
  top: 50%;
  width: 23%;
  max-width: 4.5rem;
  height: 1rem;
  content: "";
  background: url("../img/sub/sub-4/line-2.png") center right no-repeat;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.systems-flow .circle:last-child::after {
  display: none;
}

.card-accordion-wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 50rem));
  gap: 5rem;
}

.card-accordion-wrap .accordion {
  position: relative;
  left: 0;
  top: 0;
  min-height: 24rem;
  text-align: center;
  border: 1px solid var(--line-1);
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

.card-accordion-wrap .accordion .tit-wrap {
  padding: 4rem 4rem 0;
}

.card-accordion-wrap .accordion .tit {
  margin-bottom: 2rem;
  line-height: 4rem;
  font-size: 3rem;
  font-weight: 700;
}

.card-accordion-wrap .accordion .desc {
  font-size: 2rem;
}

.card-accordion-wrap .accordion .acco-open-btn {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
  padding: 1.2rem 4rem 1rem;
  width: 100%;
}

.card-accordion-wrap .accordion .acco-open-btn::before {
  position: absolute;
  left: 50%;
  top: 0;
  width: calc(100% - 8rem);
  height: 1px;
  background-color: var(--line-1);
  content: "";
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.card-accordion-wrap .accordion .acco-open-btn .fi::before {
  transform: rotate(0);
  transition: transform 0.3s;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
}

.card-accordion-wrap .accordion .accordion-body {
  display: none;
  position: absolute;
  left: -0.1rem;
  padding: 2rem 4rem 4rem;
  width: calc(100% + 0.2rem);
  color: var(--fc-gray);
  background-color: #fff;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: var(--line-1);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  box-shadow: 0 1rem 1rem -0.5rem rgba(0, 0, 0, 0.2);
}

.card-accordion-wrap .accordion .accordion-body p {
  margin-bottom: 2rem;
  line-height: 1.8;
}

.card-accordion-wrap .accordion .accordion-body b {
  font-weight: 600;
}

.card-accordion-wrap .accordion .accordion-body span {
  font-weight: 300;
}

.card-accordion-wrap .accordion.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.card-accordion-wrap .accordion.active .acco-open-btn .fi::before {
  transform: rotate(180deg);
  transition: transform 0.3s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
}

@media all and (min-width: 1921px) {
  .systems-flow .circle {
    font-size: 1vw;
  }
}

@media all and (max-width: 1366px) {
  .circle-col-box.col-4 {
    gap: 5%;
  }

  .circle-col-box.col-4 .circle::after {
    left: 101.5%;
  }

  .circle-col-box .item .desc {
    word-break: keep-all;
  }

  .circle-col-box .item .desc dt {
    font-size: 2rem;
  }

  .systems .txt-row-card .br {
    display: inline;
  }

  .card-accordion-wrap .accordion {
    word-break: keep-all;
  }

  .card-accordion-wrap .accordion .tit {
    font-size: 2.5rem;
  }
}

@media all and (max-width: 1024px) {
  .systems .sec-tit-wrap {
    margin-bottom: 5rem;
  }

  .card-accordion-wrap {
    gap: 2.5rem;
  }

  .card-accordion-wrap .accordion {
    word-break: keep-all;
  }

  .card-accordion-wrap .accordion .tit-wrap {
    padding: 2rem 2rem 0;
  }

  .card-accordion-wrap .accordion .tit {
    line-height: 3rem;
    font-size: 2.5rem;
  }

  .card-accordion-wrap .accordion .acco-open-btn {
    padding: 1.2rem 2rem 1.5rem;
  }

  .circle-col-box.col-4 {
    gap: 5%;
  }

  .circle-col-box.col-4 .circle::after {
    left: 100.5%;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
  }
}

@media all and (max-width: 1023px) {
  .card-accordion-wrap {
    grid-template-columns: repeat(2, minmax(auto, 50rem));
  }

  .circle-col-box.col-4 {
    margin: 0 auto 10rem;
    max-width: 145rem;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }

  .circle-col-box.col-4 .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1rem;
  }

  .circle-col-box.col-4 .item .circle {
    margin: 0;
    min-width: 10rem;
    max-width: 18rem;
  }

  .circle-col-box.col-4 .item .desc {
    padding-left: 8rem;
    text-align: left;
    flex: 1 1 0;
  }

  .circle-col-box.col-3 {
    grid-template-columns: repeat(3, minmax(10rem, auto));
    gap: 7%;
    max-width: 90%;
  }

  .circle-col-box.col-3 .circle::after {
    left: 92%;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
  }

  .circle-col-box.col-3 .circle .tit {
    font-size: 3.5vw;
  }

  .circle-col-box.col-3 .item .desc dd {
    font-size: 1.6rem;
  }

  .card-accordion-wrap .accordion .acco-open-btn::before {
    width: calc(100% - 4rem);
  }

  .systems-flow .circle {
    font-size: 2vw;
  }
}

@media all and (max-width: 767px) {
  .systems .item-wrap {
    margin-bottom: 8rem;
  }

  .systems-flow {
    grid-template-columns: repeat(3, 25%);
    gap: 10%;
  }

  .systems-flow .circle {
    font-size: 1.8rem;
  }

  .systems-flow .circle::after {
    left: 109%;
    width: 20%;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
  }

  .card-accordion-wrap {
    grid-template-columns: repeat(1, minmax(auto, 100%));
  }

  .circle-col-box.col-4 .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2rem;
  }

  .circle-col-box.col-4 .item .circle {
    margin: 0;
    min-width: 10rem;
    width: 10rem;
  }

  .circle-col-box.col-4 .item .circle::after {
    display: none;
  }

  .circle-col-box.col-4 .item .desc {
    padding-left: 2rem;
  }

  .circle-col-box.col-3 {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .circle-col-box.col-3 .item {
    margin-bottom: 4rem;
  }

  .circle-col-box.col-3 .item .circle {
    margin: 0 auto 2rem;
    padding-bottom: 18rem;
    width: 18rem;
  }

  .circle-col-box.col-3 .item .circle .tit {
    font-size: 3.2rem;
  }

  .circle-col-box.col-3 .item .circle::after {
    display: none;
  }
}

/* 홍보센터 */
.search-wrap {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 90%;
  max-width: 51rem;
  height: 3rem;
  font-size: 1.8rem;
}

.search-wrap .select-wrap {
  margin-right: 4rem;
  width: 12rem;
}

.search-wrap .select-wrap .select-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 1rem;
  width: 100%;
  height: 3rem;
  font-size: 1em;
}

.search-wrap .select-wrap .select-btn .fi {
  margin-left: auto;
}

.search-wrap .select-wrap .option {
  display: none;
  padding: 1rem 0;
  border: 1px solid var(--line-1);
  background-color: #fff;
  box-shadow: 0 1rem 1rem -0.5rem rgba(0, 0, 0, 0.1);
}

.search-wrap .select-wrap .option a {
  display: block;
  padding: 0.5rem 0 0.5rem 1rem;
}

.search-wrap .select-wrap .option a:hover {
  background-color: #F5F5F5;
}

.search-wrap .search-box {
  display: flex;
  justify-content: space-between;
  padding: 0 1rem 0 0;
  flex: 1 1 0;
  border-bottom: 1px solid var(--line-1);
}

.search-wrap .search-box .search-input {
  padding-left: 1rem;
  width: calc(100% - 2.5rem);
  font-size: 1em;
}

.search-wrap .search-box .search-input::-moz-placeholder {
  color: #999;
  font-size: inherit;
}

.search-wrap .search-box .search-input::placeholder {
  color: #999;
  font-size: inherit;
}

.search-wrap .search-box .icon-search::before {
  font-size: 1.5rem;
}


.notice-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(auto, 37rem));
  gap: 2.5%;
  margin: 5rem 0;
}

.notice-list li {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  max-height: 50rem;
  border: 1px solid var(--line-1);
  border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  -webkit-border-radius: 1rem;
}

.notice-list li a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 3.4rem 3.5rem 4rem;
}

.notice-list li .item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26.9%;
  font-size: 2rem;
}

.notice-list li .item-header .flag {
  font-weight: 700;
  color: var(--main-blue);
}

.notice-list li .item-header .data {
  font-size: 0.9em;
  font-weight: 300;
  color: var(--fc-gray);
}

.notice-list li .tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 13.43%;
  line-height: 1.4;
  font-size: 2.6rem;
  font-weight: 600;
}

.notice-list li .thumb {
  overflow: hidden;
  margin-top: auto;
  width: 100%;
  height: 20rem;
}

.notice-list li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.notice .tab-wrap,
.reference .tab-wrap,
.gallery .tab-wrap {
  margin-top: 12rem;
}

.gallery-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 52rem));
  gap: 4rem 2rem;
  margin: 5rem 0;
  justify-content: flex-start;
  align-items: center;
  height: auto;
}

.gallery-list li {
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 32rem;
  border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  -webkit-border-radius: 2rem;
}

.gallery-list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery-list li .thumb {
  overflow: hidden;
  margin-top: auto;
  width: 100%;
  height: 100%;
}

.gallery-list li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pagination {
  margin: 5rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  font-size: 2rem;
}

.pagination>.fi {
  position: relative;
  left: 0;
  top: 0;
  width: 3rem;
  font-size: 1.2em;
  color: var(--main-blue);
}

.pagination>.fi::before {
  position: absolute;
  margin: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.pagination .active {
  color: var(--sub-blue);
}

.pagination a {
  display: block;
  height: 2.4rem;
  line-height: 2.4rem;
  text-align: center;
}

.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 2.5rem;
}

.pagination ul li {
  margin: 0 1rem;
  width: 2.4rem;
  font-size: 2rem;
  font-weight: 500;
  color: #ddd;
}

.pagination ul li.active a {
  font-weight: 800;
  color: var(--point-blue);
}

.pagination ul li a:focus {
  font-weight: 800;
  color: var(--point-blue);
}

.view-wrap .btn-wrap .back-btn {
  width: 10rem;
  height: 5rem;
  text-align: center;
  line-height: 5rem;
  font-size: 2rem;
  border: 1px solid var(--line-1);
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}

.view-wrap .view-board {
  margin: 5rem 0 8rem;
}

.view-wrap .view-board .board-header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 1.4rem 0;
  width: 100%;
  font-size: 1.8rem;
  border-top: 1px solid var(--line-1);
  border-bottom: 1px solid var(--line-1);
}

.view-wrap .view-board .board-header .tit {
  position: relative;
  left: 0;
  top: 0;
  margin-right: 1.4rem;
  padding-right: 1.4rem;
  font-size: 1.11em;
  font-weight: 500;
}

.view-wrap .view-board .board-header .tit::after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 2rem;
  background-color: #555;
  content: "";
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.view-wrap .view-board .board-header .info {
  margin-left: auto;
  color: #555;
}

.view-wrap .view-board .board-header .info .writer {
  position: relative;
  left: 0;
  top: 0;
  margin-right: 1.4rem;
  padding-right: 1.4rem;
}

.view-wrap .view-board .board-header .info .writer::after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 2rem;
  background-color: #555;
  content: "";
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.view-wrap .board-body {
  margin-bottom: 4rem;
  padding: 5rem 2rem;
  line-height: 1.8;
  font-size: 1.8rem;
  font-weight: 300;
  border-bottom: 1px solid var(--line-1);
}

.view-wrap .board-body .img-box {
  margin: 5rem 0;
  max-width: 90%;
}

.view-wrap .board-body .img-box:only-child {
  margin: 0;
}

.view-wrap .btn-nav {
  position: relative;
  height: 3rem;
  font-size: 2rem;
  font-weight: 500;
}

.view-wrap .btn-nav .next-btn {
  position: absolute;
  right: 0;
}

.view-wrap .btn-nav .next-btn .fi::before {
  margin: 0 0 0 1rem;
}

.bottom-con .download-btn {
  color: #555;
  border-bottom: 1px solid #555;
}

.bottom-con .tit {
  margin-bottom: 5rem;
  padding: 1.4rem 2.5rem;
  font-size: 2rem;
  font-weight: 500;
  border-top: 1px solid var(--line-1);
  border-bottom: 1px solid var(--line-1);
}

.bottom-con .gallery-list {
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(auto, 38.5rem));
  gap: 2rem;
}

.bottom-con .gallery-list li {
  max-height: 22rem;
}

.bottom-con .slider-wrap {
  margin: 0 auto;
  width: calc(100% - 10rem);
}

.bottom-con .slider-wrap .btn {
  width: 2rem;
}

.bottom-con .slider-wrap .btn img {
  width: 100%;
  height: 100%;
}

.bottom-con .slider-wrap .swiper-button-next {
  right: -4rem;
}

.bottom-con .slider-wrap .swiper-button-prev {
  left: -4rem;
}

.card-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.card-wrap .row-card {
  display: flex;
  justify-content: flex-start;
  margin-right: 4rem;
  margin-bottom: 2rem;
  padding: 2rem;
  width: 40%;
  min-width: 33rem;
  max-width: 62.5rem;
  border: 1px solid var(--line-1);
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

.card-wrap .row-card .figure {
  margin-right: 6.4%;
  max-width: 30rem;
}

.card-wrap .row-card .txt-box {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.8rem;
  word-break: keep-all;
}

.card-wrap .row-card .txt-box .card-tit {
  margin-bottom: 2rem;
  font-size: 1.444em;
  font-weight: 600;
  letter-spacing: -0.05rem;
}

.card-wrap .row-card .txt-box .btn {
  margin-top: auto;
}

.download-box {
  display: flex;
  justify-content: flex-start;
}

.download-box .figure {
  margin-right: 4rem;
  width: 65.625%;
  max-width: 105rem;
}

.download-box .txt-box {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}

.download-box .tit {
  margin-bottom: 2rem;
  font-size: 2.6rem;
  font-weight: 600;
}

.download-box .desc {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 300;
}

.download-box .download-btn {
  margin-bottom: 1rem;
}

.download-box .chang-bottom {
  margin-top: auto;
}

.download-box .chang-bottom .btn {
  padding: 0.5rem 1rem;
  margin-right: 2rem;
  font-size: 2rem;
  font-weight: 500;
}

.download-box .chang-bottom .btn.active {
  color: var(--point-blue);
  border-bottom: 1px solid var(--point-blue);
}

.download-box .fi::before {
  margin: 0 0 0 1rem;
}

@media all and (max-width: 1366px) {

  .notice-list {
    gap: 1.5%;
  }

  .notice-list li a {
    padding: 1.8rem 1.9rem 2.5rem;
  }

  .notice-list li .item-header {
    font-size: 1.7rem;
  }

  .notice-list li .tit {
    font-size: 2.2rem;
  }

  .pagination ul {
    margin: 0 1.5rem;
  }

  .pagination ul li {
    font-size: 1.6rem;
  }
}

@media all and (max-width: 1024px) {

  .notice-list li a {
    padding: 1.5rem 1rem 2rem;
  }

  .notice-list li .item-header {
    margin-bottom: 15%;
    font-size: 1.6rem;
  }

  .notice-list li .tit {
    font-size: 2rem;
  }

  .notice-list li .thumb {
    height: 13rem;
  }

  .notice .tab-wrap,
  .reference .tab-wrap,
  .gallery .tab-wrap {
    margin-top: 8rem;
  }

  .gallery-list {
    gap: 2rem 2rem;
  }

  .view-wrap .btn-wrap .back-btn {
    width: 8rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.7rem;
  }

  .view-wrap .view-board {
    margin: 4rem 0;
  }

  .view-wrap .view-board .board-header {
    font-size: 1.6rem;
  }

  .view-wrap .view-board .board-body {
    font-size: 1.6rem;
  }

  .view-wrap .view-board .btn-nav {
    font-size: 1.7rem;
  }

  .view-wrap .bottom-con .tit {
    font-size: 1.6rem;
  }

  .card-wrap .row-card .txt-box {
    font-size: 1.5rem;
  }
}

@media all and (max-width: 1023px) {

  .notice-list {
    grid-template-columns: repeat(3, minmax(auto, 37rem));
  }

  .notice .tab-wrap,
  .reference .tab-wrap,
  .gallery .tab-wrap {
    margin-top: 5rem;
  }

  .gallery-list {
    gap: 1rem 1rem;
  }

  .gallery-list li {
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
  }

  .bottom-con .tit {
    margin-bottom: 3rem;
  }

  .bottom-con .gallery-list {
    gap: 1rem;
  }

  .card-wrap .row-card {
    margin-right: 2rem;
    padding: 1rem;
  }

  .download-box .figure {
    margin-right: 2rem;
  }

  .download-box .tit {
    margin-bottom: 1rem;
  }

  .download-box .desc {
    margin-bottom: 1rem;
  }

  .download-box .chang-bottom .btn {
    font-size: 1.6rem;
  }
}

@media all and (max-width: 767px) {
  .notice-list {
    grid-template-columns: repeat(2, minmax(auto, 37rem));
    margin: 3rem 0;
  }

  .notice-list li a {
    padding: 1rem 1rem 1.5rem;
  }

  .notice-list li .thumb {
    height: 11rem;
  }

  .gallery-list {
    grid-template-columns: repeat(2, minmax(auto, 30rem));
  }

  .view-wrap .view-board {
    margin: 3rem 0;
  }

  .view-wrap .view-board .board-header {
    flex-wrap: wrap;
  }

  .view-wrap .view-board .board-header .info {
    margin: 2rem 0 0;
    width: 100%;
  }

  .view-wrap .view-board .board-body {
    padding: 2.5rem 1.5rem;
  }

  .card-wrap .row-card {
    margin-right: 0;
    margin-bottom: 1rem;
    width: 100%;
    max-width: none;
  }

  .download-box {
    flex-wrap: wrap;
  }

  .download-box .figure {
    margin-bottom: 2rem;
    width: 100%;
  }

  .download-box .chang-bottom {
    margin-top: 4rem;
  }

  .bottom-con .slider-wrap {
    margin: 0 auto;
    width: 100%;
  }

  .bottom-con .slider-wrap .btn {
    display: none;
  }
}

.assets .table-wrap {
  margin-bottom: 10rem;
}

.assets .table-wrap:first-child {
  margin-top: 5rem;
}

.assets .table-wrap:last-child {
  margin-bottom: 0;
}

.esg .tab-wrap li:hover a,
.environmental .tab-wrap li:hover a,
.governance .tab-wrap li:hover a,
.social .tab-wrap li:hover a {
  color: #0757A6;
  border-bottom: 2px solid #0757A6;
}

.esg .txt-col-card .tit,
.environmental .txt-col-card .tit,
.governance .txt-col-card .tit,
.social .txt-col-card .tit {
  margin-bottom: 2rem;
}

.esg .list-wrap li .item-tit,
.environmental .list-wrap li .item-tit,
.governance .list-wrap li .item-tit,
.social .list-wrap li .item-tit {
  font-weight: 500;
}

.kems .sec-tit-wrap {
  max-width: none;
}

.kems .graph {
  width: 50rem;
  height: 50rem;
  margin: 0 auto 16rem;
  position: relative;
}

.kems .txt-box {
  padding: 1rem 2rem;
  background: #F9FAFB;
  width: 15rem;
  position: absolute;
}

.kems .txt-box .desc {
  font-size: 1.5rem;
}

.kems .txt-box .desc i.fi::before {
  font-size: 1.6rem;
  margin-right: 0.5rem;
  color: var(--main-blue);
}

.kems .txt-box.box01 {
  top: 0;
  left: -47.5%;
}

.kems .txt-box.box02 {
  top: 50%;
  left: -47.5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.kems .txt-box.box03 {
  bottom: 0;
  left: -47.5%;
}

.kems .txt-box.box04 {
  top: 50%;
  right: -47.5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.kems .txt-box.box05 {
  bottom: 0;
  right: -47.5%;
}

.kems .txt-box::before {
  position: absolute;
  right: -8rem;
  top: 50%;
  width: 8rem;
  height: 2rem;
  content: "";
  background: url(../img/sub/sub-3/line-2.png) center/contain no-repeat;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.kems .txt-box.box04::before,
.kems .txt-box.box05::before {
  left: -7.9rem;
  transform: scaleX(-1) translateY(-50%);
  -webkit-transform: scaleX(-1) translateY(-50%);
  -moz-transform: scaleX(-1) translateY(-50%);
  -ms-transform: scaleX(-1) translateY(-50%);
  -o-transform: scaleX(-1) translateY(-50%);
}

.kems .txt-col-card {
  max-width: 118.7rem;
  margin: 0 auto;
  text-align: left;
  padding: 4rem;
}

.kems .txt-col-card i {
  color: var(--main-blue);
}

.kems .txt-col-card p {
  font-size: 2rem;
  margin-bottom: 1.4rem;
}

.kems .txt-col-card p:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 1024px) {
  .kems .graph {
    width: 35rem;
    height: auto;
  }

  .kems .txt-box {
    width: 13rem;
    padding: 1rem;
  }

  .kems .txt-box::before {
    width: 6rem;
    right: -6rem;
  }

  .kems .txt-box.box01,
  .kems .txt-box.box02,
  .kems .txt-box.box03 {
    left: -60%;
  }

  .kems .txt-box.box04,
  .kems .txt-box.box05 {
    right: -60%;
  }

  .kems .txt-box.box04::before,
  .kems .txt-box.box05::before {
    left: -6rem;
  }
}

@media all and (max-width: 767px) {
  .kems .graph {
    width: 25rem;
  }

  .kems .graph img {
    position: relative;
    z-index: 100;
  }

  .kems .txt-box {
    background: none;
    width: auto;
  }

  .kems .txt-box .desc {
    font-size: 1.2rem;
  }

  .kems .txt-box::before {
    background-size: 100%;
  }

  .kems .txt-box.box01,
  .kems .txt-box.box02,
  .kems .txt-box.box03 {
    left: -40%;
  }

  .kems .txt-box.box04,
  .kems .txt-box.box05 {
    right: -40%;
  }

  .kems .txt-box.box04::before,
  .kems .txt-box.box05::before {
    left: -6rem;
  }

  .kems .txt-col-card {
    padding: 1rem;
  }

  .kems .txt-col-card .tit {
    font-size: 2.4rem;
  }

  .kems .txt-col-card p {
    font-size: 1.4rem;
  }
}