@charset "utf-8";

/* 인기검색어 */
#popular {
  position: relative;
}
#popular h2 {
  margin-bottom: 10px;
  font-size: 16px;
  overflow: hidden;
  color: #222;
}
#popular .popular_inner {
  width: 235px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  background: #fff;
  border: 1px solid #e5ecef;
  box-shadow: 0px 1px 10px 1px rgba(222, 222, 222, 0.5);
}
#popular ul {
  padding: 0;
  margin: 0;
}
#popular ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#popular li {
  width: auto !important;
  line-height: 22px;
  padding-right: 20px;
}
#popular li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  color: #666;
}
#popular li a:hover {
  color: #17bb9c;
}
#popular li:first-child {
  border-left: 0;
}
#popular li a:hover {
  text-decoration: underline;
}

.popular_inner .popular_btns {
  display: none;
}
.popular_btns .pp-next {
  position: absolute;
  top: 68%;
  right: 0px;
  width: 18px;
  height: 18px;
  line-height: 15px;
  text-align: center;
  border: 1px solid #53555a;
  margin-top: -12px;
  color: #d3d2d2;
}
.popular_btns .pp-prev {
  position: absolute;
  top: 68%;
  right: 17px;
  width: 18px;
  height: 18px;
  line-height: 15px;
  text-align: center;
  border: 1px solid #53555a;
  margin-top: -12px;
  color: #d3d2d2;
}
