.search_page_content {
  display: flex;
  margin-top: 50px;
  width: 100%;
}

.noticeTabContent {
  width: 100%;
}

.searchPageWrap .datepicker {
  font-size: 14px;
}

.search_pageTopMiddleWrap {
  border: 1px solid #1047a1;
  border-radius: 4px;
  box-shadow: 0 10px 13px -5px rgba(0, 0, 0, 0.2);
}

.search_pageTopMiddleWrap.type_02 {
  box-shadow: 0 10px 13px -5px rgba(0, 0, 0, 0.1);
}

.searchPageWrap .search_page_top {
  padding-top: 40px;
  margin: 0 auto;
  background: #f9fcff;
  border-radius: 4px 4px 0 0;
}

.searchPageWrap .search_page_top .bar {
  padding: 0 40px;
  width: 100%;
  max-width: calc(1030px + 80px);
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.searchPageWrap .search_page_top .bar.New {
  width: 1092px;
  padding: 0;
}

.aiSearchExp {
  /* width: 908px; */
  max-width: 908px; /* mobile 버전 수정, 20240712, rayful */
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
}

.aiSearchExp p.title {
  font-size: 17px;
  font-weight: 600;
  color: #1047a1;
  line-height: 20px;
  margin-bottom: 8px;
}

.aiSearchExp p.expText {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #555555;
}

.aiSearchExp p.expText span.bold {
  color: #222222;
  font-weight: 600;
}

.aiSearchExp img {
  margin-right: 32px;
  align-self: center;
}

.search_pageTopMiddleWrap.aiSearchBox .search_page_top {
  background: #f9fcff;
  border-radius: 3px 3px 0 0;
}

.searchPageWrap .searchBox.type_02 {
  margin-top: 30px;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  padding: 25px;
}

.searchPageWrap .searchBox.type_02 .line {
  display: flex;
  justify-content: space-between;
  padding: 15px 0px;
  border-bottom: 1px solid #e3e3e3;
}

.searchPageWrap .searchBox.type_02 .line .dateRadio {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.searchPageWrap .searchBox.type_02 .line .dateRadio input {
  display: none;
}

.searchPageWrap .searchBox.type_02 .line .dateRadio label {
  padding: 0 20px;
  border-right: 1px solid #cccccc;
}

.searchPageWrap
  .searchBox.type_02
  .line
  .dateRadio
  .dateRadioItem:last-child
  label {
  border-right: 0;
}

.searchPageWrap .searchBox.type_02 .line .dateRadio input:checked + label {
  font-weight: 600;
  color: #0094e9;
}

.searchPageWrap .searchBox.type_02 .line:first-child {
  padding-top: 0;
}

.searchPageWrap .searchBox.type_02 .line:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.searchPageWrap .searchBox.type_02 .line > * {
  margin-right: 8px;
}

.searchPageWrap .searchBox.type_02 .line > *:last-child {
  margin-right: 0;
}

.searchPageWrap .searchBox.type_02 .line select {
  width: 140px;
  flex-shrink: 0;
}

.pageProjectAnalyze .tabArea .tabContent .tableWrap .topSelectWrap select {
  width: 140px;
  flex-shrink: 0;
}

.searchPageWrap .searchBox.type_02 .line .rightSelect {
  width: 150px;
  margin-left: 16px;
  position: relative;
}

.searchPageWrap .searchBox.type_02 .line .rightSelect select {
  width: 150px;
}

.searchPageWrap .searchBox.type_02 .line .rightSelect::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: calc(100% - 8px);
  background: #bababa;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
}

.tdContent {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.titleLinkWrap.New a {
  align-items: center;
}

.signUp {
  display: flex;
  align-items: center;
  position: relative;
}

.signUp .tooltip-icon {
  background: url(../image/tooltip-icon-2.png) no-repeat no-repeat center;
}

.tooltip-area.New {
  top: 40px;
  left: 60px;
  width: 300px;
  height: 170px;
  padding-top: 14px;
}

.tooltip-area.New::after {
  content: "";
  position: absolute;
  top: -7px;
  left: 33px;
  transform: rotate(225deg);
}

.inputLi.New {
  width: 400px;
}

.list-table.New {
  border-top: 2px solid #555;
  border-bottom: 1px solid #555;
}

.rightSearchBox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 80px 0 40px 0;
}

.btn_file_black {
  display: block;
  height: 34px;
  line-height: 34px;
  font-weight: 500;
  color: #fff;
  background-color: #555;
  width: 86px;
  font-size: 14px;
  border-radius: 3px;
}

.btn_wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

.btn.New {
  padding: 9px 28px;
  margin-bottom: 0;
  font-size: 16px;
}

.rightSearchBox .select-area.New {
  max-width: 150px;
  height: 44px;
}

.rightSearchBox .search-area.New {
  max-width: 541px;
}

.rightSearchBox .select-area.New select,
.search-area.New input {
  height: 44px;
  margin-left: 10px;
}

.btn_line_black {
  border: 1px solid #777777;
  background: #fff;
  color: #444444;
}

.btnEdit {
  background-color: #777777;
  border: 1px solid #777;
  color: #fff;
  padding: 8px 18px;
  font-size: 14px;
  min-width: 78px;
  display: inline-block;
}

.btnEdit:hover {
  background-color: #555555;
}

.searchPageWrap .searchBox.type_02 .line .searchButton {
  height: 36px;
  width: 36px;
  background-color: #555555;
  background-image: url("./../image/common/icon_search_page_zoom02_hover.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  flex-shrink: 0;
}

.searchPageWrap .searchBox.type_02 .line .searchButton.btn_bookmark {
  background-color: #1047a1;
  background-image: url("./../image/common/icon_page_search_bookMark_white.png");
  background-size: 40%;
}

.searchPageWrap .searchBox.type_02 .line .inputBox input {
  position: relative;
  z-index: 2;
  overflow: hidden;
  outline: none;
  padding-right: 38px;
}

.searchPageWrap .searchBox.type_02 .line .inputBox .btnClose,
.top-search-form .btnClose {
  position: absolute;
  width: 13px;
  height: 13px;
  background: url("./../image/common/icon_search_close02.png");
  z-index: 3;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.searchPageWrap .search_page_top .bar .input_box {
  width: 100%;
  position: relative;
}

.searchPageWrap .search_page_top .bar .input_box button.zoom {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 68px;
  background: url("./../image/common/icon_search_page_zoom.png")
    calc(100% - 20px) center no-repeat;
  z-index: 3;
}

.searchPageWrap .search_page_top .bar .input_box button.reset {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 68px;
  background: url("./../image/common/icon-search-reset.png") calc(100% - 17px)
    center no-repeat;
  background-size: 47%;
  z-index: 3;
}

.searchPageWrap .search_page_top .bar .input_box button.zoom-icon03 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 46px;
  background: url("./../image/common/icon_search_page_zoom03.png") center left
    no-repeat;
  z-index: 3;
}

.searchPageWrap .search_page_top .bar .input_box button.delete {
  position: absolute;
  right: 70px;
  width: 18px;
  height: 18px;
  background: url("./../image/common/icon_search_close02.png") 0 0 /100% auto no-repeat;
  top: 50%;
  transform: translateY(-50%);
  text-indent: -99999px;
  z-index: 3;
  border-radius: 0px;
  display: none;
}

.searchPageWrap .search_page_top .bar .input_box button.delete.active {
  display: block;
}

.searchPageWrap .search_page_top .bar input[type="text"].mainInput {
  height: 66px;
  line-height: 66px;
  font-weight: 500;
  border: 3px solid #1047a1;
  padding-left: 24px;
  padding-right: 120px;
  font-size: 19px;
  z-index: 3;
  outline: none;
  border-radius: 4px;
}

.searchPageWrap
  .search_page_top
  .bar
  input[type="text"].mainInput::placeholder {
  color: #aaa;
}

.searchPageWrap .search_page_top .bar button.btn_more,
.btn_set {
  width: 116px;
  height: 66px;
  line-height: 66px;
  background: #1047a1;
  border: 1px solid #1047a1;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-left: 10px;
  transition: all 0.4s;
  position: relative;
}

.searchPageWrap .search_page_top .bar button.btn_more::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 20px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

.searchPageWrap .search_page_top .bar button.btn_more::after {
  transition: all 0.4s;
  content: "";
  display: block;
  margin-left: 5px;
  width: 12px;
  height: 12px;
  background: url("./../image/common/icon_search_page_plus.png");
}

.searchPageWrap.bimLibrary .search_page_top .bar button.btn_more::after {
  transition: all 0.2s;
  content: "";
  display: block;
  margin-left: 5px;
  width: 14px;
  height: 8px;
  background: url("./../image/common/bimLibraryImg.png");
}

.searchPageWrap.bimLibrary .search_page_top .bar button.btn_more.active::after {
  transition: all 0.2s;
  content: "";
  display: block;
  margin-left: 5px;
  width: 14px;
  height: 8px;
  background: url("./../image/common/bimLibraryImg.png");
  transform: rotate(180deg);
}

.searchPageWrap .search_page_top .bar button.btn_more.active::after {
  background: #fff;
  height: 2px;
}

.searchPageWrap .search_page_top .bar button.btn_more.active,
.searchPageWrap .btn_set.active {
  background-color: #0a3171;
  border: 1px solid #0a3171;
  color: #fff;
}

.searchPageWrap .search_page_top .bar button.btn_more.isCondition::before,
.btn_set.isCondition::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 20px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
}

.searchPageWrap .search_page_top .bar button .img_icon {
  vertical-align: middle;
  margin-left: 5px;
}

/* .search_pageTopMiddleWrap.bbn{border-bottom: none;} */
.search_pageTopMiddleWrap {
  position: relative;
  z-index: 20;
  transition: box-shadow 0.3s;
}

.search_pageTopMiddleWrap:nth-child(2).type_02 {
  margin-top: 50px;
}

/* .search_pageTopMiddleWrap.bs {
    box-shadow: 0 4px 13px -5px rgba(0, 0, 0, .2);
} */
.searchPageWrap .search_page_middle {
  position: relative;
}

.searchPageWrap .search_page_middle .check_wrap {
  display: flex;
  margin-left: 40px;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  padding: 15px 0 20px 0px;
}

.searchPageWrap .search_page_middle .check_wrap .checkBox_item {
  position: relative;
  width: auto;
  margin-right: 0 !important;
  height: auto !important;
  background-color: #fff;
}

.searchPageWrap .search_page_middle .check_wrap .checkBox_item:hover:before,
.searchPageWrap
  .search_page_middle
  .check_wrap
  .checkBox_item.checking::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: -1px;
  width: 100%;
  height: 1px;
  background-color: #0047a1;
}

.searchPageWrap .search_page_middle .check_wrap .checkBox_item:first-child {
  border-bottom-left-radius: 2px;
}

.searchPageWrap .search_page_middle .check_wrap .checkBox_item:last-child {
  border-bottom-right-radius: 2px;
}

.searchPageWrap
  .search_page_middle
  .check_wrap
  .checkBox_item:not(:last-child) {
  border-right: 1px solid #bec9da;
}

/* .searchPageWrap .search_page_middle .check_wrap .checkBox_item:hover,.searchPageWrap .search_page_middle .check_wrap .checkBox_item.checking{color: #fff; } */
.searchPageWrap
  .search_page_middle
  .check_wrap
  .checkBox_item
  input[type="radio"] {
  display: none;
}

.searchPageWrap .search_page_middle .check_wrap .checkBox_item label {
  display: block;
  width: 157px;
  height: 32px;
  line-height: 32px;
  border-radius: 3px;
  color: #777777;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #d1d1d1;
  margin-right: 8px;
  flex-shrink: 0;
  transition: all 0.4s;
  padding: 0 10px;
}

.searchPageWrap .search_page_middle .check_wrap .checkBox_item:hover label,
.searchPageWrap .search_page_middle .check_wrap .checkBox_item.checking label {
  position: relative;
  color: #fff;
  background-color: #0047a1;
}

.searchPageWrap
  .search_page_middle
  .check_wrap
  .checkBox_item.checking:first-child
  label::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 10px;
  height: 10px;
  background-color: #0047a1;
}

.searchPageWrap
  .search_page_middle
  .check_wrap
  .checkBox_item.checking:last-child
  label::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 10px;
  height: 10px;
  background-color: #0047a1;
}

.searchDetailWrap-list .searchDetailWrap {
  top: 0;
}

/* .cycleCheck{
    display: flex;
    width: 100%;
    height:58px;
    align-items: center;
}
.cycleCheck .exp{
    width: 188px;
    text-align: center;
    border-right: 1px solid #b2b2b2;
    font-weight: 600;
    font-size: 20px;
    color:#1047a1;
    line-height: 46px;
} */
.searchPageWrap .left_section {
  width: 1016px;
}

.searchPageWrap .tap_area {
  flex-shrink: 0;
  display: flex;
  position: relative;
}

.searchPageWrap .left_section .tap_area .tabs {
  display: flex;
  flex-shrink: 0;
  width: 100%;
}

.searchPageWrap .left_section .tap_area .tabs::after {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #cccccc;
}

.searchPageWrap .left_section .tap_area .tab {
  flex: 1;
  /* max-width: 202px; */
  width: 100%;
  height: 52px;
  font-size: 16px;
  color: #444444;
  font-weight: 500;
  border: 1px solid #cccccc;
  /* border-bottom: 0; */
  background: #f8f8f8;
  border-right: 0;
  cursor: pointer;
  padding: 10px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  line-height: 18px;
}

/* .searchPageWrap .left_section .tap_area .tab.imageTab{
  background: #f9fcff;
} */
.searchPageWrap .left_section .tap_area .tab.tabDisabled {
  color: #cccccc;
  /* pointer-events: none; */
}

.searchPageWrap .left_section .tap_area .tab span {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  padding: 0;
  /* width: 100%; */
  display: block;
  flex-shrink: 0;
}

.searchPageWrap .left_section .tap_area .tab span.length {
  font-size: 14px;
  line-height: inherit;
}

.searchPageWrap .left_section .tap_area .tab.active.imageTab {
  background: #f9fcff !important;
  color: #333333;
}

.searchPageWrap .left_section .tap_area .tab.active {
  /* max-width: 204px; */
  border: 2px solid #1047a1;
  border-right: 2px solid #1047a1 !important;
  padding: 8px;
  border-bottom: 0;
  color: #1047a1;
  /* border-bottom: 1px solid #FFF; */
  background: #fff;
  font-weight: 600;
}

.searchPageWrap .left_section .tap_area .tab.active + .tab {
  border-left: 0;
}

.searchPageWrap .left_section .tap_area .tab:first-child {
  border-radius: 4px 0 0 0;
}

.searchPageWrap .left_section .tap_area .tab:last-child {
  border-right: 1px solid #cccccc;
  border-radius: 0 4px 0 0;
}

.searchPageWrap .left_section .tap_area button.researchButton {
  transition: all 0.4s;
  width: 150px;
  display: block;
  height: 52px;
  border: 1px solid #cccccc;
  margin-left: 10px;
  border-radius: 4px 4px 0 0;
  font-size: 15px;
  font-weight: 500;
  color: #444444;
  display: flex;
  align-items: center;
}

