@charset "UTF-8";
/* 모달 배경 */

#workspace {
  cursor: pointer;
}
.modal {
  display: block; /* 초기엔 숨김 */
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* 어둡게 처리 */
}

/* 모달 내부 콘텐츠 */
.modal-content {
  background-color: white;
  margin: 10% auto;
  padding: 20px;
  width: 60%;
  border-radius: 10px;
  position: relative;
}

/* 닫기 버튼 */
.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
}

.button-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* 버튼과 라벨을 왼쪽 정렬 */
  position: relative;
  margin-bottom: 5px; /* 버튼과 버튼 사이 간격 줄이기 */
}

.label {
  display: none;
  color: #fff;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 12px;
  white-space: nowrap;
  margin-bottom: 2px; /* 버튼과 라벨 사이 간격 줄이기 */
  margin-left: 10px; /* 버튼 왼쪽 끝에 맞추기 */
}
/* 카테고리별 색상 지정 */
.label.교통 {
  background: rgba(24, 175, 82, 0.7); /* 녹색 */
}

.label.안전 {
  background: rgba(255, 69, 0, 0.7); /* 붉은색 */
}

.label.지하시설물 {
  background: rgba(0, 102, 255, 0.7); /* 파란색 */
}

.label.일반행정업무지원 {
  background: rgba(255, 193, 7, 0.7); /* 노란색 */
}

.label.대민서비스 {
  background: rgba(153, 51, 255, 0.7); /* 보라색 */
}

.label.주제도제작 {
  background: rgba(102, 102, 102, 0.7); /* 회색 */
}

.label.도시계획도시개발 {
  background: rgba(0, 153, 153, 0.7); /* 청록색 */
}

.label.UAM드론 {
  background: rgba(204, 51, 255, 0.7); /* 연보라색 */
}
/* 부모에 is-active가 있을 때만 라벨 표시 */
.cards__item.is-active .label {
  display: inline-block;
}

.cards__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: white;
  font-size: 14px;
  padding: 8px 18px; /* 버튼 크기 조정 */
  border-radius: 20px;
  cursor: pointer;
  transition: 0.3s;
  backdrop-filter: blur(5px);
  width: 180px; /* 버튼 크기 일정하게 유지 */
  text-align: left; /* 내부 텍스트 왼쪽 정렬 */
}

.cards__btn:hover {
  background: rgba(255, 255, 255, 0.4);
}

.cards__btn span {
  margin-right: 5px;
}
/* 하단 컨텐츠 CSS START */
.bottom-content-li {
  width: 12.5% !important;
}

#container .content .list_vt li {
  width: 272px !important;
  height: 330px !important;
}

.main .container02 {
  background: none !important;
  background-color: white !important;
  padding-top: 120px !important;
}

#container .content {
  padding: 0px 0 40px 0 !important;
}

.btnListShare {
  /* margin-top: -8px !important; */
  right: 10px !important;
  /* 이미지 삽입 */
  /* background-image: url("../images/icon/icon_title.svg") !important; */
  background-image: url("../images/icon/play-button-ico.png") !important;
  background-size: 30px 30px !important;
  background-position: center !important; /* 가운데 정렬 */
  background-repeat: no-repeat !important; /* 반복하지 않게 설정 */
  border: none; /* 기본 버튼 테두리 제거 */
}

.btnListFav {
  right: 10px !important;
  /* 이미지 삽입 */
  background-image: url("../images/icon/download-w.svg") !important;
  background-size: 15px 15px !important;
  background-position: center !important; /* 가운데 정렬 */
  background-repeat: no-repeat !important; /* 반복하지 않게 설정 */
  border: none; /* 기본 버튼 테두리 제거 */
}

.list_vt .list_cont {
  height: 76px !important;
}

.linkItem {
  cursor: pointer; /* 마우스 오버 시 손 모양으로 변경 */
}

.isHover {
  /* border: 3px solid #d0cccc !important; */
  border: 2px solid #c24464 !important;
}

.total .totalCount {
  width: 80px;
  position: relative;
  top: 12px;
}
/* 하단 컨텐츠 CSS END */

/* 하단 컨텐츠 슬라이드 CSS START*/
.swiper-container {
  overflow: hidden; /* 부모 요소에 overflow 숨김 */
}

#container .content .list_vt {
  margin: 0 0px !important;
}

.swiper-button-prev {
  left: -75px !important;
}

.swiper-button-next {
  right: -30px !important;
}

.swiper-button-next,
.swiper-button-prev {
  user-select: none;
}
/* 하단 컨텐츠 슬라이드 CSS END*/

/* 데이터공간, 커뮤니티, 고객지원 상단로고 CSS */
#wrapper .header.wrap {
    display: flex;
    width: 1400px;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#wrapper .sub_top {
  height: 100px;
}
.header__ci{
    font-size: 0;
    width: 80px;
    height: 66px;
    background: url(../images/wavus_w.svg) no-repeat 50% 50%;
    background-size: 60px auto;
    cursor: pointer;
}

#wrapper .sub_top img {
  font-size: 0;
  width: 350px;
  height: 66px;
  /* background: url("../images/main/logo3.svg") no-repeat 50% 50%; */
  /* background: url("../images/icon/platform-logo.png") no-repeat 50% 50%; */
  /* background: url("../images/icon/platform-logo.png") no-repeat 50% 50%; */
  background-size: 350px auto;
  cursor: pointer;
}

.icon-3d {
  position: relative;
  top: -120px !important;
  right: -65px !important;
  height: 50px;
  width: 50px;
  /* 이미지 삽입 */
  background: url("../images/icon/3d-icon.svg") no-repeat 50% 50% !important;
  background-size: 30px 30px !important;
  background-position: center !important; /* 가운데 정렬 */
  background-repeat: no-repeat !important; /* 반복하지 않게 설정 */
  border: none; /* 기본 버튼 테두리 제거 */
}

.icon-2d {
  position: relative;
  top: -120px !important;
  right: -65px !important;
  height: 50px;
  width: 50px;
  /* 이미지 삽입 */
  background: url("../images/icon/2d-icon.svg") no-repeat 50% 50% !important;
  background-size: 30px 30px !important;
  background-position: center !important; /* 가운데 정렬 */
  background-repeat: no-repeat !important; /* 반복하지 않게 설정 */
  border: none; /* 기본 버튼 테두리 제거 */
}

.nonContents {
  height: 300px !important;
  position: relative !important;
  top: 250px !important;
  left: 270px !important;
  font-size: 25px !important;
}
