@charset "UTF-8";

.content-side .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-side .pagination .page {
  display: grid;
  column-gap: 18px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 18px;
}

.content-side .pagination button,
.content-side .pagination a {
  color: #888;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
}

.content-side .pagination button.active,
.content-side .pagination a.active {
  color: #F37432;
}

.content-side .pagination button.go-left::before,
.content-side .pagination a.go-left::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("/resources/img/sub/icon_pagination_left.svg") no-repeat center 60%;
}

.content-side .pagination button.go-right::before,
.content-side .pagination a.go-right::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("/resources/img/sub/icon_pagination_right.svg") no-repeat center 60%;
}

.content-side .list {
  border-top: 1px solid #000;
}

.content-side .list li {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

.content-side .list li > div {
  flex: 1 1 0;
}

.content-side .list li > div > h3 {
  flex: 1 1 0;
  font-size: 16px;
  font-family: 'Noto Sans KR', serif;
}

.content-side .list li > div > p {
  color: #888;
  font-size: 14px;
}

.content-side .list li > p {
  font-size: 16px;
  display: flex;
  flex: 1 1 150px;
  max-width: 150px;
  align-items: center;
}

.content-side .list > li .card-files {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
}


.content-side .list > li .card-files > a {
  display: flex;
  position: relative;
  align-items: center;
  font-size: 13px;
  flex: 1 0 auto;
  height: 40px;
  max-width: 150px;
  padding: 0 50px 0 19px;
  margin-right: 16px;
  border: 1px solid #000;
  border-radius: 4px;
  background-color: #fff;
}

.content-side .list > li .card-files > a:hover {
  background-color: #F37321;
  border: 1px solid #F37321;
  color: #fff;
}

.content-side .list > li .card-files > a.pdf::before {
  content: '';
  position: absolute;
  height: 15px;
  width: 20px;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
  background: url(/resources/img/sub/icon_download_pdf.svg) no-repeat center center;
}

.content-side .list > li .card-files > a.pdf:hover::before {
  background: url(/resources/img/sub/icon_download_pdf_w.svg) no-repeat center center;
}


section + section {
  padding-top: 150px;
}


.sec_head {
  text-align: center;
}

.sec_ttl {
  font-size: 54px;
  font-weight: 700;
  line-height: 64px;
}

.sec_head p {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  word-break: keep-all;
}

.sec_body {
  margin-top: 60px;
}

.sec_cnt_ttl {
  margin-bottom: 18px;
  font-size: 32px;
  font-weight: 500;
  font-family: Noto Sans KR, serif;
}

.info_area {
  display: flex;
}

.info_area + .info_area {
  margin-top: 20px;
}

.info_area .label {
  flex: 0 0 90px;
  margin-right: 20px;
  border-top: 1px solid #F37432;
}

.info_area.type_2 .label {
  border-color: #846C58;
}

.info_area .label h4 {
  padding-top: 7px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  font-family: Pretendard;
  color: #F37432;
}

.info_area.type_2 .label h4 {
  color: #846C58;
}

.info_area.type_1 .info {
  flex: 1 1 auto;
  padding: 15px 45px;
  background-color: rgba(243, 116, 50, 0.03);
  border: 1px solid #F37432;
  border-radius: 4px;
  font-weight: 400;
  color: #F37432;
  text-align: center;
}

.info_area.type_1 .info.orange {
  color: #fff;
  background-color: #F37432;
}

.info_area.type_2 .info {
  flex: 1 1 auto;
}

.info_area.type_2 .info ul {
  display: flex;
  justify-content: space-between;
}

.info_area.type_2 .info ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 14px;
  width: 25%;
  font-size:14px;
  color: #846c58;
  background-color: rgba(132, 108, 88, 0.07);
  border: 1px solid #C1B5AB;
  border-radius: 4px;
  overflow: hidden;
}

.info_area.type_2 .info ul li + li {
  margin-left: 13px;
}

.info_area.type_2 .info ul li img {
  margin-bottom: 15px;
  width: 80px;
}

.management .sec_cnt_area .row:first-of-type .col .item {
  height: unset;
  padding: 30px;
  background-color: #FFF8F4;
  border-color: #F37432;
  text-align: center;
}

.management .sec_cnt_area .row .col .item {
  height: 237px;
  padding: 40px 30px 30px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}

.management .sec_cnt_area .row:first-of-type .col .item h4 {
  margin-top: 10px;
  color: #F37432;
}

.management .sec_cnt_area .row:first-of-type .col .item h5 {
  margin-top: 4px;
  font-size: 16px;
  color: #F37432;
  line-height: 1.5;
}

