@charset "UTF-8";
/*  메인배너, 카테고리 오버레이 style
-------------------------------------------------*/
.main-page {
  width: 100%;
}
.main-page .main-banner-wrapper {
  /*
	width: 100%;
	height: 300px;
	background-image: url(../../images/main_bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	*/
}
.main-page .main-banner-wrapper .main-title {
  width: 1200px;
  margin: 0 auto;
  padding: 125px 0px;
  letter-spacing: 2.5px;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
}
.main-page .ptg-main-banner {
  height: auto;
  background-image: none;
}
.main-page .ptg-main-banner .ptg-w1200 {
  position: relative;
}
.main-page .main-search .ptg-search-bar-select .ptg-select-result {
  border: 0px;
}
.main-page .main-search .ptg-search-bar-input {
  border: 0px;
}
.main-page .main-search .ptg-search-bar-button {
  background-color: transparent;
}
.main-page .main-search .ptg-select-option-list {
  border: 2px solid #0e4194;
  border-top: 0px;
}
.main-page .main-search .recommend-keyword > p {
  color: #fff;
}
.main-page .main-search .recommend-keyword .hashtag-list li {
  color: #fff;
  border: 1px solid #808A9D;
}
.main-page .ptg-category {
  width: 100%;
  margin-top: 65px;
}
.main-page .ptg-category-list {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main-page .ptg-category-item:nth-child(5n+1) .ptg-category-button {
  /*
  border-left: 1px solid #1c4f9e;
	*/
}
.main-page .ptg-category-item:nth-child(-n+5) .ptg-category-button {
  /*
  border-top: 1px solid #1c4f9e;
	*/
}
.main-page .ptg-category-name {
  color: #fff;
}
.main-page .category-all-icon {
  width: 40px;
  height: 40px;
  background-image: url(../../images/category/category-hover/category_all.svg);
}
.main-page .category-market-icon {
  background-image: url(../../images/category/category-hover/category_market.png);
}
.main-page .category-security-icon {
  background-image: url(../../images/category/category-hover/category_security.png);
}
.main-page .category-economy-icon {
  background-image: url(../../images/category/category-hover/category_economy.png);
}
.main-page .category-soctyScnce-icon {
  background-image: url(../../images/category/category-hover/category_soctyScnce.png);
}
.main-page .category-industry-icon {
  background-image: url(../../images/category/category-hover/category_industry.png);
}
.main-page .category-housCnstrc-icon {
  background-image: url(../../images/category/category-hover/category_housCnstrc.png);
}
.main-page .category-medical-icon {
  background-image: url(../../images/category/category-hover/category_medical.png);
}
.main-page .category-education-icon {
  background-image: url(../../images/category/category-hover/category_education.png);
}
.main-page .category-traffic-icon {
  background-image: url(../../images/category/category-hover/category_traffic.png);
}
.main-page .category-energy-icon {
  background-image: url(../../images/category/category-hover/category_energy.png);
}
.main-page .category-culture-icon {
  background-image: url(../../images/category/category-hover/category_culture.png);
}
.main-page .category-tour-icon {
  background-image: url(../../images/category/category-hover/category_tour.png);
}
.main-page .category-sports-icon {
  background-image: url(../../images/category/category-hover/category_sports.png);
}
.main-page .category-etc-icon {
  background-image: url(../../images/category/category-hover/category_etc.png);
}
.main-page .category-kor-icon {
  background-image: url(../../images/category/category-hover/category_kor.png);
}
.main-page .category-population-icon {
  background-image: url(../../images/category/category-hover/category_population.png);
}
/*  콘텐츠 부분
-------------------------------------------------*/
.main-page .main-page-content {
  position: relative;
  margin-top: 50px;
}
.content-inner {
  height: 730px;
  flex-wrap: wrap;
}
.content-inner .content-dataStory {
  width: 575px;
  height: 100%;
  min-width: 560px;
}
.content-inner .content-map {
  width: 48%;
  height: 100%;
  min-width: 560px;
}
.content-inner .content-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 5px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.content-inner .content-title > span {
  position: relative;
  font-size: 25px;
  font-weight: bold;
}
.content-inner .content-title > span::after {
  content: "";
  position: absolute;
  left: -5px;
  bottom: -10px;
  display: inline-block;
  width: 175px;
}
.content-inner .content-title .ptg-button-outline__gray {
  color: #4e4e4e;
  font-size: 15px;
  padding: 3px 15px;
  border: 0px;
  background-color: #E7EEF4;
}
/* 지역 데이터스토리 케러셀
 --------------------------------------------- */
.dataStory-carousel {
  position: relative;
  width: 100%;
  height: 302px;
  box-sizing: border-box;
}
.dataStory-carousel .prev-button {
  position: absolute;
  left: 15px;
  top: 43%;
  width: 45px;
  border: 0;
  background-color: transparent;
  box-sizing: border-box;
  z-index: 10;
  cursor: pointer;
}
.dataStory-carousel .prev-button > img {
  width: 100%;
}
.dataStory-carousel .next-button {
  position: absolute;
  right: 15px;
  top: 43%;
  width: 45px;
  transform: rotate(180deg);
  border: 0;
  background-color: transparent;
  box-sizing: border-box;
  z-index: 10;
  cursor: pointer;
}
.dataStory-carousel .next-button > img {
  width: 100%;
}
.carousel-list {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 14px;
}
.carousel-list ul {
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.carousel-list li {
  display: inline-block;
  width: 566px;
  height: 100%;
  margin-right: 5.2px;
  border: 0px;
  cursor: pointer;
}
.carousel-list li .ptg-thumbnail-img {
  width: 110%;
  height: 320px;
  overflow: hidden;
  box-sizing: border-box;
}
.carousel-list li .ptg-thumbnail-img img {
  width: 100%;
}
.carousel-list li .ptg-thumbnail-label {
  bottom: 100px;
  width: 490px;
  height: 50px;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  top: 230px;
  border-radius: 30px;
  left: 51%;
  transform: translateX(-50%)
}
.carousel-list li .ptg-thumbnail-caption {
  width: 100%;
  padding: 15px 20px;
  box-sizing: border-box;
}
.carousel-list li .ptg-thumbnail-caption > p {
  display: -webkit-box;
  white-space: normal;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
  font-size: 15px;
  color: #6d6c6c;
}
/*  지역 데이터 리스트
-------------------------------------------------*/
.dataStory-list {
  width: 100%;
  margin-top: 25px;
}
.dataStory-list ul {
  width: 100%;
}
.dataStory-list ul li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0px 20px 0px;
  border-bottom: 1px solid #c6c6c6;
  box-sizing: border-box;
  cursor: pointer;
}
.dataStory-list ul li:last-child {
  border-bottom: 0px;
}
.dataStory-list ul li > button {
  border: 0;
  background-color: transparent;
  transform: rotate(180deg);
}
.dataStory-list .title-icon {
  width: 20px;
}
.dataStory-list .title-icon img {
  width: 100%;
  vertical-align: middle;
}
.dataStory-list .dataStory-title {
  width: 93%;
  margin-top: 3px;
  font-size: 20px;
  font-weight: 600;
  color: #1b1b1b;
}
/*  맵
-------------------------------------------------*/
.map {
  position: relative;
  /*-- width: 49%; */
  width: 100%;
  height: 714px;
  /*-- min-width: 580px; */
  box-sizing: border-box;
  /*-- background-image: url(../../images/map.png); */
  background-image: url(../../images/map2.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
/*  맵 지역 POI
-------------------------------------------------*/
.map-poi-cluster {
  position: absolute;
  width: 92px;
  height: 55px;
  /*-- font-size: 20px; */
  font-size: 16px;
  /* font-family: "Apple SD Gothic Neo"; */
  color: #374B7D;
  border-radius: 3px;
  border: 1px solid #657BA4;
  background-color: #fff;
  line-height: 120%;
  cursor: pointer;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.map-poi-cluster:hover {
  background-color: #f3f7fd;
}
.map-poi-cluster p {
  font-size: 14px;
  font-weight: 600;
}
.map-poi-cluster.Seoul {
  top: 176px;
  left: 178px;
}
.map-poi-cluster.Incheon {
  top: 184px;
  left: 58px;
}
.map-poi-cluster.Gyeonggi {
  top: 78px;
  left: 90px;
}
.map-poi-cluster.Gangwon {
  top: 112px;
  right: 180px;
}
.map-poi-cluster.Chungbuk {
  top: 249px;
  right: 227px;
}
.map-poi-cluster.Chungnam {
  top: 304px;
  left: 70px;
}
.map-poi-cluster.Sejong {
  top: 255px;
  left: 116px;
}
.map-poi-cluster.Gyeongbuk {
  top: 264px;
  right: 92px;
}
.map-poi-cluster.Daejeon {
  top: 334px;
  left: 220px;
}
.map-poi-cluster.Jeonbuk {
  top: 385px;
  left: 84px;
}
.map-poi-cluster.Daegu {
  top: 342px;
  right: 128px;
}
.map-poi-cluster.Ulsan {
  top: 380px;
  right: 54px;
}
.map-poi-cluster.Gwangju {
  top: 461px;
  left: 64px;
}
.map-poi-cluster.Gyeongnam {
  top: 439px;
  right: 197px;
}
.map-poi-cluster.Jeonnam {
  top: 507px;
  left: 165px;
}
.map-poi-cluster.Busan {
  top: 476px;
  right: 73px;
}
.map-poi-cluster.Jeju {
  bottom: 64px;
  left: 216px;
}
.map-poi-cluster.Foreign {
  bottom: 30px;
  right: 29px;
  color: #fff;
  background-color: #657BA4;
}
.map-poi-cluster.Foreign:hover {
  background-color: #00275b;
  border: 0px;
}
.map-poi-cluster.ROK {
  bottom: 30px;
  right: 135px;
  color: #fff;
  background-color: #657BA4;
}
.map-poi-cluster.ROK:hover {
  background-color: #00275b;
  border: 0px;
}
/* 240821 추가 */
.main-bg {
  background-image: url("../../images/main-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 1080px;
  padding-top: 100px;
}
/* 검색 선택(통합검색, 중계검색) */
.search-toggle-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.search-toggle-container {
  width: 170px;
  position: relative;
  display: flex;
  margin-bottom: 27px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
.search-toggle-radio {
  display: none;
}
.search-toggle-label {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: black;
  transition: color 0.3s;
}
.search-toggle-slider {
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #009FE3;
  border-radius: 20px;
  top: 0;
  left: 0;
  transition: left 0.3s;
  z-index: 1;
}
#toggle2:checked ~ .search-toggle-slider {
  left: 50%;
}
.search-toggle-radio:checked + .search-toggle-label {
  color: white;
}
.search-toggle-wrapper .info-text {
  font-size: 12px;
  color: #fff;
  margin-bottom: 5px;
}
.search-toggle-wrapper .info-text span {
  opacity: 50%;
  margin-left: 10px;
}
/* 카테고리 */
.ptg-category-item {
  width: 150px;
  height: 140px;
  box-sizing: border-box;
}
.ptg-category-button {
  width: 90%;
  height: 87%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.main-page .ptg-category-list ul li {
  cursor: pointer;
}
.main-page .ptg-category-list ul li button {
  cursor: pointer;
  background-color: transparent;
  position: relative;
  z-index: 10;
}
.main-page .ptg-category-list .item-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #001a539c;
  box-sizing: border-box;
  border-radius: 7px;
  border: 1px solid #83899F;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-page .ptg-category-list .item-bg:hover {
  background-color: #0084dcd9;
  border: 0px;
}
.main-page .ptg-category-list .ptg-category-name {
  margin-top: 3px;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 800;
}
.main-page .ptg-category-list button .item-count {
  display: none;
  position: relative;
  z-index: 1;
  font-weight: 400;
}
.main-page .ptg-category-list li:hover button .item-count {
  display: block;
  margin-top: 5px;
  color: #fff;
}
.main-page .ptg-category-list .cat00 {
  background: url('../../images/category2/category01_bg.png') no-repeat center/cover;
}
.main-page .ptg-category-list .cat01 {
  background: url('../../images/category2/category02_bg.png') no-repeat center/cover;
}
.main-page .ptg-category-list .cat02 {
  background: url('../../images/category2/category03_bg.png') no-repeat center/cover;
}
.main-page .ptg-category-list .cat15 {
  background: url('../../images/category2/category04_bg.png') no-repeat center/cover;
}
.main-page .ptg-category-list .cat16 {
  background: url('../../images/category2/category05_bg.png') no-repeat center/cover;
}
.main-page .ptg-category-list .cat03 {
  background: url('../../images/category2/category06_bg.png') no-repeat center/cover;
}
.main-page .ptg-category-list .cat04 {
  background: url('../../images/category2/category07_bg.png') no-repeat center/cover;
}
.main-page .ptg-category-list .cat05 {
  background: url('../../images/category2/category08_bg.png') no-repeat center/cover;
}
.main-page .ptg-category-list .cat06 {
  background: url('../../images/category2/category09_bg.png') no-repeat center/cover;
}
.main-page .ptg-category-list .cat07 {
  background: url('../../images/category2/category10_bg.png') no-repeat center/cover;
}
.main-page .ptg-category-list .cat08 {
  background: url('../../images/category2/category11_bg.png') no-repeat center/cover;
}
.main-page .ptg-category-list .cat09 {
  background: url('../../images/category2/category12_bg.png') no-repeat center/cover;
}
.main-page .ptg-category-list .cat10 {
  background: url('../../images/category2/category13_bg.png') no-repeat center/cover;
}
.main-page .ptg-category-list .cat11 {
  background: url('../../images/category2/category14_bg.png') no-repeat center/cover;
}
.main-page .ptg-category-list .cat12 {
  background: url('../../images/category2/category15_bg.png') no-repeat center/cover;
}
.main-page .ptg-category-list .cat13 {
  background: url('../../images/category2/category16_bg.png') no-repeat center/cover;
}
.main-page .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;
}
.map .title {
  text-align: right;
  padding: 20px 20px 0px 0px;
  color: #A6C2D5;
}