@charset "UTF-8";
.page-title {
  color: white;
  margin-bottom: 30px;
}
.dataStory-search-bar.ptg-search-bar {
  flex-direction: column;
  justify-content: center;
	margin-top: 130px;
}
.dataStory-search-bar .search-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 700px;
}
.dataStory-search-bar .search-wrapper .story-search-box {
  width: 750px;
  height: 60px;
  padding: 0 30px;
  background-color: #fff;
  border-radius: 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.dataStory-search-bar .search-wrapper .ptg-search-bar-input {
  width: 650px;
  border-radius: 25px;
  border: 0px;
  ;
}
.dataStory-search-bar .search-wrapper .ptg-search-bar-button {
  width: 46px;
  margin-left: 8px;
  background-color: transparent;
}
.dataStory-search-bar .recommend-keyword {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 700px;
  margin-top: 10px;
}
.dataStory-search-bar .recommend-keyword > p {
  width: 18%;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #333333;
}
.dataStory-search-bar .recommend-keyword .hashtag-list {
  width: 88%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.dataStory-search-bar .recommend-keyword .hashtag-list li {
  font-size: 15px;
  color: #4e4e4e;
  padding: 3px 17px;
  margin: 5px;
  cursor: pointer;
  border-radius: 25px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
}
.dataStory {
  width: 100%;
}
.dataStory-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.dataStory-list .dataStory-list-item {
  width: 32%;
  margin: 0px 2% 2% 0px;
  height: 270px;
  cursor: pointer;
}
.dataStory-list .dataStory-list-item:nth-child(3n) {
  margin: 0px 0px 2% 0px;
}
.dataStory-list .dataStory-list-item.hidden {
  display: none;
}
.ptg-thumbnail {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.ptg-thumbnail:hover {
  /* background-color: #0e4194; */
  border: 4px solid #0084dc;
  border-radius: 10px;
  transition: all 0.1s ease-in-out;
}
.ptg-thumbnail > a {
  width: 100%;
  height: 100%;
}
.ptg-thumbnail .ptg-thumbnail-label {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.ptg-thumbnail .ptg-thumbnail-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
}
.ptg-thumbnail .ptg-thumbnail-img:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}
.ptg-thumbnail .ptg-thumbnail-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.ptg-thumbnail .ptg-thumbnail-caption {
  height: 70px;
  display: flex!important;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.ptg-thumbnail .ptg-thumbnail-caption .note-icon {
  width: 17px;
  /*-- margin-top: 5px; */
}
.ptg-thumbnail .ptg-thumbnail-caption .note-icon > img {
  width: 100%;
}
.ptg-thumbnail .ptg-thumbnail-caption > p {
  width: 320px;
  font-size: 17px;
  color: #2b2b2b;
  padding: 2px 8px 0px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  text-align: left;
}
.more-button {
  width: 100%;
  margin-top: 40px;
}
.more-button button {
  width: 300px;
  padding: 15px;
  margin: 0 auto;
  font-size: 17px;
  font-weight: bold;
  color: #333333;
}
/* 20220629 datastoryList */
.dataStory > .search-result-text {
  font-size: 18px;
  color: #333333;
  margin-bottom: 30px;
  margin-top: 30px
}
.dataStory > .search-result-text .search-keyword {
  font-weight: bold;
  color: #0e4194;
}
.dataStory > .search-result-text .result-count {
  color: #000;
  font-size: 15px;
  padding: 3px 15px;
  border: 0px;
  background-color: #E7EEF4;
  border-radius: 30px;
  font-weight: 600;
}