@charset "UTF-8";
@font-face {
  font-family: "MontserratSubset";
  src: url("../../../../widgets/contentextended/skins/ultiv_skin/assets/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-display: swap;
  unicode-range: U+0030-0039, U+005B, U+005D;
  /* 숫자 0~9, 괄호 [] */
}
ul.app-image-title {
  margin: 0;
  overflow: hidden;
}
ul.app-image-title > li {
  padding: 14px 0;
  border-bottom: 1px solid #efefef;
  border-color: gainsboro;
  transition: 0.3s;
}
ul.app-image-title > li:hover {
  background-color: #fbfbfb;
}
ul.app-image-title > li > a {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
}
ul.app-image-title .app-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
ul.app-image-title .app-voted-count {
  display: inline-block;
  vertical-align: top;
  padding: 4px 0 3px;
  margin-right: 10px;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  border-radius: 3px;
  color: #83b3ef;
  text-align: center;
  width: 40px;
  min-width: 40px;
  font-family: "MontserratSubset", sans-serif;
}
ul.app-image-title .app-voted-count .app-voted-number {
  display: block;
  font-size: 12px;
  font-weight: 500;
}
ul.app-image-title .app-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 45px;
  gap: 3px;
  max-width: 100%;
  min-width: 0;
}
ul.app-image-title .app-thumbnail {
  flex: 0 0 auto;
  position: relative;
  width: 60px;
  height: 45px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 10px;
}
@media (max-width: 640px) {
  ul.app-image-title .app-thumbnail {
    width: 50px;
    height: 50px;
  }
}
ul.app-image-title .app-thumbnail > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
ul.app-image-title .app-title {
  display: flex;
  align-items: center;
}
ul.app-image-title .app-title .app-browser-title {
  flex: 0 0 auto;
  margin-right: 0.25rem;
  color: #83b3ef;
  font-weight: 500;
  white-space: nowrap;
}
ul.app-image-title .app-title .app-title-text {
  min-width: 0;
  margin-right: 0.25rem;
  color: #333;
  font-size: 1.05em;
  line-height: 1.4em;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
ul.app-image-title .app-title .app-comment-count {
  flex: 0 0 auto;
  color: #83b3ef;
  font: 500 12px "MontserratSubset";
  line-height: 1em;
  white-space: nowrap;
}
ul.app-image-title .app-title .app-comment-count.app-comment-desktop {
  display: inline-block;
  margin: -2px 0 0 3px;
  vertical-align: middle;
}
@media (max-width: 640px) {
  ul.app-image-title .app-title .app-comment-count.app-comment-desktop {
    display: none;
  }
}
ul.app-image-title .app-title .app-comment-count.app-comment-mobile {
  display: none;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  white-space: nowrap;
  color: #adadad;
}
@media (max-width: 640px) {
  ul.app-image-title .app-title .app-comment-count.app-comment-mobile {
    display: flex;
    font-size: 0.675rem;
    gap: 0.2rem;
  }
}
ul.app-image-title .app-title .app-comment-count.app-comment-mobile.icon-comment::before {
  content: "";
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23888888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'%3E%3C/path%3E%3Ccircle cx='9' cy='10' r='1'%3E%3C/circle%3E%3Ccircle cx='15' cy='10' r='1'%3E%3C/circle%3E%3Ccircle cx='12' cy='10' r='1'%3E%3C/circle%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  opacity: 0.7;
}
.dark-bg ul.app-image-title .app-title .app-comment-count.app-comment-mobile.icon-comment::before, [data-theme="dark"] ul.app-image-title .app-title .app-comment-count.app-comment-mobile.icon-comment::before, .mode-dark ul.app-image-title .app-title .app-comment-count.app-comment-mobile.icon-comment::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23bbbbbb' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'%3E%3C/path%3E%3Ccircle cx='9' cy='10' r='1'%3E%3C/circle%3E%3Ccircle cx='15' cy='10' r='1'%3E%3C/circle%3E%3Ccircle cx='12' cy='10' r='1'%3E%3C/circle%3E%3C/svg%3E");
}
@media (max-width: 640px) {
  ul.app-image-title .app-title .app-comment-count.app-comment-mobile.icon-comment::before {
    width: 10px;
    height: 10px;
  }
}
ul.app-image-title .app-content {
  margin-bottom: 0.25rem;
  color: #999;
  font-size: 0.75rem;
}
ul.app-image-title .app-meta {
  color: #999;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
ul.app-image-title .app-meta .app-category {
  flex: 0 0 auto;
  white-space: nowrap;
  position: relative;
  font-size: 0.85em;
}
ul.app-image-title .app-meta .profile-name {
  min-width: 0;
  text-decoration: none;
  white-space: nowrap;
  font-size: 0.85em;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.app-image-title .app-meta .date {
  flex: 0 0 auto;
  font-size: 0.7rem;
  font-weight: 500;
  font-family: "MontserratSubset", sans-serif;
  white-space: nowrap;
  margin-top: -2px;
}
ul.app-image-title .app-meta .date i {
  font-size: 10px;
}
ul.app-image-title .app-wrapper:not(:has(.app-thumbnail)) .app-body {
  margin-left: 0;
}
/*# sourceMappingURL=93381fb7e7495b33ebf92a169c0361929b72fc50.image-title.scss.map */
