.center.top_swiper_center {
  padding: 10px;
  margin: 0 auto;
}

.swiper-slide {
  width: 90%;
}

#topList .swiper-slide {
  width: 100%;
}

.top_swiper {
  overflow: hidden;
  width: 97%;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 15px;
}

.top_swiper .swiper_anchor {
  display: flex;
  width: 100%;
  height: 100%;
}

.top_swiper_center .swiper_title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.swiper_title span {
  display: flex;
}

.swiper_title .swiper_main_title {
  margin-left: 10px;
}

.swiper_title .swiper_sub_title {
  font-size: 0.8rem;
  color: #999;
  margin-left: calc(1rem + 15px);
}

.top_swiper_center .top_view_more {
  color: #999;
  text-align: right;
  font-weight: bold;
  font-size: 11px;
  margin-top: 10px;
}

.top_swiper_center .top_view_more img {
  height: 1rem;
}

.top_swiper_center .swiper_title img {
  height: 1.5rem;
  vertical-align: top;
}

.top_swiper .top_answer_title {
  overflow: hidden;
  text-overflow: ellipsis;

  /* WebKit 기반 브라우저 (Chrome, Safari, Opera)에서 2줄 클램프를 적용 */
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Chrome, Safari, Opera */
  -webkit-box-orient: vertical; /* Chrome, Safari, Opera */

  /* WebKit 기반이 아닌 브라우저(Firefox, Edge 등)를 위한 대체 방식 */
  max-height: 3.6em; /* 2줄에 해당하는 높이 */

  line-height: 19px;
  letter-spacing: -0.5px;
  font-weight: 700;
}

.top_swiper_item {
  box-sizing: border-box;

  padding: 5px 10px;
  border: 1px solid #999;
  /* width: 90%; */
  border-radius: 15px;
  display: flex;
  align-items: center;
  background-color: #fff;
}

#topList .top_swiper_item {
  margin: 5px 0;
}

.top_swiper img.icon {
  width: 11px;
}
.top_swiper img.icon.reply {
  margin: 0 0 -2px;
}

.top_swiper img.icon.nation {
  display: inline-block;
  width: 23px;
  vertical-align: middle;
  margin-right: 3px;
}

.top_swiper img.profile {
  width: 44px;
  height: 44px;
  margin-right: 10px;
  border-radius: 50%;
}

.top_swiper ul.top_wrapper {
  flex-grow: 1;
}

.top_swiper span.yellow_almoney {
  display: inline-block;
  background: #ffee75;
  font-size: 11px;
  padding: 1px 6px;
  border-radius: 10px;
  letter-spacing: 0px;
  line-height: 1.2rem;
}

.top_swiper span.red_almoney {
  display: inline-block;
  background: #fd0031;
  color: #fff;
  font-size: 11px;
  padding: 1px 6px;
  border-radius: 10px;
  letter-spacing: 0px;
  line-height: 1.2rem;
}

.top_swiper .top_question_info {
  display: flex;
  align-items: flex-end;
  font-size: 13px;
  margin-top: 5px;
  color: #999;
}

.top_swiper .top_question_info .top_day_view {
  display: flex;
  margin-right: 1rem;
}
.top_swiper .top_question_info .top_view_count_wrapper {
  display: flex;
}
.top_swiper .top_regDate {
  margin-right: 1rem;
}

.top_swiper .top_view_count {
  margin-right: 1rem;
}

.top_swiper .top_nickname {
  font-size: 13px;
  color: #888;
}

.top_swiper .top_level {
  display: inline-block;
  font-weight: 300;
  font-size: 10px;
  margin-right: 2px;
  padding: 0 4px;
  border: 1px solid #f76707;
  border-radius: 10px;
  color: #f76707;
}

.top_swiper .top_question_choose {
  margin-right: 1rem;
  position: relative;
  left: 0;
  top: 0;
  padding-left: 16px;
}

.top_swiper .top_question_choose::before {
  content: "A";
  display: block;
  position: absolute;
  font-size: 9px;
  top: 50%;
  left: 6px;
  transform: translate(-50%, -50%);
  color: #777;
  width: 12px;
  height: 12px;
  border: 1px solid #888;
  border-radius: 100%;
  text-align: center;
}

.pagenation {
  max-width: 300px;
  width: 100%;
  margin: 10px auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.pagenation button {
  outline: none;
  border: none;
  background: none;
}

.pagenation #pagenation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagenation #pagenation li {
  margin-right: 10px;
  cursor: pointer;
}

.pagenation #pagenation li#current {
  font-weight: bold;
}

.pagenation #pagenation li:nth-last-of-type(1) {
  margin-right: 0;
}

@media screen and (max-width: 420px) {
  .top_swiper {
    padding: 1%;
  }

  .top_swiper .top_question_info .lang_smile {
    margin-left: 0;
  }

  .top_swiper img.icon {
    width: 9px;
  }

  .top_swiper .top_question_info {
    margin-top: 0;
    font-size: 11px;
  }
}
