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

.list-board {
    margin-bottom: 15px;
}

/* Icon */
.list-board .wr-text {
    font-family: dotum;
    font-size: 11px;
    letter-spacing: -1px;
    line-height: 11px;
    font-weight: normal;
}
.list-board .wr-icon {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: left top;
}
.list-board .wr-notice {
    width: 37px;
    height: 19px;
    background-image: url("../../img/icon_notice.gif");
}
.list-board .wr-new {
    width: 12px;
    height: 12px;
    background-image: url("../../img/icon_new.gif");
}
.list-board .wr-secret {
    width: 12px;
    height: 12px;
    background-image: url("../../img/icon_secret.gif");
}
.list-board .wr-hot {
    width: 12px;
    height: 12px;
    background-image: url("../../img/icon_hot.gif");
}
.list-board .wr-video {
    width: 12px;
    height: 12px;
    background-image: url("../../img/icon_video.gif");
}
.list-board .wr-image {
    width: 12px;
    height: 12px;
    background-image: url("../../img/icon_image.gif");
}
.list-board .wr-file {
    width: 12px;
    height: 12px;
    background-image: url("../../img/icon_file.gif");
}
.list-board .wr-vicon {
    position: absolute;
    left: 4px;
    bottom: 3px;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    z-index: 1;
}

/* Width */
.list-board .wr-chk {
    width: 58px;
}
.list-board .wr-num {
    width: 60px;
}
.list-board .wr-thumb {
    width: 60px;
}
.list-board .wr-category {
    width: 80px;
}
.list-board .wr-name {
    width: 120px;
}
.list-board .wr-date {
    width: 90px;
}
.list-board .wr-hit {
    width: 60px;
}
.list-board .wr-down {
    width: 50px;
}
.list-board .wr-visit {
    width: 50px;
}
.list-board .wr-good {
    width: 50px;
}
.list-board .wr-nogood {
    width: 50px;
}
.list-board .wr-none {
    padding: 50px 0px;
    text-align: center;
    color: #888;
}
.list-board .wr-comment {
    margin: 0px 10px;
}
.list-board .wr-hidden {
    display: none;
}

/* List */
.list-board .list-body {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.list-board .list-body li {
    border-bottom: 1px solid #ddd;
    display: table;
    width: 100%;
    table-layout: fixed;
    cursor: pointer;
}
.list-board .list-body li:hover {
    color: #000;
    background-color: #f8f8f8;
}
.list-board .list-body li > div {
    display: table-cell;
    height: 34px;
    line-height: 22px;
    padding: 6px 0px;
    text-align: center;
    color: #666;
    vertical-align: middle;
}
.list-board .list-body .wr-subject {
    padding-left: 10px;
    text-align: left;
}
.list-board .list-body .wr-subject .item-subject {
    display: block;
    word-break: break-all;
}
.list-board .list-body .wr-name {
    text-align: left;
    padding-left: 10px;
    font-weight: bold;
}
.list-board .list-body .wr-name a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}
.list-board .list-body .thumb-img {
    position: relative;
    width: 46px;
    height: 46px;
    margin: 0px auto;
}
.list-board .list-body .thumb-icon {
    position: relative;
    width: 46px;
    height: 46px;
    display: table;
    margin: 0px auto;
}
.list-board .list-body .thumb-icon a {
    display: table-cell;
    width: 1%;
    background: #eee;
    color: #fff;
    vertical-align: middle;
    font-size: 30px;
}
.list-board .list-body .thumb-icon img {
    width: 46px;
    height: 46px;
    margin: 0px auto;
}

@media all and (max-width: 768px) {
    .list-board .wr-chk {
        width: 50px;
    }
    .responsive .list-board .wr-hidden {
        display: inline-block !important;
    }
    .responsive .list-board .item-subject {
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        overflow: hidden;
    }
    .responsive .list-board .item-details {
        margin-right: -15px;
    }
    .responsive .list-board .item-details > span {
        margin-right: 15px;
        font-weight: normal;
    }
    .responsive .list-board .item-details > span:last-child {
        margin-right: 0px;
    }
}

