@charset "utf-8";

/* 서브 공통 */
.aps_sub_inner .aps_sub_tit {
    display: flex;
    align-items: center;
    gap: 10px;
}

.aps_sub_inner .aps_sub_tit h3 {
    font-size: 34px;
}

.aps_sub_inner .aps_sub_tit .aps_sub_3depth {
    position: relative;
}

.aps_sub_inner .aps_sub_tit .aps_sub_3depth .btn-list {
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 100px;
    border: solid 1px #cfcfcf;
    font-size: 11px;
    color: #666;
    padding-top: 2px;
}

.aps_sub_inner .aps_sub_tit .aps_sub_3depth .list-box {
    position: absolute;
    left: 0;
    top: calc(100% + 2px);
    border: solid 1px #cfcfcf;
    border-radius: 10px;
    background-color: #fff;
    padding: 10px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.aps_sub_inner .aps_sub_tit .aps_sub_3depth .list-box li a {
    display: block;
    padding: 5px 16px;
    color: #444;
    min-width: 120px;
}

.aps_sub_inner .aps_sub_body {
    margin-top: 40px;
}

.aps_sub_inner .aps_sub_body .sub-item {
    margin-bottom: 60px;
}

.aps_sub_inner .aps_sub_body .sub-item:last-child {
    margin-bottom: 0;
}

.aps_sub_inner .aps_sub_body .sub-item-tit {
    font-size: 24px;
    position: relative;
    padding-left: 39px;
    margin-bottom: 16px;
}

.aps_sub_inner .aps_sub_body .sub-item-tit::before {
    content: "";
    display: block;
    width: 29px;
    height: 16px;
    background: url(../img/icon_mark.svg) no-repeat center/cover;
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
}

.aps_sub_inner .aps_sub_body .sub-item-tit-sm {
    font-size: 20px;
    position: relative;
    /* padding-left: 22px; */
    padding-left: 40px;
    margin: 30px 0 14px;
    color: #444;
}

.aps_sub_inner .aps_sub_body .sub-item-tit-sm::before {
    content: "";
    display: block;
    width: 12px;
    height: 14px;
    background: url(../img/icon_mark_sub.svg) no-repeat center/cover;
    position: absolute;
    /* left: 0; */
    left: 16px;
    top: calc((1em * 1.5 - 14px) / 2);
}

.aps_sub_inner .aps_sub_body .sub-item-tit-xs {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: var(--sub-main_color);
    margin-bottom: 5px;
}


.aps_sub_inner .aps_sub_body .sub-item .dot-list p {
    position: relative;
    padding-left: 13px;
    line-height: 1.6;
}

.aps_sub_inner .aps_sub_body .sub-item .dot-list p::before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 100px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 11px;
}

.sub-item-cont:not(:last-child) {
    margin-bottom: 16px;
}

.aps_sub_inner .aps_sub_body .sub-item .dot-list span.desc {
    color: var(--main-focus_color);
    font-size: 15px;
    padding-left: 10px;
}

/* 사업 대상지 */
.sub_body .sub_tab .top_tab_cont {
    width: 100%;
    height: 60px;
    background-color: var(--sub-bg_color);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 0 60px;
}

.sub_body .sub_tab .top_tab_cont .tabs {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
}

.sub_body .sub_tab .top_tab_cont .tabs button {
    display: block;
    height: 100%;
    padding: 0 40px;
    font-size: 18px;
    color: #666;
    border-radius: 0;
}

.sub_body .sub_tab .top_tab_cont .tabs button[aria-selected="true"] {
    background-color: #fff;
    color: var(--point-b_color);
    font-weight: 700;
}

.sub_body .sub_tab .tabs_list_cont,
.sub_body .aps_sub_section {
    width: 100%;
    padding: 0 24px;
}

.sub_body .sub_tab .tabs_list_cont .tab_section,
.sub_body .aps_sub_section .aps_sub_inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 0 40px;
}

.sub-item .map {
    width: 100%;
    height: 700px;
    border: solid 1px #cfcfcf;
    overflow: hidden;
    position: relative;
    margin-bottom: 16px;
}

.sub-item .map .map-legend {
    position: absolute;
    right: 10px;
    bottom: 10px;
    min-width: 10rem;
    max-width: 12rem;
    height: auto;
    border: solid 1px #999;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 10px 16px;
}

