@charset "utf-8";
svg {
  shape-rendering: crispEdges;
  image-rendering: optimizeQuality;
}
@media (max-width: 640px) {
    
    p {
       font-size: 15px;
    
    }
}
.ko {
  font-family: 'NanumSquareNeo';
}
.portfolio-interactive-item.pi-item-hover .pi-item-image-inner {
  transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  transition-delay: .1s;
}
.history_back {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 30%;
  right: 0;
  width: 80px;
  height: 35px;
  background-color: #444;
  font-size: 14px;
  color: #FFF;
  cursor: pointer;
  z-index: 999;
  border-radius: 50px 0 0 50px;
  transition: all .2s;
}
.history_back:hover {
  width: 80px;
  background-color: var(--tt-main-color);
  color: #FFF;
}
.sticky_active {
  position: fixed;
  top: 20px; /* Adjust this value to set the desired distance from the top */
}
/**/
.pagination {
  display: inline-block;
}
.pagination a {
  color: #fdfdfd;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}
.pagination a.active {
  background-color: #4CAF50;
  color: white;
  border-radius: 5px;
}
.pagination a:hover:not(.active) {
  background-color: #ddd;
  border-radius: 5px;
}
/**/
.search_bt_wrao{margin-right: 15px;}
.search_bt_wrao img{width: 25px; height: 25px;     margin: 0 8px;}
.Search_overlay {
  pointer-events: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
  opacity: 0; /* 초기 투명도 설정 */
  transition: opacity 1s; /* 투명도에 대한 1초 동안의 transition 효과 */
}
.Search_overlay-content {
  padding: 20px;
  text-align: center;
}
.Search_overlay-content form {
  font-size: 2em;
}
#searchLink, #closeLink {
    display: flex;
  color: #fff;
  pointer-events: auto;
}
#closeLink {
  position: absolute;
  top: 13%;
  right: 13%;
  font-size: 2em;
}
#search_keyword {
  color: #fff;
  padding: 0.3em;
   
    font-weight: 600;
  border: none;
  border-bottom: 1px solid #636363;
  outline: none;
  background-color: transparent;
  transition: border-bottom-color 0.3s;
}
#search_keyword:focus {
  border-bottom-color: #fff;
}
#button-search {
  color: #fff;
}

@media (max-width: 640px) {
    
    #search_keyword {
       font-size: 20px;
    width: 70%;
    }
}
/**/
.email_content{
    height: 350px;
}
@media (max-width: 640px) {
    .email_content{
    height: 250px;
}
}