#similarMoreArea p.nodata, #searchResultArea p.nodata {
  display: none;
  margin-left: .75rem;
  margin-top: 1.5rem;
}

.about-confidence {
  cursor: pointer;
}

#resultBody > table > tbody em {
  font-weight: 600;
  font-style: normal;
}

@media screen and (min-width: 992px) {
  #left {
    position: sticky;
  }
  
  #contents {
    padding: 72px 1rem 1rem 0;
  }
}

@media screen and (max-width: 991.98px) {
  #favoriteImgSwitch {
    margin-left: 0 !important;
    margin-top: 8px;
  }
}

#topAccessMoreAreaTitle, #similarMoreAreaTitle, #favoritesAreaTitle, #searchResultAreaTitle {
  padding-left: .75rem;
}

#topAccessMoreAreaTitle div:first-child i {
  color: var(--color-kotami);
  font-size: 1.8rem;
}

#similarMoreAreaTitle div:first-child i, #favoritesAreaTitle div:first-child i, #searchResultAreaTitle div:first-child i {
  color: var(--color-kotami);
  font-size: 1.5rem;
}

#topAccessMoreArea i.clickable:hover, #similarMoreArea i.clickable:hover, #favoritesArea i.clickable:hover, #searchResultArea i.clickable:hover {
  cursor: pointer;
}

#topAccessMoreArea span.clickable:hover, #similarMoreArea span.clickable:hover, #favoritesArea span.clickable:hover, #searchResultArea span.clickable:hover {
  cursor: pointer;
}

#topAccessMoreArea td, #similarMoreArea td, #favoritesArea td, #searchResultArea td {
  padding: .75rem;
  border-bottom: solid 1px var(--background-color-kotami-4);
}

#categoryAreaTitle {
  cursor: pointer;
  position: relative;
}

#categoryAreaTitle::after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 16px;
  right: 10px;
}

#categoryAreaTitle.active::after {
  content: "\f107";
}

#imgSearchArea img {
  cursor: pointer;
}

#imgSearchTagArea {
  color: var(--color-kotami);
}

#imgSearchTagArea > div {
  border-radius: 16px;
}

#imgSearchTagArea > div:hover {
  cursor: pointer;
  color: #fff!important;
  background-color: var(--color-kotami)!important;
  border-color: rgba(255, 255, 255, 0.25)!important;
}

#imgSearchTagArea > div.active {
  color: #fff!important;
  background-color: var(--color-kotami)!important;
  border-color: rgba(255, 255, 255, 0.25)!important;
}
