@charset "utf-8";
/*
(주)파이브센스_FIVESENSES.Corp.
본 라이브러리(소스코드 및 디자인 포함)는 (주)파이브센스의 자산이며, 저작권법 및 부정경쟁방지법에 의해 보호됩니다.
무단 사용, 외부 유출, 복제, 배포, 변형을 금지합니다.
위반 시 민·형사상 법적 책임 및 손해배상 청구 대상이 됩니다.
작성일: 2025-09-19 | 저작권자: (주)파이브센스(520-86-01244) | All Rights Reserved.
*/

/* Top Search */
.list-tsearch {
    border: 1px solid #ddd;
    background: #fafafa;
    padding: 20px 15px 3px;
    margin-bottom: 15px;
}

/* Category */
.list-category .tabs {
    margin-bottom: 20px;
}
.list-category .dropdown {
    margin-bottom: 20px;
}
.list-category .active a,
.list-category .selected a {
    color: crimson;
    font-weight: bold !important;
}

/* 검색창 */
.map_search_wrap {
    background-color: #f9f9f9;
    border-radius: 20px;
    padding: 50px 35px;
}
.map_search_wrap label {
    font-weight: 600;
    line-height: 1em;
}
.map_search_wrap .area_wrap {
    width: 35.976%;
}
.map_search_wrap .area_wrap .search_box > div:first-of-type {
    padding-right: 10px;
}
.map_search_wrap .area_wrap .search_box > div:nth-of-type(2) {
    padding-right: 10px;
}
.map_search_wrap .area_wrap .search_box > div:nth-of-type(3) {
    width: 100px;
}
.map_search_wrap .store_wrap {
    padding-left: 8.054%;
}
.map_search_wrap .search_box select,
.map_search_wrap .search_box input[type="text"] {
    border: none;
    border-radius: 10px;
    height: 55px;
    padding: 0 20px;
    color: #0c0c0c;
}
.map_search_wrap .search_box > div select {
    background-image: url(img/map2_select_arr.png);
}
.map_search_wrap .store_wrap .search_box > div:nth-of-type(2) {
    width: 100px;
}
.map_search_wrap .search_box > div:last-of-type button {
    height: 55px;
    border-radius: 10px;
    background-color: #e8e8e8;
    color: #5d5d5d;
    font-size: 16px;
}

/* 검색 ulli 커스텀 */
.map_search_wrap .search_box > div {
    position: relative;
    float: none !important;
}
.map_search_wrap .search_box > div .select_input {
    cursor: pointer;
}
.select_arr {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #aeaeae;
    pointer-events: none;
    z-index: 1;
}
.wr_drop {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: calc(100% - 10px);
    background: #fff;
    border-radius: 10px;
    padding: 5px;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: none;
}
.wr_drop.on {
    display: block;
}
.wr_drop ul {
    overflow-y: auto;
    max-height: 290px;
    padding-right: 5px;
}
.wr_drop ul::-webkit-scrollbar-corner,
.wr_drop ul::-webkit-scrollbar-button,
.wr_drop ul::-webkit-scrollbar-track {
    background-color: #fff !important;
}
.wr_drop ul::-webkit-scrollbar-thumb {
    background-color: #f5f5f5;
}
.wr_drop li {
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
    color: #5d5d5d;
    border-radius: 8px;
    text-align: center;
}
.wr_drop li:hover {
    background-color: #f5f5f5;
}
.wr_drop li.selected {
    background-color: #f5f5f5;
}

