@charset "UTF-8";

.ptg-toggle {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 30px;
}

.ptg-toggle .ptg-input-toggle {
	opacity: 0;
	width: 0;
	height: 0;
}

.ptg-toggle .ptg-input-toggle:checked+.ptg-toggle-slider {
	background-color: #206ae2;
}

.ptg-toggle .ptg-input-toggle:checked+.ptg-toggle-slider::before {
	color: #0e4194;
	transform: translateX(30px);
}

.ptg-toggle .ptg-toggle-slider {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background-color: #ccc;
	border-radius: 20px;
	transition: 0.4s;
}

.ptg-toggle .ptg-toggle-slider::before {
	content: "P";
	position: absolute;
	width: 24px;
	height: 24px;
	top: 3px;
	left: 3px;
	font-size: 17px;
	color: #ccc;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	transition: 0.4s;
}

.ptg-form-invalid-feedback .ptg-form-text {
	font-weight: bold;
	color: #f44336;
}

.ptg-list-board {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	border-top: 2px solid #000;
}

.ptg-list-board-head {
	width: 100%;
	max-width: 100%;
	display: inline-flex;
	align-items: center;
	border-bottom: 1px solid #000;
}

.ptg-list-board-head .ptg-list-item-column {
	flex: 1;
	font-size: 17px;
	color: #2b2b2b;
	padding: 20px 10px;
	text-align: center;
	box-sizing: border-box;
}

.ptg-list-item, .ptg-list-no-item {
	width: 100%;
	max-width: 100%;
	display: inline-flex;
	border-bottom: 1px solid #d9d9d9;
}

.ptg-list-item .ptg-list-item-column, .ptg-list-no-item .ptg-list-item-column {
	flex: 1;
	color: #4e4e4e;
	font-size: 16px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	padding: 20px 10px;
	box-sizing: border-box;
}

.ptg-pagination {
	width: 100%;
}

.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: 5px 0px;
	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: #333c4c;
	border-color: #206ae2;
	color: #fff;
	border-color: transparent;
}

.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;
}

.ptg-search-bar {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ptg-search-bar .ptg-search-bar-select {
	width: 25%;
	border-radius: 0;
}

.ptg-search-bar .ptg-search-bar-input {
	width: 63%;
	border-radius: 0.25rem;
}

@media ( max-width : 415px) {
	.ptg-search-bar {
		flex-direction: column;
	}
	.ptg-search-bar .ptg-search-bar-select {
		width: 100%;
	}
	.ptg-search-bar .ptg-search-bar-input {
		width: 100%;
	}
	.ptg-search-bar .ptg-search-bar-button {
		width: 100%;
		height: 50px;
		border-radius: 0.25rem;
	}
	.ptg-search-bar>* {
		margin: 5px 0px;
	}
}

.ptg-graph-list-option {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 400px;
}

.ptg-graph-list-option .ptg-graph-list-option-sort {
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0.5;
	border: 0;
	background-color: transparent;
}

.ptg-graph-list-option .ptg-graph-list-option-sort>img {
	width: 30px;
}

.ptg-graph-list-option .ptg-graph-list-option-sort>span {
	font-size: 16px;
	font-weight: 500;
	color: #1f1f1f;
	margin-left: 10px;
}

.ptg-graph-list-option .ptg-graph-list-option-sort:hover {
	opacity: 1;
}

.ptg-graph-list-option .ptg-graph-list-option-sort.active {
	opacity: 1;
}

.ptg-graph-list-option .ptg-graph-list-option-term {
	max-width: 150px;
}

.ptg-category {
	width: 100%;
	box-sizing: border-box;
}

.ptg-category .ptg-category-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}