.map .map-legend ul {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.map .map-legend ul li {
    display: flex;
    gap: 8px;
    align-items: center;
}

.map .map-legend ul li p {
    font-size: 14px;
    color: #444;
    letter-spacing: -1px;
}

.sub-item .map .map-popup {
    position: absolute;
    top: 24px;
    left: 16px;
    max-width: 37.5rem;
    min-width: 18rem;
    height: auto;
    max-height: 640px;
    border: solid 1px #999;
    background-color: rgba(247, 247, 247, 0.8);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 20px 16px 20px;
    display: flex;
    flex-direction: column;
}

.sub-item .map .map-popup .map-popup-inner {
    height: 100%;
    overflow-y: auto;
    flex: 1;
    min-height: 0;
}

.sub-item .map .map-popup .popup-item {
    margin-bottom: 16px;
}

.sub-item .map .map-popup .popup-item:last-child {
    margin-bottom: 0;
}

.sub-item .map .map-popup .pop-head {
    padding-right: 24px;
    margin-bottom: 10px;
}

.aps_sub_inner .aps_sub_body .sub-item .map .map-popup .sub-item-tit-sm {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    padding-left: 14px;
    margin-bottom: 0;
}

.aps_sub_inner .aps_sub_body .sub-item .map .map-popup .sub-item-tit-sm::before {
    width: 9px;
    height: 10px;
    top: 5px;
    left: 0;
}

.sub-item .map .map-popup .btn-cxl {
    display: block;
    font-size: 18px;
    position: absolute;
    right: calc(50% - 20px);
    top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding-top: 2px;
    opacity: 0.9;
    z-index: 5;
}

.aps_sub_inner .aps_sub_body .sub-item .map .map-popup .dot-list {
    font-size: 15px;
    padding: 0 10px;
    margin-bottom: 10px;
}

.aps_sub_inner .aps_sub_body .sub-item .map .map-popup .table-box .aps-table th {
    font-size: 14px;
    padding: 4px 10px;
    background-color: var(--main_color);
    color: #fff;

}

.aps_sub_inner .aps_sub_body .sub-item .map .map-popup .table-box .aps-table td {
    font-size: 14px;
    padding: 4px 10px;
    background-color: #fff;
}


.legend-item {
    display: block;
    width: 30px;
    height: 16px;
}

.legend-item.lineRad {
    border: dashed 2px #f94144;
}

.legend-item.boxBlue {
    background-color: #5ADBFF;
}

.legend-item.boxYellow {
    background-color: #FFDD4A;
}

.sub-item .table-tit {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: var(--table-caption_color);
    margin-bottom: 10px;
}

.sub-item .table-box {
    width: 100%;
    overflow-x: auto;
}

.sub-item .table-box .aps-table {
    width: 100%;
    max-width: 1100px;
    min-width: 500px;
    border-collapse: collapse;
    height: 100%;
    table-layout: fixed;
    word-break: keep-all;
    margin: 0 auto;
}

.sub-item .table-box .aps-table.table-lg {
    min-width: 1100px
}

.sub-item .table-box .aps-table.v-align {
    max-width: 100%;
}

/* .sub-item .table-box .aps-table thead {
    position: sticky;
    top: 0;
    z-index: 1;
} */

.sub-item .table-box .aps-table th,
.sub-item .table-box .aps-table td {
    padding: 12px 24px;
    border-bottom: solid 1px #cfcfcf;
    border-left: solid 1px #cfcfcf;
}

.sub-item .table-box .aps-table {
    border-left-style: hidden;
}

.sub-item .table-box .aps-table.txt-center th,
.sub-item .table-box .aps-table.txt-center td {
    text-align: center;
}

.sub-item .table-box .aps-table td img {
    width: 100%;
}

.sub-item .sub_tabs {
    margin: 0 0 -1px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.sub-item .sub_tabs button {
    display: block;
    max-width: 100%;
    white-space: normal;
    word-break: break-all;
    text-align: start;
    padding: 14px 40px;
    font-size: 17px;
    color: #666;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.sub-item .sub_tabs button[aria-selected="true"] {
    border: solid 1px var(--main_color);
    border-bottom: none;
    color: var(--main_color);
    font-weight: 700;
    background-color: #fff;
}

.sub-item .sub_tabs_cont {
    border: solid 1px var(--main_color);
    border-radius: 10px;
    background-color: #fff;
    padding: 30px 30px 40px;
}

.sub-item-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0 16px;
}

.sub-item-list.gap-sm {
    gap: 10px;
}

.sub-item .sub_tabs_cont .sub-item-cont {
    margin-bottom: 40px;
}

.sub-item .sub_tabs_cont .sub-item-cont:last-child {
    margin-bottom: 0;
}

.sub-item .aps-his-log {
    padding: 30px 40px;
    background: linear-gradient(to bottom,
            var(--sub-bg_color),
            var(--sub-bg_color) 25%,
            transparent);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}

.sub-item .aps-his-log .his-log-year {
    font-weight: 700;
    font-size: 50px;
    letter-spacing: -1px;
    width: 240px;
    border-right: solid 1px #cfcfcf;
    color: var(--point-b_color);
}

.sub-item .aps-his-log .his-log-text {
    width: calc(100% - 290px);
}

.sub-item .aps-his-log .his-log-text li {
    display: flex;
    gap: 40px;
    font-size: 17px;
    padding: 10px 0;
}

.sub-item .aps-his-log .his-log-text li .his-log-date {
    display: block;
    color: var(--main_color);
    font-weight: 600;
    font-size: 20px;
}

.sub-item .popup-item .aps-his-log {
    padding: 16px 20px;
    flex-direction: column;
}

.sub-item .popup-item .aps-his-log .his-log-year {
    border-right: 0;
    font-size: 30px;
    width: 140px;
}

.sub-item .popup-item .aps-his-log .his-log-text {
    width: 100%;
    margin-bottom: 24px;
}

.sub-item .popup-item .aps-his-log .his-log-text li {
    gap: 16px;
    font-size: 15px;
}

.sub-item .popup-item .aps-his-log .his-log-text li .his-log-date {
    font-size: 18px;
}



.table-footnote {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.sub-item .img-box {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.sub-item .img-box img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
}

/* 테이블 안에 테이블css */
.aps-inner-grid {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #999;
}

.aps-inner-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.aps-inner-row.is-td {
    flex: 1;
}

.aps-inner-th,
.aps-inner-td {
    padding: 10px 16px;
    box-sizing: border-box;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}

.aps-inner-row> :nth-child(2) {
    border-right: 0;
}

.aps-inner-th {
    text-align: center;
    font-weight: 600;
    background: #f7f7f7;
}

.aps-inner-row:last-child>div {
    border-bottom: 0;
}

.aps-inner-td-list li {
    position: relative;
    word-break: keep-all;
    overflow-wrap: break-word;
    padding-left: 10px;
}

.aps-inner-td-list li::before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 10px;
    background-color: #000;
    top: 9.5px;
    left: 0;
}


/* 사업대상지 위치 */
.sub_full_cont {
    padding: 70px 40px 40px;
}

.aps_sub_inner.sub_full_cont .aps_sub_tit {
    justify-content: center;
}

.aps_location {
    margin-top: 40px;
    border: solid 1px #cfcfcf;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 800px;
}

.aps_location .map {
    width: 100%;
    height: 100%;
}

.aps_location .map_search {
    width: 400px;
    height: 100%;
    background-color: #f7f7f7;
    padding: 24px 24px 0;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(0);
    transition: transform 0.3s ease;
    z-index: 40;
}


.aps_location .map_search:not(.open) {
    transform: translateX(-100%);
}


.aps_location .map_search .btn-toggle {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 20px;
    height: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 2;
}

.aps_location .map_search .btn-toggle>i {
    display: block;
    font-size: 13px;
    transform: rotate(180deg);
}

.aps_location .map_search:not(.open) .btn-toggle>i {
    transform: rotate(0deg);
}


.aps_location .map_search .logo>img {
    display: block;
    margin-left: 5px;
    height: 55px;
}

.mo_sheet_head {
    display: none;
}

.mo_sheet_head .sheet-handle {
    width: 100px;
    height: 4px;
    margin: 0 auto;
    background-color: #cfcfcf;
    border-radius: 100px;
    margin-bottom: 10px;
    cursor: grab;
    position: relative;
    z-index: 41;
}

.mo_sheet_head .btn-cheetCxl {
    width: 20px;
    height: 20px;
    display: block;
    margin-left: auto;
    position: relative;
    z-index: 42;

}

.mo_sheet_head .btn-cheetCxl>i {
    font-size: 18px;
}

.search_panel {
    display: flex;
    flex-direction: column;
    height: calc(100% - 55px);
    min-height: 0;
}

.search_panel .search_form_wrap {
    padding: 16px 0 16px;
    border-bottom: solid 1px #cfcfcf;
    margin-bottom: 16px;
}

.search_panel .search_form_wrap .input_box {
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px var(--main_color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0 16px;
    width: 100%;
    height: 50px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 16px;
}

.search_panel .search_form_wrap .input_box>input {
    display: block;
    height: 80%;
    width: calc(100% - 42px);
    border: none;
}

.search_panel .search_form_wrap .input_box>button {
    display: block;
    width: 26px;
    height: 26px;
}

.search_panel .search_form_wrap .input_box>button i {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: var(--main_color);
}

.search_panel .search_form_wrap .filter_group .filter_type {
    width: 100%;
    display: flex;
    border-radius: 100px;
    overflow: hidden;
    margin-bottom: 16px;
}

.search_panel .search_form_wrap .filter_group .filter_type>label {
    display: block;
    width: 50%;
    padding: 9px 0;
    background-color: #ddd;
    font-size: 15px;
    text-align: center;
    color: #666;
    cursor: pointer;
}

.search_panel .search_form_wrap .filter_group .filter_type>input[type="radio"]:checked+label {
    border: none;
    background-color: var(--point-b_color);
    color: #fff;
    font-weight: 700;
}


.search_panel .search_form_wrap .filter_group .filter_option {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.search_panel .search_form_wrap .filter_group .filter_option>label {
    display: block;
    padding: 3px 18px;
    background-color: #fff;
    font-size: 14px;
    text-align: center;
    color: #666;
    border-radius: 100px;
    border: solid 1px #cfcfcf;
    margin: 1px;
    cursor: pointer;
}

.search_panel .search_form_wrap .filter_group .filter_option>input[type="radio"]:checked+label {
    border: solid 2px var(--point-b_color);
    margin: 0;
    color: var(--point-b_color);
    font-weight: 700;
    background-color: var(--sub-bg_color);
}

.search_panel .search_results_area {
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.search_panel .search_results_area .num {
    font-size: 14px;
    color: #444;
    margin-bottom: 5px;
}

.search_panel .search_results_area .search_results_list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-bottom: 20px;
    flex: 1;
    overflow-y: auto;
    min-height: 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, .3) transparent;
}

.search_panel .search_results_area .search_results_list::-webkit-scrollbar {
    width: 2px;
}

.search_panel .search_results_area .search_results_list::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .3);
    border-radius: 10px;
}

