/* BEGIN p-detail-4 */
.p-detail-4 {
    margin-bottom: 15px;
}
.p-detail-4 .ht-page__main {
    margin-top: 20px;
}
.p-detail-4 .p_title {
    font-size: 27px;
    line-height: 1.2em;
    margin-bottom: 0.6em;
    color: #4c8100;
    font-weight: 500;
}
.p-detail-4 .p_source {
    margin-bottom: 20px;
}
.p-detail-4 .p_source li {
    display: inline-block;
    margin-right: 20px;
    line-height: 0;
}
.p-detail-4 .p_source li span.fa::before {
    color: #ee4388;
}
.p-detail-4 .p_desc {
    color: #000;
    font-size: 15px;
    line-height: 1.334em;
    padding: 20px;
    margin-bottom: 20px;
    text-align: justify;
    border-radius: 5px;
    font-weight: 500;
    background-color: rgba(143, 198, 65, 0.03);
}
.p-detail-4 .p_other {
    margin-top: 20px;
}
.p-detail-4 .p_other>ul {
    margin: 30px 0 0 40px;
}
.p-detail-4 .p_other>ul>li {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 5px;
}
.p-detail-4 .p_other>ul>li::before {
    content: '\f105';
    font-family: FontAwesome;
    margin-right: 5px;
}
.p-detail-4 .p_other>ul>li a:hover {
    color: #ee4388;
}
.p-detail-4 .p_product {
    margin-bottom: 5px;
}
.p-detail-4 .p_product a {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    margin-right: 10px;
    width: calc((100% - 40px)/ 3);
}
.p-detail-4 .p_product .img {
    float: left;
    width: 90px;
    line-height: 0;
    margin-right: 7px;
}
.p-detail-4 .p_product .text {
    float: left;
    width: calc(100% - 97px);
}
.p-detail-4 .p_product .text-title {
    font-size: 18px;
    font-family: 'Patrick Hand';
    line-height: 25px;
    letter-spacing: 0.5px;
    transition: 0.3s all ease-in-out;
}
.p-detail-4 .p_product a:hover .text-title {
    color: #8fc641;
}
.p-detail-4 .p_product .text-price span:first-child {
    font-size: 15px;
    color: #4c8100;
    font-weight: 500;
    margin-right: 5px;
}
.p-detail-4 .p_product .text-price span:nth-child(2) {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
}
@media screen and (max-width: 767px) {
    .p-detail-4 .p_source li.date {
        display: none;
    }
    .p-detail-4 .p_other>ul {
        margin: 20px 0 0 10px;
    }
    .p-detail-4 .p_product a {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 425px) {
    .p-detail-4 .p_desc{
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding: 5px;
    }
}

/* END p-detail-4 */