@media (max-width: 991px) {
    .select_arr {
        right: 15px;
    }
    .map_search_wrap {
        border-radius: 12px;
        padding: 28px 20px;
    }
    .map_search_wrap label {
        font-size: 16px;
    }
    .map_search_wrap .area_wrap {
        width: 100%;
    }
    .map_search_wrap .store_wrap {
        padding-left: 0;
        margin-top: 30px;
    }
    .map_search_wrap .search_box {
        overflow: visible;
        display: flex;
    }
    .map_search_wrap .search_box > div {
        display: block;
    }
    .map_search_wrap .search_box select,
    .map_search_wrap .search_box input[type="text"] {
        border-radius: 5px;
        height: 44px;
        padding: 0 10px;
    }
    .map_search_wrap .area_wrap .search_box {
        margin-right: 0;
        display: flex;
    }
    .map_search_wrap .area_wrap .search_box > div:first-of-type,
    .map_search_wrap .area_wrap .search_box > div:nth-of-type(2) {
        width: calc(50% - 30px);
    }
    .map_search_wrap .area_wrap .search_box > div:first-of-type {
        margin-right: 0;
        padding-right: 6px;
    }
    .map_search_wrap .area_wrap .search_box > div:nth-of-type(2) {
        margin-right: 0;
        padding-right: 5px;
    }
    .map_search_wrap .store_wrap .search_box > div:first-of-type {
        padding-right: 5px;
        width: calc(100% - 60px);
    }
    .map_search_wrap .area_wrap .search_box > div:nth-of-type(3),
    .map_search_wrap .store_wrap .search_box > div:nth-of-type(2) {
        width: 70px;
        margin-top: 0;
    }
    .map_search_wrap .search_box > div:last-of-type button {
        border-radius: 5px;
        height: 44px;
        font-size: 15px;
    }

    .wr_drop {
        width: calc(100% - 5px);
        background: #fff;
        border-radius: 5px;
        padding: 6px;
        border: 1px solid #e1e1e1;
    }
    .wr_drop ul {
        padding-right: 0;
    }
    .wr_drop ul::-webkit-scrollbar {
        width: 0;
    }
    .wr_drop li {
        padding: 12px 10px;
        font-size: 13px;
        border-radius: 5px;
    }
}

/* List */
.list-wrap {
    width: 100%;
}
.list-admin {
    text-align: center;
    margin: 15px 0px;
}
.list-btn .sort-drop {
    min-width: 120px !important;
    left: auto !important;
    right: 0px !important;
}
.list-btn .sort-drop .sort a {
    color: crimson !important;
    font-weight: bold !important;
}
.is-pc .ko .list-btn .sort-drop {
    font-size: 12px;
}

