@media screen and (max-width: 1440px) {
  .service {
    aspect-ratio: 3 / 4.5;
  }
}

/* ========== 1980 ========== */
@media screen and (max-width: 1920px) {
  .review-slider__button--prev {
    left: 15px;
  }
  .review-slider__button--next {
    right: 15px;
  }
  .data-list__item .refund {
    height: 28%;
    padding: 5px 15px;
  }
  .category-nav__list .drawer-nav__list {
    width: 74px;
    height: 75px;
  }
  .drawer-form-table colgroup {
    display: none;
  }
  .search-form .drawer-form-table > tbody > tr th {
    display: block;
    width: 100%;
    padding: 8px 10px 0px !important;
    text-align: left;
  }
  .search-form .drawer-form-table > tbody > tr > td {
    display: inline-block;
    width: calc(50% - 75px);
  }
  .search-form .drawer-form-table > tbody > tr td {
    display: block;
    width: 100%;
    padding: 4px 10px 0 !important;
    text-align: left;
  }
  .drawer-form-table .choice:only-child {
    width: 100%;
  }
  tr:nth-of-type(n + 2) .button__find {
    margin-top: 0;
    width: 100%;
  }
  .button__find {
    margin: 3px 0 10px;
  }
  .data-list__menu {
    width: 100%;
    margin: 0;
    padding: 0 !important;
  }
  .data-list__menu .data-unit .data-unit__link {
    display: flex;
    align-items: flex-start;
    flex-direction: initial;
  }
  .data-list__menu .data-unit .data-unit__link .data-unit__caption {
    margin: 0;
  }

  .answer-bo x{
    overflow-x: auto;
  }

  .answer {
    min-width: fit-content;
  }
}

/* ========== 1440 ========== */
@media screen and (max-width: 1600px) {
  .review-slider__button--prev {
    left: 15px;
  }
  .review-slider__button--next {
    right: 15px;
  }
  .data-list__item .refund {
    height: 28%;
    padding: 5px 15px;
  }

  .sub-page {
    max-width: 100%;
    padding: 0 60px 60px 60px;
  }

  /* 0827 */
  /* main card */
  .main-left {
    width: 645px;
  }

  .main-left__title {
    font-size: 35px;
  }

  .main-left__card {
    aspect-ratio: 2 / 3;
  }

  .main-left__card-inner {
    padding: 40px 20px;
  }

  .main-left__card-title {
    font-size: 23px;
  }

  .main-left__card-desc {
    font-size: 18px;
  }
}

/* ========== 1440 ========== */
@media screen and (max-width: 1440px) {
  .main-page {
    padding: 0 30px;
  }
  .header .header-inner {
    padding: 0 30px;
  }
  .sub-cover {
    padding: 0 30px;
  }
  .sub-page {
    padding-right: 30px;
    padding-left: 30px;
  }
  .review-slider__button--prev {
    left: 15px;
  }
  .review-slider__button--next {
    right: 15px;
  }
  .data-list__item .refund {
    height: 28%;
    padding: 5px 15px;
  }

  /* 0827 */
  /* main card */
  .main-flex {
    display: flex;
    gap: 25px;
    flex-direction: column-reverse;
  }

  .main-left {
    width: 100%;
    padding-top: 55px;
  }

  .main-left__title {
    font-size: 46px;
  }

  .main-left__cards {
    grid-template-columns: repeat(3, 1fr);
  }

  .main-left__card {
    aspect-ratio: 2 / 1.5;
  }

  .main-left__card-inner {
    padding: 40px;
  }

  .main-left__card-desc br {
    display: none;
  }

  .main-right {
    width: 100%;
  }
}

@media screen and (min-width: 1281px) {
  .header-util__item:has(.web-alarm-none) {
    width: 0;
    overflow: hidden;
    margin: 0;
  }
}

@media (min-width: 1281px) and (max-width: 1440px) {
  #wrap {
    min-width: 1440px;
  }

  .nav .nav-depth1__item .nav-depth1__link {
    font-size: 18px;
  }
}