/*

.ptg-category-button {
	width: 90%;
	height: 87%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid #83899F;
}

.ptg-category-button .ptg-category-icon {
	width: 30px;
	height: 30px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.ptg-category-button .ptg-category-name {
	margin-top: 5px;
	font-size: 14px;
	font-weight: 500;
	color: #1b1b1b;
}

.ptg-category-button .ptg-category-name:first-child {
	font-size: 14px;
}

.ptg-category-button .category-all-icon {
	width: 40px;
	height: 40px;
	background-image: url(../../images/category/category_all_blue.svg);
}

.ptg-category-button .category-market-icon {
	background-image: url(../../images/category/category_market_blue.png);
}

.ptg-category-button .category-security-icon {
	background-image: url(../../images/category/category_security_blue.png);
}

.ptg-category-button .category-economy-icon {
	background-image: url(../../images/category/category_economy_blue.png);
}

.ptg-category-button .category-soctyScnce-icon {
	background-image: url(../../images/category/category_soctyScnce_blue.png);
}

.ptg-category-button .category-industry-icon {
	background-image: url(../../images/category/category_industry_blue.png);
}

.ptg-category-button .category-housCnstrc-icon {
	background-image: url(../../images/category/category_housCnstrc_blue.png);
}

.ptg-category-button .category-medical-icon {
	background-image: url(../../images/category/category_medical_blue.png);
}

.ptg-category-button .category-education-icon {
	background-image: url(../../images/category/category_education_blue.png);
}

.ptg-category-button .category-traffic-icon {
	background-image: url(../../images/category/category_traffic_blue.png);
}

.ptg-category-button .category-energy-icon {
	background-image: url(../../images/category/category_energy_blue.png);
}

.ptg-category-button .category-culture-icon {
	background-image: url(../../images/category/category_culture_blue.png);
}

.ptg-category-button .category-tour-icon {
	background-image: url(../../images/category/category_tour_blue.png);
}

.ptg-category-button .category-sports-icon {
	background-image: url(../../images/category/category_sports_blue.png);
}

.ptg-category-button .category-etc-icon {
	background-image: url(../../images/category/category_etc_blue.png);
}

.ptg-category-button:hover {
	background-color: #0e4194;
}

.ptg-category-button:hover .ptg-category-name {
	color: #fff;
}

.ptg-category-button:hover .category-all-icon {
	width: 40px;
	height: 40px;
	background-image: url(../../images/category/category-hover/category_all.svg);
}

.ptg-category-button:hover .category-market-icon {
	background-image: url(../../images/category/category-hover/category_market.png);
}

.ptg-category-button:hover .category-security-icon {
	background-image: url(../../images/category/category-hover/category_security.png);
}

.ptg-category-button:hover .category-economy-icon {
	background-image: url(../../images/category/category-hover/category_economy.png);
}

.ptg-category-button:hover .category-soctyScnce-icon {
	background-image: url(../../images/category/category-hover/category_soctyScnce.png);
}

.ptg-category-button:hover .category-industry-icon {
	background-image: url(../../images/category/category-hover/category_industry.png);
}

.ptg-category-button:hover .category-housCnstrc-icon {
	background-image: url(../../images/category/category-hover/category_housCnstrc.png);
}

.ptg-category-button:hover .category-medical-icon {
	background-image: url(../../images/category/category-hover/category_medical.png);
}

.ptg-category-button:hover .category-education-icon {
	background-image: url(../../images/category/category-hover/category_education.png);
}

.ptg-category-button:hover .category-traffic-icon {
	background-image: url(../../images/category/category-hover/category_traffic.png);
}

.ptg-category-button:hover .category-energy-icon {
	background-image: url(../../images/category/category-hover/category_energy.png);
}

.ptg-category-button:hover .category-culture-icon {
	background-image: url(../../images/category/category-hover/category_culture.png);
}

.ptg-category-button:hover .category-tour-icon {
	background-image: url(../../images/category/category-hover/category_tour.png);
}

.ptg-category-button:hover .category-sports-icon {
	background-image: url(../../images/category/category-hover/category_sports.png);
}

.ptg-category-button:hover .category-etc-icon {
	background-image: url(../../images/category/category-hover/category_etc.png);
}

.ptg-category-item.active .ptg-category-button {
	background-color: #0e4194;
	border: 4px solid #003078;
}

.ptg-category-item.active .ptg-category-button .ptg-category-name {
	color: #fff;
}

.ptg-category-item.active .ptg-category-button .category-all-icon {
	width: 40px;
	height: 40px;
	background-image: url(../../images/category/category-hover/category_all.svg);
}

.ptg-category-item.active .ptg-category-button .category-market-icon {
	background-image: url(../../images/category/category-hover/category_market.png);
}

.ptg-category-item.active .ptg-category-button .category-security-icon {
	background-image: url(../../images/category/category-hover/category_security.png);
}

.ptg-category-item.active .ptg-category-button .category-economy-icon {
	background-image: url(../../images/category/category-hover/category_economy.png);
}

.ptg-category-item.active .ptg-category-button .category-soctyScnce-icon {
	background-image: url(../../images/category/category-hover/category_soctyScnce.png);
}

.ptg-category-item.active .ptg-category-button .category-industry-icon {
	background-image: url(../../images/category/category-hover/category_industry.png);
}

.ptg-category-item.active .ptg-category-button .category-housCnstrc-icon {
	background-image: url(../../images/category/category-hover/category_housCnstrc.png);
}

.ptg-category-item.active .ptg-category-button .category-medical-icon {
	background-image: url(../../images/category/category-hover/category_medical.png);
}

.ptg-category-item.active .ptg-category-button .category-education-icon {
	background-image: url(../../images/category/category-hover/category_education.png);
}

.ptg-category-item.active .ptg-category-button .category-traffic-icon {
	background-image: url(../../images/category/category-hover/category_traffic.png);
}

.ptg-category-item.active .ptg-category-button .category-energy-icon {
	background-image: url(../../images/category/category-hover/category_energy.png);
}

.ptg-category-item.active .ptg-category-button .category-culture-icon {
	background-image: url(../../images/category/category-hover/category_culture.png);
}

.ptg-category-item.active .ptg-category-button .category-tour-icon {
	background-image: url(../../images/category/category-hover/category_tour.png);
}

.ptg-category-item.active .ptg-category-button .category-sports-icon {
	background-image: url(../../images/category/category-hover/category_sports.png);
}

.ptg-category-item.active .ptg-category-button .category-etc-icon {
	background-image: url(../../images/category/category-hover/category_etc.png);
}

*/


