/* 서브페이지 상단 공통 */

.fix_menu_wrap {
  left: 0;
  top: -72px;
  width: 100%;
  background: #fff;
  position: absolute;
}
.fix_menu_wrap.showup {
}

.fix_menu_wrap.fix {
  position: fixed;
  top: 52.7px;
  left: 0;
  z-index: 5;
  transition: all 0.3s;
}

.fix_menu_wrap.fix .fix_menu {
  justify-content: center;
  box-sizing: border-box;
}

.fix_menu_wrap .fix_menu {
  overflow: hidden;
  padding: 10px 0 16px;
  transition: all 0.3s;
  max-width: 1200px;
  width: 100%;
  bottom: 0;
  margin: 0 auto;
}
.fix_menu_wrap .fix_menu li {
  font-size: 16px;
  padding: 9px 24px;
  line-height: 24px;
  font-weight: 500;
  color: #999999;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
  top: 75px;
  opacity: 0;
  transition: all 0.65s;
  box-sizing: border-box;
  margin-right: 10px;
}
.fix_menu_wrap .fix_menu li:last-child {
  margin-right: 0;
}
.fix_menu_wrap.fix .fix_menu.on li {
  transition: color 0.2s;
}
.fix_menu_wrap .fix_menu li:hover {
  color: #000;
}
.fix_menu_wrap .fix_menu.on li {
  top: 0;
  opacity: 1;
}
.fix_menu_wrap.fix .fix_menu.on li {
  transition-delay: unset !important;
}
.fix_menu_wrap.fix .fix_menu.on li:first-child {
}
.fix_menu_wrap .fix_menu.on li:nth-child(2) {
  transition-delay: 0.1s;
}
.fix_menu_wrap .fix_menu.on li:nth-child(3) {
  transition-delay: 0.2s;
}
.fix_menu_wrap .fix_menu.on li:nth-child(4) {
  transition-delay: 0.3s;
}
.fix_menu_wrap .fix_menu.on li:nth-child(5) {
  transition-delay: 0.4s;
}
.fix_menu_wrap .fix_menu li.on {
  background-color: #000;
  color: #fff;
}
.sub_top {
  max-width: 1200px;
  width: 100%;
  padding: 140px 0px 150px;
  margin: 0 auto;
}
.sub_top .sub_title {
  font-weight: 700;
  font-size: 44px;
  line-height: 53px;
}
.sub_top .sub_top_desc {
  font-size: 18px;
  line-height: 27px;
  padding: 20px 0 0px;
}

/* esg */
.wrap {
  position: relative;
}
.esg_container {
  position: relative;
  z-index: 1;
  transition: all 0.6s;
  width: 100%;
}
.esg_container .table_date {
  font-size: 12px;
  line-height: 14px;
  color: #999999;
  display: block;
  padding-top: 20px;
}
.esg_container.up {
}
h3.esg_cont_title {
  font-weight: 700;
  font-size: 50px;
  line-height: 75px;
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 50px;
}
.esg_bnr {
  /*   height: 600px;
  background: url(../img/esg_top.png) no-repeat center/cover; */
}
.esg_bnr .esg_bnr_mo {
  display: none;
}
.esg_bnr {
  position: relative;
  padding-bottom: 32%;
  overflow: hidden;
}
.esg_bnr img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  object-fit: cover;
  width: 100%;
}
/* esg1 */
.esg_container #esg_cont1 {
  padding-top: 200px;
}
.esg_container .env_inner {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.esg_container #esg_cont1 .env_txt {
  width: 44%;
  padding-left: 100px;
  display: flex;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.esg_container #esg_cont1 .env_inner.sec {
  /*   padding-top: 150px; */
  padding-top: 8vw;
}
.esg_container #esg_cont1 .env_inner.sec .env_txt {
  align-items: end;
  padding-left: 0;
  padding-right: 100px;
}
.esg_container #esg_cont1 .env_txt .env_title {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  display: block;
  opacity: 0;
}
#esg_cont1 .env_inner.fis .env_title {
  transform: translateX(30px);
}
#esg_cont1 .env_inner.fis .env_desc {
  transform: translateX(30px);
}
.esg_container #esg_cont1 .env_inner.sec .env_txt .env_title {
  padding-right: 175px;
  transform: translateX(30px);
}
.esg_container #esg_cont1 .env_inner.sec .env_desc {
  transform: translateX(30px);
}
.esg_container #esg_cont1 .env_txt .env_desc {
  font-size: 16px;
  line-height: 28px;
  padding-top: 20px;
  opacity: 0;
}
.esg_container #esg_cont1 .env_img {
  width: 56%;
  /*   height: 575px; */
  height: 30vw;
}
.esg_container #esg_cont1 .env_inner.fis .env_img {
  background: url(../img/env_left.png) no-repeat center/contain;
}
.esg_container #esg_cont1 .env_inner.sec .env_img {
  background: url(../img/env_right.png) no-repeat center/contain;
}
/* esg2 */
.social_container .scl_cont {
  padding-top: 80px;
  display: none;
}
.social_container .scl_cont.on {
  display: block;
}

