@charset "UTF-8";
/* ---------- Sub - Layout ---------- */
.wrap_sub {
  display: flex;
  column-gap: 90px;
  padding-bottom: 50px;
}

.wrap_sub .cont_sub {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.wrap_sub .cont_inner {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}

.wrap_sub .cont_inner .siiru-infoOpenwrap table caption {
  display: block;
  margin: -1px;
}

.wrap_sub .tab_comm:not(.type_sector) + .cont_inner {
  padding-top: 0;
}

/* // ---------- Sub - Layout ---------- */
/* ---------- Sub - 좌측 메뉴 ---------- */
.menu_left {
  display: none;
  width: 310px;
  transition: all 0.3s;
}

.menu_left .bg_menu {
  height: 200px;
  padding-left: 40px;
  border-radius: 10px;
  color: #fff;
  background: url(/home/www/images/sub/layout/img_subtit_bg.png) 0 0 no-repeat;
  background-size: cover;
}

.menu_left .bg_menu h2 {
  padding-top: 50px;
  font-family: "SUITE", sans-serif;
  font-size: 38px;
  line-height: 48px;
}

.menu_left .bg_menu p {
  padding-top: 5px;
  font-size: 12px;
  line-height: 15px;
}

.list_left_menu {
  padding: 30px 0 0 20px;
}

.list_left_menu > li {
  position: relative;
}

.list_left_menu > li + li {
  margin-top: 8px;
}

.list_left_menu .link_menu {
  display: block;
  position: relative;
  padding: 19px 45px 18px 23px;
  border-radius: 10px;
  border: 1px solid #ddd;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #616161;
  background-color: #fff;
  transition: all 0.3s;
}

.list_left_menu .link_menu[target=_blank] {
  display: flex;
  justify-content: space-between;
  padding-right: 18px;
}

.list_left_menu .link_menu[target=_blank]:before {
  order: 1;
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-weight: 300;
  content: "\f08e";
}

.list_left_menu .link_menu:after {
  position: absolute;
  top: 50%;
  right: 19px;
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-size: 21px;
  line-height: 1;
  color: #858585;
  transform: translateY(-50%);
  transition: all 0.3s;
  content: "\f107";
}

.list_left_menu .sub_none .link_menu:after {
  content: normal;
}

.list_left_menu .on .link_menu {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: transparent;
  font-weight: 700;
  color: #fff;
  background-color: #0969C2;
}

.list_left_menu .on.sub_none .link_menu {
  border-radius: 10px;
}

.list_left_menu .on .link_menu:after {
  color: #fff;
  transform: translateY(-50%) rotate(180deg);
}

.list_sub_menu {
  display: none;
  padding: 10px 20px;
  border-radius: 0 0 10px 10px;
  border: 1px solid #0969C2;
  border-top: 0;
  background-color: #fff;
}

.list_sub_menu li + li {
  border-top: 1px dashed #ddd;
}

.list_sub_menu a {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  position: relative;
  padding: 15px 0 14px;
  font-size: 16px;
  line-height: 20px;
  color: #616161;
}

.list_sub_menu a[target=_blank]:after {
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-weight: 300;
  content: "\f08e";
}

.list_sub_menu .on a {
  font-weight: 700;
  color: #358CE2;
}

/* // ---------- Sub - 좌측 메뉴 ---------- */
/* ---------- Sub - 상단 ---------- */
.tit_head {
  padding: 20px;
  margin: 0 -20px;
  border-bottom: 1px solid #DDD;
  background: #FAFAFA;
}

.head_bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
  padding-top: 10px;
}

.list_navigation {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  align-items: center;
  margin-right: auto;
  padding-right: 10px;
}

.list_navigation li {
  display: flex;
  position: relative;
  color: #858585;
}

.list_navigation li + li:before {
  margin: 0 10px;
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-weight: 300;
  font-size: 14px;
  content: "\f054";
}

.list_navigation .on {
  font-weight: 500;
  color: #000;
}

.list_navigation .link_home {
  display: inline-block;
  padding: 5px;
  vertical-align: top;
}

.list_navigation a {
  position: relative;
}

.list_navigation a:not(.link_home):after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #575757;
  transition: width 0.3s;
  content: "";
}

.list_navigation a:hover:not(.link_home):after, .list_navigation a:focus:not(.link_home):after {
  width: 100%;
}

.list_navigation .link_home .ico_comm {
  width: 13px;
  height: 14px;
  background-image: url(/home/www/images/sub/layout/home.png);
}

.list_subetc {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}

.list_subetc li {
  position: relative;
}

.list_subetc .btn_etc {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 5px 0;
  color: #575757;
}

.list_subetc .ico_bookmark {
  width: 22px;
  height: 22px;
  background-image: url(/home/www/images/common/ico_bookmark_241010.png);
}

.list_subetc .ico_bookmark.on {
  background-image: url(/home/www/images/common/ico_bookmark_on.png);
}

.list_subetc .fa-clone {
  color: #269BFF;
}

.list_subetc .fa-share-from-square {
  color: #159098;
}

.list_subetc .fa-print {
  color: #000;
}

.layer_sns .inner_layer {
  width: 362px;
  padding: 30px 25px;
  border-radius: 6px;
  text-align: center;
}

.layer_sns .tit_layer {
  font-size: 18px;
  line-height: 21px;
  color: #232323;
}

.layer_sns .layer_body {
  padding-top: 25px;
}

