@charset "UTF-8";
/*  맵
-------------------------------------------------*/
.map-data-wrapper {
  width: 100%;
  height: 650px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
  box-sizing: border-box;
}
.map-data-wrapper .map {
  position: relative;
  width: 49%;
  height: 714px;
  min-width: 580px;
  box-sizing: border-box;
  background-image: url(../../images/map2.png);
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}
.map .on {
  background-color: #00275b !important;
  border: 0px;
  color: #fff;
}
.map .title {
  text-align: right;
  padding: 20px 45px 0px 0px;
  color: #A6C2D5;
}
/*  맵 지역 POI
-------------------------------------------------*/
.map-poi-cluster {
  position: absolute;
  width: 92px;
  height: 55px;
  font-size: 16px;
  color: #374B7D;
  border-radius: 3px;
  border: 1px solid #657BA4;
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  line-height: 120%
}
.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: 254px;
  right: 242px;
}
.map-poi-cluster.Chungnam {
  top: 304px;
  left: 70px;
}
.map-poi-cluster.Sejong {
  top: 255px;
  left: 116px;
}
.map-poi-cluster.Gyeongbuk {
  top: 264px;
  right: 120px;
}
.map-poi-cluster.Daejeon {
  top: 334px;
  left: 220px;
}
.map-poi-cluster.Jeonbuk {
  top: 386px;
  left: 94px;
}
.map-poi-cluster.Daegu {
  top: 342px;
  right: 146px;
}
.map-poi-cluster.Ulsan {
  top: 381px;
  right: 79px;
}
.map-poi-cluster.Gwangju {
  top: 459px;
  left: 67px;
}
.map-poi-cluster.Gyeongnam {
  top: 440px;
  right: 220px;
}
.map-poi-cluster.Jeonnam {
  top: 507px;
  left: 165px;
}
.map-poi-cluster.Busan {
  top: 476px;
  right: 97px;
}
.map-poi-cluster.Jeju {
  bottom: 62px;
  left: 226px;
}
.map-poi-cluster.Foreign {
  bottom: 26px;
  right: 49px;
  color: #fff;
  background-color: #657BA4;
}
.map-poi-cluster.Foreign:hover {
  background-color: #00275b;
  border: 0px;
}
.map-poi-cluster.ROK {
  bottom: 26px;
  right: 155px;
  color: #fff;
  background-color: #657BA4;
}
.map-poi-cluster.ROK:hover {
  background-color: #00275b;
}
.area-dataStory {
  position: relative;
  width: 49%;
  height: 100%;
  min-width: 580px;
}
.area-dataStory h6 {
  margin-bottom: 10px;
  font-weight: 600;
}
/*  지역 슬라이더
-------------------------------------------------*/
.area-carousel {
  width: 100%;
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #85a9e3;
  overflow: hidden;
}
.area-carousel .swiper-prev-button {
  width: 30px;
  height: 100%;
  padding: 0px 10px;
  border: 0;
  /* border-right: 1px solid #85a9e3; */
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.area-carousel .swiper-next-button {
  width: 30px;
  height: 100%;
  padding: 0px 10px;
  border: 0;
  /* border-left: 1px solid #85a9e3; */
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.area-carousel .swiper-prev-button:hover, .area-carousel .swiper-next-button:hover {
  background-color: #f6fcff;
}
.swiper {
  width: 100%;
  height: 65px;
  line-height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.swiper-wrapper li {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.swiper-wrapper li span {
  width: auto;
  text-align: center;
  font-size: 15px;
  color: #4e4e4e;
  padding: 5px 20px;
  box-sizing: border-box;
  line-height: normal;
}
.on span, .swiper-wrapper li span:hover {
  color: #fff !important;
  border-radius: 25px;
  background-color: #206ae2;
  cursor: pointer;
}
/*  카테고리 검색바
-------------------------------------------------*/
.category-search-bar {
  width: 100%;
  margin-top: 20px;
}
.category-search-bar h6 {
  margin-bottom: 16px;
}
.category-search-bar .ptg-search-bar {
  position: relative;
  margin-bottom: 40px;
}
.category-search-bar .ptg-search-bar-select {
  width: 28%;
}
.category-search-bar .ptg-search-bar-input {
  width: 68%;
}
.category-search-bar .ptg-search-bar-button {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 10px;
  background-color: transparent;
}
.category-search-bar .ptg-search-bar-button img {
  width: 140%;
}
.category-search-bar .recommend-keyword {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.category-search-bar .recommend-keyword > p {
  width: 13%;
  text-align: center;
  font-size: 15px;
  color: #333333;
}
.category-search-bar .hashtag-list {
  width: 87%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.category-search-bar .hashtag-list li {
  font-size: 15px;
  color: #333333;
  margin: 5px 3px;
  border-radius: 25px;
  border: 1px solid #dddddd;
  padding: 3px 13px;
  cursor: pointer;
}
/*  지역 데이터 리스트
-------------------------------------------------*/
.area-data {
  width: 100%;
  margin-top: 20px;
}
.area-data .area-title {
  font-size: 25px;
  color: #1b1b1b;
}
.area-data-list {
  width: 100%;
  margin-top: 23px;
  border-top: 1px solid #c6c6c6;
}
.area-data-list li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px;
  border-bottom: 1px solid #c6c6c6;
  box-sizing: border-box;
  /* cursor: pointer; */
}
.area-data-list li > button {
  display: flex;
  border: 0;
  background-color: transparent;
  transform: rotate(180deg);
}
.area-data-list li > button img {
  height: 25px;
  opacity: 30%;
}
.area-data-list li h5 {
  margin: 0 auto;
}
.area-data-list .category-title {
  display: flex;
  align-items: center;
  width: 30%;
}
.area-data-list .category-title .category-icon {
  width: 20px;
}
.area-data-list .category-title .category-icon img {
  width: 100%;
  vertical-align: middle;
}
.area-data-list .category-title > span {
  font-size: 14px;
  color: #4e4e4e;
  margin-left: 8px;
}
.area-data-list .data-title {
  width: 75%;
  font-size: 17px;
  color: #1b1b1b;
}
.datastory-list-link {
  position: relative;
  left: 50%;
  bottom: -30px;
  margin-left: -90px;
  width: 160px;
  font-size: 16px;
}
/* 지역 데이터스토리 케러셀
 --------------------------------------------- */
.area-dataStory-carousel {
  width: 100%;
  margin-top: 85px;
  box-sizing: border-box;
}
.area-dataStory-carousel .carousel-title {
  width: 100%;
  color: #1b1b1b;
  font-size: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d9d9d9;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.result-count {
  margin-left: 10px;
  color: #000;
  font-size: 15px;
  padding: 3px 15px;
  border: 0px;
  background-color: #E7EEF4;
  border-radius: 30px;
  font-weight: 600;
}
.area-dataStory-carousel .carousel-list-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 35px 15px;
  border-bottom: 1px solid #d9d9d9;
  box-sizing: border-box;
}
.area-dataStory-carousel .prev-button {
  width: 30px;
  padding: 5px;
  border: 0;
  background-color: transparent;
  box-sizing: border-box;
}
.area-dataStory-carousel .prev-button > img {
  width: 70%;
}
.area-dataStory-carousel .next-button {
  width: 30px;
  padding: 5px;
  border: 0;
  background-color: transparent;
  box-sizing: border-box;
}
.area-dataStory-carousel .next-button > img {
  width: 70%;
}
.carousel-list {
  width: 100%;
  overflow: hidden;
}
.carousel-list ul {
  transition: all 0.5s ease-in-out;
}
.carousel-list li {
  display: inline-block;
  width: 210px;
  height: auto;
  border: 0;
  cursor: pointer;
  vertical-align: top;
}
.carousel-list li .ptg-thumbnail-img {
  width: 100%;
  height: 140px;
  overflow: hidden;
  box-sizing: border-box;
}
.carousel-list li .ptg-thumbnail-img > img {
  height: 140px;
  object-fit: cover;
}
.carousel-list li .ptg-thumbnail-label {
  height: 140px;
}
.carousel-list li .ptg-thumbnail-caption {
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  color: #2b2b2b;
  word-break: keep-all;
  white-space: normal;
}
.area-dataStory-carousel .swiper-button-disabled {
  visibility: hidden;
}
.sttus-story-swiper .swiper {
  width: 100%;
  height: 65px;
  line-height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.area-dataStory-carousel .carousel-list-wrapper .sttus-story-swiper .swiper-slide {
  padding: 0px;
}
/* 2022-02-15 */
.page-description {
  text-align: center;
  font-size: 17px;
  color: #6d6c6c;
  margin: 18px 0px 30px 0px;
}
.carousel-list .null {
  width: auto;
  display: flex;
  justify-content: center;
  margin: auto;
  text-align: center;
}
.ptg-main .ptg-w1200 {
  position: relative;
  padding-top: 50px;
}