.title-area {
  position: relative;  padding-bottom: 15px; border-bottom: 1px solid #aaa;
  > p {font-size: 1.7rem; font-weight: 500; display: inline-block; }
  > img { width: 17px; height: 17px; margin-right: 5px; }
  .more-btn {
    position: absolute; bottom: 15px; right: 0; font-size: 1.2rem; font-weight: 900; color: #777; cursor: pointer;
    .more-txt { display: inline-block; }
    > img { display: inline-block; width: 13px; height: 13px; }
    &:hover {
      .more-txt { text-decoration: underline; }
    }
  }
  .home-link {
    position: relative; display: inline-block; font-size: 1.2rem; margin-left: 5px; color: #4e7fa8; font-weight: 500;
    &:hover {
      text-decoration: underline;
    }
    > img {
      width: 11px; height: 11px; margin-right: 3px; position: relative; top: 1px;
    }
  }
  .result-area.absolute {
    position: absolute; top: -5px; right: 0;
  }
}