.searchPageWrap .left_section .tap_area button.researchButton::before {
  transition: all 0.4s;
  content: "";
  display: inline-block;
  width: 17px;
  height: 16px;
  background-image: url("./../image/common/icon_search_page_zoom02.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  margin-right: 4px;
}

.searchPageWrap .left_section .tap_area button.researchButton.active::before {
  background-image: url("./../image/common/icon_search_page_zoom02_hover.png");
}

.searchPageWrap .left_section .tap_area button.researchButton.active {
  color: #fff;
  background: #1047a1;
  border: 1px solid #1047a1;
}

/* .searchPageWrap .search_page_middle .searchDetailWrap{top: calc(100% - 4px); left: -1px; width: calc(100% + 2px);} */
.noticeListWrap_board .noticeBoard {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

.lineOne50 .noticeListWrap_board {
  display: flex;
  flex-wrap: wrap;
}

.lineOne50 .noticeListWrap_board .noticeBoard {
  width: calc(50% - 10px);
}

.lineOne50 .noticeListWrap_board .noticeBoard:nth-child(2n + 1) {
  margin-right: 10px;
}

.lineOne50 .noticeListWrap_board .noticeBoard:nth-child(2n + 2) {
  margin-left: 10px;
}

.lineOne50 .noticeListWrap_board .noticeBoard:last-child {
  margin-bottom: 20px !important;
}

.lineOne50 .noticeListWrap_board .noticeBoard .noticeBoardLocation {
  margin-left: 0;
}

.lineTwo .noticeListWrap_board .noticeBoard.active {
  border: 0;
}

.noticeListWrap_board
  .noticeBoard.newContent
  .boardContent
  .titleWrap
  .title::after {
  content: "NEW";
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 600;
  height: 18px;
  line-height: 17px;
  background: #0094e9;
  border: 1px solid #0094e9;
  color: #fff;
  border-radius: 3px;
  padding: 0 7px;
  margin-left: 10px;
}

.searchPageWrap.lineTwo
  .noticeListWrap_board
  .noticeBoard.newContent.active
  .title::after {
  transition: all 0.4s;
  border: 1px solid #fff !important;
  background: none !important;
  color: #fff !important;
}

.noticeListWrap_board .noticeBoard:last-child {
  margin-bottom: 0 !important;
}

.noticeListWrap_board .noticeBoard .boardTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.noticeListWrap_board .noticeBoard .boardTop .bookMark,
.noticeListWrap_board .noticeBoard .boardTop .bookMark.New {
  width: 20px;
  height: 20px;
  /* 2023.10.23 데이터 검색 즐겨찾기 아이콘 변경  */
  background: url("./../image/common/icon_page_search_bookMark.png");
  border-radius: 0px;
  text-indent: -999999px;
}

/* 2023.10.30 데이터 검색 즐겨찾기 아이콘 변경 */
.noticeListWrap_board .noticeBoard .boardTop .bookMark.New {
  background: url(./../image/common/icon_page_search_Favorite.png);
}

.lineTwo .noticeListWrap_board .noticeBoard .boardTop .bookMark {
  width: 20px;
  height: 20px;
  background: url("./../image/common/icon_page_search_bookMark_lineTwo.png") 0 0/16px
    auto no-repeat;
  border-radius: 0px;
  text-indent: -999999px;
}

.lineTwo .noticeListWrap_board .noticeBoard .boardTop .bookMark:hover {
  background: url("./../image/common/icon_page_search_bookMark_lineTwo_active.png")
    0 0/15px auto no-repeat;
}

.lineTwo .noticeListWrap_board .noticeBoard .boardTop .bookMark.active {
  width: 20px;
  height: 20px;
  background: url("./../image/common/icon_page_search_bookMark_lineTwo_active.png")
    0 0/15px auto no-repeat;
  border-radius: 0px;
  text-indent: -999999px;
}

.noticeListWrap_board .noticeBoard .boardTop .bookMark:hover,
.noticeListWrap_board .noticeBoard .boardTop .bookMark.active {
  /*2023.10.23 데이터 검색 즐겨찾기 아이콘 변경 */
  background: url("./../image/common/icon_page_search_bookMark_active.png");
}

.noticeListWrap_board .noticeBoard .boardTop .bookMark.New:hover,
.noticeListWrap_board .noticeBoard .boardTop .bookMark.New.active {
  /*2023.10.30 데이터 검색 즐겨찾기 아이콘 변경 */
  background: url("./../image/common/icon_page_search_Favorite_active.png");
}

.noticeListWrap_board .noticeBoard .boardTop .shareBtn {
  width: 17px;
  height: 17px;
  background: url("./../image/common/icon_page_search_share.png");
  border-radius: 0px;
  text-indent: -999999px;
}

.lineTwo .noticeListWrap_board .noticeBoard .boardTop .shareBtn,
.lineTwo .noticeListWrap_board .noticeBoard .boardTop .shareBtn:hover {
  width: 17px;
  height: 17px;
  background: url("./../image/common/icon_page_search_share_lineTwo.png");
  border-radius: 0px;
  text-indent: -999999px;
}

.noticeListWrap_board .noticeBoard .boardTop .shareBtn:hover,
.noticeListWrap_board .noticeBoard .boardTop .shareBtn.active {
  transition: all 0.4s;
  background: url("./../image/common/icon_page_search_share_active.png");
}

.noticeListWrap_board .noticeBoard .boardTop .favoriteBtn {
  width: 20px;
  height: 20px;
  background: url("./../image/common/icon_page_search_Favorite.png");
  border-radius: 0px;
  text-indent: -999999px;
}

.lineTwo .noticeListWrap_board .noticeBoard .boardTop .favoriteBtn,
.lineTwo .noticeListWrap_board .noticeBoard .boardTop .favoriteBtn:hover {
  width: 20px;
  height: 20px;
  background: url("./../image/common/icon_page_search_Favorite_lineTwo.png");
  border-radius: 0px;
  text-indent: -999999px;
}

.noticeListWrap_board .noticeBoard .boardTop .favoriteBtn:hover,
.noticeListWrap_board .noticeBoard .boardTop .favoriteBtn.active {
  transition: all 0.4s;
  background: url("./../image/common/icon_page_search_Favorite_active.png");
}

.noticeListWrap_board .noticeBoard .boardTop .relationkData {
  width: 21px;
  height: 20px;
  background: url("./../image/common/icon_page_search_relationkData.png");
  border-radius: 0px;
  text-indent: -999999px;
}

.lineTwo .noticeListWrap_board .noticeBoard .boardTop .relationkData,
.lineTwo .noticeListWrap_board .noticeBoard .boardTop .relationkData:hover {
  width: 21px;
  height: 20px;
  background: url("./../image/common/icon_page_search_relationkData_lineTwo.png");
  border-radius: 0px;
  text-indent: -999999px;
}

.noticeListWrap_board .noticeBoard .boardTop .relationkData:hover,
.noticeListWrap_board .noticeBoard .boardTop .relationkData.active {
  transition: all 0.4s;
  background: url("./../image/common/icon_page_search_relationkData_active.png");
}

.searchPageWrap.lineTwo
  .noticeListWrap_board
  .noticeBoard
  .boardTop
  .boardTop_link_wrap {
  position: absolute;
  z-index: -1;
  top: 28px;
  right: 52px;
}

.searchPageWrap.lineTwo
  .noticeListWrap_board
  .noticeBoard.active
  .boardTop
  .boardTop_link_wrap {
  z-index: 1;
}

.noticeListWrap_board .noticeBoard .boardTop .boardTop_badge_wrap {
  display: flex;
}

.noticeListWrap_board .noticeBoard .boardTop .boardTop_badge_wrap .badge {
  margin-right: 5px;
}

.noticeListWrap_board
  .noticeBoard
  .boardTop
  .boardTop_badge_wrap
  .badge:last-child {
  margin-right: 15px;
}

.noticeListWrap_board .noticeBoard .boardTop {
  display: flex;
  padding: 12px 20px;
  border-bottom: 1px solid #e3e3e3;
}

.noticeListWrap_board .noticeBoard .boardContent {
  padding: 20px 20px 0px 20px;
}

.noticeListWrap_board .noticeBoard .boardContent table {
  border: 2px solid #ccc;
  border-radius: 4px;
  display: block;
  border-top: 3px solid #1047a1;
  margin-bottom: 15px;
}

.noticeListWrap_board .noticeBoard .boardContent table td {
  border-right: 1px solid #ccc;
  font-size: 15px;
}

.noticeListWrap_board .noticeBoard .boardContent table td:last-child {
  border-right: none;
}

.searchPageWrap.lineTwo .noticeListWrap_board .noticeBoard .boardContent {
  padding: 40px 20px 0px 20px;
}

.noticeListWrap_board .noticeBoard .boardContent .titleWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.noticeListWrap_board .noticeBoard .boardContent .titleWrap .title {
  font-size: 20px;
  font-weight: 600;
  color: #111111;
}

/* 23.07.21 레이아웃 변경으로 인한 폰트 사이즈 조절 */
.noticeListWrap_board .noticeBoard .boardContent .titleWrap .title.New {
  font-size: 18px;
}

.noticeListWrap_board .noticeBoard .boardContent .expText {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: #444444;
  margin-bottom: 34px;
  /* 특정 단위로 텍스트를 자르기 위한 구문 */
  /* white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4; */
  /* 텍스트를 자를 때 원하는 단위 ex) 3줄 */
  /* -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; */
}

/* 
.searchPageWrap.aiSearchPage .noticeListWrap_board .noticeBoard .boardContent .expText,
.aitab .noticeListWrap_board .noticeBoard .boardContent .expText {
  /* 특정 단위로 텍스트를 자르기 위한 구문 */
/* white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4; */
/* 텍스트를 자를 때 원하는 단위 ex) 3줄 */
/* -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
} 
*/

.noticeListWrap_board .noticeBoard .boardContent .highLight {
  font-size: 15px;
  background: rgba(255, 240, 0);
  font-weight: 600;
}

.noticeListWrap_board .noticeBoard .boardContent .title .highLight {
  font-size: 20px;
}

.noticeListWrap_board .noticeBoard .boardFooter {
  padding: 0px 20px 20px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.noticeListWrap_board .noticeBoard .boardFooter .leftInfoWrap {
  display: flex;
  flex-wrap: wrap; /* mobile 버전 수정, 20240712, rayful */
}

.noticeListWrap_board .noticeBoard.active .boardFooter .leftInfoWrap {
  display: none;
}

.searchPageWrap.lineTwo.file-data
  .noticeListWrap_board
  .noticeBoard.active
  .boardFooter
  .leftInfoWrap {
  display: flex;
}

.searchPageWrap.lineTwo.lineTwoImage
  .noticeListWrap_board
  .noticeBoard.active
  .boardFooter
  .leftInfoWrap {
  display: flex;
}

.searchPageWrap.bimLibrary
  .noticeListWrap_board
  .noticeBoard.active
  .boardFooter
  .leftInfoWrap {
  display: flex;
}

.noticeListWrap_board
  .noticeBoard
  .boardFooter
  .leftInfoWrap
  .counter:first-child {
  padding-left: 0;
}

.noticeListWrap_board
  .noticeBoard
  .boardFooter
  .leftInfoWrap
  .counter:last-child {
  border-right: 0;
}

.noticeListWrap_board .noticeBoard .boardFooter .leftInfoWrap .counter {
  border-right: 1px solid #cdcfd1;
  padding-right: 12px;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #777777;
  margin-top: 10px; /* mobile 버전 수정, 20240712, rayful */
}

.noticeListWrap_board
  .noticeBoard
  .boardFooter
  .leftInfoWrap
  .fileName_bottom.counter {
  /* width: 400px; */ /* mobile 버전 수정, 20240712, rayful */
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.noticeListWrap_board
  .noticeBoard
  .boardFooter
  .leftInfoWrap
  .counter
  img.icon {
  position: relative;
  top: 1px;
  margin-right: 3px;
}

.noticeListWrap_board .noticeBoard .BoardInfo {
  display: flex;
}

.noticeListWrap_board .noticeBoard .boardFooter span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #777777;
  border-right: 1px solid #cdcfd1;
  padding-right: 10px;
  padding-left: 10px;
}

.noticeListWrap_board .noticeBoard .boardFooter span:last-child {
  padding-right: 0;
  border-right: 0;
}

.noticeListWrap_board .noticeBoard .boardFooter span.highLight {
  background: rgba(255, 240, 0);
  font-weight: 600;
  display: inline;
  padding-left: 0;
}

.lineOne .noticeListWrap_board .noticeBoard .boardFooter span.date::before {
  content: "적재일자 : ";
}

.lineTwo .noticeListWrap_board .noticeBoard .boardFooter span.writer {
  display: none;
}

.lineTwo .noticeListWrap_board .noticeBoard .boardFooter span.source {
  position: absolute;
  width: calc(100% - 87px);
  top: 28px;
  left: 20px;
  font-size: 13px;
  font-weight: 400;
  padding-left: 0;
  color: #fff;
  border-right: 0;
  display: none;
}

.lineTwo .noticeListWrap_board .noticeBoard.active .boardFooter span.source {
  display: block;
}

.noticeListWrap_board .noticeBoard .boardFooter .date .registrant {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #777777;
  padding-right: 20px;
  position: relative;
}

.noticeListWrap_board .noticeBoard .boardFooter .date .registrant::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 10px;
  background: #999999;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.searchPageWrap .right_section {
  width: calc(100% - 1036px);
  flex-shrink: 0;
  margin-left: 20px;
}

.bimLibrary {
  overflow: hidden;
}

.bimLibraryFilterSection {
  width: calc(100% - 1036px);
  margin-right: 20px;
  float: left;
}

.bimLibraryFilterContents {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 20px;
  overflow: hidden;
}

.bimFiltertitle {
  padding: 15px;
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  border-bottom: 1px solid #ccc;
  background-color: rgb(23, 105, 189, 0.78);
}

.bimFiltertitle.active {
  text-decoration: underline;
  background-color: rgb(23, 105, 189);
}

.bimFilterBoxTitle {
  padding: 15px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

.bimFilterBoxTitle.active {
  background: #f5f9fe;
  font-weight: 900;
  color: #000;
}

.bimFilterBoxTitle:after {
  content: "";
  display: block;
  transform: translateY(6px);
  float: right;
  width: 13px;
  height: 7px;
  background: url(../image/cycleCheck-arrow.png) no-repeat center center;
  cursor: pointer;
  transition: 0.25s;
}

.bimFilterBoxTitle.active:after {
  transform: rotate(180deg) translateY(-6px);
}

.bimFilterList {
  display: none;
}

.bimFilterList li {
  padding: 15px 15px 0 15px;
}

.bimFilterList li:last-child {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.bimLibraryFilterContents .bimFilterBox:last-child .bimFilterList li:last-child,
.bimLibraryFilterContents .bimFilterBox:last-child .bimFilterBoxTitle {
  border-bottom: 0;
}

.bimLibraryFilterContents .bimFilterBox:last-child .bimFilterList {
  border-top: 1px solid #ccc;
}

.bimFilterList li:hover a {
  cursor: pointer;
  text-decoration: underline;
}

.bimFilterList_click {
  font-weight: 900;
  color: #0094e9;
  text-decoration: underline;
}

.bimLibrarySection.New,
.search_page_content.New {
  width: 1016px;
  float: right;
}

.searchPageWrap.bimLibrary .BimLibraryContent.New {
  margin-top: 0;
}

.searchPageWrap .right_section .KeywordBox {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 20px;
}

.searchPageWrap .right_section .KeywordBox:last-child {
  margin-bottom: 0;
}

.searchPageWrap .right_section .KeywordBox .KeywordBox_top {
  padding: 15px;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.searchPageWrap .right_section .KeywordBox .KeywordBox_top .termSelect {
  display: flex;
}

.searchPageWrap .right_section .KeywordBox .KeywordBox_top .termSelect button {
  font-size: 14px;
  font-weight: 500;
  color: #777777;
  padding: 0 8px;
  border-radius: 0px;
  border-right: 1px solid #cccccc;
}

.searchPageWrap
  .right_section
  .KeywordBox
  .KeywordBox_top
  .termSelect
  button:hover,
.searchPageWrap
  .right_section
  .KeywordBox
  .KeywordBox_top
  .termSelect
  button.active {
  color: #1047a1;
  /* 2023.11.30 웹 접근성 결함조치 */
  text-decoration: underline;
  text-underline-position: under;
  /* ----- 2023.11.30 웹 접근성 결함조치 ----- */
}

.searchPageWrap
  .right_section
  .KeywordBox
  .KeywordBox_top
  .termSelect
  button:last-child {
  padding-right: 0px;
  border-right: 0;
}

.searchPageWrap .right_section .KeywordBox .KeywordBox_top p.title {
  font-size: 17px;
  font-weight: 600;
  color: #111111;
}

.searchPageWrap .right_section .KeywordBox .KeywordBox_body {
  padding: 10px 20px;
}

.searchPageWrap .right_section .KeywordBox .KeywordBox_body div {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  color: #444444;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.searchPageWrap .right_section .KeywordBox .KeywordBox_body a:hover {
  text-decoration: underline;
  text-underline-position: under;
}

.searchPageWrap .right_section .KeywordBox .KeywordBox_body a::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 2px;
  margin-right: 8px;
  position: relative;
  bottom: 1px;
}

.searchPageWrap
  .right_section
  .KeywordBox
  .KeywordBox_body
  div:nth-child(1)
  a:before {
  content: "1";
  background: #555555;
  color: #fff;
}

.searchPageWrap
  .right_section
  .KeywordBox
  .KeywordBox_body
  div:nth-child(2)
  a:before {
  content: "2";
  background: #555555;
  color: #fff;
}

.searchPageWrap
  .right_section
  .KeywordBox
  .KeywordBox_body
  div:nth-child(3)
  a:before {
  content: "3";
  background: #555555;
  color: #fff;
}

.searchPageWrap
  .right_section
  .KeywordBox
  .KeywordBox_body
  div:nth-child(4)
  a:before {
  content: "4";
  border: 1px solid #939393;
  color: #444444;
}

.searchPageWrap
  .right_section
  .KeywordBox
  .KeywordBox_body
  div:nth-child(5)
  a:before {
  content: "5";
  border: 1px solid #939393;
  color: #444444;
}

.noticeList .Wrap_top {
  padding-top: 30px;
  border-top: 1px solid #000;
  display: flex;
  justify-content: space-between;
}

.noticeListWrap_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 20px;
}

.noticeListWrap_top .title {
  display: flex;
  align-items: center;
  font-size: 21px;
  padding-left: 6px;
}

.noticeListWrap_top .title h4 {
  font-weight: 600;
  color: #111111;
}

.noticeListWrap_top .title .num_blue {
  color: #0094e9;
  margin-left: 10px;
}

.noticeListWrap_top .title .length {
  color: #444444;
}

.noticeListWrap_top .right a {
  font-size: 15px;
}

.noticeListWrap_top a.seeAll,
.noticeListWrap_top a.seeSummary {
  font-size: 15px;
  font-weight: 500;
  color: #444444;
  padding-right: 10px;
  position: relative;
  display: inline-block;
}

.noticeListWrap_top a.seeAll::after,
.noticeListWrap_top a.seeSummary::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 13px;
  position: relative;
  top: 1px;
  margin-left: 7px;
  background: url("./../image/common/icon_page_search_arrow.png");
}

/* .noticeListWrap_top a.seeAll:hover{
  color: #1047a1;
}
.noticeListWrap_top a.seeAll:hover::after {
    background: url('./../image/common/icon_page_search_arrow_navy.png');
}
/* 이미지 검색 */
.imageFormatWrap {
  display: flex;
  align-self: center;
}

.imageFormatWrap .imageFormatItem {
  padding: 0 16px;
  font-size: 14px;
  font-weight: 500;
  color: #444444;
  border-radius: 0;
  border-left: 1px solid #cccccc;
}

.imageFormatWrap .imageFormatItem.active,
.imageFormatWrap .imageFormatItem:hover {
  color: #1047a1;
}

.searchPageWrap.lineTwo.lineTwoImage
  .noticeListWrap_board
  .noticeBoard
  .boardTop {
  padding-top: 64px;
}

.searchPageWrap.lineTwo.lineTwoImage .noticeBoard .badge {
  opacity: 0;
}

.searchPageWrap .noticeBoard .badge {
  min-width: 48px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-use-select: none;
  user-select: none;
  padding: 0 8px;
}

.searchPageWrap .noticeBoard .badge.fileBadge {
  min-width: unset;
}

.noticeBoard .noticeBoardLocation {
  display: flex;
  align-self: center;
  font-size: 13px;
  font-weight: 500;
  color: #444444;
  margin-left: 10px;
  place-items: flex-end;
  flex-wrap: wrap;
}

.noticeBoard .noticeBoardLocation .dep.dep_underline {
  text-decoration: underline;
}

.noticeBoard .aiAnswerWrap {
  padding: 21px 20px;
  border-radius: 3px;
  background: #f3f7fc;
  display: flex;
  margin-bottom: 20px;
}

.noticeBoard .aiAnswerWrap::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 31px;
  height: 32px;
  background: url("./../image/common/page_search_aiAnswer.png");
  flex-shrink: 0;
}

.noticeBoard .aiAnswerWrap p {
  align-self: center;
  margin-left: 14px;
  font-size: 17px;
  font-weight: 600;
}

.noticeBoardLocation .dep::after {
  display: inline-block;
  content: ">";
  padding-right: 4px;
}

.noticeBoardLocation .dep:last-child::after {
  content: "";
  padding-right: 0;
}

.searchPageWrap.lineTwo.lineTwoImage .noticeBoard.active .badge {
  opacity: 1 !important;
}

.searchPageWrap.lineTwo.lineTwoImage .noticeBoard .imageSearchResult {
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: background 0.4s;
  background: #fff;
}

.searchPageWrap.lineTwo.lineTwoImage .noticeBoard .imageSearchResult img {
  position: relative;
  display: block;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.searchPageWrap.lineTwo.lineTwoImage .noticeBoard.active .imageSearchResult {
  opacity: 0;
  z-index: -1;
}

.searchPageWrap.lineTwo.lineTwoImage
  .noticeBoard
  .fileFormat_exception_Content {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}

.searchPageWrap.lineTwo.lineTwoImage
  .noticeBoard.active
  .fileFormat_exception_Content {
  background: #000;
  opacity: 0;
  z-index: -1;
}

.searchPageWrap.lineTwo.lineTwoImage
  .noticeListWrap_board
  .noticeBoard
  .boardContent
  .titleWrap
  .titleLinkWrap {
  border-top: 0;
}

.searchPageWrap.lineTwo.lineTwoImage
  .noticeListWrap_board
  .noticeBoard.active
  .boardContent
  .titleWrap
  .titleLinkWrap {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.searchPageWrap.lineTwo.lineTwoImage
  .noticeBoard.fileFormat_dwgdwl
  .fileFormat_exception_Content {
  background: #f9f9f9;
  transition: all 0.4s;
}

.searchPageWrap.lineTwo.lineTwoImage
  .noticeBoard.fileFormat_etc
  .fileFormat_exception_Content {
  background: #f7fafd;
  transition: all 0.4s;
}

.searchPageWrap.lineTwo.lineTwoImage
  .noticeBoard.active.fileFormat_dwgdwl
  .fileFormat_exception_Content {
  background: #1047a1;
}

.searchPageWrap.lineTwo.lineTwoImage
  .noticeBoard.active.fileFormat_etc
  .fileFormat_exception_Content {
  background: #1047a1;
}

.searchPageWrap.lineTwo.lineTwoImage
  .noticeBoard
  .fileFormat_exception_Content
  .fileFormatContentInner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.searchPageWrap.lineTwo.lineTwoImage
  .noticeBoard
  .fileFormat_exception_Content
  .fileFormatContentInner
  p.n1 {
  margin-top: 15px;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  color: #444444;
}

.searchPageWrap.lineTwo.lineTwoImage
  .noticeBoard
  .fileFormat_exception_Content
  .fileFormatContentInner
  p.n2 {
  font-size: 15px;
  font-weight: 500;
  color: #444444;
  line-height: 24px;
}

.searchPageWrap.lineTwo.lineTwoImage
  .noticeListWrap_board
  .noticeBoard
  .boardContent
  .titleWrap
  .titleLinkWrap {
  z-index: 1;
}

.searchPageWrap.lineTwo.lineTwoImage
  .noticeBoard.active.fileFormat_etc
  .noticeBoardInner,
.searchPageWrap.lineTwo.lineTwoImage
  .noticeBoard.active.fileFormat_dwgdwl
  .noticeBoardInner {
  background-color: #1047a1;
  transition: background 0.4s;
}

.searchPageWrap.lineTwo.lineTwoImage
  .noticeListWrap_board
  .noticeBoard
  .boardContent {
  padding: 15px 20px 0px 20px;
}

.searchPageWrap.lineTwo.lineTwoImage
  .noticeListWrap_board
  .noticeBoard
  .boardFooter {
  opacity: 1;
  border-top: 0;
}

.searchPageWrap.lineTwo.lineTwoImage
  .noticeListWrap_board
  .noticeBoard
  .boardFooter
  .date {
  display: none;
}

.searchPageWrap.lineTwo.lineTwoImage
  .noticeListWrap_board
  .noticeBoard
  .downloadConunt,
.searchPageWrap.lineTwo.lineTwoImage
  .noticeListWrap_board
  .noticeBoard
  .viewsCount {
  display: none;
}

.searchPageWrap.lineTwo.lineTwoImage
  .noticeListWrap_board
  .noticeBoard
  .volumeCount {
  opacity: 0;
}

.searchPageWrap.lineTwo.lineTwoImage
  .noticeListWrap_board
  .noticeBoard.active
  .volumeCount {
  opacity: 1;
}

.searchPageWrap.lineTwo.lineTwoImage
  .noticeListWrap_board
  .noticeBoard
  .boardContent
  .titleWrap
  .title {
  opacity: 0;
}

.searchPageWrap.lineTwo.lineTwoImage
  .noticeListWrap_board
  .noticeBoard.active
  .boardContent
  .titleWrap
  .title {
  opacity: 1;
}

.searchPageWrap.lineTwo.lineTwoImage .imgUnderTab {
  height: 62px;
  display: flex;
  justify-content: end;
  align-items: center;
  border-bottom: 1px solid #939393;
}

.imageFormatWrap .imageFormatItem:first-child {
  border-left: 0;
}

.searchPageWrap.type_02 .researchForm {
  margin-right: 8px;
}

.searchPageWrap.type_02 .noticeListWrap_top a.seeAll {
  display: none;
}

.searchPageWrap.type_03 .sortAndOption {
  display: none;
}

.searchPageWrap.type_03 .noticeListWrap_top a.seeAll {
  display: none;
}

/* 이미지 검색 */
.noticeListWrap_top a.seeAll img.icon {
  position: relative;
  top: 1px;
  margin-left: 5px;
}

.sortWrap {
  display: flex;
}

.sortWrap a {
  display: block;
  line-height: 60px;
  padding: 0 30px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #444444;
  transition: background-image 0.4s color 0.4s;
  background-position: 12px 50%;
}

.sortWrap a:hover,
.sortWrap a.active {
  color: #2050a4;
  font-weight: 600;
  display: flex;
  justify-content: center;
  background-image: url("./../image/common/icon_search_page_check_hover.png");
  background-position: 12px 50%;
  background-repeat: no-repeat;
}

.selectItemWrap {
  margin-top: 27px;
  margin-bottom: 29px;
  display: inline-block;
  position: relative;
  left: 53%;
  transform: translateX(-50%);
  width: 930px;
}

.selectItemWrap .selectItem:first-child {
  margin-bottom: 8px;
}

.selectItem {
  display: flex;
  /* align-items: center; */
}

.selectItem .exp {
  flex-shrink: 0;
  margin-right: 30px;
  font-size: 14px;
  font-weight: 600;
  color: #111111;
  min-width: 64px;
  line-height: 33px;
}

.selectItem .selectItem_noneResult {
  line-height: 33px;
  font-size: 13px;
  font-weight: 400;
  color: #777;
}

.selectItem .list {
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 8px;
}

/* 241212 최근 검색어 컨텐츠 넘어가는 현상으로 인한 주석 */
/* .selectItem .list button.searchInputPush {
  margin-right: 8px;
} */

.selectItem .list button.searchInputPush:last-child {
  margin-right: 0px;
}

.selectItem .list button.searchInputPush:hover {
  background: #fff;
  color: #1047a1;
  border: 1px solid #1047a1;
}

.selectItem .list button.searchInputPush {
  padding-left: 0px;
  line-height: 31px;
  display: block;
  width: auto;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 8px;
  border-radius: 3px;
  border: 1px solid #bcc6d6;
  background: #f4f8fc;
  font-size: 13px;
  color: #444444;
  font-weight: 500;
  transition: background 0.4s, color 0.4s, border 0.4s;
}

.selectItem .example {
  flex-shrink: 0;
  display: flex;
}

.selectItem .example button.searchInputPush {
  margin-right: 8px;
}

.selectItem .example button.searchInputPush:last-child {
  margin-right: 0px;
}

.selectItem .example button.searchInputPush:hover {
  background: #fff;
  color: #1047a1;
  border: 1px solid #1047a1;
}

.selectItem .example button.searchInputPush {
  padding-left: 0px;
  line-height: 31px;
  display: block;
  width: auto;
  padding: 0 8px;
  border-radius: 3px;
  border: 1px solid #bcc6d6;
  background: #f4f8fc;
  font-size: 13px;
  color: #444444;
  font-weight: 500;
  transition: background 0.4s, color 0.4s, border 0.4s;
}

/* 생애주기  */
.cycleCheck {
  position: relative;
  z-index: 3;
}

/* .keyWordBox .none-result{ display: none; width: 100%; height: 153px; background: #FFF;  align-items: center; justify-content: center;  font-size: 15px;  font-weight: 500;  color: #777777;} */
/* .keyWordBox .none-result.on{display: flex;} */
.keyWordBoxInner {
  background-color: #fff;
  padding-right: 6px;
}

.keyWordBoxInner .x-scroll {
  max-height: 173px;
  padding: 16px 0 16px 16px;
}

.keyWordBoxInner .chk-area label {
  font-size: 15px;
  font-weight: 500;
}

.keyWordBoxInner .chk-area label .highLight {
  color: #0094e9;
}

.keyWordBoxInner .chk-area li:not(:first-child) {
  margin-top: 11px;
}

.keyWordBox-bottom {
  display: flex;
  justify-content: right;
  align-items: center;
  padding: 10px 16px;
  border-top: 1px solid #ccc;
  background-color: #fbfbfb;
}

.keyWordBox-bottom .btn {
  margin-left: 6px;
}

.keyWordBox-bottom .btn_cancel {
  min-width: 66px;
  height: 28px;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 400;
  border: 1px solid #555;
  color: #222;
  background-color: #fff;
}

.keyWordBox-bottom .btn_selec,
.keyWordBox-bottom .btn_except {
  min-width: 66px;
  height: 28px;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 400;
  border: none;
  color: #fff;
  background-color: #0094e9;
}

.searchDetail-con-area .searchDetail-con02 .detailBody {
  padding-bottom: 22px;
}

.searchDetail-con-area .searchDetail-con02 .top {
  border-bottom: 1px solid #ccc;
}

.detail-item-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-shrink: 0;
}

.detail-item-area .detail-item {
  position: relative;
  padding: 0;
  width: 65px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
}

.detail-item-area .detail-item:nth-child(12) {
  padding-left: 8px;
}

.detail-item-area .detail-item:nth-child(-n + 11) {
  margin-bottom: 10px;
}

.detail-item-area .detail-item::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  width: 1px;
  height: 12px;
  background-color: #e5e5e5;
}

.detail-item-area .detail-item:nth-child(11n + 11):after {
  display: none;
}

.detail-item-area .detail-item:hover,
.detail-item-area .detail-item.on {
  color: #0094e9;
}

.searchDetail-con-area .detail-item02-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding: 0 20px;
}

.searchDetail-con-area .detail-item02-area .detail-item02 {
  width: 142px;
  height: 28px;
  margin: 0 10px 8px 0;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #ccc;
  background-color: #fff;
}

.searchDetail-con-area .detail-item02-area .detail-item02:hover,
.searchDetail-con-area .detail-item02-area .detail-item02.on {
  border: none;
  color: #fff;
  background-color: #0094e9;
}

.searchDetail-con-area .detail-item02-area .detail-item02:nth-child(4n + 4) {
  margin-right: 0;
}

.searchDetail-con-area .datePickerWrap {
  width: 100%;
}

.datepicker_group > div {
  position: relative;
}

.searchDetail-con-area .datePickerWrap span.m06 {
  margin: 0 5px;
  align-self: center;
}

.searchDetail-con-area .datePickerWrap .datepicker {
  height: 32px;
  min-width: unset !important;
}

.SelectorcheckboxItem input[type="checkbox"] {
  display: none;
}

.SelectorcheckboxItem input[type="checkbox"] + label {
  display: block;
  padding: 0;
  font-size: 14px;
}

.SelectorcheckboxItem input[type="checkbox"]:checked + label {
  color: #0094e9;
  background: url("./../image/common/icon_page_search_radioRight.png") right 50%
    no-repeat;
}

.detailBody .tableType02Selector.selectDepth_2:not(:first-child) {
  display: none;
}

.searchDetail-con01
  .tableType02
  td:last-child
  .SelectorcheckboxItem
  input[type="checkbox"]:checked
  + label {
  background: none;
}

/* .cycleCheck{position: relative; z-index: 5;}
.cycleCheck .check_wrap{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 58px;
    overflow: hidden;
    flex-wrap: nowrap;
} */
/* .cycleCheck .check_wrap::before{content: ''; position: absolute; left: 0; bottom: -2px; width: 100%; border: 1px solid red;} */
/* .cycleCheck.firstState .check_wrap{border-bottom: none;} */
/* .cycleCheck .check_wrap .checkBox_item>label{ background-color: #fff;} */
/* .cycleCheck .check_wrap .checkBox_item>label:hover{
    background: #0094e9;
    color: #FFF !important;
    transition: background 0.6s;
} */
/* .cycleCheck .check_wrap .checkBox_item{   
    display: flex;
    align-items: center;
    flex-grow:1;
    flex-shrink: 1;
   
}
.cycleCheck .checkBox_item:first-child{border-bottom: 1px solid #1047a1; border-radius:0 0 0 3px;}
.cycleCheck.firstState .checkBox_item:first-child{border-bottom: none; border-radius:0 0 0 3px;}
.cycleCheck.firstState .checkBox_item>input + label{
    color: #444 !important;
    font-size: 15px !important;
}
.cycleCheck.firstState .checkBox_item span.num{
    font-size: 14px;
}
.cycleCheck.firstState .checkBox_item label{
} */
/* .cycleCheck .check_wrap .checkBox_item .underSelect{
    overflow: hidden;    
    display: flex;
    width: 0;
    flex-shrink: 0;
    white-space: nowrap;
    word-break: keep-all;
    transition: all 0.5s;
}
.cycleCheck .check_wrap .checkBox_item.checking .underSelect{
    width: 500px;    
}
.cycleCheck .check_wrap .checkBox_item .underSelect .underSelectItem{
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
}
.cycleCheck .check_wrap .checkBox_item .underSelect .underSelectItem label{
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #777;
    flex-shrink: 0;
    padding-left: 0;
    padding-right: 18px;
}
.cycleCheck .check_wrap .checkBox_item span.num{
    font-size: 13px;
    font-weight: 400;
}
.cycleCheck .check_wrap .checkBox_item .underSelect .underSelectItem input:checked + label{
    color: #0094e9;
    font-weight: 600;    
}
.cycleCheck .check_wrap .checkBox_item .underSelect .underSelectItem:last-child label{
    padding-right: 5px;
} */
/* .cycleCheck .check_wrap label:last-child{
    margin-right: 0px;
} */
/* .cycleCheck .check_wrap input{
    display: none;
} */
/* .cycleCheck .check_wrap .checkBox_item{
    width: 100%;
    height: 100%;
    display: flex;  
    align-items: center;  
    text-align: center;
    justify-content: start;
    border-top: 1px solid #bec9da;
    border-right: 1px solid #bec9da;
    overflow: hidden;
    transition: all 0.5s;
} */
/* .cycleCheck .check_wrap .checkBox_item>input[type=radio] + label{
    height: calc(100% - 16px);
    position: relative;
    display: block;
    line-height: 56px;
    align-items: center;  
    min-width: 85px;    
    padding: 0 15px;
    text-align: center;
    color: #bdbdbd;
    font-size: 14px;
    font-weight: 500;
    margin-right: 0;
    min-width: 100%;
    height: 100%;
    transition:margin-left 0.6s;
} */
/* .cycleCheck .check_wrap .checkBox_item:last-child{
    border-right: 0 !important;
    border-radius: 0 0 3px 0;
    overflow: hidden;
} */
/* .cycleCheck .check_wrap .checkBox_item:first-child label{
    border-radius: 0 0 0 3px;
} */
/* .cycleCheck .check_wrap .checkBox_item>input[type="radio"]:checked + label{ */
/* height: calc(100% - 16px);
    line-height: 40px; */
