.nx-post__header-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0 2.5rem;
}
@media (max-width: 640px) {
  .nx-post__header-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 3.125rem 0;
  }
}
.nx-post__info {
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
}
@media (max-width: 768px) {
  .nx-post__info {
    font-size: calc(0.9375rem / 1.1);
  }
}
@media (max-width: 445px) {
  .nx-post__info {
    font-size: calc(0.9375rem / 1.15);
  }
}
.nx-post__info-total {
  display: inline-block;
  margin: 0 0.3125rem;
}
.nx-post__search {
  width: 60%;
  max-width: 32.5rem;
}
@media (max-width: 640px) {
  .nx-post__search {
    width: 100%;
    max-width: none;
  }
}
.nx-post__search form {
  display: block;
  width: 100%;
}
.nx-post__search-wrap {
  display: flex;
  gap: 0 0.625rem;
  width: 100%;
}
@media (max-width: 445px) {
  .nx-post__search-wrap {
    flex-direction: column;
    gap: 0.625rem 0;
  }
}
.nx-post__search-btn {
  flex-shrink: 0;
  width: 6.25rem;
  padding: 0.3125rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #fff;
  border: 0;
  background-color: #222;
  transition-property: color, background-color;
  transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .nx-post__search-btn {
    font-size: calc(0.9375rem / 1.1);
  }
}
@media (max-width: 445px) {
  .nx-post__search-btn {
    font-size: calc(0.9375rem / 1.15);
  }
}
@media (min-width: 1025px) {
  .nx-post__search-btn:hover {
    background-color: var(--color-primary);
  }
}
.nx-post__search-form {
  margin-top: 1.25rem;
}
.nx-post__search-result {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 1.25rem;
}
.nx-post__search-title {
  font-size: 0.9375rem;
}
@media (max-width: 768px) {
  .nx-post__search-title {
    font-size: calc(0.9375rem / 1.1);
  }
}
@media (max-width: 445px) {
  .nx-post__search-title {
    font-size: calc(0.9375rem / 1.15);
  }
}
.nx-post__search-reset {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.3125rem;
  height: 1.875rem;
  padding: 0 0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  background-color: #222;
  transition-property: color, background-color;
  transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .nx-post__search-reset {
    font-size: calc(0.875rem / 1.1);
  }
}
@media (max-width: 445px) {
  .nx-post__search-reset {
    font-size: calc(0.875rem / 1.15);
  }
}
@media (min-width: 1025px) {
  .nx-post__search-reset:focus, .nx-post__search-reset:hover {
    background-color: var(--color-primary);
  }
}
.nx-post__search-icon {
  transform: translateY(-1px);
}
.nx-post__select-wrap {
  flex-shrink: 0;
  width: 8.125rem;
  height: 3.75rem;
  border: 0;
}
@media (max-width: 445px) {
  .nx-post__select-wrap {
    width: 100%;
    height: 3.125rem;
  }
}
@media (max-width: 445px) {
  .nx-post__select-wrap .custom-select__btn {
    position: relative;
    background-color: #fff;
    z-index: 15;
  }
}
.nx-post__select-wrap .custom-select__btn::after {
  content: "\e942";
}
.nx-post__input {
  width: 100%;
  height: 100%;
  padding: 0 1.25rem;
  font-size: 0.9375rem;
  border: 1px solid #e5e5e5;
  border-right: 0;
}
@media (max-width: 768px) {
  .nx-post__input {
    font-size: calc(0.9375rem / 1.1);
  }
}
@media (max-width: 445px) {
  .nx-post__input {
    font-size: calc(0.9375rem / 1.15);
  }
}
.nx-post__input-wrap {
  display: flex;
  width: 100%;
}
@media (max-width: 445px) {
  .nx-post__input-wrap {
    height: 3.125rem;
  }
}
.nx-post__empty {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.625rem;
  min-height: 18.75rem;
  margin-top: 2.5rem;
  font-size: 1.125rem;
  text-align: center;
}
@media (max-width: 768px) {
  .nx-post__empty {
    font-size: calc(1.125rem / 1.1);
  }
}
@media (max-width: 445px) {
  .nx-post__empty {
    font-size: calc(1.125rem / 1.15);
  }
}
@media (max-width: 640px) {
  .nx-post__empty {
    border-top: 2px solid #222;
    border-bottom: 1px solid #e5e5e5;
  }
}