.ptg-editing {
	width: 100%;
	border-top: 2px solid #000;
	border-bottom: 1px solid #d9d9d9;
}

.ptg-editing .ptg-editing-head {
	width: 100%;
}

.ptg-editing .ptg-editing-content {
	width: 100%;
	padding: 20px;
	border-top: 1px solid #d9d9d9;
	box-sizing: border-box;
}

.ptg-thumbnail-list {
	width: 100%;
}

.ptg-thumbnail-list .ptg-thumbnail-list-item-group {
	width: 100%;
}

.ptg-thumbnail-list .ptg-thumbnail-list-item {
	width: 100%;
	height: 240px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px;
	cursor: pointer;
	border-bottom: 1px solid #d9d9d9;
	box-sizing: border-box;
}

.ptg-thumbnail-list .ptg-thumbnail-list-item:first-child {
	border-top: 2px solid #000;
}

.ptg-thumbnail-list .ptg-thumbnail-list-item .ptg-thumbnail {
	width: 240px;
	overflow: hidden;
}

.ptg-thumbnail-list .ptg-thumbnail-list-item .ptg-thumbnail img {
	vertical-align: middle;
}

.ptg-thumbnail-list .ptg-thumbnail-list-item .graph-info {
	flex: 1;
	height: 100%;
	margin-left: 20px;
}

.ptg-thumbnail-list .ptg-thumbnail-list-item .graph-info .graph-title {
	width: 100%;
	font-weight: bold;
	font-size: 23px;
}

