@charset "UTF-8";
/* 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%;
  margin-bottom: 10px;
}

.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;
  }
  .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, .d_tab_list [class*=d_tab][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 ===== */