#esg_cont2 {
  padding-top: 200px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#esg_cont2 .esg_cont_title {
  text-align: center;
}
#esg_cont2 ul.social_tab {
  justify-content: center;
  border-bottom: 1px solid #dedede;
}
#esg_cont2 ul.social_tab li {
  margin: 0 25px;
  font-weight: 500;
  color: #999;
  cursor: pointer;
  padding-bottom: 20px;
  line-height: 1.5;
}
#esg_cont2 ul.social_tab li.on {
  color: #000;
  border-bottom: 2px solid #000;
}
.scl_txt_wrap strong.social_tit {
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  display: block;
  padding-bottom: 30px;
}
.scl_txt_wrap p.scl_desc {
  font-size: 16px;
  line-height: 28px;
}

.scl_txt_wrap > img {
  width: 100%;
  margin: 80px 0 0;
}
.scl_txt_wrap .scl_txt_box {
  margin-top: 80px;
}
.scl_txt_wrap .scl_txt_box b.scl_txt_tit {
  font-weight: 600;
  font-size: 20px;
  line-height: 38px;
  display: block;
  padding-bottom: 20px;
}
.go_link {
  display: block;
  color: #999999;
  position: relative;
  font-weight: 500;
  line-height: 24px;
  background: #ffffff;
  border-radius: 50px;
  width: 295px;
  padding: 20px 30px 18px;
  margin-top: 30px;
  text-align: center;
  border: 1px solid #eaeaea;
  transition: all 0.4s;
}
.go_link span.link-arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.4s;
  background: url(../img/link-white_arrow.png) no-repeat center/contain;
  width: 20px;
  height: 10px;
}
.go_link:hover {
  width: 333px;
  background-color: var(--c-point);
  color: #fff;
  text-indent: -20px;
}
.go_link:hover span.link-arrow {
  opacity: 1;
}

#esg_cont2 .article_list > article:not(:last-child) {
  margin-bottom: 30px;
}
#esg_cont2 .article_list > article:first-child .article_img {
  background: url(../img/article_thumb03.png) no-repeat center/cover;
}
#esg_cont2 .article_list > article:nth-child(2) .article_img {
  background: url(../img/article_thumb02.png) no-repeat center/cover;
}
#esg_cont2 .article_list > article:nth-child(3) .article_img {
  background: url(../img/article_thumb01.png) no-repeat center/cover;
}
#esg_cont2 .article_inner {
  width: calc(100% - 270px);
}
#esg_cont2 .article_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #dedede;
}
#esg_cont2 .article_tit {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  display: block;
  padding-bottom: 20px;
}
#esg_cont2 .article_content {
  font-size: 16px;
  line-height: 28px;
}
#esg_cont2 .article_link {
  font-size: 14px;
  line-height: 21px;
  color: #999;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}