.ptg-thumbnail-list .ptg-thumbnail-list-item .graph-info .graph-description {
	display: -webkit-box;
	width: 100%;
	height: 70px;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	line-height: 1.6;
	word-wrap: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 14px;
	color: #999999;
	margin: 20px 0px;
}

.ptg-thumbnail-list .ptg-thumbnail-list-item .graph-info .graph-date-writer {
	width: 100%;
	display: flex;
	align-items: center;
}

.ptg-thumbnail-list .ptg-thumbnail-list-item .graph-info .graph-date-writer li {
	font-size: 15px;
	color: #4e4e4e;
	margin-right: 40px;
}

.ptg-thumbnail-list .ptg-thumbnail-list-item .graph-info .graph-date-writer li::before {
	content: "·";
	margin-right: 5px;
}

@media ( max-width : 415px) {
	.ptg-thumbnail-list .ptg-thumbnail-list-item-group .ptg-thumbnail-list-item {
		display: block;
		width: 100%;
		height: auto;
	}
	.ptg-thumbnail-list .ptg-thumbnail-list-item-group .ptg-thumbnail-list-item .ptg-thumbnail {
		width: 100%;
		margin-bottom: 10px;
	}
	.ptg-thumbnail-list .ptg-thumbnail-list-item-group .ptg-thumbnail-list-item .graph-info {
		width: 100%;
		margin-left: 0px;
	}
	.ptg-thumbnail-list .ptg-thumbnail-list-item-group .ptg-thumbnail-list-item .graph-date-writer {
		display: block;
	}
}

.ptg-thumbnail-list-grid {
	width: 100%;
	padding: 25px 25px 0px 25px;
	border-top: 2px solid #000;
	border-bottom: 1px solid #d9d9d9;
	box-sizing: border-box;
}

