@charset "UTF-8";
/*-------------------------------------------------------------------
    파일정의 : 메인스타일
-------------------------------------------------------------------*/
#header {
  transition: all 0.3s; }

#header.active {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  /* btn sns */ }
  #header.active .header-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent; }
  #header.active .gnb {
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.3);*/
    box-shadow: none; }
    #header.active .gnb .logo a {
      background: url("../img/common/logo_wh.png") no-repeat center;
      background-size: contain; }
    #header.active .gnb nav .depth1 > li > a {
      color: #fff;
      font-size: 2rem;
      letter-spacing: -0.0075em; }
  #header.active .btn-ic.btn-login {
    background: url("../img/icon/ico_login_wh.png") no-repeat center;
    background-size: contain; }
  #header.active .btn-ic.btn-menu_open {
    background: url("../img/common/btn_menu_open_wh.png") no-repeat center;
    background-size: contain; }
  #header.active .btn.btn-login {
    color: #fff; }
  @media (max-width: 1199px) {
    #header.active .h-right-wrap {
      gap: 0; }
      #header.active .h-right-wrap .btn-ic.btn-search {
        background-size: 2.6rem 2.6rem; }
      #header.active .h-right-wrap .btn-ic.btn-menu_open {
        background-size: 2.6rem 2.3rem; } }
  @media (max-width: 767px) {
    #header.active .h-right-wrap {
      gap: 0; }
      #header.active .h-right-wrap .btn-ic.btn-search {
        background: url("../img/common/btn_search_wh.png") no-repeat center;
        background-size: 1.7rem auto; }
      #header.active .h-right-wrap .btn-ic.btn-menu_open {
        background: url("../img/common/btn_menu_open_wh.png") no-repeat center;
        background-size: 1.7rem auto; } }

.main-inner {
  width: calc(100% - 4rem);
  max-width: 160rem;
  margin: 0 auto; }
  @media (max-width: 1800px) {
    .main-inner {
      max-width: 140rem; } }
  @media (max-width: 1600px) {
    .main-inner {
      width: calc(100% - 10rem); } }
  @media (max-width: 1199px) {
    .main-inner {
      margin: 0 auto; } }
  @media (max-width: 1023px) {
    .main-inner {
      padding: 0; } }
  @media (max-width: 767px) {
    .main-inner {
      width: calc(100% - 4rem); } }

.visual {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .visual .fp-tableCell {
    position: relative; }
  .visual .main-visual {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(../img/main/main_visual01.png) no-repeat center;
    background-size: cover; }
    .visual .main-visual:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      background: rgba(3, 34, 67, 0.3); }
    .visual .main-visual .visual-txt {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 5;
      opacity: 1; }
      .visual .main-visual .visual-txt.pc-only {
        height: 25rem; }
      @media (max-width: 1023px) {
        .visual .main-visual .visual-txt.pc-only {
          display: none; }
        .visual .main-visual .visual-txt.mobile-only {
          display: block !important; } }
      .visual .main-visual .visual-txt .img-ani {
        width: 66.1rem;
        height: 0;
        position: relative;
        overflow: hidden;
        display: block; }
        .visual .main-visual .visual-txt .img-ani .visual1,
        .visual .main-visual .visual-txt .img-ani .visual2 {
          position: absolute;
          left: 0; }
        .visual .main-visual .visual-txt .img-ani .visual1 {
          top: 0; }
        .visual .main-visual .visual-txt .img-ani .visual2 {
          bottom: 0; }
        .visual .main-visual .visual-txt .img-ani .txt-inner {
          width: 65.1rem;
          height: 7.8rem;
          position: absolute;
          left: 50%;
          top: 50%;
          opacity: 0;
          transform: translate(-50%, -50%); }
      .visual .main-visual .visual-txt .typing-ani {
        overflow: hidden;
        width: 100%;
        word-break: keep-all;
        margin-top: 3.3rem;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center; }
        .visual .main-visual .visual-txt .typing-ani .txt {
          font-size: 3.2rem;
          font-weight: 700;
          color: #fff;
          text-align: center; }
        .visual .main-visual .visual-txt .typing-ani .cursor {
          border-left: 2px solid #fff;
          /* 커서 스타일 */
          animation: blink 0.7s infinite;
          display: inline-block;
          margin-left: 0.3rem;
          height: 35px;
          /* 폰트 크기와 동일하게 설정 */
          vertical-align: middle; }

