@charset "utf-8";
/* ==== 회원가입 ==== */
.trxIptWrp .c_blue {
    display: block;
    width: 100%;
    color: #ef4d4d;
    font-size: 14px;
    margin-top: 5px;
}



.goods_prd_item2 .goods_prd_content .goods_info_list li.prd_name {
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
}


/* ===== 검색결과 ==== */
.no_results > b {
    font-weight: 400;
    color: #110252;
}

.goods_search_content .goods_list_box  {
    margin-bottom: 50px;
}
.list_gallery .boardlist .goods_gallery_ul li .goods_gallery_img a {
    display: block;
}
.list_gallery .boardlist .goods_gallery_ul li .goods_gallery_img a img {
    display: block;
}
/* .list_gallery .boardlist .goods_gallery_ul li .goods_gallery_img a {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}
.list_gallery .boardlist .goods_gallery_ul li .goods_gallery_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
} */

.goods_search .gdsLst {
    padding-top: 30px;
    position: relative;
}
.goods_search .gdsLst::before {
    content: "";
    display: block;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    top: 0;
    left: 15px;
}