@charset "UTF-8";

.sitemap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.sitemap-section {
  display: grid;
  gap: 24px;
  padding: 36px 0 56px;
  border-bottom: 1px solid #ddd;
}

.sitemap-section:first-child {
  padding-top: 0;
}

.sitemap-section h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
}

.sitemap-menu {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.sitemap-group h3 {
  margin: 0 0 14px;
  font-size: 17px;
  font-weight: 500;
}

.sitemap-group ul {
  margin: 0;
  padding: 18px 20px;
  list-style: none;
  background: #f5f5f5;
  border-radius: 10px;
}

.sitemap-group li {
  position: relative;
  padding-left: 14px;
  font-size: 15px;
  line-height: 1.65;
}

.sitemap-group li::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
}

.sitemap-group a {
  color: #222;
  text-decoration: none;
}

.sitemap-group a:hover,
.sitemap-group a:focus {
  color: #005bac;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .sitemap-section {
    grid-template-columns: 120px 1fr;
    gap: 30px;
  }

  .sitemap-menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 44px 32px;
  }
}

@media (min-width: 1200px) {
  .sitemap-section {
    grid-template-columns: 120px 1fr;
    gap: 30px;
  }

  .sitemap-menu {
    grid-template-columns: repeat(4, 1fr);
    gap: 44px 32px;
  }
}



* {
  box-sizing: border-box;
}

.top-tree ul span {
  word-break: keep-all;
}

.top-tree ul span {
  transition: all .2s ease;
}

.top-tree ul a:hover span {
  transform: translateY(-2px);
}

.org-wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 16px;
}

/* 공통 */
.org-top-scroll {
  width: 100%;
}

.org-top {
  position: relative;
}

.mayor,
.top-node,
.top-tree ul span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.mayor {
  position: relative;
  width: 310px;
  height: 60px;
  margin: 0 0 30px;
  background: #0e399b;
  color: #fff;
  font-size: 22px;
  border-radius: 15px;
}

.mayor::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 60px;
  width: 1px;
  height: 30px;
  background: #bbb;
}

.top-tree,
.top-tree ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-tree {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.top-tree > li {
  position: relative;
  padding-left: 30px;
}

.top-tree > li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 23px;
  bottom: 23px;
  width: 1px;
  background: #bbb;
}

.top-node {
  position: relative;
  width: 100%;
  max-width: 280px;
  height: 44px;
  margin: 0 0 12px;
  background: #2b6ab3;
  color: #fff;
  font-size: 15px;
}

.top-node::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  width: 18px;
  height: 1px;
  background: #bbb;
}

.mayor a, .top-node a {color: #fff;}

.top-tree ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 25px;
}

.top-tree ul li {
  position: relative;
}

.top-tree ul li::before {
  content: "";
  position: absolute;
  left: -43px;
  top: 50%;
  width: 44px;
  height: 1px;
  background: #bbb;
}

.top-tree ul a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.top-tree ul span {
  width: 100%;
  min-height: 46px;
  padding: 10px 14px;
  background: #f0f4ff;
  border: 1px solid #435893;
  color: #575757;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  writing-mode: horizontal-tb;
}

.top-tree ul a:hover span,
.top-tree ul a:focus span {
  background: #eaf2ff;
  border-color: #5f9ce4;
  color: #1f5fae;
}

/* 1200px 이상 */
@media (min-width: 1200px) {
  .org-top-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 20px;
  }

  .org-top {
    min-width: 1080px;
  }

  .mayor {
    margin: 0 auto 68px;
  }

  .mayor::after {
    height: 36px;
  }

  .top-tree {
    position: relative;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }

  .top-tree::before {
    content: "";
    position: absolute;
    top: -32px;
    left: 220px;
    right: 131px;
    height: 1px;
    background: #bbb;
  }

  .top-tree > li {
    min-width: 170px;
    padding-left: 0;
    text-align: center;
  }

  .top-tree > li::before {
    left: 50%;
    top: -32px;
    bottom: auto;
    width: 1px;
    height: 32px;
  }

  .top-node {
    width: 145px;
    height: 38px;
    max-width: none;
    margin: 0 auto 36px;
    border-radius: 5px;
  }

  .top-node::before {
    display: none;
  }

  .top-node::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 38px;
    width: 1px;
    height: 36px;
    background: #bbb;
  }

  .top-tree ul {
    position: relative;
    flex-direction: row;
    justify-content: center;
    gap: 5px;
    padding-left: 0;
  }

  .top-tree ul::before {
    content: "";
    position: absolute;
    left: 16px;
    right: 15px;
    top: -18px;
    height: 1px;
    background: #bbb;
  }

  .top-tree ul li::before {
    left: 50%;
    top: -18px;
    width: 1px;
    height: 18px;
  }

  .top-tree ul span {
    width: 30px;
    height: 215px;
    min-height: auto;
    padding: 15px 0;
    writing-mode: vertical-rl;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    line-height: 1.2;
  }
}