.search_panel .search_results_area .search_results_list::-webkit-scrollbar-track {
    background: transparent;
}

.search_results_list .result-item {
    width: 100%;
    border-radius: 10px;
    border: solid 1px #cfcfcf;
    padding: 14px 24px;
    background-color: #fff;
    transition: background-color 0.2s ease;
}

.search_results_list .result-item.on {
    border-color: var(--point-b_color);
    background-color: var(--sub-bg_color);
}

.search_results_list .result-item .result-toggle {
    position: relative;
    display: block;
    width: 100%;
    padding-right: 16px;
    text-align: start;
}

.search_results_list .result-item .result-toggle>p {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search_results_list .result-item .result-toggle .title {
    font-size: 15px;
    font-weight: 600;
    color: #444;
    margin-bottom: 5px;
}

.search_results_list .result-item .result-toggle .add {
    font-size: 14px;
    color: #666;
}

.search_results_list .result-item .result-toggle .add.open {
    white-space: normal;
}

.search_results_list .result-item .result-toggle .icon {
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    font-size: 14px;
    transform: translateY(-50%);
    color: #666;
    transition: transform 0.2s ease;
}

.search_results_list .result-item .result-toggle[aria-expanded="true"] .title {
    color: var(--point-b_color);
    font-weight: 700;
}

.search_results_list .result-item .result-toggle[aria-expanded="true"] .icon {
    transform: translateY(-50%) rotate(180deg);
    color: var(--point-b_color);
}

.search_results_list .result-item .result-content {
    display: none;
    margin-top: 16px;
}

.search_results_list .result-item .result-content .btn-box {
    width: 100%;
    display: flex;
    gap: 10px;
}

.search_results_list .result-item .result-content button {
    display: block;
    width: calc(50% - 5px);
    font-size: 15px;
    padding: 8px 0;
}

.aps_location .map .map-popup {
    position: absolute;
    max-width: 25rem;
    min-width: 18rem;
    width: 90%;
    height: auto;
    max-height: 60vh;
    border: solid 1px #999;
    background-color: rgba(247, 247, 247, 0.8);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 16px;
    display: flex;
}

.aps_location .map .map-popup .map-popup-inner {
    display: flex;
    flex-direction: column;
    min-height: 0;
    max-height: 100%;
    width: 100%;
}

.aps_location .map .map-popup .pop-head {
    flex-shrink: 0;
}

.aps_location .map .map-popup .btn-cxl {
    display: block;
    font-size: 14px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding-top: 2px;
    opacity: 0.9;
    z-index: 5;
}

.aps_location .map .map-popup .pop-tit {
    font-size: 24px;
    color: var(--sub-main_color);
    text-align: center;
}

.aps_location .map .map-popup .pop-body {
    margin: 10px 0 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
}

.aps_location .map .map-popup .pop-body>li {
    border-radius: 5px;
    border: solid 1px #cfcfcf;
    padding: 7px 12px;
    display: flex;
    gap: 5px;
    font-size: 14px;
}

.aps_location .map .map-popup .pop-body>li .list-left {
    color: #666;
    font-weight: 600;
    width: 62px;
}

.aps_location .map .map-popup .pop-body>li .list-right {
    width: calc(100% - 67px);
    text-align: end;
}

.map .map-popup .txt-link {
    font-size: 14px;
    color: var(--main_color);
    text-decoration: underline;
    align-self: flex-end;
}

/* 커뮤니티 */
.aps_sub_inner .aps_sub_body .aps-board-wrap .aps-board-search {
    background: #f7f7f7;
    border-radius: 10px;
    padding: 20px 40px;
    width: 100%;
    display: flex;
    gap: 50px;
}

.aps_sub_inner .aps_sub_body .aps-board-wrap .aps-board-search .sub-item-tit-sm {
    font-size: 14px;
    font-weight: 600;
    padding-left: 14px;
    margin-bottom: 5px;
}

.aps_sub_inner .aps_sub_body .aps-board-wrap .aps-board-search .sub-item-tit-sm::before {
    width: 9px;
    height: 10px;
    top: calc(50% - 5px);
    left: 0;
}

.aps_sub_inner .aps_sub_body .aps-board-wrap .aps-board-search .input-body {
    display: flex;
    align-items: center;
    gap: 5px;
}

.aps_sub_inner .aps_sub_body .aps-board-wrap .aps-board-search .dateType,
.aps_sub_inner .aps_sub_body .aps-board-wrap .aps-board-search .inputText {
    height: 40px;
    padding: 0 16px;
    font-size: 15px;
    flex: 1;
    min-width: 0;
}

.aps_sub_inner .aps_sub_body .aps-board-wrap .aps-board-search .selectType {
    height: 40px;
    font-size: 15px;
    min-width: 160px;
}

.aps_sub_inner .aps_sub_body .aps-board-wrap .aps-board-search .searchBtn {
    font-size: 15px;
    height: 40px;
    min-width: 120px;
}

.aps-board-search .input-group.is-date {
    flex: 3;
}

.aps-board-search .input-group.is-text {
    flex: 7;
}

.aps-board-cont {
    margin-top: 40px;
}

.aps-search-cont-title {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 5px;
}

.aps-search-cont-title .board-size .total {
    font-size: 15px;
    margin-right: 10px;
}

.aps-search-cont-title .board-size .page {
    font-size: 14px;
    color: #666;
}

.aps-search-cont-title .selectType {
    height: 35px;
    font-size: 14px;
}

.aps-table-wrap {
    margin-bottom: 40px;
}

table.aps-board-table {
    width: 100%;
}

table.aps-board-table th,
table.aps-board-table td {
    text-align: center;
    padding: 13px 10px;
    border-bottom: solid 1px #cfcfcf;
}

table.aps-board-table th {
    background-color: var(--sub-bg_color);
    font-weight: 600;
}

table.aps-board-table .fix td {
    font-weight: 600;
}

table.aps-board-table .fix .num {
    background: url(../img/icon_pin.svg) no-repeat center / 12px 20px;
}

table.aps-board-table tbody .tit {
    text-align: start;
}

table.aps-board-table tbody .tit a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #000;
    max-width: 100%;
}

