@charset "UTF-8";
.wrap.sustainability_wrap .vh_bg_wrap.esg_overview_wrap .sustainability_video_bg {
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.wrap.sustainability_wrap .vh_bg_wrap.environment_wrap {
  background: url(../img/sustainability/environemnt_bg.png) center no-repeat;
  background-size: cover;
}

.wrap.sustainability_wrap .vh_bg_wrap.environment_wrap .center_wrap .text_box .menu_text_box .circle_box {
  background-color: #169E4B;
}

.wrap.sustainability_wrap .vh_bg_wrap.environment_wrap .center_wrap .text_box .menu_text_box .menu_text {
  color: #169E4B;
}

.wrap.sustainability_wrap .vh_bg_wrap.society_wrap {
  background: url(../img/sustainability/society_bg.png) center no-repeat;
  background-size: cover;
}

.wrap.sustainability_wrap .vh_bg_wrap.governance_wrap {
  background: url(../img/sustainability/governance_bg.png) center no-repeat;
  background-size: cover;
}

.wrap.sustainability_wrap .vh_bg_wrap.governance_wrap .center_wrap .text_box .menu_text_box .circle_box {
  background-color: #0096DA;
}

.wrap.sustainability_wrap .vh_bg_wrap.governance_wrap .center_wrap .text_box .menu_text_box .menu_text {
  color: #0096DA;
}

.wrap.sustainability_wrap .contents_wrap article .tab_box.environment_box .center_wrap .tab_menu_box .tab.active {
  border: 2px solid #169E4B;
  color: #169E4B;
}

.wrap.sustainability_wrap .contents_wrap article .tab_box.environment_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .text_box .sub_title_text {
  color: #169E4B;
}

.wrap.sustainability_wrap .contents_wrap article .tab_box.society_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .text_box .sub_title_text {
  color: #ED7100;
}

.wrap.sustainability_wrap .contents_wrap article .tab_box.governance_box .center_wrap .tab_menu_box .tab {
  width: 33.333%;
}

.wrap.sustainability_wrap .contents_wrap article .tab_box.governance_box .center_wrap .tab_menu_box .tab.active {
  border: 2px solid #0096DA;
  color: #0096DA;
}

.wrap.sustainability_wrap .contents_wrap article .tab_box.governance_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .text_box .sub_title_text {
  color: #0096DA;
}

.wrap.sustainability_wrap .contents_wrap article .tab_box .center_wrap .tab_menu_box .tab.active {
  font-family: '05HanwhaGothicR', sans-serif;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .title_box h1 {
  font-size: 20px;
  margin-bottom: 12px;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .title_box .pc_text {
  display: none;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box {
  margin-bottom: 60px;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .sub_black_title_text {
  font-size: 18px;
  margin-bottom: 20px;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .sub_title_text {
  margin-bottom: 12px;
  font-size: 16px;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .img_box {
  line-height: 0;
  margin-bottom: 20px;
  position: relative;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .img_box .caption_text {
  font-size: 12px;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 2px 8px;
  text-align: right;
  line-height: 16px;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .img_box .caption_text.pc_text {
  display: none;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .img_box.img_flex_box img {
  width: 100%;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .img_box.img_flex_box p {
  margin-top: 12px;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box p {
  margin-bottom: 12px;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box p:last-child {
  margin: 0;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .sub_text {
  color: #666;
  margin-top: 12px;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .sub_text_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .sub_text_box span {
  color: #666;
  display: block;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .sub_text_box .round_text {
  color: #169E4B;
  border: 1px solid #169E4B;
  border-radius: 30px;
  padding: 0 8px;
  height: 22px;
  margin-right: 8px;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .sub_img_box {
  margin-top: 20px;
  line-height: 0;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .sub_img_box.society02_1_img_box img {
  width: 100%;
  max-width: 400px;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .group_box li {
  margin-bottom: 12px;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .group_box li > span {
  display: block;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .group_box li .group_name {
  padding: 0 8px;
  background-color: #eee;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 6px;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box {
  background-color: #f5f5f5;
  padding: 20px;
  text-align: center;
  margin-top: 20px;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .pc_img {
  display: none;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box h3 {
  font-size: 18px;
  margin-bottom: 12px;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .icon_con_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .icon_con_box .white_box {
  padding: 16px 8px;
  width: calc(33% - 6px);
  background-color: #fff;
  text-align: center;
  margin-bottom: 16px;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .icon_con_box .white_box .icon_box {
  margin-bottom: 6px;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .icon_con_box .white_box .icon_box img {
  width: 100%;
  max-width: 120px;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .icon_con_box .white_box span {
  display: block;
  font-size: 12px;
  line-height: 16px;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .hanwha_group_text_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .hanwha_group_text_box li::after {
  content: '|';
  margin: 0 4px;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .hanwha_group_text_box li:last-child::after {
  content: '';
  margin: 0;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .gray_con_box {
  text-align: left;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .gray_con_box .white_box {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 12px;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .gray_con_box .white_box .round_text {
  border-radius: 50%;
  border: 2px solid #ED7100;
  background-color: #fff;
  width: 60px;
  height: 60px;
  position: relative;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .gray_con_box .white_box .round_text span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  background-color: #ED7100;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .gray_con_box .white_box h4 {
  margin: 12px 0;
  font-size: 16px;
  color: #ED7100;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .gray_con_box .white_box .con_text_box {
  border-top: 1px solid #ddd;
  padding-top: 12px;
  margin-top: 12px;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .gray_con_box .white_box .con_text_box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #666;
  margin-bottom: 6px;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .gray_con_box .white_box .con_text_box li::before {
  content: '·';
  display: block;
  margin-right: 4px;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .gray_con_box .white_box .con_text_box li:last-child {
  margin: 0;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .right_bottom_text {
  display: block;
  color: #666;
  text-align: right;
  margin-top: 8px;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box:last-child {
  margin: 0;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box h3 {
  font-size: 16px;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box {
  border-radius: 20px;
  padding: 20px 16px;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box .title_box {
  border-radius: 50%;
  width: 96px;
  height: 96px;
  position: relative;
  margin: 0 auto 20px;
  min-width: 96px;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box .title_box span {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) skew(-0.1deg);
          transform: translate(-50%, -50%) skew(-0.1deg);
  width: 88px;
  height: 88px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box .esg_con_box {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box .esg_con_box > div .con_text {
  margin-top: 6px;
  width: 100%;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box .esg_con_box > div .con_text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box .esg_con_box > div .con_text span::before {
  content: '·';
  margin-right: 4px;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box.environment_bg_box .title_box {
  border: 1px solid #169E4B;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box.environment_bg_box .title_box span {
  background-color: #169E4B;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box.environment_bg_box .esg_con_box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box.environment_bg_box .esg_con_box > div {
  width: calc(33% - 4px);
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box.social_bg_box .title_box {
  border: 1px solid #ED7100;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box.social_bg_box .title_box span {
  background-color: #ED7100;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box.social_bg_box .esg_con_box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box.social_bg_box .esg_con_box > div {
  width: calc(50% - 8px);
  margin-bottom: 12px;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box.social_bg_box .esg_con_box > div:nth-child(3), .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box.social_bg_box .esg_con_box > div:last-child {
  margin: 0;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box.governance_bg_box .title_box {
  border: 1px solid #0096DA;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box.governance_bg_box .title_box span {
  background-color: #0096DA;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box.governance_bg_box .esg_con_box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box.governance_bg_box .esg_con_box > div {
  width: calc(50% - 8px);
  margin-bottom: 12px;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box.governance_bg_box .esg_con_box > div:last-child {
  margin: 0;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_group_box .sub_title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_group_box .sub_title_box h3 {
  font-size: 16px;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_group_box .sub_title_box .sub_text {
  color: #666;
  margin-left: 8px;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_group_box ul {
  background-color: #FBF3EC;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 20px 16px 16px;
  margin-top: 16px;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_group_box ul li {
  margin-bottom: 4px;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_group_box ul li::after {
  content: '|';
  margin: 0 6px;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_group_box ul li:last-child::after {
  content: '';
  margin: 0;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_box ul {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_box ul li {
  width: calc(50% - 10px);
  background-color: #f5f5f5;
  margin-bottom: 20px;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_box ul li .icon_box {
  border-radius: 0 0 120px 0;
  width: 120px;
  height: 100px;
  position: relative;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_box ul li .icon_box img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 0 0 60px 0;
  width: 90px;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_box ul li h3 {
  margin: 12px 0 8px;
  padding: 0 16px;
  font-size: 16px;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_box ul li .text {
  padding: 0 12px 12px;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_box ul li .text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_box ul li .text span::before {
  content: '·';
  margin-right: 4px;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_box ul .esg01_box .icon_box {
  background-color: #FDC30A;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_box ul .esg02_box .icon_box {
  background-color: #A21A42;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_box ul .esg03_box .icon_box {
  background-color: #C08B2F;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_box ul .esg04_box .icon_box {
  background-color: #3F7E45;
}

.wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_box ul .esg05_box .icon_box {
  background-color: #1A486A;
}

@media all and (min-width: 768px) {
  .wrap.sustainability_wrap .contents_wrap article .tab_box .center_wrap .tab_menu_box .tab {
    width: 25%;
    font-size: 18px;
    height: 50px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .title_box h1 {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .title_box .pc_text {
    display: block;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .title_box .mo_text {
    display: none;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box {
    margin-bottom: 80px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .sub_black_title_text {
    font-size: 24px;
    margin-bottom: 28px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .sub_title_text {
    margin-bottom: 16px;
    font-size: 22px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .img_box {
    margin-bottom: 24px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .img_box .caption_text {
    font-size: 14px;
    padding: 4px 8px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .img_box .caption_text.mo_text {
    display: none;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .img_box .caption_text.pc_text {
    display: block;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .img_box.img_flex_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .img_box.img_flex_box img {
    width: 60%;
    height: auto;
    margin-right: 20px;
    max-width: 615px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .img_box.img_flex_box p {
    width: calc(50% - 20px);
    margin: 0;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box p {
    margin-bottom: 16px;
    font-size: 16px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .sub_text {
    margin-top: 16px;
    font-size: 16px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .sub_img_box {
    margin-top: 24px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .sub_img_box.environemnt01_2_img_box img {
    max-width: 570px;
    min-width: 320px;
    width: 30%;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .sub_img_box.society03_1_img_box img {
    max-width: 280px;
    width: 100%;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .group_box li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .group_box li span {
    font-size: 16px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .group_box li .group_name {
    padding: 2px 12px;
    margin: 0 8px 0 0;
    height: 34px;
    line-height: 32px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .group_box li .group_con_text {
    margin-top: 3px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box {
    padding: 24px;
    margin-top: 32px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .pc_img {
    margin: 0 auto;
    display: block;
    width: 80%;
    max-width: 540px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .mo_img {
    display: none;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .icon_con_box .white_box {
    padding: 20px;
    width: calc(33% - 8px);
    margin-bottom: 20px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .icon_con_box .white_box .icon_box {
    margin-bottom: 8px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .icon_con_box .white_box .icon_box img {
    max-width: 130px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .icon_con_box .white_box span {
    font-size: 16px;
    line-height: 22px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .hanwha_group_text_box li {
    font-size: 16px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .hanwha_group_text_box li::after {
    margin: 0 6px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .right_bottom_text {
    margin-top: 12px;
    font-size: 16px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box h3 {
    font-size: 20px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box {
    border-radius: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box .title_box {
    margin: 0 12px 0 0;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box .esg_con_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box.environment_bg_box .esg_con_box > div {
    width: auto;
    margin-right: 20px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box.social_bg_box .esg_con_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box.social_bg_box .esg_con_box > div {
    margin: 0 20px 0 0;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box.social_bg_box .esg_con_box > div:nth-child(3) {
    margin: 0 20px 0 0;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box.governance_bg_box .esg_con_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box.governance_bg_box .esg_con_box > div {
    width: auto;
    margin: 0 20px 0 0;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_group_box .sub_title_box h3 {
    font-size: 18px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_group_box .sub_title_box .sub_text {
    font-size: 16px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_group_box ul {
    border-radius: 120px;
    padding: 20px 40px 16px;
    margin-top: 20px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_group_box ul li {
    font-size: 16px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_group_box ul li::after {
    margin: 0 8px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_box ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_box ul li {
    width: calc(33% - 10px);
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_box ul li .icon_box {
    border-radius: 0 0 120px 0;
    width: 140px;
    height: 110px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_box ul li .icon_box img {
    border-radius: 0 0 60px 0;
    width: 100px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_box ul li h3 {
    margin: 12px 0 8px;
    padding: 0 16px;
    font-size: 18px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_box ul li .text {
    padding: 0 16px 12px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_box ul li .text span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_box ul li .text span::before {
    content: '·';
    margin-right: 4px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_box ul .esg02_box {
    margin: 0 15px 20px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_box ul .esg05_box {
    margin: 0 15px 20px;
  }
}

@media all and (min-width: 900px) {
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .gray_con_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .gray_con_box .white_box {
    width: calc(33% - 8px);
    padding: 20px;
    margin: 0;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .gray_con_box .white_box .round_text {
    width: 80px;
    height: 80px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .gray_con_box .white_box .round_text span {
    width: 68px;
    height: 68px;
    font-size: 20px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .gray_con_box .white_box h4 {
    font-size: 18px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .gray_con_box .white_box h5 {
    font-size: 16px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .gray_con_box .white_box .con_text_box {
    padding-top: 12px;
    margin-top: 12px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .gray_con_box .white_box .con_text_box li {
    font-size: 16px;
    margin-bottom: 6px;
  }
}

@media all and (min-width: 1200px) {
  .wrap.sustainability_wrap .contents_wrap article .tab_box .center_wrap .tab_menu_box {
    margin-bottom: 60px;
  }
  .wrap.sustainability_wrap .contents_wrap article .tab_box .center_wrap .tab_menu_box .tab {
    height: 56px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .title_box {
    min-width: 420px;
    padding-right: 40px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .title_box h1 {
    font-size: 40px;
    margin: 0;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box {
    margin-bottom: 100px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .sub_black_title_text {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .sub_title_text {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .img_box {
    margin-bottom: 32px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .img_box .caption_text {
    font-size: 15px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .img_box.img_flex_box {
    display: block;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .img_box.img_flex_box img {
    min-width: 360px;
    width: 100%;
    margin: 0;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .img_box.img_flex_box p {
    width: 100%;
    margin-top: 20px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box p {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .sub_img_box {
    margin-top: 32px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .sub_img_box.environemnt01_2_img_box img {
    max-width: 570px;
    min-width: 320px;
    width: 30%;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .sub_img_box.environemnt03_1_img_box img {
    max-width: 320px;
    width: 100%;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .sub_img_box.society01_1_img_box img {
    max-width: 320px;
    width: 100%;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .sub_img_box.society02_1_img_box img {
    max-width: 500px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .group_box li span {
    font-size: 20px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box {
    padding: 32px 24px;
    margin-top: 40px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .icon_con_box .white_box {
    padding: 32px 20px;
    width: calc(33% - 12px);
    margin-bottom: 32px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .icon_con_box .white_box .icon_box img {
    max-width: 160px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .icon_con_box .white_box span {
    font-size: 18px;
    line-height: 24px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .hanwha_group_text_box li {
    font-size: 20px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .gray_con_box .white_box {
    padding: 24px 20px;
    margin: 0;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .gray_con_box .white_box .round_text {
    width: 80px;
    height: 80px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .gray_con_box .white_box .round_text span {
    width: 68px;
    height: 68px;
    font-size: 20px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .gray_con_box .white_box h4 {
    font-size: 20px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .gray_con_box .white_box h5 {
    font-size: 18px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .right_bottom_text {
    font-size: 18px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box h3 {
    font-size: 24px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box .title_box {
    width: 104px;
    height: 104px;
    min-width: 104px;
    margin: 0 12px 0 0;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box .title_box span {
    width: 96px;
    height: 96px;
    font-size: 13.5px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box.social_bg_box .esg_con_box > div {
    margin: 0 12px 0 0;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box.social_bg_box .esg_con_box > div:nth-child(3) {
    margin: 0 12px 0 0;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_group_box .sub_title_box h3 {
    font-size: 24px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_group_box .sub_title_box .sub_text {
    font-size: 18px;
    margin-left: 16px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_group_box ul {
    padding: 20px 60px 16px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_group_box ul li {
    font-size: 20px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_box ul li {
    width: calc(33% - 20px);
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_box ul li .icon_box {
    border-radius: 0 0 120px 0;
    width: 180px;
    height: 130px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_box ul li .icon_box img {
    border-radius: 0 0 60px 0;
    width: 120px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_box ul li h3 {
    margin: 16px 0 8px;
    padding: 0 20px;
    font-size: 20px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_box ul li .text {
    padding: 0 20px 16px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_box ul li .text span {
    font-size: 18px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_box ul .esg02_box {
    margin: 0 20px 20px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_box ul .esg05_box {
    margin: 0 20px 20px;
  }
}

@media all and (min-width: 1300px) {
  .wrap.sustainability_wrap .contents_wrap article .tab_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .text_box .img_box.img_flex_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .wrap.sustainability_wrap .contents_wrap article .tab_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .text_box .img_box.img_flex_box img {
    margin-right: 40px;
    max-width: 615px;
  }
  .wrap.sustainability_wrap .contents_wrap article .tab_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .text_box .img_box.img_flex_box p {
    width: 100%;
    margin: 0;
  }
}

@media all and (min-width: 1400px) {
  .wrap.sustainability_wrap .contents_wrap article .tab_box .center_wrap .tab_area_box .tab_con .flex_box .con_box .text_box .sub_img_box.environemnt01_2_img_box img {
    max-width: 500px;
    width: 100%;
  }
}

@media all and (min-width: 1500px) {
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box .title_box {
    width: 112px;
    height: 112px;
    min-width: 112px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box .title_box span {
    width: 104px;
    height: 104px;
    font-size: 15px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box .esg_con_box > div h4 {
    font-size: 18px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box .esg_con_box > div .con_text span {
    font-size: 16px;
  }
}

@media all and (min-width: 1800px) {
  .wrap.sustainability_wrap .contents_wrap article .tab_box .center_wrap .tab_menu_box .tab {
    font-size: 20px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .title_box {
    min-width: 490px;
    padding-right: 40px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .sub_img_box.society02_1_img_box img {
    max-width: 600px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .sub_img_box.society03_1_img_box img {
    max-width: 330px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box {
    padding: 40px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .pc_img {
    width: 100%;
    max-width: 720px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .gray_con_box .white_box {
    padding: 24px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .gray_con_box .white_box .round_text {
    width: 100px;
    height: 100px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .gray_con_box .white_box .round_text span {
    width: 84px;
    height: 84px;
    font-size: 24px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .gray_con_box .white_box h4 {
    font-size: 20px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .gray_con_box .white_box span {
    font-size: 18px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .gray_con_box .white_box .con_text_box {
    padding-top: 16px;
    margin-top: 16px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box .gray_bg_box .gray_con_box .white_box .con_text_box li {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box .title_box {
    width: 140px;
    height: 140px;
    min-width: 140px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box .title_box span {
    width: 120px;
    height: 120px;
    font-size: 16px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box .esg_con_box > div h4 {
    font-size: 20px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box .esg_con_box > div .con_text span {
    font-size: 18px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box.environment_bg_box .esg_con_box > div, .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_active_box .gray_bg_box.governance_bg_box .esg_con_box > div {
    margin-right: 48px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_group_box ul {
    padding: 20px 80px 16px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_box ul li h3 {
    padding: 0 32px;
  }
  .wrap.sustainability_wrap .contents_wrap article .flex_box .con_box .text_box.esg_box ul li .text {
    padding: 0 32px 20px;
  }
}
