@charset "UTF-8";
.contents-title {
  display: none;
}

.h3-title {
  margin-bottom: 25px;
  color: #003288;
  font-size: 22px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .h3-title {
    font-size: 24px;
  }
}

.h4-title {
  font-size: 19px;
}
@media (min-width: 992px) {
  .h4-title {
    font-size: 20px;
  }
}

ul.bul li {
  position: relative;
  padding-left: 8px;
  padding-bottom: 8px;
}
ul.bul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #555;
}

.boxhover-style * {
  transition: 0.2s;
}
.boxhover-style .box-item {
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #ddd;
}
.boxhover-style .box-item .item-title {
  margin-bottom: 10px;
  color: #1d1d1d;
  font-size: 19px;
  font-weight: bold;
}
.boxhover-style .box-item .item-text {
  font-size: 17px;
}
.boxhover-style .box-item .item-text i {
  margin-right: 5px;
  font-size: 13px;
}
.boxhover-style .box-item:hover {
  border: solid 1px #95a8eb;
  background-color: #f4f6fd;
}
.boxhover-style .box-item:hover .item-title {
  color: #003288;
}

/* 사업단소개 - 소개 */
@media (min-width: 992px) {
  .intro-contents {
    display: flex;
    align-items: center;
  }
}
.intro-contents .intro-img {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .intro-contents .intro-img {
    margin-bottom: 0;
    margin-right: 50px;
  }
}

/* 사업단소개 - 인사말 */
.greeting-wrap .text-box {
  margin-bottom: 25px;
  padding-left: 20px;
  font-size: 19px;
  border-left: 5px solid #003288;
}
@media (min-width: 992px) {
  .greeting-wrap .text-box {
    margin-bottom: 35px;
    padding-left: 35px;
    font-size: 20px;
  }
}
.greeting-wrap .text-box span {
  display: block;
  margin-bottom: 5px;
  font-size: 23px;
}
@media (min-width: 992px) {
  .greeting-wrap .text-box span {
    font-size: 28px;
  }
}
.greeting-wrap .sign-box {
  padding-top: 20px;
  text-align: right;
}
.greeting-wrap .sign-box strong {
  display: block;
  margin-top: 5px;
  font-size: 20px;
}
@media (min-width: 992px) {
  .greeting-wrap .sign-box strong {
    font-size: 22px;
  }
}

/* 사업단소개 - 비전 및 목표 */
.vision-wrap {
  display: flex;
  flex-direction: column;
  gap: 125px;
  position: relative;
}

@media (max-width: 991px) {
  .vision-wrap {
    gap: 100px;
  }
}
.vision-wrap .vision {
  display: flex;
  padding: 30px 40px;
  border-radius: 50px;
  background-color: #fff;
  border: 1px solid #99afc0;
}

.vision-wrap .vision .tit {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 40px;
  margin: 0;
  background-color: #003660;
  border-radius: 20px;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
}

.vision-wrap .vision .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  flex: 1;
  color: #1d1d1d;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 991px) {
  .vision-wrap .vision {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 20px;
  }
  .vision-wrap .vision .txt {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .vision-wrap .vision {
    gap: 16px;
  }
  .vision-wrap .vision .tit {
    width: 120px;
    height: 35px;
  }
  .vision-wrap .vision .txt {
    font-size: 19px;
    text-align: center;
  }
}
.vision-wrap .objective:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -93px;
  transform: translateX(-50%);
  width: 76px;
  height: 47px;
  background: url(../images/sub/ico_up.svg) no-repeat center center;
  z-index: -1;
}

.vision-wrap .objective {
  position: relative;
  padding: 50px;
  border-radius: 24px;
  border: 1px dashed #ccd7df;
}

.vision-wrap .objective > div.tit {
  position: absolute;
  top: 0;
  left: 50%;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #003660;
  padding: 0 30px;
  background: #fff;
  transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  .vision-wrap .objective {
    margin-top: 12px;
  }
  .vision-wrap .objective:not(:first-child)::before {
    width: 65px;
    top: -81px;
  }
}
@media (max-width: 767px) {
  .vision-wrap .objective {
    padding: 50px 32px;
  }
  .vision-wrap .objective > div.tit {
    font-size: 21px;
  }
}
@media (max-width: 500px) {
  .vision-wrap .objective {
    padding: 32px 24px;
  }
}
.vision-wrap .objective .list04 {
  width: 100%;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 32px;
}

.vision-wrap .objective .list04.style01 {
  grid-template-columns: repeat(4, 1fr);
}

.vision-wrap .objective .list04 > li {
  overflow: hidden;
  height: auto;
  border: 1px solid #98c9ed;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.vision-wrap .objective .list04.style01 > li {
  padding: 24px;
  text-align: center;
}

.vision-wrap .objective .list04 > li:nth-child(1) {
  border: 3px solid #0079d5;
}

.vision-wrap .objective .list04 > li:nth-child(2) {
  border: 3px solid #003660;
}

.vision-wrap .objective .list04 > li:nth-child(3) {
  border: 3px solid #0b8481;
}

.vision-wrap .objective .list04.style01 > li:nth-child(1) {
  border-width: 1px;
  background-color: #F2F8FE;
}

.vision-wrap .objective .list04.style01 > li:nth-child(2) {
  border-width: 1px;
  background-color: #f3f5f7;
}

.vision-wrap .objective .list04.style01 > li:nth-child(3) {
  border-width: 1px;
  background-color: #e7f4f3;
}