.ptg-thumbnail-list-grid-item-group {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.ptg-thumbnail-list-grid-item {
	width: 270px;
	height: 320px;
	border: 1px solid #e7e7e7;
	margin-right: 22px;
	margin-bottom: 40px;
	cursor: pointer;
	box-sizing: border-box;
}

.ptg-thumbnail-list-grid-item:nth-child(4n+4) {
	margin-right: 0;
}

.ptg-thumbnail-list-grid-item .ptg-thumbnail {
	width: 100%;
	height: 200px;
	padding: 10px;
	border: 0;
}

.ptg-thumbnail-list-grid-item .graph-title {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding: 10px;
	color: #333333;
	border-top: 1px solid #e7e7e7;
	box-sizing: border-box;
}

.ptg-thumbnail-list-grid-item .graph-date-writer {
	width: 100%;
	padding: 10px 20px;
	border-top: 1px solid #e7e7e7;
	box-sizing: border-box;
}

.ptg-thumbnail-list-grid-item .graph-date-writer li {
	font-size: 15px;
	color: #4e4e4e;
}

.ptg-thumbnail-list-grid-item .graph-date-writer li::before {
	content: "·";
	margin-right: 5px;
}

@media ( max-width : 415px) {
	.ptg-thumbnail-list-grid-item {
		width: 100%;
		margin-right: 0px;
	}
	.ptg-thumbnail-list-grid-item .ptg-thumbnail {
		width: 260px;
		margin: 0 auto;
	}
}

.ptg-carousel-horizontal {
	width: 100%;
	display: flex;
	position: relative;
	align-items: center;
	z-index: 1;
}

.ptg-carousel-horizontal>.ptg-carousel-item-group-wrapper {
	width: 95%;
	overflow: hidden;
	margin: 0 auto;
}

.ptg-carousel-horizontal>.ptg-carousel-item-group-wrapper>.ptg-carousel-item-group {
	width: 200%;
	display: flex;
	justify-content: space-around;
	box-sizing: border-box;
}

.ptg-carousel-horizontal>.ptg-carousel-item-group-wrapper>.ptg-carousel-item-group>.ptg-carousel-item {
	width: 25%;
	margin: 0px 10px;
	box-sizing: border-box;
}

.ptg-carousel-horizontal>.ptg-carousel-item-group-wrapper>.ptg-carousel-item-group>.ptg-carousel-item>.ptg-thumbnail {
	width: 100%;
	height: auto;
}

.ptg-carousel-horizontal>.ptg-carousel-item-group-wrapper>.ptg-carousel-item-group>.ptg-carousel-item>.ptg-thumbnail>a {
	display: block;
}

.ptg-carousel-horizontal>.ptg-carousel-prev {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
	background-color: transparent;
	border: 0;
	padding: 0;
	margin-top: -1em;
}

.ptg-carousel-horizontal>.ptg-carousel-next {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 10;
	background-color: transparent;
	border: 0;
	padding: 0;
	margin-top: -1em;
}

@media ( max-width : 1024px) {
	.ptg-carousel-horizontal>.ptg-carousel-item-group-wrapper>.ptg-carousel-item-group {
		width: 266.667%;
	}
	.ptg-carousel-horizontal>.ptg-carousel-item-group-wrapper>.ptg-carousel-item-group>.ptg-carousel-item {
		width: 33.333%;
	}
}

@media ( max-width : 415px) {
	.ptg-carousel-horizontal>.ptg-carousel-item-group-wrapper>.ptg-carousel-item-group {
		width: 800%;
	}
	.ptg-carousel-horizontal>.ptg-carousel-item-group-wrapper>.ptg-carousel-item-group>.ptg-carousel-item {
		width: 100%;
		margin: 0px 30px;
	}
	.ptg-carousel-horizontal>.ptg-carousel-prev {
		width: 10%;
	}
	.ptg-carousel-horizontal>.ptg-carousel-next {
		width: 10%;
	}
}

.ptg-carousel-vertical {
	width: 100%;
	height: 100%;
	display: flex;
	position: relative;
	z-index: 1;
	padding: 30px 0px;
	box-sizing: border-box;
}

.ptg-carousel-vertical>.ptg-carousel-item-group-wrapper {
	width: 100%;
	height: 770px;
	overflow: hidden;
}

.ptg-carousel-vertical>.ptg-carousel-item-group-wrapper>.ptg-carousel-item-group {
	width: 100%;
	height: 1530px;
	box-sizing: border-box;
}

.ptg-carousel-vertical>.ptg-carousel-item-group-wrapper>.ptg-carousel-item-group>.ptg-carousel-item {
	height: 180px;
	margin: 10px 0px;
	box-sizing: border-box;
}

.ptg-carousel-vertical>.ptg-carousel-item-group-wrapper>.ptg-carousel-item-group>.ptg-carousel-item>.ptg-thumbnail {
	width: 100%;
	height: 100%;
}

.ptg-carousel-vertical>.ptg-carousel-prev {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -0.7em;
	z-index: 10;
	background-color: transparent;
	border: 0;
	padding: 0;
	transform: rotate(90deg);
}

.ptg-carousel-vertical>.ptg-carousel-next {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -0.7em;
	z-index: 10;
	background-color: transparent;
	border: 0;
	padding: 0;
	transform: rotate(90deg);
}

.ptg-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 500;
	visibility: hidden;
}

.ptg-modal .ptg-modal-dialog-wrapper {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	justify-content: center;
}

.ptg-modal .ptg-modal-dialog-wrapper .ptg-modal-dialog {
	display: flex;
	flex-direction: column;
	position: relative;
	width: calc(100vw - 30px);
	max-width: 600px;
	height: auto;
	/* height: 60%; */
	z-index: 520;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.4);
	overflow: hidden;
}

.ptg-modal .ptg-modal-head {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0px;
	border-bottom: 1px solid #cacaca;
	box-sizing: border-box;
}

.ptg-modal .ptg-modal-head .modal-close-button {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 50px;
	padding: 15px;
	border: 0;
	background-color: transparent;
	box-sizing: border-box;
}

