.policyd-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 9;
}

.policyd-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    background: #FFFFFF;
    border-radius: 10px;
    margin-left: -300px;
    padding-bottom: 36px;
    transform: translateY(-50%);
}

.policyd-modal-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
    height: 170px;
}

.policyd-modal-close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 30px;
    height: 30px;
    z-index: 11;
    cursor: pointer;
}

.policyd-modal-title {
    position: relative;
    z-index: 10;
    width: 566px;
    font-size: 20px;
    font-weight: bold;
    color: #181818;
    text-align: center;
    line-height: 30px;
    text-shadow: 2px 2px 4px #FFFFFF;
    padding-top: 80px;
    margin: 0 auto;
}

.policyd-modal-num {
    position: relative;
    z-index: 10;
    font-size: 18px;
    color: #E60000;
    line-height: 27px;
    text-align: center;
    margin-top: 8px;
}

.policyd-modal-text {
    position: relative;
    z-index: 10;
    width: 528px;
    max-height: 283px;
    font-size: 14px;
    color: #242424;
    line-height: 24px;
    overflow-y: auto;
    margin-top: 16px;
    margin-left: 36px;
    padding-right: 28px;
}

.policyd-modal-text span {
    font-weight: bold;
}

.policyd-modal-btn {
    width: 380px;
    height: 50px;
    background: linear-gradient(90deg, #E97128 0%, #E60012 100%);
    border-radius: 6px;
    margin: 42px auto 0;
    cursor: pointer;
}

.policyd-modal-btn:hover {
    background: #E60012;
}

.policyd-modal-btn div {
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 50px;
    letter-spacing: 1px;
    margin-left: 108px;
}

.policyd-modal-btn img {
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 16px;
    margin-left: 8px;
}