/* ========== 1280 ========== */
@media screen and (max-width: 1280px) {
  html {
    min-width: 100%;
  }
  /* 모바일에서 nav가 활성화 되었을 때 */
  html.is-mobile-nav-show .header {
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
  }
  html.is-mobile-nav-show .header .header-logo a {
    /* background: url("../img/common/logo_new_wh.svg") no-repeat center; */
    background: url("../img/common/smway4_wh.svg") no-repeat center;
    width: 180px;
    height: 45px;
    display: block;
  }

  html.is-mobile-nav-show .header .header-util__list {
    display: flex;
  }

  html.is-mobile-nav-show .nav {
    overflow-y: auto;
    visibility: visible;
  }

  html.is-mobile-nav-show .nav-depth1__item.is-active:after {
    background: transparent;
  }

  .is-mobile-nav-show .all-menu__icon:before,
  .is-mobile-nav-show .all-menu__icon:after {
    background: #fff;
  }

  html.is-mobile-nav-show .header-search-btn,
  html.is-mobile-nav-show .web {
    display: none;
  }

  /* header */
  .header .header-inner {
    padding: 0 30px;
  }
  .sub-page {
    padding: 0 30px 30px 30px;
  }

  .header .header-inner .header-util__list {
    display: none;
    position: absolute;
    right: 100px;
  }

  .header .header-inner .header-util__link {
    color: #fff;
  }

  .header .header-inner .header-util__link span:before {
    color: #fff;
  }

  .header-search-btn {
    display: block;
  }
  .header-search-btn.material-icons.font-loaded::before {
    font-size: 30px;
  }

  .breadcrumb__list {
    font-size: 14px;
  }

  .header-util__link .alarm.new {
    display: block;
  }

  .web-alarm-none {
    display: block;
  }

  /* all-menu */
  .all-menu {
    display: flex;
    position: relative;
    z-index: 9999;
  }
  /* nav */
  .nav {
    visibility: hidden;
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 9998;
    width: 100%;
    height: calc(100% - 100px);
    background: rgba(0, 0, 0, 0.8);
    padding: 60px 100px;
  }

  .nav .nav-depth1__list {
    justify-content: center;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: left;
  }

  .nav .nav-depth1__item {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin: 30px 0;
    padding: 0 20px;
  }

  .nav .nav-depth1__item .nav-depth1__link {
    color: #fff;
    justify-content: left;
    font-size: 24px;
    height: auto;
  }

  .nav .nav-depth1__item.is-current .nav-depth1__link {
    color: #fff;
  }

  .nav .nav-depth1__item .nav-depth1__link:hover {
    color: #fff;
    font-weight: 100;
  }

  .nav .nav-depth2__list {
    opacity: 1;
    background: none;
    position: static;
    transform: translateX(0);
    left: 0;
    width: 100%;
    text-align: left;
    padding: 20px 0;
    align-items: start;
  }

  .nav .nav-depth2__link {
    font-size: 16px;
    padding: 5px 30px;
  }

  /* main */
  .main-page {
    padding: 0 30px;
    padding-bottom: 60px;
  }

  .main-content {
    padding-bottom: 60px;
  }

  .main-content.community {
    padding: 60px 30px;
  }

  .main-content .tit-wrap {
    margin-bottom: 30px;
  }

  .main-left {
    padding-top: 0px;
  }

  /* .main-slider__list {
    height: 80vh;
  } */

  /*.main-slider__list {*/
  /*  height: 55vh;*/
  /*}*/

  .service-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .service {
    position: relative;
    height: 100%;
    aspect-ratio: 2 / 1;
  }

  .service .service-content h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .service .service-content h3 span {
    display: inline-block;
  }

  .service .service-content p {
    font-size: 16px;
  }

  .sub-cover .sub-cover-inner .tit {
    font-size: 32px;
  }

  .sub-cover .sub-cover-inner .sub-tit {
    font-size: 16px;
  }

  .sub-header .sub-tit {
    font-size: 28px;
  }

  /* 0828 */
  /* maincard */
  .main-left__card {
    aspect-ratio: 1 / 1;
  }

  /* 0917 */
  /* chatbot */
  .chat-info {
    font-size: 26px;
  }
  .map-wrap {
    flex-direction: column;
    height: auto;
  }

  .map-filter {
    width: 100%;
  }

  .map-filter .btn-group.btn-grid-change {
    flex-direction: column;
  }
}