/* background: #0094e9; */
/* color: #FFF;    */
/*  
    margin: 0 20px 0 10px;
    border-radius: 2px;
    position: relative;
    min-width: 0;
    flex-shrink: 0;
    font-size: 15px; */
/* max-width: 210px; */
/* width: 100%; */
/* } */
/* .cycleCheck .check_wrap .checkBox_item>input[type="radio"]:checked + label .num{ */
/* font-size: 14px; */
/* } */
/* .cycleCheck .check_wrap .checkBox_item>input[type="radio"] + label::after{
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 14px;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
} */
/* .cycleCheck .check_wrap .checkBox_item>input[type="radio"]:checked + label::after{
    background: url('./../image/common/page_search_blueArrow.png');    
} */
.search_page_middle .cycleCheck .check_wrap .checkBox_item label {
  padding-right: 23px;
  font-size: 15px;
}

.search_page_middle .cycleCheck .check_wrap .checkBox_item .arrow-btn {
  position: relative;
}

.search_page_middle .cycleCheck .check_wrap .checkBox_item .arrow-btn::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 7px;
  top: -4px;
  left: calc(100% + 10px);
  background: url("../image/cycleCheck-arrow.png") no-repeat center
    center/contain;
  transition: background 0.4s;
}

.search_page_middle
  .cycleCheck
  .check_wrap
  .checkBox_item.checking
  .arrow-btn::after,
.search_page_middle
  .cycleCheck
  .check_wrap
  .checkBox_item:hover
  .arrow-btn::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 7px;
  top: -4px;
  left: calc(100% + 10px);
  background: url("../image/cycleCheck-arrow-hov.png") no-repeat center
    center/contain;
}

/* 생애주기  */
.searchPageWrap input[type="checkbox"] + label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.titleLinkWrap {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.titleLinkWrap a {
  font-size: 14px;
  font-weight: 500;
  color: #444444;
  margin-left: 20px;
  display: flex;
  flex-shrink: 0;
}

.titleLinkWrap a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 19px;
  margin-right: 6px;
}

.titleLinkWrap a.previewLink::before {
  background: url("./../image/common/icon_page_search_preview.png");
}

.titleLinkWrap a.downloadLink::before {
  width: 15px !important;
  height: 17px !important;
  background: url("./../image/common/icon_page_search_download.png");
}

.titleLinkWrap a.uploadLink::before {
  width: 15px !important;
  height: 17px !important;
  background: url("./../image/common/icon_page_search_upload.png");
}

.titleLinkWrap a.previewLink:hover::before {
  background: url("./../image/common/icon_page_search_preview_hover.png");
}

.titleLinkWrap a.downloadLink:hover::before {
  width: 15px !important;
  height: 17px !important;
  background: url("./../image/common/icon_page_search_download_hover.png");
}

.titleLinkWrap a.uploadLink:hover::before {
  width: 15px !important;
  height: 17px !important;
  background: url("./../image/common/icon_page_search_upload_hover.png");
}

.titleLinkWrap a.reportLink::before {
  width: 16px !important;
  height: 18px !important;
  background: url("./../image/common/icon_page_search_report.png") 0 0/100% auto
    no-repeat;
}

.titleLinkWrap a.reportLink:hover::before {
  background: url("./../image/common/icon_page_search_report_active.png") 0 0/100%
    auto no-repeat;
}

.titleLinkWrap a:hover {
  color: #1047a1;
  text-decoration: underline;
  text-underline-position: under;
}

.lineTwo .titleLinkWrap a:hover {
  text-decoration: none;
}

.noticeTabContent .tabContent {
  display: none;
}

.noticeTabContent .tabContent.active {
  display: block;
}

.searchPageWrap .autoCompleteWrap {
  position: absolute;
  width: 100%;
  border: 1px solid #777777;
  background: #fff;
  z-index: 20;
  margin-top: -1px;
  display: none;
  border-radius: 3px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.searchPageWrap .autoCompleteWrap .autoCompleteBody {
  padding: 12px 25px 20px 25px;
  display: flex;
  flex-wrap: wrap;
}

.searchPageWrap.aiSearchPage .autoCompleteWrap .autoCompleteBody {
  display: block;
}

.searchPageWrap.aiSearchPage .autoCompleteWrap .autoCompleteBody li {
  width: 100%;
}

.searchPageWrap.aiSearchPage .autoCompleteWrap .autoCompleteBody a {
  width: 100%;
  line-height: 26px;
  padding: 0;
}

.searchPageWrap .autoCompleteWrap .autoCompleteBody a {
  display: block;
  width: 20%;
  line-height: 22px;
  font-size: 15px;
  font-weight: 500;
  color: #444444;
  flex-shrink: 0;
  word-break: break-all;
  padding: 10px 10px 0 0px;
  text-align: justify;
}

.searchPageWrap .autoCompleteWrap .autoCompleteBody li {
  display: block;
  width: 20%;
  flex-shrink: 0;
  word-break: break-all;
  padding: 10px 10px 0 0px;
  text-align: justify;
}

.searchPageWrap .autoCompleteWrap .autoCompleteBody li a {
  display: block;
  width: 100%;
  line-height: 22px;
  font-size: 15px;
  font-weight: 500;
  color: #444444;
  flex-shrink: 0;
  text-align: justify;
}

.searchPageWrap .autoCompleteWrap .autoCompleteBody a span.highLight {
  font-weight: 600;
  /* color: #0094e9; */
  background: rgba(255, 240, 0);
}

.searchPageWrap .autoCompleteWrap .autoCompleteFooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #cccccc;
  background: #f8f8f8;
  padding: 20px 20px;
}

.searchPageWrap .autoCompleteWrap .autoCompleteFooter .serviceLink {
  font-size: 15px;
  font-weight: 600;
  color: #1047a1;
  padding-right: 15px;
  background: url("./../image/common/icon_page_search_arrow_navy.png") center
    right no-repeat;
}

.searchPageWrap .autoCompleteWrap .autoCompleteFooter .exp {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  color: #444444;
}

.searchPageWrap .autoCompleteWrap .autoCompleteFooter .exp span.bold {
  color: #222;
  font-weight: 600;
  margin-left: 5px;
}

.searchPageWrap .autoCompleteWrap .autoCompleteFooter .exp img {
  margin-right: 6px;
}

.searchPageWrap .researchForm {
  width: 260px;
  height: 32px;
  border-radius: 3px;
  background: #fff;
  z-index: 1;
  position: relative;
}

.searchPageWrap .autoCompleteWrap02 {
  padding: 12px 25px 20px 25px;
}

.searchPageWrap .autoCompleteWrap02 .autoCompleteBody {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.searchPageWrap .autoCompleteWrap02 .autoCompleteBody li {
  padding-top: 0;
}

.searchPageWrap .autoCompleteWrap02 .autoComplete-top .autoCompleteFooter {
  padding: 17px 20px;
  font-size: 14px;
  border-radius: 6px;
  border: 0;
  margin-bottom: 23px;
}

.searchPageWrap .autoCompleteWrap02 .autoComplete-top .autoCompleteFooter .exp {
  font-size: inherit;
}

.searchPageWrap
  .autoCompleteWrap02
  .autoComplete-top
  .autoCompleteFooter
  .serviceLink {
  font-size: inherit;
  background-position-x: calc(100% - 1px);
}

.searchPageWrap .autoCompleteWrap02 .autoComplete-bottom {
  padding-top: 23px;
  border-top: 1px solid #ccc;
}

.searchPageWrap .autoCompleteWrap02 .autoComplete-bottom .tit {
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: #111;
  margin-bottom: 13px;
}

.searchPageWrap .autoCompleteWrap02 .autoComplete-bottom .autoCompleteBody {
  padding: 0;
  max-height: 150px;
  overflow-y: auto;
}

.searchPageWrap
  .autoCompleteWrap02
  .autoComplete-bottom
  .autoCompleteBody
  li:first-child
  a {
  padding-top: 0;
}

.searchPageWrap .autoCompleteWrap02 .autoComplete-bottom .autoCompleteBody li {
  width: 100%;
  padding: 0;
}

.searchPageWrap .researchForm.active {
  display: block;
}

.searchPageWrap .researchForm input {
  height: 100%;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px;
  padding-right: 62px;
  outline: none;
}

.searchPageWrap .researchForm input::placeholder {
  font-size: 14px;
}

.searchPageWrap .researchForm .researchSendButton {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.searchPageWrap .researchForm .researchDelete {
  position: absolute;
  right: 38px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: url("./../image/common/icon_search_close02.png");
  display: none;
}

.searchPageWrap .researchForm .researchDelete.active {
  display: block;
}

.noneResultWrap {
  border-radius: 3px;
  border: 1px solid #cccccc;
  position: relative;
  height: 100%;
  min-height: 600px;
  width: 100%;
}

.noneResultWrap .noneResultContent,
.noneResultWrap .searchLoading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 40px;
}

.noneResultWrap .noneResultContent::before,
.noneResultWrap .searchLoading::before {
  content: "";
  display: block;
  width: 70px;
  height: 78px;
  background: url("./../image/common/icon_search_page_noneResult.png");
  margin: 0 auto 25px;
}

.noneResultWrap .searchLoading::before {
  width: 250px;
  height: 250px;
  background: url("./../image/searchLoading_img.png") center center no-repeat
    no-repeat;
}

.noneResultWrap .noneResultContent p.n1,
.noneResultWrap .searchLoading p.n1 {
  font-size: 24px;
  font-weight: 500;
  color: #111111;
  margin-bottom: 25px;
}

.noneResultWrap .noneResultContent p.n2 {
  font-size: 16px;
  font-weight: 500;
  color: #111111;
  margin-bottom: 10px;
}

.noneResultWrap .noneResultContent p.n2 .icon {
  top: 4px;
  position: relative;
  margin-right: 2px;
}

.noneResultWrap .noneResultContent ul {
  display: block;
  width: auto;
  margin: auto;
  text-align: left;
  padding-left: 74px;
}

.searchPageWrap.design_support_service .noneResultWrap .noneResultContent ul {
  padding-left: 150px;
}

.searchPageWrap.aiSearchPage .noneResultWrap .noneResultContent ul {
  padding-left: 104px;
}

.noneResultWrap .noneResultContent ul li {
  font-size: 15px;
  font-weight: 500;
  height: 22px;
  color: #444444;
}

.noneResultWrap .noneResultContent ul li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #444444;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 4px;
}

.sortAndOption {
  /* display: flex; */
  /* flex-direction; */
  /* justify-content: space-between; */
  /* align-items: center; */
  border-bottom: 1px solid #999;
}

.sortAndOption .top {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 14px 0;
}

.sortAndOption .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ccc;
}

.optionWrap {
  display: flex;
}

.optionWrap select,
.sortAndOption select {
  /* display: none; */
  width: auto;
  padding-left: 12px;
  padding-right: 30px;
  height: 32px;
  width: 129px;
  font-size: 14px;
}

.sortAndOption .top .left {
  display: flex;
}

.sortAndOption .right {
  display: flex;
  padding: 14px 0;
}

.sortAndOption .right select {
  display: block;
}

.sortAndOption .sel-search-box {
  padding: 0;
  height: 0;
  border: none;
}

.sortAndOption .sel-search-box .select-box {
  width: 100%;
  height: 31px;
  margin: 0;
}

.lineTwo .optionWrap select.lineTwoSelect,
.lineTwo .sortAndOption select.lineTwoSelect {
  display: block;
  font-size: 13px;
}

.lineOne .optionWrap select.lineOneSelect,
.lineOne .sortAndOption select.lineOneSelect {
  display: block;
  font-size: 13px;
}

.optionWrap .lineOneORTwo,
.sortAndOption .lineOneORTwo {
  margin-left: 10px;
  display: flex;
  align-content: center;
  border: 1px solid #bababa;
  border-radius: 3px;
}

.optionWrap .lineOneORTwo button,
.sortAndOption .lineOneORTwo button {
  text-indent: -99999px;
  width: 30px;
  height: 30px;
  border-radius: 0;
}

.optionWrap .lineOneORTwo button.line-btn-Disabled,
.sortAndOption .lineOneORTwo button.line-btn-Disabled {
  pointer-events: none;
  background-color: #f6f6f6 !important;
}

.optionWrap .lineOneORTwo button.lineOne,
.sortAndOption .lineOneORTwo button.lineOne {
  background: url("./../image/common/icon_page_search_lineOne.png") 50% 50%
    no-repeat;
}

.optionWrap .lineOneORTwo button.lineOne:hover,
.optionWrap .lineOneORTwo button.lineOne.active,
.sortAndOption .lineOneORTwo button.lineOne:hover,
.sortAndOption .lineOneORTwo button.lineOne.active {
  background: url("./../image/common/icon_page_search_lineOne_hover.png") 50%
    50% no-repeat;
  /* 2023.11.30 웹 접근성 결함조치 */
  border: 2px solid #0094e9;
  height: 32px;
  border-radius: 3px 0 0 3px;
  /* ----- 2023.11.30 웹 접근성 결함조치 ----- */
}

.optionWrap .lineOneORTwo button.lineTwo,
.sortAndOption .lineOneORTwo button.lineTwo {
  background: url("./../image/common/icon_page_search_lineTwo.png") 50% 50%
    no-repeat;
}

.optionWrap .lineOneORTwo button.lineTwo:hover,
.optionWrap .lineOneORTwo button.lineTwo.active,
.sortAndOption .lineOneORTwo button.lineTwo:hover,
.sortAndOption .lineOneORTwo button.lineTwo.active {
  background: url("./../image/common/icon_page_search_lineTwo_hover.png") 50%
    50% no-repeat;
  /* 2023.11.30 웹 접근성 결함조치 */
  border: 2px solid #0094e9;
  height: 32px;
  border-radius: 0 3px 3px 0;
  /* ----- 2023.11.30 웹 접근성 결함조치 ----- */
}

.optionWrap .lineOneORTwo button:first-child,
.sortAndOption .lineOneORTwo button:first-child {
  border-right: 1px solid #e3e3e3;
}

/* .searchPageWrap.type_01 .optionWrap select,.searchPageWrap.type_01 .sortAndOption select{
    display: none;
} */
/* .searchPageWrap.type_01 .optionWrap .lineOneORTwo,.searchPageWrap.type_01 .sortAndOption .lineOneORTwo{
    display: none;
} */
/* 격자형 */
.searchPageWrap {
  position: relative;
}

.searchPageWrap.lineTwo .noticeListWrap_board {
  display: flex;
  flex-wrap: wrap;
}

.searchPageWrap.lineTwo .noticeListWrap_board .noticeBoard {
  position: relative;
  /* width: calc(33.333333333333333% - 13.333333333px); */
  width: 325px;
  margin-right: 20px;
  flex-shrink: 0;
  overflow: hidden;
}

.searchPageWrap.lineTwo .noticeListWrap_board .noticeBoard:nth-child(3n) {
  margin-right: 0;
}

.searchPageWrap.lineTwo .noticeListWrap_board .noticeBoard:last-child {
  margin-bottom: 20px !important;
}

.searchPageWrap.lineTwo
  .noticeListWrap_board
  .noticeBoard
  .boardContent
  .titleWrap {
  display: flex;
  justify-content: flex-start;
  align-items: start;
}

.searchPageWrap.lineTwo
  .noticeListWrap_board
  .noticeBoard
  .boardContent
  .titleWrap
  .title {
  line-height: 26px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  max-width: 100%;
}

.searchPageWrap.lineTwo
  .noticeListWrap_board
  .noticeBoard.active
  .boardContent
  .titleWrap
  .title
  span.highLight {
  color: #111;
}

.searchPageWrap.lineTwo
  .noticeListWrap_board
  .noticeBoard
  .noticeBoardLocation {
  display: none;
}

.searchPageWrap.lineTwo
  .noticeListWrap_board
  .noticeBoard.newContent
  .boardContent
  .titleWrap
  .title {
  max-width: calc(100% - 55px);
}

.searchPageWrap.lineTwo
  .noticeListWrap_board
  .noticeBoard.newContent
  .boardContent
  .titleWrap::after {
  content: "NEW";
  display: inline-block;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 600;
  height: 18px;
  line-height: 17px;
  background: #0094e9;
  border: 1px solid #0094e9;
  color: #fff;
  border-radius: 3px;
  padding: 0 7px;
  margin-left: 14px;
}

.searchPageWrap.lineTwo
  .noticeListWrap_board
  .noticeBoard.newContent.active
  .boardContent
  .titleWrap::after {
  border: 1px solid #fff;
  color: #fff;
  background: none;
}

.searchPageWrap.lineTwo
  .noticeListWrap_board
  .noticeBoard.newContent
  .boardContent
  .titleWrap
  .title::after {
  display: none;
}

.searchPageWrap.lineTwo .noticeListWrap_board .noticeBoard .boardTop {
  border-bottom: 0;
  padding-top: 24px;
  padding-bottom: 0;
}

.boardTop_link_wrap {
  display: flex;
  align-items: center;
}

.boardTopButton {
  margin-left: 10px;
  text-indent: -99999px;
}

.boardTop_link_wrap .boardTopButton:first-child {
  margin-left: 0 !important;
}

.searchPageWrap.lineTwo
  .noticeListWrap_board
  .noticeBoard
  .boardContent
  .expText {
  display: none;
}

.searchPageWrap.lineTwo .noticeListWrap_board .noticeBoard .boardContent {
  min-height: 130px;
}

.searchPageWrap.lineTwo .noticeListWrap_board .noticeBoard .boardFooter {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  height: 64px;
  padding: 0px 20px 0px 20px;
}

.searchPageWrap.lineTwo .noticeListWrap_board .noticeBoard {
  background: #fff;
  transition: background 0.4s;
}

.searchPageWrap.lineTwo .noticeListWrap_board .noticeBoard.active {
  background: #1047a1;
  border: 1px solid #1047a1;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
}

.searchPageWrap.lineTwo
  .noticeListWrap_board
  .noticeBoard
  .boardTop
  .boardTop_badge_wrap
  .badge.fileBadge {
  position: absolute;
  top: 25px;
  /* bottom: 84px; */
}

.searchPageWrap.lineTwo
  .noticeListWrap_board
  .noticeBoard.active
  .boardTop
  .boardTop_badge_wrap
  .badge.fileBadge {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: none;
  line-height: 21px;
}

.searchPageWrap.lineTwo
  .noticeListWrap_board
  .noticeBoard
  .boardContent
  .titleWrap
  .titleLinkWrap {
  position: absolute;
  bottom: 0px;
  height: 64px;
  width: 100%;
  left: 0;
  border-top: 1px solid #e3e3e3;
}

.searchPageWrap.lineTwo
  .noticeListWrap_board
  .noticeBoard.active
  .boardContent
  .titleWrap
  .titleLinkWrap {
  border-top: 0;
  z-index: 1;
}

.searchPageWrap.lineTwo
  .noticeListWrap_board
  .noticeBoard
  .boardContent
  .titleWrap
  .titleLinkWrap
  a {
  flex-grow: 1;
  margin-left: 0;
  text-align: center;
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: none;
}

.searchPageWrap.lineTwo
  .noticeListWrap_board
  .noticeBoard.active
  .boardContent
  .titleWrap
  .titleLinkWrap
  a:hover {
  background: rgba(255, 255, 255, 0.12);
}

.searchPageWrap.lineTwo
  .noticeListWrap_board
  .noticeBoard.active
  .boardContent
  .titleWrap
  .titleLinkWrap
  a:last-child {
  border-right: 0;
}

.searchPageWrap.lineTwo
  .noticeListWrap_board
  .titleLinkWrap
  a.previewLink::before {
  background: url(./../image/common/icon_page_search_preview_lineTwo.png);
}

.searchPageWrap.lineTwo
  .noticeListWrap_board
  .titleLinkWrap
  a.downloadLink::before {
  background: url(./../image/common/icon_page_search_download_lineTwo.png);
}

.searchPageWrap.lineTwo
  .noticeListWrap_board
  .titleLinkWrap
  a.uploadLink::before {
  background: url(./../image/common/icon_page_search_upload_lineTwo.png);
}

.searchPageWrap.lineOne button.lineTwoCloseBtn {
  display: none;
}

.searchPageWrap.lineTwo .noticeBoard button.lineTwoCloseBtn {
  display: none;
}

.searchPageWrap.lineTwo .noticeBoard.active button.lineTwoCloseBtn {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 28px;
  right: 25px;
  background: url("./../image/common/icon_page_search_close_lineTwo.png");
}

button.lineTwoPlusBtn {
  display: none;
}

.searchPageWrap.lineTwo .noticeBoard button.lineTwoPlusBtn {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 28px;
  right: 25px;
  background: url("./../image/common/search_page_plus.png");
  z-index: 2;
}

.searchPageWrap.lineTwo .noticeBoard.active button.lineTwoPlusBtn {
  display: none;
}

/* 격자 클릭시 */
.searchPageWrap.lineTwo
  .noticeListWrap_board
  .noticeBoard.active
  .boardTop
  .bookMark {
  display: block;
}

.searchPageWrap.lineTwo .noticeListWrap_board .noticeBoard.active .title {
  color: #fff;
  font-weight: 500;
}

.searchPageWrap.lineTwo
  .noticeListWrap_board
  .noticeBoard.active
  .boardContent
  .titleWrap
  .titleLinkWrap
  a {
  display: flex;
  flex: 1;
}

.searchPageWrap.lineTwo .noticeListWrap_board .noticeBoard.active .viewsCount {
  display: none;
}

.searchPageWrap.lineTwo .noticeListWrap_board .noticeBoard.active .BoardInfo {
  display: none;
}

.searchPageWrap.lineTwoImage.lineTwo
  .noticeListWrap_board
  .noticeBoard.active
  .BoardInfo {
  display: block;
}

.searchPageWrap.lineTwo
  .noticeListWrap_board
  .noticeBoard
  .boardFooter
  .leftInfoWrap
  .counter:nth-child(2) {
  border-right: 0;
}

.searchPageWrap.lineTwo
  .noticeListWrap_board
  .noticeBoard
  .boardFooter
  .leftInfoWrap
  .counter.volumeCount {
  position: absolute;
  bottom: 88px;
  left: 62px;
  border-right: 0;
  color: #fff;
  padding: 0;
  display: none;
}

.searchPageWrap.lineTwo
  .noticeListWrap_board
  .noticeBoard
  .boardFooter
  .leftInfoWrap
  .counter.volumeCount
  img {
  display: none;
}

.searchPageWrap.file-data.lineTwo .noticeBoard.active .badge {
  background: none !important;
  padding: 0;
  text-align: left;
}

/* .searchPageWrap.lineTwoImage.lineTwo .noticeBoard.active .badge{
    background: noneant;
    padding: 0;
    text-align: left;
} */
.searchPageWrap.lineTwo .noticeBoard.active .badge.fileBadge {
  opacity: 1;
  text-align: center;
}

.searchPageWrap.lineTwo .noticeBoard.active .boardFooter .date {
  opacity: 0;
}

