/* BASIC css start */
.list_group {display:flex; gap:8px; padding:6px 16px;}
.list_group select {flex:1; height:32px; border-radius:2px; border-color:#ddd; -webkit-appearance: none; background:url(/design/khk31712/img/mo/sel_arrow.svg)no-repeat 95% center;}

.list_array {height:48px; margin:0; padding:0 16px; border:none;}
.list_array .list_arrayLeft {font-size: 14px; font-weight: 700;}
.list_array .list_arrayRight {display:flex; align-items:center; }
.list_array .list_arrayRight .sort {border-left: 1px solid #999; margin-left: 12px; padding-left: 12px;}
.list_array .list_arrayRight .sort select {height:17px; border:none; padding:0; font-size:14px; font-weight:500; -webkit-appearance: none; margin-left:3px;}
.list_array .list_arrayRight img {margin:0;}

/* 상품 */
.product_wrap {background: linear-gradient(180deg, #FFFFFF 0%, #F2F2F2 10%);}

/* list type */
.prdCont.listType .prd_wrap ul .prd_list {width: 100%; margin-right: 0; margin-bottom: 8px; display: flex; align-items: center; border-radius:10px; overflow:hidden;}
.prdCont.listType .prd_wrap ul .prd_list .thumb {width: 48.8%;}
.prdCont.listType .prd_wrap ul .prd_list .prd_info {flex:1; padding-left:8px; box-sizing:border-box;}
.prdCont.listType .prd_wrap ul .prd_list .thumb img {border-radius:0;}
.prdCont.listType .prd_wrap ul .prd_list .prd_info .prd_name {max-width:45vw;}
.prdCont.listType .prd_wrap ul .prd_list .prd_info .prd_name a {margin-bottom:6px;}

/* gallery type */
.prdCont.galleryType .prd_wrap ul .prd_list {border-radius:10px; overflow:hidden;}
.prdCont.galleryType .prd_wrap ul .prd_list .thumb img {border-radius:0;}
.prdCont.galleryType .prd_wrap ul .prd_list .prd_info {padding:8px 8px 13px; box-sizing:border-box;}

/* paging */
.paging {margin:0; padding:24px 0 40px;}
/* BASIC css end */

