@charset "UTF-8";
@media screen and (min-width: 2561px) {
  body {
    content: "UHD4K";
  }
}
@media screen and (max-width: 1440px) {
  body {
    content: "desktop";
  }
  .header .logo {
    width: 200px;
  }
  .header section.section-1 {
    gap: 16px;
  }
  .header #gnb {
    gap: clamp(16px, 2vw, 24px);
  }
  .header #gnb > li > a {
    font-size: 15px;
    font-weight: 500;
  }
  /*** 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: 1024px) {
  body {
    content: "tablet";
  }
  /*** HEADER 1024 ***/
  .header {
    gap: 4px;
  }
  .header section {
    margin-inline: 14px;
  }
  .header section::before, .header section::after {
    width: 28px;
  }
  .header section:before {
    left: -14px;
  }
  .header section:after {
    right: -14px;
  }
  .header section.section-1 {
    gap: 10px;
  }
  .header #gnb {
    gap: 10px;
  }
  .header .search-keyword .head-type-animation {
    display: none;
  }
  /*** FOOTER 1024 ***/
  /*** MAIN 1024 ***/
  /*** COMMON 1024 ***/
  /*** SUB 1024 ***/
  .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: 140px;
  }
  .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: 140px;
  }
  .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-6 ul,
  .gallery-list.col-5 ul {
    --num: 4;
  }
  .related-site-list ul {
    --gap: 20px;
    --num: 3;
  }
  .move-article a {
    font-size: 20px;
  }
  .output-description {
    flex-direction: column;
  }
  .output-description .media-area,
  .output-description .description-area {
    width: 100%;
  }
  .line-description dl {
    flex-direction: column;
  }
  .line-description dl dt {
    width: 100%;
  }
  .line-description-sm dl {
    flex-direction: column;
  }
  .line-description-sm dl dt {
    width: 100%;
  }
  .form-control-wrap:has(input.ico-datepicker) {
    width: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .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: 900px) {
  .modal-popup.banner-img,
  #main-banner-modal .modal-popup {
    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;
  }
  :root {
    --wrapper-padding-x: 16px;
  }
  body {
    content: "mobile";
    font-size: 90%;
  }
  .only-desktop {
    display: none !important;
  }
  .only-desktop-tablet {
    display: none !important;
  }
  .only-tablet-mobile {
    display: block !important;
  }
  .only-mobile {
    display: block !important;
  }
  /*** HEADER 768 **/
  .header {
    gap: 2px;
  }
  .header section {
    margin-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 .all-menu-wrap {
    display: block;
  }
  .header .mo-logo {
    height: var(--header-height);
  }
  .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(/thearts/images/common/ico_m_menu.svg);
  }
  .header section {
    margin-inline: 11px;
  }
  .header section:before, .header section:after {
    width: 20px;
  }
  .header section:before {
    left: -10px;
  }
  .header section:after {
    right: -10px;
  }
  .header section.section-2:before, .header section.section-2:after {
    width: 16px;
  }
  .header section.section-2:after {
    margin-right: -3px;
    transform: none;
  }
  .header section.section-3 {
    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.opened-search .btn-search-close:before {
    transform: skewX(-12.8deg);
  }
  .header .all-menu {
    padding: 12px 16px;
  }
  .header .all-menu .user-area {
    --icon-size: 16px;
    margin-block: 24px;
    text-align: center;
  }
  .header .all-menu .user-area .name {
    display: inline-block;
    padding-left: calc(var(--icon-size) + 8px);
    font-size: 14px;
    line-height: 1.25em;
    color: #0C121A;
    line-height: 20px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: var(--icon-size);
    background-image: url(/thearts/images/sub/ico_head_user.png);
  }
  .header .all-menu .user-area .name span {
    vertical-align: 0;
  }
  .header .all-menu .user-area ~ .buttons-area {
    margin-top: -12px;
  }
  .header .all-menu .buttons-area {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-block: 24px;
  }
  .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: var(--header-section-height);
  }
  .header .mobile-menu-top .all-menu-btn {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 6px;
    border-radius: 6px;
    width: 40px;
    height: 100%;
    background-color: #066fef;
  }
  .header .mobile-menu-top .all-menu-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    z-index: -1;
    border-radius: 6px 0 0 6px;
    width: 20px;
    height: 100%;
    background-color: #066fef;
    transform: skewX(-12.8deg);
  }
  .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(/thearts/images/common/btn_search_close.svg);
  }
  .header .mobile-menu-top .logo-sec {
    position: relative;
    display: flex;
    align-items: center;
    flex: 1;
    margin-right: 16px;
    padding-block: 4px;
    padding-inline: 16px;
    border-radius: 6px;
    height: 100%;
    background-color: #000;
  }
  .header .mobile-menu-top .logo-sec::after {
    content: "";
    position: absolute;
    top: 0;
    right: -16px;
    z-index: -1;
    border-radius: 0 6px 6px 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    transform: skewX(-12.8deg);
  }
  .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 {
    opacity: 0.4;
    display: block;
    margin-bottom: 12px;
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    line-height: 125%;
  }
  .header .menu-sec #allMenu > li .submenu-title {
    opacity: 0.4;
    display: block;
    display: none;
    margin-bottom: 12px;
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    line-height: 125%; /* 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 .logo img {
    max-width: 150px;
  }
  .footer .section-1 {
    flex-wrap: wrap;
    height: auto;
  }
  .footer .section-1 .logo {
    width: 100%;
  }
  .footer .section-1 .foot-nav {
    width: 100%;
  }
  .footer .section-1 .foot-nav > ul {
    justify-content: space-between;
  }
  .footer .section-1 .foot-nav > ul > li {
    width: calc(50% - 12px);
  }
  .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 span {
    padding-right: 8px;
  }
  .footer .info-list span:last-child {
    width: 100%;
  }
  .footer .info-list span::before {
    display: none;
  }
  .footer .info-list span::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.25rem);
    right: 0;
    width: 1px;
    height: 0.5rem;
    background-color: #dcdcdc;
  }
  .footer .info-list span:last-child::after {
    display: none;
  }
  .quick-buttons {
    right: 0.75rem;
    bottom: 3.875rem;
  }
  .quick-buttons a {
    border-radius: 2.5rem;
  }
  .quick-buttons a img {
    width: 2.5rem;
    height: 2.5rem;
  }
  .quick-buttons a span {
    font-size: 0.75rem;
  }
  .quick-buttons a:hover img {
    width: 3rem;
    height: 3rem;
  }
  .btn-top {
    width: 2rem;
    height: 2rem;
    background-size: 16px;
  }
  .info-comment-num {
    padding-inline: 10px 24px;
    height: 2rem;
    background-position: calc(100% - 8px) 50%;
    background-size: 12px;
    line-height: 1.75rem;
  }
  .info-comment-num.on {
    transform: translateX(calc(-2rem - 4px));
  }
  /*** MAIN 768 ***/
  .main-operation-site .swiper-controls span {
    display: none;
  }
  .main-operation-site .swiper-controls::before {
    width: 70%;
  }
  .main-operation-site .site-list ul li a {
    padding-inline: 8px 12px;
    height: 32px;
    font-size: 13px;
  }
  .main-operation-site .site-list ul li span {
    display: inline-block;
    padding-right: calc(4px + var(--icon-size));
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: var(--icon-size);
    background-image: url(/thearts/images/main/ico_external_link_bl.png);
  }
  .main-operation-site .site-list ul li img {
    max-width: 20px;
  }
  .main-top-container {
    flex-direction: column;
    justify-content: flex-start;
    padding-block: 0;
  }
  .main-top-container .section-wrap:nth-of-type(2),
  .main-top-container .section-wrap:nth-of-type(3) {
    --section-padding-x: 16px;
    width: 100%;
  }
  .main-top-container .section-wrap:nth-of-type(2) .main-title h1,
  .main-top-container .section-wrap:nth-of-type(3) .main-title h1 {
    font-size: 20px;
  }
  .section-project .project-swiper a {
    background-image: none;
  }
  .section-schedule .schedule-swiper .swiper-slide,
  .section-column .column-swiper .swiper-slide,
  .section-output .output-swiper .swiper-slide {
    padding-right: 8px;
  }
  .section-login {
    display: none;
  }
  .main-animation {
    margin-block: -20px -4px;
    margin-inline: calc(var(--container-padding-x) * -1);
  }
  .main-animation video {
    margin-inline: -16px;
  }
  .main-animation video.yg {
    left: 10px;
    height: 60px;
  }
  .main-animation video.bl {
    left: 20px;
    height: 90px;
  }
  .main-animation video.ye {
    left: 10px;
    height: 110px;
  }
  .main-animation video.gr {
    left: 10px;
    height: 90px;
  }
  .main-animation video.pk {
    left: 0;
    height: 70px;
  }
  .main-animation video.load {
    opacity: 1;
    transform: translate(0) scale(1) !important;
  }
  #main-message-modal .modal-popup-header {
    padding-inline: 1.5rem;
  }
  #main-message-modal .modal-popup-header .title {
    padding-block: 1.75rem 1rem;
  }
  #main-message-modal .modal-popup.alert .modal-popup-body .body-area {
    padding-inline: 1.5rem;
    padding-bottom: 1.5rem;
  }
  /*** COMMON 768 ***/
  .ui-button.wide {
    max-width: 100%;
  }
  #container {
    --container-padding-x: 16px;
  }
  .sub-header {
    height: auto;
    min-height: 54px;
  }
  .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;
  }
  .modal-popup.message .modal-popup-header {
    padding-inline: 1.5rem;
  }
  .modal-popup.message .modal-popup-header .title {
    padding-block: 1.75rem 1rem;
  }
  .modal-popup.message.alert .modal-popup-body .body-area {
    padding-inline: 1.5rem;
    padding-bottom: 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;
  }
  .about .cont-wrap .leading-area h3 {
    margin-bottom: 16px;
    font-size: 20px;
  }
  .masonry-grid {
    margin-inline: 0;
    width: 100% !important;
    min-width: 100% !important;
  }
  .masonry-grid .m-item {
    width: 100% !important;
  }
  .about-platform {
    --spacing: 56px;
  }
  .about-platform .head {
    margin-bottom: 64px;
  }
  .about-platform .box {
    font-size: 13px;
  }
  .about-platform .box .title {
    font-size: 14px;
  }
  .about-platform .box:nth-child(1) {
    width: 100%;
  }
  .about-platform .box:nth-child(2) {
    padding-bottom: 0;
  }
  .about-platform .box:nth-child(3) {
    padding-inline: 12px;
    padding-bottom: var(--spacing);
    width: 100%;
  }
  .about-platform .box:nth-child(4) {
    padding-inline: 12px;
    padding-top: var(--spacing);
    width: 100%;
  }
  .about-platform .box:nth-child(5) {
    padding-top: 0;
  }
  .about-platform .box:not(:nth-child(2)) {
    margin-top: 24px;
  }
  .about-platform .box:not(:nth-child(1)):before {
    width: 32px;
    height: 32px;
  }
  .about-platform .box:nth-child(2):before, .about-platform .box:nth-child(5):before {
    background-image: none;
  }
  .about-platform .box:nth-child(3):before, .about-platform .box:nth-child(4):before {
    background-image: url(/thearts/images/sub/thearts_arw_ver.svg);
  }
  .about-platform .box:nth-child(2):before {
    left: calc(50% - 16px);
    bottom: 0;
  }
  .about-platform .box:nth-child(3):before {
    top: auto;
    right: auto;
    left: calc(50% - 16px);
    bottom: 0;
  }
  .about-platform .box:nth-child(4):before {
    top: 0;
    left: auto;
    left: calc(50% - 16px);
  }
  .about-platform .box:nth-child(5):before {
    top: 0;
    left: calc(50% - 16px);
  }
  .about-platform .box .bullet-list {
    display: inline-block;
  }
  .about-platform .box .bullet-list li ~ li {
    margin-top: 0;
  }
  .about-platform .arts-logo img {
    width: 60%;
    max-width: calc(100% - 144px - 10px);
  }
  .about-platform .description-1,
  .about-platform .description-4 {
    width: 70%;
    max-width: calc(100% - 90px);
  }
  .about-platform .description-1:before, .about-platform .description-1:after,
  .about-platform .description-4:before,
  .about-platform .description-4:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 50%;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .about-platform .description-1:before,
  .about-platform .description-4:before {
    left: 0;
    border-radius: 30px 0 0 30px;
    background-image: url(/thearts/images/sub/thearts_connector_line_1.svg);
  }
  .about-platform .description-1:after,
  .about-platform .description-4:after {
    right: 0;
    background-image: url(/thearts/images/sub/thearts_connector_line_2.svg);
  }
  .about-platform .description-1 {
    --height: 560px;
    padding: 16px 6px;
  }
  .about-platform .description-1:before, .about-platform .description-1:after {
    top: 36%;
    height: 500px;
    height: var(--height);
    background-size: 500px;
    background-size: auto var(--height);
  }
  .about-platform .description-1:before {
    background-position: 0 0;
  }
  .about-platform .description-1:after {
    background-position: 100% 0;
  }
  .about-platform .description-2 {
    gap: 0;
    margin-inline: auto;
    padding: 28px 16px;
    max-width: 100%;
    height: auto;
    min-height: 240px;
  }
  .about-platform .description-3 {
    gap: 0;
    margin-inline: auto;
    padding: 28px 16px;
    max-width: 100%;
    height: auto;
    min-height: 240px;
  }
  .about-platform .description-4 {
    padding-inline: 6px;
  }
  .about-platform .description-4 .flexy-row {
    gap: 2px;
  }
  .about-platform .description-4 .flexy-col {
    padding: 8px 5px;
    width: 32%;
    min-width: 0;
  }
  .about-platform .description-4 .flexy-col:not(:nth-child(1)):before {
    display: none;
  }
  .about-platform .description-4:before, .about-platform .description-4:after {
    bottom: 25%;
    bottom: 38%;
    height: 420px;
  }
  .about-platform .description-4:before {
    background-position: 0 100%;
  }
  .about-platform .description-4:after {
    background-position: 100% 100%;
  }
  .teaser-link-img {
    max-height: 72px;
  }
  .faq-list .question {
    padding-block: 16px;
    padding-inline: 14px;
    background-position: calc(100% - 14px) 16px;
    font-size: 15px;
  }
  .faq-list .question .category {
    margin-bottom: 8px;
    padding-inline: 10px;
  }
  .faq-list .answer {
    padding-block: 16px;
    padding-inline: 14px;
    font-size: 14px;
  }
  .faq-list ul li p {
    font-size: 15px;
  }
  .inquiry-answer .title {
    font-size: 20px;
  }
  .inquiry-answer .cont {
    padding-left: 20px;
  }
  .data-table tbody td {
    font-size: 15px;
  }
  .default-table {
    display: block;
  }
  .default-table thead, .default-table tbody,
  .default-table tr, .default-table th, .default-table td {
    display: block;
  }
  .default-table th, .default-table td {
    padding: 14px 0 0;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .default-table thead th {
    font-size: 15px;
  }
  .default-table thead tr:first-child th {
    border-top: 1px solid #0C121A;
  }
  .default-table tr {
    padding-bottom: 14px;
    border-bottom: 1px solid #dcdcdc;
  }
  .default-table tbody th {
    border-bottom: 0;
    font-size: 15px;
  }
  .default-table tbody th:has(+ th) {
    font-size: 16px;
  }
  .default-table tbody td {
    border-bottom: 0;
    font-size: 15px;
  }
  .total-search-wrap {
    min-height: 130px;
  }
  .total-search-wrap .search-keyword {
    padding-inline: calc(24px + var(--icon-size)) 12px;
    height: 54px;
    background-position: 14px 50%;
  }
  .total-search-wrap .search-keyword .search-input {
    height: 54px;
  }
  .total-search-wrap .search-history {
    flex-wrap: wrap;
  }
  .total-search-wrap .search-noti {
    padding-inline: 10px;
  }
  .total-search-wrap .search-keyword .type-animation {
    padding-inline: 46px 12px;
  }
  .search-top .inner {
    flex-wrap: wrap;
    row-gap: 12px !important;
  }
  .search-top .breadcrumb > *:not(.num) {
    font-size: 20px;
  }
  .operation-site {
    margin-bottom: 12px;
    padding-block: 20px;
  }
  .operation-site .site-list {
    padding-inline: 0.75rem;
  }
  .operation-site .title-sm {
    margin-bottom: 12px;
    padding-left: 0;
  }
  .operation-site ul {
    gap: 12px;
  }
  .operation-site ul li a {
    flex-direction: column;
    align-items: center;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
  }
  .operation-site ul li span {
    padding: 8px;
    border-radius: 48px;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  }
  .operation-site p {
    position: relative;
    padding-inline: 8px;
    max-height: 4.5em;
    white-space: normal;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .search-result .swiper-controls {
    justify-content: flex-end;
    width: 100%;
  }
  .list-top .list-info + .form-checkbox-list:not(.column) {
    padding-block: 6px;
  }
  .list-top {
    flex-wrap: wrap;
  }
  .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;
  }
  .board-wrap.type-2 .leading-area {
    order: unset;
  }
  .about .cont-wrap,
  .board-wrap:has(.side-area) {
    --gap: 16px;
    flex-direction: column;
    min-height: 0;
  }
  .about .cont-wrap .side-area,
  .board-wrap:has(.side-area) .side-area {
    width: 100%;
  }
  .about .cont-wrap .leading-area,
  .board-wrap:has(.side-area) .leading-area {
    flex-grow: 0;
    width: 100%;
  }
  .flexy-paragraph-row .side-area {
    width: 100%;
  }
  .flexy-paragraph-row .leading-area {
    width: 100%;
  }
  .side-area.order-1 {
    order: 1;
    margin-top: 4rem;
  }
  .board-wrap:has(.side-area) .detail-info dt {
    font-size: 15px;
  }
  .board-wrap:has(.side-area) .detail-info dd {
    font-size: 13px;
  }
  .board-detail {
    font-size: 15px;
  }
  .board-detail .sub-headline {
    font-size: 20px;
  }
  .create-wrap .hr.mt-10 {
    margin-top: 3rem !important;
  }
  .create-wrap .hr + .buttons-group {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .create-wrap .hr + .buttons-group .go-submit-action {
    width: 100%;
  }
  .board-wrap:has(.side-area) .side-area .confirm-wrap {
    margin-bottom: 4rem;
  }
  .board-wrap:has(.side-area) .side-area .confirm-wrap .board-wrap:has(.side-area) .side-area .confirm-wrap > ul {
    --gap: 0;
    margin-top: -16px;
  }
  .board-wrap:has(.side-area) .side-area .confirm-wrap .board-wrap:has(.side-area) .side-area .confirm-wrap > ul > li {
    padding-block: 24px;
  }
  .mobile-side-nav-toggle {
    display: flex;
    align-items: center;
  }
  body:has(.side-nav) .side-area {
    border-right: 0;
  }
  .mobile-side-nav-toggle {
    padding-block: 12px;
    min-height: 0;
    font-size: 16px;
  }
  .side-nav {
    --icon-size: 20px;
  }
  .side-nav > ul {
    position: absolute;
    inset-inline: 0;
    top: 101%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    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-block: 12px;
    padding-right: 12px;
    padding-left: calc(var(--icon-size) + 20px);
    background-position: 12px 50%;
    font-size: 16px;
  }
  .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 .title,
  .article-related .title {
    font-size: 16px;
  }
  .gallery-list.col-6 ul,
  .gallery-list.col-5 ul {
    --gap: 16px;
    --num: 2;
  }
  .article-related .head-title {
    margin-bottom: 24px;
    padding-block: 0;
    font-size: 24px;
  }
  .line-calendar-wrap .days-container .days {
    --num: 8;
  }
  .line-calendar-wrap .days-container .days li {
    width: calc(100% / var(--num) - (var(--gap) - var(--gap) * 1 / var(--num)));
    font-size: 14px;
  }
  .line-calendar-wrap .days-container .days li:nth-child(n+1):nth-child(-n+15) {
    width: auto;
    width: calc(100% / var(--num) - (var(--gap) - var(--gap) * 1 / var(--num)));
  }
  .line-calendar-wrap .days-container .days li button {
    padding-inline: 6px;
    height: 32px;
  }
  .related-site-list-2 .title {
    font-size: 20px;
  }
  .related-site-list-2 .desc {
    font-size: 14px;
  }
  .related-site-list-2 ul {
    --num: 1;
    row-gap: 120px !important;
    padding-block: 0;
  }
  .related-site-list-2 ul li:nth-child(odd) {
    margin-right: auto;
    padding-right: 10vw !important;
    padding-right: 80px !important;
    padding-left: 0 !important;
  }
  .related-site-list-2 ul li:nth-child(even) {
    margin-left: auto;
    padding-top: 0;
    padding-right: 0 !important;
    padding-left: 10vw !important;
    padding-left: 80px !important;
  }
  .related-site-list .title {
    font-size: 20px;
  }
  .related-site-list .domain {
    font-size: 13px;
  }
  .related-site-list .desc {
    font-size: 15px;
  }
  .related-site-list .more-view {
    font-size: 15px;
  }
  .related-site-list ul {
    --gap: 16px;
    --num: 1;
  }
  .breadcrumb-list .item > div:not(.badges):not(:first-child) {
    padding-left: calc(var(--icon-size));
    background-position: 0 50%;
  }
  /* pagination navigation */
  .pagination {
    --icon-size: 18px;
  }
  .pagination .page-link {
    margin-inline: 3px;
  }
  .pagination .page-link.pagemove {
    font-size: 14px;
  }
  .board-wrap.type-2 .side-noti {
    padding-left: 0;
  }
  .hashtags {
    --gap: 6px;
  }
  .hashtags span {
    padding-block: 6px;
    font-size: 14px;
  }
  .output-description {
    padding: 8px;
  }
  .output-description .media-area .btn-link {
    right: 8px;
    bottom: 8px;
  }
  .output-description-area .tabs-nav ul {
    padding-inline: 0;
  }
  .output-description-area .tabs-nav button {
    font-size: 14px;
  }
  .line-description dl dt, .line-description dl dd, .line-description dl p {
    font-size: 15px;
  }
  .line-info-list ul li {
    flex-direction: column;
  }
  .line-info-list .title {
    width: 100%;
    font-size: 15px;
  }
  .line-info-list .cont {
    font-size: 15px;
  }
  .paragraph-format {
    --gap: 8px;
    flex-direction: column;
  }
  .paragraph-format .l-cont {
    padding-block: 0;
    width: 100%;
  }
  .paragraph-format .r-cont {
    padding-block: 0;
  }
  .move-article {
    flex-direction: column;
  }
  .move-article .prev-article,
  .move-article .next-article {
    width: 100%;
    text-align: left;
  }
  .move-article a {
    font-size: 18px;
    font-weight: 500;
  }
  .form-control.md, .form-control:not(.sm, .lg) {
    font-size: 14px;
  }
  .line-description p {
    font-size: 14px;
  }
  /* kogl 공공누리인증서 */
  .kogl-type {
    --gap: .75rem;
    flex-wrap: wrap;
    padding: 0.75rem;
  }
  .option-list {
    min-width: 100px;
  }
  .form-control-wrap .flexy-row input.ico-datepicker {
    width: 100% !important;
  }
  .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;
  }

  main section.search-form .recommend-searchword {
    margin-top: 16px;
  }

  main section.search-form h2 {
    font-size: 20px;
    line-height: 32px;
  }

  main section.search-form .recommend-searchword h3 {
    font-size: 16px;
  }

  main section.search-form .recommend-searchword ul li a {
    font-size: 14px;
  }

}