.searchDetailWrap {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 4;
  left: 0;
  top: 122px;
  border-radius: 3px;
  border: 1px solid #1047a1;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}

.searchDetailWrap .searchDetailWrapInner {
  display: block;
  padding: 40px;
}

.detailTabHeader {
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 3px 3px 0px 0px;
}

.detailTabHeader.New {
  height: 50px;
  width: 1092px;
  margin: 0 auto 27px auto;
}

.detailTabHeader .detailTabHeaderItem {
  height: 40px;
  line-height: 40px;
  width: 50%;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  color: #777777;
  cursor: pointer;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  position: relative;
}

.detailTabHeader.New .detailTabHeaderItem {
  height: inherit;
  line-height: 50px;
  background-color: #fff;
}

.detailTabHeader .detailTabHeaderItem:first-child {
  border-left: 1px solid #cccccc;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.detailTabHeader .detailTabHeaderItem:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.detailTabHeader .detailTabHeaderItem.active {
  background: #555555;
  color: #fff;
  font-weight: 600;
  border: 1px solid #555555;
}

.detailTabHeader.New .detailTabHeaderItem.active {
  border: none;
}

.detailTabHeader.New .detailTabHeaderItem.active {
  background: #0094e9;
}

.detailTabHeaderItem02 .tooltipWrap {
  position: relative;
  display: inline-block;
  cursor: default;
}

.detailTabHeaderItem02 .tooltipWrap .tooltipButton {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  text-indent: -99999px;
  margin-top: -2px;
  margin-left: 4px;
  background: url("./../image/common/icon_search_page_tabTooltip_gray.png") 0 0/100%
    auto no-repeat;
  transition: background 0.4s;
}

.detailTabHeaderItem02.active .tooltipWrap .tooltipButton {
  background: url("./../image/common/icon_search_page_tabTooltip.png") 0 0/100%
    auto no-repeat;
}

.detailTabHeaderItem02.active .tooltipWrap .tooltipButton.active {
  background: url("./../image/common/icon_search_page_tabTooltip_gray_active.png")
    0 0/100% auto no-repeat;
}

.detailTabHeaderItem02 .tooltipWrap .tooltipContent {
  position: absolute;
  width: 312px;
  height: 115px;
  background: url("./../image/common/page_search_tooltipBubble.png");
  z-index: 101;
  display: none;
  left: 15px;
  transform: translateX(-50%);
  top: 30px;
  padding: 45px 30px 20px;
}

.detailTabHeaderItem02 .tooltipWrap .tooltipContent p.content {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #444444;
  word-break: keep-all;
  text-align: left;
}

.detailTabHeaderItem02 .tooltipWrap .closeButton {
  display: block;
  position: absolute;
  text-indent: -99999px;
  width: 13px;
  height: 13px;
  background: url("./../image/common/icon_search_close02.png");
  right: 30px;
  top: 30px;
}

.detailTab .tableType01 {
  border: 1px solid #cccccc;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  border-collapse: separate;
}

.detailTab .tableType01 tr {
  height: unset;
}

.detailTab .tableType01 th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 0;
  background: #fbfbfb;
  text-align: left;
  font-weight: 600;
  font-size: 15px;
  color: #111111;
  padding: 0 12px;
  height: 34px !important;
}

.detailTab .tableType01 tr th:last-child {
  border-right: 0;
}

.detailTab .tableType01 tr td:last-child {
  border-right: 0;
}

.detailTab .tableType01 td {
  padding: 6px;
  border-right: 1px solid #cccccc;
  height: 130px;
}

.detailTab .detailTabInner_02 .tableType01 td {
  height: 405px !important;
}

.detailTab .tableType01 tr td .checkBoxWrap {
  overflow-y: auto;
  height: 100%;
  padding: 5px;
}

.detailTab .tableType01 tr td .checkBoxWrap.n2 {
  height: calc(100% - 46px);
}

.detailTab .tableType01 tr td .checkBoxWrap .checkList {
  display: flex;
  height: 27px;
  align-items: center;
}

.detailTab .tableType01 tr td .checkBoxWrap .checkList input {
  top: 0px !important;
}

.detailTab .tableType01 tr td .checkBoxWrap .checkList input.disabled {
  background: #f3f3f3;
  pointer-events: none;
}

.detailTab .tableType01 tr td .checkBoxWrap .checkList input.disabled + label {
  color: #999;
  pointer-events: none;
}

.detailTab .tableType01 tr td .checkBoxWrap .checkList label {
  font-size: 14px;
  font-weight: 500;
  color: #444444;
  line-height: 28px;
}

.detailTab .tableType01 tr td .checkBoxWrap::-webkit-scrollbar {
  width: 5px;
}

.detailTab .tableType01 tr td .checkBoxWrap::-webkit-scrollbar-thumb {
  background: #ccc;
}

.detailTab .tableType02 {
  border: 1px solid #cccccc;
  border-top: 0;
  border-radius: 3px;
  border-collapse: separate;
  margin-top: 20px;
}

.detailTab .tableType02 tr {
  height: unset;
}

.detailTab .tableType02 th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #cccccc;
  background: #f7fafe;
  text-align: left;
  font-weight: 600;
  font-size: 15px;
  color: #111111;
  padding: 0 12px;
  height: 34px !important;
}

.detailTab .tableType02 tr th:last-child {
  border-right: 0;
}

.detailTab .tableType02 tr td:last-child {
  border-right: 0;
}

.detailTab .tableType02 td {
  border-right: 1px solid #cccccc;
  height: 130px;
}

.detailTab .tableType02 td .tdInnerWrap {
  height: 130px;
  padding: 2px 6px;
  overflow-y: auto;
}

.detailTab .tableType02 tr td .tdInnerWrap::-webkit-scrollbar {
  width: 5px;
}

.detailTab .tableType02 tr td .tdInnerWrap::-webkit-scrollbar-thumb {
  background: #ccc;
}

.dateSelect {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 58px;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin-top: 20px;
  padding-right: 14px;
}

.dateSelect .dateSelectWrap {
  display: flex;
}

.dateSelect .dateSelectWrap .dateSelectItem input {
  display: none;
}

.dateSelect .dateSelectWrap .dateSelectItem input:checked + label {
  color: #1047a1;
  font-weight: 600;
  transition: all 0.4s;
}

.dateSelect .dateSelectWrap .dateSelectItem label {
  padding: 0 15px;
  border-right: 1px solid #ccc;
  font-size: 15px;
  font-weight: 500;
  color: #444444;
}

.dateSelect .dateSelectWrap .dateSelectItem:last-child label {
  border-right: 0;
}

.dateSelect .datePickerWrap {
  display: flex;
  justify-content: flex-end;
  width: calc(50% - 14px);
  height: 32px;
  padding-left: 14px;
}

.dateSelect .datePickerWrap input {
  height: 32px;
  outline: none;
  position: relative;
  padding: 0 8px;
  cursor: pointer;
  width: 294px;
  font-size: 14px;
}

.dateSelect .datePickerWrap input.disabled {
  background: #f6f6f6;
  color: #999;
  pointer-events: none;
}

.dateSelect .datePickerWrap .asc {
  align-self: center;
  margin: 0 5px;
}

.dateSelect .datePickerWrap input:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 22px;
  background: url("../image/common/icon_datepicker.png") no-repeat center
    center/auto;
  transform: translateY(-50%);
  z-index: 0;
}

.dateSelect .title {
  text-align: center;
  width: 160px;
  border-right: 1px solid #cccccc;
  font-size: 15px;
  font-weight: 600;
  color: #222222;
}

.ui-datepicker-calendar > tbody > tr,
.ui-datepicker-calendar > thead > tr {
  height: auto !important;
  border: 0;
}

.searchPageWrap .detailFooter {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid #cccccc;
  display: flex;
  justify-content: center;
}

.searchPageWrap .detailFooter button {
  margin: 0 5px;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
  font-weight: 600;
}

.searchPageWrap .detailFooter button.selectReset {
  border: 1px solid #555555;
}

.searchPageWrap .detailFooter button.selectReset:hover {
  background: #efefef;
}

.searchPageWrap .detailFooter button.selectReset::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("./../image/common/icon_page_search_selectReset.png");
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 8px;
}

.searchPageWrap .detailFooter button.selectSearch {
  background: #0094e9;
  border: 1px solid #0094e9;
  color: #fff;
  min-width: 93px;
}

.searchPageWrap .detailFooter button.selectSearch:hover {
  background: #1769bd;
  border: 1px solid #1769bd;
  color: #fff;
}

.detailTabInner {
  display: none;
}

.detailTabInner.active {
  display: block;
}

.tableType02 td {
  vertical-align: top;
  padding: 6px !important;
}

.tableType02Selector {
  height: 100%;
}

.tableType02Selector .SelectorRadioItem {
  width: 100%;
}

.tableType02Selector .SelectorRadioItem input {
  display: none;
}

.tableType02Selector .SelectorRadioItem label {
  display: block;
  width: 100%;
  line-height: 30px;
  padding-left: 0;
}

.tableType02Selector .SelectorRadioItem input:checked + label {
  color: #0094e9;
  font-weight: 600;
  background: url("./../image/common/icon_page_search_radioRight.png") right 50%
    no-repeat;
}

.tableType02Selector .SelectorRadioItem input.all_radio:checked + label {
  background: none;
}

.firstText {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  text-align: center;
  padding: 20px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.active.firstText {
  display: none;
}

.SelectTd_04 label {
  background: none !important;
}

.detailTabInner_02 .inputBox {
  width: 100%;
  padding: 0 3px;
  margin-bottom: 6px;
  position: relative;
}

.detailTabInner_02 .inputBox .projectNameInputSubmitButton {
  position: absolute;
  text-indent: -99999px;
  width: 14px;
  height: 14px;
  background: url("./../image/common/icon_page_search_projectZoom.png");
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.detailTabInner_02 .inputBox .projectNameInputDeleteButton {
  position: absolute;
  text-indent: -99999px;
  width: 12px;
  height: 12px;
  background: url("./../image/common/icon_search_close02.png") 0 0 /100% auto no-repeat;
  right: 38px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.detailTabInner_02 .inputBox .projectNameInputDeleteButton.active {
  display: block;
}

.detailTabInner_02 input.projectNameInput {
  height: 32px;
  line-height: 32px;
  padding: 0px 62px 0 14px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #bababa;
  outline: none;
  position: relative;
}

.searchDetailWrap .detailHeader .btn {
  min-width: 66px;
  height: 28px;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 400;
  border: 1px solid #555;
  color: #222;
  background-color: #fff;
}

.searchDetailWrap .detailHeader .btn:hover {
  background-color: #efefef;
}

/* .searchDetailWrap .searchDetail-con:not(:first-child){margin-top: 50px;} */
/* .searchDetailWrap .detailHeader {padding-bottom: 10px; justify-content: space-between; align-items: baseline; border-bottom: 1px solid #ccc;} */
.searchDetailWrap .detailHeader {
  padding-bottom: 14px;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid #ccc;
}

.searchDetailWrap .detailHeader .left {
  align-items: flex-end;
}

.searchDetailWrap .detailHeader .tit {
  margin-right: 12px;
  font-size: 19px;
  font-weight: 600;
  color: #111;
}

.searchDetailWrap .detailHeader .left p {
  font-size: 13px;
  font-weight: 500;
  color: #444;
}

.searchDetailWrap .detailBody {
  height: 100%;
  padding-top: 20px;
}

.searchDetailWrap .searchDetail-con .chk-area ul {
  display: flex;
  flex-wrap: wrap;
}

.searchDetailWrap .searchDetail-con .chk-area label {
  font-size: 15px;
}

.bookMark-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bookMark-list li:not(:first-child) {
  margin-top: 10px;
}

.bookMark-list li .top {
  justify-content: left;
  order: 2;
  font-size: 12px;
  margin-bottom: 6px;
  padding: 0;
}

.bookMark-list li .top .noticeBoardLocation {
  display: flex;
  color: #666;
}

.bookMark-list li .top .noticeBoardLocation .dep {
  color: inherit;
  font-weight: 400;
}

.bookMark-list li .bottom {
  border-top: none;
}

.bookMark-list li .bottom .titleWrap {
  width: 100%;
}

.bookMark-list li .bottom .tit {
  font-size: 16px;
  color: #111;
  font-weight: 500;
}

.bookMark-list li .remove_btn {
  position: relative;
}

.bookMark-list li .bookMark-disabled {
  cursor: default;
}

.bookMark-list li .bookMark-disabled .dep,
.bookMark-list li .bookMark-disabled .tit {
  color: #ccc !important;
}

.searchPageWrap.design_support_service .searchDetailWrap .searchDetailWrapInner,
.searchPageWrap.dataset .searchDetailWrap .searchDetailWrapInner {
  display: flex;
}

.searchPageWrap.design_support_service .searchDetailWrap .searchDetail-con,
.searchPageWrap.dataset .searchDetailWrap .searchDetail-con {
  width: 50%;
}

.searchPageWrap.design_support_service .searchDetailWrap .searchDetail-con01,
.searchPageWrap.dataset .searchDetailWrap .searchDetail-con01 {
  padding-right: 24px;
}

.searchPageWrap.design_support_service
  .searchDetailWrap
  .searchDetail-con01
  .chk-area
  ul
  li:nth-child(1),
.searchPageWrap.dataset
  .searchDetailWrap
  .searchDetail-con01
  .chk-area
  ul
  li:nth-child(1) {
  width: 100%;
}

.searchPageWrap.design_support_service .searchDetailWrap .searchDetail-con02,
.searchPageWrap.dataset .searchDetailWrap .searchDetail-con02 {
  padding-left: 24px;
  margin-top: 0;
}

.searchPageWrap.design_support_service .searchDetail-con01 .chk-area li,
.searchPageWrap.dataset .searchDetail-con01 .chk-area li {
  width: calc(33.333% - 8px);
  margin: 0 8px 9px 0;
}

.searchPageWrap.design_support_service .searchDetail-con02 .x-scroll,
.searchPageWrap.dataset .searchDetail-con02 .x-scroll {
  max-height: 196px;
}

/* 상세조건 */
/* 페이지네이션 */
/* pagenation */
.pagenation {
  margin-top: 30px;
  position: relative;
  display: block;
  width: auto;
  text-align: center;
  font-size: 12px;
}

.pagenation::after,
.pagenation ul::after,
.pagenation ul li::after {
  content: "";
  display: block;
  clear: both;
}

.pagenation ul {
  display: inline-block;
  width: auto;
}

.pagenation ul li {
  float: left;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}

/* 비활성화 */
.pagenation ul li.disabled a {
  pointer-events: none;
}

.pagenation ul li.disabled a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}

/* 비활성화 */
.pagenation ul li:last-child {
  border-right: 1px solid #e6e6e6;
}

.pagenation ul li a {
  display: block;
  color: #666666;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.pagenation ul li.on {
  background: #666666;
  border: 1px solid #666;
}

.pagenation ul li.on + li {
  border-left: 1px solid #666;
}

.pagenation ul li.on a {
  color: #fff;
}

.pagenation ul li.btn_page_prev,
.pagenation ul li.btn_page_next,
.pagenation ul li.btn_page_first,
.pagenation ul li.btn_page_last {
  text-indent: -99999px;
  overflow: hidden;
}

.pagenation ul li.btn_page_prev a,
.pagenation ul li.btn_page_next a {
  width: 32px;
  height: 32px;
}

.pagenation ul li:first-child {
  border-radius: 3px 0px 0px 3px;
}

.pagenation ul li:last-child {
  border-radius: 0px 3px 3px 0px;
}

.pagenation ul li.btn_page_prev a {
  background: url("../image/common/icon_page_arrow.png") 50% 50%/8px 13px
    no-repeat;
}

.pagenation ul li.btn_page_next a {
  background: url("../image/common/icon_page_arrow.png") 50% 50%/8px 13px
    no-repeat;
  transform: rotate(180deg);
}

.pagenation ul li.btn_page_first a {
  background: url("../image/common/icon_page_first_arrow.png") 50% 50%/13px 13px
    no-repeat;
}

.pagenation ul li.btn_page_last a {
  background: url("../image/common/icon_page_first_arrow.png") 50% 50%/13px 13px
    no-repeat;
  transform: rotate(180deg);
}

/* 페이지네이션 */
.projectInputTarget .projectTargetItem {
  display: none;
}

.projectInputTarget .projectTargetItem.active {
  display: block;
}

.KeywordBox.popularSearchRank .KeywordBox_body {
  display: none;
}

.KeywordBox.popularSearchRank .KeywordBox_body.active {
  display: block;
}

.aiPreSearch {
  width: 100%;
  height: 600px;
  border-radius: 3px;
  border: 1px solid #cccccc;
}

.aiPreSearch p.n1::before {
  content: "";
  display: block;
  width: 70px;
  height: 75px;
  background: url("./../image/common/icon_page_search_aiNoneResult.png");
  margin: 0 auto 25px;
}

.aiPreSearch p.n1 {
  position: relative;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 500;
  color: #111111;
  line-height: 32px;
}

/* 평가하기 팝업 */
.evaluationPopup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2001;
  display: none;
}

.evaluationPopup .evaluationPopupInner {
  padding: 20px 30px;
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 3px;
  width: 638px;
}

.popupTop {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #1047a1;
  padding-bottom: 9px;
  width: calc(100% - 5px);
  align-items: center;
}

.popupTop p {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #1047a1;
}

.popupTop .popupRightClose {
  text-indent: -999999px;
  width: 17px;
  height: 17px;
  background: url("./../image/common/icon_search_close02.png") 0 0/100% auto
    no-repeat;
  margin-right: 6px;
}

.evaluationPopup .popupContent {
  margin-top: 20px;
}

.evaluationPopup .popupContent p.n1 {
  padding: 20px;
  background: #f0f5fb;
  border-radius: 3px;
  color: #111111;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}

.evaluationPopup .radioWrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding: 0 20px;
}

.evaluationPopup .inputArea {
  margin-top: 20px;
  height: 146px;
}

.evaluationPopup .inputArea textarea {
  pointer-events: none;
  background: #f6f6f6;
  color: #999;
  pointer-events: none;
}

.evaluationPopup .inputArea.active textarea {
  pointer-events: all;
  background: #fff;
  color: #444;
}

.evaluationPopup .inputArea textarea {
  height: 100%;
}

.evaluationPopup .inputArea textarea::-webkit-scrollbar {
  width: 5px;
}

.evaluationPopup .inputArea textarea::-webkit-scrollbar-thumb {
  background: #ccc;
}

.evaluationPopup .radioWrap .radioItem {
  font-size: 15px;
  font-weight: 500;
  color: #444444;
  display: flex;
  align-content: center;
}

.evaluationPopup .radioWrap .radioItem:not(:last-child) {
  margin-right: 30px;
}

.evaluationPopup .radioWrap .radioItem input {
  margin-right: 4px;
}

.buttonFlexWrap {
  margin-top: 45px;
  display: flex;
  justify-content: center;
}

.buttonFlexWrap .btn {
  margin: 0 4px;
  display: block;
  width: 80px;
  height: 34px;
  line-height: 34px;

  font-size: 15px;
  font-weight: 500;
}

.buttonFlexWrap .popupCancle {
  color: #022222;
  border: 1px solid #555555;
}

.buttonFlexWrap .popupLink {
  background: #0094e9;
  color: #fff;
}

.buttonFlexWrap .popupCancle:hover {
  background: #efefef;
}

.buttonFlexWrap .popupLink:hover {
  background: #1769bd;
}

/* 평가하기 팝업 */
/* 요약 리포트 팝업 */
.reportPopup.popupWrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2001;
}

.reportPopup.popupWrap .reportPopupInner {
  padding: 20px 15px 20px 20px;
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 3px;
  width: 1076px;
}

.reportPopup.popupWrap .reportPopupInner .dataTitle {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 51px;
  color: #111111;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  padding: 0 17px;
}

.popupWrap .scroll-table {
  overflow-y: auto;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.reportPopup.popupWrap .scroll-table {
  max-height: 360px;
}

.reportPopup.popupWrap .scroll-table table tr:first-child th,
.reportPopup.popupWrap .scroll-table table tr:first-child td {
  border-top: none;
}

.reportPopup.popupWrap .scroll-table table tr:last-child th,
.reportPopup.popupWrap .scroll-table table tr:last-child td {
  border-bottom: none;
}

.reportPopup.popupWrap .reportPopupInner tr {
  height: 50px;
}

.reportPopup.popupWrap .reportPopupInner th {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #e3e3e3;
  padding: 8px 20px;
}

.reportPopup.popupWrap .reportPopupInner td {
  font-size: 15px;
  line-height: 22px;
  border: 1px solid #e3e3e3;
  padding: 8px 20px;
}

.reportPopup.popupWrap .sameDataWrap {
  margin-top: 30px;
}

.reportPopup.popupWrap .sameDataWrap > p.title {
  margin-left: 6px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #111111;
}

/* 요약 리포트 팝업 */
/* 요약리포트 슬라이드 */
.reportPopup.popupWrap .popupContent {
  max-height: 800px;
  overflow-y: auto;
  padding-right: 5px;
}

.reportPopup.popupWrap .popupContent::-webkit-scrollbar {
  width: 5px;
}

.reportPopup.popupWrap .popupContent::-webkit-scrollbar-thumb {
  background: #ccc;
}

.sameDataWrap .slideWrap {
  width: 100%;
  overflow: hidden;
}

.sameDataWrap .slideWrap ul {
  display: flex;
  position: relative;
}

.sameDataWrap .slideWrap ul li {
  border: 1px solid #cccccc;
  border-radius: 3px;
  width: 330px;
  margin-right: 20px;
  flex-shrink: 0;
  padding: 15px 20px;
  height: 116px;
  position: relative;
  transition: border 0.4s, background 0.4s;
  cursor: pointer;
}

.sameDataWrap .slideWrap ul li.active,
.sameDataWrap .slideWrap ul li:hover {
  border: 1px solid #1047a1;
  background: #f9fcff;
}

.sameDataWrap .slideWrap ul li.active p {
  transition: all 0.4s;
  color: #1047a1 !important;
}

.sameDataWrap .slideWrap ul li p.title {
  height: 64px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
}

.sameDataWrap .slideWrap ul li p.date {
  display: flex;
  justify-content: end;
  font-size: 13px;
  color: #777777;
  font-weight: 500;
}

.reportPopup.popupWrap {
  display: none;
}

.reportPopup.popupWrap .sameDataWrap .slideBtns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.reportPopup.popupWrap .sameDataWrap .slideBtns button.prevButton {
  width: 35px;
  height: 35px;
  background: url("./../image/common/page_search_next.png");
  background-repeat: no-repeat;
  transform: rotate(180deg);
  margin: 0 20px;
}

.reportPopup.popupWrap .sameDataWrap .slideBtns button.nextButton {
  width: 35px;
  height: 35px;
  background: url("./../image/common/page_search_next.png");
  margin: 0 20px;
}

.reportPopup.popupWrap .sameDataWrap .slideBtns button.disable {
  pointer-events: none;
  opacity: 0.5;
}

.reportPopup.popupWrap .sameDataWrap .slideBtns .nowSlide {
  font-weight: 600;
  font-size: 14px;
  color: #0094e9;
  padding: 0 8px 0 5px;
  min-width: 35px;
  border-right: 1px solid #d4d4d4;
}

.reportPopup.popupWrap .sameDataWrap .slideBtns .wholeSlide {
  font-size: 14px;
  font-weight: 500;
  color: #444444;
  padding: 0 5px 0 8px;
  min-width: 35px;
}

/* 요약리포트 슬라이드 */
.lineTwoImage .loadingProgress,
.tutorialService-list .loadingProgress {
  display: block;
  margin: 20px auto;
  width: 50px;
  height: 50px;
  background: url("./../image/common/loading.png") 0 0/100% auto no-repeat;
  animation: loadingProgress 4s linear infinite;
  transform-origin: 50% 50%;
}

.lineTwoImage .loadingProgress.active,
.tutorialService-list .loadingProgress.active {
  display: block;
}

@keyframes loadingProgress {
  100% {
    transform: rotate(360deg);
  }
}

/* 엔지니어링 공공데이터셋 서비스 검색 */
.searchPageWrap.DataSetPage .searchBox.type_02 .line .searchButton {
  width: 31px;
  height: 31px;
  background-size: 50%;
}

.searchPageWrap.DataSetPage .search_page_middle {
  border-top: 1px solid #1047a1 !important;
}

.searchPageWrap.DataSetPage .searchBox.type_02 .line > * {
  margin-left: 10px;
}

.searchPageWrap.DataSetPage .search_page_top {
  padding-bottom: 40px;
}

.searchPageWrap .bar .selectType {
  min-width: 140px;
}

.searchPageWrap.DataSetPage .bar .selectType {
  position: absolute;
  height: 100%;
  z-index: 4;
}

.searchPageWrap.DataSetPage .bar .selectType select {
  height: 100%;
  width: 100%;
  border: 0;
  outline: none;
  padding: 0 40px 0 25px;
  font-size: 19px;
  font-weight: 500;
  color: #444444;
}

.searchPageWrap.DataSetPage .bar .selectType select option {
  font-size: 14px;
}

.searchPageWrap.DataSetPage .bar .mainInput {
  position: relative;
  padding-left: 182px !important;
}

.searchPageWrap.DataSetPage .selectItemWrap {
  width: 810px;
}

.searchPageWrap.DataSetPage .searchOption {
  display: flex;
  min-height: 74px;
  height: 100%;
  align-items: center;
  flex-wrap: wrap;
}

.searchPageWrap.DataSetPage .searchOption .selectWrap {
  display: flex;
  margin-left: 40px;
  flex-wrap: wrap;
  width: 80%;
  align-items: center;
  padding: 15px 0 20px 0px;
}

.searchPageWrap.DataSetPage .searchOption .selectWrap.slectWrap02 {
  margin-left: 188px;
  padding: 0 0 20px 0;
  margin-top: -8px;
  border-top: 1px solid #d1d1d1;
  padding-top: 7px;
  width: 100%;
}

.searchPageWrap.DataSetPage .searchOption .selectWrap.slectWrap02 .optionItem {
  width: 100px;
}

.searchPageWrap.DataSetPage .dataClassify .selectWrap.slectWrap02 label {
  font-size: 14px;
}

.searchPageWrap.DataSetPage
  .dataClassify
  .selectWrap.slectWrap02
  input:checked
  + label {
  background: #528c00;
  border: 1px solid #528c00;
  color: #fff;
}

.searchPageWrap.DataSetPage .searchOption .selectWrap.dateSet {
  justify-content: space-between;
}

.searchPageWrap.DataSetPage .searchOption .title {
  font-size: 17px;
  font-weight: 600;
  color: #1047a1;
  line-height: 32px;
  width: 148px;
  padding-left: 20px;
  border-right: 1px solid #b2b2b2;
}

.searchPageWrap.DataSetPage .searchOption .radioWrap {
  display: flex;
}

.searchPageWrap.DataSetPage .searchOption .radioWrap input {
  display: none;
}

.searchPageWrap.DataSetPage .searchOption .radioWrap label {
  padding: 0 17px;
  border-right: 1px solid #cccccc;
  font-size: 15px;
  font-weight: 500;
  color: #444444;
  transition: color 0.4s;
}

.searchPageWrap.DataSetPage .searchOption .radioWrap input:checked + label {
  font-weight: 600;
  color: #0094e9;
}

.searchPageWrap.DataSetPage
  .searchOption
  .radioWrap
  .radioItem:last-child
  label {
  border-right: 0;
}

.searchPageWrap.DataSetPage .searchOption.border-bottom-2px:first-child {
  border-bottom: 2px solid #ccc;
}

.searchPageWrap.DataSetPage .dataClassify input {
  display: none;
}

.searchPageWrap.DataSetPage .dataClassify input.DataSetinput {
  display: block;
}

.searchPageWrap.DataSetPage .dataClassify label {
  border: 1px solid #d1d1d1;
  margin-right: 8px;
  flex-shrink: 0;
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  line-height: 31px;
  border-radius: 3px;
  color: #777777;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.searchPageWrap.DataSetPage .dataClassify input:checked + label {
  background: #0094e9;
  border: 1px solid #0094e9;
  color: #fff;
}

.searchPageWrap.DataSetPage .ECMSortWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #939393;
  border-top: 1px solid #e1e1e1;
  margin-bottom: 34px;
}

