/* common */
.p0 {
  padding: 0 !important;
}

.hp-dot-list {
  list-style: disc;
  padding-left: 18px;
}

.sec-con-ty1 {
  margin-top: 40px;
}

.hp-scroll-x {
  width: 100%;
  overflow-x: auto;
  /* width */
  /* Track */
  /* Handle */
}
.hp-scroll-x::-webkit-scrollbar {
  display: block;
  height: 2rem;
}
.hp-scroll-x::-webkit-scrollbar-track {
  background: transparent;
}
.hp-scroll-x::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background: var(--Point_Green, #2BDDA1);
}

.sec-ty1 + .sec-ty1 {
  margin-top: 80px;
}

.img-wrap--ty1 {
  width: 653px;
  margin: 0 auto 30px;
}

.dropdown + .dropdown {
  margin-top: 4px;
}

.dropdown-menu {
  display: none;
  padding: 10px;
}

.dropdown-toggle {
  position: relative;
  display: block;
  width: 100%;
  height: 46px;
  color: var(--333333, #333);
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 27px */
  border-bottom: 1px solid #DCDCDC;
  background: #F5F5F5;
}
.dropdown-toggle::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 13px;
  height: 8px;
  margin: auto 0;
  background: center/contain url("/images/common/dropdown_menu_arrow_01.svg") no-repeat;
  transition: 0.4s;
}
.dropdown-toggle.open::after {
  transform: rotateZ(180deg);
}

.hp-fw-400 {
  font-weight: 400;
}

.mb-ty1 {
  margin-bottom: 80px;
}

.icon--down-arrow {
  display: inline-block;
  width: 6.5px;
  height: 9px;
  background: center/contain url("/images/common/icon_pdf_download_arrow.svg") no-repeat;
}

.icon--down-arrow-2 {
  display: inline-block;
  width: 6.5px;
  height: 9px;
  background: center/contain url("/images/contents/icon_down_arrow_2.svg") no-repeat;
}

@media screen and (max-width: 1000px) {
  .mb-ty1 {
    margin-bottom: 40px;
  }
}
.tit-bar-ty1 {
  margin: 10px 0 !important;
}

.tit-bar-ty2 {
  margin-top: 30px !important;
}

.tit-big {
  color: #245171;
  font-family: "Noto Sans KR";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.tit-mid {
  font-size: 30px;
  color: #000;
  margin-bottom: 40px;
  line-height: 30px;
}

.scroll-contents-wrap {
  overflow-x: auto;
  padding-bottom: 5px;
}

.mw-ty1 {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.mw-ty2 {
  max-width: 735px;
  margin: 0 auto;
}

.mw-ty3 {
  max-width: 770px;
  margin: 0 auto;
}

.minw-ty1 {
  min-width: 639px;
}

.minw-ty2 {
  min-width: 626px;
}

.minw-ty3 {
  min-width: 705px;
}

#section .font-ty1 {
  color: #646464;
  font-family: "Noto Sans KR";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  /* 145.833% */
}

img.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m0 {
  margin: 0 !important;
}

.gutter {
  margin: 0 auto;
  height: 1px;
  border-bottom: 1px solid #ddd;
}

.mgt_80 {
  margin-top: 80px;
}

.mgb_80 {
  margin-bottom: 80px;
}

.tg td, .tg th {
  text-align: center !important;
}

.custom-type1 {
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 7px;
  background: center/cover url(../../images/contents/social_banner_06_20.jpg) no-repeat;
}

.custom-type1__t {
  text-align: center;
  line-height: 1.5;
  color: #fff;
}

.custom-type1__span1 {
  font-weight: 500;
  font-size: 20px;
}

/* content1 */
.content1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 235px;
  padding: 20px;
  border-radius: 12px;
  background: center/cover url("/images/contents/environment_25_06_1.jpg") no-repeat;
  overflow: hidden;
}

.content1__t {
  position: relative;
  color: rgba(255, 255, 255, 0.93);
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 160% */
  z-index: 2;
}

