@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 }
}
.shop_container.shop_basic {
	overflow: visible;
}
.shop_container .label-cap {
    display: none;
}
/* 검색 리스트 > 노출순 */
.shop_search .list_sort {
    border: none;
    padding: 0;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.shop_search .list_sort::before,
.shop_search .list_sort::after {
    display: none;
}
.shop_search .list_sort .left_sort {
    color: var(--main-box-font-color);
    font-weight: 400;
	margin-bottom: 0;
	font-size: 13px;
}
.shop_search .list_sort .left_sort span {
    color: var(--main-box-font-color);
    font-size: 13px;
    font-weight: 600;
}
.shop_search .list_sort .right_sort > a {
    color: var(--main-box-font-color3);
    font-size: 14px;
    position: relative;
    padding: 0 8px;
}
.shop_search .list_sort .right_sort > a::before {
    content: "";
    background-color: #dcdcdc;
    width: 1px;
    height: 13px;
    position: absolute;
    top: 53%;
    left: -2px;
    transform: translateY(-50%);
}
.shop_search .list_sort .right_sort > a:first-child::before {
    display: none;
}
.shop_search .list_sort .right_sort > a:last-child {
    padding-right: 0;
}
.shop_search .list_sort .right_sort > a.on {
    color: var(--main-btn-font-point-color);
}
.shop_search .list_sort::after,
.shop_search .list_sort::before {
	display: none;
}
.shop_search .dropdown #sortLabel {
	padding: 0 0 0 11.5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--main-box-font-color2) !important;
	font-size: 14px;
	font-weight: 400;
	background-color: transparent;
	border: none;
}
.shop_search .dropdown .caret {
	width: 9.5px;
	height: 5.5px;
	border: none;
	position: relative;
	margin-left: 4px;
}
.shop_search .dropdown .caret::before {
	content: "";
	display: block;
	width: 6.5px;
	height: 1px;
	background-color: var(--main-box-font-color2);
	position: absolute;
	top: 50%;
	left: -1px;
	transform: translateY(-50%) rotate(45deg);
}
.shop_search .dropdown .caret::after {
	content: "";
	display: block;
	width: 6.5px;
	height: 1px;
	background-color: var(--main-box-font-color2);
	position: absolute;
	top: 50%;
	left: 4px;
	transform: translateY(-50%) rotate(-45deg);
}