@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    @media (max-width: 1023px) {
      .visual .main-visual {
        padding-top: 138%;
        height: 0; } }
  @media (max-width: 767px) {
    .visual .btn-scroll {
      display: none; } }

@keyframes widthAni {
  0% {
    width: 0.6rem;
    height: 0.6rem;
    left: 0.3rem;
    top: 0.6rem; }
  100% {
    width: 1.2rem;
    height: 1.2rem;
    top: 0.35rem;
    left: 0; } }

.news-area {
  background: #fff; }
  @media (max-width: 1199px) {
    .news-area {
      padding: 10rem 0 0 0;
      height: auto !important; } }
  @media (max-width: 1023px) {
    .news-area {
      padding: 5rem 0 0 0; } }
  @media (max-width: 1199px) {
    .news-area .main-inner {
      width: 100%; } }
  .news-area .news-area-flex {
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 0 3.2rem;
    padding: 10rem 0; }
    @media (max-width: 1199px) {
      .news-area .news-area-flex {
        flex-direction: column;
        padding: 0; } }
    .news-area .news-area-flex .main-inner {
      max-width: 140rem; }
  @media (max-width: 1199px) {
    .news-area .fp-tableCell {
      height: auto !important; } }
  .news-area .character-area {
    position: absolute; }
    .news-area .character-area.character01 {
      left: -11rem;
      bottom: -2rem;
      width: 14.7rem;
      height: 12.1rem;
      background: url("../img/main/character01.png") no-repeat center;
      background-size: contain; }
      @media (max-width: 1800px) {
        .news-area .character-area.character01 {
          bottom: -8rem; } }
      @media (max-width: 1600px) {
        .news-area .character-area.character01 {
          bottom: -10rem;
          left: -2rem; } }
      @media (max-width: 1199px) {
        .news-area .character-area.character01 {
          left: 0;
          bottom: 0; } }
      @media (max-width: 767px) {
        .news-area .character-area.character01 {
          width: 9.6rem;
          height: 9.6rem; } }
    .news-area .character-area.character02 {
      right: 3%;
      bottom: 5rem;
      width: 19.7rem;
      height: 15rem;
      background: url("../img/main/character02.png") no-repeat center;
      background-size: contain; }
      @media (max-width: 767px) {
        .news-area .character-area.character02 {
          width: 10rem;
          height: 7.6rem;
          bottom: 2rem; } }

.news {
  width: 60%;
  position: relative; }
  @media (max-width: 1600px) {
    .news {
      width: calc(100% - 10rem); } }
  @media (max-width: 1199px) {
    .news {
      padding-bottom: 17rem;
      margin: 0 auto; } }
  @media (max-width: 767px) {
    .news {
      padding-bottom: 12rem;
      width: calc(100% - 4rem); } }
  .news .news-tab-btn {
    display: flex;
    justify-content: space-between;
    line-height: 1.5;
    align-items: center;
    min-height: 5.1rem; }
    .news .news-tab-btn .tit-wrap {
      display: flex;
      gap: 0 1.6rem;
      align-items: flex-end; }
      .news .news-tab-btn .tit-wrap .tit {
        font-size: 3rem;
        color: #C3C3C3;
        font-weight: 700; }
        @media (max-width: 767px) {
          .news .news-tab-btn .tit-wrap .tit {
            font-size: 2rem; } }
        .news .news-tab-btn .tit-wrap .tit.active {
          font-size: 3.4rem;
          color: #1D1D1D; }
          @media (max-width: 767px) {
            .news .news-tab-btn .tit-wrap .tit.active {
              font-size: 2.4rem; } }
    .news .news-tab-btn .btn-link {
      display: none; }
      .news .news-tab-btn .btn-link.active {
        display: block; }
  .news .news-lst-wrap {
    display: block; }
    .news .news-lst-wrap .news-lst {
      margin-top: 3rem; }
      @media (max-width: 767px) {
        .news .news-lst-wrap .news-lst {
          margin-top: 1.6rem; } }
      .news .news-lst-wrap .news-lst ul {
        display: flex;
        gap: 2.3rem 2.7rem;
        flex-wrap: wrap; }
        @media (max-width: 767px) {
          .news .news-lst-wrap .news-lst ul {
            gap: 1.6rem; } }
        .news .news-lst-wrap .news-lst ul li {
          background: #fff;
          border-radius: 10px;
          overflow: hidden;
          box-sizing: border-box;
          width: calc(50% - 1.92rem);
          transition: all 0.3s;
          border: 1px solid var(--border-color); }
          @media (max-width: 767px) {
            .news .news-lst-wrap .news-lst ul li {
              width: 100%;
              min-height: 100%; }
              .news .news-lst-wrap .news-lst ul li:last-of-type {
                display: none; } }
          .news .news-lst-wrap .news-lst ul li.no-data {
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 24.5rem;
            width: 100%; }
            .news .news-lst-wrap .news-lst ul li.no-data .txt {
              font-size: 2rem;
              color: #8E8E8E;
              display: block; }
              @media (max-width: 767px) {
                .news .news-lst-wrap .news-lst ul li.no-data .txt {
                  font-size: 1.6rem; } }
            .news .news-lst-wrap .news-lst ul li.no-data:hover {
              background: #fff;
              border: 1px solid var(--border-color); }
          .news .news-lst-wrap .news-lst ul li a {
            position: relative;
            padding: 3.2rem;
            min-height: 24.5rem;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            background: #fff; }
            @media (max-width: 767px) {
              .news .news-lst-wrap .news-lst ul li a {
                padding: 1.6rem 1.2rem;
                min-height: 100%; } }
            .news .news-lst-wrap .news-lst ul li a .tit {
              font-size: 2.2rem;
              letter-spacing: -0.02em;
              font-weight: 500;
              line-height: 1.4;
              color: #000000;
              position: relative; }
              @media (max-width: 767px) {
                .news .news-lst-wrap .news-lst ul li a .tit {
                  font-size: 1.4rem; } }
            .news .news-lst-wrap .news-lst ul li a .txt {
              font-size: 1.8rem;
              line-height: 1.4;
              margin-top: 2rem;
              color: #606060; }
              @media (max-width: 767px) {
                .news .news-lst-wrap .news-lst ul li a .txt {
                  margin-top: 0.6rem;
                  font-size: 1.2rem; } }
            .news .news-lst-wrap .news-lst ul li a .date {
              text-align: left;
              display: block;
              font-size: 1.6rem;
              line-height: 1.4;
              color: #909090;
              letter-spacing: -0.04em;
              margin-top: 2.5rem; }
              @media (max-width: 767px) {
                .news .news-lst-wrap .news-lst ul li a .date {
                  font-size: 1.2rem;
                  margin-top: 0.8rem;
                  text-align: right; } }
          .news .news-lst-wrap .news-lst ul li:hover {
            border: 1px solid transparent;
            background: linear-gradient(to right, var(--blue-gradient-color), var(--green-gradient-color)); }
            .news .news-lst-wrap .news-lst ul li:hover .tit {
              background: linear-gradient(90deg, var(--blue-gradient-color), var(--green-gradient-color));
              /* 그라데이션 색상 */
              -webkit-background-clip: text;
              /* 텍스트에 배경 클립 적용 */
              -webkit-text-fill-color: transparent;
              /* 텍스트 색상 투명 설정 */
              font-weight: 700; }

/* 공급망 ESG Impact */
.impact {
  overflow: hidden;
  width: 35%; }
  @media (max-width: 1600px) {
    .impact {
      width: calc(100% - 10rem);
      margin: 0 auto; } }
  @media (max-width: 1199px) {
    .impact {
      background: #F8F8F8;
      padding: 5rem 5rem 25rem 5rem;
      width: 100%; } }
  @media (max-width: 767px) {
    .impact {
      padding: 5rem 2rem 15rem 2rem; } }
  .impact .cont-wrap {
    display: flex;
    flex-direction: column;
    gap: 0 3%;
    position: relative;
    margin-top: 3.2rem; }
    .impact .cont-wrap .no-data {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10.15rem 0;
      border: 1px solid var(--border-color);
      border-radius: 10px;
      min-height: 24.5rem; }
      .impact .cont-wrap .no-data .txt {
        font-size: 2rem;
        color: #8E8E8E;
        display: block; }
        @media (max-width: 767px) {
          .impact .cont-wrap .no-data .txt {
            font-size: 1.6rem; } }
      .impact .cont-wrap .no-data:hover {
        background: #fff;
        border: 1px solid var(--border-color); }
    .impact .cont-wrap .flex {
      gap: 0 3.2rem;
      margin-top: 2.4rem;
      justify-content: space-between; }
      @media (max-width: 767px) {
        .impact .cont-wrap .flex {
          gap: 0 1.6rem; } }
    .impact .cont-wrap .cont {
      width: 45%;
      flex: 1 0; }
      .impact .cont-wrap .cont.big {
        width: 100%; }
        @media (max-width: 1023px) {
          .impact .cont-wrap .cont.big {
            display: block;
            width: 100%; } }
        .impact .cont-wrap .cont.big .txt {
          font-size: 2rem; }
          @media (max-width: 767px) {
            .impact .cont-wrap .cont.big .txt {
              font-size: 1.4rem; } }
      .impact .cont-wrap .cont .img {
        position: relative;
        width: 100%;
        padding-top: 56.5%;
        border-radius: 8px;
        overflow: hidden; }
        .impact .cont-wrap .cont .img img {
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%) scale(1);
          transition: transform 0.3s ease-in-out; }
      .impact .cont-wrap .cont .txt {
        font-size: 1.8rem;
        line-height: 1.5;
        letter-spacing: -0.04em;
        color: #000000;
        font-weight: 500;
        margin-top: 1rem; }
      .impact .cont-wrap .cont:hover img {
        transform: translate(-50%, -50%) scale(1.05); }
  .impact .character-area {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: calc(100% - 4rem);
    max-width: 160rem; }

/* 연도별 통계 */
.stats {
  position: relative;
  background: url("../img/main/stats_back.png") no-repeat center;
  background-size: cover; }
  @media (max-width: 1023px) {
    .stats {
      padding: 10rem 0 15rem 0; } }
  @media (max-width: 767px) {
    .stats {
      padding: 5rem 0; } }
  .stats .main-inner {
    position: relative;
    display: flex;
    gap: 0 7rem;
    align-items: center;
    overflow: hidden;
    justify-content: space-between; }
    @media (max-width: 1199px) {
      .stats .main-inner {
        flex-direction: column; } }
  .stats:before {
    content: '';
    display: block;
    width: 20%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(-70deg, var(--green-gradient-color) -10%, var(--blue-gradient-color));
    opacity: 0;
    z-index: 1;
    transition: all 0.7s ease-out; }
    @media (max-width: 1199px) {
      .stats:before {
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, var(--green-gradient-color) -50%, var(--blue-gradient-color));
        opacity: 1;
        transition: none; } }
  .stats .tit-area {
    position: relative;
    z-index: 5;
    width: 25%;
    left: 5rem;
    opacity: 0;
    transition: all 1.3s ease-out; }
    @media (max-width: 1199px) {
      .stats .tit-area {
        width: 100%;
        left: 0;
        opacity: 1;
        transition: none;
        transform: none !important; } }
    .stats .tit-area .tit {
      font-size: 4rem;
      color: #ffffff;
      font-weight: 700; }
      @media (max-width: 767px) {
        .stats .tit-area .tit {
          font-size: 2.6rem; } }
    .stats .tit-area .txt {
      font-size: 2rem;
      color: #fff;
      margin-top: 1.4rem;
      word-break: keep-all; }
      @media (max-width: 767px) {
        .stats .tit-area .txt {
          font-size: 1.4rem;
          margin-top: 1rem; } }
    .stats .tit-area .tab-btn-wrap {
      margin-top: 7.3rem;
      justify-content: flex-start; }
      @media (max-width: 1199px) {
        .stats .tit-area .tab-btn-wrap {
          margin-top: 4.2rem; } }
      .stats .tit-area .tab-btn-wrap .btn-tab {
        overflow: hidden;
        font-weight: 700;
        color: #fff;
        font-size: 2.2rem;
        border: 1px solid #fff;
        border-radius: 50px;
        min-height: 6.6rem;
        padding: 1rem 4.2rem 1rem 3.2rem;
        width: 27.7rem;
        position: relative;
        background-color: transparent; }
        @media (max-width: 767px) {
          .stats .tit-area .tab-btn-wrap .btn-tab {
            font-size: 1.4rem;
            padding: 1rem 3.2rem 1rem 1.6rem;
            width: 15.2rem;
            min-height: auto; } }
        .stats .tit-area .tab-btn-wrap .btn-tab:after {
          content: '';
          display: block;
          width: 0.9rem;
          height: 1.6rem;
          position: absolute;
          right: 3.2rem;
          top: 50%;
          transform: translateY(-50%);
          background: url("../img/icon/arr_right_wh.png") no-repeat center; }
          @media (max-width: 767px) {
            .stats .tit-area .tab-btn-wrap .btn-tab:after {
              right: 1.6rem;
              background-size: auto 1.2rem; } }
        .stats .tit-area .tab-btn-wrap .btn-tab.active {
          color: transparent;
          background: linear-gradient(90deg, var(--blue-gradient-color), var(--green-gradient-color));
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          /*background-image: url("../img/icon/arr_right_blue.png");
          background-repeat: no-repeat;
          background-position: right 3.2rem center;*/ }
          .stats .tit-area .tab-btn-wrap .btn-tab.active:before {
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background: #fff;
            z-index: -1; }
          .stats .tit-area .tab-btn-wrap .btn-tab.active:after {
            background: url("../img/icon/arr_right_blue.png") no-repeat center;
            background-size: auto 1.2rem; }
  .stats .box-white {
    padding: 4.4rem 6.9rem;
    position: relative;
    z-index: 10;
    border-radius: 16px;
    background: #fff;
    max-width: 97rem;
    /*max-height: 57.5rem;*/
    width: 65%;
    left: -5rem;
    opacity: 0;
    transition: all 1.3s ease-out; }
    @media (max-width: 1199px) {
      .stats .box-white {
        margin-top: 3.2rem;
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        left: 0;
        opacity: 1;
        transition: none; } }
    @media (max-width: 767px) {
      .stats .box-white {
        padding: 2.2rem 2rem;
        margin-top: 1.8rem; } }
    .stats .box-white .tab-content {
      margin-top: 0; }
    .stats .box-white .img-wrap {
      margin-top: 1.6rem; }
      .stats .box-white .img-wrap .scroll-wrap.border {
        border: 1px solid #DEDEDE;
        padding: 2.3rem 1.7rem 1.3rem 1.7rem;
        border-radius: 16px; }
        @media (max-width: 767px) {
          .stats .box-white .img-wrap .scroll-wrap.border {
            padding: 2.3rem 1rem 1.3rem 1rem; } }
      .stats .box-white .img-wrap a {
        display: block;
        width: 100%;
        height: 100%;
        max-width: 90.8rem; }
      .stats .box-white .img-wrap img {
        display: block;
        min-width: 50rem;
        max-width: 98%; }
        @media (max-width: 1023px) {
          .stats .box-white .img-wrap img {
            min-width: 40rem; } }
      .stats .box-white .img-wrap .txt {
        display: block;
        margin-top: 1rem;
        text-align: right;
        font-size: 1.8rem;
        color: #8E8E8E;
        padding-bottom: 1rem; }
        @media (max-width: 767px) {
          .stats .box-white .img-wrap .txt {
            font-size: 1.6rem; } }
        .stats .box-white .img-wrap .txt b {
          font-weight: 700;
          color: #323232; }
  .stats.active:before {
    width: 47%;
    opacity: 0.75; }
    @media (max-width: 1199px) {
      .stats.active:before {
        width: 100%; } }
  .stats.active .tit-area {
    left: 0;
    opacity: 1; }
  .stats.active .box-white {
    left: 0;
    opacity: 1; }

/* 풀페이지 */
/* fp-nav */
#fp-nav {
  z-index: 25;
  /* dark */ }
  #fp-nav:before {
    content: '';
    width: 0.1rem;
    height: calc(100% - 5rem);
    display: block;
    background: #B2B5C0;
    position: absolute;
    left: 0.5rem;
    top: 1rem; }
  #fp-nav.left {
    left: 30px; }
  #fp-nav > ul > li {
    position: relative;
    width: auto;
    height: auto;
    margin: 0; }
    #fp-nav > ul > li:last-of-type {
      display: none; }
    #fp-nav > ul > li a {
      position: relative;
      padding: 2.4rem 0;
      display: block; }
      #fp-nav > ul > li a:before, #fp-nav > ul > li a:after {
        display: block;
        position: absolute;
        left: 0;
        border-radius: 50%;
        background: #fff; }
      #fp-nav > ul > li a:before {
        content: '';
        width: 0.6rem;
        height: 0.6rem;
        opacity: 1;
        z-index: 2;
        left: 0.3rem;
        top: 0.6rem;
        background: #B2B5C0; }
      #fp-nav > ul > li a:after {
        content: '';
        width: 1.2rem;
        height: 1.2rem;
        opacity: 0.2;
        z-index: 1;
        top: 0.35rem;
        display: none; }
      #fp-nav > ul > li a.active {
        z-index: 5; }
        #fp-nav > ul > li a.active:before {
          background: #fff; }
        #fp-nav > ul > li a.active:after {
          display: block;
          animation: widthAni 0.45s infinite alternate ease; }
  #fp-nav.dark > ul > li a {
    background: var(--navy-color); }
    #fp-nav.dark > ul > li a.active:before, #fp-nav.dark > ul > li a.active:after {
      background: var(--navy-color); }
    #fp-nav.dark > ul > li a.active:after {
      opacity: 0.2; }

