.fixed-left {
  left: 66px;
  position: fixed;
  top: 325px;
  width: 316px;
  z-index: 10;
}

.slogan {
  font-family: 'Nanum Myeongjo', 'Noto Sans SC', sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 10.5px;
  line-height: 50px;
}

.slogan font {
  display: flex;
  flex-wrap: wrap;
  word-break: keep-all;
}

.slogan-image {
  margin-bottom: 77px;
  width: 210px;
}

.input-search-wrap {
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  display: flex;
  height: 44px;
  justify-content: space-between;
  margin: 10px 0 20px;
  padding: 0 14px 0 0;
}

.input-search-wrap input[type="text"] {
  border: none;
}

.fixed-left .search-wrap .title {
  font-size: 16px;
}

.input-search {
  background-color: transparent;
  border: 0;
  flex: 1;
  margin-right: 10px;
}

.input-search-wrap .search-gray {
  height: 20px;
  width: 20px;
}

.recent-keyword {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
}

.recent-keyword > a {
  color: #767676;
  font-size: 16px;
  font-weight: 300;
  text-decoration: underline;
  width: auto;
}


/****** 반응형 *******/

@media screen and (max-width: 1800px) {
  .fixed-left {
    display: none;
  }
}