/* 2025-09-19 (주)파이브센스_FIVESENSES.Corp. */
.board-list.map2 .list-board {
    border-top: 1px solid transparent;
    min-height: 706px;
}
.board-list.map2 .list-board .list-body {
    position: relative;
}
.board-list.map2 .list-board .list-body::before {
    content: "";
    z-index: 1;
    display: block;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #e1e1e1;
    position: absolute;
    top: 0;
    left: 10px;
}
.board-list.map2 .list-board.first .list-body::before {
    background-color: transparent;
}
.board-list.map2 .list-board .list-body li {
    border-bottom: 1px solid transparent;
    position: relative;
}
.board-list.map2 .list-board .list-body li::after {
    content: "";
    display: block;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #e1e1e1;
    position: absolute;
    bottom: 0;
    left: 10px;
}
.board-list.map2 .list-board .list-body li.on::after,
.board-list.map2 .list-board .list-body li:hover::after,
.board-list.map2 .list-board .list-body li.no_border::after {
    background-color: transparent;
}
.board-list.map2 .list-board .list-body li.on,
.board-list.map2 .list-board .list-body li:hover {
    background-color: #f9f9f9 !important;
    border-radius: 20px;
    border-color: transparent;
}
.board-list.map2 .list-board .list-body li:hover .wr-subject .store_info a.wr_subject {
    color: #0c0c0c;
}
.board-list.map2 .list-board .list-body li:hover .wr-subject .store_info p span.bold {
    color: #0c0c0c;
}
.board-list.map2 .list-board .list-body li:hover .wr-subject .store_info p {
    color: #5d5d5d;
}
.board-list.map2 .list-board .list-body .wr-subject {
    padding-left: 20px;
}
.board-list.map2 .list-board.admin_list .list-body .wr-subject {
    padding-left: 0;
}
.board-list.map2 .list-board .list-body .wr-subject > a {
    width: 60px;
}
/* 2025-09-25 (주)파이브센스_FIVESENSES.Corp. */
/* .board-list.map2 .list-board .list-body .wr-subject a .map_marker{background-image: url(img/mapB_marker_off.png); width: 60px; height: 60px; border: 1px solid #f9f9f9; background-color: #f9f9f9;} */
.board-list.map2 .list-board .list-body .wr-subject a .map_marker {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 96 960 960'%3E%3Cpath d='M480 936q-118-106-179-196.5T240 576q0-100 70-170t170-70q100 0 170 70t70 170q0 83-61 173.5T480 936Z' fill='%23CDCDCD'/%3E%3Ccircle cx='480' cy='576' r='100' fill='%23ffffff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 42px;
    background-position-y: 4px;
    width: 60px;
    height: 60px;
    border: 1px solid #f9f9f9;
    background-color: #f9f9f9;
}
/* .board-list.map2 .list-board .list-body li:hover .wr-subject a .map_marker,
.board-list.map2 .list-board .list-body .wr-subject a .map_marker.on{background-image: url(img/mapB_marker_on.png); border-color: #fff; background-color: #fff;} */
.board-list.map2 .list-board .list-body li:hover .wr-subject a .map_marker,
.board-list.map2 .list-board .list-body .wr-subject a .map_marker.on {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 96 960 960'%3E%3Cpath d='M480 936q-118-106-179-196.5T240 576q0-100 70-170t170-70q100 0 170 70t70 170q0 83-61 173.5T480 936Z' fill='%236eb92c'/%3E%3Ccircle cx='480' cy='576' r='100' fill='%23ffffff'/%3E%3C/svg%3E");
    border-color: #fff;
    background-color: #fff;
}
.board-list.map2 .list-board .list-body .wr-subject .store_info {
    padding-left: 34px;
}
.board-list.map2 .list-board .list-body .wr-subject .store_info h3 {
    font-weight: 600;
}
.board-list.map2 .list-board .list-body .wr-subject .store_info p span.bold {
    color: var(--main-box-font-color);
    width: 50px;
    display: inline-block;
}

.list-wrap .tack-check input {
    display: none;
}
.list-wrap .tack-check input + label span {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
}
.list-wrap .tack-check input + label:hover span {
    border: 1px solid var(--main-btn-line-point-color);
    background-color: #f1f5ff;
}
.list-wrap .tack-check input:checked + label span {
    border: 1px solid var(--main-btn-line-point-color);
    background: url(img/checkbox.png) center / 18px 18px no-repeat;
    background-color: var(--main-btn-point-color);
}