.searchPageWrap.DataSetPage .ECMSortWrap select {
  width: 128px;
  font-size: 20px;
  font-size: 13px;
  font-weight: 500;
  color: #444444;
  outline: none;
}

.searchPageWrap.DataSetPage .search_page_content {
  display: block;
}

.searchPageWrap.DataSetPage .lengthResearchWrap {
  display: flex;
}

.searchPageWrap.DataSetPage .ECMSortWrap .researchBox {
  margin-left: 8px;
  width: 330px;
  position: relative;
}

.searchPageWrap.DataSetPage .ECMSortWrap .researchBox input {
  outline: none;
  padding-right: 62px;
}

.searchPageWrap.DataSetPage .ECMSortWrap .researchBox .researchSend {
  position: absolute;
  width: 17px;
  height: 16px;
  background: url("./../image/common/icon_search_page_zoom02.png") 0 0/100% auto
    no-repeat;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.searchPageWrap.DataSetPage .ECMSortWrap .researchBox .researchDelete {
  position: absolute;
  width: 14px;
  height: 14px;
  background: url("./../image/common/icon_search_close02.png") 0 0/100% auto
    no-repeat;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.searchPageWrap.DataSetPage .ECMSortWrap .researchBox .researchDelete.active {
  display: block;
}

.searchPageWrap.DataSetPage .searchOption .selectWrap .datePickerWrap {
  margin-right: 20px;
}

.searchPageWrap.DataSetPage
  .searchOption
  .selectWrap
  .datePickerWrap
  .datepicker {
  width: 290px;
}

.searchPageWrap.DataSetPage .searchOption .selectWrap .datePickerWrap div {
  position: relative;
}

.searchPageWrap.DataSetPage .searchOption .selectWrap .datePickerWrap .asc {
  align-self: center;
  margin: 0 10px;
}

.searchPageWrap.DataSetPage .datePickerWrap input.disabled {
  background: #f6f6f6;
  color: #999;
  pointer-events: none;
}

.systemPopupBackground .unLoginAlertPopupClose:hover {
  background: #efefef;
}

.systemPopupBackground .unLoginAlertPopupLoginLink:hover {
  background: #1769bd;
}

.searchPageWrap.DataSetPage .noticeBoardLocation .dep.ellipsis {
  margin-right: -4px;
}

.searchPageWrap.DataSetPage .search_page_top .input_box .mainInput {
  display: none;
}

.searchPageWrap.DataSetPage .search_page_top .input_box .mainInput.active {
  display: block;
}

.searchPageWrap.DataSetPage .search_page_middle {
  padding: 0 40px;
  border: 1px solid #1047a1;
  border-radius: 4px;
  box-shadow: 0 10px 13px -5px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s;
}

.searchPageWrap.DataSetPage .searchBox.type_02 {
  margin-top: 3px;
  border: none;
  padding: 20px;
  width: 100%;
  padding-top: 0;
}

.searchPageWrap.DataSetPage .searchBox.type_02 .line {
  display: flex;
  justify-content: space-between;
  padding: 15px 0px;
  border-bottom: none;
  margin-bottom: -20px;
}

.searchPageWrap.DataSetPage .searchBox.type_02 .line .dateRadio {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.searchPageWrap.DataSetPage .searchBox.type_02 .line .dateRadio input {
  display: none;
}

.searchPageWrap.DataSetPage .searchBox.type_02 .line .dateRadio label {
  padding: 0 20px;
  border-right: 1px solid #cccccc;
}

.searchPageWrap.design_support_service .search_page_top .bar.type_02 {
  width: 1358px;
  max-width: none;
  padding: 0;
  background-color: #f0f0f0;
  border-radius: 0 0 4px 4px;
  position: relative;
  min-height: 70px;
}

.searchPageWrap.design_support_service
  .search_page_top
  .bar.type_02
  .title.title02 {
  font-size: 15px;
  font-weight: 600;
  color: #1047a1;
  line-height: 32px;
  width: 148px;
  padding-left: 20px;
  border-right: 1px solid #b2b2b2;
  margin-top: 18px;
  margin-left: 39px;
  margin-bottom: 18px;
}

.searchPageWrap.DataSetPage .btn_set {
  width: 31px;
  height: 31px;
  margin-left: auto;
  margin-top: 20px;
  margin-right: 20px;
  background: url(../image/setting-icon02.png) no-repeat center center #1047a1;
}

.searchPageWrap.DataSetPage .searchDetailWrap {
  top: 70px !important;
}

.searchPageWrap.DataSetPage .search_page_content {
  border-top: none !important;
}

.searchPageWrap.DataSetPage .btn_set.isCondition::before {
  left: 4px;
  top: 4px;
}

.DataSet_txt_area {
  padding: 14px 15px;
  width: 83%;
}

.DataSet_txt_area p {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #555;
  word-break: keep-all;
  padding: 5px 14px;
}

.DataSet_txt_area p.placeholder_txt {
  font-size: 14px;
}

.DataSet_txt_area p button {
  display: inline-block;
  margin-left: 15px;
  background: url(../image/remove_btn-icon.png) no-repeat center center;
  width: 13px;
  height: 13px;
}

/* ECM 검색 */
/* .searchPageWrap.ECMSearchPage .search_page_middle{
    padding: 0 40px;
    border-top: 1px solid #1047a1;
} */
.searchPageWrap .bar .selectType {
  min-width: 140px;
}

.searchPageWrap.ECMSearchPage .bar .selectType {
  position: absolute;
  height: 100%;
  z-index: 4;
}

.searchPageWrap.ECMSearchPage .bar .selectType select {
  height: 100%;
  width: 100%;
  border: 0;
  outline: none;
  padding: 0 40px 0 25px;
  font-size: 19px;
  font-weight: 500;
  color: #444444;
}

.searchPageWrap.ECMSearchPage .bar .selectType select option {
  font-size: 14px;
}

.searchPageWrap.ECMSearchPage .bar .mainInput {
  position: relative;
  padding-left: 182px !important;
}

.searchPageWrap.ECMSearchPage .selectItemWrap {
  width: 810px;
}

.searchPageWrap.ECMSearchPage .searchOption {
  display: flex;
  min-height: 74px;
  height: 100%;
  align-items: center;
}

.searchPageWrap.ECMSearchPage .searchOption .selectWrap {
  display: flex;
  margin-left: 40px;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  padding: 15px 0 20px 0px;
}

.searchPageWrap.ECMSearchPage .searchOption .selectWrap.dateSet {
  justify-content: space-between;
}

.searchPageWrap.ECMSearchPage .searchOption .title {
  font-size: 17px;
  font-weight: 600;
  color: #1047a1;
  line-height: 32px;
  width: 148px;
  padding-left: 20px;
  border-right: 1px solid #b2b2b2;
}

.searchPageWrap.ECMSearchPage .searchOption .radioWrap {
  display: flex;
}

.searchPageWrap.ECMSearchPage .searchOption .radioWrap input {
  display: none;
}

.searchPageWrap.ECMSearchPage .searchOption .radioWrap label {
  padding: 0 18px;
  border-right: 1px solid #cccccc;
  font-size: 15px;
  font-weight: 500;
  color: #444444;
  transition: color 0.4s;
}

.searchPageWrap.ECMSearchPage .searchOption .radioWrap input:checked + label {
  font-weight: 600;
  color: #0094e9;
}

.searchPageWrap.ECMSearchPage
  .searchOption
  .radioWrap
  .radioItem:last-child
  label {
  border-right: 0;
}

.searchPageWrap.ECMSearchPage .searchOption:first-child {
  border-bottom: 1px solid #e3e3e3;
}

.searchPageWrap.ECMSearchPage .searchOption.border-bottom-2px:first-child {
  border-bottom: 2px solid #ccc;
}

.searchPageWrap.ECMSearchPage .dataClassify input {
  display: none;
}

.searchPageWrap.ECMSearchPage .dataClassify label {
  display: block;
  width: 145px;
  height: 32px;
  line-height: 32px;
  border-radius: 3px;
  color: #777777;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #d1d1d1;
  margin-right: 8px;
  padding-left: 0;
  flex-shrink: 0;
  transition: all 0.4s;
}

.searchPageWrap.ECMSearchPage .dataClassify input:checked + label {
  background: #0094e9;
  border: 1px solid #0094e9;
  color: #fff;
}

.searchPageWrap.ECMSearchPage .ECMSortWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #939393;
  border-top: 1px solid #e1e1e1;
  margin-bottom: 34px;
}

.searchPageWrap.ECMSearchPage .ECMSortWrap select {
  width: 128px;
  font-size: 20px;
  font-size: 13px;
  font-weight: 500;
  color: #444444;
  outline: none;
}

.searchPageWrap.ECMSearchPage .search_page_content {
  display: block;
}

.searchPageWrap.ECMSearchPage .lengthResearchWrap {
  display: flex;
}

.searchPageWrap.ECMSearchPage .ECMSortWrap .researchBox {
  margin-left: 8px;
  width: 330px;
  position: relative;
}

.searchPageWrap.ECMSearchPage .ECMSortWrap .researchBox input {
  outline: none;
  padding-right: 62px;
}

.searchPageWrap.ECMSearchPage .ECMSortWrap .researchBox .researchSend {
  position: absolute;
  width: 17px;
  height: 16px;
  background: url("./../image/common/icon_search_page_zoom02.png") 0 0/100% auto
    no-repeat;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.searchPageWrap.ECMSearchPage .ECMSortWrap .researchBox .researchDelete {
  position: absolute;
  width: 14px;
  height: 14px;
  background: url("./../image/common/icon_search_close02.png") 0 0/100% auto
    no-repeat;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.searchPageWrap.ECMSearchPage .ECMSortWrap .researchBox .researchDelete.active {
  display: block;
}

.searchPageWrap.ECMSearchPage .searchOption .selectWrap .datePickerWrap {
  margin-right: 20px;
}

.searchPageWrap.ECMSearchPage
  .searchOption
  .selectWrap
  .datePickerWrap
  .datepicker {
  width: 290px;
}

.searchPageWrap.ECMSearchPage .searchOption .selectWrap .datePickerWrap div {
  position: relative;
}

.searchPageWrap.ECMSearchPage .searchOption .selectWrap .datePickerWrap .asc {
  align-self: center;
  margin: 0 10px;
}

.searchPageWrap.ECMSearchPage .datePickerWrap input.disabled {
  background: #f6f6f6;
  color: #999;
  pointer-events: none;
}

.systemPopupBackground .unLoginAlertPopupClose:hover {
  background: #efefef;
}

.systemPopupBackground .unLoginAlertPopupLoginLink:hover {
  background: #1769bd;
}

.searchPageWrap.ECMSearchPage .noticeBoardLocation .dep.ellipsis {
  margin-right: -4px;
}

.searchPageWrap.ECMSearchPage
  .noticeListWrap_board
  .noticeBoard
  .boardTop
  .dep.ellipsis {
  max-width: 550px;
}

.searchPageWrap.ECMSearchPage
  .noticeListWrap_board
  .noticeBoard
  .boardTop
  .boardTop_badge_wrap
  .dep.ellipsis {
  max-width: 500px;
}

/* ======================================== FO-050301 bim라이브러리 ======================================== */

.searchPageWrap.bimLibrary .search_pageTopMiddleWrap {
  border: 0;
  box-shadow: none;
}

.searchPageWrap.bimLibrary .search_pageTopMiddleWrap.New {
  border: 1px solid #1047a1;
  border-radius: 4px;
  box-shadow: 0 10px 13px -5px rgba(0, 0, 0, 0.2);
  background: #f9fcff;
  padding-top: 40px;
  margin: 0 auto 40px auto;
  background: #f9fcff;
  border-radius: 4px;
}

.searchPageWrap.bimLibrary .searchDetailWrap {
  top: 78px;
}

.searchPageWrap.bimLibrary .search_page_top {
  border-radius: 0;
  padding-top: 0;
  background: none;
  margin-bottom: 40px;
}

.searchPageWrap.bimLibrary .page-bottom-wrap {
  margin-top: 10px;
}

.searchPageWrap.bimLibrary .noticeListWrap_top {
  border-top: 1px solid #939393;
}

.searchPageWrap.bimLibrary .bimViewLength {
  width: 128px;
  font-size: 13px;
}

.searchPageWrap.bimLibrary .search_page_content {
  margin-top: 10px;
}

.searchPageWrap.bimLibrary .New {
  margin-top: 0;
}

.searchPageWrap.bimLibrary .noticeListWrap_board .noticeBoard {
  width: 325px;
  height: 400px;
}

.searchPageWrap.bimLibrary .noticeListWrap_board .noticeBoard .lineTwoCloseBtn,
.searchPageWrap.bimLibrary .noticeListWrap_board .noticeBoard .lineTwoPlusBtn {
  display: none !important;
}

.searchPageWrap.bimLibrary
  .noticeListWrap_board
  .noticeBoard
  .boardTop
  .boardTop_badge_wrap {
  opacity: 1;
}

.searchPageWrap.bimLibrary
  .noticeListWrap_board
  .noticeBoard.active
  .boardTop
  .boardTop_badge_wrap {
  opacity: 1;
}

.searchPageWrap.bimLibrary .noticeBoard .badge {
  opacity: 1 !important;
}

.searchPageWrap.bimLibrary
  .noticeListWrap_board
  .noticeBoard
  .boardContent
  .titleWrap
  .titleLinkWrap {
  border-top: 0;
}

.searchPageWrap.bimLibrary
  .noticeListWrap_board
  .noticeBoard.active
  .boardContent
  .titleWrap
  .titleLinkWrap {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.searchPageWrap.bimLibrary .noticeListWrap_board .noticeBoard .boardFooter {
  border-top: 0;
  position: absolute;
  bottom: 80px;
  right: 0;
  opacity: 0;
}

.searchPageWrap.bimLibrary
  .noticeListWrap_board
  .noticeBoard.active
  .boardFooter {
  opacity: 1;
}

.searchPageWrap.bimLibrary
  .noticeListWrap_board
  .noticeBoard
  .boardFooter
  .leftInfoWrap
  .counter {
  color: #fff;
}

.searchPageWrap.bimLibrary
  .noticeListWrap_board
  .noticeBoard
  .boardFooter
  .leftInfoWrap
  .counter:nth-child(2) {
  padding-right: 0;
}

.searchPageWrap.bimLibrary .noticeListWrap_board .noticeBoard .BimImageWrap {
  padding: 20px;
  height: 247px;
}

.searchPageWrap.bimLibrary
  .noticeListWrap_board
  .noticeBoard
  .BimImageWrap
  img {
  width: 100%;
  height: 205px;
  object-fit: contain;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.searchPageWrap.bimLibrary
  .noticeListWrap_board
  .noticeBoard.active
  .BimImageWrap {
  opacity: 0;
  position: absolute;
  width: 100%;
}

.searchPageWrap.bimLibrary .noticeListWrap_board .noticeBoard .BimImageWrap {
  transition: opacity 0.2s;
  opacity: 1;
}

.searchPageWrap.bimLibrary .noticeListWrap_board .noticeBoard .boardTop {
  padding-top: 25px;
}

.searchPageWrap.bimLibrary .noticeListWrap_board .noticeBoard .boardContent {
  min-height: unset;
}

.searchPageWrap.bimLibrary .noticeListWrap_board .noticeBoard.active .boardTop {
  padding-top: 25px;
}

.searchPageWrap.bimLibrary .noticeListWrap_board .noticeBoard .boardContent {
  padding-top: 0;
}

.searchPageWrap.bimLibrary
  .noticeListWrap_board
  .noticeBoard
  .BimFractionation {
  font-size: 13px;
  letter-spacing: -0.01em;
  font-weight: 500;
  color: #444444;
  line-height: 26px;
  margin-bottom: 5px;
}

.searchPageWrap.bimLibrary
  .noticeListWrap_board
  .noticeBoard
  .BimFractionation.New {
  line-height: 20px;
  margin-bottom: 2px;
}

.searchPageWrap.bimLibrary
  .noticeListWrap_board
  .noticeBoard
  .boardContent
  .titleWrap
  .titleLinkWrap {
  height: 80px;
}

.searchPageWrap.bimLibrary
  .noticeListWrap_board
  .noticeBoard.active
  .BimFractionation {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 400;
}

.searchPageWrap.bimLibrary
  .noticeListWrap_board
  .noticeBoard.active
  .boardContent {
  padding: 40px 20px 0px 20px;
}

.searchPageWrap.bimLibrary
  .noticeListWrap_board
  .noticeBoard
  .boardFooter
  .leftInfoWrap
  .counter {
  display: block;
}

.searchPageWrap.bimLibrary
  .noticeListWrap_board
  .titleLinkWrap
  a.viewDetailLink::before {
  width: 16px;
  height: 16px;
  background: url("./../image/common/icon_page_search_viewDetail_bimLibpng.png");
}

.searchPageWrap.bimLibrary .search_page_content .noneResultWrap {
  width: 100%;
}

.searchPageWrap.bimLibrary .autoCompleteWrap {
  padding: 20px 6px 20px 25px;
}

.searchPageWrap.bimLibrary .autoCompleteWrap .autoCompleteBody {
  padding: 0;
  display: block;
  max-height: 355px;
  overflow-y: auto;
}

.searchPageWrap.bimLibrary .autoCompleteWrap .autoCompleteBody a {
  width: 100%;
  padding: 0;
  padding-right: 20px;
  padding-bottom: 15px;
}

.searchPageWrap.bimLibrary .autoCompleteWrap .autoCompleteBody a:last-child {
  padding-bottom: 0;
}

.searchPageWrap.bimLibrary
  .autoCompleteWrap
  .autoCompleteBody::-webkit-scrollbar {
  width: 5px;
}

.searchPageWrap.bimLibrary
  .autoCompleteWrap
  .autoCompleteBody::-webkit-scrollbar-thumb {
  background: #ccc;
}

.searchPageWrap.bimLibrary .detailTab .tableType02 {
  margin-top: 0;
}

.searchPageWrap.bimLibrary .detailFooter {
  border-top: 0;
  margin-top: 0;
}

.searchPageWrap.bimLibrary .detailTab table {
  border-radius: 0 0 3px 3px;
}

.searchPageWrap.bimLibrary .detailTab .tableType02 th {
  border-top: 0;
}

.searchPageWrap.bimLibrary .detailTab .tableType02 td {
  height: 188px;
  border-top: none;
}

.searchPageWrap.bimLibrary .detailTab .tableType02 td .tdInnerWrap {
  height: 100%;
}

.searchPageWrap.bimLibrary
  .tableType02Selector
  .SelectorRadioItem
  input[type="checkbox"] {
  display: inline-block;
  margin-top: 4px;
  width: 17px;
  flex-shrink: 0;
}

.searchPageWrap.bimLibrary
  .tableType02Selector
  .SelectorRadioItem
  input[type="checkbox"]
  + label {
  font-size: 14px;
  font-weight: 500;
  color: #444444;
  line-height: 27px;
  display: block;
  width: auto;
  margin-left: 10px;
  flex-shrink: 0;
}

.searchPageWrap.bimLibrary
  .tableType02Selector
  .SelectorRadioItem
  input[type="checkbox"]:checked
  + label {
  background: none;
  color: #444;
  font-weight: 500;
}

.searchPageWrap.bimLibrary .tableType02Selector .SelectorRadioItem {
  display: flex;
}

.searchPageWrap.bimLibrary .tableType02Selector .SelectorRadioItem label {
  font-size: 14px;
  line-height: 27px;
}

.searchPageWrap.bimLibrary .BimLibraryContent {
  margin-top: 40px;
}

.searchPageWrap.bimLibrary .BimLibraryContent > p.title {
  padding: 0 20px;
  text-align: center;
  width: 100%;
  font-weight: 600;
  font-size: 24px;
  color: #111111;
  line-height: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
  border: 1px solid #cccccc;
  border-radius: 4px 4px 0 0;
  border-bottom: 0;
}

.searchPageWrap.bimLibrary .BimLibraryContent .contentTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
}

.searchPageWrap.bimLibrary .BimLibraryContent .contentTop .tabWrap {
  display: flex;
  height: 100%;
  flex-shrink: 0;
}

.searchPageWrap.bimLibrary .BimLibraryContent .contentTop .tabWrap .tab {
  position: relative;
  width: 270px;
  line-height: 50px;
  text-align: center;
  padding: 0 20px;
  border-right: 1px solid #e3e3e3;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  /* color: #999999; */
  /* 2023.11.30 웹 접근성 시정조치 */
  color: #666666;
  /* ----- 2023.11.30 웹 접근성 시정조치 ----- */
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.searchPageWrap.bimLibrary .BimLibraryContent .contentTop .tabWrap .tab.active {
  background: #0094e9;
  border: 1px solid #0094e9;
  color: #fff;
}

.searchPageWrap.bimLibrary
  .BimLibraryContent
  .contentTop
  .tabWrap
  .tab:first-child {
  border-right: 0;
  border-left: 1px solid #ccc;
}

.searchPageWrap.bimLibrary
  .BimLibraryContent
  .contentTop
  .tabWrap
  .tab:first-child.active {
  border-left: 0;
}

.searchPageWrap.bimLibrary .BimLibraryContent .contentTop .middleBorder {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 100%;
  height: 100%;
}

.searchPageWrap.bimLibrary .BimLibraryContent .contentTop .rightSaveWrap {
  flex-shrink: 0;
  display: flex;
  height: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0 25px;
}

.searchPageWrap.bimLibrary .BimLibraryContent .contentTop .rightSaveWrap a {
  font-size: 14px;
  font-weight: 500;
  color: #444444;
  line-height: 50px;
  margin-left: 20px;
  display: flex;
}

.searchPageWrap.bimLibrary
  .BimLibraryContent
  .contentTop
  .rightSaveWrap
  a:hover {
  color: #1047a1;
  text-decoration: underline;
  text-underline-position: under;
}

.searchPageWrap.bimLibrary
  .BimLibraryContent
  .contentTop
  .rightSaveWrap
  a::before {
  content: "";
  display: block;
  margin-right: 6px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.searchPageWrap.bimLibrary
  .BimLibraryContent
  .contentTop
  .rightSaveWrap
  a.saveImage::before {
  background: url("./../image/common/icon_bim_page_image.png");
  width: 18px;
  height: 18px;
}

.searchPageWrap.bimLibrary
  .BimLibraryContent
  .contentTop
  .rightSaveWrap
  a.saveDownload::before {
  background: url("./../image/common/icon_bim_page_download.png");
  width: 15px;
  height: 17px;
}

.searchPageWrap.bimLibrary
  .BimLibraryContent
  .contentTop
  .rightSaveWrap
  a.saveImage:hover::before {
  background: url("./../image/common/icon_bim_page_image_hover.png");
}

.searchPageWrap.bimLibrary
  .BimLibraryContent
  .contentTop
  .rightSaveWrap
  a.saveDownload:hover::before {
  background: url("./../image/common/icon_page_search_download_hover.png");
}

.searchPageWrap.bimLibrary
  .BimLibraryContent
  .contentTop
  .rightSaveWrap
  a:first-child {
  margin-left: 0;
}

.searchPageWrap.bimLibrary
  .BimLibraryContent
  .contentBody
  .tabContent
  .tabContentInner {
  width: 100%;
  border-radius: 0 0 4px 4px;
  padding: 25px;
  padding-bottom: 70px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.BimLibraryContent .contentBody img {
  width: 100%;
  max-height: 560px;
  object-fit: contain;
  display: block;
}

.BimLibraryContent .contentBody .tabContent {
  display: none;
}

.BimLibraryContent .contentBody .tabContent.n2 .tabContentInner {
  padding-bottom: 0;
}

.BimLibraryContent .contentBody .tabContent.active {
  display: block;
}

.tabInnerExp {
  font-size: 14px;
  font-weight: 500;
  color: #444444;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 30px;
}

.tabInnerExp a {
  font-weight: 600;
  color: #1047a1;
  text-decoration: underline;
  text-underline-position: under;
  vertical-align: unset;
}

.tabInnerExp .rightGridButton {
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tabInnerExp .rightGridButton .Gbutton {
  width: 20px;
  height: 20px;
  border: 1px solid #222222;
  text-align: center;
  line-height: 17px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 600;
  color: #222222;
  position: relative;
  top: -2px;
  margin-right: 6px;
}

.tabInnerExp .rightGridButton.active .Gbutton {
  color: #1047a1;
  border: 1px solid #1047a1;
}

.tabInnerExp .rightGridButton.active p.text {
  color: #1047a1;
}

.searchPageWrap.bimLibrary .BimLibraryContent .contentBody .tabTable {
  width: 100%;
  margin-top: 20px;
}

.searchPageWrap.bimLibrary .BimLibraryContent .contentBody .tabTable tr {
  height: 50px;
}

.searchPageWrap.bimLibrary
  .BimLibraryContent
  .contentBody
  .tabTable
  tr:first-child
  th,
.searchPageWrap.bimLibrary
  .BimLibraryContent
  .contentBody
  .tabTable
  tr:first-child
  td {
  border-top: 1px solid #222222;
}

.searchPageWrap.bimLibrary .BimLibraryContent .contentBody .tabTable th,
.searchPageWrap.bimLibrary .BimLibraryContent .contentBody .tabTable td {
  background: #fff;
  border: 1px solid #cccccc;
  height: 50px;
}

.searchPageWrap.bimLibrary .BimLibraryContent .contentBody .tabTable th {
  border-right: 0;
  padding: 10px 20px;
  text-align: left;
  font-weight: 600;
  color: #111111;
  font-size: 16px;
}

.searchPageWrap.bimLibrary
  .BimLibraryContent
  .contentBody
  .tabTable
  th
  span.text {
  border-right: 1px solid #e3e3e3;
  display: inline-block;
  width: 100%;
}

.searchPageWrap.bimLibrary .BimLibraryContent .contentBody .tabTable td {
  border-left: 0;
  font-weight: 500;
  font-size: 15px;
  color: #444444;
  padding: 10px 14px 10px 0;
}

.searchPageWrap.bimLibrary .BimLibraryContent .slideWrap {
  margin-top: 40px;
  overflow: hidden;
  padding-right: 1px;
  padding-left: 1px;
}

.searchPageWrap.bimLibrary .BimLibraryContent .slideWrap p.title {
  font-size: 19px;
  font-weight: 600;
  color: #111111;
  margin-bottom: 14px;
}

.searchPageWrap.bimLibrary
  .BimLibraryContent
  .slideWrap
  .slider
  .slideContent
  ul {
  display: flex;
  position: relative;
}

.searchPageWrap.bimLibrary
  .BimLibraryContent
  .slideWrap
  .slider
  .slideContent
  ul
  li {
  flex-shrink: 0;
  width: 24.25%;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin-right: 1%;
  flex-wrap: nowrap;
  transition: border 0.4s;
}

.searchPageWrap.bimLibrary
  .BimLibraryContent
  .slideWrap
  .slider
  .slideContent
  ul
  li
  a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px;
}

.searchPageWrap.bimLibrary
  .BimLibraryContent
  .slideWrap
  .slider
  .slideContent
  ul
  li:hover {
  border: 1px solid #0094e9;
}

.searchPageWrap.bimLibrary
  .BimLibraryContent
  .slideWrap
  .slider
  .slideContent
  ul
  li
  img {
  display: block;
  width: 100%;
  height: 210px;
  object-fit: contain;
}

.searchPageWrap.bimLibrary
  .BimLibraryContent
  .slideWrap
  .slider
  .slideContent
  ul
  li
  p.exp {
  padding-top: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #111111;
  word-break: break-all;
}

.searchPageWrap.bimLibrary .BimLibraryContent .slideWrap .slider .slideBottom {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.searchPageWrap.bimLibrary
  .BimLibraryContent
  .slideWrap
  .slider
  .slideBottom
  .rightList
  .goList {
  display: block;
  width: 100px;
  height: 44px;
  border-radius: 3px;
  background: #555555;
  color: #fff;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  font-weight: 600;
}

.searchPageWrap.bimLibrary
  .BimLibraryContent
  .slideWrap
  .slider
  .slideBottom
  .centerSlideBtns {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 35px;
  display: flex;
  align-items: center;
}

.searchPageWrap.bimLibrary
  .BimLibraryContent
  .slideWrap
  .slider
  .slideBottom
  .centerSlideBtns
  button {
  width: 35px;
  height: 35px;
  background: url("./../image/common/page_search_next.png");
  margin: 0 20px;
}

.searchPageWrap.bimLibrary
  .BimLibraryContent
  .slideWrap
  .slider
  .slideBottom
  .centerSlideBtns
  button.disable {
  pointer-events: none;
  opacity: 0.5;
}

.searchPageWrap.bimLibrary
  .BimLibraryContent
  .slideWrap
  .slider
  .slideBottom
  .centerSlideBtns
  button.slidePrev {
  transform: rotate(180deg);
}

.searchPageWrap.bimLibrary
  .BimLibraryContent
  .slideWrap
  .slider
  .slideBottom
  .centerSlideBtns
  .slideNow {
  font-weight: 600;
  font-size: 14px;
  color: #0094e9;
  padding: 0 8px 0 6px;
  border-right: 1px solid #d4d4d4;
  min-width: 35px;
}

.searchPageWrap.bimLibrary
  .BimLibraryContent
  .slideWrap
  .slider
  .slideBottom
  .centerSlideBtns
  .slideMax {
  font-size: 14px;
  font-weight: 500;
  color: #444444;
  padding: 0 6px 0 8px;
  min-width: 35px;
}

.searchPageWrap.bimLibrary .BimLibraryContent .bim3dGrid {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  display: none;
}

.searchPageWrap.bimLibrary .BimLibraryContent .bim3dGrid.active {
  display: block;
}

.imgWrap {
  position: relative;
  width: 100%;
}

.objectTypeCheckList {
  display: flex;
  height: 64px;
  align-items: center;
  border-top: 1px solid #bec9da;
}

.objectTypeCheckList .exp {
  /* 2024.05.08 수정 */
  /* width: 188px; */
  width: 170px;
  line-height: 32px;
  border-right: 1px solid #b2b2b2;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  color: #1047a1;
}

.objectTypeCheckList .check_wrap {
  display: flex;
  /* 2024.05.08 수정 */
  /* padding-left: 42px; */
  padding-left: 18px;
  padding-right: 10px;
}

.objectTypeCheckList .check_wrap input {
  display: none;
}

.objectTypeCheckList .check_wrap input + label {
  display: block;
  height: 32px;
  line-height: 31px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  font-size: 15px;
  font-weight: 500;
  color: #777777;
  min-width: 80px;
  padding: 0 20px;
  margin-right: 8px;
  text-align: center;
  transition: all 0.6s;
}

.searchPageWrap
  .search_page_middle
  .objectTypeCheckList
  .check_wrap
  input:checked
  + label,
.searchPageWrap
  .search_page_middle
  .objectTypeCheckList
  .check_wrap
  input
  + label:hover {
  background: #0094e9;
  border: 1px solid #0094e9;
  color: #fff;
}

.searchPageWrap .search_page_middle .objectTypeCheckList .check_wrap {
  border-top: none;
}

.searchPageWrap
  .search_page_middle
  .objectTypeCheckList
  .check_wrap
  .checkBox_item {
  /* 2024.05.08 수정 */
  /* width: 80px; */
  border-right: 0;
  height: 32px;
  margin-right: 8px;
  border-radius: 3px;
}

.searchPageWrap
  .search_page_middle
  .objectTypeCheckList
  .check_wrap
  .checkBox_item::before {
  display: none;
  background-color: none;
}

.objectTypeCheckList .check_wrap .checkBox_item:last-child label {
  margin-right: 0;
}

/* ecm 검색 */
.searchPageWrap.ECMSearchPage .search_page_top .input_box .mainInput {
  display: none;
}

.searchPageWrap.ECMSearchPage .search_page_top .input_box .mainInput.active {
  display: block;
}

.searchPageWrap.ECMSearchPage .search_page_middle {
  padding: 0 40px;
  border-top: 1px solid #bec9da;
}

.titleLink_disabled {
  color: #999 !important;
  cursor: default;
  pointer-events: none;
}

.titleLinkWrap a.previewLink.titleLink_disabled::before {
  background: url("../image/previewLink_disabled.png") no-repeat;
}

.titleLinkWrap a.downloadLink.titleLink_disabled::before {
  background: url("../image/downloadLink_disabled.png") no-repeat;
}

.titleLinkWrap a.uploadLink.titleLink_disabled::before {
  background: url("../image/uploadLink_disabled.png") no-repeat;
}

/* ======================================= // FO-050301 bim라이브러리 ====================================== */

/* =====================  FO-050311 - FO-050318 Bim sw 연계 설계효율화 도구 ============================= */
/* FO-050311 */
.listWrapTop_right.New {
  width: calc(100% - 410px);
}

.sel-search-box.bimsw-selBox {
  border: none;
  padding-right: 0;
  justify-content: flex-end;
}

.bimsw-noticeBoard {
  width: 325px;
  height: 400px;
  border-radius: 4px;
  border: 1px solid #d1d1d1;
  background: #fff;
  padding: 20px;
}

.noticeListWrap_board.New {
  gap: 20px;
}

.thumbnail_box {
  width: 284px;
  height: 205px;
  line-height: 205px;
  overflow: hidden;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thumbnail_box img,
.thumbnail_box video {
  object-fit: contain;
}

.thumbnail_box video {
  width: 100%;
}

.title_bimsw {
  font-weight: 600;
  color: #111111;
  font-size: 18px;
  height: 52px;
  line-height: 26px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  margin: 5px 0;
}

.boardCon_middle {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.starpoint_content {
  position: relative;
  width: 96px;
}

.starpoint_box {
  position: absolute;
  overflow: hidden;
}

.price-btn {
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  padding: 7px 0;
  width: 100%;
  display: block;
  text-align: center;
}

.price-btn:hover {
  background-color: #0094e9;
  color: #fff;
  transition: cubic-bezier(0.47, 0, 0.75, 0.72);
}

.boardMid_downnum img {
  vertical-align: middle;
  width: 14px;
  height: 14px;
}

/*  // FO-050311 */

/* FO-050313 */

/* 섹션별 공통 클래스 */
.video_wrap,
.bimswDetail_table,
.bimswDetail_bottom,
.bimswDetail_tool_wrap,
.bimsw_starpoint_wrap {
  margin-top: 57px;
}

/* // 섹션별 공통 클래스 */

.bimswDetail_top {
  display: flex;
  gap: 20px;
  padding: 30px 30px 22px 30px;
  border: 1px solid #555;
  border-radius: 4px;
  box-shadow: 0 10px 13px -5px rgba(0, 0, 0, 0.2);
}

.Detail_top_mainimg {
  width: 320px;
}

.Detail_top_mainimg img {
  width: inherit;
}

.Detail_top_subimgslide {
  overflow: hidden;
  width: 320px;
  margin-top: 10px;
}

.swiper-wrapper {
  display: flex;
}

.subimgslide_list {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100px;
}

.subimgslide_list img {
  width: inherit;
  height: inherit;
  object-fit: cover;
  padding: 5px;
  vertical-align: middle;
}

.subimgslide_list.active {
  border: 1px solid #0094e9;
}

.bimswDetail_top_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bimswDetail_title {
  font-size: 24px;
  font-weight: 600;
  color: #111;
  margin: 10px 0;
}

.bimsw_review_box {
  display: flex;
  gap: 20px;
}

.bd_tr_bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.bd_tr_middle {
  font-size: 15px;
  line-height: 25px;
  color: #444444;
  margin-bottom: 34px;
  word-break: break-all;
}

.addin_swkind,
.addin_swversion {
  padding: 5px 14px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  font-size: 14px;
  margin-right: 6px;
}

.addin_swkind img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  transform: translateY(-1px);
}

.bimsw_sub_title {
  margin: 13px 0;
  font-size: 21px;
  line-height: 26px;
  font-weight: 600;
  color: #111;
}

.bimswDetail_table {
  overflow: hidden;
}

.bimswDetail_table table {
  border-spacing: 0;
  border-collapse: separate;
  border-top: 2px solid #555;
  border-bottom: 1px solid #555;
}

.bimswDetail_table table td {
  border-right: 1px solid #e6e6e6;
}

.bimswDetail_table table tbody th:last-child,
.bimswDetail_table table td:last-child {
  border-right: none;
}

.bimsw_down_btn {
  font-size: 14px;
  font-weight: 500;
  color: #444444;
}

.bimsw_down_btn::before {
  content: "";
  display: inline-block;
  background: url(./../image/common/icon_bim_page_download.png);
  width: 15px;
  height: 17px;
  vertical-align: middle;
  transform: translateY(-1px);
  margin-right: 3px;
}

.bimsw_down_btn:hover,
.bimswDetail_table .bimsw_down_btn:hover {
  color: #1047a1;
  text-decoration: underline;
  text-underline-position: under;
}

.bimsw_down_btn:hover::before {
  background: url(./../image/common/icon_page_search_download_hover.png);
}

.bimsw_link_btn {
  float: right;
  height: 36px;
  line-height: 36px;
  padding: 0 14px;
  background: #0094e9;
  color: #fff;
  margin: 20px 4px 20px 0px;
}

.bimsw_link_btn:hover {
  background: #1769bd;
}

.bimsw_link_btn:before {
  content: "";
  display: inline-block;
  background: url(./../image/link_icon.png) no-repeat center center;
  width: 15px;
  height: 15px;
  margin-right: 4px;
}

.video_wrap {
  gap: 20px;
  height: 630px;
  overflow: hidden;
}

.video-content {
  width: calc(100% - 300px);
}

.video-content iframe {
  width: 100%;
  height: 100%;
}

.video-list {
  overflow-y: auto;
}

.video-list::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.video-list::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #ccc;
}

.video-list::-webkit-scrollbar-track {
  border-radius: 0;
  border: 1px solid #e3e3e3;
}

.video-list li {
  margin-bottom: 24px;
  margin-right: 10px;
}

.bimswDetail_container {
  display: flex;
  position: relative;
  overflow: hidden;
}

.bimswDetail_container_slider {
  display: flex;
  flex: 1;
  gap: 20px;
  transition: 0.6s;
  width: 100%;
}

.bimswDetail_box {
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  padding: 25px;
  width: 340px;
}

.bimswDetail_box_top {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.tool_img {
  width: 100px;
  height: 100px;
  background-color: #0a3171;
}

.tool_img + div {
  width: 63%;
}

.tool_version {
  font-size: 14px;
}

.tool_title {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin-top: 5px;
  word-break: break-word;
}

.bimswDetail_container.no_data {
  height: 226px;
  line-height: 226px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}

.bimswDetail_container.no_data.blind {
  display: none;
}

.bimswDetail_container.no_data p {
  font-size: 18px;
  color: #777;
  text-align: center;
  width: 100%;
}

.slideBottom {
  margin-top: 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.slideBottom .centerSlideBtns {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 35px;
  display: flex;
  align-items: center;
}

.slideBottom .centerSlideBtns button {
  width: 35px;
  height: 35px;
  background: url(./../image/common/page_search_next.png);
  margin: 0 20px;
}

.slideBottom .centerSlideBtns button.slidePrev {
  transform: rotate(180deg);
}

.slideBottom .centerSlideBtns .slideNow {
  font-weight: 600;
  font-size: 14px;
  color: #0094e9;
  padding: 0 8px 0 6px;
  border-right: 1px solid #d4d4d4;
  min-width: 35px;
}

.slideBottom .centerSlideBtns .slideMax {
  font-size: 14px;
  font-weight: 500;
  color: #444444;
  padding: 0 6px 0 8px;
  min-width: 35px;
}

.slideBottom .centerSlideBtns button {
  width: 35px;
  height: 35px;
  background: url(./../image/common/page_search_next.png);
  margin: 0 20px;
}

.slideBottom .centerSlideBtns button.disable {
  pointer-events: none;
  opacity: 0.5;
}

.bimswDetail_table.nodata {
  padding: 100px 50px;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
}

.bimswDetail_table.nodata p {
  text-align: center;
  font-size: 17px;
}

.bimsw_starpoint_wrap {
  border-radius: 4px;
  border: 1px solid #d1d1d1;
  background: #fff;
  padding: 22px 30px;
}

.bimsw_addin_rating {
  margin-bottom: 0;
}

.bimsw_starpoint_wrap p {
  font-size: 15px;
  color: #555;
  padding-bottom: 5px;
}

.starpoint_content_margin {
  margin-top: 6px;
  float: left;
}

.starpoint_box.on {
  cursor: pointer;
}

/* 평가하기 조건에 맞지않았을 때 */
.addin_rating_btn {
  border: 1px solid #555;
  color: #222;
  background-color: #fff;
  padding: 10px 14px;
  font-size: 13px;
  border-radius: 3px;
  font-weight: 600;
  pointer-events: none;
  float: right;
}

/* 평가하기 조건에 맞았을 때 */
.addin_rating_btn.on {
  background-color: #0094e9;
  color: #fff;
  border: none;
  pointer-events: auto;
}

.addin_rating_btn.on:hover {
  background-color: #1769bd;
}

/* 다운로드 유의 사항 팝업 */
.addin_popup_content {
  text-align: center;
}

.addin_popup_content img,
.addin_btn {
  display: block;
  margin: 0 auto;
}

.addin_popup_content p.addin_content_center {
  padding: 20px 0;
  color: #111111;
  font-size: 16px;
  line-height: 24px;
}

.addin_content_bottom input[type="checkbox"] {
  margin-right: 6px;
}

.addin_content_bottom input[type="checkbox"]:checked + label + .addin_btn {
  background-color: #0094e9;
  color: #fff;
  pointer-events: auto;
  border: 1px solid #0094e9;
  transition: 0.5s;
}

.addin_btn {
  margin-top: 20px;
  width: 158px;
  height: 38px;
  line-height: 38px;
  font-weight: 500;
  border: 1px solid #555;
  color: #222;
  background-color: #fff;
  font-size: 15px;
  pointer-events: none;
}

/* FO-050313 끝*/

/* FO-050314 */

.search_wrap_3box .select-area {
  max-width: 348px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.search_wrap_3box .search-area.search-area {
  max-width: 621px;
}

.bimsw_table {
  border-top: 2px solid #555;
  border-bottom: 1px solid #555;
  margin-bottom: 30px;
}

.bimsw_table th:last-child {
  border-right: none;
}

.bimsw_table td {
  word-break: break-word;
  border-right: 1px solid #e3e3e3;
}

.bimsw_table td:last-child {
  border-right: none;
}

/* FO-050314 끝 */

/* FO-050315 */

.input_maxwidth {
  max-width: 280px;
}

.input_longwidth {
  max-width: 800px;
}

.essential-font {
  margin-left: 7px;
  font-size: 13px;
  color: #ea66a1;
}

.essential-font:before {
  content: "*";
}

.bimsw_file_name {
  display: flex;
  line-height: 36px;
  font-size: 15px;
  box-sizing: border-box;
  margin: 0 12px;
  /* width: 362px; */
}

/* .bimsw_file_name p {
  overflow: hidden;
  white-space: nowrap; 
  text-overflow:ellipsis;
  width: 80%;
} */

.delete_btn {
  background: url(../image/remove_btn-icon.png) no-repeat center center;
  width: 13px;
  height: 13px;
  transform: translateY(12px);
  margin-left: 6px;
}

/* 홍보동영상/ 이미지 */

.addin_Content_visual_item {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.addin_Content_visual_item .bimsw_file_title_wrap {
  flex: 1;
}

.addin_Content_visual_item .bimsw_file_name_wrap {
  flex: 2;
}

.addin_Content_visual_item .df input {
  width: 65%;
}

.addin_Content_visual_item .btnS {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  vertical-align: middle;
  margin-left: 10px;
}

.addin_Content_visual_item .btnS button {
  display: block;
  width: 18px;
  height: 18px;
  text-indent: -999999px;
  border-radius: 0;
  background: url("./../image/common/btn_order.png") 50% 50%/12px auto no-repeat;
}

.addin_Content_visual_item button.btn_plus02,
.addin_Content_visual_item button.btn_minus02 {
  background-color: #2076cf;
  border: 1px solid #2076cf;
  border-radius: 3px;
  color: #fff;
  padding: 4px 13px;
  margin-bottom: 0;
  background-image: none;
  text-indent: 0;
  font-size: 23px;
  width: 42px;
  height: 36px;
  margin-right: 10px;
}

.addin_Content_visual_item button.btn_plus02:before {
  visibility: visible;
  content: "+";
}

.addin_Content_visual_item button.btn_minus02:before {
  visibility: visible;
  content: "-";
}

.addin_Content_visual_item button.upBtn {
  transform: rotate(180deg);
  margin-right: 10px;
}

.addin_Content_visual_item .btnS button:hover {
  background: url("./../image/common/btn_order_hover.png") 50% 50%/12px auto
    no-repeat;
}

.addin_Content_visual_item button.btn_plus02:hover,
.addin_Content_visual_item button.btn_minus02:hover {
  background-image: none;
  background-color: #0054aa;
  border: 1px solid #0054aa;
}

.btn_wrap .btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* input placeholder 잘림 현상으로 수정 */
.inputLi.New {
  max-width: 100%;
}

.registration_bottom_table_wrap {
  margin: 40px 0;
}

.addin_notice_area {
  border-bottom: none;
  padding-bottom: 0;
}

.addin_ifc_table label {
  font-size: 14px;
}

.board.New .bimsw_registration_bottom .addin_ifc_table {
  margin-top: 10px;
}

.addin_ifc_table tbody tr td {
  border-right: 1px solid #e3e3e3;
}

.addin_ifc_table th:last-child,
.addin_ifc_table td:nth-of-type(6),
.bimsw_registration_bottom .addin_ifc_loading_table td:nth-of-type(2) {
  border-right: none;
}

.bimsw_registration_bottom .addin_ifc_loading_table td {
  border-right: 1px solid #e3e3e3;
}

.addin_ifc_table input[type="radio"] + label {
  margin-right: 0;
}

/* FO-050315 끝 */

/* FO-050316 */

.table-board {
  padding-bottom: 40px;
}

.addin_table_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.addin_name_search {
  display: flex;
  width: 50%;
  float: left;
  padding-right: 30px;
  margin-top: 8px;
  line-height: 23px;
}

.addin_name_search .delete_btn {
  transform: translateY(6px);
}

.table_margin {
  margin-top: 30px;
}

/* FO-050316 끝*/

/* 레이어 팝업 FO-050317 */
.bimsw_popup_content_header {
  display: flex;
  justify-content: space-between;
}

.bimsw_popup_table {
  margin: 30px 0;
  border-top: 2px solid #222;
  border-bottom: 1px solid #555;
}

.bimsw_popup_table thead tr th {
  background-color: #f9fbfe;
  border-right: 1px solid #e3e3e3;
}

.bimsw_popup_table thead tr th:last-child,
.bimsw_popup_table tbody td:last-child {
  border-right: none;
}

.bimsw_popup_table tbody td {
  word-break: break-word;
  border-right: 1px solid #e3e3e3;
}

/* 레이어 팝업 FO-050317 끝 */

/* FO-050318 */
.bimsw_field:after {
  content: ">";
  line-height: 33px;
}

.addin_Content_visual_name {
  margin-top: 10px;
}

.content_visual_file_name:hover {
  text-decoration: underline;
}

.bimsw_content_file_name:hover {
  text-decoration: underline;
  cursor: pointer;
}

.addin_info {
  padding: 15px 16px;
}

/* FO-050318 끝*/

/* ===================== // FO-050311 - FO-050318  Bim sw 연계 설계효율화 도구 ========================= */

/* ======================================== 데이터 검색 ======================================== */

/* .search_page01 .tap_wrap{border-bottom: 1px solid #e3e3e3; margin-bottom: 40px;}
.search_page01 .tap_wrap .tab-list{display: flex; justify-content: center; align-items: center;}
.search_page01 .tap_wrap .tab-list a{position: relative; width: 100%; padding-bottom: 20px; text-align: center; font-size: 17px; color: #777;}
.search_page01 .tap_wrap .tab-list a.active{ color: #0094e9;}
.search_page01 .tap_wrap .tab-list a.active::after{content: ''; position: absolute; bottom: -1px; left: 0; width: 100%; border-bottom: 2px solid #0094e9;}
.search_page01 .tap_wrap .tab-list a span{font-size: inherit;}
.search_page01 .tap_wrap .tab-list a .length{font-size: 15px; color: inherit;} */
.search_page01 .tap_wrap {
  margin-bottom: 30px;
  padding: 0 166px;
}

.search_page01 .tap_wrap .tab-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.search_page01 .tap_wrap .tab-list a {
  position: relative;
  width: 257px;
  padding: 15px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 4px;
  font-size: 17px;
  color: #777;
}

.search_page01 .tap_wrap .tab-list a.disabled {
  color: #ccc;
}

.search_page01 .tap_wrap .tab-list a.active {
  color: #fff;
  background-color: #1047a1;
}

.search_page01 .tap_wrap .tab-list a.active + a span::before {
  display: none;
}

.search_page01 .tap_wrap .tab-list a i {
  display: inline-block;
}

.search_page01 .tap_wrap .tab-list a span {
  display: inline-block;
  padding-left: 12px;
}

.search_page01 .tap_wrap .tab-list a span::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 20px;
  background-color: #ccc;
}

.search_page01 .tap_wrap .tab-list a:last-child span::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 20px;
  background-color: #ccc;
}

.search_page01 .tap_wrap .tab-list a .tab-icon01 {
  width: 21px;
  height: 22px;
  background: url("../image/search_page-top-tab-icon01.png") no-repeat center
    center;
}

.search_page01 .tap_wrap .tab-list a .tab-icon02 {
  width: 21px;
  height: 22px;
  background: url("../image/search_page-top-tab-icon02.png") no-repeat center
    center;
}

.search_page01 .tap_wrap .tab-list a .tab-icon03 {
  width: 21px;
  height: 22px;
  background: url("../image/search_page-top-tab-icon03.png") no-repeat center
    center;
}

.search_page01 .tap_wrap .tab-list a .tab-icon04 {
  width: 21px;
  height: 22px;
  background: url("../image/search_page-top-tab-icon04.png") no-repeat center
    center;
}

.search_page01 .tap_wrap .tab-list a.active .tab-icon01 {
  width: 21px;
  height: 22px;
  background: url("../image/search_page-top-tab-icon01-hov.png") no-repeat
    center center;
}

.search_page01 .tap_wrap .tab-list a.active .tab-icon02 {
  width: 21px;
  height: 22px;
  background: url("../image/search_page-top-tab-icon02-hov.png") no-repeat
    center center;
}

.search_page01 .tap_wrap .tab-list a.active .tab-icon03 {
  width: 21px;
  height: 22px;
  background: url("../image/search_page-top-tab-icon03-hov.png") no-repeat
    center center;
}

.search_page01 .tap_wrap .tab-list a.active .tab-icon04 {
  width: 21px;
  height: 22px;
  background: url("../image/search_page-top-tab-icon04-hov.png") no-repeat
    center center;
}

/* .search_page01 .tap_wrap .tab-list a.active{ }
.search_page01 .tap_wrap .tab-list a span{font-size: inherit;}*/

.searchPageWrap .search_page_top .txt-area {
  padding-bottom: 25px;
  margin-top: -2px;
  font-size: 17px;
  text-align: center;
}

.searchPageWrap .search_page_top .txt-area .fc03 {
  font-weight: 6060;
}

.searchPageWrap.data-search .search_page_middle {
  padding: 0;
  border-top: 1px solid #bec9da;
}

.searchPageWrap.data-search .searchOption {
  display: flex;
  min-height: 74px;
  height: 100%;
  align-items: center;
  padding: 0 40px;
}

.searchPageWrap.data-search .searchOption .selectWrap {
  display: flex;
  margin-left: 22px;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  padding: 12px 0 20px 0px;
}

.searchPageWrap.data-search .searchOption .title {
  font-size: 17px;
  font-weight: 600;
  color: #1047a1;
  line-height: 32px;
  width: 148px;
  padding-left: 4px;
  /* padding-left: 20px; */
  /* border-right: 1px solid #b2b2b2;     */
  flex-shrink: 0;
}

.searchPageWrap.data-search .searchOption:not(:last-child) {
  border-bottom: 1px solid #e3e3e3;
}

.searchPageWrap.data-search .searchOption input {
  display: none;
}

.searchPageWrap.data-search .optionItem {
  margin-top: 8px;
}

.searchPageWrap.data-search .searchOption label {
  display: block;
  min-width: 203px;
  padding: 0 16px;
  height: 32px;
  line-height: 32px;
  border-radius: 3px;
  color: #777777;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #d1d1d1;
  margin-right: 8px;
  flex-shrink: 0;
  transition: all 0.4s;
}

.searchPageWrap.data-search .searchOption input:checked + label {
  background: #0094e9;
  border: 1px solid #0094e9;
  color: #fff;
}

.searchPageWrap .search_page_bottom {
  width: 100%;
  padding: 18px 40px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ccc;
}

.searchPageWrap .search_page_bottom .left {
  width: calc(100% - 410px);
  align-items: flex-start;
}

.searchPageWrap .search_page_bottom .btn-wrap {
  padding: 0;
  flex-shrink: 0;
}

.searchPageWrap .search_page_bottom button {
  /* margin: 0 5px; */
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
  font-weight: 600;
}

.searchPageWrap .search_page_bottom button.selectReset {
  border: 1px solid #555555;
}

.searchPageWrap .search_page_bottom button.selectReset:hover {
  background: #efefef;
}

.searchPageWrap .search_page_bottom button.selectReset::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("./../image/common/icon_page_search_selectReset.png");
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 8px;
}

.searchPageWrap .search_page_bottom .keyword-box {
  width: calc(100% - 104px);
  padding: 0 52px;
}

.searchPageWrap .search_page_bottom .keyword-box ul {
  display: flex;
  flex-wrap: wrap;
}

.searchPageWrap .search_page_bottom .keyword-box li {
  display: inline-flex;
  justify-content: left;
  align-items: center;
  margin: 0 17px 7px 0;
}

.searchPageWrap .search_page_bottom .keyword-box li span {
  display: inline-block;
  font-size: 13px;
  padding-right: 15px;
}

.searchPageWrap .search_page_bottom .keyword-box .remove_btn {
  position: relative;
  display: block;
  min-width: 0;
  padding: 0;
  margin-right: 0;
}

.searchPageWrap .search_page_bottom .sel-search-box {
  border: none;
  width: 410px;
  padding: 2px 0;
  display: flex;
  justify-content: space-between;
  border: none;
  border-radius: unset;
  background-color: unset;
}

.searchPageWrap .search_page_bottom .sel-search-box .select-box {
  margin-bottom: 0;
}

/* 인기 검색어 */
.searchKeywordWrap {
  position: sticky;
  top: 94px;
  right: 0;
}

@media screen and (max-height: 800px) {
  .searchKeywordWrap {
    padding-right: 6px;
    height: calc(100vh - 110px);
    overflow-y: scroll;
  }

  .searchKeywordWrap::-webkit-scrollbar {
    width: 10px;
  }

  .searchKeywordWrap::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #ccc;
  }

  .searchKeywordWrap::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: #eee;
  }
}

/* ----------------------- 엔지니어링 데이터 ----------------------- */

.searchPageWrap.eng-data .noticeListWrap_top {
  border-bottom: none;
}

.searchPageWrap.eng-data .noticeListWrap_top:not(:first-child) {
  padding-top: 45px;
}

.searchPageWrap.eng-data.lineTwo .noticeListWrap_top:not(:first-child) {
  padding-top: 25px;
}

.searchPageWrap.eng-data .sortAndOption .top .left {
  width: 100%;
}

.searchPageWrap.eng-data .sortAndOption .top .left select {
  width: 176px;
  margin-right: 8px;
}

.searchPageWrap.eng-data .sortAndOption .top .left .sel-search-box {
  max-width: 280px;
}

.searchPageWrap.eng-data.lineTwoImage
  .sortAndOption
  .top
  .left
  .sel-search-box {
  max-width: 464px;
}

.searchPageWrap.eng-data .sortAndOption .top .left .projectSelect-box {
  max-width: 280px;
}

.searchPageWrap.eng-data .sortAndOption .top .left .sel-search-box .sel-btn {
  height: 32px;
  font-size: 14px;
  color: inherit;
}

.searchPageWrap.eng-data
  .sortAndOption
  .top
  .left
  .sel-search-box
  .sel-btn:hover {
  text-underline-position: unset;
  text-decoration: unset;
}

.searchPageWrap.eng-data.lineTwoImage .sortAndOption .top .left .fileType-box {
  max-width: 176px;
}

.searchPageWrap.eng-data.lineTwoImage
  .sortAndOption
  .top
  .left
  .fileType-box
  .sel-btn {
  text-align: left;
  background: url("../image/common/select-arrow.png") no-repeat
    calc(100% - 13px) center #fff;
}

.searchPageWrap.eng-data .sortAndOption .top .right {
  padding: 0;
}

.layer_popup.projectSelectPopup {
  width: 940px;
}

.layer_popup.projectSelectPopup .search_results-txt {
  padding-bottom: 20px;
  font-size: 16px;
}

.layer_popup.projectSelectPopup .table-solt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.layer_popup.projectSelectPopup .table-solt .left {
  display: flex;
  align-items: center;
}

.layer_popup.projectSelectPopup .table-solt select {
  width: 180px;
  height: 31px;
  font-size: 14px;
}

.layer_popup.projectSelectPopup .table-solt select:not(:last-child) {
  margin-right: 8px;
}

.layer_popup.projectSelectPopup .scroll-table {
  border: 1px solid #e3e3e3;
  border-top: 2px solid #555;
}

.layer_popup.projectSelectPopup .scroll-table table tr {
  height: 41px;
}

.layer_popup.projectSelectPopup .scroll-table table th {
  z-index: 100;
  position: sticky;
  top: 0;
  left: 0;
  height: 41px;
  padding: 7px 12px;
  font-size: 15px;
  border-bottom: none;
  background-color: #f9fbfe;
}

.layer_popup.projectSelectPopup .scroll-table table th::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #555;
}

.layer_popup.projectSelectPopup .scroll-table table td {
  font-size: 15px;
}

.layer_popup.projectSelectPopup .scroll-table table td:first-child {
  padding: 7px 12px;
}

.layer_popup.projectSelectPopup .scroll-table table td:nth-child(2) {
  padding: 7px 12px 7px 0;
}

.layer_popup.projectSelectPopup .scroll-table {
  overflow-y: auto;
  max-height: 534px;
}

/* 이미지 */
.searchPageWrap.lineTwoImage .noticeListWrap_board .noticeBoard {
  height: 325px;
}

.searchPageWrap.lineTwoImage
  .noticeListWrap_board
  .noticeBoard
  .boardFooter
  .leftInfoWrap
  .counter.volumeCount {
  display: block;
}

.searchPageWrap.lineTwoImage
  .noticeListWrap_board
  .noticeBoard
  .boardTop
  .boardTop_badge_wrap
  .badge.fileBadge {
  top: unset;
  bottom: 84px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: none;
  line-height: 21px;
}

.searchPageWrap.lineTwo.lineTwoImage
  .noticeBoard.fileFormat_error
  .fileFormat_exception_Content {
  background-color: #fff;
}

.searchPageWrap.lineTwo.lineTwoImage
  .noticeBoard.fileFormat_error
  .fileFormat_exception_Content
  .fileFormatContentInner
  p.n1 {
  font-size: 15px;
  color: #999;
  font-weight: 500;
  margin-top: 0;
}

/* ----------------------- // 엔지니어링 데이터 ----------------------- */

/* ----------------------- 엔지니어링 데이터 상세 ----------------------- */

.dataDetailPage .contents {
  padding-top: 30px;
}

.dataDetailPage .content_title_box {
  background-color: #0054aa;
  padding: 60px 20px;
  margin-bottom: 60px;
}

.dataDetailPage .content_title_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dataDetailPage .bookMark {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 20px;
  background: url(./../image/common/icon_page_search_bookMark.png) no-repeat
    center center #f6f6f6;
}

.dataDetailPage .bookMark.active {
  background: url(./../image/common/icon_page_search_bookMark_active.png)
    no-repeat center center #f6f6f6;
}

.dataDetailPage .content_title_top_left .content_title_top_tit {
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  color: #fff;
  margin-top: 10px;
}

.dataDetailPage .content_title_top_left .content_title_top_sub_tit {
  margin-top: 9px;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  color: #fff;
}

.dataDetailPage .content_title_bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 30px;
}

.dataDetailPage .content_title_bottom .content_title_bottom_left {
  display: flex;
}

.dataDetailPage
  .content_title_bottom
  .content_title_bottom_left
  .share_popup_btn {
  cursor: pointer;
}

.dataDetailPage .content_title_bottom .content_title_bottom_left div,
.dataDetailPage .content_title_bottom_right a {
  color: #fff;
}

.dataDetailPage .content_title_bottom .content_title_bottom_left div {
  margin-right: 10px;
}

.dataDetailPage .content_title_bottom_left img {
  transform: translateY(2px);
}

.dataDetailPage .content_title_bottom_right a {
  padding: 9px 17px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.dataDetailPage .content_title_bottom_right .downloadLink:hover {
  background-color: #efefef;
  color: #444;
}

.dataDetailPage .content_title_bottom_right .downloadLink::before {
  content: "";
  display: inline-block;
  width: 15px !important;
  height: 17px !important;
  margin-right: 2px;
  vertical-align: middle;
  background: url(./../image/common/icon_page_search_download.png);
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(214deg)
    brightness(105%) contrast(102%);
}

.dataDetailPage .content_title_bottom_right .downloadLink:hover::before {
  filter: none;
}

.content_data_info_box {
  margin: 20px 0;
}

.content_data_info_box .con_tit,
.data_info .con_tit,
.content_bottom .con_tit {
  font-weight: 600;
  color: #111111;
  font-size: 21px;
  padding: 0 0 20px 6px;
}

.content_data_info_box .con_tit {
  border-bottom: 1px solid #e3e3e3;
}

.content_data_info_box .con_tit + p {
  margin-top: 20px;
}

.data_view {
  background-color: thistle;
  text-align: center;
  color: #fff;
  padding: 200px;
}

.content_middle .tooltip-area {
  bottom: auto;
  right: auto;
  top: 68px;
  left: 135px;
  z-index: 99;
}

.content_middle .tooltip-area::after {
  top: -7px;
  left: 15px;
  transform: rotate(228deg);
}

.content_middle .searchPageWrap,
.content_middle .search_page_content {
  display: block;
}

.content_middle
  .searchPageWrap.lineTwo
  .search_page_content
  .noticeListWrap_bottom {
  display: flex;
  position: relative;
  overflow: hidden;
}

.content_middle .searchPageWrap.lineTwo .noticeListWrap_board {
  gap: 20px;
  flex-wrap: nowrap;
  transition: 0.6s;
  width: 100%;
}

.content_middle .searchPageWrap.lineTwo .noticeListWrap_board .noticeBoard {
  margin-right: 0;
}

.content_middle .searchPageWrap.lineTwo .search_page_content .boardFooter {
  border-top: 1px solid #e3e3e3;
}

.content_middle .noticeBoardInner:hover {
  background: #1047a1;
  border-color: #1047a1;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.content_middle .noticeBoardInner:hover .boardTop .badge.fileBadge {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: none;
}

.content_middle .noticeBoardInner:hover .boardContent .title,
.content_middle .noticeBoardInner:hover .boardFooter .counter,
.content_middle .noticeBoardInner:hover .boardFooter span {
  color: #fff;
}

.content_middle .noticeBoardInner:hover .boardFooter img.icon {
  filter: invert(88%) sepia(89%) saturate(0%) hue-rotate(197deg)
    brightness(100%) contrast(105%);
}

.content_bottom .list-table {
  border-top: 2px solid #555;
  border-bottom: 1px solid #555;
  margin-bottom: 20px;
}

.content_bottom .list-table th {
  background-color: #f9fbfe;
  border-right: 1px solid #e3e3e3;
}

.content_bottom .list-table th:last-child {
  border-right: none;
}

.content_bottom .btn {
  float: right;
}

.share_popup_content {
  height: 200px;
  width: 500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.share_url_btn,
.share_facebook_btn,
.share_twitter_btn,
.share_blog_btn,
.share_kakao_btn {
  text-align: center;
  font-size: 15px;
  color: #555;
}

.share_url_btn:before,
.share_facebook_btn:before,
.share_twitter_btn:before,
.share_blog_btn:before,
.share_kakao_btn:before {
  content: "";
  width: 65px;
  height: 65px;
  display: flex;
  margin-bottom: 15px;
}

.share_url_btn:before {
  background: url(../image/share_url_icon.png) no-repeat center center;
}

.share_facebook_btn:before {
  background: url(../image/share_facebook_icon.png) no-repeat center center;
}

.share_twitter_btn:before {
  background: url(../image/share_twitter_icon.png) no-repeat center center;
}

.share_blog_btn:before {
  background: url(../image/share_blog_icon.png) no-repeat center center;
}

.share_kakao_btn:before {
  background: url(../image/share_kakao_icon.png) no-repeat center center;
}

/* ----------------------- // 엔지니어링 데이터 상세 ----------------------- */

/* ----------------------- 공공데이터셋 ----------------------- */
.searchPageWrap.data-search.dataset .search_page_middle .searchOption {
  display: flex;
  align-items: flex-start;
  padding: 0 30px;
}

.searchPageWrap.data-search.dataset .search_page_middle .searchOption .left {
  width: 50%;
  display: flex;
  align-items: flex-start;
  padding-right: 15px;
}

.searchPageWrap.data-search.dataset .search_page_middle .searchOption .right {
  width: 50%;
  display: flex;
  align-items: flex-start;
  padding-left: 15px;
}

.searchPageWrap.data-search.dataset .searchOption .title-chk {
  padding: 5px 0 20px 0px;
}

.searchPageWrap.data-search.dataset .searchOption:first-child .title-chk {
  padding-top: 13px;
}

.searchPageWrap.data-search.dataset .searchOption:last-child .title-chk {
  padding-bottom: 28px;
}

.searchPageWrap.data-search.dataset .searchOption .title-chk label {
  width: 127px;
  min-width: unset;
  height: auto;
  margin-right: 0;
  padding: 3px 12px;
  line-height: 24px;
  font-size: 14px;
}

.searchPageWrap.data-search.dataset .searchOption .selectWrap {
  padding-top: 12px;
}

.searchPageWrap.data-search.dataset .searchOption:first-child .selectWrap {
  padding-top: 20px;
}

.searchPageWrap.data-search.dataset .searchOption:last-child .selectWrap {
  padding-bottom: 28px;
}

.searchPageWrap.data-search.dataset .searchOption .selectWrap label {
  min-width: unset;
  padding: 0;
  height: unset;
  text-align: left;
  line-height: 18px;
  font-size: 14px;
  border-radius: 0;
  border: none;
  margin-right: 18px;
}

.searchPageWrap.data-search.dataset
  .searchOption
  .selectWrap
  input:checked
  + label {
  background: none;
  border: none;
  color: #0094e9;
  /* 2023.11.30 웹 접근성 결함조치 */
  text-decoration: underline;
  text-underline-position: under;
  /* ----- 2023.11.30 웹 접근성 결함조치 ----- */
}

.searchPageWrap.data-search.dataset .sortAndOption > .top {
  border-top: 1px solid #ccc;
}

.searchPageWrap.data-search.dataset .searchDetailWrap {
  top: 60px;
}

.searchPageWrap.data-search.dataset .noticeBoard .boardContent .titleWrap {
  margin-bottom: 34px;
}

.searchPageWrap.data-search.dataset
  .noticeListWrap_board
  .noticeBoard
  .boardFooter
  span.date::before {
  display: none;
}

.searchPageWrap .search_page_bottom.reset_btn_wrap {
  padding-left: 30px;
}

/* ----------------------- // 공공데이터셋 ----------------------- */

/* ----------------------- 공간정보 ----------------------- */
.searchPageWrap.spatial-data .search_page_bottom .left {
  width: 100%;
}

.searchPageWrap.spatial-data .sortAndOption .top {
  flex-direction: row;
  border-top: 1px solid #ccc;
}

.searchPageWrap.spatial-data .sortAndOption .top .left select {
  min-width: 140px;
}

.searchPageWrap.spatial-data
  .sortAndOption
  .top
  .left
  select:not(:first-child) {
  margin-left: 8px;
}

.searchPageWrap.spatial-data .sortAndOption .top .right {
  padding: 0;
}

.searchPageWrap.spatial-data
  .noticeListWrap_board
  .noticeBoard
  .boardFooter
  span.date::before {
  display: none;
}

/* .data-text {
  margin-bottom: 28px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #444;
} */

.searchPageWrap.spatial-data
  .noticeListWrap_board
  .noticeBoard
  .boardContent
  .titleWrap {
  margin-bottom: 34px;
}

/* ----------------------- // 공간정보 ----------------------- */

/* ======================================== // 데이터 검색 ======================================== */

/* ======================================== 엔지니어링 공공데이터 설계지원 서비스 ======================================== */
.searchPageWrap.design_support_service {
  margin-bottom: 40px;
}

.searchPageWrap.design_support_service .search_pageTopMiddleWrap {
  border: 0;
  box-shadow: none;
}

.searchPageWrap.design_support_service .search_page_top {
  width: 100%;
  border-radius: 0;
  padding-top: 0;
  background: unset;
  padding-bottom: 40px;
}

.searchPageWrap.design_support_service .search_page_top .bar {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.searchPageWrap .btn_set {
  width: 66px;
  height: 66px;
  margin-left: 8px;
  background: url("../image/setting-icon.png") no-repeat center center #1047a1;
}

.sortAndOption .top .btn_set {
  width: 32px;
  height: 32px;
  margin-left: 8px;
  border-radius: 3px;
  background-size: 13px 13px;
}

.searchPageWrap.design_support_service .selectType {
  z-index: 4;
  position: absolute;
  height: 100%;
  display: flex;
}

.searchPageWrap.design_support_service .selectType select {
  height: 100%;
  width: 100%;
  border: 0;
  outline: none;
  padding: 0 40px 0 25px;
  font-size: 19px;
  font-weight: 500;
  color: #444444;
}

.searchPageWrap.design_support_service
  .selectType
  select[name="mainCategorySel"] {
  min-width: 200px;
}

.searchPageWrap.design_support_service
  .selectType
  select[name="subcategorySel"] {
  min-width: 255px;
}

.searchPageWrap.design_support_service
  .search_page_top
  .bar
  input[type="text"].mainInput {
  padding-left: 485px !important;
}

.searchPageWrap.design_support_service .search_page_content {
  display: block;
  margin-top: 0;
  padding-top: 34px;
  border-top: 1px solid #939393;
}

.searchPageWrap.design_support_service .noticeListWrap_board {
  display: flex;
  flex-wrap: wrap;
}

.searchPageWrap.design_support_service .noticeBoard {
  width: calc(50% - 10px);
}

.searchPageWrap.design_support_service .noticeBoard:nth-child(2n + 1) {
  margin-right: 10px;
}

.searchPageWrap.design_support_service .noticeBoard:nth-child(2n + 2) {
  margin-left: 10px;
}

.searchPageWrap.design_support_service .noticeBoard:last-child {
  margin-bottom: 20px !important;
}

.searchPageWrap.design_support_service .noticeBoard .noticeBoardLocation {
  margin-left: 0;
}

.searchPageWrap.design_support_service
  .noticeListWrap_board
  .noticeBoard
  .boardContent
  .titleWrap {
  margin-bottom: 8px;
}

.year-text {
  margin-bottom: 24px;
  line-height: 22px;
  font-size: 13px;
  font-weight: 500;
  color: #777;
}

.searchPageWrap.design_support_service
  .noticeBoard
  .boardFooter
  span.date::before {
  content: "";
}

/* .searchPageWrap.design_support_service .noneResultWrap .noneResultContent ul{width: auto; margin-left: 148px;} */

.searchPageWrap.design_support_service .searchDetailWrap {
  top: 86px;
}

/* ======================================== // 엔지니어링 공공데이터 설계지원 서비스 ======================================== */

/* ======================================== 공공 데이터 상세 페이지 ======================================== */
.open_data {
  padding: 60px 0;
}

.open_data .open_data-head {
  border-top: 2px solid #111;
  border-bottom: 1px solid #111;
}

.open_data .open_data-head .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 8px 32px 8px;
}

.open_data .open_data-head h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  color: #111;
}

.open_data .open_data-head p {
  margin-top: 9px;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
}

.open_data .open_data-head .right {
  margin-left: 120px;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}

.open_data .open_data-head .bookMark02-icon {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 20px;
  /* 2023.10.23 데이터 검색 즐겨찾기 아이콘 변경
  background: url("../image/bookMark02-icon.png") no-repeat center center#f6f6f6; */
  background: url(./../image/common/icon_page_search_Favorite.png) no-repeat
    center center#f6f6f6;
}

.open_data .open_data-head .bookMark02-icon:hover,
.open_data .open_data-head .bookMark02-icon.on {
  /* 2023.10.23 데이터 검색 즐겨찾기 아이콘 변경 
   background: url("../image/bookMark02-icon-hov.png") no-repeat center center#effaff; */
  background: url(./../image/common/icon_page_search_Favorite_active.png)
    no-repeat center center#effaff;
}

.open_data-body {
  margin-top: 30px;
}

.open_data-con:not(:last-child) {
  margin-bottom: 30px;
}

.open_data-con .table_unit {
  display: block;
  font-size: 13px;
  margin-bottom: 8px;
}

.open_data table {
  border-top: 1px solid #e3e3e3;
  border-bottom: none;
}

.open_data table th,
.open_data table td {
  font-size: 14px;
}

.open_data tbody th {
  padding: 18px;
}

.open_data tbody td:not(:last-child) {
  border-right: 1px solid #e3e3e3;
}

.open_data .data-view-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 17px;
}

.open_data .data-view-wrap {
  border: 1px solid #e3e3e3;
  border-top: 1px solid #222;
  width: 100%;
  position: relative;
  overflow: auto;
  max-height: 493px;
}

.open_data .data-view .data-table {
  width: 0;
  margin-top: -1px;
  border-collapse: separate;
  border-bottom: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}

.open_data .data-view .data-table.bbn {
  border-bottom: none;
}

.open_data .data-view .data-table.brn {
  border-right: none;
}

.open_data .data-table tr {
  height: 34px;
}

.open_data .data-table th,
.data-table td {
  width: 151px;
  padding: 4px 14px;
  box-sizing: border-box;
}

.open_data .data-table th {
  border-right: 1px solid #e3e3e3;
}

.open_data .data-table th:last-child {
  border-right: none;
}

.open_data .data-table thead th {
  border-bottom: 1px solid #e3e3e3;
}

.open_data .data-table td {
  border-right: 1px solid #e3e3e3;
  text-align: right;
  color: #555;
}

.open_data .data-table td:last-child {
  border-right: none;
}

.open_data .field.fix {
  z-index: 1;
  text-align: center;
}

.open_data .data-table .field {
  position: sticky;
  background-color: #f9fbfe;
}

.open_data .data-table .sub_field {
  position: sticky;
  background-color: #f9f9f9;
}

.open_data .data-table tbody .field,
.open_data .data-table tbody .sub_field {
  text-align: left;
}

.sel-search-box {
  width: 100%;
  padding: 21px 21px 13px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
}

.select-box-area {
  width: calc(100% - 44px);
  display: flex;
  flex-wrap: wrap;
}

.sel-search-box .search_btn {
  width: 36px !important;
  height: 36px;
  margin-left: 8px;
}

.sel-search-box .search_btn::before {
  width: 17px;
  height: 16px;
}

.sel-search-box .select-box {
  z-index: 18;
  position: relative;
  max-width: 312px;
  width: 100%;
  height: 36px;
  margin-bottom: 8px;
}

.sel-search-box.box-in-tooltip .select-box {
  max-width: 300px;
}

.sel-search-box .select-box:not(:nth-child(4n + 4)) {
  margin-right: 8px;
}

.sel-search-box .select-box:last-child {
  margin-right: 0;
}

.sel-search-box .select-box .sel-btn {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 36px;
  padding: 0 12px;
  text-align: left;
  justify-content: left;
  font-size: 15px;
  border: 1px solid #bababa;
  color: #111;
  background-color: #fff;
}

.sel-search-box .select-box .sel-btn::before {
  margin-right: 6px;
}

.sel-search-box .select-box .sel-btn.on {
  border: 1px solid #1047a1;
  color: #1047a1;
}

.sel-search-box .select-box .option-view {
  display: none;
  position: absolute;
  top: calc(100% - 2px);
  overflow: hidden;
  width: 100%;
  /*height: 292px;*/
  padding: 16px 6px 0 16px;
  font-size: 14px;
  border: 1px solid #bababa;
  background-color: #fff;
}

.sel-search-box .select-box .option-view.on {
  display: block;
}

.sel-search-box .select-box .select-area {
  display: flex;
  align-items: center;
  padding: 0 10px 12px 0;
}

.sel-search-box .select-box > .select-area {
  padding: 0;
}

.sel-search-box .select-box > .select-area .date-icon:not(:first-of-type) {
  margin-left: 6px;
}

.sel-search-box .select-area .date-icon::before {
  content: "";
  z-index: 100;
  position: absolute;
  left: 12px;
  top: 10px;
  width: 14px;
  height: 15px;
  background: url("../image/common/icon_datepicker.png") no-repeat center
    center/contain;
}

.sel-search-box .select-area .date-icon.on::before {
  content: "";
  z-index: 100;
  position: absolute;
  left: 12px;
  top: 10px;
  width: 14px;
  height: 15px;
  background: url("../image/common/icon_datepicker-hov.png") no-repeat center
    center/contain;
}

.sel-search-box .select-box .select-area .date-icon .select {
  width: 146px;
  height: 36px;
  padding-left: 32px;
  font-size: 15px;
}

.sel-search-box .select-box .select-area .date-icon.on .select {
  color: #1047a1;
  border: 1px solid #1047a1;
}

.sel-search-box .select-box .select-area .select {
  width: 130px;
  height: 32px;
  margin-left: 6px;
  font-size: inherit;
}

.sel-search-box .select-box .select-area .select:nth-of-type(1) {
  margin-left: 0;
}

.sel-search-box .select-box .select-area span {
  display: inline-block;
  margin-left: 6px;
  font-size: 13px;
  color: #666;
}

.sel-search-box .select-box .option {
  max-height: 230px;
  padding-bottom: 16px;
}

.sel-search-box .select-box .option .chk-area {
  font-size: inherit;
}

.sel-search-box .select-box .option .chk-area li .chk + label {
  vertical-align: baseline;
}

.sel-search-box .select-box .option .chk-area li:not(:first-child) {
  margin-top: 9px;
}

.sel-search-box .select-box .chk-depth-area > ul > li {
  padding-left: 16px;
}

.sel-search-box .select-box .chk-depth-area > ul ul {
  padding: 9px 0 0 16px;
}

.chk-depth02,
.chk-depth03 {
  display: none;
}

.chk-depth02.on,
.chk-depth03.on {
  display: block;
}

.depth-arrow {
  width: 10px;
  height: 14px;
  margin-left: -13px;
  display: inline-block;
  background: url("../image/depth-arrow.png") no-repeat left 3px;
}

.depth-arrow.active {
  transform: rotate(-180deg);
  background-position: right 6px;
}

.data-graph-box .data-view-top {
  justify-content: right;
}

.graph-view {
  position: relative;
  height: 460px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
}

.graph-view .chart {
  width: 100%;
  height: 100%;
}

/* ======================================== // 공공 데이터 상세 페이지 ======================================== */

/* ======================================== 사업 진행현황 분석 ======================================== */
.searchPageWrap.BusinessProgressStatusPage .search_page_top .selectItemWrap {
  margin-bottom: 0;
}

.searchPageWrap.BusinessProgressStatusPage
  .BusinessProgressStatusSearchBox
  .bar {
  max-width: 1220px;
  padding: 0;
}

.searchPageWrap.BusinessProgressStatusPage
  .BusinessProgressStatusSearchBox
  .bar
  .input_box:nth-of-type(1) {
  max-width: 253px;
  width: 100%;
  margin-right: 8px;
}

.searchPageWrap.BusinessProgressStatusPage
  .BusinessProgressStatusSearchBox
  .bar
  .input_box:nth-of-type(1)
  .mainInput {
  position: relative;
  z-index: 2;
  padding-right: 84px;
}

.searchPageWrap.BusinessProgressStatusPage
  .search_page_top
  .bar
  .input_box:nth-child(1)
  button.delete {
  right: 58px;
  width: 15px;
  height: 15px;
}

.searchPageWrap.BusinessProgressStatusPage
  .BusinessProgressStatusSearchBox
  .bar
  .input_box:nth-of-type(1)
  .keyWordBox {
  height: 197px;
}

.searchPageWrap.BusinessProgressStatusPage
  .BusinessProgressStatusSearchBox
  .bar
  .input_box:nth-of-type(2)
  .mainInput {
  max-width: 885px;
  width: 100%;
  padding-right: 56px;
}

.searchPageWrap.BusinessProgressStatusPage
  .search_page_top
  .bar
  .input_box:nth-child(2)
  button.delete {
  right: 24px;
}

.searchPageWrap.BusinessProgressStatusPage .search_page_top .bar .keyWordBox {
  position: absolute;
  display: none;
}

.searchPageWrap .btn_zoom {
  width: 66px;
  height: 66px;
  margin-left: 8px;
  background: url("../image/zoom-icon.png") no-repeat center center #1047a1;
}

.searchPageWrap .btn_zoom:hover {
  background-color: #0a3171;
  border: 1px solid #0a3171;
  color: #fff;
}

.searchPageWrap.BusinessProgressStatusPage .selectItemWrap {
  width: 810px;
}

.searchPageWrap.BusinessProgressStatusPage .selectItemWrap .selectItem {
  margin-bottom: 0;
}

.BusinessProgressStatusSearchExp {
  width: 966px;
  margin: 0 auto;
  padding: 30px 0 40px 0;
  display: flex;
}

.BusinessProgressStatusSearchExp img {
  margin-right: 32px;
  align-self: center;
}

.BusinessProgressStatusSearchExp p.title {
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 600;
  color: #1047a1;
  line-height: 20px;
}

.BusinessProgressStatusSearchExp p.expText {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #555555;
}

.BusinessProgressStatusSearchExp p.expText span:not(:last-child) {
  display: block;
  margin-bottom: 4px;
}

.searchPageWrap.BusinessProgressStatusPage .search_page_content {
  display: block;
}

.result-text-area {
  width: 100%;
  line-height: 32px;
  font-size: 19px;
  margin-bottom: 14px;
}

.result-text-area .bold {
  color: #111;
}

.progressStatus-list > li {
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: all 0.2s;
}

.progressStatus-list > li:hover,
.progressStatus-list > li.on {
  border: 1px solid #222;
}

.progressStatus-list > li:not(:last-child) {
  margin-bottom: 16px;
}

.progressStatus-list .title-area {
  position: relative;
  height: 74px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 19px 22px;
  border-radius: 4px 4px 0 0;
}

.progressStatus-list > li:hover .title-area,
.progressStatus-list > li.on .title-area {
  background-color: #f9f9f9;
}

.progressStatus-list > li:hover .title-area {
  border-radius: 4px;
}

.progressStatus-list > li.on .title-area {
  border-radius: 4px 4px 0 0;
}

.progressStatus-list .title-area .left {
  display: flex;
  align-items: center;
  width: calc(100% - 56px);
}

.progressStatus-list .title-area .left .arrow-btn {
  width: 19px;
  height: 12px;
  margin-right: 12px;
  background: url("../image/arrow-btn.png") no-repeat left center;
}

.progressStatus-list .title-area .left .arrow-btn.active {
  transform: rotate(-180deg);
}

.progressStatus-list .title-area .tit {
  font-size: 21px;
  font-weight: 600;
  color: #111;
}

.chk-keyWordBox-area {
  position: absolute;
  top: calc(100% + 2px);
  left: -1px;
  width: 100%;
  max-width: 624px;
  margin: 0 auto;
}

.chk-keyWordBox-area .keyWordBox {
  display: none;
  z-index: 2;
  position: absolute;
  top: calc(100% - 2px);
  width: 100%;
  border-radius: 0 0 4px 4px;
  border: 1px solid #999;
}

.chk-keyWordBox-area .keyWordBox.on {
  display: block;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.2);
}

.chk-keyWordBox-area .keyWordBox .keyWordBox-bottom {
  border-radius: 0 0 4px 4px;
}

.progressStatus-list .title-area .detail-btn {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.progressStatus-list .title-area .detail-btn::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #777;
}

.progressStatus-list .title-area .detail-btn::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  background-color: #777;
  transition: transform 0.4s;
}

.progressStatus-list .title-area .detail-btn.on:after {
  transform: rotate(-90deg);
}

.detail-area {
  display: none;
  padding: 20px;
  border-top: 1px solid #ccc;
}

.detail-area .process-step {
  padding: 20px;
}

.detail-area .process-step-list {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.detail-area .process-step-list::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4px;
  width: calc((100% - 94px));
  height: 2px;
  background-color: #eee;
}

.detail-area .process-step-list li {
  position: relative;
  max-width: 94px;
  width: 94px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 18px;
}

.detail-area .process-step-list li:not(:last-child) {
  margin-right: 25px;
}

.detail-area .process-step-list li.basic-step {
  color: #0094e9;
}

.detail-area .process-step-list li.basic-step:after {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #0094e9;
}

.detail-area .process-step-list li.etc-step {
  color: #6d9c00;
}

.detail-area .process-step-list li.etc-step:after {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 1px solid #6d9c00;
  background-color: #fff;
}

.detail-area .process-step-list li.step-desabled {
  color: #111;
}

.detail-area .process-step-list li.step-desabled::after {
  background-color: #ccc;
}

.process-detail-wrap {
  justify-content: space-between;
  margin-top: 20px;
}

.process-detail {
  max-width: 94px;
  width: 100%;
}

.detail-area .process-detail-list:not(:last-child) {
  margin-right: 25px;
}

.detail-area .process-detail-list li {
  max-width: 94px;
  width: 94px;
  height: 50px;
  padding: 4px;
  text-align: center;
  border-radius: 4px;
  background-color: #f9f9f9;
  cursor: pointer;
}

.detail-area .process-detail-list li:hover,
.detail-area .process-detail-list li.on {
  color: #fff;
  background-color: #0094e9;
}

.detail-area .process-detail-list li:not(:last-child) {
  margin-bottom: 10px;
}

.detail-area .process-detail-list li em {
  display: block;
  line-height: 24px;
  font-size: 15px;
  color: #111;
}

.detail-area .process-detail-list li:hover em,
.detail-area .process-detail-list li.on em {
  color: #fff;
}

.detail-area .process-detail-list li .date {
  line-height: 18px;
  letter-spacing: -0.03em;
  font-size: 13px;
  font-weight: 400;
  color: #666;
}

.detail-area .process-detail-list li:hover .date,
.detail-area .process-detail-list li.on .date {
  color: #fff;
}

.process-detail-inner {
  justify-content: space-between;
}

.process-table-area {
  margin-top: 20px;
}

.process-table {
  border: 1px solid #e3e3e3;
  border-top: 1px solid #a9a9a9;
}

.process-table thead tr:last-child th {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #a9a9a9;
  color: #111;
}

.detail-area .process-table tbody tr {
  border-bottom: 1px solid #e3e3e3;
}

.detail-area .process-table tbody tr.on {
  background-color: #f2f7fb;
}

.detail-area .process-table tbody td {
  font-size: 15px;
  border-top: none;
  color: #555;
  word-break: break-word;
}

.detail-area .process-table tbody td:not(:last-child) {
  border-right: 1px solid #e3e3e3;
}

.detail-area .process-table .noneResult-text {
  font-size: 14px;
  color: #777;
}

/* ======================================== // 사업 진행현황 분석 ======================================== */

/* ======================================== 요약리포트 관리 ======================================== */
.report_management {
  display: flex;
  flex-wrap: wrap;
  margin-top: -15px;
  padding-bottom: 30px;
}

.data-view-top.only_xlxs {
  display: block;
  width: auto;
  max-width: fit-content;
  margin-left: auto;
}

.report_management_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 20px;
}

.report_management_top .title {
  display: flex;
  align-items: center;
  font-size: 21px;
  padding-left: 6px;
}

.report_management_top .title h4 {
  font-weight: 600;
  color: #111111;
}

.report_management .report_list {
  width: 314px;
  height: 60px;
  border: 1px solid #ccc;
  flex-wrap: wrap;
  display: flex;
  margin-right: 34px;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 5px;
  align-items: center;
  margin-top: 14px;
}

.report_management .report_list:nth-child(4n) {
  margin-right: 0;
}

.report_management .report_list span {
  color: #444;
  font-size: 15px;
  font-weight: 700;
  word-break: keep-all;
}

.report_management .report_list span.report_tit {
  font-size: 18px;
  font-weight: 500;
  padding-left: 9px;
}

/* type_02 */
.report_management.type_02 .report_list {
  width: 100%;
  background-color: #fff;
  align-content: space-around;
}

.report_management.type_02 .report_list {
  margin-right: 0;
}

.report_management.type_02 .report_list select {
  width: 20%;
  margin-left: 20px;
}

.report_management.type_02 .report_list input {
  width: 25%;
  margin-left: 20px;
}

.report_management.type_02 .report_list .btnS {
  display: inline-flex;
  margin-left: auto;
  flex-shrink: 0;
  align-items: center;
  vertical-align: middle;
}

.report_management.type_02 .report_list button {
  display: block;
  width: 18px;
  height: 18px;
  font-size: 0;
  border-radius: 0;
  background: url(./../image/common/btn_order.png) 50% 50%/12px auto no-repeat;
}

.report_management.type_02 .report_list button:hover {
  background: url("./../image/common/btn_order_hover.png") 50% 50%/12px auto
    no-repeat;
}

.report_management.type_02 .report_list button.upBtn {
  transform: rotate(180deg);
  margin-right: 10px;
}

.report_management.type_02 .report_list button.btn_plus,
.report_management.type_02 .report_list button.btn_minus {
  background-color: #2076cf;
  border: 1px solid #2076cf;
  border-radius: 3px;
  color: #fff;
  padding: 4px 13px;
  margin-bottom: 0;
  background-image: none;
  text-indent: 0;
  font-size: 22px;
  width: 42px;
  height: 36px;
  margin-right: 10px;
  font-weight: 500;
}

.report_management.type_02 .report_list button.btn_plus:before {
  visibility: visible;
  content: "+";
}

.report_management.type_02 .report_list button.btn_minus:before {
  visibility: visible;
  content: "-";
}

.report_management.type_02 .report_list button.btn_plus:hover,
.report_management.type_02 .report_list button.btn_minus:hover {
  background-image: none;
  background-color: #0054aa;
  border: 1px solid #0054aa;
}

.report_management_select {
  margin-top: 20px;
  padding-bottom: 10px;
}

.report_management_select.report_management .report_list select {
  width: 10%;
  margin-left: 0;
  margin-right: 20px;
}

/* ======================================== // 요약리포트 관리 ======================================== */

/* ======================================== AI 추천 검색  FO-040200 ======================================== */
.aiSearchExp .expText .bold.blue {
  font-size: 17px;
  font-weight: 600;
  color: #1047a1;
  margin-right: -3px;
}

/* ======================================== // AI 추천 검색  FO-040200 ===================================== */

/* ======================================== AI 추천 검색 서비스 소개 FO-040204 ======================================== */
.search_page_top.New {
  padding-bottom: 40px;
}

.aiServiceInfoBox {
  padding: 50px 0 100px 0;
  overflow: hidden;
}

.aiServiceInfo {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 120px 0;
}

.aiServiceInfo:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.ServiceInfoTitle.big {
  font-size: 34px;
  color: #1047a1;
  margin-bottom: 30px;
}

.ServiceInfoTitle {
  margin-bottom: 20px;
  line-height: 30px;
  font-size: 24px;
  font-weight: 600;
  color: #1047a1;
}

.ServiceInfoTitle.red {
  color: #ea002c;
}

.aiServiceInfoBox .aiServiceInfo:first-child .aiServiceText {
  font-size: 18px;
  line-height: 32px;
}

.aiServiceText {
  line-height: 28px;
  font-size: 17px;
  font-weight: 400;
  color: #444;
  margin-top: 25px;
}

.strong_text {
  font-weight: 600;
}

.strong_text.blue {
  color: #0094e9;
}

.qustionList a:hover {
  text-decoration: underline;
}

.aiServiceimgbox {
  width: 550px;
}

.aiServiceimgbox img,
.aiservicegifbox img {
  width: inherit;
  object-fit: cover;
}

.aiservicegifbox,
.aiServiceInfo:last-child .aiServiceimgbox {
  width: 630px;
}

.request-icon.dark {
  filter: invert(100%) sepia(0%) saturate(1680%) hue-rotate(347deg)
    brightness(106%) contrast(101%);
}

.strong_text.red {
  color: #ff3030;
  font-weight: 500;
}

.exBox {
  border: 1px solid #ccc;
  padding: 10px 18px;
}

.exBox p::before {
  content: "•";
}

.highLight {
  background-color: #fff000;
}

.underline_text.actiive,
.highLight_01.active,
.highLight_02.active,
.highLight_03.active {
  background-color: #fff000;
}

/* 스와이퍼 화살표 위치값 조정*/

.aiServiceInfo:last-child .aiServiceimgbox {
  width: 750px;
}

.aiServiceInfo:last-child .swiper-wrapper .swiper-slide img {
  width: 630px;
  margin: 0 auto;
  display: block;
}

/* swiper */
.swiper .swiper-pagination {
  position: relative;
  padding-top: 35px;
}

.swiper
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px);
  padding: 1px;
}

.swiper .swiper-pagination .swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 23px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 23px)
  );
}

.swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  width: 55px;
  border-radius: 20px;
}

/* ======================================== //  AI 추천 검색 서비스 소개 ======================================== */
/* ======================================== 엔지니어링 법령정보 LLM 서비스 ======================================== */

.contents-body {
  position: relative;
}

.contens_body_qna {
  margin-bottom: 48px;
  min-height: 380px;
}

.qna_container {
  overflow-y: scroll;
  max-height: 460px;
  padding: 0 20px;
}

.qna_container::-webkit-scrollbar {
  width: 10px;
}

.qna_container::-webkit-scrollbar-button {
  display: none;
}

.qna_container::-webkit-scrollbar-thumb {
  background: #e5e5e5;
  border-radius: 12px;
}

.qna_container::-webkit-scrollbar-track {
  background: #f7f7f7;
  border-radius: 12px;
}

.qestn_contents_box,
.answer_contents_box,
.refer_title_box,
.similr_title_box {
  display: flex;
  min-height: 100px;
}

.qestn_contents_box {
  padding: 15px 15px 20px 15px;
  justify-content: flex-start;
}

.answer_contents_box {
  padding: 0 15px 15px 15px;
  justify-content: flex-end;
}

.refer_contents_box {
  border: 1px solid #cdcfd1;
  border-radius: 3px;
  padding: 15px 15px 0 15px;
}

