html {
  font-size: 16px;
}
@media (min-width: 1701px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 1700px) {
  html {
    font-size: 15.5px;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 1500px) {
  html {
    font-size: 14.5px;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 1300px) {
  html {
    font-size: 13.5px;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 1100px) {
  html {
    font-size: 12.5px;
  }
}
@media (max-width: 1000px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 900px) {
  html {
    font-size: 11.5px;
  }
}
@media (max-width: 800px) {
  html {
    font-size: 11px;
  }
}
@media (max-width: 700px) {
  html {
    font-size: 10.5px;
  }
}
@media (max-width: 600px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 9.5px;
  }
}
@media (max-width: 400px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 300px) {
  html {
    font-size: 8.5px;
  }
}
@media (max-width: 200px) {
  html {
    font-size: 8px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  margin: 0;
}

body {
  font-family: "Pretendard", Arial, sans-serif;
  line-height: 1.6;
  color: #333333;
  padding: 0;
}

.page-header {
  position: relative;
  max-width: 1320px;
  padding-top: 12rem;
  margin: 0 auto;
  text-align: center;
}
.page-header h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.page-header .search-info {
  margin-top: 1rem;
  text-align: center;
}
.page-header .search-info .page-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0.5rem;
}
.page-header .search-info .result-count {
  font-size: 1rem;
  color: #999999;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 2.5rem 30px 7rem 30px;
}

h1 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.search-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f4f1;
  border-radius: 3.125rem;
  padding: 0.625rem 1.25rem;
  width: 100%;
  max-width: 48.4375rem;
  margin: 0 auto;
}

.search-bar input {
  flex: 1;
  border: none;
  background: transparent;
  outline: none;
  font-size: 1.3rem;
  color: #999999;
  padding: 0.625rem;
  margin-right: 0.625rem;
}
.search-bar input::placeholder {
  color: #cccccc;
}

.search-bar button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #856c54;
  border: none;
  color: #ffffff;
  padding: 0.625rem 1.25rem;
  border-radius: 3.125rem;
  font-size: 1.25rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s;
}
.search-bar button:hover {
  background-color: #6d5443;
}
.search-bar button svg {
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
}

.table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 4.375rem;
}
.table th,
.table td {
  text-align: left;
  padding: 0.9375rem;
  border-top: 0.0625rem solid #e6e2de;
  border-bottom: 0.0625rem solid #e6e2de;
}
.table th {
  color: #333333;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.011875rem;
}
.table th:nth-child(1),
.table td:nth-child(1) {
  width: 5%;
}
.table th:nth-child(2),
.table td:nth-child(2) {
  width: 60%;
}
.table th:nth-child(3),
.table td:nth-child(3),
.table th:nth-child(4),
.table td:nth-child(4),
.table th:nth-child(5),
.table td:nth-child(5) {
  width: 10%;
}
.table td:nth-child(1),
.table td:nth-child(4),
.table td:nth-child(5) {
  color: #999999;
}
.table td {
  text-align: center;
  color: #333333;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015625rem;
}
.table td a {
  text-decoration: none;
  color: #333333;
  font-size: 1.4rem;
}
.table td a:hover {
  text-decoration: none;
  color: rgb(25.5, 25.5, 25.5);
}
.table td:nth-child(2) {
  text-align: start;
}
.table td small {
  font-size: 1.0625rem;
  color: #896950;
  display: block;
  margin-top: 0.3125rem;
}
.table tbody tr:hover {
  background-color: white;
}

.search-highlight {
  background-color: #ffeb3b;
  color: #333333;
  font-weight: bold;
  padding: 0.125rem 0.25rem;
  border-radius: 0.25rem;
}

.table tbody tr {
  transition: background-color 0.3s ease;
}
.table tbody tr:hover {
  background-color: white;
}
.table tbody tr td.highlighted {
  background-color: white;
}
.table tbody tr td .search-highlight {
  background-color: yellow;
  font-weight: bold;
}

.profile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}
.profile span {
  color: #333333;
  font-size: 0.8125rem;
}
.profile img {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .site-main {
    padding: 30px;
    margin: 0;
  }
  .page-header h1 {
    font-size: 2.7rem;
    margin-bottom: 2.5rem;
  }
  .page-header .breadcrumb {
    padding-right: 0 !important;
    top: 7rem !important;
  }
  .search-form {
    border-radius: 9999px;
    background: #F7F7F7;
  }
  .search-form .search-bar {
    background: transparent;
  }
  .container {
    padding: 2.5rem 0 7rem 0;
  }
  .container input {
    color: #ADADAD;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.6px;
  }
  .container button {
    font-size: 1.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .container button svg {
    width: 2rem !important;
    height: 2rem !important;
  }
  .container .table th {
    font-size: 1.6rem;
    padding: 0.5rem 0.2rem;
  }
  .container .table td {
    padding: 0.5rem 0.2rem;
    font-size: 1.4rem;
  }
  .container .table th:nth-child(1),
  .container .table td:nth-child(1) {
    width: 0%;
  }
  .container .table th:nth-child(2),
  .container .table td:nth-child(2) {
    width: 0%;
  }
  .container .table th:nth-child(2) a,
  .container .table td:nth-child(2) a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .container .table th:nth-child(2) small,
  .container .table td:nth-child(2) small {
    display: block;
    color: #896950;
    font-size: 1.4rem;
    margin-top: 0.25rem;
  }
  .container .table th:nth-child(3),
  .container .table td:nth-child(3) {
    width: 50%;
  }
  .container .table th:nth-child(4),
  .container .table td:nth-child(4) {
    width: 30%;
  }
  .container .table th:nth-child(5),
  .container .table td:nth-child(5) {
    width: 20%;
  }
  .container .table .profile span {
    font-size: 1.4rem;
  }
}

/*# sourceMappingURL=winning-case-list.css.map */