@media (max-width: 1023px) {
  #fullpage .section {
    height: auto !important; }
  #fullpage .fp-tableCell {
    height: auto !important; } }

/* 차트 컨테이너 기본 스타일 */
/* 차트 컨테이너 기본 스타일 */
#chartContainer {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 15px;
  position: relative; }

/* 상단 정보 영역 */
.chart-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  gap: 0.6rem;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .chart-header {
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start; } }

.chart-header .item {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #DDEEDD;
  border-radius: 50px;
  padding: 1rem;
  min-width: 22rem;
  flex: 1 0; }
  @media (max-width: 1023px) {
    .chart-header .item {
      padding: 0.5rem 1.5rem;
      flex: 1 0;
      flex-wrap: wrap;
      flex-direction: column;
      min-width: 11.4rem; } }

.chart-header .item span {
  display: block;
  font-size: 1.8rem;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500; }
  @media (max-width: 1023px) {
    .chart-header .item span {
      font-size: 1.6rem; } }
  @media (max-width: 767px) {
    .chart-header .item span {
      font-size: 1.4rem; } }

.chart-header .item .value {
  font-size: 1.8rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5); }
  @media (max-width: 1023px) {
    .chart-header .item .value {
      font-size: 1.6rem; } }
  @media (max-width: 767px) {
    .chart-header .item .value {
      font-size: 1.4rem; } }
  .chart-header .item .value:before {
    content: '|';
    margin: 0 1rem;
    font-weight: 600; }
    @media (max-width: 1023px) {
      .chart-header .item .value:before {
        margin: 0 0.5rem;
        display: none; } }

