@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/share/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 .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/share/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/share/images/sub/layout/ico_bookmark.png);
}

.list_subetc .ico_bookmark.on {
  background-image: url(/home/share/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_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 .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: 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: center;
  align-items: center;
  padding: 5px 10px;
  border-right: 1px solid #404961;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.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 {
  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) {
  /* ---------- Sub - Layout ---------- */
  
  /* // ---------- Sub - Layout ---------- */
}
@media
only screen and (min-width: 1280px) {
  /* ---------- Sub - 하단 ---------- */
  .content_foot .bottom_cont {
    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 20px;
    border-top: 0;
    border-left: 0;
    justify-content: flex-end;
  }
  /* // ---------- 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,.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/share/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 - 하단 ---------- */
}

/*오시는길*/
.map { min-height:400px; border:#eee solid 1px; margin-bottom: 50px;}
.location li{ padding-bottom:20px; margin-bottom:20px; border-bottom:#eaeaea solid 1px; }
.location li:last-child{ border-bottom:0; }
.location .icon{ display:flex; justify-content: center; align-items: center; width:60px; height:60px; margin:0 auto; margin-bottom: 20px; background:#2073c5; color:#fff; border-radius: 50px; font-size:30px }
.location .title{display:block; text-align: center; margin-bottom:20px; font-weight:bold; color:#2073c5; font-size:20px;  }
.location .location_info p{ position:relative; padding-left:10px; line-height: 1.3; word-break: keep-all; margin:10px 0; word-break: keep-all; color:#555 }
.location .location_info p:before{ position:absolute; left:0; top:5px; display:inline-block; width:5px; height:5px; background:#000; content:""; border-radius: 10px; }
@media all and (min-width:768px){
	.location li{ display:flex; flex-wrap: wrap; padding-bottom: 30px; margin-bottom: 50px;}
  .location .location_info { margin-left:15px; width: 85%;}
	.location .location_info p:before{ top:7px; }
	.location .title{ font-size:25px; text-align: left;}
}

/* == 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;
}

.search_text_box {
  display: flex;
  gap: 5px;
  flex-direction: column;
}

.search_text_box .opt_comm {
  width: 100%;
}

.search_text_box .inp_comm {
  width: 100%;
}

.search_text_box .btn {
  width: 100%;
}

.search_text_box .btn_range {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 45px;
  padding: 12px 17px;
  border: 1px solid #858585;
  border-radius: 6px;
  font-size: 16px;
  line-height: 19px;
  color: #232323;
  background-color: #fff;
  vertical-align: top;
  box-sizing: border-box;
}

.board_search .search_option {
  display: none;
  margin-top: 10px;
}

/* board */
.tbl_board {
  table-layout: auto;
}

.tbl_board th, .tbl_board td, .tbl_board col {
  display: none;
}

.tbl_board .m_show {
  display: table-cell;
}

.tbl_board col.m_show {
  display: table-column;
}

.tbl_board .subject {
  width: 60%;
}

.tbl_board tbody .subject {
  text-align: left;
}

/* // board */
@media only screen and (min-width: 768px) {
  /* board */
  .tbl_board th, .tbl_board td {
    display: table-cell;
  }
  .tbl_board col {
    display: table-column;
  }
  /* // board */
  .search_text_box {
    flex-direction: row;
    justify-content: center;
  }
  .search_text_box .opt_comm {
    width: auto;
  }
  .search_text_box .inp_comm {
    width: 250px;
  }
  .search_text_box .btn {
    width: 80px;
  }
  .search_text_box .btn_range {
    width: 50px;
  }
  .tbl_comm .m_hidden_768 {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 1024px) {
  /* board */
  .tbl_board th, .tbl_board td {
    display: table-cell;
  }
  /* // board */
}
.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;
}

/* 게시판 처리상태 */
.tbl_comm .icon[data-label="답변완료"] {background-color:#777; color:#fff; padding: 3px 5px;}


/* 게시판 작성 */
.file_wrap .fileLayer { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dashed #ddd; } 
.file_wrap .fileLayer small {line-height: 1.2;}
.del_file { display: inline-block; background: #f0f0f0; padding: 3px 5px 5px; color: #000; font-size: 14px; border-radius: 5px; line-height: normal;} 
.del_file i { margin: 3px 5px 0 5px; } 
.del_file a { display: inline-block; font-size: 16px; margin-left: 5px; } 
.btn_add_file { display: block; background: #e5e5e5; padding: 5px 0; text-align: center; border-radius: 3px; } 

/* 게시판 siiru 커스텀 */
.siiruBoardList { margin: 0; margin-top: 50px; } 
.siiruBoardList li { padding: 15px 20px; border: none; } 
.siiruBoardList li:last-child { border: none; } 
.siiruBoardList ul { background-color: #f9f9f9; } 
.siiruBoardList ul li a { width: 50%; display: inline-block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; vertical-align: top; } 
.manageInfo { text-align: right; margin-top: 20px; color: #808080; } 
.manageInfo small { display: block; } 
.koglSeView { margin-top: 30px; } 
.siiruBoard-list table tbody .subject a.point { overflow: visible; } 
.flag_imgbox { margin-bottom: 30px; } 
.flag_imgbox img { width: 100%; max-width: 700px; } 
.notice { background-color: #232323; color: #fff; text-align: center; padding: 4px; font-size: 0.75em; font-weight: normal; border-radius: 3px; } 

.kogl_wrap {line-height: 1.3; font-size: 14px;}
.kogl_wrap .list li {font-size: 14px;}
#kFocus .item_choice {display: flex;}
#kFocus .item_choice label {padding : 6px 0 6px 34px; font-size: 14px;}


/* 이용약관 */
.agree_box {
  border: 1px solid #ddd;
  margin-top: 20px;
}

.agree_box .agree_cont {
  padding: 30px;
  max-height: 18rem;
  overflow-y: auto;
}

.agree_allbox {
  padding: 30px 40px;
  border-radius: 10px;
  background-color: #F9F9F9;
  margin-top: 50px;
}

.img_box .img_m {display: block;}
.img_box .img_pc {display: none;}

@media
only screen and (min-width: 768px) {
	.img_box .img_m {display: none;}
	.img_box .img_pc {display: block;}
}



/*220907조직도변경*/
.org_box > div{margin-bottom:20px; text-align:center;}
.org_box > div *{font-size:15px;margin-bottom: 10px;}
.org_box .br_no br{display:block;}
.org_box br{display:none;}
.org_box span{position:relative;height: 50px;line-height:40px;z-index:10;}
.org_box .org01 span:before, .org_box .org03 span:before{content:'';display:block;width:1px;height: 0px;position:absolute;bottom: -205px;left:50%;background:#1735a9;z-index:1;}
.org_box .org01{width:100%;display:flex;align-items: center;justify-content: center;flex-wrap: wrap;   margin-bottom:20px;}
.org_box .org01 span{color:#fff;font-weight:bold;width: 100%;height: 70px;border-radius: 5px;line-height: 1.3;display:flex;justify-content:center;align-items:center;}
.org_text > .list_basic {padding:0;}
.org_box .org03 div:first-child span:before{display:none;}
.org_box .org03 span{display:block;border-radius:5px;background:#fff;}
.org_box .org03 span.box_radius{border-radius:5px 5px 0 0;}
.org_box .org03 span.org_blue{border-radius:5px;}
.org_text{background:#fff;border:1px solid #dedede;padding: 20px;border-radius:0 0 5px 5px;color:#555;font-size:14px!important;line-height:1.4;}
.org_text ul li{text-align:left; font-size:16px; background:#fff;}
.org_box03 .org03 span{margin-bottom:20px;}
.org_box03 .org04 span{background:none;border:0;color:#fff;font-weight: 500;}
.org_box03 .org04 span:before{display:none!important;}
.org_color{position:relative;}
.org_color .org01 span:before, .org_color .org03 span:before{background: #ccc;}
.org_color .org01 span{font-size: 18px;background-color: #193366;}
.org_color .org03 > div > span{background: #e3741a;border: 5px solid #ec8735;color: #fff;}
.org_color .org03 > div > span.point{font-size: 18px;font-weight: bold;line-height: 40px;}
.org_color .org03 > div > span.or_h{font-size: 16px;font-weight: bold;background: #fff;border: #0274bd solid 2px;color: #00668c;width: 100%;}
.org_color .org03 > div > span.or_th{padding-top: 10px;}
.org_color .org04 span{display: flex;line-height: 1.2;background: #119592; margin-bottom:0;justify-content: space-around;align-items: center;}
.org_color .org04 ul li:nth-child(1) span{background:#5e93d9;}
.org_color .org04 ul li:nth-child(2) span{background:#205696!important;}
.org_color .org04 ul li:nth-child(3) span{background:#119588}
.org_color .org03 > div > span.org_bg{background: #fff;border: 2px solid #205696;color: #205696;}
.org_color .org04 span.org_blue{background: #205696;}
.org_box03 .org04 > ul > li span.org_style08{background: #5e93d9;}
.org_box03 .org04 > ul > li span.org_sky{background: #5e93d9;}


/*220908 추가작업*/
.org_color .org03 > div.org03_pc > span.or_h{display:none;}


@media all and (min-width:1300px){
  .org_box .l_r_wrap{width: 100%;display:flex;flex-direction: row;justify-content: space-around;align-items: stretch;}
  .org_color .org01 span{font-size: 21px;}
  .org_color .org01 > span{width: 300px;margin: 0 auto;}
  .org_color .org01 span{font-size: 22px;background-color: #193366;background-size: cover;}
  .org_color .org03 > div > span.point{font-size: 21px;}
  .org_color .org03 > div > span{width: 300px;margin: 0 auto;}
  .org_color .org03 > div > span.org_bg{width: 50%;margin: 0 auto;}
  .org_box03 .org03 span.l_h{line-height:1.2;}
  .org_box03 .org03 span.l_h2{line-height: 1.2;padding-top: 4px;}
  .org_box{margin:20px auto;}
  .org_box br{display:block;}
  .org_top{position:relative;/* padding-bottom:20px; */}
  .org_top:before{content:''; display:block; width:1px; height:100%; position:absolute; top:0; left:50%; background:#1735a9; z-index:1;}
  .org_box .org03{display:flex;flex-wrap:wrap;justify-content: space-between;}
  .org_box .org03 > div{width:31%;}
  .org_box .org03 span:before{width: 100%;height:1px; top:50%; bottom:inherit; left:inherit;right: -101%;}
  .org_box .org03 div:last-child span.or_h:before{right:inherit;left:-40%;width: 165px;}
  .org_box .org03.left div:last-child span:before{left:inherit;right: -167px;}
  .org_box .org03.right div:last-child span:before{left:inherit;left: -167px;}
  .org_box .org03.right{width: 100%;justify-content:flex-end;}
  .org_box .org03.right span:before{right:inherit; left:-63%;}
  .org_box .org03.left{width: 100%;justify-content:flex-start;}
  .org_box .org03.left span:before{right:inherit; right:-63%;}
  .org_box .org04{position:relative; margin-top:30px;}
  .org_box .org04:before, .org_box .org04 > ul > li:after, .org_box .org04 > ul > li:before{content:''; display:block; position:absolute; background:#1735a9;}
  .org_box .org04:before{height:1px; width:100%; top:-30px; left:0; }
  .org_box .org04 > ul{position:relative;}
  .org_box .org04 > ul{display:flex;justify-content:space-between;flex-wrap:nowrap;align-items: flex-start;}
  .org_box .org04 > ul > li{width:220px; margin-bottom:0;position:relative;}
  .org_box .org04 > ul > li:before{height:30px; width:1px; top:-30px; left:50%;}
  .org_box .org04 > ul > li:last-child{margin-right:0;}
  .org_box .org04 > ul > li:first-child:after{width:50%; height:1px; background:#fff; top:-30px; left:0;}
  .org_box .org04 > ul > li:last-child:after{width:50%; height:1px; background:#fff; top:-30px; right:0;}
  .org_box .org04 > ul > li > ul{margin-top:15px;}
  .org_box03 .org_top:before{height:111%;}
  /*.org_box03 .org03 > div{width: 49%;}*/
  .org_box03 .org03 > div{width: 100%;}
  .org_box03 .org03.left > div{width: 100%;}
  .org_box03 .org03 .org03_left{width: 100%;}
  .org_box03 .org04{margin-top:50px;}
  .org_box03 .org04:after{content:''; display:block; width:1px;height: 20px; position:absolute; top:-50px; left:50%;}
  .org_box03 .org04 > ul > li{width: 32%;margin-right: 30px;min-width: 290px;}
  .org_box03 .org04 > ul > li.w80{width: 80%;}
  .org_box03 .org04 > ul > li.w20{width: 20%;}
  .org_box03 .org04 > ul > li span{font-size: 18px;font-weight: 500;margin-bottom:0;position:relative;padding: 20px 0;}
  .org_color{margin-top:40px;}
  .org_color .org_top:before, .org_color .org03 div:last-child span:before, .org_color .org04:before, .org_color .org04 > ul > li:before, .org_color .org04:after{background: #ccc;}
  .org_color .org_top:before{height: 180%;}
  .org_box04 .org04:before{width:50%;}
  .org_box04 .org04 > ul{align-items:flex-start;}
  .org_box04 .org04 > ul > li:last-child span{line-height:1.4;}
  .org_box04 .org04 > ul > li:last-child:before{height:60px; top:-60px;}
  .org_box04 .org04 > ul > li:last-child:after{display:none;}
  .org_text{min-height:300px;}

  /*220908 추가작업*/
  .org_color .org03 > div > span.or_h{width: 180px;}
  .org_color .org03 > div.org03_mobile > span.or_h{display:none;}
  .org_color .org03 > div.org03_pc > span.or_h{display:block;height: 60px;}
  .org_color .org03 > div.org03_pc > span.or_h > img{width:120px;margin-top: 7px;}

}

@media all and (min-width:1400px){
.org_color .org01 > span{width: 340px;} 
.org_color .org03 > div > span{width: 340px;} 
.org_text{min-height: 140px;}
.org_box .org03 span:before{width: 100%;height:1px; top:50%; bottom:inherit; left:inherit;right: -101%;}
.org_box .org03 div:last-child span.or_h:before{right:inherit;left:-40%;width:230px;}
.org_box .org03.left div:last-child span:before{left:inherit;right: -232px;}
.org_box .org03.right div:last-child span:before{left:inherit;left: -232px;} 
}


/* 연혁 */
.box_default_h{text-align:center; }
.box_default_h strong{display:block; font-size:18px; font-weight:600; margin-bottom:10px;}
.box_default_h p{line-height:1.3;}
.history{margin:30px 0;position:relative;padding-left: 40px;}
.history:before{content:'';display:block;width:1px;height:calc(100% - 45px);border-left:1px dashed #bfd0f3;position:absolute;top: 15px;left:20px;}
.history .year{display:block;font-size:20px;font-weight: bold;color: #005fcb;position:relative;font-family:'Gmarket Sans';}
.history .year:before{content:'';width: 20px;height:32px;background: url(/home/www/images/common/ico_bullet.png) 0 0 no-repeat;background-repeat:no-repeat;background-size:contain;position:absolute;top: -2px;left: -30px;}
.history > ul{margin-top: 40px;margin-bottom:0;}
.history > ul > li{margin-bottom:20px;}
.history > ul > li:last-child{margin-bottom:0;}
.history > ul > li > div > span{display:block;font-size: 18px;font-weight: bold;position:relative;color: #000;}
.history > ul > li > div > span:before, .history > ul > li > div > span:after{content:''; display:block; position:absolute; top:50%; border-radius:50%;}
.history > ul > li > div > span:before{width: 21px;height: 21px;margin-top:-11px;left: -30px;background: #fff;border: 1px dashed #bfd0f3;}
.history > ul > li > div > span:after{width:8px;height:8px;background:#005fcb;margin-top:-4px;left: -23px;}
.history > ul > li > div > ul{margin-top:10px; margin-bottom:0;}
.history > ul > li > div > ul > li{margin-bottom:10px; letter-spacing:-0.1px;}
.history > ul > li > div > ul > li:last-child{margin-bottom:0;}
.history > ul > li > div > ul > li > span{padding-left: 13px;position:relative;line-height:1.5;}
.history > ul > li > div > ul > li > span:before{content:'';display:block;width: 6px;height: 6px;background: #269bff;border-radius:50%;position:absolute;top: 6px;left:0;}
.history > ul > li > div > ul > li > ul{margin:5px 0 5px 20px;}
.history > ul > li > div > ul > li > ul > li{margin-bottom:3px; font-size:14px; line-height:1.3;}
@media all and (min-width:768px){
	.box_default_h{padding-left:0;}
	.box_default_h strong{font-size:22px;}
	.history{padding-left:0; margin-top:40px;}
	.history:before{top: 60px;left:50%;height: calc(100% - 100px);}
	.history .year{text-align:center;padding-bottom: 55px;font-size:26px;}
	.history .year:before{top:auto;bottom:0;left:50%;margin-left: -10px;}
	.history > ul > li{margin-bottom:20px;}
	.history > ul > li:after{content:''; display:block; clear:both;}
	.history > ul > li > div > span:before{width: 20px;height: 20px;}
	.history > ul > li > div{padding: 0 40px;}
	.history > ul > li:nth-child(odd) > div{float:left; width:50%; text-align:right;}
	.history > ul > li:nth-child(odd) > div > span:before{left:inherit;right: -51px;}
	.history > ul > li:nth-child(odd) > div > span:after{left:inherit; right:-44px;}
	.history > ul > li:nth-child(even) > div {float:right; width:50%;}
	.history > ul > li:nth-child(even) > div > span:before{left: -51px;}
	.history > ul > li:nth-child(even) > div > span:after{left:-44px;}
	.history > ul > li > div > span{font-size:20px; margin-bottom:10px;}
}
@media all and (min-width:1024px){
	.history .year{font-size:30px;}
	.history > ul > li{margin-bottom:40px;}
}