@charset "utf-8";

/* color */

:root {
  --primary-color: #c2314e;
  --black-color: #333;
  --white-color: #fff;
  --border-color: #ddd;
  --breadcrumb-color: #808080;
  --excel-dl-color: #364158;
  --table-bg: #f3f3f3;
  --table-border: #cccccc;
}

/* 공통 */
* {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 15px;
}
.wd120 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.visual {
  height: 180px;
  background: url(../images/uniq/img_visual.png) no-repeat;
  margin-bottom: 30px;
  margin-top: 80px;
}
.wd120 > .visual_tit {
  /*padding-bottom: 32px;*/
}
.visual > .wd120 > .visual_tit > h3 {
  color: var(--black-color);
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  padding-top: 52px;
}
.breadcrumb {
  color: var(--breadcrumb-color);
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.excel_dl {
  float: right;
}
.btn_excel {
  background: var(--excel-dl-color);
  color: var(--white-color);
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  border-radius: 3px;
}
.btn_excel > span {
  color: #fff;
  font-weight: 400;
}

.search_option_wrap {
  background: var(--white-color);
  border: 1px solid var(--table-border);
  border-radius: 0px;
  padding: 20px 0;
  display: flex;
  align-items: center;
}

.search_option_group {
  display: flex;
  justify-content: space-between;
}
.search_option_group:nth-child(1) {
  margin-bottom: 20px;
}

select {
  appearance: none; /* 브라우저 기본 스타일 제거 */
  -webkit-appearance: none; /* Safari 및 Chrome용 */
  -moz-appearance: none; /* Firefox용 */
  background: url("../images/ico_select_down.svg") no-repeat right 11px center
    #fff;
  height: 38px;
  font-size: 15px;
  padding: 11px 40px 11px 11px;
  border: 1px solid #b9b9b9;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #b9b9b9;
}
input {
  background: url("../images/ico_date.svg") no-repeat right 11px center #fff;
  height: 38px;
  font-size: 15px;
  padding: 11px;
  border: 1px solid #b9b9b9;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #b9b9b9;
}
.part {
  display: inline-block;
  width: 14px;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  .pc {
    display: none !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 1000px) {
  .mobile {
    display: block !important;
  }
}

/* header */
#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: var(--white-color);
  border-bottom-style: solid;
  border-bottom-color: #e5e5e5;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  transition: all 0.5s ease;
}

.header > h1 > a > img {
  transition: all 0.3s;
}
.navbar {
  display: flex;
  color: var(--black-color);
  font-size: 18px;
  font-weight: 500;
  gap: 40px;
}
.navbar a {
  transition: all 0.5s ease;
}
.navbar a:hover {
  color: var(--primary-color);
  font-weight: 700;
}
#check {
  display: none;
}

.icons {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  color: var(--black-color);
  cursor: pointer;
  display: none;
  z-index: 100;
}
.header_top_menu {
  display: none;
}

@media (max-width: 900px) {
  .header h1 img {
    width: 180px;
  }
  .navbar {
    display: none;
  }
  .header_top_menu {
    display: block;
  }
  .gnb_sidebar {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 999;
    background-color: var(--white-color);
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 16px;
    padding: 24px 20px;
  }
  .btn_close > img {
    position: absolute;
    right: 20px;
  }
  .gnb_sidebar > li {
    width: 100%;
    padding: 20px 0;
    color: #727272;
    font-size: 15px;
    font-weight: 500;
  }
  .gnb_sidebar > li:nth-child(1) {
    margin-top: 40px;
  }
  .gnb_sidebar > a {
    width: 100%;
  }
  .gnb_sidebar li:hover {
    color: var(--primary-color);
  }
  .visual {
    margin-top: 67.41px;
  }
  .main_banner {
    margin-top: 67px !important;
  }
}