.paging {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.3125rem;
  margin-top: 5rem;
}
.paging .paging__current, .paging .paging__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding-top: 0.1875rem;
  font-size: 0.9375rem;
  border: 1px solid #e5e5e5;
}
@media (max-width: 768px) {
  .paging .paging__current, .paging .paging__link {
    font-size: calc(0.9375rem / 1.1);
  }
}
@media (max-width: 445px) {
  .paging .paging__current, .paging .paging__link {
    font-size: calc(0.9375rem / 1.15);
  }
}
@media (max-width: 640px) {
  .paging .paging__current, .paging .paging__link {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}
.paging__link.disabled {
  cursor: none;
  pointer-events: none;
  color: #ddd;
}
.paging__current {
  color: #fff;
  background-color: #222;
}
.paging__icon::before {
  display: inline-block;
  font-family: xeicon !important;
  font-style: normal;
  line-height: 1;
  font-variant: normal;
  text-transform: none;
  speek: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.paging__icon.ic-first::before {
  content: "\ea47";
}
.paging__icon.ic-prev::before {
  content: "\ea3e";
  rotate: 180deg;
  transform: translateY(-1px);
}
@media (max-width: 1024px) {
  .paging__icon.ic-prev::before {
    transform: translateY(1px);
  }
}
@media (max-width: 640px) {
  .paging__icon.ic-prev::before {
    transform: translateY(0);
  }
}
.paging__icon.ic-next::before {
  content: "\ea3e";
}
.paging__icon.ic-last::before {
  content: "\ea48";
}

.nx-post-view__header-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.875rem;
  gap: 0.9375rem 1.25rem;
  position: relative;
}
@media (max-width: 768px) {
  .nx-post-view__header-wrap {
    gap: 0.625rem 0.9375rem;
  }
}
.nx-post-view__header-title {
  font-size: 2.125rem;
  word-break: break-all;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 768px) {
  .nx-post-view__header-title {
    font-size: calc(2.125rem / 1.1);
  }
}
@media (max-width: 445px) {
  .nx-post-view__header-title {
    font-size: calc(2.125rem / 1.3);
  }
}
.nx-post-view__share {
  position: absolute;
  top: -2.8125rem;
  right: 1.25rem;
}
@media (max-width: 445px) {
  .nx-post-view__share {
    right: 0.625rem;
  }
}
.nx-post-view__share-btn {
  font-size: 1.5rem;
  color: #222;
  border: 0;
  background-color: transparent;
  transition: color 0.3s;
}
@media (max-width: 768px) {
  .nx-post-view__share-btn {
    font-size: calc(1.5rem / 1.1);
  }
}
@media (max-width: 445px) {
  .nx-post-view__share-btn {
    font-size: calc(1.5rem / 1.15);
  }
}
@media (min-width: 1025px) {
  .nx-post-view__share-btn:focus, .nx-post-view__share-btn:hover {
    color: var(--color-primary);
  }
}
.nx-post-view__share-pop {
  position: absolute;
  top: 100%;
  right: 0;
  visibility: hidden;
  opacity: 0;
  padding: 0.625rem 1.25rem;
  border: 2px solid var(--color-100);
  background-color: #fff;
  box-shadow: 0.3125rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.1);
  transition-property: visibility, opacity;
  transition-duration: 0.3s;
  z-index: 10;
}
.on .nx-post-view__share-pop {
  visibility: visible;
  opacity: 1;
}

