/* BEGIN p-detail-3 */
.p-detail-3 {
    margin-bottom: 15px;
    background-color: #f5f5f5;
}
.p-detail-3 .p_box {
    background-color: #fff;
    padding: 50px;
}
.p-detail-3 .p_title {
    font-size: 25px;
    line-height: 1.2em;
    margin-bottom: 0.6em;
}
.p-detail-3 .p_source {
    margin-bottom: 20px;
}
.p-detail-3 .p_source li {
    display: inline-block;
    margin-right: 20px;
    line-height: 0;
}
.p-detail-3 .p_source li span.fa::before {
    color: #a23723;
}
.p-detail-3 .p_desc {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.334em;
    margin-bottom: 20px;
    padding-left: 15px;
    border-left: 3px solid #6dbd1e;
    text-align: justify;
}
.p-detail-3 .p_other {
    margin-top: 20px;
}
.p-detail-3 .p_other>ul {
    margin: 30px 0 0 40px;
}
.p-detail-3 .p_other>ul>li {
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 2 - 10px);
    font-size: 17px;
}
.p-detail-3 .p_other>ul>li::before {
    content: '\f105';
    font-family: FontAwesome;
    margin-right: 5px;
}
.p-detail-3 .p_other>ul>li a:hover {
    color: #6dbd1e;
}


/* END p-detail-3 */
.b-card-video {
    margin-bottom: 25px;
    height: calc(100% - 25px);
}
.b-card-video .b_title {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    margin-top: 10px;
    color: #000;
    z-index: 2;
}
@media (min-width: 768px) {
    .p-detail-3 .p_other>ul>li:nth-child(2n+1) {
        margin-right: 20px;
    }
}
@media screen and (max-width: 767px) {
    .b-card-video .b_title {
        font-size: 16px;
    }
    .p-detail-3 .p_title {
        font-size: 20px;
    }
    .p-detail-3 .p_source li.date {
        display: none;
    }
    .p-detail-3 .p_other>ul {
        margin: 20px 0 0 10px;
    }
    .p-detail-3 .p_box {
        padding: 15px;
    }
    .p-detail-3 .p_other>ul>li {
        width: 100%;
    }
}
@media screen and (max-width: 479px) {
    .b-card-video .b_title {
        font-size: 15px;
    }
}