/* =========================
   하단 조직도 - 모바일 기본
========================= */


.org-bottom {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 30px;
  display: grid;
  gap: 10px;
}

.bottom-row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}



.bottom-node{
    padding:0;
}

.bottom-node a{
    display:flex;
    width:100%;
    height:100%;
    min-height:inherit;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    background: #ffffff;
    border: 1px solid #ddd;
    color: #444;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 0;
}

.bottom-node.gray a {
  background: #c4c4c4;
}

.bottom-node.gray_dep2 a {
  background: #e6e6e6;
}

.bottom-node.gray a, .bottom-node.gray_dep2 a {
  font-weight: 700;
  color: #575757;
}

.bottom-node a {
  font-weight: 600; 
  color: #777;
  line-height: 14px;
  padding: 13px 5px;
}

.bottom-node a.org_st1 {
  padding: 10px 7px;
}



/* 모바일에서는 선 제거 */
.bottom-row::before,
.bottom-row::after {
  display: none;
}


/* =========================
   1200px 이상
========================= */

@media (min-width: 1200px) {
  .org-wrap {
    padding: 0 0 60px;
  }

  .org-bottom {
    position: relative;
    width: 100%;
    margin: 50px auto 0;
    gap: 6px;
  }

  .bottom-row {
    display: grid;
    gap: 10px;
  }

  .bottom-row-1 {
    grid-template-columns: repeat(4, 170px);
  }

  .bottom-row-2, .bottom-row-10, .bottom-row-13, .bottom-row-16 {
    grid-template-columns: repeat(6, 170px);
  }

  .bottom-row-3,
  .bottom-row-4   {
    grid-template-columns: repeat(4, 170px);
    margin-left: 360px;
  }

  .bottom-row-5 {
    grid-template-columns: repeat(3, 170px);
    margin-left: 180px;
  }

  .bottom-row-6, .bottom-row-12 {
    grid-template-columns: repeat(5, 170px);
  }

  .bottom-row-6 div:nth-child(5) {
    line-height: 18px;
  }

  .bottom-row-7 {
    grid-template-columns: repeat(5, 170px);
    margin-left: 180px;
  }

  .bottom-row-8 {
    grid-template-columns: repeat(2, 170px);
    margin-left: 360px;
  }

  .bottom-row-9,
  .bottom-row-11 {
    grid-template-columns: repeat(4, 170px);
    margin-left: 180px;
  }
  .bottom-row-14 {
    grid-template-columns: repeat(3, 170px);
  }
  .bottom-row-15 {
    grid-template-columns: repeat(1, 170px);
    margin-left: 180px;
  }
  .bottom-row-17 {
    grid-template-columns: repeat(6, 170px);
  }


  .bottom-node {
    width: 170px;
    height: 44px;
  }

  /* 트리1 → 오른쪽 박스 연결선 */
  .bottom-row-1::before,
  .bottom-row-2::before,
  .bottom-row-6::before,
  .bottom-row-10::before,
  .bottom-row-12::before,
  .bottom-row-13::before,
  .bottom-row-14::before,
  .bottom-row-16::before {
    content: "";
    display: block;
    position: absolute;
    left: 170px;
    top: 22px;
    width: 10px;
    height: 1px;
    background: #444;
  }

  /* 두 번째 트리1에서 아래 트리2까지 세로선 */
  .bottom-row-2::after {
    content: "";
    display: block;
    position: absolute;
    left: 175px;
    top: 22px;
    width: 1px;
    height: 201px;
    background: #aaa;
  }
  .bottom-row-16::after {
    content: "";
    display: block;
    position: absolute;
    left: 175px;
    top: 22px;
    width: 1px;
    height: 100px;
    background: #aaa;
  }


  .bottom-row-12::after {
    content: "";
    display: block;
    position: absolute;
    left: 175px;
    top: 22px;
    width: 1px;
    height: 50px;
    background: #aaa;
  }

  .bottom-row-5::after, .bottom-row-7::after, .bottom-row-9::after, .bottom-row-9::after, .bottom-row-11::before  {
    content: "";
    display: block;
    position: absolute;
    left: -5px;
    top: 22px;
    width: 5px;
    height: 1px;
    background: #444;
  }


}






























/* components overriding */
.d_layer_comm .d_layer_head {
  background: var(--d-color-primary-100);
}