.layer_sns .layer_sns_list {
  display: inline-flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.layer_sns .layer_sns_list a {
  display: block;
}

.layer_sns .layer_sns_list img {
  vertical-align: top;
}

.layer_sns .layer_body .img_qr {
  margin-top: 30px;
  vertical-align: top;
}

.layer_sns .layer_body .txt_qr {
  font-size: 16px;
  line-height: 19px;
  color: #575757;
}

.layer_sns .layer_foot {
  padding-top: 20px;
}

/* // ---------- Sub - 상단 ---------- */
/* ---------- Sub - 하단 ---------- */
.content_foot {
  padding-top: 50px;
  margin-top: auto;
}

.content_foot .box_data_none {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px 20px;
  margin: 20px 0;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
}

.content_foot .box_data_none i {
  align-self: flex-start;
}

.content_foot .head_cont {
  display: flex;
  flex-direction: column;
  padding: 0 20px 20px;
  border: 1px solid #DA17FF;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
  background: #FAFAFA;
}

.content_foot .head_cont + .head_cont {
  border-radius: 0;
  border-top: 1px dashed #ddd;
}

.content_foot .head_cont.type_pattern .tit_ai strong {
  color: #DA17FF;
}

.content_foot .head_cont.type_relate .tit_ai strong {
  color: #7387ff;
}

.content_foot .tit_ai {
  flex: none;
  display: flex;
  align-items: center;
  padding: 0 20px 0 0;
  min-height: 80px;
  word-break: keep-all;
  word-wrap: break-word;
}

.content_foot .tit_ai img {
  display: none;
  float: left;
  width: 147px;
}

.content_foot .tit_ai .cont_ai {
  overflow: hidden;
  font-size: 14px;
  line-height: 17px;
  color: #555;
}

.content_foot .tit_ai strong {
  display: block;
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
}

.content_foot .tit_ai strong em {
  font-weight: 800;
}

.content_foot .tit_ai p {
  padding-top: 5px;
}

.content_foot .suggest_page {
  display: grid;
  gap: 12px 20px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  counter-reset: numCount 0;
}

.content_foot .suggest_page a {
  position: relative;
  min-height: 44px;
  padding: 12px 46px 11px 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 14px;
  line-height: 19px;
  color: #555;
  background: #fff;
}

.content_foot .suggest_page a:before {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 20px;
  height: 20px;
  border-radius: 10px 10px 0 10px;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  counter-increment: numCount 1;
  content: counter(numCount);
}

.content_foot .head_cont.type_pattern .suggest_page a:before {
  background: #DA17FF;
}

.content_foot .head_cont.type_relate .suggest_page a:before {
  background: #7387ff;
}

.content_foot .suggest_page a:after {
  position: absolute;
  top: 50%;
  right: 16px;
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-weight: 300;
  font-size: 20px;
  transform: translateY(-50%);
  content: "\f08e";
}

.content_foot .suggest_page span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.content_foot .bottom_cont {
  display: flex;
  flex-direction: column;
}

.content_foot .cont_tit {
  display: flex;
  font-weight: 600;
}

.content_foot .cont_tit .txt_part {
  flex: none;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 170px;
  min-height: 48px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  background: #404961;
}

.content_foot .cont_tit .txt_manage {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 10px;
  border-top: 1px solid #404961;
  border-right: 1px solid #404961;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.content_foot .cont_body {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  padding: 10px;
  border: 1px solid #404961;
  font-size: 16px;
  line-height: 24px;
  color: #232323;
}

.content_foot .txt_last {
  display: flex;
  gap: 16px;
  align-items: center;
}

.content_foot .txt_last span {
  display: flex;
  align-items: center;
  color: #404961;
}

.content_foot .txt_last i {
  margin-right: 5px;
}

.content_foot .bottom_cont img {
  height: 50px;
  vertical-align: top;
}

.content_foot .ai_tit {
  display: none;
  flex: none;
  flex-direction: column;
  position: relative;
  width: 210px;
  padding: 26px 0 0 24px;
  border-top-left-radius: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #fff;
  background: linear-gradient(173deg, rgb(218, 23, 255) 0%, rgb(128, 146, 255) 100%);
  letter-spacing: -0.05em;
}

.content_foot .ai_tit strong {
  display: block;
  font-weight: 800;
  font-size: 30px;
  line-height: 32px;
}

/* // ---------- Sub - 하단 ---------- */
/* ---------- Sub - 컨텐츠 ---------- */
.list_box_comm {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}

.list_box_comm li {
  padding: 40px 30px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.list_box_comm .wrap_thumb img {
  width: 100%;
  vertical-align: top;
}

.list_box_comm .cont_thumb {
  padding-top: 30px;
  text-align: center;
}

.list_box_comm .cont_thumb strong {
  display: block;
  font-size: 22px;
  line-height: 26px;
  color: #2F51B2;
}

.list_box_comm .cont_thumb p {
  padding-top: 16px;
}

.list_box_comm.list_type2 .cont_thumb {
  text-align: left;
}

/* // ---------- Sub - 컨텐츠 ---------- */
.siiruModalBody input[type=text] {
  display: inline-flex;
  width: 100%;
  height: 45px;
  padding: 12px 17px;
  border-radius: 3px;
  border: 1px solid #858585;
  font-size: 16px;
  line-height: 19px;
  color: #232323;
  box-sizing: border-box;
  vertical-align: top;
}

.siiruModalBody dl dd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.siiru-infoOpenwrap section {
  padding: 0;
  font-size: inherit;
}

.siiru-infoOpenwrap table {
  border-top: 1px solid rgb(133, 133, 133);
}

/* 반응형테이블 02 */
.tbl_comm.table_resp th, .tbl_comm.table_resp td {
  text-align: left;
  display: block;
  border-left: 0;
  border-right: 0;
}

.tbl_comm.table_resp th {
  background: #f4f7fc;
  font-weight: 500;
  font-size: 15px;
}

.tbl_comm.table_resp tbody th {
  background: #f8f8f8;
}

@media all and (max-width: 767px) {
  .tbl_comm.table_resp thead {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .tbl_comm.table_resp th {
    text-align: center;
    font-size: 16px;
  }
  .tbl_comm.table_resp th, .basic_table.table_resp td {
    display: table-cell;
    border-left: #eee solid 1px;
    border-right: #eee solid 1px;
  }
  .tbl_comm.table_resp .no_cont {
    display: table-cell;
  }
  .content_foot .cont_tit .txt_manage br {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  /* ---------- Sub - 컨텐츠 ---------- */
  .list_box_comm li {
    overflow: hidden;
  }
  .list_box_comm .wrap_thumb {
    float: left;
    width: 40%;
  }
  .list_box_comm .cont_thumb {
    overflow: hidden;
    padding: 0 0 0 30px;
    text-align: left;
  }
  .list_box_comm .cont_thumb p {
    font-size: 16px;
    line-height: 24px;
  }
  /* // ---------- Sub - 컨텐츠 ---------- */
}
@media only screen and (min-width: 1280px) {
  /* ---------- Sub - 하단 ---------- */
  .content_foot .bottom_cont {
    flex-basis: 100%;
    flex-direction: row;
  }
  .content_foot .cont_tit .txt_manage {
    border-right: 0;
    border-bottom: 1px solid #404961;
  }
  .content_foot .cont_tit .txt_part {
    justify-content: flex-start;
    width: 210px;
    padding-left: 26px;
  }
  .content_foot .cont_body {
    flex: 1;
    flex-direction: row;
    gap: 40px;
    padding: 15px 30px;
    border-left: 0;
    justify-content: flex-end;
  }
  .content_foot {
    display: flex;
    flex-wrap: wrap;
  }
  .content_foot .ai_tit {
    display: flex;
  }
  .content_foot .ai_tit:after {
    position: absolute;
    bottom: 0;
    right: -40px;
    width: 187px;
    height: 170px;
    background-image: url(/home/www/images/sub/layout/img_ai_character2.png);
    background-size: 187px 170px;
    content: "";
  }
  .content_foot .group_head {
    flex: 1;
    min-width: 0;
  }
  .content_foot .head_cont {
    align-items: center;
    flex-direction: row;
    padding: 0 30px 0 0;
    border-left: 0;
    border-top-left-radius: 0;
  }
  .content_foot .tit_ai {
    flex: none;
    width: 230px;
    min-height: 99px;
    padding: 0 30px;
    margin-left: 0;
  }
  .content_foot .suggest_page {
    flex: 1;
    min-width: 0;
    grid-template-columns: repeat(3, 1fr);
    justify-content: end;
  }
  .content_foot .suggest_page a {
    min-width: 0;
    min-height: 50px;
    padding: 15px 46px 14px 20px;
    font-size: 16px;
  }
  /* // ---------- Sub - 하단 ---------- */
}
@media only screen and (min-width: 1440px) {
  /* ---------- Sub - Layout ---------- */
  .wrap_sub {
    position: relative;
    padding-top: 50px;
  }
  /* // ---------- Sub - Layout ---------- */
  /* ---------- Sub - 좌측 메뉴 ---------- */
  .menu_left {
    display: block;
  }
  /* // ---------- Sub - 좌측 메뉴 ---------- */
  /* ---------- Sub - 상단 ---------- */
  .tit_head {
    padding: 20px 0 15px;
    margin: 0;
    background: none;
  }
  .layer_sns {
    position: absolute;
    background: none;
    top: calc(100% + 5px);
    right: 0;
    left: auto;
    bottom: auto;
  }
  .layer_sns .inner_layer {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    box-shadow: 5px 8px 20px 3px rgba(146, 146, 146, 0.16);
  }
  /* // ---------- Sub - 상단 ---------- */
  /* ---------- Sub - 컨텐츠 ---------- */
  .list_box_comm {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
  .list_box_comm .wrap_thumb {
    float: none;
    width: auto;
  }
  .list_box_comm .cont_thumb {
    padding: 20px 0 0;
  }
  .list_box_comm.list_type2 {
    grid-template-columns: 1fr;
  }
  .list_box_comm.list_type2 .wrap_thumb {
    float: left;
    width: 320px;
  }
  .list_box_comm.list_type2 .cont_thumb {
    padding: 0 0 0 30px;
  }
  .list_box_comm.list_type2 .cont_thumb strong {
    font-size: 24px;
    line-height: 29px;
  }
  .list_box_comm.list_type2 .cont_thumb p {
    padding-top: 13px;
  }
  /* // ---------- Sub - 컨텐츠 ---------- */
}
.ico_point {
  background-size: 75px;
  background-image: url(/home/www/images/sub/ico_point02.png);
}

/* 콘텐츠 프로세서 */
.process_ni {
  overflow: hidden;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.process_ni li {
  float: left;
  position: relative;
  padding: 25px;
  text-align: center;
  border: 1px solid #ddd;
  border-left: 0;
  border-top: 0;
}

.process_ni li:after {
  content: url(/home/www/images/sub/arr_process.png);
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: -30px;
  width: 40px;
  height: 40px;
}

.process_ni.col3 li {
  width: 33.33%;
  min-height: 118px;
}

.process_ni.col3 li:nth-child(3n):after {
  display: none;
}

.process_ni.col4 li {
  width: 25%; /* min-height: 240px;*/
}

.process_ni.col4 li:nth-child(4n):after {
  display: none;
}

.process_ni.col5 li {
  width: 20%;
  min-height: 145px;
}

.process_ni.col5 li:nth-child(5n):after {
  display: none;
}

.process_ni.col5 li:last-child:after {
  display: none;
}

.process_ni.col3_02 li {
  width: 33.33%;
  min-height: 168px;
}

.process_ni.col3_02 li:nth-child(3n):after {
  display: none;
}

.process_ni li span {
  display: block;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.2em;
}

@media all and (max-width: 768px) {
  .process_ni li {
    float: none;
  }
  .process_ni li:after {
    transform: rotate(90deg);
    left: 50%;
    margin-left: -20px;
    top: 103%;
  }
  .process_ni.col3 li {
    width: 100%;
  }
  .process_ni.col3_02 li {
    width: 100%;
  }
  .process_ni.col4 li {
    width: 100%;
  }
  .process_ni.col5 li {
    width: 100%;
  }
}
/**********************************
         조직도
***********************************/
/* 현장통합지휘본부 조직 */
.org_wrap3 {
  width: 700px;
  margin: 40px auto 0 auto;
}

.org_wrap3 .org_headoffice {
  position: relative;
  background: url(/home/www/images/sub/0603010100_01.png) no-repeat 45% top;
  text-align: center;
}

.org_wrap3 .org_headoffice .headoffice_top span {
  display: inline-block;
}

.org_wrap3 .org_headoffice .headoffice_top span.chief_st {
  width: 178px;
  height: 37px;
  padding: 18px 0 0 0;
  font-size: 1.286em;
  color: #fff;
  font-weight: 600;
  letter-spacing: -1px;
}

.org_wrap3 .org_headoffice .headoffice_top span.chief {
  background: #406abf;
}

.org_wrap3 .org_headoffice .headoffice_top span.deputy_chief {
  margin-top: 30px;
  background: #FBA22F;
  margin-left: -210px;
}

.org_wrap3 .org_headoffice .headoffice_top span.immediate_st {
  position: absolute;
  width: 168px;
  height: 33px;
  padding: 18px 0 0 0;
  font-size: 1.143em;
  color: #fff;
  font-weight: 600;
  letter-spacing: -1px;
  background: #FBA22F;
}

.org_wrap3 .org_headoffice .headoffice_top span.immediate_part1 {
  top: 85px;
  right: 160px;
}

.org_wrap3 .org_headoffice .headoffice_top .org_part {
  overflow: hidden;
  margin: 53px 0 0 -10px;
}

.org_wrap3 .org_headoffice .headoffice_top .org_part li {
  float: left;
  width: 168px;
  margin-bottom: 10px;
}

.org_wrap3 .org_headoffice .headoffice_top .org_part li a {
  display: block;
  margin-left: 10px;
  padding: 18px 0;
  background: #eee;
  border: 1px solid #e0e0e0;
  color: #333;
  letter-spacing: -1px;
}

.org_wrap3 .org_substructure {
  overflow: hidden;
  margin: 0px 0 0 -15px;
}

.org_wrap3 .org_substructure .org_subbox {
  float: left;
  width: 100%;
  margin-left: 20px;
  background: url(/home/www/images/sub/0603010100_02.png) no-repeat left top;
  text-align: center;
}

.org_wrap3 .org_substructure .org_subcont ul {
  margin-top: 21px;
}

.org_wrap3 .org_substructure .org_subcont ul li {
  margin-bottom: 5px;
  letter-spacing: -1px;
}

.org_wrap3 .org_substructure .org_subcont ul li a {
  display: block;
  width: 160px;
  padding: 12px 0;
  border: 1px solid #ddd;
  color: #333;
  background-color: #fff;
  float: left;
  margin: 5px 5px 5px 0;
}

.org_wrap3 .org_substructure .org_dong {
  width: 300px;
}

.org_wrap3 .org_substructure .org_dong ul {
  overflow: hidden;
  margin-left: -4px;
}

.org_wrap3 .org_substructure .org_dong ul li {
  float: left;
  width: 50%;
}

.org_wrap3 .org_substructure .org_dong ul li a {
  display: block;
  margin-left: 4px;
  color: #333;
}

/* 재난안전대책본부 조직도 */
.org_wrap2 {
  width: 687px;
  margin: 40px auto 0 auto;
}

.org_wrap2 .org_headoffice {
  position: relative;
  background: url(/home/www/images/sub/0404010100.png) no-repeat left 25px;
  text-align: center;
}

.org_wrap2 .org_headoffice .headoffice_top span {
  display: inline-block;
}

.org_wrap2 .org_headoffice .headoffice_top span.chief_st {
  width: 205px;
  height: 37px;
  padding: 18px 0 0 0;
  font-size: 1.286em;
  color: #fff;
  font-weight: 600;
  letter-spacing: -1px;
}

.org_wrap2 .org_headoffice .headoffice_top span.chief {
  background: #406abf;
}

.org_wrap2 .org_headoffice .headoffice_top span.deputy_chief {
  margin-top: 30px;
  background: #00855f;
}

.org_wrap2 .org_headoffice .headoffice_top span.immediate_st {
  position: absolute;
  width: 180px;
  height: 30px;
  padding: 3px 0 0 0;
  font-size: 1.15em;
  color: #595c63;
  font-weight: 500;
  letter-spacing: -1px;
  background: #fff;
  border: 2px solid #c0c3ca;
}

.org_wrap2 .org_headoffice .headoffice_top span.immediate_part1 {
  top: 260px;
  right: 0;
  height: 45px;
  line-height: 45px;
}

.org_wrap2 .org_headoffice .headoffice_top span.immediate_part1_1 {
  top: 260px;
  left: 0;
  height: 45px;
  line-height: 45px;
}

.org_wrap2 .org_headoffice .headoffice_top span.immediate_part2 {
  top: 390px;
  left: 2px;
  padding-top: 10px;
  width: 215px;
}

.org_wrap2 .org_headoffice .headoffice_top .org_part {
  overflow: hidden;
  margin: 76px 0 0 -10px;
}

.org_wrap2 .org_headoffice .headoffice_top .org_part li {
  float: left;
  width: 232px;
  margin-bottom: 10px;
}

.org_wrap2 .org_headoffice .headoffice_top .org_part li a {
  display: block;
  margin-left: 10px;
  padding: 18px 0;
  background: #eee;
  border: 1px solid #e0e0e0;
  color: #333;
  letter-spacing: -1px;
}

/* 조직도 하부조직 */
.org_wrap2 .org_substructure {
  overflow: hidden;
  margin: 85px 0 0 -15px;
}

.org_wrap2 .org_substructure .org_subbox {
  float: left;
  width: 148px;
  margin-left: 20px;
  background: url(/home/www/images/sub/0603010100_02.png) no-repeat left top;
  text-align: center;
}

.org_wrap2 .org_substructure .org_subcont p.org_sub_title {
  width: 148px;
  height: 37px;
  padding: 18px 0 0 0;
  font-size: 1.143em;
  color: #fff;
  font-weight: 600;
  letter-spacing: -1px;
  background: #6d727c;
}

.org_wrap2 .org_substructure .org_subcont ul {
  margin-top: 21px;
}

.org_wrap2 .org_substructure .org_subcont ul li {
  margin-bottom: 5px;
  letter-spacing: -1px;
}

.org_wrap2 .org_substructure .org_subcont ul li a {
  display: block;
  padding: 12px 0;
  border: 1px solid #ddd;
  color: #333;
  background-color: #fff;
}

.org_wrap2 .org_substructure .org_dong {
  width: 300px;
}

.org_wrap2 .org_substructure .org_dong ul {
  overflow: hidden;
  margin-left: -4px;
}

.org_wrap2 .org_substructure .org_dong ul li {
  float: left;
  width: 50%;
}

.org_wrap2 .org_substructure .org_dong ul li a {
  display: block;
  margin-left: 4px;
  color: #333;
}

/* 행정조직도 */
.org_wrap {
  margin: 40px auto 0 auto;
}

.org_wrap .org_headoffice {
  position: relative;
  text-align: center;
}

.org_wrap .org_headoffice .headoffice_top span {
  display: inline-block;
}

.org_wrap .org_headoffice .headoffice_top span.chief_st {
  width: 178px;
  padding: 20px;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  letter-spacing: -1px;
  border-radius: 5px;
}

.org_wrap .org_headoffice .headoffice_top span.chief {
  background: #2F51B2;
}

.org_wrap .org_headoffice .headoffice_top span.chief_st a {
  color: #ffffff;
}

.org_wrap .org_headoffice .headoffice_top span.deputy_chief {
  position: relative;
  margin-top: 26px;
  background: #1b96ff;
}

.org_wrap .org_headoffice .headoffice_top span.deputy_chief:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 1px;
  height: 26px;
  background-color: #DCDCDC;
  content: "";
}

.org_wrap .org_headoffice .headoffice_top span.immediate_st {
  position: absolute;
  width: 168px;
  height: 33px;
  padding: 18px 0 0 0;
  font-size: 1.143em;
  color: #595c63;
  font-weight: 600;
  letter-spacing: -1px;
  background: #fff;
  border: 2px solid #c0c3ca;
}

.org_wrap .org_headoffice .headoffice_top span.immediate_part1 {
  top: 43px;
  right: 0;
}

.org_wrap .org_headoffice .headoffice_top span.immediate_part2 {
  top: 128px;
  right: 0;
}

/* 조직도 5개
.org_wrap .org_headoffice .headoffice_top .org_part{overflow:hidden; margin:53px 0 0 -10px; }
.org_wrap .org_headoffice .headoffice_top .org_part li{float:left; width:134px; margin-bottom:10px;  }
.org_wrap .org_headoffice .headoffice_top .org_part li a{display:block; margin-left:10px; padding:18px 0; background:#eee; border:1px solid #e0e0e0;  color:#333; letter-spacing:-1px; }
*/
/* 조직도 4개 */
.org_wrap .org_headoffice .headoffice_top .org_part {
  display: inline-grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 180px));
  justify-content: center;
  gap: 10px;
  position: relative;
  max-width: 750px;
  margin: 50px auto 0;
  vertical-align: top;
}

.org_wrap .org_headoffice .headoffice_top .org_part:before {
  position: absolute;
  bottom: calc(100% + 20px);
  left: 50%;
  width: 1px;
  height: 30px;
  background-color: #dcdcdc;
  content: "";
}

.org_wrap .org_headoffice .headoffice_top .org_part li {
  position: relative;
}

.org_wrap .org_headoffice .headoffice_top .org_part li:nth-child(-n+4) a:before {
  position: absolute;
  bottom: calc(100% + 20px);
  right: 50%;
  width: calc(100% + 11px);
  background-color: #dcdcdc;
  height: 1px;
  content: "";
}

.org_wrap .org_headoffice .headoffice_top .org_part li:first-child a:before {
  content: normal;
}

.org_wrap .org_headoffice .headoffice_top .org_part li:before {
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 1px;
  height: 20px;
  background-color: #dcdcdc;
  content: "";
}

.org_wrap .org_headoffice .headoffice_top .org_part li:after {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 10;
  width: 1px;
  height: 10px;
  background-color: #fff;
  content: "";
}

.org_wrap .org_headoffice .headoffice_top .org_part li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  height: 100%;
  min-height: 62px;
  padding: 10px 10px 9px;
  background: #eee;
  border: 1px solid #e0e0e0;
  color: #333;
  letter-spacing: -1px;
  border-radius: 5px;
}

.org_wrap .org_substructure {
  overflow: hidden;
  margin: 85px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  justify-content: center;
}

.org_wrap .org_substructure .org_subbox {
  float: left;
  width: 141px;
  background: url(/home/www/images/sub/0603010100_02.png) no-repeat 0 top;
  text-align: center;
  margin-bottom: 20px;
}

.org_wrap .org_substructure .org_subbox.lst {
  width: 100%;
  background-position-x: 11px;
}

.org_wrap .org_substructure .org_subbox.lst p.org_sub_title {
  width: 170px;
}

.org_wrap .org_substructure .org_subcont p.org_sub_title {
  padding: 18px;
  color: #fff;
  font-weight: 600;
  letter-spacing: -1px;
  background: #334569;
  border-radius: 5px;
}

.org_wrap .org_substructure .org_subcont p.org_sub_title a {
  color: #fff;
}

.org_wrap .org_substructure .org_subcont ul {
  margin-top: 20px;
}

.org_wrap .org_substructure .org_subcont ul li {
  margin-bottom: 5px;
  letter-spacing: -1px;
}

.org_wrap .org_substructure .org_subcont ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 12px 10px;
  border: 1px solid #ddd;
  color: #333;
  background-color: #fff;
  border-radius: 5px;
}

.org_wrap .org_substructure .org_dong {
  width: 300px;
}

.org_wrap .org_substructure .org_dong ul {
  overflow: hidden;
  margin-left: -4px;
}

.org_wrap .org_substructure .org_dong ul li {
  float: left;
  width: 50%;
}

.org_wrap .org_substructure .org_dong ul li a {
  display: block;
  margin-left: 4px;
  color: #333;
}

.org_wrap .org_substructure .org_subcont .org_dong02 {
  display: grid;
  gap: 5px 10px;
  grid-template-columns: repeat(auto-fit, minmax(141px, 1fr));
}

.org_wrap .org_substructure .org_subcont .org_dong02 li {
  margin-bottom: 0;
}

.org_wrap .org_substructure .org_subbox2 {
  float: none;
  width: 100%;
}

.org_wrap .org_substructure .org_subbox2 p.org_sub_title {
  width: 141px;
}

@media only screen and (max-width: 767px) {
  /* 행정조직도 */
  .org_wrap {
    width: 700px;
  }
  .org_wrap {
    width: auto;
    margin: 40px 0 0 0;
  }
  .org_wrap .org_headoppice::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    content: "";
    z-index: -99;
    width: 1px;
    height: 400px;
    background-color: #ddd;
  }
  .org_wrap .org_headoffice .headoffice_top span.immediate_st {
    position: relative;
    width: 174px;
    margin-top: 5px;
  }
  .org_wrap .org_headoffice .headoffice_top span.immediate_part1 {
    top: auto;
    right: 0;
  }
  .org_wrap .org_headoffice .headoffice_top span.immediate_part2 {
    top: auto;
    right: 0;
  }
  .org_wrap .org_headoffice .headoffice_top .org_part {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0 0 0;
  }
  .org_wrap .org_headoffice .headoffice_top .org_part:before {
    content: normal;
  }
  .org_wrap .org_headoffice .headoffice_top .org_part li {
    width: 218px;
  }
  .org_wrap .org_headoffice .headoffice_top .org_part li:before {
    content: normal;
  }
  .org_wrap .org_headoffice .headoffice_top .org_part li:after {
    content: normal;
  }
  .org_wrap .org_headoffice .headoffice_top .org_part li:nth-child(-n+4) a:before {
    content: normal;
  }
  .org_wrap .org_headoffice .headoffice_top .org_part li a {
    padding: 12px 0;
  }
  .org_wrap .org_substructure {
    margin: 50px 0 0 -3px;
  }
  .org_wrap .org_substructure .org_subbox {
    width: 48%;
    margin-left: 0;
  }
  .org_wrap .org_substructure .org_subbox.list {
    width: 100%;
  }
  .org_wrap .org_substructure .org_subcont {
    width: auto;
    background: none;
  }
  .org_wrap .org_substructure .org_subcont ul {
    margin-top: 10px;
  }
  .org_wrap .org_substructure .org_subcont p.org_sub_title {
    width: auto;
  }
  .org_wrap .org_substructure .org_dong {
    clear: both;
    float: none;
    width: auto;
    padding-top: 40px;
    background-position: 47% 40px;
  }
  .org_wrap .org_substructure .org_dong ul {
    overflow: hidden;
    margin-left: -3px;
  }
  .org_wrap .org_substructure .org_dong ul li a {
    display: block;
    margin-left: 3px;
    color: #333;
  }
  .org_wrap .org_substructure .org_subcont2 .org_dong02 li {
    width: 100%;
  }
  .org_wrap .org_substructure .org_subbox2 {
    float: none;
    width: 100%;
  }
  /* 재난안전대책본부 조직도 */
  .org_wrap2 {
    width: auto;
    margin: 40px 0 0 0;
  }
  .org_wrap2 .org_headoffice {
    position: relative;
    background: none;
  }
  .org_wrap2 .org_headoffice .headoffice_top span.deputy_chief {
    margin-top: 26px;
  }
  .org_wrap2 .org_headoffice .headoffice_top span.immediate_st {
    position: relative;
    width: 205px;
    margin-top: 5px; /* padding-top:10px; */ /* height:35px; */
  }
  .org_wrap2 .org_headoffice .headoffice_top span.immediate_part1 {
    top: auto;
    right: 0;
  }
  .org_wrap2 .org_headoffice .headoffice_top span.immediate_part1_1 {
    top: auto;
    right: 0;
  }
  .org_wrap2 .org_headoffice .headoffice_top span.immediate_part2 {
    top: auto;
    right: 0;
  }
  .org_wrap2 .org_headoffice .headoffice_top .org_part {
    margin: 15px 0 0 -3px;
  }
  .org_wrap2 .org_headoffice .headoffice_top .org_part li {
    width: 50%;
  }
  .org_wrap2 .org_headoffice .headoffice_top .org_part li a {
    margin-left: 3px;
  }
  .org_wrap2 .org_substructure {
    margin: 50px 0 0 -3px;
  }
  .org_wrap2 .org_substructure .org_subbox {
    width: 50%;
    margin-left: 0;
    background: none; /*background:url(/images/kr/intro/bg_org_sub.gif) no-repeat top center;*/
  }
  .org_wrap2 .org_substructure .org_subcont {
    width: auto;
    margin-left: 3px;
  }
  .org_wrap2 .org_substructure .org_subcont p.org_sub_title {
    width: auto;
  }
  .org_wrap2 .org_substructure .org_dong {
    clear: both;
    float: none;
    width: auto;
    padding-top: 40px;
    background-position: 47% 40px;
  }
  .org_wrap2 .org_substructure .org_dong ul {
    overflow: hidden;
    margin-left: -3px;
  }
  .org_wrap2 .org_substructure .org_dong ul li a {
    display: block;
    margin-left: 3px;
    color: #333;
  }
  /* 현장통합지휘본부 조직 */
  .org_wrap3 {
    width: auto;
    margin: 40px 0 0 0;
  }
  .org_wrap3 .org_headoffice {
    position: relative;
    background: none;
  }
  .org_wrap3 .org_headoffice .headoffice_top span.deputy_chief {
    margin-top: 26px;
    margin-left: 0px;
  }
  .org_wrap3 .org_headoffice .headoffice_top span.immediate_st {
    position: relative;
    width: 174px;
    margin-top: 5px;
  }
  .org_wrap3 .org_headoffice .headoffice_top span.immediate_part1 {
    top: auto;
    right: 0;
  }
  .org_wrap3 .org_headoffice .headoffice_top .org_part {
    margin: 15px 0 0 -3px;
  }
  .org_wrap3 .org_headoffice .headoffice_top .org_part li {
    width: 50%;
  }
  .org_wrap3 .org_headoffice .headoffice_top .org_part li a {
    margin-left: 3px;
  }
  .org_wrap3 .org_substructure {
    margin: -20px 0 0 -3px;
  }
  .org_wrap3 .org_substructure .org_subbox {
    width: 100%;
    margin-left: 0;
    background-image: none; /*background:url(/images/kr/intro/bg_org_sub.gif) no-repeat top center;*/
  }
  .org_wrap3 .org_substructure .org_subcont {
    width: auto;
    margin-left: 3px;
  }
  .org_wrap3 .org_substructure .org_subcont ul li a {
    width: 99%;
    margin: 0 0 5px 0;
  }
  .org_wrap3 .org_substructure .org_dong {
    clear: both;
    float: none;
    width: auto;
    padding-top: 40px;
    background-position: 47% 40px;
  }
  .org_wrap3 .org_substructure .org_dong ul {
    overflow: hidden;
    margin-left: -3px;
  }
  .org_wrap3 .org_substructure .org_dong ul li a {
    display: block;
    margin-left: 3px;
    color: #333;
    float: left;
    width: 100%;
  }
}
/*의회조직도*/
/* 조직도 */
.org {
  position: relative;
  margin-bottom: 30px;
}

