@charset "utf-8";

/* ------------------------------------------ */

/* POLICY CSS */

/* ------------------------------------------ */

.p-list ul li .link-btn {
    position: relative;
    width: 100%;
    padding: 18px 30px 18px 55px;
    font-weight: bold;
    line-height: 1.3;
    color: #fff;
    text-align: left;
    background-color: #a0a0a0;
}

.p-list ul li .link-btn::after {
    position: absolute;
    top: 50%;
    left: 30px;
    display: inline-block;
    width: 15px;
    height: 18.25px;
    content: "";
    background-image: url("../img/policy/i-pdf.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transform: translate(0, -50%);
}

.p-list ul li .link-btn:hover {
    background-color: #43bd7f;
    transition: all 0.28s;
}