/* footer */
#footer {
  border-top: 1px solid var(--border-color);
}
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 37px 0;
  position: relative;
}
.footer_left {
  display: flex;
  align-items: center;
}
.footer_logo {
  margin-right: 20px;
}
.footer_info {
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.btn_shortcut {
  display: inline-flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 60px;
  border-radius: 30px;
  border: 1px solid var(--primary-color);
}
.btn_shortcut > span {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 1300px) {
  .footer.wd120 {
    padding: 50px 20px 70px;
  }
}
@media (max-width: 900px) {
  .footer > div {
    width: 100%;
  }
  .footer {
    flex-direction: column;
  }
  .footer_left {
    margin-bottom: 20px;
  }
  .btn_shortcut {
    max-width: 195px;
    position: absolute;
    right: 20px;
    bottom: 35px;
    margin-bottom: 30p;
  }
}
@media (max-width: 600px) {
  .footer_info > p {
    font-size: 10px;
    transition: all 0.3s;
  }
  .footer_logo img {
    max-width: 80px;
  }
}

/* main */
.main {
  width: 100%;
}
.main_banner {
  position: relative;
  width: 100%;
  height: 494px;
  background: url(../images/uniq/img_main.png) no-repeat;
  transition: all 0.3s;
  margin-top: 93px;
}
.main_tit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white-color);
  text-align: center;
  width: 100%;
  padding: 20px;
}
.main_tit > p {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 16px;
  transition: all 0.3s;
}
.main_tit h2 {
  font-size: 56px;
  font-weight: 900;
  margin-bottom: 60px;
  transition: all 0.3s;
}
.base_date_wrap {
  display: inline-block;
  border: 1px solid var(--white-color);
  border-radius: 1000px;
  padding: 8px 32px;
}
.base_date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.base_date p {
  font-size: 16px;
  font-weight: 600;
}

.main.wd120 {
  text-align: center;
}

.grid_wrap {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-gap: 20px;
  justify-content: center;
  justify-items: center;
  text-align: center;
}

.grid_left,
.grid_right {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  align-items: center;
  width: 100%;
  border-radius: 20px;
  margin-bottom: 20px;
  margin-top: -70px;
  box-shadow: 3px 3px 9px 0px #98989847;
  padding: 40px 20px;
  transition: all 0.3s;
}
.grid_left {
  background-color: #d9e7ff;
}
.grid_right {
  background-color: #e1f6ef;
}

.flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flex > .title {
  margin-top: 30px;
  font-size: 17px;
  font-weight: 700;
}
.flex > .sub {
  margin-top: 30px;
}
.flex > .sub span {
  color: #003c8e;
  font-weight: 600;
  font-size: 50px;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  justify-content: center;
  justify-items: center;
  margin: 20px 0px;
  width: 100%;
}

.grid.mobile {
  display: none;
  transition: all 0.3s;
}

.grid.mobile > li {
  box-shadow: 3px 3px 9px 0px #98989847;
}

.grid li {
  padding: 40px 20px;
  border-radius: 10px;
  width: 100%;
}

.grid li:nth-child(1) {
  background-color: #ffeed7;
}

.grid li:nth-child(2) {
  background-color: #e9ebf5;
}
.grid li:nth-child(3) {
  background-color: #e9eef4;
}
.grid li:nth-child(4) {
  background-color: #e2f0ff;
}
.grid li:nth-child(5) {
  background-color: #e7f9d5;
}
.grid li:nth-child(6) {
  background-color: #f1edff;
}

.grid li a {
  display: flex;
  flex-flow: column;
  align-items: center;
  align-content: center;
}
.grid li a p {
  margin-top: 20px;
}

.main_swiper {
  position: relative;
  margin: 40px 0px;
}

.main_swiper .swiper_button {
  position: absolute;
  top: 35%;
  left: 0;
  transform: translateY(-50%);
}

.main_swiper .swiper-button-next,
.main_swiper .swiper-button-prev,
.swiper-button-stop {
  width: 20px;
  height: 20px;
  color: var(--black-color);
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  background-color: var(--white-color);
  position: absolute;
  left: 0;
}

.main_swiper .swiper-button-next,
.main_swiper .swiper-button-prev {
  top: 0px;
  margin-top: 0px;
}

.swiper-button-stop {
  left: 25px;
  cursor: pointer;
}

