.keep_list_post_more .cc_btn {
  font-size: 1.3rem;
}
@media only screen and (min-width: 768px) {
  .keep_list_post_more .cc_btn {
    font-size: 1.4rem;
  }
}

.keep_list_note {
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .keep_list_note {
    font-size: 1.6rem;
  }
}

.keep_list_note span {
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .keep_list_note span {
    font-size: 2rem;
  }
}

.keep_list {
  margin-top: 51px;
}
.keep_list_note {
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #0e0e0e;
  position: relative;
  margin-top: 20px;
  padding-left: 20px;
}
@media only screen and (min-width: 768px) {
  .keep_list_note {
    margin-top: 47px;
    padding-left: 33px;
  }
}
.keep_list_note img {
  width: 14px;
  position: absolute;
  top: 0.5em;
  left: 1px;
}
@media only screen and (min-width: 768px) {
  .keep_list_note img {
    width: 20px;
  }
}
.keep_list_note span {
  color: var(--color-sub);
  line-height: 1.9;
}
.keep_list_post {
  display: flex;
  gap: 30px;
  flex-direction: column;
  margin-top: 30px;
}
.keep_list_post .ll_project_post {
  position: relative;
}
.keep_list_post .ll_project_post_wrap {
  position: relative;
}
.keep_list_post .cc_favourite {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media only screen and (min-width: 768px) {
  .keep_list_post .cc_favourite {
    width: 45px;
    height: 45px;
  }
}
.keep_list_post .ll_project_post .item_row {
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .keep_list_post .ll_project_post .item_row {
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .keep_list_post .ll_project_post .item_col:nth-child(1) {
    width: 350px;
    flex-shrink: 0;
  }
}
@media only screen and (min-width: 768px) {
  .keep_list_post .ll_project_post .item_col:nth-child(2) {
    width: calc(100% - 380px);
    flex: 1;
  }
}
.keep_list_post .item_photo {
  aspect-ratio: 350/278;
}
.keep_list_post .item_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.keep_list_post .ll_project_post .item_list {
  margin-top: 16px;
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .keep_list_post .ll_project_post .item_list .cc_info_row {
    width: calc(50% - 10px);
  }
}
.keep_list_post .ll_project_post .item_btns {
  max-width: none;
  gap: 14px;
  justify-content: flex-start;
}
.keep_list_post .ll_project_post .cc_btn__back,
.keep_list_post .ll_project_post .cc_btn__apply {
  width: calc(50% - 7px);
}
.keep_list_post .cc_btn__apply {
  background-image: linear-gradient(to right, #e3efff 50%, #0c9bda 50%, #03bbc9 100%);
  font-weight: 600;
}
.keep_list_post_more {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .keep_list_post_more .cc_btn {
    width: 230px;
    padding: 11px 40px 10px 23px;
  }
}

/*# sourceMappingURL=keep.css.map */