.ptg-modal .ptg-modal-head .modal-close-button img {
	width: 100%;
}

.ptg-modal .ptg-modal-content {
	width: 100%;
	box-sizing: border-box;
}

.ptg-modal .ptg-modal-content>p {
	padding: 40px 0px 25px 0px;
	text-align: center;
	font-size: 18px;
	color: #333333;
}

.ptg-modal .ptg-modal-foot {
	display: flex;
	width: 100%;
	margin: auto;
	justify-content: center;
	align-items: center;
	margin-top: auto;
	padding: 20px 0px;
	box-sizing: border-box;
}

.ptg-modal .ptg-modal-foot>button {
	display: flex;
	align-items: center;
	justify-content: space-around;
	font-size: 16px;
	font-weight: 400;
	border-radius: 2rem;
	margin: 10px;
}

.ptg-modal .ptg-modal-foot .outline {
	color: #206ae2;
	background-color: transparent;
	border: 1px solid #206ae2;
}

.ptg-modal .ptg-modal-foot .makePayment {
	color: #fff;
    background-color: #206ae2;
    border: 0;
}

.ptg-modal .ptg-modal-background {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 510;
	background: transparent\8;
	background: rgba(0, 0, 0, 0.8);
	zoom: 1;
}

.ptg-modal-crud {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 500;
	visibility: hidden;
}

.ptg-modal-crud .ptg-modal-crud-dialog {
	position: absolute;
	z-index: 520;
	width: 100%;
	max-width: 550px;
	height: 100vh;
	top: 0;
	right: -550px;
	padding: 15px 30px;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	box-sizing: border-box;
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.27);
	transition: all 0.4s;
}

.ptg-modal-crud .ptg-modal-crud-dialog .ptg-modal-head {
	flex: 1;
}

.ptg-modal-crud .ptg-modal-crud-dialog .ptg-modal-content {
	flex: 6;
}

.ptg-modal-crud .ptg-modal-crud-dialog .ptg-modal-foot {
	flex: 1;
}

.ptg-modal-crud .ptg-modal-crud-background {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 510;
	background: black;
	background: transparent\9;
	background: rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6c800000, endColorstr=#6c800000);
	zoom: 1;
}

@media ( max-width : 1024px) {
	.ptg-modal-crud .ptg-modal-crud-dialog {
		max-width: 850px;
	}
}

@media ( max-width : 415px) {
	.ptg-modal-crud .ptg-modal-crud-dialog {
		max-width: 100%;
	}
}

.ptg-detail-view {
	width: 100%;
	border-top: 2px solid #000;
	border-bottom: 1px solid #cacaca;
	box-sizing: border-box;
}

.ptg-detail-view .ptg-detail-view-head {
	padding: 30px;
	text-align: center;
	box-sizing: border-box;
}

.ptg-detail-view .ptg-detail-view-content {
	padding: 50px 0px 100px 0px;
	border-top: 1px solid #e7e7e7;
	box-sizing: border-box;
}

.ptg-tree {
	width: 100%;
	height: 500px;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: auto;
	border: 1px solid #ccc;
	padding: 10px 20px;
	box-sizing: border-box;
}

.ptg-tree .ptg-tree-item-click {
	position: relative;
	z-index: 1;
	font-size: 14px;
	cursor: pointer;
	border: 0;
	background-color: transparent;
}

.ptg-tree .ptg-tree-item-click::before {
	width: 17px;
	content: "📁";
	margin-right: 5px;
}

.ptg-tree .ptg-tree-item {
	margin: 5px 0px;
}

.ptg-tree .ptg-tree-item .ptg-tree-item-group {
	padding-left: 25px;
}

.ptg-tree .ptg-tree-item .ptg-tree-item-group .ptg-tree-item-icon {
	cursor: pointer;
}

.ptg-tree .ptg-tree-item .ptg-tree-item-group .ptg-tree-item-icon::before {
	content: "📄";
	margin-right: 5px;
}