.management .sec_cnt_area .row .col .item h4 {
  margin-top: 7px;
  font-size: 20px;
  font-weight: 500;
  font-family: Noto Sans KR, serif;
  line-height: 1.3;
}

.management .sec_cnt_area .row .col .item h5 {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #7C7C7C;
  line-height: 1.7;
  word-break: keep-all;
}

.management .sec_cnt_area .row + .row {
  margin-top: 20px;
}

.management .sec_body.cnt_2 .sec_cnt_area {
  padding-top: 2rem;
}

.management .sec_body.cnt_2 .sec_cnt_area h4 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 180px;
  height: 180px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  border: 1px #f37432 solid;
  border-radius: 100%;
}

.management .sec_body.cnt_2 .sec_cnt_area h4:before {
  z-index: 2;
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  background: #f37432;
  border-radius: 100%;
  transform: translate(-50%, -50%);
}

.management .sec_body.cnt_2 .sec_cnt_area h4 span {
  z-index: 3;
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.management .sec_body.cnt_2 .sec_cnt_area .txt_box {
  margin-top: -75px;
  padding-top: 160px;
  text-align: center;
  background: url("/resources/img/sub/company/esg_safe_bg.png") no-repeat top center;
  background-size: contain;
}

.management .sec_body.cnt_2 .sec_cnt_area .txt_box h5 {
  color: #ae9d8f;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 3px;
}

.management .sec_body.cnt_2 .sec_cnt_area .txt_box p {
  color: #ae9d8f;
}

.management .sec_body.cnt_3 .sec_cnt_area .info {
  padding: 15px 3px;
  background-color: rgba(243, 116, 50, 0.03);
  border: 1px solid #F37432;
  border-radius: 4px;
  font-weight: 400;
  text-align: center;
}

.management .sec_body.cnt_4 .sec_cnt_area {
  padding-top: 2rem;
}

.management .sec_body.cnt_4 .sec_cnt_area ul {
  display: flex;
}

.management .sec_body.cnt_4 .sec_cnt_area ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.management .sec_body.cnt_4 .sec_cnt_area ul li:not(.icon_plus) {
  position: relative;
  flex-direction: column;
  margin: 0 auto;
  width: 158px;
  height: 158px;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  color: #846c58;
  background: #f6f5f3;
  border-radius: 100%;
}

.management .sec_body.cnt_4 .sec_cnt_area ul li:not(.icon_plus):before {
  z-index: 2;
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  width: 188px;
  height: 188px;
  border: 1px #f37432 dashed;
  border-radius: 100%;
  transform: translate(-50%, -50%);
}

.management .sec_body.cnt_5 .sec_cnt_area {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #DDDDDD;
}

.management .sec_body.cnt_5 .sec_cnt_area .esg_system {
  position: relative;
  width: 100%;
}

.management .esg_depth_1 li p {
  display: block;
  width: 217px;
  padding: 18px 0;
  margin: 0 auto;
  background-color: #F37432;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  font-family: Noto Sans KR, serif;
  text-align: center;
  line-height: 1.25;
  color: #fff;
}

.management .esg_depth_2 {
  position: relative;
  margin-top: 24px;
}

.management .esg_depth_2::before {
  position: absolute;
  content: '';
  left: 50%;
  top: -24px;
  width: 1px;
  height: 24px;
  background-color: #C1B5AB;
}

.management .line_none::before {
  top: 0;
  height: 0;
}

.management .esg_depth_2 li p {
  background-color: #F37432;
}

.management .esg_depth_2 li p.right {
  position: absolute;
  top: 20%;
  right: 0;
  transform: translateY(-20%);
  width: 280px;
  padding: 9px 0;
  background-color: #FFF8F4;
  border: 1px solid #F37432;
  color: #F37432;
}

.management .esg_depth_2 li p.right_top {
  top: 99%;
}

.management .esg_depth_2 li p.right::before {
  position: absolute;
  content: '';
  top: 50%;
  left: -172px;
  width: 171px;
  height: 1px;
  background-color: #C1B5AB;
}

.management .esg_depth_2 li p span {
  display: block;
  font-weight: 400;
  font-family: 'Noto Sans KR', sans-serif;
}

.management .esg_depth_3 {
  position: relative;
  margin-top: 24px;
}

.management .esg_depth_3::before {
  position: absolute;
  content: '';
  left: 50%;
  top: -24px;
  width: 1px;
  height: 24px;
  background-color: #C1B5AB;
}

.management .esg_depth_3 li p {
  background-color: #FFF8F4;
  border: 1px solid #F37432;
  color: #F37432;
}

.management .esg_depth_4 {
  position: relative;
  display: flex;
  margin-top: 40px;
}

.management .esg_depth_4::before {
  position: absolute;
  content: '';
  left: 50%;
  top: -40px;
  width: 1px;
  height: 20px;
  background-color: #C1B5AB;
}

.management .esg_depth_4::after {
  position: absolute;
  content: '';
  left: 5.9%;
  top: -20px;
  width: 88.3%;
  height: 1px;
  background-color: #C1B5AB;
}

.management .esg_depth_4 li p {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 105px;
  height:60px;
  background-color: #846C58;
  border: 1px solid #846C58;
  color: #fff;
}

.management .esg_depth_4 li p::before {
  position: absolute;
  content: '';
  left: 50%;
  top: -20px;
  width: 1px;
  height: 19px;
  background-color: #C1B5AB;
}

.management .esg_depth_4 li + li {
  margin-left: 9px;
}

.management .sec_foot {
  margin-top: 40px;
}

.management .sec_foot .sec_body {
  margin-top: 0;
}

.management .sec_foot .sec_foot_ttl {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  font-family: Noto Sans KR, serif;
}

.management .sec_foot table {
  margin-bottom: 30px;
}

.management .sec_foot table thead th {
  padding: 10px 0;
  background-color: #F8F8F8;
  border-top: 1px solid #000;
  border-bottom: 1px solid #DDDDDD;
  font-size: 16px;
  font-weight: 500;
  font-family: Noto Sans KR, serif;
}

.management .sec_foot table thead th:first-of-type {
  width: 20%;
}

.management .sec_foot table thead th:nth-of-type(2) {
  width: 64%;
}

.management .sec_foot table thead th:nth-of-type(3) {
  width: 16%;
}

.management .sec_foot table tbody td {
  padding: 10px 20px;
  background-color: #fff;
  border-bottom: 1px solid #DDDDDD;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.management .sec_foot table tbody td span {
  display: none;
  font-size: 14px;
  font-weight: 400;
  color: #7C7C7C;
}

.management .sec_foot table tbody td:first-of-type {
  width: 20%;
}

.management .sec_foot table tbody td:nth-of-type(2) {
  width: 64%;
  text-align: left;
}

.management .sec_foot table tbody td:nth-of-type(3) {
  width: 16%;
}

.grade .sec_body {
  margin-top: 80px;
}

.grade .sec_body table thead th {
  padding: 7px 0;
  background-color: #F8F8F8;
  border-top: 1px solid #000;
  border-bottom: 1px solid #DDDDDD;
  font-size: 16px;
  font-weight: 500;
  font-family: Noto Sans KR, serif;
}

.grade .sec_body table thead tr:nth-child(2) th {
  border-top: 1px solid #f8f8f8;
}

.grade .sec_body table tbody td {
  padding: 10px 5px;
  background-color: #fff;
  border-bottom: 1px solid #DDDDDD;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.grade .sec_body table tbody td {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}

.report .sec_body {
  margin-top: 80px;
}

.report .sec_head {
  height: 360px;
  padding: 80px 0;
  background: url("/resources/img/sub/company/esg_report_img.png") no-repeat 0 0;
  background-size: cover;
  border-radius: 4px;
  color: #fff;
}

.report .sec_body {
  margin-top: 40px;
}


@media screen and (max-width: 1280px) {
  .info_area.type_2 .info .grid_item {
    gap: 40px;
    padding: 50px 20px 55px;
  }

  .info_area.type_2 .info .item_head {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 75px;
  }

  .info_area.type_2 .info .item_body {
    height: calc(100% - 75px);
  }

  .management .esg_depth_2 li p.right {
    width: 31%;
    word-break: keep-all;
    top: 15%;
  }
  .management .esg_depth_2 li p.right_top {
    top: 100%;
  }

  .management .esg_depth_2 li p.right::before {
    top: 50%;
    left: -62%;
    width: 62%;
  }

  .management .esg_depth_2 li p.right_top::before {
    top: 47%;
  }

  .management .esg_depth_4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 19px;
  }

  .management .esg_depth_4 li {
    width: 100%;
  }

  .management .esg_depth_4 li + li {
    margin-left: 0;
  }

  .management .esg_depth_4 li p {
    width: auto;
  }

  .management .esg_depth_4 li:nth-of-type(n+5) p::before {
    display: none;
  }

  .management .esg_depth_4::after {
    position: absolute;
    content: '';
    left: 11.7%;
    top: -20px;
    width: 76.7%;
    height: 1px;
    background-color: #C1B5AB;
  }
}

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

  section + section {
    padding-top: 120px;
  }

  .sec_ttl {
    font-size: 3.2rem;
  }

  .sec_head p {
    margin-top: 2rem;
    font-size: 1.6rem;
  }

  .sec_body {
    margin-top: 5rem;
  }

  .sec_cnt_ttl {
    margin-bottom: 1.5rem;
    font-size: 2.6rem;
  }

  .management .sec_cnt_area .row:first-of-type .col .item {
    padding: 4.5rem 2.5rem 4rem;
  }

  .management .sec_cnt_area .row .col .item {
    padding: 4rem 2.4rem 2.5rem;
  }

  .management .sec_cnt_area .row .col .item h4 {
    font-size: 1.8rem;
  }

  .management .sec_cnt_area .row:first-of-type .col .item h5 {
    font-size: 1.4rem;
  }

  .management .esg_depth_1 li p {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
    width: 22rem;
    font-size: 1.4rem;
    padding: 1.5rem 0;
  }

  .management .esg_depth_2 li p.right {
    display: block;
    height: auto;
  }

  .management .esg_depth_4 li p {
    width: auto;
    padding: 0.7rem 0;
  }

  .management .sec_foot table thead th {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .grade .sec_body {
    margin-top: 6rem;
  }

  .grade .sec_body .item {
    padding: 3.4rem 2rem 2rem;
  }

  .grade .sec_body .item h3 {
    font-size: 2rem;
  }

  .grade .sec_body .item p {
    margin-top: 2rem;
    margin-bottom: 2.5rem;
  }

  .grade .sec_body .item img {
    margin: 0 auto;
  }

  .report .sec_body {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 768px) {  

  .content-side .list > li .card-files > a {
    max-width: unset;
    height: 50px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .content-side .list li {
    flex-direction: column;
    align-items: flex-start;
    padding: 2.5rem 1rem;
  }

  .content-side .list li > div,
  .content-side .list > li .card-files {
    margin: 0;
    flex-direction: column;
  }

  .content-side .list > li .card-files {
    width: 100%;
    max-width: 100%;
  }

  .content-side .list li > div > h3 {
    margin-bottom: 3rem;
  }

  .row > .col.col-6 {
    flex: 0 0 100%;
  }

  .row > .col + .col {
    margin-top: 2rem;
  }

  .info_area {
    flex-direction: column;
  }

  .info_area + .info_area {
    margin-top: 3.8rem;
  }

  .info_area .label {
    flex: 0 0 100%;
    border-top: none;
  }

  .info_area.type_1 .info {
    margin-top: 1.5rem;
    padding: 1.5rem 3.5rem;
  }

  .info_area.type_1 + .info_area.type_1 {
    margin-top: 2rem;
  }

  .info_area.type_2 .info {
    margin-top: 1.5rem;
  }

  .info_area.type_2 .info ul {
    flex-direction: column;
  }

  .info_area.type_2 .info ul li {
    flex-direction: row;
    padding: 15px;
    width: 100%;
  }

  .info_area.type_2 .info ul li + li {
    margin-top: 1.4rem;
    margin-left: 0;
  }

  .info_area.type_2 .info ul li img {
    margin-bottom: 0;
    margin-right: 12px;
    width: 76px;
  }

  .management .sec_cnt_area .row .col .item {
    height: auto;
  }

  .management .sec_cnt_area .row:first-of-type .col .item img {
    margin: 0 auto;
  }

  .management .sec_foot table tbody td {
    padding: 5px;
    font-size: 13px;
  }

  .management .sec_body.cnt_2 .sec_cnt_area h4 {
    width: 120px;
    height: 120px;
    font-size: 2rem;
  }

  .management .sec_body.cnt_2 .sec_cnt_area h4:before {
    width: 100px;
    height: 100px;
    font-size: 2rem;
  }

  .management .sec_body.cnt_2 .sec_cnt_area .txt_box {
    margin-top: -4rem;
    padding-top: 9rem;
    background-image: url("/resources/img/sub/company/esg_safe_bg_mo.png");
    background-size: 118%;
  }

  .management .sec_body.cnt_2 .sec_cnt_area .txt_box h5 {
    margin-bottom: 1.1rem;
    font-size: 2rem;
  }

  .management .sec_body.cnt_4 .sec_cnt_area ul {
    flex-direction: column;
  }

  .management .sec_body.cnt_4 .sec_cnt_area ul li.icon_plus {
    margin: 3.3rem 0;
  } 

  .management .esg_depth_2::before {
    top: -80px;
    height: 80px;
  }

  .management .line_none::before {
    top: 0;
    height: 0;
  }

  .management .esg_depth_2 li p.right {
    top: 15%;
    width: 44%;
    padding: 1.3rem 0;
  }

  .management .esg_depth_2 li p.right_top {
    top: 153%;
  }

  .management .esg_depth_2 li p.right::before {
    top: 47%;
    left: -14%;
    width: 14%;
  }

  .management .box_top {
    margin-top: 80px;
  }

  .management .esg_depth_3 {
    margin-top: 12rem;
  }

  .management .esg_depth_3::before {
    top: -12rem;
    height: 12rem;
  }

  .management .esg_depth_4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .management .esg_depth_4::after {
    left: 24.2%;
    width: 51.8%;
  }

  .management .esg_depth_4 li:nth-of-type(n+3) p::before {
    display: none;
  }

  .grade .sec_body table thead th {
    font-size: 13px;
  }

  html[lang='en'] .grade .sec_body table thead th {
    font-size: 11px;
    line-height: 1.5;
    word-break: break-all;
  }

  .grade .sec_body table tbody td {
    font-size: 13px;
  }
  .report .sec_head {
    padding: 5rem 1rem;
  }

}

@media screen and (max-width: 500px) {
  .management .esg_depth_4::after {
    left: 23.5%;
    width: 53.4%;
  }
}

/* en ver */

html[lang ='en'] .sec_head p {
  font-size: 16px;
}

html[lang ='en'] .management .sec_cnt_area .row .col.col-6 .item {
  min-height: 260px;
  height: auto;
}

html[lang ='en'] .report .sec_head {
  padding: 80px 45px;
}


html[lang ='en'] .management .esg_depth_1 > li > p {
}

html[lang ='en'] .management .esg_depth_2 > li > p.right {
  font-size: 12px;
  top: 17%;
}

html[lang ='en'] .management .esg_depth_2 > li > p.right_top {
  top: 99%;
}

html[lang ='en'] .management .esg_depth_4 > li > p {
  height: 100%;
  font-size: 12px;
  display: flex;
  align-items: center;
  line-height: 1.5;
  padding: 18px 5px;
}
html[lang ='en'] .grade .sec_body .item h3 {
  font-size: 20px;
}

html[lang ='en'] .content-side .list > li .card-files > a {
  max-width: 180px;
}
html[lang ='en'] .content-side .list li > div {
  flex: auto;
}
html[lang ='en'] .content-side .report .list > li .card-files > a{
  max-width: 200px;
  line-height: 40px;
}

@media screen and (max-width: 1280px) {
  html[lang ='en'] .management .esg_depth_2 > li > p.right {
    top: 15%
  }
  html[lang ='en'] .management .esg_depth_2 > li > p.right_top {
    top: 101%
  }
}

@media screen and (max-width: 1252px) {
  html[lang ='en'] .management .esg_depth_2 > li > p.right {
    top: 14%
  }
  html[lang ='en'] .management .esg_depth_2 > li > p.right_top {
    top: 99%
  }
}

@media screen and (max-width: 1024px) {
  html[lang ='en'] .report .sec_head {
    display: flex;
    justify-content: center;
    padding: 35px 45px;
    background-size: cover;
    flex-flow: column;
    height: auto;
  }

  html[lang ='en'] .sec_ttl {
    font-size: 3rem;
    line-height: 1.35;
  }
}

@media screen and (max-width: 768px) {
  html[lang ='en'] .sec_ttl {
    font-size: 2.5rem;
  }

  html[lang ='en'] .content-side .list > li .card-files > a {
    max-width: inherit;
  }

  html[lang ='en'] .management .esg_depth_2::before {
    top: -80px;
    height: 80px;
  }

  html[lang ='en'] .management .line_none::before {
    top: 0;
    height: 0;
  }

  html[lang ='en'] .management .esg_depth_2 li p.right_top {
    top: 153%;
  }

  html[lang ='en'] .management .esg_depth_2 li p.right::before {
    top: 47%;
  }

  html[lang ='en'] .management .esg_depth_3{
    margin-top: 12rem;
  }

  html[lang ='en'] .management .esg_depth_3::before {
    top: -12rem;
    height: 12rem;
  }

  html[lang ='en'] .management .sec_foot table thead th:nth-of-type(3){
    width: 35%;
  }

  html[lang ='en'] .content-side .report .list > li .card-files > a{
    max-width: inherit;
  }
}
