/* ------------------------------
 Item Search Result
------------------------------ */
.p-category-free {
 margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
.p-category-free {
 margin-bottom: 20px;
}
}
/* Item Number & Sort ---------------*/
.p-item-list-head {
 padding: 30px 0;
 display: flex;
 justify-content: space-between;
 border-top: 1px solid #007EB1;
}
.p-item-list-num {
 font-size: 16px;
}
.p-item-sort-list {
 display: flex;
 flex-wrap: wrap;
}
.p-item-sort-list__item {
 margin-left: 30px;
}
.p-item-sort-list__item:first-child {
 margin-left: 0;
}
.p-item-sort-list__item span {
 text-decoration: underline;
}
@media screen and (max-width: 767px) {
.p-item-list-head {
 padding: 20px 0;
}
.p-item-list-num {
 font-size: 14px;
}
.p-item-sort-list__item {
 margin-left: 25px;
}
}