#esg_cont2 .article_link i.article_arrow {
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/article_link.png) no-repeat center/100%;
  margin-left: 6px;
}
#esg_cont2 .article_img {
  width: 222px;
  height: 140px;
}

/* esg con2 _ mo */
.social_mo {
  display: none;
}
#esg_cont2_mo {
}
#esg_cont2 #esg_cont2_mo .esg_cont_title {
  text-align: left;
}
.social_mo .acc_item .acc_txt > img {
  width: 100%;
  margin: 20px 0;
}
.social_mo .acc_list .article_acc .acc_txt:last-child {
  padding-top: 0;
}
#esg_cont2_mo .acc_list {
}
.esg_container .acc_list .acc_item {
  padding: 20px 0;
  border: 1px solid #dedede;
  border-left: 0;
  border-right: 0;
  width: calc(100% - 40px);
  margin: -1px auto;
}
.esg_container .acc_list .acc_item.on {
  border-color: #000;
  position: relative;
}
.esg_container .acc_list .acc_item .acc_title {
  font-weight: 600;
  font-size: 20px;
  color: #999999;
  line-height: 30px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
}
.esg_container .acc_list .acc_item .acc_title:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 10px;
  height: 7px;
  background: url(../img/acc_arrow_down.png) no-repeat center/100%;
}
.esg_container .acc_list .acc_item.on .acc_title:after {
  transform: translateY(-50%);
  background: url(../img/acc_arrow_up.png) no-repeat center/100%;
}
.esg_container .acc_list .acc_item.on .acc_title {
  color: #000;
}
.esg_container .acc_list .acc_content {
  height: 0;
  overflow: hidden;
  transition: all 0.8s;
}

.esg_container .acc_list .acc_content .acc_txt {
  padding: 20px 0px 40px;
}
.esg_container .acc_list .acc_content .acc_txt:last-child {
  padding-bottom: 20px;
}
.esg_container .acc_list .acc_content .acc_txt > b {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: block;
  padding-bottom: 10px;
}
.esg_container .acc_list .acc_content .acc_txt > p {
  font-size: 14px;
  line-height: 25px;
}
/* .esg_container .acc_list .acc_content .acc_txt > a {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #999999;
  display: inline-block;
  margin-top: 20px;
} */
.esg_container .acc_list .acc_item img {
  width: 100%;
}

/* esg cont3 */
#esg_cont3 {
  padding: 200px 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#esg_cont3 .govern_container > div:not(:first-child) {
  padding-top: 150px;
}
#esg_cont3 .govern_flex2 {
  display: flex;
  flex-wrap: wrap;
}
#esg_cont3 .govern_flex2 .ethic_mo {
  display: none;
}
#esg_cont3 .govern_flex2 .table_wrap.thr {
  padding-bottom: 80px;
}
#esg_cont3 .govern_flex2 .table_wrap.thr table tbody tr td.left {
  padding-left: 3vw;
}
#esg_cont3 .govern_flex2 .table_wrap.four table tbody tr td {
  line-height: 24px;
}
#esg_cont3 .govern_flex2 .table_wrap.four table tbody tr td.left {
  padding-left: 0;
}
#esg_cont3 .govern_flex2 img {
  width: 100%;
}
#esg_cont3 .govern_flex2 img.govern_img_mo {
  display: none;
}
#esg_cont3 .govern_flex2 b.gv_title {
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  width: 25%;
}
#esg_cont3 .govern_flex2 .gv_right {
  width: 75%;
}
#esg_cont3 .govern_flex2 .gv_right p.gv_desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 40px;
}
#esg_cont3 .govern_flex2 .gv_right p.gv_desc .gv_colgroup_mo {
  display: none;
}