.nx-post-view__share-list {
  display: flex;
  gap: 0 0.625rem;
}
.nx-post-view__share-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  transition-property: box-shadow, transform;
  transition-duration: 0.3s;
}
.nx-post-view__share-link.kakao {
  background-color: #f9e000;
}
.nx-post-view__share-link.insta {
  background: linear-gradient(45deg, #ffd600, #ff7a00, #ff0069, #d300c5, #7638fa);
}
.nx-post-view__share-link.facebook {
  background-color: #3b5998;
}
.nx-post-view__share-link.twitter {
  background-color: #00acee;
}
.nx-post-view__share-link.blog {
  background-color: #1ec800;
}
.nx-post-view__share-link.copylink {
  background-color: #aaa;
}
@media (min-width: 1025px) {
  .nx-post-view__share-link:focus, .nx-post-view__share-link:hover {
    box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0, 0, 0, 0.1);
    transform: translate3d(-0.125rem, -0.125rem, -0.125rem);
  }
}
.nx-post-view__share-icon {
  font-size: 0;
  line-height: 1;
}
.nx-post-view__share-icon::before {
  font-size: 1rem;
  color: #fff;
}
@media (max-width: 768px) {
  .nx-post-view__share-icon::before {
    font-size: calc(1rem / 1.1);
  }
}
@media (max-width: 445px) {
  .nx-post-view__share-icon::before {
    font-size: calc(1rem / 1.15);
  }
}
.kakao .nx-post-view__share-icon::before {
  font-size: 1.25rem;
  color: #222;
}
@media (max-width: 768px) {
  .kakao .nx-post-view__share-icon::before {
    font-size: calc(1.25rem / 1.1);
  }
}
@media (max-width: 445px) {
  .kakao .nx-post-view__share-icon::before {
    font-size: calc(1.25rem / 1.15);
  }
}
.nx-post-view__category {
  display: inline-flex;
  flex-shrink: 0;
  align-self: center;
  align-items: center;
  justify-content: center;
  min-width: 4.0625rem;
  min-height: 1.5625rem;
  padding: 0.1875rem 0.625rem;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 500;
  background-color: var(--color-primary);
}
@media (max-width: 768px) {
  .nx-post-view__category {
    font-size: calc(0.875rem / 1.1);
  }
}
@media (max-width: 445px) {
  .nx-post-view__category {
    font-size: calc(0.875rem / 1.15);
  }
}
.nx-post-view__info {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem 2.5rem;
  position: relative;
  padding: 1.25rem 1.875rem;
  margin-top: 1.875rem;
  border-top: 2px solid #222;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 768px) {
  .nx-post-view__info {
    padding: 1.25rem;
  }
}
@media (max-width: 640px) {
  .nx-post-view__info {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
@media (max-width: 445px) {
  .nx-post-view__info {
    padding: 1.25rem 0.625rem;
  }
}
.nx-post-view__info:has(.nx-post-view__share) {
  margin-top: 3.125rem;
}
.nx-post-view__info-item {
  display: flex;
  gap: 0 0.625rem;
}
.nx-post-view__info-title {
  flex-shrink: 0;
  font-size: 0.9375rem;
  color: #666;
}
@media (max-width: 768px) {
  .nx-post-view__info-title {
    font-size: calc(0.9375rem / 1.1);
  }
}
@media (max-width: 445px) {
  .nx-post-view__info-title {
    font-size: calc(0.9375rem / 1.15);
  }
}
.nx-post-view__info-text {
  display: inline-flex;
  align-self: center;
  align-items: center;
  gap: 0 0.3125rem;
  font-size: 0.9375rem;
  color: #888;
}
@media (max-width: 768px) {
  .nx-post-view__info-text {
    font-size: calc(0.9375rem / 1.1);
  }
}
@media (max-width: 445px) {
  .nx-post-view__info-text {
    font-size: calc(0.9375rem / 1.15);
  }
}
.nx-post-view__info-icon {
  transform: translateY(-1px);
}
@media (max-width: 768px) {
  .nx-post-view__info-icon {
    transform: translateY(1px);
  }
}
.nx-post-view__files:not(:first-child) {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .nx-post-view__files:not(:first-child) {
    margin-top: 0.9375rem;
  }
}
.nx-post-view__files-container, .nx-post-view__attachment {
  padding: 1.875rem;
  margin-top: 2.5rem;
  background-color: #f8f8f8;
}
@media (max-width: 768px) {
  .nx-post-view__files-container, .nx-post-view__attachment {
    padding: 1.25rem;
  }
}
@media (max-width: 445px) {
  .nx-post-view__files-container, .nx-post-view__attachment {
    padding: 1.25rem 0.9375rem;
  }
}
.nx-post-view__files-container + .nx-post-view__files-container, .nx-post-view__attachment + .nx-post-view__files-container, .nx-post-view__files-container + .nx-post-view__attachment, .nx-post-view__attachment + .nx-post-view__attachment {
  margin-top: 0.9375rem;
}
.nx-post-view__files-title {
  display: flex;
  align-items: center;
  gap: 0 0.3125rem;
}
.nx-post-view__files-item {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  width: 100%;
  min-width: 1px;
}
.nx-post-view__files-item + .nx-post-view__files-item {
  margin-top: 0.3125rem;
}
.nx-post-view__files-icon {
  flex-shrink: 0;
  margin-top: 0.25rem;
}
.nx-post-view__files-icon:first-child {
  margin-right: 0.3125rem;
}
.nx-post-view__files-link {
  display: flex;
  align-items: flex-start;
  max-width: 100%;
  min-width: 1px;
  font-size: 0.9375rem;
  color: #555;
  transition: color 0.3s;
}
@media (max-width: 768px) {
  .nx-post-view__files-link {
    font-size: calc(0.9375rem / 1.1);
  }
}
@media (max-width: 445px) {
  .nx-post-view__files-link {
    font-size: calc(0.9375rem / 1.15);
  }
}
@media (min-width: 1025px) {
  .nx-post-view__files-link:focus, .nx-post-view__files-link:hover {
    color: #222;
  }
  .nx-post-view__files-link:focus .nx-post-view__files-download, .nx-post-view__files-link:hover .nx-post-view__files-download {
    color: #fff;
    border-color: var(--color-primary);
    background-color: var(--color-primary);
  }
}
.nx-post-view__files-name {
  word-break: break-all;
}
.nx-post-view__files-size {
  flex-shrink: 0;
  align-self: flex-end;
  margin-left: 0.3125rem;
  font-size: 0.8125rem;
  color: #999;
}
@media (max-width: 768px) {
  .nx-post-view__files-size {
    font-size: calc(0.8125rem / 1.1);
  }
}
@media (max-width: 445px) {
  .nx-post-view__files-size {
    font-size: calc(0.8125rem / 1.15);
  }
}
.nx-post-view__files-download {
  display: flex;
  flex-shrink: 0;
  align-self: center;
  align-items: center;
  gap: 0 0.3125rem;
  min-height: 1.75rem;
  padding: 0.1875rem 0.625rem;
  margin-left: 0.625rem;
  border: 1px solid #e5e5e5;
  border-radius: 1.875rem;
  background-color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  transition-property: color, border-color, background-color;
  transition-duration: 0.3s;
}
.nx-post-view__attachment-item {
  min-width: 1px;
}
.nx-post-view__attachment-item + .nx-post-view__attachment-item {
  margin-top: 0.625rem;
}
.nx-post-view__attachment-inner {
  font-size: 0;
  line-height: 1;
}
.nx-post-view__attachment-img {
  max-width: 100%;
}
.nx-post-view__contents {
  min-height: 18.75rem;
  padding: 1.875rem;
}
@media (max-width: 768px) {
  .nx-post-view__contents {
    padding: 1.875rem 1.25rem;
  }
}
@media (max-width: 445px) {
  .nx-post-view__contents {
    padding: 1.5625rem 0.625rem;
  }
}
.nx-post-view__contents .editor-contents {
  overflow-x: auto;
}
.nx-post-view__contents .editor-contents > * {
  max-width: 1420px;
}
.nx-post-view__footer-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 0.625rem;
  max-width: 12.5rem;
  height: 3.75rem;
  padding: 0 1.875rem;
  margin: 5rem auto 0;
  font-size: 1rem;
  color: #fff;
  background-color: #222;
  transition-property: color, border-color, background-color;
  transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .nx-post-view__footer-btn {
    font-size: calc(1rem / 1.1);
  }
}
@media (max-width: 445px) {
  .nx-post-view__footer-btn {
    font-size: calc(1rem / 1.15);
  }
}
@media (min-width: 1025px) {
  .nx-post-view__footer-btn:focus, .nx-post-view__footer-btn:hover {
    background-color: var(--color-primary);
  }
}
@media (max-width: 768px) {
  .nx-post-view__footer-btn {
    max-width: 10rem;
    height: 3.125rem;
    padding: 0 1.25rem;
    margin-top: 3.125rem;
  }
}
.nx-post-view__footer-icon {
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .nx-post-view__footer-icon {
    font-size: calc(1.25rem / 1.1);
  }
}
@media (max-width: 445px) {
  .nx-post-view__footer-icon {
    font-size: calc(1.25rem / 1.15);
  }
}
.nx-post-view__related {
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}
.nx-post-view__related-wrap {
  display: flex;
  align-items: center;
  min-height: 3.75rem;
  padding: 0 1.875rem;
}
.nx-post-view__related-wrap.disabled {
  opacity: 0.4;
}
.nx-post-view__related-wrap:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 768px) {
  .nx-post-view__related-wrap {
    padding: 0 1.25rem;
  }
}
@media (max-width: 445px) {
  .nx-post-view__related-wrap {
    min-height: 3.125rem;
    padding: 0 0.625rem;
  }
}
.nx-post-view__related-title {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0 1.25rem;
  position: relative;
  font-size: 0.9375rem;
  color: #444;
}
@media (max-width: 768px) {
  .nx-post-view__related-title {
    font-size: calc(0.9375rem / 1.1);
  }
}
@media (max-width: 445px) {
  .nx-post-view__related-title {
    font-size: calc(0.9375rem / 1.15);
  }
}
@media (max-width: 640px) {
  .nx-post-view__related-title {
    gap: 0 0.625rem;
  }
}
.nx-post-view__related-title::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  font-family: xeicon !important;
  font-style: normal;
  color: #999;
  line-height: 1;
  font-variant: normal;
  text-transform: none;
  speek: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translateY(-1px);
}
.prev .nx-post-view__related-title::before {
  content: "\e930";
}