.shop_search .sort_box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 998;
}
.shop_search .sort_box_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0c0c0c;
	opacity: 0.6;
}
.shop_search .sort_cont {
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-radius: 15px 15px 0 0;
	padding: 41.5px 15px 15px;
}
.shop_search .dropdown .sort_btn {
	margin-top: 15px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	width: 100%;
	background-color: var(--main-font-point-color);
	border-radius: 2.5px;
	line-height: 40px;
	border: none;
}
.shop_search .dropdown .close_btn {
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 15px;
	right: 15px;
}
.shop_search .dropdown .close_btn::before {
	content: "";
	display: block;
	width: 15.5px;
	height: 1px;
	background-color: #666666;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}
.shop_search .dropdown .close_btn::after {
	content: "";
	display: block;
	width: 15.5px;
	height: 1px;
	background-color: #666666;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}
.shop_search .dropdown .sort-menu li {
	text-align: center;
	color: #666666;
	font-size: 13px;
	font-weight: 400;
	line-height: 38px;
}
.shop_search .dropdown .sort-menu li input {
	display: none;
}
.shop_search .dropdown .sort-menu li input + label {
	width: 100%;
	cursor: pointer;
}
.shop_search .dropdown .sort-menu li input:checked + label {
	color: #0c0c0c;
	font-weight: 500;
	background-color: #f9f9f9;
}
.list_sort .dropdown-backdrop {
	display: none !important;
}
/* 검색 리스트 */
.sub_text.search_tit {
    margin-bottom: 50px;
}
.sub_text.search_tit h1 {
    font-size: 32px;
}
.search_page {
    border-top: 1px solid #666666;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 70px;
    padding: 40px 0 55px;
}
.search_page .search_group {
	display:flex;
}
.search_page .search_group + .search_group {
    margin-top: 20px;
}
.search_page .search_group .search_label {
    width: 14.73%;
}
.search_page .search_group .search_input {
    width: 85.27%;
    padding-left: 40px;
}
.search_page .search_group .search_label b {
    color: var(--main-box-font-color);
    margin-left: 0;
    padding-left: 100px;
    line-height: 41px;
	font-size: 19px;
}
.search_page .search_group .search_label b:after {
    display: none;
}
.search_page .search_group .search_input input[type="checkbox"] + label {
    color: var(--main-btn-font-color);
}
.search_page .search_group .search_input input[type="text"] {
    border: 1px solid #dcdcdc;
    border-radius: 5px !important;
    font-size: 16px;
    line-height: 41px;
    padding: 0 20px;
    height: auto;
    color: #0c0c0c;
    box-shadow: 0 0 0 #fff;
}
.search_page .search_group .search_input input[type="checkbox"] {
    display: none;
}
.search_page .search_group .search_input input[type="checkbox"] + label span {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 1px;
    margin-bottom: 4px;
    padding: 0;
    vertical-align: middle;
    background: url("/img/search_check.png") no-repeat 0 0;
    cursor: pointer;
}
.search_page .search_group .search_input input[type="checkbox"] + label {
    color: #222;
    padding-right: 30px;
    padding-top: 0;
    font-family: "Noto Sans KR";
    font-size: 18px;
    font-weight: 400;
    line-height: 47px;
    cursor: pointer;
    margin: 0;
}
.search_page .search_group .search_input input[type="checkbox"]:checked + label span {
    background: url("/img/search_check_on.png") no-repeat;
}
.search_page .search_group .search_input .search_btn button {
    border-radius: 5px;
    width: 158px;
	background: var(--main-btn-point-color);
    color: #fff;
    font-family: "Noto Sans KR";
    color: #fff;
}
.search_page .search_group .search_input .search_btn button span {
    background: transparent;
    font-size: 16px;
    line-height: 41px;
    padding: 0;
}
.search_page .search_group .search_input > span {
    font-size: 19px;
    color: #666;
    width: 2%;
    position: relative;
    top: 3px;
    display: inline-block;
    margin-left: -3px;
    text-align: center;
}
.search_page .search_group .search_input .label-none {
    width: 31.53%;
}
.search_page .search_group .search_input .label-none:last-child {
    margin-left: -3px;
}
.search_page .search_group .search_input .search_txt {
	display: inline-block;
    width: 64.9%;
}
.search_page .search_group .search_input input[type="checkbox"] + label {
    padding-right: 27px;
}
.search_page .search_group .search_input .search_btn {
	display: inline-block;
    margin-left: 4px;
	vertical-align: top;
}
.img-wrap .img-item {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #f3f3f3;
}
.img-wrap .img-item::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.02);
    z-index: 2;
    pointer-events: none;
}
.shop-search .item-info span.item-star {
    color: #353535;
}
.shop-search .item-info span.item-star i {
    color: #f4c748;
    font-size: 15px;
}
#item_search.shop_container.shop_basic .item-content strong {
    font-size: 14px;
    font-weight: 400;
    color: var(--main-box-font-color1);
    line-height: 1.4;
    margin: 4px 0 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	letter-spacing: -1px;
    padding-right: 1px;
}
.shop_container.shop_basic .item_price_box {
    margin-top: 0;
    width: 100%;
}
#item_search.shop_container.shop_basic .item_price_box .sale_cont span.percent {
	display: block;
    font-size: 18px;
    font-family: "Pretendard Variable", Pretendard, sans-serif;
    font-weight: 800;
    color: #f73111;
    margin-right: 8px;
}
.shop_container.shop_basic .item_price_box .sale_cont {
    margin-right: 0;
	display: inline-block;
}
.shop_container.shop_basic .item_price_box > h5 {
    color: #0c0c0c;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
}
#item_search.shop_container.shop_basic .item_price_box > h5 .real_price {
    font-size: 18px;
    font-family: "Pretendard Variable", Pretendard, sans-serif;
    font-weight: 800;
    color: var(--main-box-font-color);
}
.shop-search .item-info {
    display: block;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 6px;
    font-size: 13px;
    padding-right: 5px;
    line-height: 1em;
}
.shop-search .item-info span {
	display: inline-block;
    line-height: 1em;
    font-size: 12px;
    color: var(--main-box-font-color4);
    font-family: "Pretendard Variable", Pretendard, sans-serif;
    font-weight: 800;
}
.shop-search .item-info span.use_count {
    margin-left: 2px;
}
.shop-search .item-info span.use_count > span {
    margin-left: -1px;
}
.shop-search .item_cont .item_depart {
    display: flex;
    align-items: center;
    line-height: 1em;
}
.shop-search .item_cont .item_depart span {
    font-size: 13px;
    color: #1673f1;
    font-family: "SUIT-Bold";
    font-style: oblique;
    letter-spacing: -0.035em;
    margin-left: 3px;
}
.shop-search .item_cont .item_depart_num {
    font-size: 12px;
    color: #6db4e6;
    margin-top: 7px;
    line-height: 1em;
}