#esg_cont3 .govern_flex2 b.gv_tit {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  display: block;
  padding-bottom: 20px;
}
#esg_cont3 .table_wrap table {
  width: 100%;
  border: 1px solid #000;
  border-left: 0;
  border-right: 0;
}
#esg_cont3 .table_wrap table thead {
  color: #666666;
}
#esg_cont3 .table_wrap table tr td {
  padding: 15px 10px;
  text-align: center;
  border-bottom: 1px solid #dedede;
  vertical-align: middle;
  line-height: 24px;
  font-size: 14px;
  line-height: 17px;
}
#esg_cont3 .table_wrap table tbody tr:last-child td {
  border-bottom: 0;
}
#esg_cont3 .table_wrap table tbody tr td.left {
  text-align: left;
  padding-left: 5vw;
}
#esg_cont3 .table_wrap.thr table tbody tr td {
  line-height: 24px;
}
#esg_cont3 ul.busi_ethic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 120px;
}
#esg_cont3 ul.busi_ethic li {
  background: #f8f8fa;
  width: calc(50% - 5px);
  height: 326px;
  margin-bottom: 10px;
}
#esg_cont3 ul.busi_ethic li:nth-child(n + 5):nth-child(-n + 6) {
  margin-bottom: 0;
}
#esg_cont3 ul.busi_ethic li .ethic_inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  padding: 0 25px;
}
#esg_cont3 ul.busi_ethic li .ethic_inner .ethic_icon {
  width: 66px;
  height: 66px;
}
#esg_cont3 ul.busi_ethic li .ethic_inner .ethic_icon img {
  width: 100%;
}
#esg_cont3 ul.busi_ethic li .ethic_inner > b {
  font-weight: 500;
  display: block;
  padding: 20px 0 6px;
  font-size: 16px;
  line-height: 28px;
}
#esg_cont3 ul.busi_ethic li .ethic_inner > p {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
}

/* esg cont3 mo */
/* esg cont3 이사회 */
#esg_cont3 .govern_flex2 .council_table_mo {
  display: none;
  padding-bottom: 35px;
}
.esg_container #esg_cont3 .acc_list .acc_item {
  width: 100%;
}
.esg_container #esg_cont3 .acc_list .acc_item .acc_title {
  font-size: 14px;
  line-height: 17px;
}
.council_table_mo .acc_inner {
  padding-top: 20px;
}
.council_table_mo table {
  width: 100%;
  padding-top: 20px;
}
.council_table_mo table thead {
  background: #f8f8fa;
}
.council_table_mo table tr {
  border-bottom: 1px solid #dedede;
}
.council_table_mo table thead td {
  color: #666666;
}
.council_table_mo table td {
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  padding: 12px 7px;
  vertical-align: middle;
}
.council_table_mo table td.left {
  text-align: left;
}

.council_table_mo table td:first-child {
  min-width: 51px;
}

/* esg cont3 위원회 */
#esg_cont3 .committee_info_mo {
  display: none;
}
#esg_cont3 .committee_info_mo .comittee_tit {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  display: block;
  padding-bottom: 14px;
}
#esg_cont3 .govern_flex2 .table_wrap.committee_info_mo table tbody tr td,
#esg_cont3 .govern_flex2 .table_wrap.committee_info_mo table tbody tr th {
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  padding: 12px 8px;
  border-bottom: 1px solid #dedede;
}
#esg_cont3 .committee_info_mo table tbody tr th {
  color: #666;
  min-width: 80px;
}
#esg_cont3 .govern_flex2 .table_wrap.committee_info_mo tbody tr:last-child td,
#esg_cont3 .govern_flex2 .table_wrap.committee_info_mo tbody tr:last-child th {
  border-bottom: 1px solid #000;
}