.d_description_list {
  --768-dt-width: 150px;
  --768-head-dd-border-color: var(--d-color-secondary-100);
}

.d_tab_comm.type1.max_breakpoint .d_tit_tab {
  background: var(--d-color-primary-100);
}

.d_tab_comm.type1.max_breakpoint .d_tab_list .d_tab[aria-selected=true],
.d_tab_comm.type1.max_breakpoint .d_tab_list .d_tab:focus-visible {
  background: var(--d-color-primary-60);
}

.d_tab_comm.type1.min_breakpoint .d_tab_list .d_tab[aria-selected=true],
.d_tab_comm.type1.min_breakpoint .d_tab_list .d_tab:hover,
.d_tab_comm.type1.min_breakpoint .d_tab_list .d_tab:focus-visible {
  background: var(--d-color-primary-100);
}

/* ===== sub 공통 ===== */
.inner_sub {
  padding: 20px 20px 50px;
}

.tit_sub_menu {
  display: block;
  padding-bottom: 20px;
}

.area_sub_left {
  display: none;
}

.area_sub_top {
  display: flex;
  align-items: center;
  gap: 10px 20px;
  flex-wrap: wrap;
  padding-bottom: 10px;
}

.list_breadcrumb {
  --gap: 8px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--gap);
  max-width: 100%;
}

.list_breadcrumb li {
  display: flex;
  align-items: center;
  gap: var(--gap);
}

.list_breadcrumb li + li::before {
  font-family: "Font Awesome 6 Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  color: inherit;
  content: "\f105";
}

.list_breadcrumb .link_txt {
  display: block;
  padding: 5px;
  margin: -5px;
  font-size: 14px;
  line-height: 19px;
  color: var(--d-color-black-60);
  font-weight: 500;
}

.area_sub_top .group_etc {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: auto;
}

.area_sub_top .btn_etc {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin: -5px;
}

.area_sub_top .btn_etc.btn_print {
  display: none;
}

.area_sub_top .btn_etc i {
  --fa-primary-color: #121212;
  --fa-secondary-color: rgb(18, 18, 18);
  font-size: 16px;
}

.layer_share .group_sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  padding: 5px 0;
}

.layer_share .link_ico {
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.layer_share .img_share {
  width: 100%;
}

.box_info_sub {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 25px;
  border-radius: 15px;
  border: 1px solid #81AEFF;
  background: #F5F9FF;
  word-break: keep-all;
  word-wrap: break-word;
}

.box_info_sub .wrap_ico {
  overflow: hidden;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border-radius: 50%;
  background: #fff;
}

.box_info_sub .img_info {
  width: 100%;
  height: auto;
}

.box_info_sub .tit_txt {
  display: block;
  font-size: 20px;
  line-height: 25px;
  color: var(--d-color-secondary-100);
  font-weight: 800;
}

.box_info_sub .txt_desc {
  padding-top: 15px;
  font-size: 14px;
  line-height: 21px;
  color: #121212;
  font-weight: 500;
}

/* ===== 공통 안내 문구 UI ===== */
.info_desc_comm {
  display: flex;
  gap: 5px;
  margin: 10px 0;
  padding: 11px 14px 10px;
  border: 1px solid;
  border-radius: 10px;
  font-size: 14px;
  line-height: 21px;
  color: #121212;
  font-weight: 500;
}

.info_desc_comm > i {
  line-height: inherit;
}

.info_desc_comm.info {
  border-color: #E1E7F5;
  background: #F8F9FF;
}

.info_desc_comm.danger {
  border-color: #F8D7DA;
  background: #FFF1F2;
}

.info_desc_comm.success {
  border-color: #D4EDDA;
  background: #F4FBF6;
}

.info_desc_comm.warning {
  border-color: #FEEDBF;
  background: #FFF7D5;
}

.info_desc_comm.info .txt_info, .info_desc_comm.info > i {
  color: var(--d-color-primary-100);
}

.info_desc_comm.danger .txt_info, .info_desc_comm.danger > i {
  color: #9F2A2F;
}

.info_desc_comm.success .txt_info, .info_desc_comm.success > i {
  color: #1E5F2E;
}

.info_desc_comm.warning .txt_info, .info_desc_comm.warning > i {
  color: #817041;
}

@media only screen and (min-width: 1200px) {
  /* ===== 공통 안내 문구 UI ===== */
  .info_desc_comm {
    gap: 8px;
    padding: 13px 16px 12px;
    font-size: 16px;
    line-height: 23px;
  }
}
/* ===== 공통 이미지 뷰 ===== */
.group_img_comm {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin: 10px 0;
  text-align: center;
}

.group_img_comm img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}

.group_img_comm figure {
  margin: 0;
}

