@charset "UTF-8";
.archiveCate-list .p-searchbar.type2.ps-basic .flatpickr-input[readonly] {
  max-width: 140px;
}
@media (max-width: 768px) {
  .archiveCate-list .p-searchbar.type2.ps-basic .flatpickr-input[readonly] {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .archiveCate-list .p-searchbar.type2.ps-basic .psi-wrap {
    display: block;
  }
}
@media (max-width: 768px) {
  .archiveCate-list .p-searchbar.type2.ps-basic .psi-wrap .psi-date,
  .archiveCate-list .p-searchbar.type2.ps-basic .psi-wrap .psi-item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .archiveCate-list .p-searchbar.type2.ps-basic .psi-wrap .psi-text {
    width: calc(100% - 178px);
  }
}
@media (max-width: 490px) {
  .archiveCate-list .p-searchbar.type2.ps-basic .psi-wrap .psi-text {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .archiveCate-list .p-searchbar.type2.ps-basic .psi-wrap .psi-date {
    padding-bottom: 4px;
  }
}
@media (max-width: 490px) {
  .archiveCate-list .p-searchbar.type2.ps-basic .psi-wrap .psi-date {
    padding-bottom: 0;
  }
}
.archiveCate-list .p-searchbar .psi-submit .psi-item .submit-button {
  border: 1px solid #1e2d75;
  background-color: #1e2d75;
  color: #FFF;
}
.archiveCate-list .p-searchbar .psi-submit .psi-item .submit-button .fa.fa-search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 19C15.1944 19 19 15.1944 19 10.5C19 5.8056 15.1944 2 10.5 2C5.8056 2 2 5.8056 2 10.5C2 15.1944 5.8056 19 10.5 19Z' stroke='white' stroke-linejoin='round'/%3E%3Cpath d='M16.6113 16.6113L20.854 20.854' stroke='white' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.archiveCate-list .p-searchbar .psi-submit .psi-item .submit-button:hover, .archiveCate-list .p-searchbar .psi-submit .psi-item .submit-button:focus {
  background-color: #FFF;
  color: #1e2d75;
}
.archiveCate-list .p-searchbar .psi-submit .psi-item .submit-button:hover .fa.fa-search, .archiveCate-list .p-searchbar .psi-submit .psi-item .submit-button:focus .fa.fa-search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 19C15.1944 19 19 15.1944 19 10.5C19 5.8056 15.1944 2 10.5 2C5.8056 2 2 5.8056 2 10.5C2 15.1944 5.8056 19 10.5 19Z' stroke='%231e2d75' stroke-linejoin='round'/%3E%3Cpath d='M16.6113 16.6113L20.854 20.854' stroke='%231e2d75' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.archiveCate-list .board--card--list.type1 .item .thm--box .thm--inner {
  padding-top: 70%;
}
@media (max-width: 490px) {
  .archiveCate-list .board--card--list.type1 .item .thm--box .thm--inner {
    padding-top: 0;
  }
}
.archiveCate-list .board--card--list.type1 .item .thm--box .thm--inner img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: auto;
  height: 100%;
  max-width: none;
  max-height: none;
}
@media (max-width: 490px) {
  .archiveCate-list .board--card--list.type1 .item .thm--box .thm--inner img {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    height: 100%;
  }
}
.archiveCate-list .board--card--list.type1 .item .thm--box .thm--inner::after {
  content: "더보기";
  width: auto;
  height: auto;
  color: #FFF;
  font-weight: 600;
  background: none;
  font-size: 28px;
  margin: 0;
  border-radius: 0;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  letter-spacing: normal;
}
@media (max-width: 1279px) and (min-width: 1025px) {
  .archiveCate-list .board--card--list.type1 .item .thm--box .thm--inner::after {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .archiveCate-list .board--card--list.type1 .item .thm--box .thm--inner::after {
    font-size: 22px;
  }
}
@media (max-width: 490px) {
  .archiveCate-list .board--card--list.type1 .item .thm--box .thm--inner::after {
    font-size: 6vw;
  }
}
.archiveCate-list .board--card--list.type1 .item .thm--box .thm--inner:hover::after, .archiveCate-list .board--card--list.type1 .item .thm--box .thm--inner:focus::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.archiveCate-list .board--card--list.type1 .item .card--body .cb-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0 0;
}
@media (max-width: 640px) {
  .archiveCate-list .board--card--list.type1 .item .card--body .cb-content {
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (max-width: 490px) {
  .archiveCate-list .board--card--list.type1 .item .card--body .cb-content {
    flex-direction: row;
    align-items: center;
  }
}
.archiveCate-list .board--card--list.type1 .item .card--body .cb-content .cb-inner {
  font-size: 0;
}
@media (max-width: 640px) {
  .archiveCate-list .board--card--list.type1 .item .card--body .cb-content .cb-inner + .cb-inner {
    padding: 5px 0 0;
  }
}
@media (max-width: 490px) {
  .archiveCate-list .board--card--list.type1 .item .card--body .cb-content .cb-inner + .cb-inner {
    padding: 0;
  }
}
.archiveCate-list .board--card--list.type1 .item .card--body .cb-content span {
  position: relative;
  word-break: keep-all;
  overflow-wrap: break-word;
  color: #666;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.04rem;
  padding: 0 0 0 25px;
  margin: 0 10px 0 0;
  display: inline-block;
}
.archiveCate-list .board--card--list.type1 .item .card--body .cb-content span:last-child {
  margin: 0;
}
.archiveCate-list .board--card--list.type1 .item .card--body .cb-content span i {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  font-size: 0;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.archiveCate-list .board--card--list.type1 .item .card--body .cb-content span.gnum i {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 10C14.2091 10 16 8.20914 16 6C16 3.79086 14.2091 2 12 2C9.79086 2 8 3.79086 8 6C8 8.20914 9.79086 10 12 10Z' stroke='%23697785' stroke-linejoin='round'/%3E%3Cpath d='M21 22C21 17.0294 16.9706 13 12 13C7.02945 13 3 17.0294 3 22' stroke='%23697785' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.archiveCate-list .board--card--list.type1 .item .card--body .cb-content span.count i {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 4C4.46244 4 2 6.46245 2 9.5C2 15 8.5 20 12 21.1631C15.5 20 22 15 22 9.5C22 6.46245 19.5375 4 16.5 4C14.6399 4 12.9954 4.92345 12 6.3369C11.0046 4.92345 9.36015 4 7.5 4Z' stroke='%23697785' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.archiveCate-list .board--card--list.type1 .item .card--body .cb-content span.hit i {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 18C17.5229 18 22 12 22 12C22 12 17.5229 6 12 6C6.47715 6 2 12 2 12C2 12 6.47715 18 12 18Z' stroke='%23697785' stroke-linejoin='round'/%3E%3Cpath d='M12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5Z' stroke='%23697785' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.archiveCate-list .board--card--list.type1 .item .card--body .cb-content span.data i {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.25 9.5H22.25V20C22.25 20.5523 21.8023 21 21.25 21H4.25C3.69771 21 3.25 20.5523 3.25 20V9.5Z' stroke='%23697785' stroke-linejoin='round'/%3E%3Cpath d='M3.25 4.5C3.25 3.94771 3.69771 3.5 4.25 3.5H21.25C21.8023 3.5 22.25 3.94771 22.25 4.5V9.5H3.25V4.5Z' stroke='%23697785' stroke-linejoin='round'/%3E%3Cpath d='M8.75 2V6' stroke='%23697785' stroke-linejoin='round'/%3E%3Cpath d='M16.75 2V6' stroke='%23697785' stroke-linejoin='round'/%3E%3Cpath d='M14.75 17H17.75' stroke='%23697785' stroke-linejoin='round'/%3E%3Cpath d='M7.75 17H10.75' stroke='%23697785' stroke-linejoin='round'/%3E%3Cpath d='M14.75 13H17.75' stroke='%23697785' stroke-linejoin='round'/%3E%3Cpath d='M7.75 13H10.75' stroke='%23697785' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}/*# sourceMappingURL=style.css.map */