.next .nx-post-view__related-title::before {
  content: "\e936";
}

.nx-post-view__related-title::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.9375rem;
  background-color: #e5e5e5;
}
@media (max-width: 640px) {
  .nx-post-view__related-title::after {
    margin-left: 0.625rem;
  }
}
.nx-post-view__related-text {
  display: block;
  width: 100%;
  min-width: 1px;
  overflow: hidden;
  margin-left: 1.25rem;
  font-size: 0.9375rem;
  color: #999;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: color 0.3s;
}
@media (max-width: 768px) {
  .nx-post-view__related-text {
    font-size: calc(0.9375rem / 1.1);
  }
}
@media (max-width: 445px) {
  .nx-post-view__related-text {
    font-size: calc(0.9375rem / 1.15);
  }
}
.nx-post-view__related-text[href]:focus, .nx-post-view__related-text[href]:hover {
  color: #444;
}

.nx-post-default .nx-post__contents {
  margin-top: 2.5rem;
}
@media (max-width: 640px) {
  .nx-post-default .nx-post__contents {
    margin-top: 1.25rem;
  }
}
.nx-post-default .nx-post__notice {
  overflow: hidden;
}
.nx-post-default .nx-post__notice-wrap {
  position: relative;
  padding: 6.25rem 0;
  margin-bottom: 6.25rem;
  transition: margin 0.3s;
}
@media (max-width: 768px) {
  .nx-post-default .nx-post__notice-wrap {
    padding: 4.375rem 0;
  }
}
@media (max-width: 640px) {
  .nx-post-default .nx-post__notice-wrap {
    padding: 3.125rem 0 4.375rem;
  }
}
.nx-post-default .nx-post__notice-wrap:has([class*=swiper-button]:not(.swiper-button-lock)) {
  padding: 6.25rem 5rem;
  margin: 0 -5rem;
}
@media (max-width: 1600px) {
  .nx-post-default .nx-post__notice-wrap:has([class*=swiper-button]:not(.swiper-button-lock)) {
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .nx-post-default .nx-post__notice-wrap:has([class*=swiper-button]:not(.swiper-button-lock)) {
    padding: 4.375rem 0;
  }
}
@media (max-width: 640px) {
  .nx-post-default .nx-post__notice-wrap:has([class*=swiper-button]:not(.swiper-button-lock)) {
    padding: 3.125rem 0 4.375rem;
  }
}
.nx-post-default .nx-post__notice-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 200%;
  height: 100%;
  background-color: var(--color-50);
  transform: translateX(-50%);
  z-index: -1;
}
.nx-post-default .nx-post__notice-wrap .nx-post__list {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  z-index: 1;
}
.nx-post-default .nx-post__notice-wrap .nx-post__item {
  flex-shrink: 0;
}
.nx-post-default .nx-post__notice-wrap .nx-post__img-wrap:not(:has(.thumb)) {
  background-color: #fff;
}
.nx-post-default .nx-post__notice-wrap .nx-post__arrow {
  position: absolute;
  top: 50%;
  border: 0;
  background-color: transparent;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .nx-post-default .nx-post__notice-wrap .nx-post__arrow {
    display: none;
  }
}
.nx-post-default .nx-post__notice-wrap .nx-post__arrow::before {
  font-family: xeicon !important;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 1;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  .nx-post-default .nx-post__notice-wrap .nx-post__arrow::before {
    font-size: calc(2.5rem / 1.1);
  }
}
@media (max-width: 445px) {
  .nx-post-default .nx-post__notice-wrap .nx-post__arrow::before {
    font-size: calc(2.5rem / 1.3);
  }
}
.nx-post-default .nx-post__notice-wrap .nx-post__arrow[class*=disabled] {
  opacity: 0.4;
  pointer-events: none;
}
.nx-post-default .nx-post__notice-wrap .nx-post__arrow[class*=prev] {
  left: 0;
}
.nx-post-default .nx-post__notice-wrap .nx-post__arrow[class*=prev]::before {
  content: "\e93b";
}
.nx-post-default .nx-post__notice-wrap .nx-post__arrow[class*=next] {
  right: 0;
}
.nx-post-default .nx-post__notice-wrap .nx-post__arrow[class*=next]::before {
  content: "\e93e";
}
.nx-post-default .nx-post__link {
  display: block;
}
@media (min-width: 1025px) {
  .nx-post-default .nx-post__link:focus .nx-post__bottom::before, .nx-post-default .nx-post__link:hover .nx-post__bottom::before {
    transform-origin: left bottom;
    transform: scaleX(1);
  }
  .nx-post-default .nx-post__link:focus .nx-post__btn, .nx-post-default .nx-post__link:hover .nx-post__btn {
    color: #222;
  }
  .nx-post-default .nx-post__link:focus .nx-post__btn-icon, .nx-post-default .nx-post__link:hover .nx-post__btn-icon {
    color: var(--color-primary);
  }
}
.nx-post-default .nx-post__img-wrap {
  position: relative;
  border: 1px solid var(--color-100);
}
.nx-post-default .nx-post__img-wrap:not(:has(.thumb), :has(img)) {
  background-color: var(--color-50);
}
.nx-post-default .nx-post__text {
  display: -webkit-box;
  height: 3em;
  overflow: hidden;
  margin-top: 0.9375rem;
  font-size: 1rem;
  color: #555;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .nx-post-default .nx-post__text {
    font-size: calc(1rem / 1.1);
  }
}
@media (max-width: 445px) {
  .nx-post-default .nx-post__text {
    font-size: calc(1rem / 1.15);
  }
}
@media (max-width: 1024px) {
  .nx-post-default .nx-post__text {
    margin-top: 0.3125rem;
  }
}
.nx-post-default .nx-post__text-wrap {
  padding: 25px 20px;
}
.nx-post-default .nx-post__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.0625rem;
  min-height: 1.5625rem;
  padding: 0.1875rem 0.625rem;
  font-size: 0.9375rem;
  color: #fff;
  font-weight: 500;
  background-color: var(--color-primary);
}
@media (max-width: 768px) {
  .nx-post-default .nx-post__category {
    font-size: calc(0.9375rem / 1.1);
  }
}
@media (max-width: 445px) {
  .nx-post-default .nx-post__category {
    font-size: calc(0.9375rem / 1.15);
  }
}
.nx-post-default .nx-post__title {
  width: 100%;
  margin-bottom: 1.25rem;
}
.nx-post-default .thumb {
  height: 18.75rem;
}
@media (max-width: 640px) {
  .nx-post-default .thumb {
    height: auto;
  }
}
.nx-post-default .thumb__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-visual-view {
  background: #1a2d50;
  position: relative;
  display: flex;
  width: 100%;
  height: 31.25rem;
  margin-top: 6.25rem;
  padding-bottom: 85px;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 640px) {
  .sub-visual-view {
    margin-top: 0rem;
    height: 28.125rem;
  }
}