.qestn_txt,
.answer_txt {
  max-width: 80%;
  padding: 12px 15px;
}

.qestn_txt {
  border: 1px solid #e3e3e3;
  border-radius: 0 7px 7px 7px;
}

.answer_txt {
  background-color: #f7fbff;
  border: 1px solid #9ebfd9;
  border-radius: 7px 0 7px 7px;
}

.refer_title_box {
  min-height: 60px;
}

.similr_title_box {
  min-height: 0px;
  margin-bottom: 12px;
}

.qestn_avatar,
.answer_avatar,
.refer_avatar,
.similr_avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 10px;
}

.qestn_avatar {
  background: url(../image/user_icon.png) no-repeat center center;
  background-size: 28px;
  /* background-color: #f7f7f7; */
  border: 1px solid #eeeceb;
}

.answer_avatar {
  background: url(../image/eng_icon.png) no-repeat center center;
  background-size: 32px;
  /* background-color: #f7f7f7; */
  border: 1px solid #acc7dc;
  margin-left: 10px;
  margin-right: 0;
}

.refer_avatar {
  background: url(../image/references_icon.png) no-repeat center center;
  background-size: 32px;
  /* background-color: #f7f7f7; */
  border: 1px solid #cdcfd1;
}

.similr_avatar {
  background: url(../image/similr_icon.png) no-repeat center center;
  background-size: 32px;
  /* background-color: #f7f7f7; */
  border: 1px solid #cdcfd1;
}