table.aps-board-table tbody .tit a:hover {
    color: var(--main_color);
    text-decoration: underline;
}

table.aps-board-table tbody .tit a .txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

table.aps-board-table tbody .tit a .icon {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    background: url(../img/icon_clip.svg) no-repeat center / 80%;
}

.aps-board-detail {
    border-top: solid 1px #000;
}

.aps-board-detail .detail_head {
    padding: 30px 0;
    border-bottom: solid 1px #cfcfcf;
}

.aps-board-detail .detail_head .title {
    color: var(--point-b_color);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.aps-board-detail .detail_head .meta_data {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.aps-board-detail .detail_head .meta_data span {
    display: block;
    padding-right: 32px;
    font-size: 15px;
    color: #444;
    position: relative;
}

.aps-board-detail .detail_head .meta_data span::after {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background-color: #cfcfcf;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.aps-board-detail .detail_head .meta_data span:last-child:after {
    display: none;
}

.aps-board-detail .detail_body {
    padding: 60px 0;
    border-bottom: solid 1px #cfcfcf;
}

.aps-detail-pub-wrap p {
    padding: 0 16px;
}

.aps-detail-pub-wrap .img-list {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}

.aps-detail-pub-wrap .img-list img {
    width: 100%;
}

.att_file {
    width: 100%;
    margin-top: 40px;
    border-radius: 10px;
    background-color: #fff;
    border: solid 1px #cfcfcf;
    padding: 20px 24px;
}

.att_file .file_head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.att_file .file_head .title {
    font-weight: 600;
}

.att_file .file_list>li {
    margin-bottom: 5px;
}

.att_file .file_list>li:last-child {
    margin-bottom: 0;
}

.att_file .file_list .file-info {
    border-radius: 10px;
    background-color: #f7f7f7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 24px;
}

.att_file .file_list .file-info .file-name {
    display: flex;
    align-items: center;
    gap: 5px;
    width: calc(100% - 100px);
    padding-left: 27px;
    position: relative;
}

.att_file .file-name .file-name-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.att_file .file_list .file-info .file-name::before {
    content: "";
    display: inline-block;
    background: url(../img/file_icon/file_xl.png) no-repeat 50% 50% / cover;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
}

.att_file .file_list .file-info .file-name.pdf::before {
    background: url(../img/file_icon/file_pdf_xl.png) no-repeat 50% 50% / cover;
}

.att_file .file_list .file-info .file-name.hwp::before {
    background: url(../img/file_icon/file_hwp_xl.png) no-repeat 50% 50% / cover;
}

.att_file .file_list .file-info .file-name.excel::before {
    background: url(../img/file_icon/file_excel_xl.png) no-repeat 50% 50% / cover;
}

.att_file .file_list .file-info .file-name.word::before {
    background: url(../img/file_icon/file_word_xl.png) no-repeat 50% 50% / cover;
}

.att_file .file_list .file-info .file-name.ppt::before {
    background: url(../img/file_icon/file_ppt_xl.png) no-repeat 50% 50% / cover;
}

.att_file .file_list .file-info .file-name .fsize {
    color: #666;
    white-space: nowrap;
}

.att_file .aps-btn a {
    display: inline-block;
    color: var(--point-b_color);
    text-decoration: underline;
    margin-right: 24px;
    line-height: 1.2;
}

.att_file .aps-btn a:last-child {
    margin-right: 0;
}

.aps-board-detail .detail_foot {
    margin-top: 40px;
    display: flex;
    justify-content: end;
}

.aps-board-detail .detail_foot .aps-btn a {
    display: block;
    padding: 7px 60px;
    font-size: 16px;
    border-radius: 5px;
}


.aps-img-list li {
    margin-bottom: 5px;
}

.aps-img-list li:last-child {
    margin-bottom: 0;
}

.aps-img-list li>a {
    display: flex;
    align-items: stretch;
    gap: 24px;
    border-radius: 10px;
    border: solid 1px #cfcfcf;
    padding: 16px 24px;
    color: #000;
    transition: 0.2s;
}

.aps-img-list li>a .num {
    display: flex;
    align-items: center;
}

.aps-img-list li>a .img-box {
    border: solid 1px #999;
    width: 240px;
    height: auto;
    overflow: hidden;
    flex-shrink: 0;
}

.aps-img-list li>a .img-box>img {
    display: block;
    width: 100%;
    transition: 0.4s;
}

.aps-img-list li>a:hover .img-box>img {
    transform: scale(1.1);
}

.aps-img-list li>a .content {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    min-width: 0;
}

.aps-img-list li>a .content .tit {
    display: block;
    width: 100%;
    font-size: 17px;
    margin-bottom: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.4s;
}

.aps-img-list li>a:hover .content .tit {
    color: var(--main_color);
    text-decoration: underline;
}

.aps-img-list li>a .content .desc {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.key-info {
    margin-top: auto;
    font-size: 15px;
    color: #444;
}

.key-info span {
    padding-right: 32px;
    position: relative;
}

.key-info span::after {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background-color: #cfcfcf;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.key-info span:last-child::after {
    display: none;
}

.key-info-list {
    display: flex;
    flex-wrap: wrap;
}

.key-info b {
    margin-right: 10px;
}

.key-info .aps-img-list.video-item .img-box {
    max-height: 135px;
}

.aps-img-list.video-item li>a .content {
    padding: 30px 0;
}

.aps-detail-pub-wrap .video {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 24px;
}

.aps-detail-pub-wrap .video iframe {
    aspect-ratio: 16 / 9;
    display: block;
}

.aps_intro_cont .intro-img {
    display: block;
    width: 80%;
    margin: 40px auto 0;
}

.aps_intro_cont .btn-down {
    display: block;
    max-width: 500px;
    padding: 8px 0;
    border-radius: 5px;
    background-color: #0055a2;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    transition: 0.2s;
}

.aps_intro_cont .btn-down:hover {
    background-color: #0f61ad;
}

.bizAnalysis {
    margin-bottom: 60px;
}

.sub_body .aps_sub_section .aps_sub_inner.biz_cont {
    max-width: 1240px;
}

.bizAnalysis .intro-img {
    display: block;
    width: 100%;
    max-width: 1240px;
    margin: 40px auto 0;
}

.bizAnalysis .intro-img.mo {
    display: none;
}

.biz_cont .est-pay-info {
    width: 100%;
    padding: 30px 40px;
    background-color: #F6F9FC;
    border-radius: 1000px;
}

.biz_cont .est-pay-info .tit {
    font-size: 18px;
    margin-right: 24px;
}

.biz_cont .est-pay-info .law {
    color: #444;
}

.biz_cont .est-pay-info>p {
    color: var(--point-r_color);
    margin-top: 5px;
}

.aps_sub_inner .aps_sub_body .est-pay-inp {
    padding: 0 16px;
}

.aps_sub_inner .aps_sub_body .est-pay-inp .sub-item-tit-sm,
.aps_sub_inner .aps_sub_body .est-result-tit {
    margin: 30px 0 10px;
    padding-left: 24px;
    font-size: 18px;
}

.aps_sub_inner .aps_sub_body .est-pay-inp .sub-item-tit-sm::before,
.aps_sub_inner .aps_sub_body .est-result-tit::before {
    left: 0;
}

.aps_sub_inner .aps_sub_body .est-result-tit {
    margin: 0 0 16px;
}

.est-pay-inp-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding: 0;
    list-style: none;
}

.est-pay-inp-wrap li {
    display: grid;
    grid-template-columns: minmax(0, 220px) 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 17px 40px;
    border: 1px solid #999;
    border-radius: 10px;
    background-color: #fff;
}

.est-pay-inp-wrap .label {
    font-size: 17px;
}

.est-pay-inp-wrap .inputText {
    width: 100%;
    height: 45px;
    padding: 0 16px;
}

.est-pay-inp-wrap .unit {
    margin-left: 10px;
}

.help {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.help-btn {
    margin: 1px 0 0 5px;
    text-align: center;
    cursor: pointer;
}

.help-btn i {
    font-size: 18px;
    display: block;
    color: var(--point-b_color);
}

.help-tooltip {
    position: absolute;
    left: 0;
    top: 130%;
    right: 0;
    background: #444;
    color: #fff;
    font-size: 12px;
    padding: 6px 8px;
    border-radius: 4px;
    word-break: keep-all;
    opacity: 0;
    visibility: hidden;
    white-space: normal;
    width: max-content;
    transition: 0.2s;
}

.help:hover .help-tooltip {
    opacity: 1;
    visibility: visible;
}

.help.active .help-tooltip {
    opacity: 1;
    visibility: visible;
}

.est-pay-inp-det {
    width: 100%;
    margin-top: 16px;
    border-radius: 10px;
    background-color: #f7f7f7;
    padding: 16px 24px;
}

.aps_sub_inner .aps_sub_body .est-pay-inp-det .sub-item-tit-xs {
    font-size: 16px;
    font-weight: 700;
}

.est-pay-inp-det .est-pay-inp-wrap {
    grid-template-columns: 1fr;
}

.est-pay-inp-table {
    margin-top: 24px;
}

.est-pay-inp-table .table-head {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.est-table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #444;
}

.est-table th,
.est-table td {
    border-bottom: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    padding: 10px 10px;
    text-align: center;
    background-color: #fff;
}

.est-table th:last-child,
.est-table td:last-child {
    border-right: none;
}

.est-table th {
    background: var(--sub-bg_color);
    font-weight: 600;
    padding: 12px 10px;
}


.est-table td .inputText {
    height: 45px;
    padding: 0 16px;
}

.est-table td .inp-group {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    width: 100%;
}

.est-table td .inputText {
    width: 100%;
    min-width: 0;
    height: 40px;
    padding: 0 12px;
}

.est-table td .unit {
    display: block;
    margin-top: 5px;
}

.est-pay-inp-table .btn-add {
    background-color: var(--point-b_color);
    color: #fff;
    padding: 8px 34px;
    border-radius: 100px;
    font-weight: 500;
}

.est-pay-inp-table .btn-del {
    background-color: var(--point-r_color);
    color: #fff;
    padding: 8px 34px;
    border-radius: 100px;
    font-weight: 500;
}

.btn-calc {
    display: block;
    width: 100%;
    padding: 25px 0;
    font-size: 24px;
    font-weight: 700;
    margin-top: 60px;
}

.icon-arrows {
    display: block;
    width: 50px;
    margin: 60px auto;
}

.est-result-box .est-pay-inp-det {
    background-color: #F6F9FC;
    margin-top: 30px;
}

.est-result-box .est-pay-inp-det .est-pay-inp-wrap {
    grid-template-columns: 1fr 1fr;
}

.est-result-list {
    margin-top: 16px;
}

.est-result-list.est-calc-cont {
    background-color: #fff;
    padding: 20px;
    margin: 0 0 30px 0;
}

.est-result-list.est-calc-cont:last-child {
    margin: 0;
}

.est-calc-cont .calc-formula {
    width: 100%;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.est-calc-cont .calc-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
}

.est-calc-cont .calc-top {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 5px;
    flex-wrap: nowrap;
}

.est-calc-cont .calc-bottom {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding: 0 5px;
}

.est-calc-cont .calc-line {
    width: 100%;
    height: 1px;
    background: #000;
    margin: 30px 0 10px;
}

.est-calc-cont .calc-symbol,
.est-calc-cont .calc-equal {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    border: solid 1px #cfcfcf;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    flex: 0 0 auto;
}

.est-calc-cont .calc-mul {
    font-size: 24px;
    font-weight: 700;
    flex: 0 0 auto;
}

.est-calc-cont .calc-result {
    flex: 0 0 auto;
}

.est-calc-cont .calc-box {
    background: #fff;
    padding: 24px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    text-align: center;
    min-width: 0;
}

.est-calc-cont .calc-title {
    color: var(--point-b_color);
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 12px;
}

.est-calc-cont .calc-desc {
    color: #666;
    margin-bottom: 16px;
    margin-top: -10px;
}

.est-calc-cont .calc-input {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.est-calc-cont .calc-input .inputText {
    width: 100%;
    height: 45px;
    padding: 0 16px;
}

.est-calc-cont .calc-inline {
    width: 100%;
}

.est-calc-cont .calc-inline .calc-box {
    flex: 1 1 0;
    min-width: 0;
}

.est-calc-cont .calc-inline .calc-symbol,
.est-calc-cont .calc-inline .calc-equal {
    flex: 0 0 auto;
}

.est-calc-cont .calc-box.calc-final {
    background-color: var(--point-b_color);
    border: none;
    color: #fff;
}

.est-calc-cont .calc-box.calc-final .calc-title {
    color: var(--point-g_color);
}

.est-calc-cont .calc-box.calc-final .calc-desc {
    color: #fff;
}


/* 통합검색 */

.search_wrap {
    width: 100%;
    background-color: var(--sub-bg_color);
    padding: 50px 16px;
    margin: 40px 0;
    border-radius: 10px;
}

.search_wrap .search-input {
    max-width: 800px;
    margin: 0 auto;
}

.search_wrap .search-input .input-box {
    width: 100%;
    height: 60px;
    border-radius: 60px;
    border: solid 1px var(--main_color);
    background-color: #fff;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search_wrap .search-input .input-box>input[type="text"] {
    background: transparent;
    border: none;
    width: calc(100% - 52px);
    height: 100%;
    font-size: 20px;
}

.search_wrap .search-input .input-box>input[type="text"]:focus-visible {
    box-shadow: none;
    border: dotted 1px #444;
}

.search_wrap .search-input .input-box .btn-search {
    display: block;
    width: 28px;
    height: 28px;
    background: url(../img/icon_search.svg) no-repeat 50% 50%;
    background-size: cover;
}

.search_wrap .search-input .best-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 16px;
}

.search_wrap .search-input .best-list>p {
    font-weight: 600;
    font-size: 18px;
    color: var(--sub-main_color);
    display: flex;
    align-items: center;
    line-height: 1.1;
    gap: 10px;
}

.search_wrap .search-input .best-list>p:after {
    content: "▶";
    display: block;
    width: 12px;
    height: 12px;
    font-size: 12px;
}

.search_wrap .search-input .best-list>ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.search_wrap .search-input .best-list>ul li .num {
    font-size: 16px;
    font-weight: 700;
    color: #444;
}

.search_wrap .search-input .best-list>ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #444;
    text-decoration: underline;
}

.hrs-search-cont {
    border-bottom: dotted 1px #cfcfcf;
    margin-bottom: 40px;
}

.hrs-search-cont:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.hrs-search-cont .hrs-search-cont-title {
    font-size: 20px;
    font-weight: 700;
    margin-right: 5px;
}

.hrs-search-cont-title span {
    font-size: 16px;
    color: #444;
    font-weight: 400;
}

.hrs-search-cont-title span>.num {
    color: var(--point-r_color);
}

.hrs-search-cont .hrs-search-cont-box {
    padding: 24px 16px 8px;
}

.hrs-search-cont .hrs-search-cont-box>ul.text-list li {
    margin-bottom: 16px;
}

.hrs-search-cont .hrs-search-cont-box>ul.text-list li a {
    color: var(--point-b_color);
    text-decoration: underline;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}

.hrs-search-cont .hrs-search-cont-box>ul.text-list li p {
    font-size: 15px;
    color: #666;
    margin-top: 5px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}

.hrs-search-cont .hrs-search-cont-box .point {
    background-color: #FFFF00;
    color: #000;
    font-weight: 600;
}

.hrs-search-cont .hrs-search-cont-btn {
    display: flex;
    justify-content: end;
    margin-bottom: 40px;
}

.hrs-search-cont .hrs-search-cont-btn>a {
    display: block;
    padding: 8px 30px;
    font-size: 15px;
    border-radius: 100px;
}

.hrs-search-cont .hrs-search-cont-box .img-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 16px;
}

.hrs-search-cont .hrs-search-cont-box .img-list>li {
    width: calc((100% - 64px) / 5);
    flex-shrink: 0;
    border: solid 1px #cfcfcf;
    aspect-ratio: 260 / 260;
}

.hrs-search-cont .hrs-search-cont-box .img-list>li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.hrs-search-cont .hrs-search-cont-box .img-list>li a img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease-out;
}

