@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 .tab_comm + .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/japanese/images/sub/layout/img_subtit_bg.png) 0 0 no-repeat;
  background-size: cover;
}

.menu_left .bg_menu h2 {
  display: flex;
  align-items: center;
  height: 144px;
  padding: 30px 30px 0 0;
  font-family: "SUITE", sans-serif;
  font-size: 30px;
  line-height: 34px;
  text-shadow: 1px 1px 1px rgba(0,0,0,.3);
}

.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 .active .link_menu{
  border-color: transparent;
  font-weight: 700;
  color: #fff;
  background-color: #0969C2;
}

.list_left_menu .on.sub_none .link_menu, .list_left_menu .active.sub_none .link_menu {
  border-radius: 10px;
}
.list_left_menu .active .link_menu:after{
  color:#fff
}

.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/japanese/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/japanese/images/sub/layout/ico_bookmark.png);
}

.list_subetc .ico_bookmark.on {
  background-image: url(/home/japanese/images/sub/layout/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_comm {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.layer_comm.on {
  opacity: 1;
  visibility: visible;
}

.layer_comm .inner_layer {
  overflow: auto;
  width: 362px;
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 40px);
  padding: 30px 25px;
  border-radius: 6px;
  background-color: #fff;
  text-align: center;
}

.layer_comm .tit_layer {
  font-size: 18px;
  line-height: 21px;
  color: #232323;
}

.layer_comm .layer_body {
  padding-top: 25px;
}

.layer_comm .layer_sns_list {
  display: inline-flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.layer_comm .layer_sns_list a {
  display: block;
}

.layer_comm .layer_sns_list img {
  vertical-align: top;
}

.layer_comm .layer_body .img_qr {
  margin-top: 30px;
  vertical-align: top;
}

.layer_comm .layer_body .txt_qr {
  font-size: 16px;
  line-height: 19px;
  color: #575757;
}

.layer_comm .layer_foot {
  padding-top: 20px;
}

/* // ---------- Sub - 상단 ---------- */
/* ---------- Sub - 하단 ---------- */
.content_foot {
  padding-top: 50px;
  margin-top: auto;
}

.content_foot .head_cont {
  display: flex;
  flex-direction: column;
  padding: 0 20px 20px;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(110deg, #c737ff 0%, #8191ff 100%);
}

.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-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
}

.content_foot .tit_ai strong {
  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: 10px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.content_foot .suggest_page a {
  overflow: hidden;
  position: relative;
  padding: 12px 46px 11px 20px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.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 .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: 140px;
  min-height: 48px;
  padding: 10px 0;
  border-top-left-radius: 10px;
  border:1px solid #000;
  border-bottom:0;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  text-align: center;
  background: #f9f9f9;
}
.content_foot .cont_tit .txt_part i{
  display: none;
  color: #4e4e4e;
}

.content_foot .cont_tit .txt_manage {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border-top-right-radius: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  text-align: center;
  word-break: break-all;
  word-wrap: break-word;
}

.content_foot .cont_body {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 0 0 10px 10px;
  font-size: 16px;
  line-height: 24px;
  color: #232323;
}

.content_foot .txt_last {
  flex: none;
  display: flex;
  gap: 10px;
  align-items: center;
  color:#000;
}

.content_foot .txt_last span {
  display: flex;
  align-items: center;
}

.content_foot .txt_last i {
  margin-right: 5px;
  color: #bdbdbd;
}

.content_foot .bottom_cont img {
  width: 127px;
  vertical-align: top;
}

/* // ---------- 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 - 컨텐츠 ---------- */
/* == board == */
.paging {
  clear: both;
  text-align: center;
  padding: 25px 0;
  overflow: hidden;
}

.paging ul {
  font-size: 0;
}

.paging ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.5%;
}

.paging ul li:first-child {
  margin-left: 0;
}

.paging ul li:last-child {
  margin-right: 0;
}

.paging ul li a {
  display: block;
  width: 32px;
  height: 34px;
  border: #e2e2e2 solid 1px;
  border: #ccc solid 1px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 400;
}

.paging ul li a.active {
  background: #444;
  border: #006 solid 1px;
  color: #fff;
}

.paging ul li a.first,
.paging ul li a.prev,
.paging ul li a.next,
.paging ul li a.last {
  font-size: 22px;
  border: 0;
}

.board_search {
  margin-bottom: 40px;
  background: #f9f9f9;
  padding: 20px;
  overflow: hidden;
  text-align: center;
}

.board_search .opt_comm {
  margin-bottom: 5px;
  width: 100%;
}

.board_search .inp_comm {
  width: 100%;
  margin-bottom: 5px;
}

.board_search .btn {
  width: 100%;
}

@media
only screen and (min-width: 768px) {
  .board_search .opt_comm {
    width: auto;
    margin-bottom: 0;
  }
  .board_search .inp_comm {
    width: 250px;
    margin-bottom: 0;
  }
  .board_search .btn {
    width: 80px;
  }
}
.board_view_head {
  border-top: #232323 solid 2px;
  padding: 25px;
  border-bottom: #ccc solid 1px;
  background: #f9f9f9;
}

.board_view_info span {
  display: inline-block;
  font-size: 14px;
  padding: 0 10px;
  border-right: #ccc solid 1px;
}

.board_view_info span:last-child {
  border: 0;
}

.board_view_info dl {
  position: relative;
  border-top: #ccc solid 1px;
  padding: 15px 20px;
  overflow: hidden;
}

.board_view_info dl:first-child {
  border-top: none;
}

.board_view_info dl dt {
  font-size: 14px;
  font-weight: bold;
  color: #181818;
  padding-right: 15px;
}

.board_view .add_file {
  position: relative;
  border-top: #ccc solid 1px;
  padding: 15px 10px 10px 20px;
  overflow: hidden;
}

.board_view .add_file span {
  float: none;
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #181818;
  text-align: left;
  margin-bottom: 7px;
}

.board_view .add_file ul li {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.board_view .add_file ul li a {
  background: #fff;
  font-size: 14px;
  color: #838383;
  margin-right: 7px;
}

.board_view .add_file ul li a:before {
  display: inline-block;
  content: "\f0c6";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  margin-right: 5px;
}

.board_view .add_file ul li a.no_fileicon:before {
  display: none;
}

.board_view .add_file .file_down {
  display: inline-block;
  background: #000;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px 7px;
}

@media
only screen and (min-width: 768px) {
  .board_view_info dl {
    display: flex;
  }
  .board_view_info dl dt {
    min-width: 120px;
    font-size: 16px;
  }
  .board_view .add_file {
    display: flex;
  }
  .board_view .add_file span {
    min-width: 120px;
    margin-bottom: 0;
    font-size: 16px;
  }
}
.board_view_body {
  padding: 20px;
  border-top: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
  line-height: 1.5;
}

.total_num {
  display: inline-block;
  padding: 0 0 15px 0;
  color: #1b1b1b;
  font-weight: 500;
}

.total_num span {
  font-weight: bold;
}

.nodata, .noData {
  padding: 60px 0;
  border: #ccc solid 1px;
  border-top: 0;
  text-align: center;
}

.total {
  margin-bottom: 10px;
  color: #595959;
}

@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: 1024px) {
	.tit_head h3{font-size: 30px}
}
@media
only screen and (min-width: 1280px) {
  /* ---------- Sub - 하단 ---------- */
  .content_foot .bottom_cont {
    flex-direction: row;
  }
  .content_foot .cont_tit .txt_manage {
    padding: 5px 20px;
    border-radius: 0;
    border-right: 0;
    border-bottom: 1px solid #000;
  }
  .content_foot .cont_tit .txt_part {
    justify-content: center;
    width: 150px;
    padding: 12px 0;
    border-bottom: 1px solid #000;
    border-radius: 10px 0 0 10px;
  }
  .content_foot .cont_tit .txt_part i{
    display: block;
  }
  .content_foot .cont_body {
    flex: 1;
    flex-direction: row;
    gap: 40px;
    padding: 15px 20px;
    border-radius: 0 10px 10px 0;
    border-left: 0;
    justify-content: flex-end;
  }
  .content_foot .txt_last{
    gap: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_comm {
    position: absolute;
    background: none;
    top: calc(100% + 5px);
    right: 0;
    left: auto;
    bottom: auto;
  }
  .layer_comm .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 - 컨텐츠 ---------- */
}
@media
only screen and (min-width: 1590px) {
  /* ---------- Sub - 하단 ---------- */
  .content_foot .head_cont {
    align-items: center;
    flex-direction: row;
    padding: 0 20px 0 0;
  }
  .content_foot .tit_ai {
    flex: none;
    width: 380px;
    min-height: 100px;
    padding: 0 20px 0 162px;
    margin-left: 0;
    background: url(/home/japanese/images/sub/layout/img_ai_character.png) 0 0 no-repeat;
    background-size: 147px auto;
  }
  .content_foot .suggest_page {
    flex: 1;
    gap: 20px;
    grid-template-columns: repeat(3, 230px);
    justify-content: end;
  }
  .content_foot .suggest_page a {
    padding: 16px 46px 15px 20px;
    font-size: 16px;
  }
  /* // ---------- Sub - 하단 ---------- */
}



/**********************************
         조직도
***********************************/
/* 현장통합지휘본부 조직 */
.org_wrap3 {width:700px; margin:40px auto 0 auto; }
.org_wrap3 .org_headoffice{position:relative; background:url(/home/english/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/english/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/english/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/english/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; background:url(/home/english/images/sub/0603010100_01.png) no-repeat 50% 34px; 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{margin-top:30px; background:#269bff; }
.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{margin: 50px 0 0 0; display: flex; flex-wrap: wrap; gap:10px; justify-content: center;}
.org_wrap .org_headoffice .headoffice_top .org_part li{display:flex;justify-content:center;align-items:center;width: 170px;min-height:100px;margin-bottom:10px;padding:0 5px;border-radius:5px;border:1px solid #ddd;background:#fff}
.org_wrap .org_headoffice .headoffice_top .org_part li a{display:block;padding:20px 0;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:148px;background:url(/home/english/images/sub/0603010100_02.png) no-repeat 0 40px;text-align:center; margin-bottom:20px; }
.org_wrap .org_substructure .org_subbox.lst{width:100%;background-position-x: 11px}
.org_wrap .org_substructure .org_subcont p.org_sub_title{display:flex;align-items: center;width:148px;min-height:100px;padding:18px;color:#fff;font-weight:600;letter-spacing:-1px;background:#334569;border-radius: 5px;text-align: center;justify-content: center;}
.org_wrap .org_substructure .org_subcont p.org_sub_title a { color:#fff;}
.org_wrap .org_substructure .org_subbox.lst .org_subcont p.org_sub_title{width:170px}
.org_wrap .org_substructure .org_subcont ul{margin-top:20px; }
.org_wrap .org_substructure .org_subcont ul li{display:flex;align-items: center;justify-content:center;min-height:70px;margin-bottom:5px;padding:12px 5px; border:1px solid #ddd; color:#333; background-color:#fff; border-radius: 5px;letter-spacing:-1px;}
.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: flex; flex-wrap: wrap; column-gap: 10px;}
.org_wrap .org_substructure .org_subcont .org_dong02 li {width: 170px; }

@media only screen and (max-width: 767px) {
  /* 행정조직도 */
  .org_wrap {width:700px; }
  .org_wrap {width:auto; margin:0 0 0 0; }
  .org_wrap .org_headoffice{position:relative; background:none}
  .org_wrap .org_headoffice:before{position:absolute;top:0;left:50%;width:1px;height:125px;background:#ddd;content:''}
  .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.chief{position:relative;width:50%}
  .org_wrap .org_headoffice .headoffice_top span.deputy_chief{position:relative;z-index:10;width:50%;margin-top:26px}
  .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{position:relative;z-index:0;margin:30px 0 0 0; }
  .org_wrap .org_headoffice .headoffice_top .org_part li{position:relative;width:50%;min-height:70px;margin-bottom:0;background:#fff}
  .org_wrap .org_headoffice .headoffice_top .org_part li:before{position:absolute;top:0;left:-20px;width:1px;height:calc(100% + 10px);background:#ddd;transform:translateY(calc(-50% + -5px));content:''}
  .org_wrap .org_headoffice .headoffice_top .org_part li:after{position:absolute;top:50%;left:-20px;z-index:-1;width:50%;height:1px;background:#ddd;content:''}
  .org_wrap .org_headoffice .headoffice_top .org_part li a{}
  .org_wrap .org_substructure {margin:50px 0 0 -3px;}
  .org_wrap .org_substructure .org_subbox{width:48%; margin-left:0;background:none}
  .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{justify-content:center;width:auto;min-height:74px;text-align:center}
  .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_subcont .org_dong02 li {width: 48%; }
  .org_wrap .org_substructure .org_subbox.lst .org_subcont p.org_sub_title{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%;min-width: 200px;}
  .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;gap: 15px;}
  .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;}
}