@media screen and (min-width: 2561px) {
  html {
    content: "UHD4K";
  }
}
@media screen and (max-width: 1280px) {
  html {
    content: "desktop";
  }
  .header .logo {
    margin-left: 0;
  }
  .header #gnb {
    gap: 40px;
    padding-left: 20px;
  }
  .header #gnb > li:not(:first-child):before {
    left: -20px;
  }
  .header.opened-search #gnb {
    gap: 12px;
    padding-left: 8px;
  }
  .header.opened-search #gnb > li:not(:first-child):before {
    left: -6px;
  }
  /*** FOOTER 1280 ***/
  /*** MAIN 1280 ***/
  /*** COMMON 1280 ***/
}
@media screen and (min-width: 1025px) {
  .upload-wrap .upload-list .item span:where(:hover, :focus) {
    text-decoration: underline;
  }
  .upload-wrap .upload-list .btn-delete-file:where(:hover, :focus) {
    background-color: #F4F4F4;
  }
  .board-detail .files a:where(:hover, :focus) {
    color: #F8F8F8;
    text-decoration: underline;
  }
  .board-detail .btn-back-to-list:where(:hover, :focus),
  .board-detail .page-move-wrap a:where(:hover, :focus) {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1080px) {
  .header .logo .thearts-logo {
    display: none;
  }
  .ui-calendar.fc .fc-toolbar-title {
    font-size: 16px;
  }
  .ui-calendar.fc .fc-col-header-cell.fc-day {
    font-size: 13px;
  }
  .ui-calendar.fc .fc-daygrid-day-number {
    font-size: 16px;
  }
  .flatpickr-calendar .flatpickr-current-month {
    font-size: 16px;
  }
  .flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months {
    width: 3.6875rem;
  }
  .flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months option {
    font-size: 0.9375rem;
  }
  .flatpickr-calendar .flatpickr-current-month .numInputWrapper {
    width: 3.5rem;
  }
  .flatpickr-calendar .flatpickr-day {
    font-size: 16px;
  }
  .flatpickr-calendar .flatpickr-monthSelect-month {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  html {
    content: "tablet";
  }
  .only-desktop {
    display: none !important;
  }
  .only-tablet-mobile {
    display: block !important;
  }
  /*** HEADER 1024 ***/
  .header .inner {
    gap: 4px;
  }
  .header section {
    --icon-size: 24px;
  }
  .header:not(.opened-search) .head-search-input::placeholder {
    opacity: 0;
  }
  .header:not(.opened-search) .search-icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .header:not(.opened-search) .search-submit {
    z-index: -1;
    visibility: hidden;
    opacity: 0;
  }
  .header.opened-search section.section-1,
  .header.opened-search section.section-mobile {
    opacity: 0;
    display: none;
    flex-basis: 0;
    margin: 0;
    padding: 0;
    width: 0;
  }
  .header.opened-search section.section-3 {
    display: none;
  }
  .header.opened-search .btn-search-close {
    display: flex;
  }
  .header.opened-search section.section-2 {
    width: 100%;
  }
  .header.opened-search section.section-2 .head-search-input {
    width: 100%;
  }
  .header.opened-search section.section-2 .search-icon {
    left: 0;
    z-index: 0;
    display: none;
  }
  .header.opened-search section.section-2 .search-submit {
    z-index: 3;
    visibility: inherit;
    opacity: 1;
  }
  .header.opened-search .logo,
  .header.opened-search .head-nav,
  .header.opened-search .language,
  .header.opened-search .mobile-btn {
    visibility: hidden;
  }
  /*** FOOTER 1024 ***/
  /*** MAIN 1024 ***/
  .section-main-visual .visual-swiper .title-xs {
    top: 24px;
    right: 24px;
  }
  .section-main-visual .visual-swiper .textbox {
    padding: 32px 24px;
  }
  .section-main-visual .visual-swiper .textbox .title {
    font-size: 28px;
  }
  .section-main-visual .visual-swiper .textbox .description {
    max-height: 6em;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .section-main-visual .visual-swiper .textbox .description br {
    display: none;
  }
  /*** COMMON 1024 ***/
  /*** SUB 1024 ***/
  .talk-list ul {
    --num: 2;
  }
  .sub-title:not(.type-2, .type-3) {
    gap: 20px;
  }
  .sub-title:not(.type-2, .type-3) h1, .sub-title:not(.type-2, .type-3) .h1 {
    font-size: 32px;
    line-height: 1.25em;
  }
  .sub-title:not(.type-2, .type-3):has(.desc) .desc {
    min-height: 40px;
  }
  .sub-title:not(.type-2, .type-3):not(.center), .sub-title:not(.type-2, .type-3).center {
    min-height: 200px;
  }
  .sub-title.type-2 {
    gap: 20px;
    margin-top: 0;
    padding-block: 40px;
    border-top: 0;
    min-height: 140px;
  }
  .sub-title.type-2 h1, .sub-title.type-2 .h1 {
    font-size: 32px;
    line-height: 1.25em;
  }
  .sub-title.type-2 > .category {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25em;
  }
  .sub-title.type-3 {
    gap: 20px;
    margin-top: 40px;
    min-height: 200px;
  }
  .sub-title.type-3 h1, .sub-title.type-3 .h1 {
    font-size: 32px;
    line-height: 1.25em;
  }
  .sub-title.type-3 > .category {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25em;
  }
  .sub-title.sr-only ~ .sub-cont {
    margin-top: 20px;
  }
  .total-search-wrap {
    min-height: 140px;
  }
  .about .cont-wrap,
  .board-wrap:has(.side-area) {
    --gap: 20px;
  }
  .gallery-list.col-5 ul {
    --num: 4;
  }
  .move-article a {
    font-size: 20px;
  }
}
@media screen and (max-width: 880px) {
  .modal-popup.banner-img
 {
    width: 100% !important;
  }
  .modal-popup.banner-img .modal-img-list,
  #main-banner-modal .modal-popup .modal-img-list {
    justify-content: center;
  }
  .modal-popup.banner-img .modal-img-list > a,
  .modal-popup.banner-img .modal-img-list > img,
  .modal-popup.banner-img .modal-img-list > div,
  #main-banner-modal .modal-popup .modal-img-list > a,
  #main-banner-modal .modal-popup .modal-img-list > img,
  #main-banner-modal .modal-popup .modal-img-list > div {
    margin-inline: auto;
    width: 100%;
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  html {
    content: "mobile";
  }
  .only-desktop-tablet {
    display: none !important;
  }
  .only-mobile {
    display: block !important;
  }
  /*** HEADER 768 **/
  .header {
    padding-inline: 16px;
  }
  .header section::before, .header section::after {
    width: 28px;
  }
  .header section:before {
    left: -18px;
  }
  .header section:after {
    right: -18px;
  }
  .header section.section-mobile:after, .header section.section-2:before {
    transform: skewX(-12.8deg);
  }
  .header .head-nav {
    display: none;
  }
  .header #gnb > li > a {
    font-size: 14px;
  }
  .header .all-menu-wrap {
    display: block;
  }
  .header .mo-logo {
    height: 68px;
  }
  .header .mo-logo svg {
    height: 24px;
  }
  .header .opened-search section.section-2 {
    margin-left: -16px;
  }
  .header .search-submit {
    margin-right: 4px;
  }
  .header .section-mobile,
  .header .mobile-btn {
    display: flex;
  }
  .header .section-mobile .btn-mobile {
    width: 36px;
    height: 36px;
    text-indent: -9999px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: var(--icon-size);
    background-image: url(/asquare/images/common/ico_m_menu.svg);
  }
  .header section:before, .header section:after {
    width: 20px;
  }
  .header section:before {
    left: -10px;
  }
  .header section:after {
    right: -10px;
  }
  .header section.section-3 {
    display: none;
  }
  .header section.section-4 {
    display: none;
  }
  .header .btn-search-close:before {
    left: -10px;
    width: 20px;
  }
  .header:not(.opened-search) .search-icon {
    margin-left: 4px;
  }
  .header.opened-search {
    gap: 2px;
  }
  .header.opened-search section.section-2::after {
    margin-right: 0;
    transform: skewX(-12.8deg);
  }
  .header .all-menu {
    padding: 12px 16px;
  }
  .header .all-menu .buttons-area {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 32px;
    padding: 16px 0;
  }
  .header .all-menu .buttons-area a {
    flex: 1;
    padding: 12px 0;
    border: 1px solid #07131C;
    border-radius: 4px;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 125%;
    text-align: center;
  }
  .header .all-menu .buttons-area a.solid {
    background-color: #07131C;
    color: #fff;
  }
  .header .mobile-menu-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    height: 48px;
  }
  .header .mobile-menu-top .all-menu-btn {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 4px;
    border-radius: 6px;
    width: 40px;
    height: 100%;
  }
  .header .mobile-menu-top .all-menu-btn .icon {
    display: block;
    width: 32px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: var(--icon-size);
    background-image: url(/asquare/images/common/ico_search_close.svg);
  }
  .header .mobile-menu-top .logo-sec {
    position: relative;
    display: flex;
    align-items: center;
    flex: 1;
    height: 100%;
  }
  .header .mobile-menu-top img {
    height: 44px;
  }
  .header .menu-sec #allMenu {
    display: flex;
    flex-wrap: wrap;
    column-gap: 4vw;
  }
  .header .menu-sec #allMenu > li {
    margin-top: 32px;
    width: calc(50% - 2vw);
  }
  .header .menu-sec #allMenu > li > a {
    display: block;
    padding-right: 26px;
    background-image: url(../images/common/ico_arrow_right.svg);
    background-position: 100% 0;
    background-repeat: no-repeat;
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; /* 20px */
  }
  .header .menu-sec #allMenu > li .submenu li ~ li {
    margin-top: 10px;
  }
  .header .menu-sec #allMenu > li .submenu a {
    display: block;
    padding-right: 26px;
    background-image: url(../images/common/ico_arrow_right.svg);
    background-position: 100% 0;
    background-repeat: no-repeat;
    font-style: normal;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.04em;
  }
  /*** FOOTER 768 ***/
  .footer {
    padding-inline: 16px;
  }
  .footer .logo img {
    max-width: 150px;
  }
  .footer .section-1 {
    flex-wrap: wrap;
    height: auto;
  }
  .footer .section-1 > * {
    width: 100%;
  }
  .footer .section-1 .foot-nav ul {
    justify-content: space-between;
  }
  .footer .section-1 .foot-nav ul li {
    width: 40%;
  }
  .footer .section-2 {
    flex-direction: column-reverse;
    margin-top: 32px;
    border: none;
  }
  .footer .section-2 .policy-list {
    flex-wrap: wrap;
  }
  .footer .section-2 .policy-list a {
    font-weight: 400;
  }
  .footer .info-list {
    flex-wrap: wrap;
    gap: 8px;
  }
  .footer .info-list address {
    line-height: 1.25em;
  }
  .footer .info-list address span {
    padding-right: 8px;
  }
  .footer .info-list address span:last-child {
    width: 100%;
  }
  .footer .info-list address span::before {
    display: none;
  }
  .footer .info-list address span:not(:last-of-type):after {
    position: absolute;
    top: calc(50% - 0.25rem);
    right: 0;
    margin-inline: 0;
  }
  .footer .info-list .copyright {
    text-align: center;
  }
  .footer .foot-subscript .title {
    font-size: 20px;
  }
  .apply-agree {
    font-size: 14px;
  }
  /*** MAIN 768 ***/
  body:has(main#container) .header section.section-2 {
    display: flex !important;
  }
  .section-wrap {
    --section-padding-x: 16px;
    padding-block: 0;
  }
  main section .swiper-pagination-wrap {
    bottom: 24px;
    padding-inline: 16px;
  }
  .main-top .search-keyword {
    display: none !important;
  }
  .main-top .main-button {
    display: none;
  }
  .main-title h1 {
    font-size: 24px;
  }
  .section-main-visual .visual-swiper .item {
    flex-direction: column;
  }
  .section-main-visual .visual-swiper .imgbox {
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    width: 100%;
  }
  .section-main-visual .visual-swiper .imgbox .img.desktop {
    display: none;
  }
  .section-main-visual .visual-swiper .imgbox .img.tablet-mobile {
    display: flex;
  }
  .section-main-visual .visual-swiper .imgbox img {
    width: unset;
    max-width: unset;
    height: 100%;
    max-height: 100%;
  }
  .section-main-visual .visual-swiper .title-xs {
    top: 16px;
    right: 16px;
  }
  .section-main-visual .visual-swiper .textbox {
    --gap: 16px;
    position: relative;
    z-index: 1;
    justify-content: flex-end;
    padding: 24px 16px;
    width: 100%;
    max-width: 100%;
  }
  .section-main-visual .visual-swiper .textbox .title {
    font-size: 24px;
  }
  .section-main-visual .visual-swiper .textbox .description {
    max-height: 3em;
    -webkit-line-clamp: 2;
  }
  .section-main-visual .swiper-pagination-wrap {
    display: none !important;
  }
  .section-notice .main-board-list ul li .title {
    font-size: 16px;
  }
  .section-relative-link {
    flex-direction: column;
  }
  .section-relative-link a {
    margin-inline: 0;
    padding-right: 48px !important;
    padding-left: 24px;
    width: 100%;
    height: auto;
    min-height: 110px;
  }
  .section-relative-link a:before, .section-relative-link a:after {
    opacity: 0;
    display: none;
  }
  .section-relative-link .link-asquare .ico {
    right: 24px;
  }
  .section-webzine .swiper-controls {
    height: 56px;
  }
  .section-webzine .main-title h1 .corned-box {
    padding: 10px 30px;
  }
  /*** COMMON 768 ***/
  .ui-button.wide {
    max-width: 100%;
  }
  #container {
    --container-padding-x: 16px;
  }
  .sub-header {
    height: auto;
    min-height: 122px;
  }
  .sub-header .inner {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .sub-header .breadcrumb {
    flex-wrap: wrap;
    row-gap: 2px;
    padding-left: 16px;
    min-height: 20px;
    overflow: hidden;
  }
  .sub-header .breadcrumb a {
    line-height: 1.25em !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
  }
  .sub-header .breadcrumb a:first-child {
    position: absolute;
    top: 0;
    left: 0;
  }
  .sub-header .head-user {
    display: none;
  }
  .sub-tabs:has(.swiper-menu) {
    margin-inline: calc(var(--container-padding-x) * -1);
    padding-inline: var(--container-padding-x);
  }
  .sub-tabs:has(.swiper-menu) ul {
    --gap: 0;
  }
  .sub-tabs ul li :where(a, button) {
    padding-inline: 12px;
    border-radius: 36px;
    min-height: 36px;
    font-size: 15px;
  }
  .sub-title .desc {
    font-size: 15px;
  }
  .title-lg {
    font-size: 24px;
  }
  .title-md {
    font-size: 20px;
  }
  .title-sm {
    font-size: 18px;
  }
  .title-xs {
    font-size: 16px;
  }
  .badge {
    font-size: 11px;
    line-height: 12px;
  }
  .modal-popup-header .title {
    min-height: 3rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  /*** SUB 768 ***/
  .sub-cont {
    padding-bottom: 80px;
  }
  .sub-title {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-block: 32px;
  }
  .sub-title:not(.type-2, .type-3) {
    gap: 12px;
  }
  .sub-title:not(.type-2, .type-3) h1, .sub-title:not(.type-2, .type-3) .h1 {
    font-size: 26px;
    line-height: 1.25em;
  }
  .sub-title:not(.type-2, .type-3):has(.desc) h1, .sub-title:not(.type-2, .type-3):has(.desc) .desc {
    width: 100%;
    min-height: 0;
  }
  .sub-title:not(.type-2, .type-3):not(.center), .sub-title:not(.type-2, .type-3).center {
    min-height: 130px;
  }
  .sub-title.type-2 {
    gap: 16px;
    padding-block: 32px;
    min-height: 130px;
  }
  .sub-title.type-2 h1, .sub-title.type-2 .h1 {
    font-size: 26px;
    line-height: 1.25em;
  }
  .sub-title.type-2 > .category {
    width: 100%;
    font-size: 26px;
    line-height: 1.25em;
  }
  .sub-title.type-2 > .category br {
    display: none;
  }
  .sub-title.type-3 {
    gap: 16px;
    margin-top: 0;
    min-height: 130px;
  }
  .sub-title.type-3 h1, .sub-title.type-3 .h1 {
    font-size: 26px;
    line-height: 1.25em;
  }
  .sub-title.type-3 > .category {
    width: 100%;
    font-size: 26px;
    line-height: 1.25em;
  }
  .sub-title.type-3 > .category br {
    display: none;
  }
  .ui-check[type=checkbox i].lg-bl ~ label {
    font-size: 15px;
  }
  .total-search-wrap {
    min-height: 130px;
  }
  .list-top {
    flex-direction: column;
  }
  .list-top:not(.type-2) {
    --gap: 16px;
  }
  .list-top:not(.type-2) .search-input {
    width: 100%;
    max-width: 100%;
  }
  .list-top.align-items-center {
    align-items: flex-start !important;
  }
  .list-top .view-past-webzine {
    width: 100%;
  }
  .list-top .view-past-webzine select.form-control {
    max-width: 100% !important;
  }
  .list-top .search-keyword {
    width: 100%;
  }
  .board-list ul li .title {
    font-size: 15px;
  }
  .board-wrap.type-2 .leading-area {
    order: unset;
  }
  .about-wrap {
    --gap: 16px;
    flex-direction: column;
    padding-bottom: 0;
  }
  .about-wrap .corned-box {
    padding: 18px 32px;
    min-width: 180px;
    min-height: 0;
  }
  .about-wrap .corned-box br {
    display: none;
  }
  .about-wrap .side-area {
    margin-bottom: 20px;
    width: 100%;
  }
  .about-wrap .leading-area {
    flex-grow: 0;
    width: 100%;
  }
  .about-wrap .quote {
    --icon-size: 36px;
    padding-top: calc(var(--icon-size) + 12px);
    padding-left: 0;
  }
  .about-index {
    --icon-size: 24px;
  }
  .about-index ul li {
    padding-top: calc(var(--icon-size) + 12px);
    padding-left: 0;
  }
  .about-index .title {
    font-size: 20px;
  }
  .about-index p {
    font-size: 15px;
  }
  .board-wrap:has(.side-area) {
    --gap: 16px;
    flex-direction: column;
    min-height: 0;
  }
  .board-wrap:has(.side-area) .side-area {
    width: 100%;
    position:unset;
  }
  .board-wrap:has(.side-area) .leading-area {
    flex-grow: 0;
    width: 100%;
  }
  .board-wrap:has(.side-area) .leading-area.line {
    padding-top: 16px;
    border-top: 0;
  }
  .board-detail {
    font-size: 15px;
    line-height: 1.75em;
  }
  .html_webzine table td {
    display: block;
    padding: 1.25rem 0;
    line-height: 1.75em;
  }
  .html_webzine table img {
    min-width: 0;
    max-width: 100%;
    min-height: 0;
    max-height: unset;
  }
  .archive-toggle-wrap {
    --l-width: 100%;
    --r-width: 100%;
  }
  .archive-toggle-wrap .archive-list {
    padding-left: 0;
  }
  .archive-head {
    flex-direction: column;
  }
  .archive-head .corned-box {
    gap: 8px;
    padding-block: 8px;
  }
  .archive-head .corned-box h2 {
    font-size: 22px;
  }
  .archive-head .corned-box.sm h2 {
    font-size: 18px;
  }
  .archive-head .corned-box .ico {
    height: var(--icon-size);
  }
  .archive-head .text-box {
    padding-inline: 0 var(--icon-size);
    background-position: 100% 50%;
  }
  .archive-head .text-box h2, .archive-head .text-box h3 {
    font-size: 22px;
  }
  .archive-toggle-wrap[data-type=issue] .archive-head .corned-box {
    min-width: 162px;
  }
  .archive-toggle-wrap[data-type=category] .archive-head .corned-box {
    padding-inline: 16px;
  }
  .archive-collection .head {
    flex-direction: column;
  }
  .archive-collection .head .thumb {
    margin-inline: auto;
  }
  .archive-collection .head .text {
    order: 0;
    padding-top: 0;
  }
  .archive-collection .head .text .title {
    font-size: 1.75rem;
  }
  .archive-collection .list li {
    flex-direction: column;
    align-items: flex-start;
    padding-inline: 0.5rem;
  }
  .archive-collection .list .category {
    width: 100%;
  }
  .vol-info.corned-box {
    --corner-size: 33px;
    flex-direction: column;
    gap: 18px;
    margin-block: 24px 16px;
    padding-block: 32px;
    padding-inline: 32px;
  }
  .vol-info.corned-box .vol-head {
    width: 100%;
  }
  .vol-info.corned-box .vol-head .title {
    font-size: 20px;
  }
  .talk-list ul {
    --num: 1;
  }
  .leading-area ~ .article-related {
    margin-block: 24px 0;
  }
  .article-related .head-title {
    margin-bottom: 24px;
    padding-block: 8px;
    font-size: 24px;
  }
  .article-related .title {
    font-size: 16px;
  }
  .article-related .writer {
    font-size: 14px;
  }
  .comments li {
    flex-direction: column;
  }
  .comments li .edit-area {
    margin-left: auto;
  }
  .comments p {
    font-size: 15px;
    line-height: 1.25em;
  }
  .write-comments-wrap .flexy-row.mb-1 {
    flex-wrap: wrap;
  }
  .write-comments-wrap .flexy-row.mb-1 .form-control-wrap {
    width: 100% !important;
  }
  .mobile-side-nav-toggle {
    display: flex;
    align-items: center;
  }
  body:has(.side-nav) .side-area {
    border-right: 0;
  }
  .side-nav ul {
    position: absolute;
    inset-inline: 0;
    top: 101%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    border-radius: 8px;
    height: max-content;
    background-color: #fff;
    filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.16));
  }
  .side-nav ul li {
    opacity: 0.6;
    margin-right: 0;
  }
  .side-nav ul li a {
    padding-left: calc(var(--icon-size) + 24px);
    background-position: 12px 50%;
  }
  .side-nav ul li:nth-child(1) {
    border-top-color: transparent !important;
  }
  .side-nav ul li.is-active {
    background-color: #F8F8F8;
    background-image: none;
  }
  .status-table-list {
    flex-direction: column;
    text-align: left;
  }
  .status-table-list .head {
    flex-direction: row;
    justify-content: space-between;
    /* justify-content: flex-start; */
    padding-block: 12px;
    padding-inline: 12px;
    width: 100%;
  }
  .status-table-list .head span {
    width: 5.5rem;
    font-size: 14px;
    line-height: 1.25em;
    color: #0C121A;
    font-weight: 700;
    line-height: 1.25em;
  }
  .status-table-list .head strong {
    order: 1;
    font-size: 14px;
    line-height: 1.25em;
    color: #066fef;
    font-weight: 700;
    line-height: 1.25em;
  }
  .status-table-list .body {
    flex-direction: row;
    justify-content: space-between;
    padding-inline: 12px;
    border-top: 1px solid #dcdcdc;
    border-right: 0;
    width: 100%;
    white-space: nowrap;
  }
  .status-table-list .body > span {
    border-bottom: 0;
    width: 9rem;
    font-size: 14px;
    line-height: 1.25em;
    color: #0C121A;
    font-weight: 700;
    line-height: 1.25em;
  }
  .status-table-list .cont {
    flex-wrap: wrap;
    justify-content: flex-end;
    /* justify-content: flex-start; */
    gap: 4px 12px;
    padding-block: 12px;
    width: 100%;
    text-align: right;
  }
  .status-table-list .cont span {
    padding-block: 0;
    border-bottom: 0;
  }
  .status-table-list .cont strong {
    padding-block: 0;
    font-size: 14px;
    line-height: 1.25em;
    color: #066fef;
    font-weight: 700;
    line-height: 1.25em;
  }
  .status-table-list .inner-cont {
    flex-direction: row;
    gap: 4px;
    flex-grow: 0;
  }
  .gallery-list ul,
  .article-related ul {
    --gap: 16px;
    --num: 2;
  }
  .gallery-list.col-5 ul {
    --num: 2;
  }
  .board-wrap.type-2 .side-noti {
    padding-left: 0;
  }
  .output-description {
    flex-direction: column;
  }
  .output-description .media-area,
  .output-description .description-area {
    width: 100%;
  }
  .bottom-hashtags {
    margin-block: 2.5rem !important;
  }
  .bottom-author {
    flex-direction: column;
    margin-block: 2.5rem !important;
  }
  .board-detail .bg-box.my-8 {
    margin-block: 2.5rem !important;
  }
  .move-article a {
    font-size: 18px;
    font-weight: 500;
  }
  .option-calendar {
    padding-inline: 8px;
    max-width: 330px;
  }
  .option-calendar .form-control {
    width: 100%;
    min-width: 100px;
    min-width: 140px;
    max-width: 300px;
  }
  .option-calendar .flexy-row {
    flex-wrap: wrap;
  }
  .filter-layer:has(.ui-calendar) {
    width: max-content !important;
    max-width: 95vw;
  }
  .ui-calendar.fc .fc-toolbar-title {
    font-size: 15px;
    font-weight: 400;
  }
  .ui-calendar.fc .fc-col-header-cell.fc-day {
    font-size: 12px;
    font-weight: 500;
  }
  .ui-calendar.fc .fc-daygrid-day-number {
    font-size: 15px;
    font-weight: 400;
  }
  .option-calendar .flatpickr-calendar {
    width: 230px;
    width: 100%;
    min-width: 140px;
    max-width: 300px;
  }
  .flatpickr-calendar .flatpickr-current-month {
    font-size: 15px;
  }
  .flatpickr-calendar span.flatpickr-weekday {
    flex-basis: 14.2857143%;
    width: 14.2857143%;
    max-width: 18%;
    height: 28px;
    line-height: 28px;
  }
  .flatpickr-calendar .dayContainer {
    width: 230px;
    width: 100%;
    min-width: 230px;
    min-width: 140px;
    max-width: 230px;
    max-width: 300px;
  }
  .flatpickr-calendar .flatpickr-days {
    width: 230px;
    width: 100%;
    min-width: 140px;
    max-width: 300px;
  }
  .flatpickr-calendar .flatpickr-day {
    max-width: 18%;
    height: 28px;
    font-size: 12px;
    line-height: 28px;
  }
  .flatpickr-calendar .flatpickr-monthSelect-month {
    font-size: 14px;
  }
  .login-cont {
    padding-block: 12px 60px;
  }
  .login-box {
    padding-inline: 16px;
  }
  .page-not-found {
    min-height: 60vh;
  }
  .page-not-found h1 {
    font-size: 24px;
  }
  .page-not-found p {
    font-size: 15px;
  }
  .modal-popup.banner-img .modal-popup,
  #main-banner-modal .modal-popup {
    max-width: 410px !important;
  }

  .board-wrap.audiocontents .board-list ul li {
    grid-template-columns: 200px 1fr;
  }

  .board-wrap.audiocontents .board-list ul li > div:last-child {
    min-width: 0;
  }

  .board-wrap.audiocontents .board-list ul li .title {
    font-size: 17px;
    font-weight: 700;
  }

  .board-wrap.audiocontents .board-list ul li .summary-container {
    -webkit-line-clamp: 2;
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {
  .board-wrap.audiocontents .board-list {
    --icon-size: 16px;
  }
  .board-wrap.audiocontents .board-list ul li .info .name,
  .board-wrap.audiocontents .board-list ul li .info .date {
    font-size: 13px;
  }

  .board-wrap.audiocontents .board-list ul li .title {
    font-size: 15px;
  }

  .board-wrap.audiocontents .board-list ul li .summary-container {
    font-size: 13px;
  }

  .board-wrap.audiocontents .board-list ul li {
    grid-template-columns: 150px 1fr;
  }
}