@charset "utf-8";

/* ¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡ Pretendard import ¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡¦¡ */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic');

/* ------------------------------------------------------------------
   Global Font Size Bump
   ------------------------------------------------------------------
   html root 130.5% ¡æ 1rem = ¾à 20.88px (±âÁ¸ 16px ´ëºñ ¾à 1.305¹è)
   body ±âº» 16px, ¸ð¹ÙÀÏ 15px ·Î Á¶Á¤ÇÏ¿© »çÀÌÆ® Àü¹ÝÀÌ Á» ´õ Å­Á÷ÇÏ°Ô
   ------------------------------------------------------------------*/


/* ------------------------------------------------------------------
   ÃÖ±Ù°Ô½Ã±Û ¸®½ºÆ® (.miso-post-list)
   ------------------------------------------------------------------*/
.miso-post-list .post-wrap {
  overflow: hidden;
  margin-top: -2px;
  margin-bottom: -2px;
}

.miso-post-list .post-list {
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  /* ¸®½ºÆ® ÀüÃ¼ ÆùÆ® Å©±â & ÁÙ°£°Ý */
  font-size: 13px !important;
  line-height: 26px !important;
}

.miso-post-list .post-list li {
  padding: 0;
  margin: 0;
  /* liµµ ºÎ¸ðÀÎ .post-list Å©±â »ó¼Ó */
  font-size: inherit !important;
  line-height: inherit !important;
}

.miso-post-list .post-list li b {
  letter-spacing: -1px;
  padding-right: 1px;
  font-size: inherit !important;
  line-height: inherit !important;
}

.miso-post-list .post-list li .name {
  letter-spacing: -1px;
  color: #888;
  padding-left: 4px;
  padding-right: 1px;
  font-size: inherit !important;
  line-height: inherit !important;
}

.miso-post-list .post-list .txt-normal {
  letter-spacing: 0;
}

.miso-post-list .post-none {
  padding: 50px 10px;
  text-align: center;
  color: #888;
}

/* º»¹® ÅØ½ºÆ® */
.miso-post-list .wr-text {
  font-family: dotum, sans-serif;
  /* º»¹®Àº ¸®½ºÆ® Á¦¸ñº¸´Ü »ìÂ¦ ÀÛ°Ô */
  font-size: 16px !important;
  line-height: 22px !important;
  letter-spacing: -1px;
  font-weight: normal;
}

.miso-post-list .wr-icon {
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 12px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.miso-post-list .wr-new {
  width: 12px;
  height: 12px;
  background-image: url('./img/icon_new.gif');
}

.miso-post-list .wr-secret {
  width: 12px;
  height: 12px;
  background-image: url('./img/icon_secret.gif');
}

.miso-post-list .wr-video {
  width: 12px;
  height: 12px;
  background-image: url('./img/icon_video.gif');
}

.miso-post-list .wr-image {
  width: 12px;
  height: 12px;
  background-image: url('./img/icon_image.gif');
}

.miso-post-list .wr-file {
  width: 12px;
  height: 12px;
  background-image: url('./img/icon_file.gif');
}

.miso-post-list #infscr-loading {
  background: rgba(0, 0, 0, 0.8);
  margin: 0;
  padding: 10px;
  border-radius: 10px;
  left: 50%;
  width: 200px;
  margin-left: -110px;
  text-align: center;
  bottom: 50px;
  position: fixed;
  z-index: 100;
  color: #fff;
}

.miso-post-list .post-more {
  text-align: center;
  margin: 15px 0 0;
}