.hrs-search-cont .hrs-search-cont-box .img-list>li:hover>a img {
    transform: scale(1.1);
}

.hrs-search-cont .hrs-search-cont-box .img-list>li a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0),
            rgba(0, 0, 0, 0.5));
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    pointer-events: none;
}

.hrs-search-cont .hrs-search-cont-box .img-list>li a .img-tit {
    position: absolute;
    bottom: 5px;
    left: 10px;
    color: #fff;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    z-index: 3;
}

.hrs-search-cont .pagination {
    margin-top: 40px;
}

.hrs-search-cont .mo-pagination {
    margin-top: 16px;
}

.no-data {
    font-size: 16px;
    color: #666;
}



@media screen and (max-width: 1080px) {
    .sub_body .sub_tab .top_tab_cont .tabs button {
        font-size: 16px;
    }

    .sub_body .sub_tab .tabs_list_cont .tab_section,
    .sub_body .aps_sub_section .aps_sub_inner {
        padding: 45px 0 40px;
    }

    .aps_sub_inner .aps_sub_body {
        margin-top: 30px;
    }

    .sub-item .table-box .aps-table {
        min-width: 880px;
    }

    .sub-item .table-box .aps-table.v-align {
        min-width: auto;
    }

    .sub-item .table-box .aps-table.v-align tr {
        display: flex;
        flex-direction: column;
    }

    .sub-item .table-box .aps-table.v-align th,
    .sub-item .table-box .aps-table.v-align td {
        width: 100%;
        padding: 8px 16px;
        text-align: center;
    }

    .sub-item .sub_tabs_cont .sub-item-cont .aps-his-log .his-log-year {
        width: 180px;
    }

    .sub-item .sub_tabs_cont .sub-item-cont .aps-his-log .his-log-text {
        width: calc(100% - 230px);
    }

    .aps_sub_inner .aps_sub_body .aps-board-wrap .aps-board-search {
        gap: 24px;
        flex-direction: column;
    }

    .search_wrap .search-input .input-box {
        padding: 0 24px;
    }

    .search_wrap .search-input .input-box>input[type="text"] {
        width: calc(100% - 38px);
        font-size: 18px;
    }

    .est-pay-inp-wrap,
    .est-result-box .est-pay-inp-det .est-pay-inp-wrap {
        grid-template-columns: 1fr;
    }

    .est-calc-cont .calc-formula {
        gap: 16px;
    }

    .est-calc-cont .calc-box {
        padding: 20px;
    }

    .est-calc-cont .calc-title {
        font-size: 22px;
    }

    .est-calc-cont .calc-result {
        flex: 1 1 auto;
        min-width: 0;
    }

    .est-calc-cont .calc-result .calc-box {
        width: 100%;
    }

}

