@charset "utf-8";

.search-box { border:1px solid #ddd; background:#fafafa; padding:20px 15px 3px; margin-bottom:15px; }
.label-sp { margin-right:10px; }
@media all and (max-width:767px) {
	.responsive .search-btn { margin-top:15px }
}
/* 2024-08-29 (주)파이브센스_FIVESENSES.Corp. */

/* List */
.list-page { margin:30px 0px 0px; }
.list-none { padding-top:150px; padding-bottom:150px; text-align:center; background-color: transparent; border: none; box-shadow: none;}

.shop-search .item-wrap { overflow:hidden; line-height:20px; display: flex; flex-wrap : wrap; align-items: flex-start;}
/* .shop-search .item-row { float:left; overflow:hidden; } */
.shop-search .item-row {overflow: hidden;}
.shop-search .item-row + .item-row {margin-top: 0;}
.shop-search .item-list { overflow:hidden; border:1px solid #ddd; }
.shop-search .item-image { position:relative; overflow:hidden; margin:0px; }
.shop-search .item-img { position:relative; overflow:hidden; max-height:360px; }
.shop-search .item-img .wr-img { width:100%; height:auto; }
.shop-search .item-icon { position:absolute; left:0px; top:10px; line-height:1px; z-index:1; }
.shop-search .item-content { overflow:hidden; padding:10px 15px 0px; }
.shop-search .item-content strong { font-size:14px; letter-spacing:-1px; padding-right:1px; }
.shop-search .item-content .item-desc { font-size:12px; color:#888; margin-top:4px; }
.shop-search .item-cur-price { font-size:13px; padding:0px 15px; line-height:16px; height:16px; margin-top:6px; text-align:right; }
.shop-search .item-price { font-size:15px; padding:0px 15px 10px; line-height:22px; }
/* .shop-search .item-info { text-align:center; font-size:15px; padding:8px 15px; padding-right:5px; line-height:24px; border-top:1px solid #eee; background:#fafafa; } */
.shop-search .item-info {font-size:13px; padding-right:5px; line-height:1em; }
.shop-search .item-info span { display:inline-block; }
.shop-search .item-info span i { margin-right:2px; }
.shop-search .item-info span.item-star i { margin-right:0px; }

.shop-search .item-point { position:absolute; left:0; bottom:0; z-index:1; margin:0px !important; padding:4px 6px 4px 15px !important; line-height:1 !important;}
.shop-search .item-point span { letter-spacing:0; }

@media (max-width:480px) { 
	.responsive .shop-search.xs-2 .item-price .font-18 { font-size: 15px; }
	.responsive .shop-search.xs-2 .item-info { font-size: 13px; }
}

#item_search .item-row {
    border-bottom: none;
}

#item_search .est_btn_box {
    width: 100%;
    height: 100%;
    margin-top: 15px;
}

#item_search .est_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 37px;
    border: 1px solid #0855c7;
    border-radius: 5px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #0855c7;
    background: transparent;
    transition: all .3s ease-in-out;
}

#item_search .est_btn:hover {
    color: #fff;
    background: #0855c7;
}

@media (max-width:991px) {
    #item_search .est_btn {
        height: 33px;
        border-radius: 3px;
        font-size: 12px;
    }
}