.anti_corruption_policy{background-color: #F8F8FA;padding: 40px;}
.anti_corruption_policy b{font-size: 22px;font-weight: 500;line-height: 1.5;display: block;text-align: center;padding-bottom:20px;}
.anti_corruption_policy ul{padding-bottom: 40px;}
.anti_corruption_policy li{font-size: 16px;line-height: 1.75;display: flex;}
.anti_corruption_policy .num{display: inline-block;padding-right: 5px;}
.anti_corruption_policy .date{color:#666666;font-size: 14px;text-align: center;}
.ceo_mark{width: 190px;line-height: 1.5;font-size: 14px;margin: 10px auto 0;}
.ceo_mark img{width: 100%;}

@media all and (max-width: 1280px) {
  .sub_top {
    padding: 140px 20px 150px;
  }
  .fix_menu_wrap .fix_menu {
    padding: 10px 20px 16px;
  }
  h3.esg_cont_title {
    padding: 0 20px;
  }
  .esg_container #esg_cont1 .env_txt,
  .esg_container #esg_cont1 .env_inner.sec .env_txt {
    padding: 0 20px;
  }
  #esg_cont2 {
    padding: 200px 20px 0;
    box-sizing: border-box;
  }

  /* esg cont3 */
  .govern_container {
    overflow: hidden;
  }
  #esg_cont3 .govern_container > div:not(:first-child) {
    padding-top: 100px;
  }
  #esg_cont3 .govern_flex2 {
    padding: 0 20px;
  }
  #esg_cont3 ul.busi_ethic li .ethic_inner > p br {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .sub_top {
    padding: 110px 20px;
  }
  .sub_top .sub_title {
    font-size: 40px;
  }
  .sub_top .sub_top_desc {
    font-size: 16px;
    line-height: 24px;
  }

  h3.esg_cont_title {
    font-size: 40px;
    margin: 0 auto 20px;
  }
  .fix_menu_wrap .fix_menu {
    padding: 0 20px 20px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .fix_menu_wrap.fix .fix_menu {
    padding: 10px 20px;
    justify-content: unset;
  }

  .fix_menu_wrap .fix_menu li {
    font-size: 14px;
    padding: 8px 16px;
  }
  .esg_container #esg_cont1 {
    padding-top: 80px;
  }
  .esg_container #esg_cont1 .env_txt .env_desc br {
    display: none;
  }
  .esg_container #esg_cont1 .env_inner.sec {
    padding-top: 80px;
  }
  .esg_container #esg_cont1 .env_inner.sec .env_txt .env_title {
    padding-right: 0;
    text-align: left;
    width: 100%;
  }
  #esg_cont2 {
    padding: 80px 20px 0;
  }
  #esg_cont2 ul.social_tab li {
    margin: 0 15px;
    font-size: 14px;
  }

  /* esg cont3 */
  #esg_cont3 {
    padding-top: 100px;
  }
}