/* 지도 아이콘 강제수정 */
#map div[style*="width: 106px"][style*="height: 32px"] button[title="지도"] {
    background: url(../../img/control_left.png) -2px -2px no-repeat !important;
}
#map div[style*="width: 106px"][style*="height: 32px"] button[title="스카이뷰"] {
    background: url(../../img/control_left.png) -44px -2px no-repeat !important;
}
#map div[style*="width: 106px"][style*="height: 32px"].sky button[title="지도"] {
    background: url(../../img/control_right.png) -2px -2px no-repeat !important;
}
#map div[style*="width: 106px"][style*="height: 32px"].sky button[title="스카이뷰"] {
    background: url(../../img/control_right.png) -44px -2px no-repeat !important;
}

@media all and (max-width: 991px) {
    #map div[style*="width: 106px"][style*="height: 32px"] button[title="지도"] {
        width: 46px !important;
        height: 29px !important;
        background: url(../../img/m_control_left.png) 1px 0 no-repeat !important;
        background-size: auto 100% !important;
    }
    #map div[style*="width: 106px"][style*="height: 32px"] button[title="스카이뷰"] {
        width: 72px !important;
        height: 29px !important;
        background: url(../../img/m_control_left.png) -45px 0 no-repeat !important;
        background-size: auto 100% !important;
    }
    #map div[style*="width: 106px"][style*="height: 32px"].sky button[title="지도"] {
        background: url(../../img/m_control_right.png) 1px 0 no-repeat !important;
        background-size: auto 100% !important;
    }
    #map div[style*="width: 106px"][style*="height: 32px"].sky button[title="스카이뷰"] {
        background: url(../../img/m_control_right.png) -45px 0 no-repeat !important;
        background-size: auto 100% !important;
    }
}

/* 지도 확대축소 */
#map div[style*="float: left"][style*="transition: height, margin 0.1s"] {
    background: #fff !important;
    padding: 10px 0 !important;
}
#map div[style*="float: left"][style*="transition: height, margin 0.1s"] > div {
    width: 40px !important;
    height: 110px !important;
}
#map div[style*="width: 32px"][style*="border-radius: 3px"] button[title="확대"] {
    background-position: -68px 3px !important;
    border-radius: 7px 7px 0 0 !important;
    width: 40px !important;
    height: 40px !important;
}
#map div[style*="width: 32px"][style*="border-radius: 3px"] button[title="축소"] {
    background-position: -68px -28px !important;
    border-radius: 0 0 7px 7px !important;
    width: 40px !important;
    height: 40px !important;
}

@media all and (max-width: 991px) {
    #map div[style*="float: left"][style*="transition: height, margin 0.1s"] > div {
        width: 38px !important;
        height: 102px !important;
    }
    #map div[style*="width: 32px"][style*="border-radius: 3px"] button[title="확대"] {
        background-position: -69px 3px !important;
        border-radius: 5px 5px 0 0 !important;
        width: 38px !important;
        height: 38px !important;
    }
    #map div[style*="width: 32px"][style*="border-radius: 3px"] button[title="축소"] {
        background-position: -69px -28px !important;
        border-radius: 0 0 5px 5px !important;
        width: 38px !important;
        height: 38px !important;
    }
}

/* 매장 없음 */
.list-board .no_data_cell {
    padding: 200px 0px;
    text-align: center;
    color: #999;
    font-size: 18px;
    font-weight: 500;
    line-height: 1em;
}
.list-board .no_data_cell .blank_icon {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../../img/blank_icon.png);
    background-size: 50px 50px;
    margin: 0 auto 28px;
}

@media all and (max-width: 768px) {
    .list-board .no_data_cell {
        padding: 150px 0px;
        font-size: 14px;
    }
    .list-board .no_data_cell .blank_icon {
        width: 33px;
        height: 33px;
        background-image: url(../../img/m_blank_icon.png);
        background-size: 33px 33px;
        margin: 0 auto 13px;
    }
}
