/* BASIC css start */
/* =========================================
   2026 TAVALON PC
   STORE INFO
   ±âÁ¸ ±¸Á¶ À¯Áö + ÃÖ¼Ò µðÀÚÀÎ Á¤¸®
========================================= */

#storeInfo {
    color: #222;
    font-family: "Noto Sans KR", sans-serif;
}


/* =========================================
   TITLE
========================================= */

#storeInfo .tit-page-2 h2 {
    color: #222;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 600;
    letter-spacing: -0.8px;
}

#storeInfo .tit-page-2 span {
    margin-left: 12px;
    color: #888;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.2px;
}


/* =========================================
   STORE WRAP
========================================= */

#storeInfo .store-wrap {
    display: flex;
    margin-top: 20px;
    border: 1px solid #ddd;
    background: #fff;
}


/* =========================================
   STORE INFO
========================================= */

#storeInfo .store-wrap .store-info {
    width: 330px;
    background: #fff;
}


/* =========================================
   SEARCH
========================================= */

#storeInfo .store-wrap .store-info .search-box {
    position: relative;
    padding: 10px;
    background: #f7f7f7;
    border-bottom: 1px solid #ddd;
}

#storeInfo .store-wrap .store-info .search-box input {
    width: 100%;
    height: 49px;
    padding: 0 50px 0 15px;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    background: #fff;
    color: #222;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 13px;
    outline: none;
}

#storeInfo .store-wrap .store-info .search-box input:focus {
    border-color: #999;
}

#storeInfo .store-wrap .store-info .search-box input[type="text"]::placeholder {
    color: #aaa;
}

#storeInfo .store-wrap .store-info .search-box .btn-search {
    position: absolute;
    right: 18px;
    top: 12px;
    width: 30px;
    height: 40px;
    text-indent: -9999em;
    background: url(//image.makeshop.co.kr/makeshop/d3/basic_simple/common/btn_search.gif) 0 0 no-repeat;
}


/* =========================================
   STORE LIST
========================================= */

#storeInfo .store-wrap .store-info .store-list {
    height: 700px;
    padding: 10px;
    overflow-y: scroll;
    box-sizing: border-box;
}


/* scroll */
#storeInfo .store-wrap .store-info .store-list::-webkit-scrollbar {
    width: 5px;
}

#storeInfo .store-wrap .store-info .store-list::-webkit-scrollbar-thumb {
    height: 30%;
    background: #c1c1c1;
    border-radius: 10px;
}

#storeInfo .store-wrap .store-info .store-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* =========================================
   COUNT
========================================= */

#storeInfo .store-wrap .store-info .store-list .count {
    padding: 10px 0 18px;
    color: #777;
    font-size: 13px;
    font-weight: 400;
}


/* =========================================
   STORE ITEM
========================================= */

#storeInfo .store-wrap .store-info .store-list ul li {
    margin-bottom: 10px;
    padding: 20px 20px 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    box-sizing: border-box;
    cursor: pointer;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease;
}

#storeInfo .store-wrap .store-info .store-list ul li:hover {
    border-color: #aaa;
}

#storeInfo .store-wrap .store-info .store-list ul li.on {
    border: 2px solid #222;
}


/* =========================================
   ICON
========================================= */

#storeInfo .store-wrap .store-info .store-list .icon {
    display: inline-block;
    margin-bottom: 15px;
    padding: 4px 8px 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    line-height: 1.4;
}

#storeInfo .store-wrap .store-info .store-list .icon.ico-bl {
    background: #222;
    border: 1px solid #222;
}

#storeInfo .store-wrap .store-info .store-list .icon.ico-wh {
    background: #fff;
    border: 1px solid #777;
    color: #666;
}


/* =========================================
   STORE NAME
========================================= */

#storeInfo .store-wrap .store-info .store-list .store-name {
    margin-bottom: 15px;
    color: #222;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: -0.5px;
}


/* =========================================
   ADDRESS / TEL
========================================= */

#storeInfo .store-wrap .store-info .store-list p {
    padding-bottom: 10px;
    color: #6d6d6d;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: -0.2px;
}

#storeInfo .store-wrap .store-info .store-list p.address {
    word-break: keep-all;
}

#storeInfo .store-wrap .store-info .store-list p.tel {
    padding-left: 19px;
    color: #6d6d6d;
    background: url(/images/common/icon_store_tel.png) 0 0 no-repeat;
}


/* =========================================
   DETAIL / HOURS
========================================= */

#storeInfo .store-wrap .store-info .store-list dl {
    margin-bottom: 5px;
    cursor: pointer;
}

#storeInfo .store-wrap .store-info .store-list dl::after {
    content: "";
    display: table;
    clear: both;
}

#storeInfo .store-wrap .store-info .store-list dl.active dt + dd {
    padding-right: 25px;
    background: url(/images/common/icon_store_arrow_down.png) right top no-repeat;
    content: "";
}

#storeInfo .store-wrap .store-info .store-list dl.active.on dt + dd {
    padding-right: 25px;
    background: url(/images/common/icon_store_arrow_up.png) right top no-repeat;
    content: "";
}

#storeInfo .store-wrap .store-info .store-list dl dt + dd {
    display: inline-block;
    margin-left: 11px;
}

#storeInfo .store-wrap .store-info .store-list dt {
    float: left;
    width: 50px;
    margin-bottom: 3px;
    padding-left: 19px;
    color: #6d6d6d;
    font-size: 12px;
    line-height: 17px;
}

#storeInfo .store-wrap .store-info .store-list dt.hours {
    background: url(/images/common/icon_store_time.png) 0 0 no-repeat;
}

#storeInfo .store-wrap .store-info .store-list dd {
    display: none;
    max-width: 180px;
    margin: 0 0 3px 80px;
    color: #6d6d6d;
    font-size: 12px;
    line-height: 17px;
}


/* =========================================
   HOURS HIDDEN
   ±âÁ¸ ºñ³ëÃâ À¯Áö
========================================= */

#storeInfo .store-wrap .store-info .store-list dt.hours,
#storeInfo .store-wrap .store-info .store-list dt.hours + dd {
    display: none !important;
}


/* =========================================
   NO DATA
========================================= */

#storeInfo .store-wrap .store-info .store-list .no-data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 700px;
    color: #999;
    font-size: 13px;
}


/* =========================================
   MAP
========================================= */

#storeInfo .store-wrap .map-area {
    width: 780px;
    border-left: 1px solid #ddd;
}
/* BASIC css end */