@media all and (max-width: 767px) {
  .sub_top .sub_title {
    font-size: 30px;
    line-height: 36px;
  }
  .fix_menu_wrap {
    top: -57px;
  }
  .fix_menu_wrap.fix {
    border-bottom: 1px solid #eeeeee;
  }
  h3.esg_cont_title {
    font-size: 30px;
    line-height: 45px;
  }
  .esg_bnr {
    height: 75vw;
    padding-bottom: unset;
  }
  .esg_bnr .esg_bnr_mo {
    display: block;
  }
  .esg_bnr .esg_bnr_pc {
    display: none;
  }
  .esg_container #esg_cont1 {
    border-bottom: 10px solid #f5f5f5;
  }
  .esg_container #esg_cont1 .env_img,
  .esg_container #esg_cont1 .env_txt {
    width: 100%;
  }
  .esg_container #esg_cont1 .env_img {
    height: 78vw;
  }
  .esg_container #esg_cont1 .env_inner .env_txt .env_title,
  .esg_container #esg_cont1 .env_inner.sec .env_txt .env_title {
    font-size: 18px;
    line-height: 27px;
    transform: translateX(0);
    opacity: 1;
  }

  .esg_container #esg_cont1 .env_txt .env_desc,
  .esg_container #esg_cont1 .env_inner.sec .env_desc {
    font-size: 14px;
    line-height: 25px;
    transform: translateX(0);
    opacity: 1;
  }
  .esg_container #esg_cont1 .env_inner.fis .env_img {
    background: url(../img/env_left_mo.png) no-repeat center/cover;
  }
  .esg_container #esg_cont1 .env_inner.sec .env_img {
    background: url(../img/env_right_mo.png) no-repeat center/cover;
  }
  .esg_container #esg_cont1 .env_txt,
  .esg_container #esg_cont1 .env_inner.sec .env_txt {
    padding: 30px 20px 60px;
  }
  .esg_container #esg_cont1 .env_inner.sec {
    padding-top: 0;
    flex-direction: column-reverse;
  }

  /* esg cont2 */
  #esg_cont2 {
    border-bottom: 10px solid #f5f5f5;
    padding: 50px 0;
  }

  .social_pc {
    display: none;
  }
  .social_mo {
    display: block;
  }

  #esg_cont2 .article_link {
    font-size: 14px;
    line-height: 21px;
    margin-top: 0;
  }
  .go_link {
    width: auto;
    padding: 0;
    border: none;
    margin-top: 20px;
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
  }
  .go_link span.link-arrow {
    background: url(../img/article_link.png) no-repeat center/cover;
    opacity: 1;
    width: 10px;
    height: 10px;
    right: -18px;
  }
  .go_link:hover {
    width: unset;
    background-color: unset;
    color: unset;
    text-indent: unset;
  }
  /* esg cont3 */
  #esg_cont3 {
    padding: 50px 0 170px;
  }

  #esg_cont3 .govern_flex2 .ethic_mo {
    display: block;
  }
  #esg_cont3 .govern_flex2 .ethic_pc {
    display: none;
  }
  #esg_cont3 .govern_flex2 b.gv_title,
  #esg_cont3 .govern_flex2 .gv_right {
    width: 100%;
  }
  #esg_cont3 .govern_flex2 b.gv_title {
    font-size: 22px;
    line-height: 33px;
    padding-bottom: 20px;
    display: inline-block;
  }
  #esg_cont3 .govern_flex2 .gv_right p.gv_desc {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 20px;
  }
  #esg_cont3 .govern_flex2 img.govern_img_pc {
    display: none;
  }
  #esg_cont3 .govern_flex2 img.govern_img_mo {
    display: block;
  }
  #esg_cont3 .govern_container > div:not(:first-child) {
    padding-top: 60px;
  }
  #esg_cont3 .govern_flex2 b.gv_tit {
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 10px;
  }
  #esg_cont3 .table_wrap table tr td {
    padding: 12px 10px;
    font-size: 13px;
    line-height: 16px;
    min-width: 80px;
  }
  #esg_cont3 .table_wrap .table_date {
    padding-top: 12px;
  }
  #esg_cont3 .govern_flex2 .gv_right p.gv_desc .gv_colgroup_mo {
    display: block;
  }
  #esg_cont3 .govern_flex2 .gv_right p.gv_desc .gv_colgroup_pc {
    display: none;
  }
  #esg_cont3 .govern_flex2 .council_table_pc {
    display: none;
  }
  #esg_cont3 .govern_flex2 .council_table_mo {
    display: block;
  }
  #esg_cont3 .committee_info_pc {
    display: none;
  }
  #esg_cont3 .committee_info_mo {
    display: block;
  }
  #esg_cont3 ul.busi_ethic {
    flex-wrap: nowrap;
  }
  #esg_cont3 ul.busi_ethic li {
    height: 310px;
  }
  #esg_cont3 ul.busi_ethic li .ethic_inner .ethic_icon {
    width: 54px;
    height: 54px;
  }
  #esg_cont3 ul.busi_ethic li .ethic_inner > b {
    font-size: 14px;
    line-height: 25px;
  }
  #esg_cont3 ul.busi_ethic li .ethic_inner > p {
    font-size: 13px;
    line-height: 21px;
  }
  #esg_cont3 ul.busi_ethic{margin-bottom: 80px;}
  .anti_corruption_policy{padding: 30px 25px;}
  .anti_corruption_policy ul{padding-bottom: 25px;}
  .anti_corruption_policy li{font-size: 13px;}
  .anti_corruption_policy b{font-size: 20px;padding-bottom: 10px;}
  .anti_corruption_policy .date{font-size: 12px;}
  .ceo_mark{width: 150px;}
}