.group_img_comm figcaption {
  padding: 8px 15px;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  font-size: 14px;
  line-height: 19px;
  color: #787878;
  font-weight: 500;
  background: #fafafa;
}

@media only screen and (min-width: 1200px) {
  /* ===== sub 공통 ===== */
  .inner_sub {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    padding: 50px 15px 80px;
    transition: gap 0.3s;
  }
  .tit_sub_menu {
    padding-bottom: 30px;
  }
  .area_sub_top {
    padding-bottom: 7px;
  }
  .list_breadcrumb .link_txt:hover {
    color: var(--d-color-black-100);
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .area_sub_top .btn_etc.btn_print {
    display: flex;
  }
  .layer_share .group_sns {
    gap: 10px;
  }
  .layer_share .link_ico {
    width: 50px;
    height: 50px;
  }
  .area_sub_top .group_etc {
    gap: 20px;
  }
  .area_sub_top .btn_etc {
    padding: 8px;
    margin: -8px;
  }
  .area_sub_top .btn_etc i {
    font-size: 18px;
  }
  .box_info_sub {
    flex-direction: row;
    gap: 24px;
    padding: 30px 30px 46px;
  }
  .box_info_sub .wrap_ico {
    flex: none;
    width: 112px;
    height: 112px;
  }
  .box_info_sub .tit_txt {
    padding-top: 9px;
    font-size: 24px;
    line-height: 29px;
  }
  .box_info_sub .txt_desc {
    font-size: 18px;
    line-height: 26px;
  }
  .area_sub_left {
    display: block;
    flex: none;
    width: 280px;
    transition: width 0.3s;
  }
  .area_sub_left .head_menu {
    padding-bottom: 27px;
  }
  .area_sub_left .head_menu .tit_txt {
    font-size: 26px;
    line-height: 32px;
    color: #121212;
  }
  .area_sub_left .body_menu {
    border-top: 1px solid #000;
  }
  .list_menu_left > li {
    border-bottom: 1px solid #ddd;
  }
  .list_menu_left [class*=link_depth][target=_blank]::after {
    flex: none;
    margin-top: 1px;
    font-size: 0.85em;
    font-family: "Font Awesome 6 Pro", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    content: "\f08e";
  }
  /* ===== left 2뎁스 스타일 ===== */
  .list_menu_left .link_depth2 {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 18px 12px 18px 0;
    font-size: 20px;
    line-height: 24px;
    color: #121212;
    font-weight: 700;
  }
  .list_menu_left .link_depth2.on,
  .list_menu_left .link_depth2[aria-expanded=true],
  .list_menu_left .link_depth2:hover,
  .list_menu_left .link_depth2:focus {
    color: var(--d-color-secondary-100);
  }
  .list_menu_left .link_depth2:has(+ .cont_menus)::after {
    flex: none;
    margin-left: auto;
    font-size: 0.7em;
    font-family: "Font Awesome 6 Pro", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    content: "\f078";
  }
  .list_menu_left .link_depth2[aria-expanded=true]:has(+ .cont_menus)::after {
    transform: rotate(180deg);
  }
  /* ===== 3뎁스 expanded ===== */
  .list_menu_left .cont_menus {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
  .list_menu_left .link_depth2[aria-expanded=true] + .cont_menus {
    grid-template-rows: 1fr;
    opacity: 1;
    visibility: visible;
  }
  /* ===== left 3뎁스 스타일 ===== */
  .list_menu_left_depth3 {
    overflow: hidden;
  }
  .list_menu_left_depth3 > li + li {
    padding-top: 5px;
  }
  .list_menu_left_depth3 > li:last-child {
    padding-bottom: 11px;
  }
  .list_menu_left_depth3 .link_depth3 {
    --line-height: 25px;
    display: flex;
    align-items: flex-start;
    gap: 5px;
    padding: 10px 12px 10px 20px;
    font-size: 18px;
    line-height: var(--line-height);
    color: #646464;
    font-weight: 600;
  }
  .list_menu_left_depth3 .link_depth3::before {
    flex: none;
    margin: calc(var(--line-height) / 2) 5px 0 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: currentColor;
    transform: translateY(-50%);
    content: "";
  }
  .list_menu_left_depth3 .link_depth3:hover,
  .list_menu_left_depth3 .link_depth3:focus {
    color: #121212;
  }
  /* ===== left 3뎁스 선택 스타일 ===== */
  .list_menu_left_depth3 .link_depth3.on {
    border-radius: 8px;
    color: #121212;
    background: #F8F8F8;
  }
  .cont_sub {
    flex: 1;
    min-width: 0;
  }
}
/* ===== 서브 - sub css ===== */