@media (max-width: 991px) {
    .board-list.map2 .list-wrap {
        margin-top: 28px;
    }
    .board-list.map2 .list-board {
        min-height: auto;
    }
    .board-list.map2 .list-board .list-body::before,
    .board-list.map2 .list-board .list-body li::after {
        width: 100%;
        left: 0;
    }
    .board-list.map2 .list-board .list-body li.on,
    .board-list.map2 .list-board .list-body li:hover {
        border-radius: 10px;
    }

    .board-list.map2 .list-board .list-body .wr-subject {
        padding: 24px 15px 20px;
    }
    .board-list.map2 .list-board .list-body .wr-subject > a {
        width: 58px;
    }
    /* 2025-09-25 (주)파이브센스_FIVESENSES.Corp. */
    /* .board-list.map2 .list-board .list-body .wr-subject a .map_marker{background-image: url(img/m_mapB_marker_off.png); width: 50px; height: 50px; background-size: 14px 19px;}
    .board-list.map2 .list-board .list-body li:hover .wr-subject a .map_marker,
    .board-list.map2 .list-board .list-body .wr-subject a .map_marker.on{background-image: url(img/m_mapB_marker_on.png);} */
    .board-list.map2 .list-board .list-body .wr-subject a .map_marker {
        width: 58px;
        height: 58px;
        background-size: 36px;
        background-position-y: 8px;
    }
    .board-list.map2 .list-board .list-body .wr-subject .store_info {
        padding-left: 30px;
    }
    .board-list.map2 .list-board .list-body .wr-subject .store_info h3 {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .board-list.map2 .list-board .list-body .wr-subject .store_info p {
        font-size: 13px;
        line-height: 20px;
    }
    .board-list.map2 .list-board .list-body .wr-subject .store_info p span.bold {
        font-size: 13px;
        width: 34px;
    }
}

@media (max-width: 768px) {
    .list-wrap .tack-check input + label span {
        border-radius: 2px;
        width: 13px;
        height: 13px;
    }
    .list-wrap .tack-check input:checked + label span {
        background-image: url(img/m_checkbox.png);
        background-size: 13px 13px;
    }
}

/* Page */
.list-wrap .pagination a,
.view-wrap .pagination a {
    color: #333 !important;
}
.list-wrap .pagination .active a,
.view-wrap .pagination .active a {
    color: #fff !important;
    background: #444 !important;
    border-color: #444 !important;
}

/* View */
.view-wrap {
    width: 100%;
    overflow: hidden;
}
.view-wrap.view-modal {
    padding: 5px;
    margin: 0px;
}
.view-btn {
    margin: 0px 0px 30px;
}
.view-btn i {
    margin-right: 2px;
}

/* Write */
.write-wrap {
    width: 100%;
    overflow: hidden;
}

@media all and (max-width: 460px) {
    .responsive .view-btn i {
        margin-right: 0px;
    }
}

/* 관리자 버튼 */
.page-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.board-list.map2 .list-wrap .list-page {
    margin: 0 !important;
}
.map_list_wrap .list-btn-box {
    margin: 0;
    margin-top: -11px;
}
.list-btn-box .pull-right {
    float: none !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
    margin-top: 15px;
}
.list_head .list-btn-box .pull-right {
    justify-content: flex-start;
}
.list-admin {
    margin: 0;
}
.list-admin .btn-group {
    display: flex;
    padding-right: 10px;
}
.list-admin .btn-group .btn {
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 5px !important;
    padding: 8px;
    color: #5d5d5d !important;
    font-size: 13px;
    line-height: 1em;
    margin-left: 5px;
    transition: 0.2s;
}
.list-admin .btn-group .btn i {
    display: none;
}
.map2 .page-btn-wrap .list-btn {
    margin-top: 0;
    padding-right: 10px;
}
.map2 .page-btn-wrap .list-btn .form-group {
    margin-top: 30px;
    margin-bottom: 40px;
}
.map2 .list-btn .sort_btn.btn {
    background-color: #e8e8e8;
    border: 1px solid #e8e8e8;
    border-radius: 5px !important;
    padding: 7.5px 9.5px;
    color: #5d5d5d !important;
    font-size: 13px;
    line-height: 1em;
    transition: 0.2s;
}
.map2 .list-btn .sort_btn.btn:hover {
    background-color: #0c0c0c;
    border: 1px solid #0c0c0c;
    color: #fff !important;
}

@media (max-width: 991px) {
    .map_list_wrap .list-btn-box {
        margin-top: 0;
    }
    .list-admin .pull-right {
        float: none !important;
        margin-top: 15px;
        margin-bottom: 0;
    }
    .list-admin .btn-group {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        flex-wrap: wrap;
        gap: 5px;
    }
    .list-admin .btn-group .btn {
        float: none;
        margin: 0;
        border-radius: 2.5px !important;
        padding: 7px;
    }
    .list-admin .btn-group .btn.sort_btn {
        background-color: #0c0c0c;
        border-color: #0c0c0c;
        color: #fff !important;
    }
}

/* 페이지네이션 */
.map_list_wrap .list-page {
    margin: 0 !important;
}
.text-center .pagination {
    margin-top: 30px !important;
    margin-bottom: 40px !important;
}
.text-center .pagination li a,
.text-center .pagination li span,
.text-center .pagination li a,
.text-center .pagination li span {
    border: 1px solid #fff !important;
    border-radius: 7px !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    min-width: 32px;
    padding: 0 5px;
    margin: 0 1px;
    background-color: #fff !important;
    transition: 0.2s;
}
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus,
.text-center .pagination li a:hover,
.pagination > li > a:hover,
.text-center .pagination li span:hover,
.text-center .pagination li a:hover,
.text-center .pagination li span:hover {
    border: 1px solid #f5f5f5 !important;
    background-color: #f5f5f5 !important;
}
.text-center .pagination li:first-child a,
.text-center .pagination li:first-child a {
    margin-right: 14px;
    height: 32px;
}
.text-center .pagination li:last-child a,
.text-center .pagination li:last-child a {
    margin-left: 14px;
    height: 32px;
}
#viewcomment .text-center .pagination > .active > a,
.text-center .pagination li.active a,
.text-center .pagination li.active a:hover,
.board-list .list-wrap .pagination .active a,
.text-center .pagination li.active a {
    color: #fff !important;
    background-color: #6eb92c !important;
    border: 1px solid #6eb92c !important;
    font-weight: 600;
}
.text-center .pagination li:first-child a i,
.text-center .pagination li:first-child a i,
.text-center .pagination li:last-child a i,
.text-center .pagination li:last-child a i {
    color: #545454;
    font-size: 24px !important;
    line-height: 28px !important;
}
.text-center .pagination li:first-child a i::before,
.text-center .pagination li:first-child a i::before {
    content: "\f104";
}
.text-center .pagination li:last-child a i::before,
.text-center .pagination li:last-child a i::before {
    content: "\f105";
}
.text-center .pagination li:nth-of-type(2) a {
    display: none;
}
.text-center .pagination li:nth-last-of-type(2) a i {
    position: relative;
    top: -4px;
}
.text-center .pagination li:nth-last-of-type(2) a i::before {
    display: none;
}
.text-center .pagination li:nth-last-of-type(2) a i::after {
    content: "";
    display: block;
    width: 13px;
    height: 3px;
    background: url(/img/dot_icon.png) center / 13px 3px no-repeat;
}

@media (max-width: 991px) {
    .map2 .pagination li a {
        width: auto !important;
    }
    .text-center .pagination {
        margin-top: 40px !important;
    }
    .text-center .pagination li a,
    .text-center .pagination li span,
    .text-center .pagination li a,
    .text-center .pagination li span {
        border-radius: 5px !important;
        font-size: 13px;
        line-height: 23px;
        min-width: 25px;
        padding: 0 5px;
        margin: 0 1px;
        transition: 0.2s;
    }
    .text-center .pagination li:first-child a,
    .text-center .pagination li:first-child a {
        margin-right: 14px;
        height: 25px;
    }
    .text-center .pagination li:last-child a,
    .text-center .pagination li:last-child a {
        margin-left: 14px;
        height: 25px;
    }
    .text-center .pagination li:first-child a i,
    .text-center .pagination li:first-child a i,
    .text-center .pagination li:last-child a i,
    .text-center .pagination li:last-child a i {
        color: #545454;
        font-size: 20px !important;
        line-height: 20px !important;
    }
    .text-center .pagination li:first-child a i::before,
    .text-center .pagination li:first-child a i::before,
    .text-center .pagination li:last-child a i::before,
    .text-center .pagination li:last-child a i::before {
        display: block !important;
    }
}
