@charset "UTF-8";
/*
XET CSS v2.0.4 2024-08-02 for supported in all modern browsers
By xetemplate(https://xetemplate.com)
*/
/* 위젯 */
.xet-agency-content {
  /* XE Icon */
  /* color */
}
.xet-agency-content [class*=" xi-"],
.xet-agency-content [class^=xi-] {
  margin-right: 1px;
}
.xet-agency-content a.notice {
  color: #64b5f6 !important;
}
.xet-agency-content .replyNum,
.xet-agency-content .replyNum a,
.xet-agency-content .trackbackNum a {
  font-size: 0.75rem;
  color: #ff8d19 !important;
}
.xet-agency-content .tap-wrp {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.xet-agency-content .tap-wrp ul.tab_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.xet-agency-content .tap-wrp ul.tab_menu > li {
  position: relative;
}
.xet-agency-content .tap-wrp ul.tab_menu > li::after {
  content: "";
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 0;
}
.xet-agency-content .tap-wrp ul.tab_menu > li .xet-btn {
  z-index: 5;
}
.xet-agency-content .tap-wrp ul.tab_menu > li.open::after {
  height: 1px;
  background-color: var(--xet-theme-color) !important;
}
.xet-agency-content .tap-wrp ul.tab_menu > li.open .xet-btn {
  font-weight: bold;
  color: var(--xet-theme-color) !important;
}
.xet-agency-content .tap-wrp .tab_content {
  list-style: none;
  margin: 0;
  padding: 0;
}
.xet-agency-content .tap-wrp .tab_content > dd {
  margin: 0;
  padding: 0;
  display: none;
}
.xet-agency-content .tap-wrp .tab_content > dd.open {
  display: block;
  animation: fadeEffect 0.3s linear;
}
.xet-agency-content .tap-wrp .tab_content > dd.open .gallery-masonry .item {
  animation: itemScale 0.3s ease-in-out;
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes itemScale {
  from {
    opacity: 0;
    transform: scale(0.01);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.xet-agency-content .thumbnail {
  position: relative;
}
.xet-agency-content .thumbnail figure {
  position: relative;
  text-align: center;
  overflow: hidden;
  background: #000;
  transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out;
}
.xet-agency-content .thumbnail figure > a {
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.xet-agency-content .thumbnail figure .category {
  z-index: 5;
  position: absolute;
  top: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  min-width: 40px;
  height: 38px;
  padding: 0 10px;
  font-size: 0.75rem;
  border: 1px solid #fff;
  color: #fff;
}
.xet-agency-content .thumbnail figure img {
  width: 100%;
  transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, -webkit-filter 300ms ease-out;
}
.xet-agency-content .thumbnail figure figcaption {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  padding: 15px;
  overflow: hidden;
  word-break: break-all;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: background 0.35s, transform 0.35s;
}
.xet-agency-content .thumbnail figure figcaption::before, .xet-agency-content .thumbnail figure figcaption::after {
  pointer-events: none;
}
.xet-agency-content .thumbnail figure figcaption p {
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
}
.xet-agency-content .thumbnail figure figcaption p.icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.xet-agency-content .thumbnail figure figcaption p.icon i {
  color: inherit;
}
.xet-agency-content .thumbnail figure figcaption p.subject {
  margin-top: 10px;
  max-height: 70%;
  overflow: hidden;
}
.xet-agency-content .thumbnail figure.grayscale img {
  filter: grayscale(1);
}
.xet-agency-content .thumbnail figure.grayscale:hover img {
  filter: grayscale(0);
}
.xet-agency-content .item {
  color: var(--xet-theme-text-base-color);
  text-align: center;
}
.xet-agency-content .item > div + div {
  margin-top: 1rem;
}
.xet-agency-content .item .item__category .board {
  font-weight: 500;
}
.xet-agency-content .item .item__category > span + span {
  margin-left: 10px;
}
.xet-agency-content .item .item__category a {
  color: #2286c3 !important;
}
.xet-agency-content .item .item__subject .subject {
  word-break: break-all;
  font-weight: 500;
  color: var(--xet-theme-text-strong-color);
}
.xet-agency-content .item .item__subject .subject:hover {
  color: var(--xet-theme-color) !important;
}
.xet-agency-content .item .item__subject .replyNum {
  font-weight: normal;
}
.xet-agency-content .item .item__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1;
}
.xet-agency-content .item .item__meta li {
  position: relative;
  padding-right: 12px;
  display: flex;
  align-items: center;
}
.xet-agency-content .item .item__meta li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-radius: 4px;
  background-color: var(--xet-theme-border-color);
}
.xet-agency-content .item .item__meta li:last-child {
  padding-right: 0;
}
.xet-agency-content .item .item__meta li:last-child::after {
  display: none;
}
.xet-agency-content .more-btn {
  margin-top: 2rem;
}
.xet-agency-content .list .item {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px dotted var(--xet-theme-border-color);
}
.xet-agency-content .list .item:last-child {
  border-bottom: 1px dotted var(--xet-theme-border-color);
}
.xet-agency-content .list .item .item__subject {
  text-align: left;
}
.xet-agency-content .list .item .item__subject > strong {
  color: var(--xet-theme-text-strong-color);
  transition: var(--transition-all);
}
.xet-agency-content .list .item .item__subject .replyNum {
  margin-left: 4px;
}
.xet-agency-content .list .item .item__meta {
  float: left;
  margin-top: 8px;
  font-size: 0.875rem;
  line-height: 1;
  display: flex;
  align-items: center;
}
.xet-agency-content .list .item .item__meta + .item__meta {
  margin-left: 8px;
}
.xet-agency-content .list .item:hover .item__subject > strong {
  color: var(--xet-theme-color) !important;
}
.xet-agency-content .webzine .item + .item {
  margin-top: 1rem;
}
.xet-agency-content .webzine .item .item__container {
  display: flex;
  align-items: center;
}
.xet-agency-content .webzine .item .item__container .thumbnail {
  flex: 1;
  padding: 0 !important;
  margin-right: 1rem;
}
.xet-agency-content .webzine .item .item__container .item__content {
  flex: 2;
  text-align: left;
  margin: 0;
}
.xet-agency-content .webzine .item .item__container .item__content > div + div {
  margin-top: 8px;
}
.xet-agency-content .webzine .item .item__container .item__content .item__meta {
  justify-content: flex-start;
  margin-top: 8px;
}
.xet-agency-content .gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--xet-theme-grid-gap-xs);
}
.xet-agency-content .gallery > .item {
  overflow: hidden;
}
.xet-agency-content .gallery-masonry {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5px;
}
.xet-agency-content .gallery-masonry > .item {
  padding: 0.5px;
  width: 50%;
  overflow: hidden;
}
.xet-agency-content .gallery-masonry .thumbnail figure figcaption {
  background: linear-gradient(0deg, rgba(2, 0, 36, 0.55) 0%, rgba(0, 0, 0, 0.35) 30%, rgba(0, 0, 0, 0) 100%);
  justify-content: flex-end;
}
.xet-agency-content .gallery-masonry .thumbnail figure figcaption p {
  opacity: 1;
}
.xet-agency-content .gallery-masonry .thumbnail figure figcaption p.icon {
  opacity: 0;
  visibility: hidden;
  display: none;
}

body.color_scheme_dark .xet-agency-content .item {
  color: var(--xet-theme-dark-text-base-color);
}
body.color_scheme_dark .xet-agency-content .item .item__subject .subject {
  color: var(--xet-theme-dark-text-strong-color);
}
body.color_scheme_dark .xet-agency-content .item .item__meta li::after {
  background-color: var(--xet-theme-dark-border-color);
}
body.color_scheme_dark .xet-agency-content .list .item {
  border-color: var(--xet-theme-dark-border-color);
}

@media (min-width: 768px) {
  .xet-agency-content .gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--xet-theme-grid-gap);
  }
  .xet-agency-content .gallery-masonry > .item {
    width: 33.333333333%;
  }
}
@media (min-width: 992px) {
  .xet-agency-content .thumbnail figure figcaption p {
    opacity: 0;
    visibility: hidden;
  }
  .xet-agency-content .thumbnail figure figcaption p.icon {
    transform: translate3d(0, 20px, 0);
  }
  .xet-agency-content .thumbnail figure figcaption p.subject {
    transform: translate3d(0, -20px, 0);
  }
  .xet-agency-content .thumbnail figure:hover img {
    transform: scale(1.1);
  }
  .xet-agency-content .thumbnail figure:hover figcaption {
    background: rgba(0, 0, 0, 0.35) !important;
  }
  .xet-agency-content .thumbnail figure:hover figcaption p {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .xet-agency-content .thumbnail figure:hover figcaption p.icon {
    transform: translate3d(0, 0, 0);
  }
  .xet-agency-content .thumbnail figure:hover figcaption p.subject {
    transform: translate3d(0, 0, 0);
  }
  .xet-agency-content .tap-wrp ul.tab_menu {
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
  }
  .xet-agency-content .list .item {
    display: flex;
    align-items: center;
  }
  .xet-agency-content .list .item .item__subject {
    flex: 1;
  }
  .xet-agency-content .list .item .item__meta {
    flex-shrink: 0;
    margin-top: 0;
  }
  .xet-agency-content .list .item:hover .title > strong {
    color: var(--xet-theme-color);
  }
  .xet-agency-content .webzine .item + .item {
    margin-top: 2rem;
  }
  .xet-agency-content .webzine .item .item__container {
    align-items: center;
  }
  .xet-agency-content .webzine .item .item__container .thumbnail {
    flex: 1;
    margin-right: 2rem;
  }
  .xet-agency-content .webzine .item .item__container .item__content {
    flex: 4;
  }
  .xet-agency-content .gallery {
    grid-template-columns: repeat(4, 1fr);
    gap: var(--xet-theme-grid-gap);
  }
  .xet-agency-content .gallery-masonry > .item {
    width: 25%;
  }
  .xet-agency-content .gallery-masonry .thumbnail figure figcaption {
    justify-content: center;
    background: none;
  }
  .xet-agency-content .gallery-masonry .thumbnail figure figcaption p {
    opacity: 0;
    visibility: hidden;
  }
  .xet-agency-content .gallery-masonry .thumbnail figure figcaption p.icon {
    display: inline-flex;
  }
}
@media (min-width: 1200px) {
  .xet-agency-content .webzine .item + .item {
    margin-top: 2rem;
  }
  .xet-agency-content .webzine .item .item__container {
    align-items: center;
  }
  .xet-agency-content .webzine .item .item__container .thumbnail {
    flex: 1;
    margin-right: 2rem;
  }
  .xet-agency-content .webzine .item .item__container .item__content {
    flex: 4;
  }
  .xet-agency-content .gallery {
    gap: var(--xet-theme-grid-gap-xl);
  }
  .xet-agency-content .gallery-masonry > .item {
    width: 25%;
  }
  .xet-agency-content .gallery-masonry .thumbnail figure figcaption {
    justify-content: center;
    background: none;
  }
  .xet-agency-content .gallery-masonry .thumbnail figure figcaption p {
    opacity: 0;
    visibility: hidden;
  }
  .xet-agency-content .gallery-masonry .thumbnail figure figcaption p.icon {
    display: inline-flex;
  }
}