@media screen and (max-width: 768px) {
    .dateType::-webkit-calendar-picker-indicator {
        opacity: 0;
    }

    .sub_body .sub_tab .top_tab_cont {
        height: 50px;
    }

    .aps_sub_inner .aps_sub_tit h3 {
        font-size: 28px;
    }

    .aps_sub_inner .aps_sub_body .sub-item-tit {
        font-size: 22px;
    }

    .sub-item .sub_tabs_cont {
        padding: 30px 20px 40px;
    }

    .aps_sub_inner .aps_sub_body .sub-item-tit-sm {
        font-size: 18px;
        padding-left: 32px;
    }

    .aps_sub_inner .aps_sub_body .sub-item-tit-sm::before {
        left: 10px;
    }

    .aps_sub_inner .aps_sub_body .sub-item-tit-xs {
        font-size: 16px;
    }

    .aps_sub_inner .aps_sub_body .sub-item .dot-list p {
        font-size: 15px;
    }

    .sub-item-list {
        padding: 0 10px;
    }

    .sub-item .sub_tabs_cont .sub-item-cont .aps-his-log .his-log-year {
        font-size: 40px;
        width: 140px;
    }

    .sub-item .sub_tabs_cont .sub-item-cont .aps-his-log .his-log-text {
        width: calc(100% - 180px);
    }

    .sub-item .sub_tabs_cont .sub-item-cont .aps-his-log .his-log-text li .his-log-date {
        font-size: 18px;
    }

    .sub-item .sub_tabs_cont .sub-item-cont .aps-his-log .his-log-text li {
        gap: 16px;
        font-size: 15px;
    }

    .sub-item .sub_tabs_cont .sub-item-cont .aps-his-log {
        padding: 30px 24px;
    }

    .sub-item .map .map-popup {
        width: 90%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .full_screen {
        overflow: hidden;
    }

    .full_screen .sub_inner .sub_head {
        height: 0;
        padding: 80px 16px 0;
    }

    .full_screen .sub_inner .sub_head .sub_head_cont,
    .full_screen .aps_sub_inner.sub_full_cont .aps_sub_tit,
    .full_screen footer,
    .full_screen .aps_location .map_search .btn-toggle {
        display: none;
    }

    .full_screen .sub_inner .sub_body {
        transform: translateY(0);
    }

    .full_screen .sub_full_cont {
        padding: 0;
    }

    .full_screen .aps_location {
        margin-top: 0;
        height: calc((var(--vh, 1vh) * 100) - 80px);
    }

    .full_screen .mo_sheet_head {
        display: block;
        touch-action: none;
    }

    .full_screen .aps_location .map_search {
        top: calc(100% - 24px);
        width: 100%;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        padding: 10px 16px 0;
        transition: top 0.3s ease-out;
        will-change: top;
        padding-bottom: env(safe-area-inset-bottom);
    }

    .full_screen .aps_location .map_search.view {
        top: 60px;
        height: calc(100% - 60px);
    }

    .full_screen .aps_location .map_search .logo {
        display: none;
    }

    .search_panel {
        height: calc(100% - 35px);
    }

    .search_panel .search_form_wrap {
        padding: 12px 0 24px;
        border-bottom: none;
        margin-bottom: 0;
    }

    .aps_location .map .map-popup {
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        right: auto !important;
        bottom: auto !important;
        transform: translate(-50%, -50%) !important;
        max-height: 90% !important;
    }

    .aps_sub_inner .aps_sub_body .aps-board-wrap .aps-board-search {
        padding: 20px 24px;
    }

    .aps-board-search .input-group.is-text .input-body {
        gap: 5px;
        flex-direction: column;
    }

    .aps_sub_inner .aps_sub_body .aps-board-wrap .aps-board-search .inputText {
        flex: none;
        width: 100%;
    }

    .aps_sub_inner .aps_sub_body .aps-board-wrap .aps-board-search .selectType,
    .aps_sub_inner .aps_sub_body .aps-board-wrap .aps-board-search .btnGroup,
    .aps_sub_inner .aps_sub_body .aps-board-wrap .aps-board-search .searchBtn {
        min-width: 100%;
        width: 100%;
    }

    table.aps-board-table thead,
    table.aps-board-table .m_none,
    table.aps-board-table colgroup {
        display: none;
    }

    table.aps-board-table td {
        display: block;
        text-align: start;
        border-bottom: none;
        padding: 3px 10px;
        color: #666;
        font-size: 13px;
    }

    table.aps-board-table td.tit {
        color: #000;
        font-size: 15px;
    }

    table.aps-board-table tr {
        display: block;
        border-bottom: solid 1px #cfcfcf;
        padding: 5px 0;
    }

    table.aps-board-table tr.fix {
        background: rgba(236, 243, 248, 0.5);
    }

    .aps-search-cont-title .board-size .total {
        font-size: 14px;
    }

    .aps-search-cont-title .board-size .page {
        font-size: 12px;
    }

    .att_file .file_list .file-info {
        align-items: flex-start;
        flex-direction: column;
        padding: 16px;
    }

    .att_file .file_list .file-info .file-name {
        font-size: 15px;
        width: 100%;
        align-items: flex-start;
        margin-bottom: 10px;
    }

    .att_file .file_list .file-info .aps-btn {
        margin-left: auto;
    }

    .att_file .file_list .file-info .aps-btn a {
        font-size: 15px;
    }

    .aps-img-list li>a {
        flex-direction: column;
        gap: 10px;
        padding: 16px;
    }

    .aps-img-list li>a .img-box {
        margin: 0 auto;
    }

    .aps-img-list li>a .num,
    .aps-img-list li>a .content .desc {
        display: none;
    }

    .key-info {
        font-size: 14px;
    }

    .aps_intro_cont .intro-img {
        width: 100%;
    }

    .hrs-search-cont .hrs-search-cont-box {
        padding: 16px 0 8px;
    }

    .hrs-search-cont .hrs-search-cont-box .img-list>li {
        width: calc((100% - 16px) / 2);
    }

    .hrs-search-cont .hrs-search-cont-btn>a {
        margin: 0 auto;
    }

    .search_wrap .search-input .best-list {
        flex-direction: column;
        gap: 10px;
    }

    .search_wrap .search-input .best-list>p {
        font-size: 16px;
        gap: 5px;
        flex-direction: column;
    }

    .search_wrap .search-input .best-list>p:after {
        transform: rotate(90deg);
    }

    .search_wrap .search-input .best-list>ul {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    .sub_body .sub_tab .tabs_list_cont .tab_section,
    .sub_body .aps_sub_section .aps_sub_inner {
        padding-bottom: 0;
    }

    .aps_intro_cont .btn-down {
        font-size: 16px;
        max-width: 400px;
    }

    .bizAnalysis .intro-img.pc {
        display: none;
    }

    .bizAnalysis .intro-img.mo {
        display: block;
        max-width: 400px;
    }

    .biz_cont .est-pay-info {
        padding: 20px 24px;
        border-radius: 20px;
    }

    .biz_cont .est-pay-info .law {
        display: block;
    }

    .est-pay-inp-wrap .label {
        font-size: 15px;
    }

    .est-pay-inp-wrap li {
        grid-template-columns: minmax(0, 150px) 1fr auto;
    }

    .est-pay-inp-table .btn-del,
    .est-pay-inp-table .btn-add {
        padding: 8px 14px;
    }

    .est-calc-cont .calc-formula {
        flex-direction: column;
        align-items: center;
        gap: 18px;
    }

    .est-calc-cont .calc-left {
        width: 100%;
    }

    .est-calc-cont .calc-result {
        width: 100%;
        flex: 0 1 auto;
    }

    .est-calc-cont .calc-mul {
        margin-top: 6px;
    }

    .est-calc-cont .calc-equal {
        margin: 6px 0;
    }

}

@media screen and (max-width: 480px) {
    .aps_sub_inner .aps_sub_body {
        margin-top: 16px;
    }

    .sub_body .sub_tab .tabs_list_cont,
    .sub_body .aps_sub_section {
        padding: 0 16px;
    }

    .sub_body .sub_tab .top_tab_cont .tabs button {
        padding: 0 16px;
        font-size: 15px;
        width: 50%;
    }

    .aps_sub_inner .aps_sub_tit .aps_sub_3depth .list-box li a {
        font-size: 15px;
    }

    .sub-item .table-box .aps-table th,
    .sub-item .table-box .aps-table td {
        padding: 12px 16px;
        font-size: 15px;
    }

    .sub-item .sub_tabs_cont .sub-item-cont .aps-his-log {
        flex-direction: column;
    }

    .sub-item .sub_tabs_cont .sub-item-cont .aps-his-log .his-log-year {
        border-right: 0;
    }

    .sub-item .sub_tabs_cont .sub-item-cont .aps-his-log .his-log-text {
        width: 100%;
        margin-bottom: 30px;
    }

    .sub-item .sub_tabs_cont .sub-item-cont .aps-his-log .his-log-text:last-child {
        margin-bottom: 0;
    }

    .aps_sub_inner .aps_sub_body .sub-item-tit-sm {
        padding-left: 24px;
    }

    .aps_sub_inner .aps_sub_body .sub-item-tit-sm::before {
        left: 2px;
    }

    .sub-item-list {
        padding: 0;
    }

    .sub-item .sub_tabs button {
        border-radius: 100px;
        font-size: 16px;
        padding: 10px 24px;
        border: solid 1px #cfcfcf;
    }

    .sub-item .sub_tabs {
        margin: 0 0 5px 0;
        flex-wrap: wrap;
    }

    .sub-item .sub_tabs button[aria-selected="true"] {
        border-bottom: solid 1px var(--main_color);
        background-color: var(--sub-bg_color);
    }

    .aps_sub_inner .aps_sub_body .sub-item .map {
        height: 500px;
    }

    .sub_body .sub_tab .top_tab_cont {
        padding: 0 45px;
    }

    .sub-item .map .map-popup {
        height: 90%;
    }

    .sub-item .map .map-popup .btn-cxl {
        font-size: 16px;
        right: calc(50% - 18px);
        width: 36px;
        height: 36px;
    }

    .search_panel .search_form_wrap .filter_group .filter_type>label,
    .search_results_list .result-item .result-toggle>p {
        letter-spacing: -0.5px;
    }

    .aps_location .map .map-popup .btn-cxl {
        right: calc(50% - 15px);
        top: -20px;
    }

    .aps_sub_inner .aps_sub_body .aps-board-wrap .aps-board-search {
        padding: 20px 16px;
    }

    .aps-detail-pub-wrap p {
        padding: 0 10px;
    }

    .att_file {
        padding: 16px;
    }

    .aps-board-detail .detail_head .title {
        font-size: 22px;
        line-height: 1.3;
    }

    .aps-board-detail .detail_head .meta_data span {
        font-size: 13px;
    }

    .aps-img-list li>a .content .tit {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .aps-img-list.video-item li>a .content {
        padding: 16px 0 0;
    }

    .key-info-list {
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .key-info span {
        padding-right: 0;
    }

    .key-info span::after {
        display: none;
    }

    .search_wrap {
        padding: 30px 16px;
        margin: 24px 0;
    }

    .search_wrap .search-input .input-box {
        height: 55px;
        padding: 0 16px;
    }

    .search_wrap .search-input .input-box>input[type="text"] {
        font-size: 17px;
    }

    .aps_intro_cont .btn-down {
        font-size: 14px;
        max-width: 240px;
        padding: 12px 30px;
    }

    .aps_sub_inner .aps_sub_body .est-pay-inp {
        padding: 0 10px;
    }

    .est-pay-inp-wrap li {
        grid-template-columns: minmax(0, 100px) 1fr auto;
        padding: 16px 20px;
    }

    .est-pay-inp-det {
        padding: 16px 10px;
    }

    .est-table th,
    .est-table td {
        padding: 10px 5px;
        font-size: 15px;
    }

    .est-table td .inp-group {
        gap: 5px;
    }

    .est-calc-cont .calc-top {
        flex-direction: column;
        gap: 10px;
    }

    .est-calc-cont .calc-desc {
        font-size: 14px;
    }

    .est-calc-cont .calc-box {
        padding: 16px;
    }

    .est-calc-cont .calc-symbol {
        font-size: 22px;
    }

    .est-calc-cont .calc-mul {
        font-size: 20px;
    }

    .help-tooltip {
        max-width: 180px;
        left: -5px;
    }
}