/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer components {
  .search-form {
    margin: 0 10px;
    padding: 12px 5px 28px;
  }
  .search-input-wrap {
    position: relative;
  }
  .search-input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 2px;
    border: 0;
    border-bottom: 1px solid;
    background: transparent;
    color: #ccc;
    font-size: 2.1em;
    font-family: "NotoSans", "돋움", dotum, sans-serif;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    outline: none;
  }
  .search-input:focus {
    color: #2c2d2e;
    border: 0;
    border-bottom: 1px solid;
    outline: none;
  }
  .search-btn {
    display: inline-block;
    position: absolute;
    bottom: 0.4em;
    right: 0;
    padding: 0 15px 0.25em;
    width: 1em;
    height: 1em;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: #cccdce;
    mask-image: url('/assets/svg/search.svg');
  }
  @media (min-width: 37.5em) {
    .search-form {
      max-width: 420px;
      margin: 0 auto;
      padding-top: 20px;
    }
  }
  @media (min-width: 48em) {
    .search-form {
      max-width: 900px;
      padding: 24px 5% 36px;
    }
    .search-input, .search-btn {
      font-size: 2.8em;
    }
  }
  @media (min-width: 64em) {
    .search-form {
      box-sizing: content-box;
      padding-top: var(--spacing-xxxxl);
      padding-bottom: 60px;
    }
    .search-input, .search-btn {
      font-size: 4em;
    }
  }
  @media (min-width: 80em) {
    .search-input {
      font-size: 4.8em;
    }
    .search-btn {
      font-size: 4.2em;
    }
  }
  .search-result {
    position: relative;
    max-width: 1200px;
    margin: 0 10px;
    padding-bottom: 30px;
  }
  .search-result .card-list {
    margin-bottom: 20px;
  }
  .search-result .pagination {
    margin-top: 0;
    padding: 0;
  }
  @media (min-width: 48em) {
    .search-container {
      padding: 0 20px;
    }
    .search-result {
      margin: 0 auto;
    }
  }
  @media (min-width: 64em) {
    .search-result {
      padding-bottom: 50px;
    }
    .search-result .card-list {
      margin-bottom: 40px;
    }
  }
  .card-list {
    zoom: 1;
    max-width: 1200px;
    margin: 0 auto;
  }
  .card-list:before {
    content: '';
    display: block;
  }
  .card-list:after {
    content: '';
    display: table;
    clear: both;
  }
  .card-list.font-test-batang {
    font-family: "Iropke Batang", serif;
  }
  .card-list.is-not-masonry {
    display: flex;
    flex-wrap: wrap;
  }
  .card-list.is-not-masonry .item {
    float: none;
  }
  .card-list.is-not-masonry .card--portfolio {
    height: calc(100% - 10px);
  }
  .card-list.is-not-masonry .card-content {
    height: 100%;
  }
  .card-list .item {
    float: left;
    width: 50%;
  }
  @media (min-width: 37.5em) {
    .card-list .item {
      width: 33.333%;
    }
    .card-list.is-not-masonry .card--portfolio {
      height: calc(100% - 20px);
    }
  }
  @media (min-width: 64em) {
    .card-list .item {
      width: 25%;
    }
  }
  .hashtag {
    display: inline-block;
    color: #999;
    margin-right: .2em;
    white-space: nowrap;
    font-size: 12px;
    letter-spacing: -0.025em;
  }
  .card {
    overflow: hidden;
    position: relative;
    margin: 0 5px 10px;
    font-size: 1.2em;
    transition: background-color 0.5s ease-in-out;
  }
  .card:hover {
    cursor: pointer;
    background-color: var(--target-bg, #3a3b3c);
  }
  .card:hover .card__category, .card:hover .card__head, .card:hover .card__title, .card:hover .card__txt, .card:hover .card__link, .card:hover .hashtag {
    color: #fff;
  }
  .card:hover.card--story .card__category, .card:hover.card--story .card__head, .card:hover.card--story .card__title, .card:hover.card--story .card__txt, .card:hover.card--story .card__link, .card:hover.card--story .hashtag {
    color: #3a3b3c;
  }
  .card:hover .card-content {
    background-color: transparent;
  }
  .card-pad, .card-content {
    padding: 10px 10px 18px 11px;
  }
  .card-pad {
    min-height: 9em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .card-content {
    box-sizing: border-box;
    background-color: #fff;
  }
  .card__category {
    display: block;
    margin-bottom: 0.5em;
    font-size: 13px;
    font-weight: 700;
    color: #999;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
  }
  .card__link {
    display: block;
  }
  .card__link:hover, .card__link:focus {
    text-decoration: none;
  }
  .card__link:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .card__thumb, .card__img {
    display: block;
  }
  .card__img {
    width: 100%;
  }
  .card__title, .card__head, .card__txt {
    display: block;
    color: #3a3b3c;
    font-weight: normal;
    line-height: 1.4;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }
  .card__head, .card__title {
    letter-spacing: -0.05em;
    font-size: 1.417em;
  }
  .card__txt {
    display: none;
  }
  .card__hashtags {
    margin-top: 0.8em;
  }
  .card--column {
    color: #3a3b3c;
  }
  .card--news {
    color: #3a3b3c;
  }
  .card--story {
    color: #f6ff00;
  }
  @media (min-width: 37.5em) {
    .card {
      margin: 0 8px 16px;
    }
  }
  @media (min-width: 48em) {
    .card {
      margin: 0 10px 20px;
    }
    .card-pad {
      padding: 25px 28px 40px 25px;
    }
    .card-content {
      padding: 18px 20px 30px;
    }
    .card__category {
      margin-bottom: 12px;
    }
    .card__title, .card__head {
      font-size: 1.67em;
      line-height: 1.231;
    }
    .card__txt {
      display: block;
      font-size: 1.1em;
      line-height: 1.5;
      letter-spacing: -0.025em;
    }
    .card--portfolio .card__head {
      display: none;
    }
  }
  @media (min-width: 64em) {
    .card-content {
      background-color: transparent;
    }
    .card-pad {
      padding: 28px 28px 48px;
    }
    .card__title {
      font-size: 2em;
    }
    .card__txt {
      font-size: 1.25em;
    }
  }
  @media (min-width: 80em) {
    .card__title {
      font-size: 2.167em;
    }
  }
  .pagination {
    zoom: 1;
    margin-top: 1.25em;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
  }
  .pagination:before {
    content: '';
    display: block;
  }
  .pagination:after {
    content: '';
    display: table;
    clear: both;
  }
  @media (min-width: 48em) {
    .pagination {
      font-size: 1.6em;
    }
  }
  .page-item {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    color: #3a3b3c;
    line-height: 28px;
    vertical-align: middle;
  }
  .page-item.is-current {
    background-color: #3a3b3c;
    color: #fff;
  }
  .page-prev, .page-next {
    vertical-align: middle;
  }
  .page-prev:hover, .page-prev:focus, .page-next:hover, .page-next:focus {
    color: #2c2d2e;
    font-weight: bold;
    text-decoration: none;
  }
  .page-prev .page-txt, .page-next .page-txt {
    display: none;
  }
  .page-prev.no-more, .page-next.no-more {
    color: #999;
  }
  @media (min-width: 48em) {
    .page-prev, .page-next {
      font-size: 0.875em;
    }
  }
  .page-prev {
    margin-right: 0.6em;
    text-decoration: none;
  }
  .page-prev .page-txt {
    margin-left: 0.6em;
    margin-right: 1em;
  }
  .page-prev:before {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: -1px;
    vertical-align: middle;
    content: " ";
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: currentColor;
    mask-image: url('/assets/svg/circle-chevron-left.svg');
  }
  .page-next {
    margin-left: 0.6em;
    text-decoration: none;
  }
  .page-next .page-txt {
    margin-left: 0.6em;
    margin-right: 0.6em;
  }
  .page-next:after {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: -1px;
    vertical-align: middle;
    content: " ";
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: currentColor;
    mask-image: url('/assets/svg/circle-chevron-right.svg');
  }
  @media (min-width: 37.5em) {
    .page-item {
      width: 40px;
      height: 40px;
      line-height: 38px;
    }
    .page-prev .page-txt, .page-next .page-txt {
      display: inline-block;
    }
  }
}