/* ========== 1115 ========== */
@media screen and (max-width: 1115px) {
  .model-example-title-section div button.outline-gray {
    font-size: 12px;
    padding: 0 10px;
    height: 26px;
  }
}

/* ========== 1024 ========== */
@media screen and (max-width: 1024px) {
  .header .header-inner {
    padding: 0 20px;
  }

  /* header search*/
  .header-search__field {
    width: 100%;
  }

  .header-search__input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 30px;
    border: 2px solid #016cba;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 100;
  }

  .header-search__input::placeholder {
    font-size: 16px;
    font-weight: 100;
  }

  .header-search__submit {
    position: absolute;
    width: 80px;
    height: 45px;
    background: #016cba;
    right: 0;
    border-radius: 30px;
  }
  .header-search__submit:before {
    line-height: 45px;
  }

  .header-search__close:before {
    line-height: 45px;
  }

  /* nav */
  .nav {
    padding: 20px;
  }
  .nav .nav-depth1__list {
    display: block;
  }

  .nav .nav-depth1__item {
    overflow: visible;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    padding: 10px 0;
  }

  .nav .nav-depth1__link::after {
    content: none;
  }
  .nav .nav-depth1__item .nav-depth1__link {
    padding: 0;
  }

  .nav .nav-depth1__item:nth-child(-n + 3) > .nav-depth1__link::after {
    content: "keyboard_arrow_down";
    font-family: "Material Icons";
    display: inline-block;
    font-size: 36px;
    margin-left: auto;
  }

  .nav .nav-depth2__list {
    overflow: hidden;
    display: none;
    padding-top: 0px;
  }

  .nav .nav-depth1__item:nth-child(-n + 3).is-active {
    padding-bottom: 0px;
  }

  .nav .nav-depth1__item.is-active .nav-depth2__list {
    display: block;
  }

  .nav
    .nav-depth1__item:nth-child(-n + 3).is-active
    > .nav-depth1__link::after {
    content: "keyboard_arrow_up";
    font-family: "Material Icons";
  }

  .footer .footer-inner {
    flex-direction: column-reverse;
    padding: 30px 30px 60px 30px;
  }

  .footer-right {
    margin-bottom: 30px;
  }

  .footer-right .footer-util {
    display: block;
  }

  .footer-right .footer-util .footer-util__list {
    margin-bottom: 10px;
  }
  .footer-right .footer-util .footer-util__list a {
    font-size: 14px;
  }

  .footer-right .footer-util .footer-dropdown-menu {
    min-width: auto;
    width: calc(100% - 55px);
  }

  .footer-right .footer-util .footer-dropdown-menu__button {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .footer-right .footer-util .footer-dropdown-menu__button:after {
    line-height: 40px;
  }

  .footer-top-button {
    height: 40px;
    line-height: 40px;
    width: 40px;
    position: absolute;
    right: 30px;
    top: 60px;
  }
  .footer-top-button:before {
    font-size: 24px;
    line-height: 40px;
  }

  .footer-right .copyright {
    text-align: left;
    position: absolute;
    bottom: 30px;
  }

  .footer-left .footer-address .footer-address-info {
    font-size: 14px;
  }

  .main-page {
    padding: 0 20px;
    padding-bottom: 60px;
  }

  /* main */
  .main-slider__pagination {
    padding: 20px 0;
  }

  .main-slider__pagination button:before {
    font-size: 24px;
  }

  .main-slider__toggle.is-pause .icon-pause:before {
    font-size: 24px;
  }

  .main-slider__pagination .page-index {
    font-size: 14px;
  }

  .main-content .tit-wrap .main-tit-top {
    font-size: 16px;
  }

  .main-content .tit-wrap .main-tit {
    font-size: 28px;
  }

  .service {
    aspect-ratio: auto;
    padding: 20px;
  }

  .service-container {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .service .service-bg {
    background-size: 100% auto;
    background-position: center !important;
  }

  .service .service-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    margin-top: 20px;
  }

  .app-intro-banner {
    justify-content: space-between;
    gap: 0;
  }

  .community-container .tab-buttons {
    margin-bottom: 30px;
  }

  .community-container .tab-btn {
    font-size: 14px;
    padding: 8px 20px;
  }

  .sub-header {
    text-align: left;
    padding: 20px 0 20px 0;
  }

  .sub-page {
    padding: 0px 20px 40px 20px;
  }

  .sub-cover {
    display: none;
  }

  .sub-content .content-area {
    padding-top: 20px;
  }

  .search-area {
    flex-direction: column;
    align-items: flex-start;
  }
  .search-row {
    flex-direction: column;
    width: 100%;
    padding: 15px;
  }

  .search-area input[type="text"],
  .search-area select {
    width: 100%;
    font-size: 14px;
  }

  .search-area .btn-group {
    width: 100%;
  }

  .search-area .btn-group .btn {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: flex;
    flex-direction: row;
  }

  .table-column {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }

  .table-column colgroup {
    display: none;
  }
  .table-column thead {
    display: none;
  }

  .table-column tr {
    display: block;
    border: none;
    padding: 10px;
    border-bottom: 1px solid #e6e9ef;
  }
  .table-fixed-wrap.example-preview-wrap table {
    min-width: 400px;
  }
  .table-fixed-wrap.example-preview-wrap table tr {
    display: table-row;
  }

  .table-column td {
    display: flex;
    justify-content: flex-start;
    padding: 5px 0;
    border: none;
    border-bottom: none;
    width: 100% !important;
    text-align: left;
    font-size: 14px;
    gap: 10px;
  }

  .table-column td.number {
    display: none;
  }

  .table-column td.text--center {
    justify-content: center;
  }

  .table-column td::before {
    content: attr(data-label);
    font-weight: 500;
    color: #000;
    text-align: left;
    flex-shrink: 0;
    white-space: nowrap;
  }

  .table-column td.tit {
    font-size: 14px;
    font-weight: 100;
  }

  .table-row colgroup {
    display: none;
  }

  .table-row tbody th {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }

  .table-row tbody td {
    display: block;
    width: 100%;
    padding: 10px;
  }

  .table-row tbody td select,
  .table-row tbody td input[type="text"],
  .table-row tbody td .label__datepicker {
    width: 100%;
    min-width: auto;
    flex: 1;
    font-size: 14px;
  }

  .attach-file__button--add + .attach-file__list {
    width: 100%;
  }

  .badge.large {
    padding: 3px 12px;
    font-size: 12px;
  }

  .board-wrap .board-header .tit {
    font-size: 24px;
  }

  .board-wrap .board-header .etc p {
    font-size: 14px;
  }

  .board-wrap .board-footer .tit {
    font-size: 16px;
  }

  .board-wrap .board-content.faq-question:before {
    font-size: 24px;
  }

  .board-wrap .board-content.faq-answer:before {
    font-size: 24px;
  }

  .answer-wrap .tit {
    font-size: 18px;
  }

  .monitor-wrap {
    flex-direction: column;
  }

  .monitor-wrap .map {
    width: 100%;
    height: 300px;
  }

  .monitor-wrap .map-info {
    width: 100%;
  }

  .data-list-wrap ul {
    grid-template-columns: 1fr; /* 모바일에서 1개씩 */
  }

  .data-list-wrap .data-list {
    border-radius: 10px;
  }

  .data-list-wrap .data-list a {
    flex-direction: column;
    gap: 10px;
  }

  .data-list-wrap .list-thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    flex: 0 0 130px;
    min-height: 130px;
    border-radius: 0;
  }

  .data-list-wrap .list-right {
    padding: 10px 15px;
  }

  .data-list-wrap .list-right .list-top {
    font-size: 14px;
  }

  .data-list-wrap .list-right .list-top .list-top-right .view:before {
    font-size: 20px;
    margin-top: -2px;
  }