.shop-search .item-info span.item-star .item_star_num {
    font-size: 12px;
    color: #424242;
    font-family: "Pretendard Variable", Pretendard, sans-serif;
    font-weight: 600;
}
.shop-search .item-info span.item-star i {
    color: #f4c748;
    font-size: 14px;
}
.shop-search .item-info span.item-star .star_icon {
    color: #f4c748;
    font-size: 14px;
    margin-left: 0;
}
.shop-search .item-content {
    padding-top: 10px;
	padding: 0;
    padding-top: 10px;
    height: auto !important;
    text-align: left;
	overflow: hidden;
}
.shop-search .timer_box {
    padding: 4.5px 5px;
    position: absolute;
    top: 12px;
    left: 13px;
    color: #fff;
    background-color: #f86e78;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    line-height: 1em;
}
.shop-search .timer_box .time {
    font-size: 13px;
    font-family: "Pretendard Variable", Pretendard, sans-serif;
    font-weight: 800;
    line-height: 1;
}
.shop-search .timer_box .time_box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop-search .timer_box .text {
    font-size: 12px;
    font-family: "Pretendard Variable", Pretendard, sans-serif;
    font-weight: 800;
    margin-left: 5px;
    line-height: 1;
}
.shop-search .timer_box .time_box .text {
    margin-left: 0;
}
.shop-search .is-item-content .brand_icon {
    font-size: 11px;
    color: var(--main-box-font-color3);
    line-height: 1em;
}
.shop-search .item_cont .item_icon {
    margin-top: 0px;
}
.shop-search .item_cont .coupon_box {
    display: inline-block;
    margin-top: 6px;
}
.shop-search .item_cont .coupon_icon {
    display: flex;
    align-items: center;
    padding: 4px 6px;
    border-radius: 3px;
    border: 1px solid #eaedef;
    background-color: #fff;
}
.shop-search .item_cont .coupon_icon span {
    font-size: 11px;
    font-weight: 500;
    color: #242424;
    margin-left: 5px;
    line-height: 1.2em;
}
#item_search .btn_cart {
    display: block;
    width: 27px;
    height: 29px;
    position: absolute;
    right: 13px;
    bottom: 13px;
    transition: all 0.3s;
    z-index: 10;
}
#item_search .btn_cart span.item_cart_icon {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/img/item_cart_icon_off.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
}
#item_search .btn_cart:hover span.item_cart_icon {
    opacity: 0.6;
}
/* 2024-08-09 (주)파이브센스_FIVESENSES.Corp. */
/* #item_search .btn_cart.on span.item_cart_icon {background: url(../img/item_cart_icon_on.png) no-repeat;} */
#item_search .btn_cart.on span.item_cart_icon {
    opacity: 0.6;
}

.list-none {
    color: #777;
    font-size: 16px;
    font-weight: 400;
}
.list-none img {
    display: block;
    margin: 0 auto 15px;
}

