.sidebar-widget .sidebar-list-style.sidebar-widget-color ul li a:before, .sidebar-widget .sidebar-list-style.sidebar-widget-color ul li a input[type="checkbox"] {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    border-radius: 100%;
}

.page-list-content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 최대 3줄까지 표시 */
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    word-break: break-word; /* 줄바꿈 */
}

.page-price p {
    color: #808080;
    font-size: 14px;
    font-weight: 500;
}

.pe-7s-pencil:before {
    content: "\e628"
}

.portal-img {
    width: 100%;
    aspect-ratio: 270 / 300;
    object-fit: cover;
    object-position: center;
}

.page-tag {
    margin-right: 14px;
    margin-top: 10px;
    font-weight: 500;
    border: 1px solid gray;
    border-radius: 50px;
    padding: 5px 5px;
}

.page-list-wrap .page-list-content .page-list-rating {
    margin: 11px 0;
}
.tag-content{
    border: 1px solid #e2e2e2;
    padding: 4px 16px;
    margin-right: 8px;
    border-radius: 8px;
    background: #e2e2e2;
}
.page-action-btn-2 {
    margin-right: 10px;
}

#tags input[type="checkbox"]:checked ~ label {
    color: #e97730;
}

/* 별점 스타일 */
.ti-star{
    display: inline-block;
}
.ti-star:before{
    content: "\e60a";
    color: gray;
}
.ti-star.filled:before{
    content: "\e60a";
    color: #e97730;
}