.chart-header .total {
  border: 1px solid var(--navy-color);
  color: var(--navy-color); }

.chart-header .total span {
  color: var(--navy-color); }

.chart-header .total .value {
  color: var(--navy-color); }

/* y축 라벨 스타일 */
.highcharts-yaxis-labels {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 12px;
  color: #666; }

/* x축 라벨 스타일 */
.highcharts-xaxis-labels {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 12px;
  color: #666; }

/* 막대 스타일 (기업수, 출연금액) */
.highcharts-series-0 rect {
  fill: var(--navy-color);
  /* 기업수 막대 색상 */ }

.highcharts-series-1 rect {
  fill: #00D3AB;
  /* 출연금액 막대 색상 */ }

/* 툴팁 스타일 */
.highcharts-tooltip {
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 5px; }

/* 차트 막대 안쪽 라벨 스타일 */
.highcharts-data-labels text {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 12px;
  font-weight: 700;
  fill: #fff; }

/* 차트의 그리드 라인 스타일 */
.highcharts-grid-line {
  stroke: #e6e6e6;
  stroke-width: 1; }

/* 차트 타이틀 숨김 */
.highcharts-title {
  display: none; }

#esg-main-chart .highcharts-xaxis-grid .highcharts-grid-line {
  stroke: #fff !important; }

#esg-main-chart .highcharts-series rect {
  clip-path: inset(0 0 0 0 round 4px 4px 0 0); }
