@charset "UTF-8";
.hidden {
  display: none !important;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-text-fill-color: #000;
  box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
  -webkit-text-fill-color: #000;
  box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

:focus-visible {
  outline: none;
}

input:focus {
  --tw-ring-color: none !important;
}

::-webkit-search-cancel-button {
  display: none;
  -webkit-appearance: none;
}

@media (min-width: 769px) {
  .category-sort-block .deleteBtn-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
  }
  .category-sort-block .deleteBtn-wrap button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.8rem;
    border-radius: 9rem;
    padding: 1.1rem 1.4rem;
  }
  .category-sort-block .deleteBtn-wrap button::before {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 1.6rem;
    transition: ease 0.2s;
    color: #9fa4ab;
  }
  .category-sort-block .deleteBtn-wrap button::after {
    color: #1e2229;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .category-sort-block .deleteBtn-wrap button.deleteDeadline::after {
    content: "신청 마감 삭제";
  }
  .category-sort-block .deleteBtn-wrap button.deleteComplete::after {
    content: "제출 마감 삭제";
  }
  .category-sort-block .deleteBtn-wrap button.deleteTotal::after {
    content: "전체 삭제";
  }
  .category-sort-block .deleteBtn-wrap button:hover {
    background-color: #f3f5f7;
  }
  .category-sort-block .deleteBtn-wrap button:hover::before {
    color: #009b76;
  }
  .category-sort-block .deleteBtn-wrap .line {
    width: 0.1rem;
    height: 1.2rem;
    border: 1px solid #d7dce5;
  }
}
@media (max-width: 768px) {
  header {
    display: none !important;
  }
  .main-block .main-left .category-sort-block {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.2rem;
    flex-direction: column;
  }
  .main-block .main-left .category-sort-block .category-block {
    width: 100%;
    padding: 0 2.4rem !important;
  }
  .main-block .main-left .category-sort-block .category-block .category {
    width: 50% !important;
    font-weight: 700 !important;
  }
  .main-block .main-left .category-sort-block .category-block .category.favorites {
    margin: 0 !important;
  }
  .main-block .main-left .category-sort-block .deleteBtn-wrap {
    flex-grow: 1;
    width: 100%;
    padding-left: 1rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0;
  }
  .main-block .main-left .category-sort-block .deleteBtn-wrap button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.8rem;
    border-radius: 9rem;
    padding: 1.1rem 1.4rem;
  }
  .main-block .main-left .category-sort-block .deleteBtn-wrap button::after {
    color: #1e2229;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .main-block .main-left .category-sort-block .deleteBtn-wrap button.deleteDeadline::after {
    content: "신청 마감 삭제";
  }
  .main-block .main-left .category-sort-block .deleteBtn-wrap button.deleteComplete::after {
    content: "제출 마감 삭제";
  }
  .main-block .main-left .category-sort-block .deleteBtn-wrap button.deleteTotal::after {
    content: "전체 삭제";
  }
  .main-block .main-left .category-sort-block .deleteBtn-wrap .line {
    width: 0.1rem;
    height: 1.2rem;
    border: 1px solid #d7dce5;
  }
  .main-block .main-left .campaign-block .notLogin-wrap {
    margin-top: -6.4rem;
  }
}