.post-view {
  position: relative;
  margin-top: -50px;
}
.post-view .image-banner {
  height: 460px;
}
.post-view .image-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-view .editor {
  padding: 6.25rem 5rem;
}
@media (max-width: 800px) {
  .post-view .editor {
    padding: 3.125rem 1.25rem;
  }
}
@media (max-width: 445px) {
  .post-view .editor {
    padding: 2.1875rem 0rem;
  }
}
.post-view h3,
.post-view .h3 {
  font-family: "Literata", serif;
  font-size: 32px;
  line-height: 45px;
  font-weight: 400;
  margin-bottom: 1em;
}
.post-view h4,
.post-view .h4 {
  font-family: "Literata", serif;
  font-size: 22px;
  line-height: 29px;
  font-weight: 400;
  margin-bottom: 1em;
}
.post-view p {
  line-height: 1.75;
  margin: 0;
  padding-bottom: 20px;
}
.post-view p + h2,
.post-view p + .h2,
.post-view p + h3,
.post-view p + .h3,
.post-view p + h4,
.post-view p + .h4 {
  padding-top: 20px;
}
.post-view sub,
.post-view sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.post-view img.aligncenter {
  display: block;
}
.post-view .aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.post-view [class*=wp-image-] {
  margin-top: 15px;
}