@charset "utf-8";
/*-------------------------------------------------------------------
파일정의 : sitemap.css
작성날짜 : 2022-04-29 김도환
참고사항 : 이 CSS 파일은 views/web/sitemap.jsp 에만 적용 된다.
-------------------------------------------------------------------*/

.section_banner {
  margin-bottom: 18rem;
}

.section_banner h2 {
  font-size: 5.2rem;
  font-weight: 700;
  margin-top: 6rem;
  margin-bottom: 5.5rem;
  text-align: center;
}

.section_banner .section_banner_img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 4.6rem;
}

.section_banner p {
  text-align: center;
}

table {
  width: 100%;
  font-size: 2rem;
  line-height: 3rem;
  border-top: 2px solid #b3b3b3;
  border-bottom: 0.1rem solid #333333;
  border-collapse: collapse;
}

table tr {
  border-bottom: 0.1rem solid #333333;
}

table tr td {
  font-size: 1.8rem;
  padding: 4.3rem 0;
  width: 24%;
  vertical-align: top;
}

table tr td:first-child {
  color: var(--color-hanwha-orange);
  font-size: 2rem;
  width: 30%;
  padding-left: 7rem;
}

table tr td .has_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

table tr td .has_sub h5 {
  color: #7c7c7c;
  font-size: 1.6rem;
  margin-bottom: 2.8rem;
}

table tr td .has_sub a:not(:last-child) {
  margin-bottom: 2.8rem;
}