.vision-wrap .objective .list04.style01 > li:nth-child(4) {
  border: 1px solid #e27e3a;
  background-color: #fcf2eb;
}

.vision-wrap .objective .list04.style01 li .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 22px;
  border-radius: 100%;
  color: #fff;
  font-size: 25px;
}

.vision-wrap .objective .list04.style01 > li:nth-child(1) .ico {
  background-color: #0079d5;
}

.vision-wrap .objective .list04.style01 > li:nth-child(2) .ico {
  background-color: #003660;
}

.vision-wrap .objective .list04.style01 > li:nth-child(3) .ico {
  background-color: #0b8481;
}

.vision-wrap .objective .list04.style01 > li:nth-child(4) .ico {
  background-color: #e27e3a;
}

.vision-wrap .objective .list04 > li div.tit {
  width: 100%;
  padding: 18px 0;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.vision-wrap .objective .list04 > li:nth-child(1) div.tit {
  background-color: #0079d5;
}

.vision-wrap .objective .list04 > li:nth-child(2) div.tit {
  background-color: #003660;
}

.vision-wrap .objective .list04 > li:nth-child(3) div.tit {
  background-color: #0b8481;
}

.vision-wrap .objective .list04 > li div.con {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 18px 0;
  color: #555;
  text-align: center;
}

@media (max-width: 991px) {
  .vision-wrap .objective .list04 {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .vision-wrap .objective .list04.style01 {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* 사업단소개 - 찾아오시는 길 */
.map-wrap {
  position: relative;
  z-index: -1;
}

.map-wrap .root_daum_roughmap {
  width: 100% !important;
}

.root_daum_roughmap {
  border-bottom: 1px solid #ddd;
}

.root_daum_roughmap .wrap_controllers {
  display: none !important;
}

.map-wrap .map_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
}

.map-wrap .map_btn a {
  display: block;
  padding: 10px 20px;
  font-size: 19px;
  border-radius: 12px 0 0 0;
  background: #003660;
  color: #fff;
}

.map_info {
  margin-top: 16px;
  color: #555;
}

.map_info ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.map_info ul li {
  display: flex;
  margin-bottom: 8px;
}

.map_info [class*=info_] {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #ccd7df;
  display: grid;
  grid-template-columns: 24% 76%;
  align-items: center;
}

.map_info [class*=info_] li span {
  margin-right: 5px;
  padding: 4px 12px;
  border: 1px solid #ddd;
  border-radius: 50px;
  line-height: 1;
  height: 27px;
}

.map_info .title {
  color: #1d1d1d;
  font-weight: 700;
  font-size: 19px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.map_info .title span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  font-size: 21px;
  background-color: #e6ebef;
  color: #003660;
}

.map_info .info_1,
.map_info .info_4 {
  align-items: flex-start;
}

.map_info .info_1 ul {
  margin-top: 24px;
}

.map_info .info_4 .transportation p {
  font-weight: 700;
  margin-bottom: 5px;
  color: #1d1d1d;
}

.map_info .info_4 .transportation p i {
  font-size: 15px;
  margin: 0 5px;
}

.map_info .info_4 .transportation ul:not(:last-child) {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .map_info [class*=info_] {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .map_info .title {
    gap: 12px;
  }
  .map_info .title span {
    width: 40px;
    height: 40px;
    font-size: 19px;
  }
  .map_info [class*=info_] .conts,
  .map_info .info_4 .transportation {
    margin-left: 50px;
  }
}
@media (max-width: 500px) {
  .map-wrap .root_daum_roughmap {
    height: 350px;
  }
  .map-wrap .wrap_btn_zoom {
    display: none !important;
  }
}
/* 사업정보 - 추진현황 */
.tbl-wrap {
  padding-top: 10px;
  clear: both;
}

.tbl-wrap table {
  width: 100%;
  border-top: 1px solid #000;
  table-layout: fixed;
}

.tbl-wrap table caption {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.tbl-wrap thead th {
  padding: 20px 24px;
  font-size: 17px;
  background-color: #fff;
  border-bottom: 1px solid #dddddd;
  font-weight: 700;
  color: #1d1d1d;
  text-align: center;
  white-space: nowrap;
}

.tbl-wrap td {
  padding: 20px 24px;
  border-bottom: 1px solid #dddddd;
  color: #555;
  text-align: center;
}

.tbl-wrap td ul {
  margin: 0;
}

.tbl-wrap td ul li {
  text-align: left;
}

.tbl-wrap td a:hover {
  text-decoration: underline;
}

.tbl-wrap td .btn_area a:hover {
  text-decoration: none;
}

.tbl-wrap a:focus {
  text-decoration: underline;
}

.tbl-wrap td.tit {
  font-weight: 700;
  color: #1d1d1d;
}

@media all and (max-width: 768px) {
  .tbl-wrap table {
    table-layout: fixed;
  }
  .tbl-wrap tr {
    display: block;
    padding: 9px 0 11px;
    border-bottom: 1px solid #dedede;
  }
  .tbl-wrap colgroup,
  .tbl-wrap caption,
  .tbl-wrap colgroup,
  .tbl-wrap thead {
    display: none;
  }
  .tbl-wrap td {
    display: block;
    width: 100%;
    padding: 1px 0;
    border: 0 none;
    text-align: left;
    line-height: 1.6;
  }
  .tbl-wrap td::before {
    margin-right: 5px;
    font-weight: 700;
    color: #1d1d1d;
    content: attr(data-label);
  }
  .tbl-wrap tr + tr td {
    border: 0 none;
  }
}

/*# sourceMappingURL=jnu.css.map */