/* content2 */
.content2 {
  display: flex;
  gap: 28px;
}
.content2 > .box1 {
  flex-shrink: 0;
}
.content2__img {
  width: 302px;
}

/* tit-ty1 */
.tit-ty1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* pdf-box */
.pdf-box {
  display: flex;
  align-items: center;
  gap: 25px;
}

.pdf-box__t {
  display: flex;
  color: var(--646464, #646464);
  font-family: "Noto Sans KR";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 184.615% */
}

/* btn-down-ty1 */
.btn-down-ty1 {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 4.5px 20.75px;
  border: 1px solid #646464;
  color: var(--646464, #646464);
  font-family: "Noto Sans KR";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 184.615% */
}

.btn-down-ty2 {
  gap: 4px;
  color: var(--646464, #646464);
  font-family: "Noto Sans KR";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 184.615% */
}

/* table-ty1 */
.table-ty1 table th, .table-ty1 table td {
  height: 64px;
}
.table-ty1 table th {
  color: var(--333333, #333);
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 27px */
}
.table-ty1 table td {
  color: var(--646464, #646464);
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 185.714% */
}
.table-ty1 table thead th, .table-ty1 table thead td {
  border-top: 1px solid #333;
  border-right: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  background: #F5F5F5;
}
.table-ty1 table thead th:first-child, .table-ty1 table thead td:first-child {
  border-left: none;
}
.table-ty1 table thead th:last-child, .table-ty1 table thead td:last-child {
  border-right: none;
}
.table-ty1 table tbody th, .table-ty1 table tbody td {
  border: 1px solid #DCDCDC;
}
.table-ty1 table tbody th:first-child {
  border-left: none;
}
.table-ty1 table tbody td {
  padding: 8px 0 8px 27px;
}
.table-ty1 table tbody td:last-child {
  border-right: none;
}
.table-ty1.table-ty1--style1 table tbody td {
  padding: 24px 0 24px 24px;
}

/* table-ty1 - cap1 */
.cap1 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.cap1 > .box1 {
  color: var(--333333, #333);
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans KR";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.403px;
  /* 203.1% */
}
.cap1 > .box2 {
  color: #888;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans KR";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.table-ty1--2 table th, .table-ty1--2 table td {
  text-align: center;
}
.table-ty1--2 table tbody td {
  padding-left: 0;
}
.table-ty1--2 table tbody tr > :first-child {
  border-left: none;
}

.hp-t-w-type1 col:nth-of-type(1) {
  width: 20%;
}
.hp-t-w-type1 col:nth-of-type(2) {
  width: 20%;
}
.hp-t-w-type1 col:nth-of-type(3) {
  width: 20%;
}
.hp-t-w-type1 col:nth-of-type(4) {
  width: 20%;
}
.hp-t-w-type1 col:nth-of-type(5) {
  width: 20%;
}

/* table-ty2 */
.table-ty2 table colgroup col:nth-of-type(1) {
  width: 40.5%;
}
.table-ty2 table thead th, .table-ty2 table thead td {
  border-top: 1px solid #333;
  border-right: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  height: 50px;
  color: var(--333333, #333);
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.table-ty2 table thead th:first-child, .table-ty2 table thead td:first-child {
  border-left: none;
}
.table-ty2 table thead th:last-child, .table-ty2 table thead td:last-child {
  border-right: none;
}
.table-ty2 table tbody th, .table-ty2 table tbody td {
  border: 1px solid #DCDCDC;
  height: 114px;
  color: var(--333333, #333);
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.table-ty2 table tbody th {
  background-color: #f5f5f5;
}
.table-ty2 table tbody th:first-child {
  border-left: none;
}
.table-ty2 table tbody td {
  text-align: center;
}
.table-ty2 table tbody td:last-child {
  border-right: none;
}
.table-ty2 .td-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 49px;
}
.table-ty2 .td-box > * {
  flex: 1;
}

/* esg */
.esg_vision__sec-1 .box1 {
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 7px;
  background: center/cover url(../../images/contents/safety_health_01.jpg) no-repeat;
}

.esg_vision__sec-1 .box1 .box1__txt {
  text-align: center;
  line-height: 1.5;
  color: #fff;
}

.esg_vision__sec-1 .box1 .box1__txt .box1__span1 {
  font-weight: 500;
  font-size: 20px;
}

.esg_vision__sec-1 .box1 .box1__txt .box1__span2 {
  font-weight: 400;
  font-size: 14px;
}

.esg_vision__sec-2 .box1 .box1__list {
  display: flex;
  column-gap: 20px;
}

.esg_vision__sec-2 .box1 .box1__list > li {
  border-radius: 7px;
  overflow: hidden;
  flex: 1;
}

.esg_vision__sec-2 .box1 .box1__list > li:nth-of-type(1) .top {
  background-color: #60870E;
}

.esg_vision__sec-2 .box1 .box1__list > li:nth-of-type(2) .top {
  background-color: #EE6D6D;
}

.esg_vision__sec-2 .box1 .box1__list > li:nth-of-type(3) .top {
  background-color: #00355F;
}

.esg_vision__sec-2 .box1 .box1__list > li .top {
  color: #fff;
  /*padding: 25px 0 29px;*/
  text-align: center;
  height: 198px;
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  padding: 25px 0;
}

.esg_vision__sec-2 .box1 .box1__list > li .top__1 {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.esg_vision__sec-2 .box1 .box1__list > li .top__2 {
  display: flex;
  justify-content: center;
}

.esg_vision__sec-2 .box1 .box1__list > li .top__2 .img-wrap {
  width: 54px;
  height: 54px;
}

.esg_vision__sec-2 .box1 .box1__list > li .top__2 img {
  width: 100%;
  height: auto;
}

.esg_vision__sec-2 .box1 .box1__list > li .top__3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.esg_vision__sec-2 .box1 .box1__list > li .btm {
  height: 137px;
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F7F7F7;
}

/* status_area */
.status_area {
  display: flex;
  gap: 25px;
  margin-top: 20px;
}
.status_area .img-wrap {
  width: 68.8%;
}
.status_area .status_area__table {
  --table-data-padding-top-btm: 22px;
  max-height: 176px;
  border-top: 1px solid #333;
}
.status_area .status_area__table thead tr {
  height: 64px;
}
.status_area .status_area__table thead tr th {
  border-left: 1px solid #DCDCDC;
  border-right: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  border-top: 1px solid #333;
  text-align: center;
  height: 64px;
  font-weight: 500;
  font-size: 13px;
  color: var(--color-font-333);
  box-sizing: border-box;
  background-color: #f5f5f5;
}
.status_area .status_area__table tbody tr {
  height: 64px;
}
.status_area .status_area__table tbody tr td {
  border: 1px solid #DCDCDC;
  text-align: center;
  height: 64px;
  font-weight: 400;
  font-size: 13px;
  color: var(--color-font-646464);
  box-sizing: border-box;
}
.status_area .status_area__table tbody tr td.span-td {
  padding: 0;
}

/* ceo-area */
.ceo-area {
  display: flex;
  justify-content: end;
}
.ceo-area > .box1 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ceo-area__t {
  color: var(--646464, #646464);
  font-family: "Noto Sans KR";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 184.615% */
}
.ceo-area__t > .point01 {
  color: #333;
  font-family: "Noto Sans KR";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

/* list-ty1 */
.list-ty1 {
  border-radius: 12px;
  padding: 24px 30px;
  background: #F8F9FA;
  overflow: hidden;
}

.list-ty1__item {
  background-color: #F8F9FA;
}
.list-ty1__item > .box1 {
  display: flex;
}
.list-ty1__item > .box2 {
  padding-top: 20px;
  padding-left: 50px;
}
.list-ty1__item + .list-ty1__item {
  margin-top: 68px;
}

.list-ty1__n {
  color: #245171;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 133.333% */
  margin-right: 20px;
}

.list-ty1__t {
  color: var(--333333, #333);
  font-family: "Noto Sans KR";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 127.273% */
}

.list-ty1__d {
  color: #646464;
  font-family: "Noto Sans KR";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 184.615% */
}

.list-ty1__ceo {
  margin-top: 20px;
}

/* list-ty2 */
.list-ty2 {
  color: #646464;
  font-family: "Noto Sans KR";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 184.615% */
}

.list-ty2__list > li {
  position: relative;
  padding-left: 1em;
}
.list-ty2__list > li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #646464;
}

/* list-ty3 */
.list-ty3 {
  border-radius: 12px;
  padding: 24px 30px;
  background: #F8F9FA;
  overflow: hidden;
}

/* info-acti-list */
.info-acti-list {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 42px;
}
.info-acti-list .info-acti-list__item {
  background-color: #F5F5F5;
  width: calc(50% - 6px);
  height: 153px;
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 0 33px;
  box-sizing: border-box;
}
.info-acti-list .info-acti-list__item .info-acti-list__item-left-box .img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  background-color: #fff;
}
.info-acti-list .info-acti-list__item .info-acti-list__item-left-box .img-wrap img {
  width: 35px;
  height: 35px;
}
.info-acti-list .info-acti-list__item .info-acti-list__item-right-box .info-acti-list__item-right-top-box strong {
  font-size: 15px;
  font-weight: 500;
}
.info-acti-list .info-acti-list__item .info-acti-list__item-right-box .info-acti-list__item-right-btm-box .info-acti-list__item-list {
  margin-top: 8px;
}
.info-acti-list .info-acti-list__item .info-acti-list__item-right-box .info-acti-list__item-right-btm-box .info-acti-list__item-list li {
  font-size: 13px;
  font-weight: 400;
  padding-left: 12px;
  text-indent: -12px;
}
.info-acti-list .info-acti-list__item .info-acti-list__item-right-box .info-acti-list__item-right-btm-box .info-acti-list__item-list li + li {
  margin-top: 4px;
}
.info-acti-list.info-acti-list--ty2 .info-acti-list__item {
  width: 100%;
}

/* em-welfare-wrap */
.em-welfare-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  row-gap: 40px;
  column-gap: 26px;
}

/* em-welfare-wrap */
.em-welfare {
  display: flex;
  gap: 24px;
}
.em-welfare__img-wrap {
  width: 247px;
  border-radius: 7px;
  overflow: hidden;
}

.em-welfare__list {
  width: 220px;
  color: var(--245171, #245171);
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 19.6px */
  display: flex;
  flex-direction: column;
  row-gap: 11px;
}

.em-welfare__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 55px;
  border-radius: 7px;
  background: #F8F9FA;
  overflow: hidden;
}
.em-welfare__item .t-style1 {
  font-size: 13px;
  font-weight: 400;
}

/* info-sec */
.info-sec__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5%;
  row-gap: 5px;
}

.info-sec__item {
  height: 40px;
  border-radius: 7px;
  background: #F5F5F5;
  overflow: hidden;
  transition: 0.4s;
  color: #333;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.info-sec__item.info-sec__item--on {
  color: #fff;
  background: #235477;
}
.info-sec__item:nth-of-type(1) {
  width: 30.5%;
}
.info-sec__item:nth-of-type(2) {
  width: 38%;
}
.info-sec__item:nth-of-type(3) {
  width: 30.5%;
}
.info-sec__item:nth-of-type(4) {
  width: 30.5%;
}
.info-sec__item:nth-of-type(5) {
  width: 38%;
}
.info-sec__item:nth-of-type(6) {
  width: 30.5%;
}
.info-sec__item:nth-of-type(7) {
  width: 19.6%;
}
.info-sec__item:nth-of-type(8) {
  width: 19.6%;
}
.info-sec__item:nth-of-type(9) {
  width: 19.6%;
}
.info-sec__item:nth-of-type(10) {
  width: 19.6%;
}
.info-sec__item:nth-of-type(11) {
  width: 19.6%;
}

.info-sec__btn {
  width: 100%;
  height: 100%;
  color: inherit;
}

/* info-sec-con */
.info-sec-con {
  margin-top: 20px;
}

.info-sec-con__list {
  min-width: 640px;
}

.info-sec-con__item {
  display: none;
}
.info-sec-con__item.info-sec-con__item--on {
  display: block;
}

/* issue3 */
.issue3 {
  display: flex;
  gap: 7px;
}
.issue3 .issue2 {
  width: 55.5%;
}

@media screen and (max-width: 1000px) {
  .custom-type1__span1 {
    font-weight: 500;
    font-size: 18px;
  }

  /* common */
  .sec-con-ty1 {
    margin-top: 40px;
  }

  .img-wrap--ty1 {
    width: auto;
    max-width: 600px;
  }

  .table-ty1 table th {
    font-size: 14px;
  }
  .table-ty1 table td {
    font-size: 13px;
  }
  .table-ty1 table tbody td {
    padding-left: 9px;
  }
  /* table-ty1 - cap1 */
  .cap1 {
    padding-bottom: 10px;
  }
  .cap1 > .box1 {
    font-size: 11px;
    line-height: 1.1;
  }
  .cap1 > .box2 {
    font-size: 10px;
    line-height: 1.1;
  }

  /* table-ty2 */
  .table-ty2 .td-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 4px;
  }
  .table-ty2 .td-box > * {
    flex: 1;
  }

  /* esg */
  .esg_vision__sec-1 .box1 {
    /*width: 100%;*/
    /*height: 300px;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*overflow: hidden;*/
    /*border-radius: 7px;*/
    /*background: center / cover url(../../images/contents/esg_vision_1.jpg) no-repeat;*/
  }

  .esg_vision__sec-1 .box1 .box1__txt {
    /*text-align: center;*/
    /*line-height: 1.5;*/
    /*color: #fff;*/
  }

  .esg_vision__sec-1 .box1 .box1__txt .box1__span1 {
    /*font-weight: 700;*/
    /*font-size: 20px;*/
    font-weight: 500;
    font-size: 18px;
  }

  .esg_vision__sec-1 .box1 .box1__txt .box1__span2 {
    /*font-weight: 400;*/
    /*font-size: 14px;*/
  }

  .esg_vision__sec-2 .box1 .box1__list {
    /*display: flex;*/
    column-gap: 10px;
  }

  .esg_vision__sec-2 .box1 .box1__list > li {
    /*border-radius: 7px;*/
    /*overflow: hidden;*/
    /*flex: 1;*/
  }

  .esg_vision__sec-2 .box1 .box1__list > li:nth-of-type(1) .top {
    /*background-color: #60870E;*/
  }

  .esg_vision__sec-2 .box1 .box1__list > li:nth-of-type(2) .top {
    /*background-color: #EE6D6D;*/
  }

  .esg_vision__sec-2 .box1 .box1__list > li:nth-of-type(3) .top {
    /*background-color: #00355F;*/
  }

  .esg_vision__sec-2 .box1 .box1__list > li .top {
    /*color: #fff;*/
    /*text-align: center;*/
    /*height: 198px;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*row-gap: 14px;*/
    /*padding: 25px 0;*/
  }

  .esg_vision__sec-2 .box1 .box1__list > li .top__1 {
    /*font-size: 15px;*/
    /*font-weight: 700;*/
    /*line-height: 1.4;*/
  }

  .esg_vision__sec-2 .box1 .box1__list > li .top__2 {
    /*display: flex;*/
    /*justify-content: center;*/
  }

  .esg_vision__sec-2 .box1 .box1__list > li .top__2 .img-wrap {
    /*width: 54px;*/
    /*height: 54px;*/
  }

  .esg_vision__sec-2 .box1 .box1__list > li .top__2 img {
    /*width: 100%;*/
    /*height: auto;*/
  }

  .esg_vision__sec-2 .box1 .box1__list > li .top__3 {
    /*font-size: 14px;*/
    /*font-weight: 400;*/
    /*line-height: 1.4;*/
  }

  .esg_vision__sec-2 .box1 .box1__list > li .btm {
    /*height: 137px;*/
    /*text-align: center;*/
    /*color: #333;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
  }

  /* ceo-area */
  /* list-ty1 */
  .list-ty1 {
    background: #fff;
    padding: 0;
    border-radius: 0;
  }

  .list-ty1__item {
    padding: 20px;
  }
  .list-ty1__item > .box2 {
    padding-left: 0;
  }
  .list-ty1__item + .list-ty1__item {
    margin-top: 20px;
  }

  .list-ty1__n {
    color: #245171;
    text-align: center;
    font-family: "Noto Sans KR";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    /* 145.455% */
    margin-right: 10px;
  }

  .list-ty1__t {
    color: var(--333333, #333);
    font-family: "Noto Sans KR";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 127.273% */
  }

  .list-ty1__d {
    color: #646464;
    font-family: "Noto Sans KR";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 184.615% */
  }

  .list-ty1__ceo {
    margin-top: 0;
    padding: 20px 20px 24px;
    background: #F8F9FA;
  }

  /* list-ty2 */
  /* list-ty3 */
  .list-ty3 {
    padding: 20px;
  }

  /* em-welfare-wrap */
  .em-welfare-wrap {
    grid-template-columns: 1fr;
  }

  /* em-welfare-wrap */
  .em-welfare__list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }

  .em-welfare__item {
    width: calc((100% - 8px) / 2);
    height: auto;
    padding: 4px;
  }
  /* issue3 */
  .issue3 {
    flex-direction: column;
    gap: 20px;
  }
  .issue3 .issue2 {
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  .custom-type1 {
    width: 100%;
    aspect-ratio: 330/300;
    padding: 20px;
  }

  /* common */
  .scroll-contents-wrap .img-wrap img {
    min-width: 692px;
  }

  /* tit-ty1 */
  .tit-ty1 {
    align-items: start;
    flex-direction: column;
    gap: 10px;
  }
  .tit-ty1 .pdf-box {
    align-self: end;
  }

  /* pdf-box */
  .pdf-box {
    height: 33px;
    gap: 10px;
  }

  /* content2 */
  .content2 {
    flex-direction: column;
  }
  .content2__img {
    width: auto;
  }

  /* esg */
  .esg_vision__sec-1 .box1 {
    width: 100%;
    aspect-ratio: 330/300;
    padding: 20px;
  }

  .esg_vision__sec-2 .box1 .box1__list {
    flex-direction: column;
    row-gap: 20px;
    /*max-width: 450px;*/
    margin: 0 auto;
  }

  /* status_area */
  .status_area {
    flex-direction: column;
  }
  .status_area .img-wrap {
    width: 100%;
  }
  .status_area .img-wrap img {
    width: 100%;
  }

  /* info-acti-list */
  .info-acti-list {
    gap: 10px;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 30px;
  }
  .info-acti-list .info-acti-list__item {
    width: 100%;
    height: auto;
    padding: 40px 20px;
  }
  .info-acti-list .info-acti-list__item .info-acti-list__item-right-box .info-acti-list__item-right-top-box strong {
    font-size: 16px;
  }
  /* em-welfare-wrap */
  /* em-welfare-wrap */
  .em-welfare {
    flex-direction: column;
    gap: 20px;
  }
  .em-welfare__img-wrap {
    width: 100%;
  }

  .em-welfare__list {
    column-gap: 8px;
    row-gap: 6px;
  }

  .em-welfare__item {
    height: 59px;
    width: calc((100% - 8px) / 2);
  }
}

/*# sourceMappingURL=style4.css.map */