.ptg-tree-item-open {
	font-weight: 600;
}

.ptg-tree-item-open::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 17px;
	content: "📂";
	background-color: #fff;
}

.ptg-button-group {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #206ae2;
	border-radius: 2rem;
	overflow: hidden;
}

.ptg-button-group .ptg-button {
	flex: 1;
	color: #206ae2;
	padding: 10px;
	background-color: transparent;
	border: 0;
	border-left: 1px solid #e2e2e2;
}

.ptg-button-group .ptg-button:first-child {
	border-left: 0;
}


/* 2022-02-14 남북 협력 추가 
.ptg-category-button .category-kor-icon {
	background-image: url(../../images/category/category_kor_blue.png);
}

.ptg-category-button:hover .category-kor-icon {
	background-image: url(../../images/category/category-hover/category_kor.png);
}

.ptg-category-item.active .ptg-category-button .category-kor-icon {
	background-image: url(../../images/category/category-hover/category_kor.png);
}

/* 2022-03-04 skt 유동인구 추가
.ptg-category-button .category-population-icon {
	background-image: url(../../images/category/category_population_blue.png);
}

.ptg-category-button:hover .category-population-icon {
	background-image: url(../../images/category/category-hover/category_population.png);
}

.ptg-category-item.active .ptg-category-button .category-population-icon {
	background-image: url(../../images/category/category-hover/category_population.png);
}

.ptg-category-item.hide {
	display: none;
}

/* 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;
}

.tooltip:hover .tooltip-text {
	display: block;
}

*/

/* 2022070 공유링크 복사 기능 툴팁 tooltip */
.hide-share-url-modal {
	z-index: 1;
}

.share-url-modal {
	z-index: 3;
	display: none;
	position: absolute;
	top: 40px;
	right: 0;
	width: 400px;
	height: 130px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: -1px 0px 10px 5px rgb(0 0 0/ 12%);
}

.share-url-modal-inner {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 5px 20px;
	box-sizing: border-box;
}

.share-url-modal-inner>p {
	font-size: 14px;
	font-weight: bold;
}

.share-url-modal-inner>input {
	width: 100%;
	margin: 10px 0px;
}

.copy-btn-area .copy-btn-tooltip-text {
	visibility: hidden;
	width: 120px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 70%;
	left: 90%;
	margin-left: -75px;
	opacity: 0;
	transition: opacity 0.3s;
}

.copy-btn-area .copy-btn-tooltip-text::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.copy-btn-area:hover .copy-btn-tooltip-text {
	visibility: visible;
	opacity: 0.8;
}

.copy-btn-area button {
	font-size: 13px;
	padding: 5px 20px;
	margin: 0px 5px;
}

.copy-btn-area button:last-child {
	background-color: #455267;
}
/* ??? ?? */
.scrollLock {
	overflow: hidden;
	visibility: visible;
}

.ptg-modal-dialog-wrapper .help {
	max-width: 758px !important;
}

.ptg-modal-dialog-wrapper .help .top {
	justify-content: left;
	padding-left: 32px;
	font-size: 25px;
	border-bottom: 0px;
}

.ptg-modal-dialog-wrapper .help h1 {
	font-size: 25px;
	font-weight: bold;
	padding-top: 25px;
}

.ptg-modal-dialog-wrapper .help h2 {
	font-size: 25px;
	font-weight: bold;
	padding-top: 50px;
	padding-bottom: 10px;
}

.ptg-modal-content-box {
	height: 491px;
	padding: 0px 32px 32px 32px;
	overflow-y: auto;
}

.ptg-modal-content-box .btn_top {
	position: fixed;
	margin-top: -103px;
	padding-left: 595px;
	z-index: 1;
}

.ptg-modal-content-box .btn_top img {
	box-shadow: 3px 3px 5px 1px #d3d3d3;
}

.ptg-modal-content-box .content {
	height: 491px;
	overflow-y: auto;
}

.ptg-modal-content-box .content table {
	margin-top: 20px;
}