.qestn_txt,
.answer_txt,
.refer_txt {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: #444444;
  word-break: break-all;
  overflow-wrap: break-word;
  /* width: 90%; */
}

.refer_txt {
  margin-left: 20px;
  display: none;
  color: #010101;
  line-height: 27px;
  letter-spacing: 0.25px;
}

.refer_contens {
  margin: 20px 0;
}

.refer_title,
.similr_title {
  font-size: 18px;
  color: #111;
  padding: 10px 0 7px 0;
  font-weight: 700;
}

.refer_list {
  font-size: 15px;
  padding: 0 15px 20px 15px;
}

.refer_more {
  position: relative;
  padding: 3px 10px;
  vertical-align: middle;
}

.refer_more:hover {
  cursor: pointer;
}

.refer_more:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  transform: rotate(45deg);
  transition: transform 0.2s;
  vertical-align: middle;
  position: absolute;
  top: 9px;
  right: 0;
}

.refer_more.active:after {
  transform: rotate(135deg) translateY(1px) translateX(-3px);
}

.refer_sub_title {
  color: #1047a1;
  font-weight: 700;
}

.refer_txt {
  margin-top: 8px;
}

.refer_sub_title::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #1047a1;
  vertical-align: middle;
}

.similr_list {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.similr_list li {
  color: #444;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  word-break: keep-all;
  background-color: #f9f8f8;
  width: 312px;
  padding: 10px 20px;
  min-height: 80px;
  border-radius: 5px;
  word-break: keep-all;
  cursor: pointer;
}

.similr_list li:hover {
  background-color: #f5f3f2;
}

.similr_contens {
  margin-bottom: 55px;
}

.contens_body_search.searchPageWrap.bimLibrary .search_page_top {
  margin-bottom: 0px;
}

.searchPageWrap .search_page_top .bar.New .input_box button.zoom {
  background: url(./../image/llm_arrow_icon.png) no-repeat center;
}

/* 타이핑 */
.answer_txt,
.answer_avatar,
.refer_contens,
.similr_contens {
  display: none;
}

.answer_txt.typing,
.answer_avatar.typing {
  display: block;
}

/* === 타이핑 === */

/* ======================================== // 엔지니어링 법령정보 LLM 서비스 끝 ======================================== */

/* ======================================== 20240611 요약리포트 추가 수정사항 ======================================== */
.table_search_ai {
  margin-left: 5px;
  margin-bottom: -5px;
}

.table_txt_search_ai {
  font-weight: 900;
  color: #000;
}

.reportPopup table td {
  word-break: keep-all;
}

.reportLink.reportPopupOpen {
  margin-bottom: -3px;
}

.reportPopup .remove_btn {
  position: relative;
  display: inline-block;
  background: url(../image/remove_btn-icon.png) no-repeat center;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  margin-left: 5px;
}

/* ======================================== // 20240611 요약리포트 추가 수정사항 끝 ======================================== */

/* 2024.05.13 반응형 */
@media screen and (max-width: 1040px) {
  .objectTypeCheckList {
    min-height: 140px;
    height: max-content;
  }

  .searchPageWrap .search_page_middle .check_wrap {
    height: 62px;
    padding-top: 0;
  }

  /* 2024.06.10 -FO-040204 이우현 반응형 수정*/
  .aiServiceInfo {
    flex-direction: column;
    align-items: center;
  }

  /* 2024.09.03 -FO-040204 김자영 상단 검색부분 반응형*/

  .aiSearchExp {
    padding: 30px 50px;
  }

  .searchPageWrap .search_page_middle .check_wrap .checkBox_item {
    width: auto;
    height: auto !important;
    margin-bottom: 8px;
    display: inline-block;
  }

  .searchPageWrap .search_page_middle .check_wrap {
    height: auto;
    padding-top: 20px;
  }

  .searchPageWrap .search_page_middle .check_wrap {
    display: flex;
    margin-left: 40px;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    padding: 15px 0 20px 0px;
  }

  .aiServiceTextbox {
    margin-bottom: 40px;
  }
}
