@charset "UTF-8";

.page-description {
	text-align: center;
	font-size: 17px;
	color: #6d6c6c;
	margin: 18px 0px 50px 0px;
}

.list-panel {
	width: 100%;
}

.list-panel-title {
	text-align: center;
	font-size: 20px;
	color: #1b1b1b;
	margin: 60px 0px 20px 0px;
}

.company-option {
	width: 100%;
	height: 100px;
	display: flex;
	align-items: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #d9d9d9;
	box-sizing: border-box;
}

.company-option .option-checkbox-group {
	width: 70%;
	height: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0px 10px;
	box-sizing: border-box;
}

.company-option .option-checkbox-group .option-checkbox {
	width: 20%;
	display: flex;
	align-items: center;
}

.company-option .option-checkbox-group .option-checkbox>span {
	font-size: 16px;
	color: #4e4e4e;
	margin-left: 5px;
}

.company-option .search-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 15%;
	height: 100%;
	border-left: 1px solid #e7e7e7;
}

.company-option .search-button button {
	width: 100px;
	font-size: 17px;
	padding: 8px;
	background-color: #455267;
}

.company-option .search-button button:hover {
	background-color: #333c4c;
}

.company-option-title {
	width: 15%;
	height: 100%;
	line-height: 100px;
	text-align: center;
	background-color: #f9f9f9;
	box-sizing: border-box;
}

.use-option {
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 50px;
}

.use-option .option-checkbox-group {
	display: flex;
	align-items: center;
}

.use-option .option-checkbox-group .option-checkbox {
	display: flex;
	align-items: center;
	margin-right: 15px;
}

.use-option .option-checkbox-group .option-checkbox>span {
	font-size: 17px;
	color: #333333;
	margin-left: 5px;
	padding-top: 4px;
}

.use-option-title {
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	margin-right: 25px;
}

.use-option-title img{
	display: none;
}

.use-option-title span{
	font-size: 20px;
}

.search-result {
	width: 100%;
	padding: 0px 10px;
	margin-top: 30px;
	padding-top: 17px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #d9d9d9;
	box-sizing: border-box;
}

.search-result .ptg-select {
	/* max-width: 150px; */
	width: 150px;
    margin-right: 10px;
}

.search-result-text {
	font-size: 18px;
	color: #333333;
}

.search-result-text .search-keyword {
	font-weight: bold;
	color: #0e4194;
}

.search-result-text .result-count {
	font-weight: bold;
	font-size: 17px;
	color: #333333;
	padding: 3px 15px;
	margin-left: 10px;
	border: 1px solid #aeaeae;
	background-color: #fff;
}

.search-result .view-type {
	display: flex;
}

.search-result .view-type button {
	border: 0px;
	font-size: 14px;
	padding: 9px 18px 7px 18px;
	border-radius: 2px;
	background: #96abd0;
	color: #fff;
	margin-top: 1px;
	box-sizing: border-box;
	height: 48px;
}

.search-result .view-type button:first-child {
	margin-right: 5px;
}

.search-result .view-type button:hover {
	background: #0e4194;
}

.search-result .view-type .on {
	background: #0e4194;
	cursor: default;
}

.search-result .change-result {
	display: flex;
}

.data-search-list {
	/*-- margin-top: 15px; */
}

.data-search-list .ptg-thumbnail-list-item {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
}

.data-search-list .ptg-thumbnail-list-item .graph {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 20px;
	border-bottom: 1px solid #d9d9d9;
	box-sizing: border-box;
}

.data-search-list .ptg-thumbnail-list-item:hover {
	background-color: #f6fcff;
}

.data-search-list .ptg-thumbnail-list-item:hover .graph-title {
	color: #0e4194;
}

.data-search-list .ptg-thumbnail-list-item .button-group {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	/* margin-top: 13px; */
}

.data-search-list .ptg-thumbnail-list-item .button-group>button {
	font-size: 15px;
	padding: 5px 23px;
}

.data-search-list .ptg-thumbnail-list-item .button-group>button.ptg-button-outline__darkblue:hover {
	border: 1px solid #206ae2;
}

.data-search-list .ptg-thumbnail-list-item .button-group>button.ptg-button__darkblue {
	border: 1px solid #0e4194;
	margin-left: 5px;
}

.data-search-list .ptg-thumbnail-list-item .button-group>button.ptg-button__darkblue:hover {
	border: 1px solid #206ae2;
	background-color: #206ae2;
}

.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-category-item.active .ptg-category-button {
	background-color: #0084dc;
	border-radius: 7px;
}

.ptg-category-button:hover {
	background-color: #0e4194;
}

.ptg-thumbnail-list .ptg-thumbnail-list-item .graph-info .graph-date-writer li {
	margin: 0px;
	padding: 0px 20px;
	border-left: 1px solid rgb(202, 202, 202);
}

.ptg-thumbnail-list .ptg-thumbnail-list-item .graph-info .graph-date-writer li:first-child {
	margin: 0px;
	padding-left: 0px;
	border: none;
}

.ptg-thumbnail-list .ptg-thumbnail-list-item .graph-info .graph-date-writer li::before {
	content: "";
	margin-right: 0px;
}

.ptg-thumbnail-list .ptg-thumbnail-list-item .graph-info .graph-description {
	height: auto;
	min-height: 40px;
	-webkit-line-clamp: 2;
}

.ptg-thumbnail-list .ptg-thumbnail-list-item .graph-info .graph-title {
	flex: 9;
}

/* 그래프 슬라이더 */
.graph-carousel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 0px;
	padding: 0px 10px;
	background-color: #fbfbfb;
	overflow: hidden;
	transition: height 600ms cubic-bezier(0.2, 0, 0.2, 1) 0ms;
	box-sizing: border-box;
}

.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;
}

.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;
}

.graph-carousel .ptg-carousel-list .ptg-carousel-item .graph-thumbnail-img {
	width: 100%;
	box-sizing: border-box;
}
/* 데이터 중계 검색 결과 */
.block {
	border: 5px solid #4697cf;
	padding: 40px;
	margin-top: 70px;
}

.block h2 {
	margin-bottom: 5px;
}

.block p {
	float: right;
	font-size: 15px;
	margin-top: -30px;
}

.mgt0 {
	margin-top: 0px !important;
}
/* 중계검색 결과 리스트 메뉴 */
.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;
	background-color: #4676b2;
	padding-top: 2px;
	text-align: center;
}

.data-category {
	padding-top: 50px;
}

.data-list {
	/*-- padding-bottom: 100px; */
}

.data-list .no-data {
	display: flex;
    height: 180px;
    align-items: center;
}

.data-list .no-data h6 {
	margin: 0 auto;
}