.swiper-button-stop span {
  width: 1px;
  height: 10px;
  background-color: var(--black-color);
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
}

.swiper-button-stop span:nth-child(2) {
  transform: translate(-50%, -50%) translateX(5px);
}

.main_swiper .swiper-button-next {
  left: 50px;
}

.main_swiper .swiper-button-next::after,
.main_swiper .swiper-button-prev::after {
  font-size: 12px;
}

.main_swiper .bannerSwiper {
  margin-left: 100px;
}

@media (max-width: 1300px) {
  .header {
    padding: 16px 20px;
  }
  .main.wd120 {
    padding: 0px 20px;
  }
}

@media (max-width: 1000px) {
  .main_tit h2 {
    font-size: 45px;
  }
  .main_tit > p {
    font-size: 23px;
  }

  .grid_wrap {
    grid-template-columns: 1fr 1fr;
  }
  .grid.mobile {
    display: grid !important;
    grid-gap: 20px;
  }

  .grid_left,
  .grid_right {
    margin-top: 20px;
    transition: all 0.3s;
  }

  .flex > .title {
    font-size: 15px;
  }
  .flex > .sub {
    margin-top: 20px;
  }
  .flex > .sub > span {
    font-size: 40px;
  }
}

@media (max-width: 600px) {
  .base_date p {
    font-size: 13px;
  }
  .main_tit h2 {
    margin-bottom: 40px;
  }
  .main_banner {
    height: 400px;
  }
  .main_tit h2 {
    font-size: 35px;
  }
  .main_tit > p {
    font-size: 15px;
  }
}

@media (max-width: 500px) {
  .main_banner {
    height: 300px;
  }
  .main_tit h2 {
    font-size: 25px;
  }
  .main_tit > p {
    font-size: 15px;
  }
  .grid.mobile {
    grid-template-columns: 1fr 1fr;
    margin-top: 0px;
    transition: all 0.3s;
  }

  .grid.mobile > li {
    padding: 20px;
  }

  .grid_left,
  .grid_right {
    padding: 20px 15px;
  }

  .flex > img {
    max-width: 60px;
  }
  .flex > .title {
    margin-top: 15px;
    font-size: 13px;
  }
  .flex > .sub > span {
    font-size: 25px;
  }

  .main_swiper .swiper_button {
    position: relative;
    height: 20px;
  }

  .main_swiper .bannerSwiper {
    margin-left: 0px;
  }
}

@media (max-width: 400px) {
}

/* Sub04-사업 및 예산정보 */
.div_option > div > .input_none {
  background: none;
}
.data-left {
  display: flex;
  color: #999;
  font-size: 15px;
  font-weight: 400;
}
.data-left > span > strong {
  font-weight: 700;
}

/*자금운용현황*/

.inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.visual {
  width: 100%;
}
.search_option_wrap {
  padding-left: 20px;
  padding-right: 20px;
}

.search_option {
  margin-right: 20px;
}
.d-flex {
  display: flex !important;
}
.date_option.d-flex {
  align-items: center;
  gap: 4px;
}

/*input date 아이콘 숨김*/
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  appearance: none;
}
input[type="date"] {
  max-width: 135px;
  width: 100%;
}
.date_option > div {
  display: flex;
  align-items: center;
}

.date-wrap {
  align-items: center;
  justify-content: center;
}
.part {
  margin: 0 4px;
}
td {
  font-size: 14px;
  font-weight: 400;
}
.table thead tr th:nth-child(1),
.table tbody td:nth-child(1) {
  border-left: none;
}
.table thead tr th:nth-last-child(1),
.table tbody td:nth-last-child(1) {
  border-right: none;
}
.tx_ls5 {
  letter-spacing: -0.5px;
}

/*1130*/
@media (max-width: 1130px) {
  .inner {
    width: 100%;
    max-width: 1130px;
    margin: 0 auto;
  }

  .wd120 {
    max-width: 100%;
  }

  .visual {
    padding: 0 16px;
  }
  .search_option_wrap {
    margin: 0 auto;
    flex-wrap: wrap;
    max-width: calc(100% - 32px);
    row-gap: 10px;
  }

  .search_option_group {
    flex-wrap: wrap;
    max-width: calc(100% - 32px);
    row-gap: 10px;
  }
  .data-wrap {
    max-width: calc(100% - 32px);
  }
}