.org:before {
  content: "";
  width: 1px;
  height: 800px;
  display: block;
  position: absolute;
  top: 50px;
  left: 50%;
  background: #dedede;
  z-index: -9;
}

.org .org_box01 {
  margin: 0 auto;
  background: #2F51B2;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}

.org .org_box01 span {
  color: #fff;
}

.org .org_box02 {
  margin: 30px 0;
}

.org .org_box02 div {
  width: 100%;
  margin-bottom: 10px;
  background: #666;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 10px;
}

.org .org_box02 div:nth-child(1) {
  position: relative;
  background: #6162c6;
}

.org .org_box02 div:nth-child(2) {
  position: relative;
  background: #4848a5;
}

.org .org_box02 div:nth-child(3) {
  position: relative;
  background: #6948a5;
}

.org .org_box02 div span {
  display: block;
  color: #fff;
  text-align: center;
}

.org .org_box03, .org .org_box04 {
  position: relative;
  padding: 20px;
  border-radius: 5px;
  margin: 0 auto;
  text-align: center;
}

.org .org_box03 {
  background: #334569;
  margin-bottom: 30px;
}

.org .org_box04 {
  background: #b65800;
  margin-bottom: 30px;
}

.org .org_box03 span, .org .org_box04 span {
  color: #fff;
}

.org .org_box05 div {
  border: 1px solid #dedede;
  background: #f8f8f8;
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 20px;
}

.org .org_box05 div span {
  display: block;
  text-align: center; /* border-bottom:1px solid #dedede; */
}

.org .org_box05 div ul {
  padding: 20px 15px;
}

.org .org_box06 {
  position: relative;
  padding: 20px;
  border-radius: 5px;
  margin: 0 auto;
  text-align: center;
  background: #139198;
  margin-bottom: 50px;
  color: #fff;
}

/*.org .org_box06 {position: relative;height: 50px;line-height: 50px;margin: 0 auto;text-align: center;background: #b65800;margin-bottom: 50px;color: #fff;}*/
@media all and (min-width: 768px) {
  .org:before {
    height: 300px;
  }
  .org .org_box02 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
  .org .org_box02 div {
    width: 20%;
  }
  .org .org_box02 div:nth-child(1):before {
    content: "";
    width: 100%;
    z-index: -99;
    height: 1px;
    background: #dedede;
    position: absolute;
    right: -100%;
    top: 50%;
  }
  .org .org_box02 div:nth-child(2):before {
    content: "";
    width: 100%;
    z-index: -99;
    height: 1px;
    background: #dedede;
    position: absolute;
    right: -100%;
    top: 50%;
  }
  .org .org_box03 {
    margin-bottom: 100px;
  }
  .org .org_box01, .org .org_box03, .org .org_box04, .org .org_box06 {
    width: 200px;
  }
  .org .org_box06 {
    margin-bottom: 0;
    position: absolute;
    top: 265px;
    left: calc(50% + 150px);
  }
  .org .org_box06:before {
    z-index: -99;
    content: "";
    height: 1px;
    width: 100%;
    background: #dedede;
    display: block;
    position: absolute;
    top: 25px;
    left: -150px;
  }
  .org .org_box05 div {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
@media all and (min-width: 1024px) {
  .org:before {
    height: 316px;
  }
  .org_box05 {
    overflow: hidden;
    padding-top: 50px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 110px;
    display: flex;
    justify-content: space-between;
  }
  .org_box05:before {
    content: "";
    width: calc(100% - 200px);
    height: 1px;
    background: #dedede;
    display: block;
    position: absolute;
    top: 0;
    left: 100px;
  }
  .org_box05 div {
    float: left;
    width: 17.6%;
    margin-right: 3%;
    position: relative;
  }
  .org_box05 div:last-child {
    margin-right: 0;
  }
  .org_box05 div:before {
    content: "";
    height: 50px;
    width: 1px;
    background: #dedede;
    display: block;
    position: absolute;
    top: -50px;
    left: 50%;
  }
  .org .org_box05 div {
    margin: 0;
  }
  .org .org_box05 div ul {
    padding: 15px;
    margin: 0;
  }
}
/*사전정보공표*/
.ad_info_tab {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-start;
}

.ad_info_tab li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-align: center;
  width: 60px;
  word-break: keep-all;
}

.ad_info_tab li a i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 30px;
  background-color: #8b90a0;
  color: #fff;
}

.ad_info_tab li a:hover i {
  background-color: #2f51b2;
}

.ad_info_tab li.on a i {
  background-color: #2f51b2;
}

@media all and (min-width: 1024px) {
  .ad_info_tab {
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: space-between;
  }
}
/*안심서약서*/
/* 서약서 */
.pledge_wrap {
  background: #f8fafc;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
}

.pledge {
  border: 1px dashed #e2eaf2;
  border-radius: 20px;
  padding: 20px;
}

.pledge .title {
  font-family: "Recipekorea";
  font-size: 26px;
  color: #263588;
  line-height: 1.4;
  word-break: keep-all;
  margin-bottom: 15px;
  display: block;
}

.pledge .title span {
  color: #d65573;
}

.pledge .s_text {
  line-height: 1.6;
  font-family: "NEXON Gothic";
  font-weight: 400;
}

.pledge .pledge_list {
  margin: 20px 0;
  padding: 20px;
  background: #fff;
  border-radius: 30px;
}

.pledge .pledge_list li {
  margin-bottom: 10px;
  line-height: 1.4;
  text-align: left;
}

.pledge .pledge_list li:last-child {
  margin-bottom: 0;
}

.pledge .pledge_list li span {
  color: #263588;
  font-weight: 500;
  margin-right: 10px;
}

.pledge .pledge_write {
  margin-top: 20px;
}

.pledge .pledge_write li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.pledge .pledge_write li .f_title {
  width: 70px;
  font-weight: 500;
}

.pledge .pledge_write li .f_text {
  width: calc(100% - 70px);
  text-align: left;
}

.bnt_pled {
  padding: 15px 60px 15px 20px;
}

.bnt_pled:after {
  content: "\f56b";
}

@media all and (min-width: 480px) {
  .pledge {
    padding: 30px 20px;
  }
  .pledge .pledge_list {
    padding: 30px;
  }
}
@media all and (min-width: 640px) {
  .pledge_wrap {
    text-align: left;
    position: relative;
  }
  .pledge {
    padding: 50px;
  }
  .pledge .title {
    font-size: 34px;
  }
  .pledge .pledge_write {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pledge .pledge_write li {
    width: 47%;
  }
}
@media all and (min-width: 1024px) {
  .pledge .title {
    font-size: 40px;
  }
  .pledge .s_text {
    line-height: 1.8;
  }
  .pledge .pledge_list {
    margin: 40px 0;
    padding: 50px 70px;
  }
  .pledge .pledge_list li {
    margin-bottom: 15px;
    font-size: 17px;
  }
  .pledge .pledge_write {
    margin-top: 40px;
  }
  .bnt_pled {
    font-size: 17px;
  }
}
@media all and (min-width: 1200px) {
  .pledge {
    padding: 90px 90px 50px 90px;
  }
  .pledge .title {
    font-size: 52px;
  }
  .pledge .pledge_write {
    padding: 0 30px;
  }
}
/*배너모음*/
.banner_wrap {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  margin-top: 20px;
}

.banner_wrap li a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: 0.2s;
}

.banner_wrap li a img {
  width: 100%;
}

.banner_wrap li a:hover {
  border-color: #2f51b2;
}

/* ------- 광산구청 주변정보 ------- */
.tit_around {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}

.tab_around {
  overflow-x: auto;
  padding: 10px 0;
  margin: 10px 0;
}

.list_around_tab {
  display: flex;
  gap: 5px;
}

.list_around_tab li {
  flex: none;
}

.list_around_tab a {
  display: block;
  width: 70px;
  text-align: center;
}

.list_around_tab .ico_info {
  display: flex;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  border-radius: 50%;
  background: #ddd;
}

.list_around_tab [aria-selected=true] .ico_info,
.list_around_tab a:focus .ico_info {
  background: #FF6F00;
}

.list_around_tab .ico_info i {
  margin: auto;
  font-size: 14px;
  color: #fff;
}

.list_around_tab .txt_name {
  padding-top: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #757575;
  word-break: keep-all;
  word-wrap: break-word;
}

.list_around_tab [aria-selected=true] .txt_name,
.list_around_tab a:focus .txt_name {
  font-weight: 700;
}

.area_around .map_around_info {
  overflow: hidden;
  height: 300px;
  border: 1px solid #707070;
  border-radius: 20px;
}

.area_around_info {
  padding-top: 20px;
}

.area_around_info .outer_list {
  overflow: auto;
  max-height: 406px;
  margin-top: 10px;
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
}

.area_around_info .tit_type1 {
  font-weight: 700;
}

.area_around_info .tit_type1 span {
  color: #316fff;
}

.list_around_info li {
  overflow: hidden;
  padding: 15px 10px;
}

.list_around_info li + li {
  border-top: 1px solid #ddd;
}

.list_around_info .txt_num {
  float: left;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #000;
}

.list_around_info li.on .txt_num,
.list_around_info li.on .link_tit {
  color: #316FFF;
}

.list_around_info .cont_info {
  overflow: hidden;
  padding-left: 15px;
}

.list_around_info .group_cont {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}

.list_around_info .tit_txt {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  max-width: 100%;
}

.list_around_info .tit_txt .link_tit {
  flex: 1;
  overflow: hidden;
  font-size: 16px;
  line-height: 22px;
  color: #3e3e3e;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list_around_info .txt_distance {
  flex: none;
  padding: 3px 10px 2px;
  border: 1px solid #c6c6c6;
  border-radius: 11px;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #3E3E3E;
}

.list_around_info .group_link {
  display: flex;
  gap: 16px;
  align-items: center;
}

.list_around_info .group_link a {
  display: block;
  padding: 3px 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #8f8f8f;
}

.list_around_info .group_link a + a {
  position: relative;
}

.list_around_info .group_link a + a:before {
  position: absolute;
  top: 50%;
  left: -8px;
  width: 1px;
  height: 12px;
  background: #c6c6c6;
  transform: translateY(-50%);
  content: "";
}

.list_around_info .group_link i {
  margin-right: 5px;
}

.list_around_info .txt_desc {
  margin-top: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #6e6e6e;
}

.fake_marker {
  display: flex;
  position: relative;
  width: 50px;
  height: 50px;
  background: #FF6F00;
  border-radius: 50%;
}

.fake_marker i {
  margin: auto;
  font-size: 16px;
  color: #fff;
}

.fake_marker .num {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 10px;
  line-height: 20px;
  color: #fff;
  background: #6E6E6E;
  text-align: center;
}

.fake_marker .txt_marker {
  display: none;
  position: absolute;
  bottom: calc(100% + 2px);
  left: 50%;
  padding: 6px 20px 5px 15px;
  border-radius: 3px 3px 3px 0;
  border: 2px solid var(--active-color);
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #3E3E3E;
  background: #fff;
}

.fake_marker .txt_marker .num {
  top: 50%;
  background: var(--active-color);
  transform: translate(50%, -50%);
}

.fake_marker .txt_marker:before {
  position: absolute;
  top: 100%;
  left: -2px;
  width: 0;
  height: 0;
  border: 6px solid;
  border-color: var(--active-color) transparent transparent var(--active-color);
  content: "";
}

.fake_marker .txt_marker:after {
  position: absolute;
  top: calc(100% - 3px);
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid;
  border-color: #fff transparent transparent #fff;
  content: "";
}

.fake_marker.active {
  --active-color: #316FFF;
  background: var(--active-color);
}

.fake_marker.active .txt_marker {
  display: block;
}

.fake_marker.active > .num {
  display: none;
}

@media all and (min-width: 1024px) {
  .tit_around {
    font-size: 36px;
    line-height: 42px;
  }
  .tab_around {
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .tab_around::-webkit-scrollbar {
    height: 14px;
  } /* 스크롤 바 전체 너비 */
  .tab_around::-webkit-scrollbar-track {
    background-color: #ddd;
    border-radius: 7px;
  } /* 전체 게이지 */
  .tab_around::-webkit-scrollbar-thumb {
    background-color: #a3a3a3;
    border-radius: 7px;
  } /* 현재 게이지 */
  .list_around_tab {
    gap: 20px;
  }
  .list_around_tab .ico_info {
    width: 50px;
    height: 50px;
  }
  .list_around_tab .ico_info i {
    font-size: 20px;
  }
  .list_around_tab .txt_name {
    padding-top: 16px;
    font-size: 16px;
    line-height: 20px;
  }
  .list_around_info {
    max-height: 100%;
  }
  .list_around_info .txt_num {
    font-size: 16px;
    line-height: 24px;
  }
  .list_around_info li {
    padding: 13px 10px;
  }
  .list_around_info .cont_info {
    padding-left: 10px;
  }
  .list_around_info .tit_txt .link_tit {
    position: relative;
    line-height: 24px;
  }
  .list_around_info .tit_txt .link_tit:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: currentColor;
    transition: width 0.3s;
    content: "";
  }
  .list_around_info .tit_txt .link_tit:hover:before {
    width: 100%;
  }
  .list_around_info .txt_distance {
    padding: 3px 13px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 16px;
  }
  .list_around_info .group_link {
    gap: 24px;
  }
  .list_around_info .group_link a {
    font-size: 16px;
    line-height: 18px;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: 3px;
    transition: all 0.3s;
  }
  .list_around_info .group_link a:hover {
    text-decoration-color: currentColor;
  }
  .list_around_info .group_link a + a:before {
    left: -12px;
    height: 15px;
  }
  .list_around_info .txt_desc {
    font-size: 14px;
    line-height: 18px;
  }
  .area_around {
    display: flex;
    padding: 25px 0 50px;
  }
  .area_around .map_around_info {
    flex: 1 1 50%;
    min-width: 0;
    height: 679px;
  }
  .area_around .area_around_info {
    flex: 1 1 50%;
    min-width: 0;
    padding-top: 0;
    padding-left: 40px;
  }
  .area_around_info .outer_list {
    height: 630px;
    max-height: none;
    margin-top: 20px;
  }
  .area_around_info .outer_list::-webkit-scrollbar {
    width: 10px;
  } /* 스크롤 바 전체 너비 */
  .area_around_info .outer_list::-webkit-scrollbar-track {
    background-color: #ddd;
    border-radius: 5px;
  } /* 전체 게이지 */
  .area_around_info .outer_list::-webkit-scrollbar-thumb {
    background-color: #a3a3a3;
    border-radius: 5px;
  } /* 현재 게이지 */
}
@media all and (min-width: 1440px) {
  .list_around_tab {
    gap: 35px;
  }
}
/* // ------- 광산구청 주변정보 ------- */
/* 분야별 정보 탭 4뎁스 예외처리 */
.tab_comm.type_sector {
  padding-bottom: 0;
}

@media only screen and (min-width: 1440px) {
  .tab_comm.type_sector {
    display: none;
  }
}
/* 단계별 스텝 */
.list_progress_step {
  --color-on: #1941AB;
  --icon-size: 14px;
  --icon-bg-size: 40px;
  --font-size: 12px;
  --line-height: 16px;
  --pc-icon-size: 19px;
  --pc-icon-bg-size: 60px;
  --pc-font-size: 14px;
  --pc-line-height: 18px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.list_progress_step:before {
  position: absolute;
  top: calc(var(--icon-bg-size) / 2);
  left: 0px;
  right: 0px;
  height: 1px;
  border-top: 1px dashed #ddd;
  content: "";
}

.list_progress_step li {
  flex: 0 1 auto;
  min-width: 0;
  position: relative;
}

.list_progress_step .ico_step {
  display: flex;
  position: relative;
  z-index: 10;
  width: var(--icon-bg-size);
  height: var(--icon-bg-size);
  margin: 0 auto;
  border-radius: 50%;
  background: #F5F5F5;
}

.list_progress_step li:first-child:before,
.list_progress_step li:last-child:after {
  position: absolute;
  top: calc(var(--icon-bg-size) / 2);
  width: 50%;
  height: 1px;
  background: #fff;
  content: "";
}

.list_progress_step li:first-child:before {
  left: 0;
}

.list_progress_step li:last-child:after {
  right: 0;
}

.list_progress_step .ico_step i {
  margin: auto;
  font-size: var(--icon-size);
  color: #656565;
}

.list_progress_step .txt_step {
  padding-top: 10px;
  font-size: var(--font-size);
  line-height: var(--line-height);
  color: #464646;
  word-break: keep-all;
  word-wrap: break-word;
  text-align: center;
}

.list_progress_step li.on .ico_step {
  background-color: var(--color-on, #1941AB);
}

.list_progress_step li.on .ico_step i {
  color: #fff;
}

.list_progress_step li.on .txt_step {
  font-weight: 700;
  color: var(--color-on, #1941AB);
}

@media only screen and (min-width: 1024px) {
  /* 단계별 스텝 */
  .list_progress_step:before {
    top: calc(var(--pc-icon-bg-size) / 2);
  }
  .list_progress_step .ico_step {
    width: var(--pc-icon-bg-size);
    height: var(--pc-icon-bg-size);
  }
  .list_progress_step .ico_step i {
    font-size: var(--pc-icon-size);
  }
  .list_progress_step li:first-child:before,
  .list_progress_step li:last-child:after {
    top: calc(var(--pc-icon-bg-size) / 2);
  }
  .list_progress_step .txt_step {
    font-size: var(--pc-font-size);
    line-height: var(--pc-line-height);
  }
}
/*custom_box*/
.custom_box {
  background-color: #eff8ff;
  padding: 20px;
  margin: 20px 0;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}

.custom_box .info > p { /* font-family: 'Noto Serif KR', serif; */
  text-align: left;
  font-size: 14px;
  margin: 5px 0;
  line-height: 1.3;
  word-break: keep-all;
}

.custom_box .info > p.title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.custom_box .btn_more {
  display: inline-block;
  background: #eb4141;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 15px;
  color: #fff;
  border-radius: 5px;
}

.custom_box .btn_more.blue {
  background: #1b3cba;
}

.custom_box .exp {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.3;
}

.custom_box .info_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.custom_box .info_list li {
  width: 30%;
  text-align: left;
  margin-bottom: 10px;
  overflow: hidden;
}

.custom_box .info_list li .thumb {
  width: 100%;
  height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.custom_box .info_list li .thumb > a {
  display: block;
  text-indent: -9999px;
  height: 100%;
}

.custom_box .info_list li p span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 10px 0;
}

.custom_box.sch01 {
  background-image: url(/home/www/images/sub/search_bg/sch_01.png);
}

.custom_box.sch02 {
  background-image: url(/home/www/images/sub/search_bg/sch_02.png);
}

.custom_box.sch03 {
  background-image: url(/home/www/images/sub/search_bg/sch_03.png);
}

.custom_box.sch04 {
  background-image: url(/home/www/images/sub/search_bg/sch_04.png);
}

.custom_box.sch05 {
  background-image: url(/home/www/images/sub/search_bg/sch_05.png);
}

.custom_box.sch06 {
  background-image: url(/home/www/images/sub/search_bg/sch_06.png);
}

.custom_box.sch07 {
  background-image: url(/home/www/images/sub/search_bg/sch_07.png);
}

.custom_box.sch08 {
  background-image: url(/home/www/images/sub/search_bg/sch_08.png);
}

.custom_box.sch09 {
  background-image: url(/home/www/images/sub/search_bg/sch_09.png);
}

.custom_box.sch10 {
  background-image: url(/home/www/images/sub/search_bg/sch_10.png);
}

@media all and (min-width: 768px) {
  .custom_box .info {
    overflow: hidden;
  }
  .custom_box .info_list {
    overflow: hidden;
  }
  .custom_box .info_list li {
    width: 19%;
    margin-bottom: 0;
  }
  .custom_box .info_list li:last-child {
    margin-right: 0;
  }
  .custom_box .info_list li .thumb {
    float: none;
    width: 100%;
  }
  .custom_box .info_list li p {
    text-align: center;
  }
}
@media all and (min-width: 1024px) {
  .custom_box .info {
    padding: 0;
  }
  .custom_box .info > p {
    text-align: left;
  }
  .custom_box .info > p.title {
    margin-bottom: 10px;
  }
}
@media all and (min-width: 1440px) {
  .custom_box {
    padding: 42px 45px;
    background-size: auto;
    border-radius: 20px;
  }
  .custom_box .exp {
    margin-top: 30px;
  }
  .custom_box .info > p {
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0;
  }
  .custom_box .info > p.title {
    margin-bottom: 20px;
    font-size: 28px;
    color: #000;
  }
}
/* 고향사랑기부제 명예의전당 */
.donation_img img {
  border-radius: 10px;
}

.donation_img img:nth-child(1) {
  display: block;
}

.donation_img img:nth-child(2) {
  display: none;
}

.donation_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.donation_list li {
  width: 100%;
  background: url(/home/www/images/sub/line_deco.png) no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
  text-align: center;
  font-size: 20px;
  padding: 35px 20px;
  text-align: center;
  font-size: 14px;
}

.donation_list li .name {
  font-weight: bold;
  color: #000;
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
}

.donation_list li .company {
  display: inline-block;
  color: #505050;
  margin-bottom: 10px;
}

.donation_list li .money {
  background-color: #FFFBE8;
  font-weight: 600;
  padding: 10px;
  width: 100%;
  border-top: 1px solid #D4A447;
  color: #000;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.donation_list li .money > span {
  font-weight: bold;
  color: #E85513;
  font-size: 20px;
  margin-left: 10px;
  margin-right: 3px;
}

.donation_list li .date {
  color: #A2A19F;
}

@media only screen and (min-width: 320px) {
  .donation_list li {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 375px) {
  .donation_list li {
    padding: 60px 20px;
  }
}
@media only screen and (min-width: 425px) {
  .donation_list li {
    padding: 80px 20px;
  }
}
@media only screen and (min-width: 480px) {
  .donation_list li {
    padding: 120px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .donation_img img:nth-child(1) {
    display: none;
  }
  .donation_img img:nth-child(2) {
    display: block;
  }
  .donation_list {
    gap: 20px;
  }
  .donation_list li {
    width: 48%;
    padding: 60px 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .donation_list li {
    width: 31%;
    padding: 45px 20px;
  }
  .donation_list li .name {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .donation_list li .company {
    font-size: 16px;
  }
  .donation_list li .money {
    font-size: 16px;
  }
  .donation_list li .money > span {
    font-size: 24px;
  }
  .donation_list li .date {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .donation_list li {
    padding: 80px 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .donation_list {
    column-gap: 45px;
    row-gap: 35px;
  }
  .donation_list li {
    width: calc(33.3% - 30px);
    max-width: 380px;
    padding: 50px 20px;
  }
  .donation_list li .name {
    font-size: 34px;
  }
  .donation_list li .company {
    font-size: 18px;
  }
  .donation_list li .money {
    font-size: 18px;
    padding: 15px 10px;
  }
  .donation_list li .money > span {
    font-size: 30px;
  }
  .donation_list li .date {
    font-size: 16px;
  }
}
/* 순환 프로세스 스텝 박스 */
.list_circle_process .tit_process {
  display: block;
  padding: 12px 10px 11px;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  background: #144AA4;
  text-align: center;
}

.list_circle_process .group_process {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  padding: 5px 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #144AA4;
  background: #fff;
}

.list_circle_process .txt_process {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media only screen and (min-width: 768px) {
  .list_circle_process .tit_process {
    padding: 14px 10px 13px;
    font-size: 16px;
    line-height: 20px;
  }
  .list_circle_process .group_process {
    min-height: 80px;
    padding: 15px 90px;
    font-size: 20px;
    line-height: 24px;
  }
  .list_circle_process .txt_process {
    gap: 30px;
  }
}
/* e-book 리스트 */
.wrap .d_list_gallery.type_ebook {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 16px;
}

.wrap .d_list_gallery.type_ebook li + li {
  padding-top: 0;
}

.wrap .d_list_gallery.type_ebook strong {
  padding-top: 12px;
}

.wrap .d_list_gallery.type_ebook .txt_date {
  padding-top: 5px;
}

.wrap .d_list_gallery.type_ebook .d_group_tag {
  left: auto;
  right: 10px;
}

.wrap .d_list_gallery.type_ebook .d_group_tag [class*=tag] {
  border-radius: 5px;
}

.wrap .d_list_gallery.type_ebook .d_group_tag .tag1 {
  background: #30A0FF;
}

.wrap .d_list_gallery.type_ebook .d_group_tag .tag2 {
  background: #F15D12;
}

.wrap .d_list_gallery.type_ebook .wrap_thumb {
  padding-top: 0;
  border-radius: 5px;
}

.wrap .d_list_gallery.type_ebook .wrap_thumb img {
  position: static;
  aspect-ratio: 220/264;
}

@media only screen and (min-width: 768px) {
  /* e-book 리스트 */
  .wrap .d_list_gallery.type_ebook {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 20px;
  }
}
@media only screen and (min-width: 1024px) {
  /* e-book 리스트 */
  .wrap .d_list_gallery.type_ebook {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 25px;
  }
}
@media only screen and (min-width: 1200px) {
  /* e-book 리스트 */
  .wrap .d_list_gallery.type_ebook {
    grid-template-columns: repeat(5, 1fr);
    gap: 40px 25px;
  }
  .wrap .d_list_gallery.type_ebook .d_group_tag {
    gap: 10px;
  }
  .wrap .d_list_gallery.type_ebook strong {
    padding-top: 16px;
    font-size: 22px;
    line-height: 26px;
  }
  .wrap .d_list_gallery.type_ebook .txt_date {
    padding-top: 10px;
  }
}
/* E-Book */
#bookWrap:has(.show) {
  background: #fafafa;
}

#bookWrap {
  --bg-color: #ddd;
  overflow: auto;
  position: relative;
  padding: 0 20px;
  border-radius: 10px;
  background: var(--bg-color);
}

#bookWrap .loader1 {
  display: none;
}

#bookWrap .loader1.show {
  display: block;
}

.zoom-container:has(#flipbook) {
  overflow: hidden;
}

#flipbook .page {
  padding: 0 !important;
}

#bookWrap:has(.single_view) {
  padding: 0;
}

.single_view .page img {
  padding: 20px;
  background: var(--bg-color);
  object-fit: contain;
  box-sizing: border-box;
}

.double_view .page img {
  background: var(--bg-color);
  object-fit: contain;
  box-sizing: border-box;
}

.toolbar_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin: 20px 0;
  padding: 20px;
  border: 1px dashed #858585;
  background: #FAFAFA;
  border-radius: 10px;
}

.toolbar_container .cont_toolbar {
  display: flex;
  gap: 5px 10px;
  flex-wrap: wrap;
  align-items: center;
}

.toolbar_container .hint {
  margin-left: auto;
  color: #575757;
  font-weight: 700;
}

#bookWrap:not(:has(.loader1.show)) > [class*=btn_] {
  display: block;
}

#bookWrap > [class*=btn_] {
  display: none;
  position: absolute;
  top: 80px;
  bottom: 80px;
  z-index: 9000;
  width: 30%;
}

#bookWrap .btn_prev {
  left: 0;
}

#bookWrap .btn_next {
  right: 0;
}

#bookWrap > [class*=btn_] .wrap_ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  transition: background 0.3s;
}

#bookWrap > [class*=btn_]:hover .wrap_ico, #bookWrap > [class*=btn_]:focus-visible .wrap_ico {
  background: rgba(0, 0, 0, 0.8);
}

#bookWrap > .btn_prev .wrap_ico {
  margin: 0 auto 0 10px;
}

#bookWrap > .btn_next .wrap_ico {
  margin: 0 10px 0 auto;
}

#bookWrap > [class*=btn_] i {
  font-size: 20px;
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  /* E-Book */
  #bookWrap:has(.single_view) {
    padding: 0 290px;
  }
  #bookWrap > [class*=btn_] .wrap_ico {
    width: 70px;
    height: 70px;
  }
  #bookWrap > .btn_prev .wrap_ico {
    margin: 0 auto 0 20px;
  }
  #bookWrap > .btn_next .wrap_ico {
    margin: 0 20px 0 auto;
  }
  #bookWrap > [class*=btn_] i {
    font-size: 37px;
  }
}

/* 2026-02-03 추가*/
.board_flex{display:flex;flex-wrap:wrap;gap:10px;align-items: center;}

@media (min-width:768px) {
  .board_flex a{margin-left:auto;}
}