/* 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-list { overflow:hidden;  }
.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 .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 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;
    display: none;
}
.shop-search .item-point span { letter-spacing:0; }

@media (max-width:991px) {   
	.sub_text.search_tit {
		margin-top: 35px;
		margin-bottom: 0px;
	}
	.sub_text.search_tit h1 {
		font-size: 21px;
	}
	.search_page {
		border: 1px solid #dcdcdc;
		border-radius: 2.5px;
		margin-bottom: 35px;
		padding: 25px 15px;
	}
	.search_page .search_group {
		flex-direction: column;
	}
	.search_page .search_group .search_label {
		width: 100%;
		line-height: 1.2;
		margin-bottom: 10px;
	}
	.search_page .search_group .search_label b {
		padding-left: 0;
		font-size: 16px;
		line-height: 1.2em;
	}
	.search_page .search_group .search_input {
		width: 100%;
		padding-left: 0;
		margin-left: 0;
	}
	.search_page .search_group .search_input input[type="text"] {
		font-size: 15px;
		line-height: 35px;
		border-radius: 2.5px;
		padding: 0 10px;
		border-radius: 2.5px !important;
	}
	.search_page .search_group .search_input > span {
		width: 6%;
		font-size: 13px;
	}
	
	.search_page .search_group .search_input input[type="checkbox"]:checked + label span {
		background-size: contain;
	}
	.search_page .search_group .search_input .label-none {
		width: 46.26%;
	}
	.search_page .search_group .search_input .search_txt {
		width: calc(100% - 79.5px);
	}
	.search_page .search_group .search_input .search_btn {
		width: auto;
	}
	.search_page .search_group .search_input .search_btn button {
		width: 72px;
		margin-top: 0;
		border-radius: 2.5px;
	}
	.search_page .search_group .search_input .search_btn button span {
		font-size: 15px;
		line-height: 35px;
	}
	.search_page .search_group .search_input input[type="checkbox"] + label {
		font-size: 15px;
	}
	.search_page .search_group .search_input input[type="checkbox"] + label span {
		width: 13px;
		height: 13px;
	}
	.shop_search .list_sort {
        display: flex;
        align-items: center;
        justify-content: space-between;
		
        margin-bottom: 11px;
	}
	#item_search.shop_container.shop_basic .item-content strong {
		margin: 0 0 5px;
		font-size: 15px;
		line-height: 21px;
	}
	#item_search.shop_container.shop_basic .item_price_box .sale_cont span.percent {
		font-size: 19px;
	}
	#item_search.shop_container.shop_basic .item_price_box > h5 {
		font-size: 12.5px;
		padding-right: 5px;
	}
	#item_search.shop_container.shop_basic .item_price_box > h5 .real_price {
		font-size: 19px;
		margin-left: -3px;
	}
	.shop-search .item_cont .item_icon {
		margin-top: 5px;
	}
	/* .shop-search .is-item-content .brand_icon{font-size: 8px;} */
	.shop-search .is-item-content .brand_icon {
		margin-bottom: 6px;
		font-size: 12px;
	}
	.shop-search .item-info span {
		font-size: 12px;
	}
	.shop-search .item-info span.item-star {
		font-size: 12px;
	}
	.shop-search .item-content {
		padding-top: 12px;
	}
	.shop-search .item_cont .item_depart img {
		width: 15px;
	}
	.shop-search .item_cont .item_depart span {
		font-size: 13px;
		margin: 0;
	}
	.shop-search .item_cont .item_depart_num {
		font-size: 12px;
	}
	.shop-search .item_cont .coupon_icon img {
		height: 7px;
	}

	.list-none {
		font-size: 13px;
	}
	.list-none img {
		width: 41px;
		height: 41px;
	}
	#item_search .btn_cart {
        width: 30px;
        height: 30px;
        right: 6.5px;
        bottom: 6.5px;
    }
    #item_search .btn_cart img {
        height: 30px;
    }
    .shop-search .timer_box {
        font-size: 10px;
        white-space: nowrap;
        top: 7px;
        left: 8px;
    }
    .shop-search .timer_box .time {
        font-size: 10px;
    }
    .shop-search .timer_box .text {
        font-size: 10px;
    }
    #item_search .btn_cart {
        width: 20px;
        height: 22px;
        right: 7px;
        bottom: 3px;
    }
    #item_search .btn_cart span.item_cart_icon {
        background: url(../../../../img/mitem_cart_icon_off.png) center/20px 22px no-repeat;
    }
    /* #item_search .btn_cart.on span.item_cart_icon{background: url(../../../../img/mitem_cart_icon_on.png) center/20px 22px no-repeat;} */
    .shop-search .item-info span.item-star i {
        font-size: 12px;
    }
    .shop-search .item-info span.item-star .star_icon {
        font-size: 12px;
    }
    .shop-search .item-info span.item-star .item_star_num {
        font-size: 10px;
    }
	.responsive .shop-search.xs-2 .item-price .font-18 { font-size: 15px; }
	.responsive .shop-search.xs-2 .item-info { font-size: 13px; }
}