@media (max-width: 768px) {
  .inner {
    width: 100%;
    max-width: 100%;
  }
}

/*425*/
@media (max-width: 425px) {
  .visual > .wd120 > .visual_tit > h3 {
    font-size: 24px;
  }
  .search_option {
    width: 100%;
    margin: 0;
  }
  .year_option > div,
  .div_option > div {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    width: 100%;
  }
  .date_option {
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
  }
  .date_option > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 12px;
  }
  .date-wrap {
    width: 100%;
    flex-wrap: wrap;
  }
  .date-wrap > input {
    max-width: 100%;
  }
  .btn-wrap {
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .sch-btn {
    margin-left: 0 !important;
    width: 100%;
  }
  .sch {
    width: 100%;
    margin: 0;
  }
  .year_option {
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
  }
}

/*320*/
@media (max-width: 320px) {
  .search_option_wrap,
  .search_option_group {
    padding-left: 16px;
    padding-right: 16px;
  }
  .date-wrap {
    flex-wrap: wrap;
  }
}

/*검색영역 버튼*/
.sch-btn {
  margin-left: auto;
}
.sch {
  background: #c2314e;
  height: 38px;
  padding: 12px 20px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
}
.sch > span {
  color: #fff;
}
.btn-wrap {
  display: flex;
  gap: 4px;
}
.btn {
  width: 100%;
  max-width: 60px;
  height: 38px;
  border-radius: 3px;
  padding: 10px;
  background: #aaa;
}
.btn > span {
  color: #fff;
  font-weight: 500;
}

/*data*/
.data-wrap {
  width: 100%;
  position: relative;
  margin-top: 32px;
  padding-bottom: 12px;
  display: flex;
}
.data-wrap > .data-right {
  margin-left: auto;
}
.data-wrap > .data-left {
  margin-right: auto;
}

.data-wrap .data-right > .table_unit {
  color: #999;
}

/*table*/
caption {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0 none;
  clip: rect(0, 0, 0, 0);
}

.responsive {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  /*margin-bottom: 100px;*/
}
.table {
  width: 100%;
}
.table.text_left tbody td:first-child {
  text-align: left;
}
.table.text_center tbody td:nth-child(2) {
  text-align: center;
}
.table thead {
  border-top: 3px solid var(--table-border);
  border-top-color: #e5e5e5;
}
.table thead th {
  border: 1px solid var(--table-border);
  padding: 16px 4px;
  word-break: keep-all;
  border-top: 0px;
  background: #f3f3f3;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.table tbody td {
  border: 1px solid var(--table-border);
  padding: 10px 4px;
  /* text-align: right; */ 
  letter-spacing: -0.5px;
}
.table tbody tr {
  height: 39px;
}
.table_sub5 tbody td {
  /* text-align: center !important; */
  /*padding: 5px 4px;*/
}
.bidtr:hover {
	background-color: #f7e9e9;
	cursor: pointer;
	color: #c2314e;
}

/* paging */
.paging {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 40px 0 40px;
}
.paging li a {
  color: #999;
  font-size: 18px;
  font-weight: 400;
}
.paging li a:hover {
  color: #c2314e;
  font-size: 18px;
  font-weight: 700;
}

.paging li.first a,
.paging li.prev a,
.paging li.next a,
.paging li.last a {
  overflow: hidden;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #999;
  border-radius: 2px;
  color: transparent !important;
  background: no-repeat center;
}
.paging li.first a {
  background-image: url(../images/ico_paging_first.svg);
}
.paging li.prev a {
  background-image: url(../images/ico_paging_prev.svg);
}
.paging li.next a {
  background-image: url(../images/ico_paging_next.svg);
}
.paging li.last a {
  background-image: url(../images/ico_paging_last.svg);
}
.paging li.disabled a {
  color: #333;
  pointer-events: none;
  cursor: default;
}
.paging li a.page_active {
  color: #c2314e;
  font-weight: bold;
}

