@charset "UTF-8";
/* 검색 */
.ptg-main-banner {
  width: 100%;
  /*-- margin-bottom: 50px; */
  /*-- background-image: url(../../images/main-banner-bg.jpg); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ptg-main-banner .main-title {
  width: 100%;
  padding-bottom: 50px;
  letter-spacing: 2.5px;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-family: "Noto Sans KR";
}
/*-- .ptg-main-banner .ptg-w1200 {
	padding: 0;
	height: 100%;
} */
/*-- .ptg-main-banner .main-search {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 710px;
	height: 100%;
} */
.ptg-main-banner .search_box {
  width: 700px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.ptg-main-banner .search_box .search_pick {
  border-radius: 25px;
  width: 150px;
  height: 50px;
  font-size: 16px;
  color: #6d6c6c;
  padding: 12px 16px;
  border: 1px solid #206ae2;
  background-image: url(../../images/cmmn/arrow_down.svg);
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-color: #fff;
  box-sizing: border-box;
  /*-- margin-bottom: 15px; */
}
.ptg-main-banner .search_box .search_field {
  width: 480px;
  height: 50px;
  margin: 0px 8px;
  padding: 16px;
  border-radius: 25px;
  border: 1px solid #206ae2;
  font-size: 16px;
  color: #2b2b2b;
  box-sizing: border-box;
}
.ptg-main-banner .search_box .btn_search {
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  border: 0;
  background-color: #0e4194;
  border-radius: 50%;
  box-sizing: border-box;
}
.ptg-main-banner .keyword {
  width: 700px;
  display: flex;
  /*-- justify-content: space-between; */
  margin: 0 auto;
  margin-top: 20px;
  /*-- padding-left: 16px; */
  /*-- font-weight: bold; */
}
.ptg-main-banner .keyword p {
  width: 150px;
  text-align: center;
  font-weight: bold;
}
.ptg-main-banner .keyword span {
  border: 1px solid #ccc;
  border-radius: 20px;
  /*-- padding: 8px; */
  padding: 4px 15px 3px 15px;
  /*-- margin-left: 10px; */
  margin: 5px;
  font-size: 15px;
  /*-- font-weight: normal; */
  cursor: pointer;
}
.ptg-main-banner .keyword span:first-child {
  /*-- margin-left: 84px; */
  margin-left: 20px;
}
/* 카테고리 */
.data-category {
  padding-top: 50px;
}
.ptg-category {
  width: 100%;
  box-sizing: border-box;
}
.ptg-category-item {
  width: 150px;
  height: 140px;
  box-sizing: border-box;
}
.ptg-category-item.hide {
  display: none;
}
.ptg-category-button {
  width: 90%;
  height: 87%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  border-radius: 7px;
  margin: auto;
}
.ptg-category .ptg-category-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.ptg-category-list .ptg-category-name {
  margin-top: 3px;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  position: relative;
  z-index: 1;
}
.ptg-category-list .ptg-category-item.active .item-count{
	display:block;
	color:#fff;
	margin-top:0px;
}
.ptg-category-list .ptg-category-item.active:hover .item-count{
	display:block;
  color: #fff;
  margin-top: 0px;
}
.ptg-category-list .ptg-category-item.active .item-bg {
  background-color: #0084dced;
  padding-top:27px;
  background-image: url(../../images/cmmn/category-active.svg);
  background-position: top 28px center;
  background-repeat: no-repeat;
}
.ptg-category-list ul li {
  cursor: pointer;
}
.ptg-category-list ul li button {
  cursor: pointer;
  background-color: transparent;
  position: relative;
  z-index: 10;
}
.ptg-category-list .item-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #001a539c;
  box-sizing: border-box;
  border-radius: 7px;
  border: 0px;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ptg-category-list .item-bg:hover {
  background-color: #0084dced;
  padding-top: 27px;
  background-image: url(../../images/cmmn/category-active.svg);
  background-position: top 26px center;
  background-repeat: no-repeat;
}
.ptg-category-list .item-bg:hover .item-count{
	margin-top: 0px;
}
.ptg-category-list .item-count {
  display: none;
  position: relative;
  z-index: 1;
  font-weight: 400;
}
.ptg-category-list li:hover .item-count {
  display: block;
  margin-top: 5px;
  color: #fff;
}
.ptg-category-list .cat00 {
  background: url('../../images/category2/category01_bg.png') no-repeat center/cover;
}
.ptg-category-list .cat01 {
  background: url('../../images/category2/category02_bg.png') no-repeat center/cover;
}
.ptg-category-list .cat02 {
  background: url('../../images/category2/category03_bg.png') no-repeat center/cover;
}
.ptg-category-list .cat15 {
  background: url('../../images/category2/category04_bg.png') no-repeat center/cover;
}
.ptg-category-list .cat16 {
  background: url('../../images/category2/category05_bg.png') no-repeat center/cover;
}
.ptg-category-list .cat03 {
  background: url('../../images/category2/category06_bg.png') no-repeat center/cover;
}
.ptg-category-list .cat04 {
  background: url('../../images/category2/category07_bg.png') no-repeat center/cover;
}
.ptg-category-list .cat05 {
  background: url('../../images/category2/category08_bg.png') no-repeat center/cover;
}
.ptg-category-list .cat06 {
  background: url('../../images/category2/category09_bg.png') no-repeat center/cover;
}
.ptg-category-list .cat07 {
  background: url('../../images/category2/category10_bg.png') no-repeat center/cover;
}
.ptg-category-list .cat08 {
  background: url('../../images/category2/category11_bg.png') no-repeat center/cover;
}
.ptg-category-list .cat09 {
  background: url('../../images/category2/category12_bg.png') no-repeat center/cover;
}
.ptg-category-list .cat10 {
  background: url('../../images/category2/category13_bg.png') no-repeat center/cover;
}
.ptg-category-list .cat11 {
  background: url('../../images/category2/category14_bg.png') no-repeat center/cover;
}
.ptg-category-list .cat12 {
  background: url('../../images/category2/category15_bg.png') no-repeat center/cover;
}
.ptg-category-list .cat13 {
  background: url('../../images/category2/category16_bg.png') no-repeat center/cover;
}
.ptg-category-list .cat14 {
  background: url('../../images/category2/category17_bg.png') no-repeat center/cover;
}
.ptg-category-list .techmap {
  background: url('../../images/category2/category18_bg.png') no-repeat center/cover;
}
/* 2022-07-01 카테고리 tooltip 
.tooltip {
	display: inline-block;
	font-weight: 500;
}

.tooltip-text {
	display: none;
	position: absolute;
	width: 100px;
	border: 1px solid;
	border-radius: 20px;
	padding: 5px;
	font-size: 14px;
	color: #fff;
	background: #001e5f;
	margin-top: -93px;
	text-align: center;
}

.tooltip:hover .tooltip-text {
	display: block;
}

.ptg-category-item.active .tooltip-text {
	display: block;
}

.ptg-category-item.hide {
	display: none;
}
*/
/* 검색 */
.search-result {
  width: 100%;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.search-result .ptg-select {
  max-width: 150px;
}
.search-result-text {
  display: flex;
  font-size: 18px;
  color: #333333;
}
.search-result-text .search-keyword {
  font-weight: bold;
  color: #0e4194;
}
.search-result-text .result-count {
  margin-left: 10px;
  color: #000;
  font-size: 15px;
  padding: 3px 15px;
  border: 0px;
  background-color: #E7EEF4;
  border-radius: 30px;
  font-weight: 600;
}
.search-result .menu {
  margin: 0 5px 0 10px;
}
.search-result .menu button {
  border: 0px;
  font-size: 14px;
  padding: 9px 15px 7px 15px;
  border-radius: 2px;
  background: #96abd0;
  color: #fff;
  margin-right: 5px;
  box-sizing: border-box;
  height: 36px;
}
.search-result .menu button:hover {
  background: #0e4194;
}
.search-result .menu .on {
  background: #0e4194;
  cursor: default;
}
.search-result .box_01 {
  width: 50%;
  display: flex;
  align-items: center;
}
.search-result .box_01 span {
  margin-right: 20px;
  font-size: 18px;
  font-weight: bold;
}
.search-result .box_01 .total {
  margin-left: 15px;
  font-weight: 400;
}
.search-result .box_01 .total2 {
  margin-left: 5px;
  font-weight: 400;
}
.search-result .box_01 select {
  width: 150px;
  height: 40px;
  font-size: 16px;
  color: #6d6c6c;
  padding: 4px 16px;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  background-image: url(../../images/cmmn/arrow_down.svg);
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-color: #fff;
  box-sizing: border-box;
}
.search-result .box_02 select {
  width: 150px;
  height: 40px;
  font-size: 16px;
  color: #6d6c6c;
  padding: 4px 16px;
  margin-right: 15px;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  background-image: url(../../images/cmmn/arrow_down.svg);
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-color: #fff;
  box-sizing: border-box;
}
.search-result .box_02 {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: right;
}
.search-result .box_02 .ptg-select {
  margin-right: 10px;
}
/* 리스트(바둑판형) */
.ptg-album-list {
  margin-top: 10px;
  width: 1200px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ptg-album-item {
  width: 225px;
  height: 350px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0/ 8%);
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ptg-album-item:hover {
  border: 2px solid #0e4194;
}
.ptg-album-item .item-title {}
.ptg-album-item .item-title img {
  width: 181px;
  border: 1px solid #e7e7e7;
  margin-bottom: 10px;
  cursor: pointer;
}
.ptg-album-item .item-title h2 {
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  cursor: pointer;
}
.ptg-album-item .item-info {
  bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.ptg-album-item .item-info img.ctgry {
  width: 13px;
  height: 13px;
}
.ptg-album-item .item-info .view {}
.ptg-album-item .item-info .date {}
.ptg-album-item .relay-item-info {
  display: flex;
  flex-direction: column;
  bottom: 20px;
}
.ptg-album-item .relay-item-info .view {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 21px;
}
.ptg-album-item .relay-item-info .date {
  padding-top: 4px;
}
/*-- .ptg-album-list ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0px;
}

.ptg-album-list ul li {
	list-style: none;
	width: 225px;
	height: 350px;
	position: relative;
	margin: 0px 15px 15px 0px;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 10px;
	box-shadow: 0px 0px 5px 0px rgb(0 0 0/ 8%);
	background: #fff;
	box-sizing: border-box;
	overflow: hidden;
}

.ptg-album-list ul li:hover {
	border: 2px solid #0e4194;
}

.ptg-album-list ul li span:first-child {
	margin-right: 5px;
}

.ptg-album-list ul li h2 {
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	cursor: pointer;
}

.ptg-album-list ul li img {
	width: 185px;
	border: 1px solid #e7e7e7;
	margin-bottom: 10px;
	cursor: pointer;
}

.ptg-album-list ul li .date {
	width: 185px;
	position: absolute;
	bottom: 20px;
	display: flex;
	justify-content: space-between;
}

.ptg-album-list ul li .icon {
	width: 13px;
	height: 13px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	font-size: 14px;
	padding-top: 8px;
}

.ptg-album-list ul li .category-market-icon {
	background-image: url(../../images/category/category_market_blue.png);
}

.ptg-album-list ul li .category-security-icon {
	background-image: url(../../images/category/category_security_blue.png);
}

.ptg-album-list ul li .category-kor-icon {
	background-image: url(../../images/category/category_kor_blue.png);
}

.ptg-album-list ul li .category-population-icon {
	background-image: url(../../images/category/category_population_blue.png);
}

.ptg-album-list ul li .category-economy-icon {
	background-image: url(../../images/category/category_economy_blue.png);
}

.ptg-album-list ul li .category-soctyScnce-icon {
	background-image: url(../../images/category/category_soctyScnce_blue.png);
}

.ptg-album-list ul li .category-industry-icon {
	background-image: url(../../images/category/category_industry_blue.png);
}

.ptg-album-list ul li .category-housCnstrc-icon {
	background-image: url(../../images/category/category_housCnstrc_blue.png);
}

.ptg-album-list ul li .category-medical-icon {
	background-image: url(../../images/category/category_medical_blue.png);
}

.ptg-album-list ul li .category-education-icon {
	background-image: url(../../images/category/category_education_blue.png);
}

.ptg-album-list ul li .category-traffic-icon {
	background-image: url(../../images/category/category_traffic_blue.png);
}

.ptg-album-list ul li .category-energy-icon {
	background-image: url(../../images/category/category_energy_blue.png);
}

.ptg-album-list ul li .category-culture-icon {
	background-image: url(../../images/category/category_culture_blue.png);
}

.ptg-album-list ul li .category-tour-icon {
	background-image: url(../../images/category/category_tour_blue.png);
}

.ptg-album-list ul li .category-sports-icon {
	background-image: url(../../images/category/category_sports_blue.png);
}

.ptg-album-list ul li .category-etc-icon {
	background-image: url(../../images/category/category_etc_blue.png);
}

.ptg-album-list ul li .date .icon img {
	width: 100%;
	border: 0px;
}

.ptg-album-list ul li .date .view {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
	float: left;
}

.ptg-album-list ul li .date .number {
	display: flex;
	justify-content: space-between;
	float: right;
}

.ptg-album-list ul li .date img {
	width: 13px;
	border: 0px;
	margin: 0px;
}

.ptg-carousel-item .graph-thumbnail-img {
	border: 1px solid #e7e7e7;
}

.ptg-carousel-item:hover .graph-thumbnail-img {
	border: 1px solid #206ae2;
}

.ptg-thumbnail .ptg-thumbnail-caption {
	word-break: keep-all;
} */
/* 리스트(목록형) */
.ptg-thumail-list {
  /*-- margin-top: 30px; */
  margin-top: 20px;
}
.ptg-thumail-list .list_type {
  display: flex;
  padding: 30px;
  border-top: 2px solid #000;
  border-bottom: 1px solid #d1d1d1;
}
.ptg-thumail-list .list_type:hover {
  background: #f1f7ff;
}
.ptg-thumail-list .list_type .thumnail {
  width: 20%;
  padding: 0px 20px 0px 20px;
  margin-right: 20px;
}
.ptg-thumail-list .list_type .thumnail img {
  width: 240px;
  cursor: pointer;
}
.ptg-thumail-list .list_type .thumnail img:hover {
  box-shadow: 0 0 0 2px #0e4194;
}
.ptg-thumail-list .list_type .data_info {
  position: relative;
  width: 80%;
  padding: 0px 0px 0px 20px;
  height: 155px;
}
.ptg-thumail-list .list_type .data_info h1 {
  max-width: 85%;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}
.ptg-thumail-list .list_type .data_info h1 img {
  margin-left: 12px;
}
.ptg-thumail-list .list_type .data_info p {
  width: 100%;
  color: #4e4e4e;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: -15px;
  margin: 0px;
}
.ptg-thumail-list .list_type .data_info p .category img {
  width: 14px;
}
.ptg-thumail-list .list_type .data_info .graph-description {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 20px;
  height: 80px;
  color: #999999;
  font-size: 14px;
}
.ptg-thumail-list .list_type .data_info p span {
  padding-right: 30px;
}
.ptg-thumail-list .list_type .data_info p span img {
  width: 13px;
  margin-right: 7px;
}
.ptg-thumail-list .list_type .data_info p span:last-child {
  border: 0px;
}
.ptg-thumail-list .list_type .data_info button {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #0e4194;
  border-radius: 20px;
  padding: 4px 23px 5px 23px;
  font-size: 15px;
  color: #fff;
}
.ptg-thumail-list .list_type .data_info img {
  width: 25px;
  margin-top: 2px;
}
.ptg-thumbnail .ptg-thumbnail-caption {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #2b2b2b;
  padding: 5px;
  box-sizing: border-box;
}
/* 중계 */
/* 중계검색 결과 리스트 메뉴 */
.bridge_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  background: #4676b2;
  color: #fff;
  margin: 25px 0px 15px 0px;
}
.bridge_list ul {
  position: relative;
  width: 90%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  transition-property: transform;
  box-sizing: content-box;
  padding: 10px 0px 10px 15px;
  background: #0a3671;
  min-height: 45px;
}
.bridge_list li {
  padding: 0 10px;
  line-height: 300%;
}
.bridge_list li span {
  width: 100%;
  text-align: center;
  font-size: 15px;
  color: #fff;
  padding: 5px 20px 5px 20px;
  box-sizing: border-box;
}
.bridge_list li span:hover {
  color: #fff !important;
  border-radius: 25px;
  border: 1px solid #fff;
  cursor: pointer;
  margin: 0px -1px 0px -1px;
}
.bridge_list li .on {
  color: #fff !important;
  border-radius: 25px;
  background: #4676b2;
  border: 1px solid #4676b2;
  margin: 0px -1px 0px -1px !important;
  cursor: pointer;
}
.bridge_list .title {
  width: 160px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding-top: 2px;
  text-align: center;
}
.relayCardView {
  flex-direction: column;
  align-items: flex-start;
}
.relayError {
  text-align: center;
  font-size: larger;
  color: red;
}
/* 유사 데이터 그래프 슬라이더(리스트형) */
.graph-carousel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 0;
  padding: 0px 10px;
  background-color: #f5f5f5;
  overflow: hidden;
  transition: height 600ms cubic-bezier(0.2, 0, 0.2, 1) 0ms;
  box-sizing: border-box;
  border-top: 1px solid #d1d1d1;
  margin-top: -1px;
}
.graph-carousel .ptg-carousel-prev {
  width: 15px;
  border: 0;
  background-color: transparent;
}
.graph-carousel .ptg-carousel-next {
  width: 15px;
  border: 0;
  background-color: transparent;
}
.graph-carousel .ptg-carousel-list {
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.graph-carousel .ptg-carousel-list ul {
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.graph-carousel .ptg-carousel-list .ptg-carousel-item {
  display: inline-block;
  width: 210px;
  height: initial;
  margin: 0px 6px;
  border: 0;
  vertical-align: top;
  cursor: pointer;
}
.graph-carousel .ptg-carousel-list .ptg-carousel-item .graph-thumbnail-img {
  width: 100%;
  box-sizing: border-box;
}
.graph-carousel .ptg-carousel-list .ptg-carousel-item .graph-thumbnail-img img {
  width: 100%;
  vertical-align: middle;
}
.graph-carousel .loading {
  display: flex;
  height: 100%;
}
.graph-carousel .loading img {
  margin: auto;
}
/* 리스트 페이지 네비게이션 */
.ptg-pagination {
  width: 100%;
  margin-top: 20px;
}
.ptg-pagination .ptg-pagination-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
.ptg-pagination .ptg-pagination-wrapper .ptg-pagination-number {
  width: 34px;
  margin: 0px 3px;
  padding: 7px 0 0 0;
  font-size: 15px;
  color: #6d6c6c;
  text-align: center;
  cursor: pointer;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  box-sizing: border-box;
}
.ptg-pagination .ptg-pagination-wrapper .ptg-pagination-number-selected {
  background-color: #0e4194;
  border-color: #206ae2;
  color: #fff;
}
.ptg-pagination .ptg-pagination-wrapper .ptg-pagination-first, .ptg-pagination .ptg-pagination-wrapper .ptg-pagination-prev, .ptg-pagination .ptg-pagination-wrapper .ptg-pagination-next, .ptg-pagination .ptg-pagination-wrapper .ptg-pagination-last {
  width: 34px;
  margin: 0px 3px;
  padding: 6px 0px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  box-sizing: border-box;
}
.ptg-pagination img {
  width: 12px;
  height: 12px;
}