@media screen and (max-width: 800px) {
  .pc-genere {
    display:none;
  }

  .mo-genere {
    display:block;
  }

  .advanced-search-wrap .inner {
    padding: 30px 16px;
  }

  .advanced-search-wrap dl,
  .advanced-search-wrap .search-refine {
    grid-template-columns: 1fr;
    gap: 6px;
    margin-bottom: 10px;
  }

  .advanced-search-wrap dt,
  .advanced-search-wrap .search-refine label {
    font-size: 15px;
  }

  .advanced-search-wrap dd {
    gap: 10px 14px;
  }

  .advanced-search-wrap input[type=text],
  .advanced-search-wrap select {
    max-width: 100%;
    height: 38px;
    font-size: 14px;
  }

  .advanced-search-wrap dd label {
    gap: 4px;
    font-size: 14px;
  }

  .advanced-search-wrap .period-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .advanced-search-wrap .date-inputs {
    width: 100%;
    justify-content: space-between;
  }

  .advanced-search-wrap .ico-datepicker {
    flex: 1;
    width: auto;
  }

  .advanced-search-wrap .buttons-group {
    width: 100%;
    justify-content: space-between;
    margin-top: 4px;
  }

  .advanced-search-wrap .ui-button.sm {
    flex: 1;
    padding: 0;
  }

  .advanced-search-wrap .btn-submit-search,
  .advanced-search-wrap .btn-reset-search {
    height: 40px;
  }
}
@media screen and (max-width: 640px) {
  .total-search-wrap .recommended-keyword dl {
    padding-left: 0;
  }

  .total-search-wrap .recommended-keyword dl dt {
    position: static;
    width: 100%;
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 480px) {
    .advanced-search-wrap .search-refine {
        grid-template-columns : 1fr;
    }

    .advanced-search-wrap dl {
        grid-template-columns:1fr;
        gap:8px;
    }

    .total-search-wrap .recommended-keyword dl dd a {
        font-size:12px;
        padding:4px 8px;
    }
}
/* 터치 기기가 아닌 환경 */
@media (hover: none) and (pointer: coarse) {
  /* placeholder 대용 */
  /* 기본 날짜 텍스트 수정 */
}
/* 터치 기기 */