@media (max-width: 1130px) {
  .responsive {
    overflow-x: auto;
    max-width: calc(100% - 32px);
  }
  .table-wrap {
    margin: 0 16px;
    margin-bottom: 55px;
  }
  .table-wrap table {
    width: 1440px;
  }
}

@media (max-width: 768px) {
  .paging {
    gap: 10px;
  }
  .paging li a {
    color: #999;
    font-size: 15px;
    font-weight: 400;
  }
  .paging li a:hover {
    color: #c2314e;
    font-size: 15px;
    font-weight: 700;
  }
  .paging li.first a,
  .paging li.prev a,
  .paging li.next a,
  .paging li.last a {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}
/* Sub04 - 사업 및 예산정보 */
.openModal {
  display: flex;
  align-items: center;
  gap: 2px;
}

/* Sub05 - 지출정보 */
.option_grid_wrap {
  display: grid;
  grid-template-columns: 90% 10%;
}
.option_grid {
  display: grid;
  gap: 20px;
}
.option_left,
.option_right {
  display: flex;
}
.mx100 {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mx120 {
  width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mx170 {
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mx180 {
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mx200 {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fx-wd-label {
  display: inline-block;
  width: 60px; /* label의 고정 너비 */
  text-align: right; /* 텍스트를 오른쪽 정렬하여 정렬을 맞춤 */
  margin-right: 4px;
}

@media (max-width: 1130px) {
  .option_grid_wrap {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .search_option {
    margin-right: 10px;
  }
  /* .date_option > div label,
  .div_option div > label {
    margin-right: 8px;
  } */
  .btn {
    padding: 10px;
  }
  .option_left,
  .option_right {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
@media (max-width: 768px) {
  .option_grid {
    display: block;
  }
  .option_left,
  .option_right {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .option_left {
    margin-bottom: 10px;
  }
}
@media (max-width: 570px) {
  .date_option.d-flex {
    flex-wrap: wrap;
  }
  .date_option > div {
    width: 100%;
    display: flex;
    align-items: flex-start;
    row-gap: 12px;
  }
  .mx100 {
    width: 100%;
  }
  .mx170 {
    width: 100%;
  }
  .mx180 {
    width: 100%;
  }
}

/* sub_04 사업 및 예산정보 새창 */
.openWindow {
  display: flex;
  align-items: center;
}

/* data.html */
.open_container {
  padding: 0 16px;
}
.opentitle {
  padding: 20px 0;
  border-bottom: 1px solid var(--table-border);
  margin-bottom: 12px;
}
.opentitle > span {
  color: var(--black-color);
  font-size: 24px;
  font-weight: 700;
}

.bs_01 {
  width: 100%;
  border-top: 2px solid var(--primary-color);
}
.bs_01 th {
  color: var(--black-color);
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  background-color: #f5f5f5;
  padding: 10px 0;
  border-bottom: 1px solid var(--table-border);
  border-right: 1px solid var(--table-border);
}
.bs_01 td {
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  color: var(--black-color);
  padding: 10px 8px;
  border-bottom: 1px solid var(--table-border);
  border-right: 1px solid var(--table-border);
}
.border_left {
  border-left: 1px solid var(--table-border);
}

.open_info {
  margin-top: 32px;
}
.table_title {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
}
.table_title > span {
  color: #808080;
  font-size: 15px;
  font-weight: 400;
}
.table_title_wrap {
  display: flex;
  justify-content: space-between;
}
.unit {
  color: #999;
  font-size: 15px;
  font-weight: 400;
}
.tx_al_ct {
  text-align: center !important;
}
.tx_al_rg {
  text-align: right !important;
}
.mb36 {
  padding-bottom: 36px;
}

.label_mr12 {
  margin-right: 12px;
}

.tal {
  text-align: left !important;
}
.tac {
  text-align: center !important;
}
.tar {
  text-align: right !important;
}