.ptg-modal-content-box .content th {
	width: 100px;
	padding: 5px 15px 5px 0px;
	text-align: left;
}

.ptg-modal-content-box .content td {
	padding: 5px 0px 5px 0px;
}

.ptg-modal-content-box .content .regend {
	padding: 40px 50px 40px 50px;
	border: 1px solid #dddddd;
	margin: 20px 0px 20px 0px;
}

.ptg-modal-content-box .content .regend .txtbox {
	float: right;
	position: relative;
	top: 36px;
	left: 23px;
	color: #F24121;
}

.ptg-modal-content-box .content .regend .p01 {
	width: 40px;
	height: 50px;
	float: left;
	font-weight: bold;
}

.ptg-modal-content-box .content .regend .p02 {
	width: 295px;
}

.ptg-modal-content-box .content .img_search {
	float: left;
	margin-right: 37px;
}
/* Tooltip text */
.tooltip_help {
	position: relative;
	display: inline-block;
	overflow: visible;
}

.tooltip_help .tooltiptext {
	visibility: hidden;
	position: absolute;
	width: 150px;
	font-size: 12px;
	background-color: #063f95;
	color: #fff;
	text-align: center;
	padding: 8px;
	border-radius: 6px;
	z-index: 1;
	opacity: 0;
	transition: opacity .6s;
}

.tooltip_help:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.tooltip_help .tooltiptext2 {
	visibility: hidden;
	position: absolute;
	width: 120px;
	background-color: #063f95;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	z-index: 1;
}

.tooltip_help:hover .tooltiptext2 {
	visibility: visible;
}

.tooltip-top {
	bottom: 125%;
	left: 10%;
	margin-left: -60px;
}

.tooltip-top2 {
	bottom: 115%;
	left: 3%;
	margin-left: -60px;
}

.tooltip-top::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #063f95 transparent transparent transparent;
}

.basket-top {
	bottom: -150%;
	left: -31px;
	margin-left: 0%;
	width: 70px !important;
	background-color: #306bc6 !important;
}

.basket-top::after {
	top: -30%;
	transform: rotate(180deg);
	border-color: #306bc6 transparent transparent transparent;
}

.search-top {
	width: 534px !important;
	height: 110px;
	left: -160px;
	/*-- bottom: 160%; */
	z-index: 100 !important;
	background-image: url('../../images/pop_relay_bg.png');
	background-size: cover;
	background-color: transparent !important;
	padding: 0px !important;
	color: #000 !important;
	text-align: left;
}

.search-top::after {
	border-color: transparent;
}

.search-top p {
	padding: 18px 0px 0px 120px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.search-top span {
	text-decoration: underline;
	font-weight: bold;
	color: #e61873;
}

.search-top p .normal {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

/* 팝업 중계검색 안내 */
.pop_relay {
	position: absolute;
	top: -50px;
	left: 310px;
	transform: translate(-50%, -50%);
	width: 535px;
	height: 110px;
	background-image: url('../../images/pop_relay_bg.png');
	background-size: cover;
	z-index: 89;
}

.pop_relay p {
	padding: 18px 0px 0px 120px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
}

.pop_relay p span {
	color: #e61873;
}

.pop_relay p .normal {
	font-weight: normal;
	color: #000;
}

.pop_relay img {
	position: absolute;
	top: 15px;
	right: 18px;
	cursor: pointer;
}

.pop_relay .today {
	text-align: right;
	font-size: 11px;
	color: #0E4194;
	position: relative;
	top: 3px;
	right: 20px;
}

.pop_relay .today_close {
	cursor: pointer;
}

/* 카테고리 */
/*-- .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;
}
.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-bg{
	background-color: #0084dcd9;
}
.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: #0084dcd9;
  border: 0px;
}
.ptg-category-list button .item-count {
  display: none;
  position: relative;
  z-index: 1;
  font-weight: 400;
}
.ptg-category-list li:hover button .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;
} */