.data-list-wrap .list-right .list-cont .title {
  font-size: 18px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

  .data-list-wrap .list-right .list-cont .text {
    font-size: 14px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
  }

  .data-list-wrap .list-right .list-info .method {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }

  .data-search .search-bar input[type="text"] {
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    font-size: 16px;
    width: 100%;
  }

  .data-search .btn-search {
    justify-content: center;
    padding: 0;
    width: 80px;
  }

  .data-search .search-section {
    padding: 15px 20px;
    border-radius: 10px;
  }

  .data-search .search-section h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .data-search .search-group {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 0;
    gap: 10px;
    width: 100%;
  }

  .data-search .search-group input {
    width: 100%;
  }

  .data-search .check-group {
    flex-wrap: wrap;
    gap: 10px;
  }

  .data-search .check-group .btn-checkbox span {
    font-size: 14px;
    padding: 5px 15px;
  }

  .data-search .data-search-result {
    border-radius: 10px;
    padding: 15px;
    margin: 20px 0 0;
  }

  .data-search .data-search-result p {
    font-size: 18px;
  }

  .cmm-wrap .request-info {
    font-size: 14px;
  }

  .cmm-wrap {
    margin-bottom: 20px;
  }

  .attach-file__list {
    font-size: 14px;
  }

  .attach-file__item {
    line-height: 1.4;
  }

  .btn-group.res {
    flex-direction: column;
  }

  .btn {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    padding: 0 10px;
    white-space: nowrap;
  }

  .btn.large {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    white-space: nowrap;
  }

  .pagination {
    margin-top: 20px;
  }

  .pagination__link {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }

  .modal-step-list {
    flex-direction: column;
    gap: 10px;
  }

  .modal-step-list li {
    width: 100%;
    max-width: 100%;
    flex: 1;
  }

  .modal-step-list li .step {
    padding-top: 0;
    padding: 10px;
    border-radius: 10px;
  }

  .modal-step-list li .step:before {
    position: relative;
    font-size: 28px !important;
    top: auto;
    margin-right: 5px;
    vertical-align: middle;
  }

  .model-item a {
    font-size: 14px;
    font-weight: 100;
  }

  .model-select-wrap {
    padding: 0 30px;
  }

  .model-select-nav {
    top: 5px;
  }
  .model-select-nav.model-select-prev:before,
  .model-select-nav.model-select-next:before {
    font-size: 28px;
  }

  .data-view-wrap .data-title {
    padding: 20px;
    border-radius: 10px;
  }

  .data-view-wrap .data-title .title-box {
    flex-direction: column;
    gap: 20px;
  }

  .data-view-wrap .data-title .list-thumb {
    flex: 1 1 150px;
    height: 150px;
  }

  .data-view-wrap .data-title .list-top {
    font-size: 14px;
  }

  .data-view-wrap .data-title .list-cont .title {
    font-size: 24px;
  }

  .data-view-wrap .data-title .list-cont .text {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .data-view-wrap .data-title .list-info {
    font-size: 14px;
  }

  .data-view-wrap .data-title .list-btn-group {
    flex-direction: column;
  }

  .data-view-wrap .data-title .list-btn-group .btn-group {
    margin-right: 0;
    padding-right: 0;
    justify-content: left;
  }

  .data-unit__rating {
    flex-direction: column-reverse;
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
  }

  .table-row .data-unit__rating {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }

  .data-view-wrap .data-cont .cont-tit {
    font-size: 18px;
  }

  .tab-sub-wrap .tab-buttons {
    flex-direction: column;
  }

  .tab-sub-wrap .tab-btn {
    padding: 10px;
    min-width: auto;
    background: #ffffff;
    cursor: pointer;
    border-radius: 0;
    margin: 0;
    font-weight: 300;
    color: #000;
    border: 1px solid #e6e9ef;
    border-right: 1px solid #e6e9ef;
    border-bottom: none;
    font-size: 18px;
  }

  .tab-sub-wrap .tab-btn:first-child {
    border-radius: 10px 10px 0 0;
  }

  .tab-sub-wrap .tab-btn:last-child {
    border-radius: 0;
  }

  .tab-depth2-wrap .tab-depth2-btn {
    font-size: 14px;
    padding: 10px;
    word-break: keep-all;
  }

  .tab-content .tab-content-tit {
    font-size: 24px;
    padding: 20px 0;
  }

  .address-box {
    padding: 10px;
    flex-direction: column;
    gap: 10px;
  }

  .icon__lock {
    margin-right: -10px;
    margin-top: -5px;
  }

  .login-wrap {
    padding: 40px 20px 60px 20px;
  }

  .login-inner {
    flex-direction: column;
  }

  .login-wrap .login-inner .left-panel {
    width: 100%;
    height: 100px;
  }

  .login-wrap .login-inner .login {
    padding: 30px;
  }

  .login-wrap .login-inner .login .login-tit {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .login-wrap .login-inner .login .login-form .form-group > span {
    font-size: 14px;
  }

  .login-wrap .login-inner .btn-group {
    justify-content: center;
  }

  .sign-wrap .btn-group {
    margin-top: 30px;
  }

  .map-filter .filter-table .data-list-wrap .data-list {
    padding: 20px;
  }

  .map-filter .filter-table .data-list-wrap .data-list a {
    flex-direction: row;
  }
  .map-filter .filter-header {
    font-size: 18px;
  }

  .map-filter .filter-table .data-list-wrap ul .no-data {
    font-size: 14px;
  }

  .key-info {
    flex-direction: column;
    align-items: flex-start;
  }

  /* form-control */
  .period {
    padding: 0 4px;
  }

  /* 추가 */
  .model-example-title-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .model-example-title-section div {
    margin-top: 0px;
  }

  /* 검색조건 */
  .accordion-flex {
    flex-wrap: wrap;
  }

  /* 0828 */
  /* maincard */
  .main-left__cards {
    grid-template-columns: repeat(1, 1fr);
  }
  .main-left__card {
    aspect-ratio: auto;
  }

  .main-left__card-inner {
    flex-direction: row;
    text-align: left;
  }

  /* 0903 */
  /* 운영소개 */
  .governance-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .partner-logos {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-logos,
  .beneficiary-logos {
    grid-template-columns: repeat(2, 1fr);
  }

  .sub-header .sub-tit {
    font-size: 21px;
  }

  .title-lg {
    font-size: 17px;
  }

  .top-header {
    font-size: 15px;
  }

  .governance-card-header {
    font-size: 15px;
  }

  .list-dot {
    font-size: 12px;
  }
  .list-dot::before {
    top: 7px;
  }

  .governance-card-body-title {
    font-size: 14px;
  }

  .governance-card-body-description {
    font-size: 13px;
  }

  .governance-card-body-center {
    padding: 20px 35px;
  }

  .governance-list-item-title {
    font-size: 17px;
  }

  .governance-support-item-title {
    font-size: 15px;
  }

  .title-desc {
    font-size: 12px;
  }

  .res-text {
    font-size: 15px;
  }

  .hub-system-text {
    font-size: 14px;
    font-weight: 200;
  }

  /* 0905 */
  .app-intro-banner {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section {
    padding: 100px 30px 0;
    justify-content: space-between;
    gap: 0;
    height: auto;
  }

  /* 12.15 */
  .icon__file {
    text-align: left;
  }

  /* 12.16 */
  .main-slider__link img {
    height: 100%;
  }

  /* 12.17 */
  .td-datetime {
    text-align: left;
  }

  .font-loaded{
    display: flex;
    /* flex-direction: column; */
    align-items: center;
  }

  .map-filter .filter-select{
    justify-content: flex-start;
  }

  .tab-lg-btn{
    font-size: 24px;
  }
}

/* ========== 900 ========== */
@media screen and (max-width: 900px) {
  .app-intro-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    height: auto;
    padding-top: 75px;
    justify-content: flex-end;
  }
  .app-intro-title {
    text-align: center;
    font-size: 40px;
  }

  .qr-btns {
    text-align: center;
  }
}

/* ========== 768 ========== */
@media screen and (max-width: 768px) {
  .main-content {
    padding-bottom: 40px;
  }
  .main-content .tit-wrap {
    margin-bottom: 20px;
  }
  .main-page {
    padding: 0 16px 40px;
  }
  .main-content.community {
    padding: 30px 16px;
  }
  .section {
    justify-content: space-between;
    height: auto;
    padding-right: 24px;
    padding-left: 24px;
    height: auto;
    flex-direction: column;
    gap: 36px;
  }
  .section-description {
    width: auto;
  }
  /* 0828 */
  /* maincard */
  .main-left__title br {
    display: none;
  }

  /* 0903 */
  /* 운영소개 */
  .partner-logos {
    grid-template-columns: repeat(2, 1fr);
  }

  .segment-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hub-system-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* 0905 */
  /* 마켓플레이스 안내 */
  .grid-1 {
    grid-template-columns: repeat(3, 1fr);
  }

  .google-play-btn,
  .apple-store-btn {
    width: 100px;
  }

  .section-content {
    text-align: center;
  }

  .app-intro-banner .section-image img {
    width: 280px;
  }

  .section .section-image img {
    width: 200px;
  }

  .service .service-content h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .service .service-content p {
    font-size: 14px;
  }
  .community-container .tab-buttons {
    margin-bottom: 16px;
  }

  /* 0917 */
  /* chatbot */
  .chat-info {
    font-size: 20px;
  }

  .mobile-view-tabs {
    display: flex;
  }
  
  .map-wrap {
    flex-direction: column;
  }
  
  .map-filter,
  .map-view {
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .map-view {
    height: 500px;
  }

   .tab-lg-btn{
    font-size: 20px;
  }

  .sub-tab-menu {
    flex-wrap: nowrap;     
    overflow-x: auto;      
    padding-left: 16px;
    padding-right: 16px;
  }

  .sub-tab-menu::-webkit-scrollbar {
    display: none;
  }
}

/* ========== 640 ========== */
@media screen and (max-width: 640px) {
  /* 모바일에서 nav가 활성화 되었을 때 */
  .main {
    padding-top: 80px;
  }

  .header {
    height: 70px;
  }

  .header .header-inner .header-logo a {
    width: 150px;
    height: 35px;
    background-size: 100% auto;
  }

  .all-menu {
    width: 30px;
    height: 30px;
    margin: 0;
  }

  .all-menu__icon,
  .all-menu__icon:before,
  .all-menu__icon:after {
    width: 100%;
  }

  .is-mobile-nav-show .all-menu__icon:before,
  .is-mobile-nav-show .all-menu__icon:after {
    width: 30px;
  }
  .header .header-inner {
    padding-right: 16px;
    padding-left: 16px;
  }
  .header-search-btn {
    width: 30px;
    height: 30px;
    margin-top: -3px;
    right: 75px;
  }
  .header-search-btn:before {
    font-size: 32px;
  }

  .header-search-popup {
    top: 70px;
  }

  html.is-mobile-nav-show .header .header-logo a {
    width: 150px;
    height: 35px;
    background-size: 100% auto;
  }

  .nav {
    top: 137px;
    padding: 16px 16px;
  }
  .nav .nav-depth1__item .nav-depth1__link {
    padding: 0;
  }
  /* header */
  .header-util__list {
    display: flex;
    align-items: center;
    position: absolute;
    top: 70px;
    right: 0 !important;
    width: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px 0px 10px 30px;
    justify-content: left;
  }

  .footer-left .footer-address .footer-address__logo {
    width: 180px;
    height: 32px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
  }

  /* 0828 */
  /* maincard */
  .main-left__title {
    font-size: 34px;
  }

  .main-left__card-icon {
    margin-left: 20px;
  }

  .main-left__card-inner {
    padding: 24px 20px;
  }

  .community-container .list li a {
    padding: 15px;
    font-size: 14px;
  }

  .sub-page {
    padding-right: 16px;
    padding-left: 16px;
  }

  /* 12.16 */
   .filter-toggle-btn {
    display: inline-flex;
    align-items: center;
  }

  .filter-table {
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .filter-table.is-closed {
    max-height: 0 !important;
  }

  .filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .filter-toggle-btn {
    background: none;
    border: none;
    padding: 4px;
    cursor: pointer;
  }
}

@media screen and (max-width: 540px) {
  .footer-right .copyright {
    text-align: left;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    padding: 0 30px;
    line-height: 1.4;
  }
  .main-left__card-title {
    font-size: 18px;
  }
  .main-left__card-desc {
    font-size: 14px;
  }
  .service {
    padding: 25px 20px;
  }
  .service .service-btn {
    margin-top: 10px;
  }
  .main-content .tit-wrap .main-tit-top {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .main-content .tit-wrap .main-tit {
    font-size: 22px;
  }
  .community-container .tab-btn {
    padding-right: 10px;
    padding-left: 10px;
  }
  .community-container .list li a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 14px 18px;
  }
  .community-container .list li .number {
    display: none;
  }
  .community-container .list li .tit,
  .community-container .list li .date {
    margin: 0;
  }

  .main-popup-group .popup-wrapper .popup-card {
    width: calc(100% - 20px);
    max-width: 360px;
  }

  /* 0828 */
  /* maincard */
  .main-left__title {
    font-size: 22px;
    line-height: 1.125;
  }
  .main-left__desc {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.3;
  }

  /* 0903 */
  /* 운영소개 */
  .vision-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .partner-logos {
    grid-template-columns: repeat(1, 1fr);
  }

  .segment-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .governance-cards-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .hub-system-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-logos,
  .beneficiary-logos {
    grid-template-columns: repeat(1, 1fr);
  }

  /* 0917 */
  /* chatbot */
  .chat-list-element {
    width: 150px;
  }

  /* 0919 */
  /* sitemap */
  .sitemap-sub {
    flex-wrap: wrap;
  }

  /* 0930 */
  .grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }

  .sub-header {
    display: block;
  }
  .sub-header .sub-tit {
    margin-bottom: 10px;
  }
  .breadcrumb {
    gap: 2px;
  }
  .breadcrumb__list:after {
    margin-left: 0;
  }

  /* 12.09 */
  .app-intro-title {
    font-size: 32px;
  }
  
}

@media screen and (max-width: 425px) {
  .sitemap-item.single-menu {
    width: calc(50% - 10px);
  }

  .community-container .list li .thumb {
    margin-bottom: 10px;
  }

  .main{
    padding: 115px 20px 100px 20px
  }

  .login-wrap {
    padding: 40px 15px 60px 15px;
  }

}

@media screen and (max-width: 375px) {
  .app-intro-title {
    font-size: 27px;
  }
}

@media screen and (max-width: 360px) {
  .app-intro-banner .section-image img {
    width: 240px;
  }

  .app-intro-logo {
    max-width: 275px;
    width: 100%;
    margin-bottom: 40px;
  }

  .app-intro-title {
    font-size: 25px;
  }
}

@media screen and (max-width: 320px) {
  .sitemap-item.single-menu {
    width: 100%;
  }
}
/* 부모 요소는 상대 위치(relative)로 설정 (이전과 동일) */
.tooltip-wrapper {
  position: relative;
  display: inline-block;
  border-radius: 4px;
}

/* 툴팁 박스 설정 (위치 및 투명도 변경) */
.custom-tooltip {
  position: absolute;
  top: 120%; /* [변경] bottom 대신 top을 사용하여 부모 요소의 아래쪽에 배치 */
  left: 50%;
  transform: translateX(-50%);

  /* [변경] #333 대신 rgba를 사용하여 검은색 배경에 80%의 투명도(0.8) 적용 */
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 1000;

  transition: opacity 0.3s;
}

/* 툴팁 꼬리(화살표) 설정 (방향 및 색상 변경) */
.custom-tooltip::after {
  content: "";
  position: absolute;
  bottom: 100%; /* [변경] top 대신 bottom을 써서 툴팁 박스의 위쪽으로 꼬리 이동 */
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  /* [변경] 화살표 방향을 위로 향하게 하고, 배경색과 동일한 투명도 적용 */
  border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
}
