.hnp-footer {
    background-color: #2B2B2B;
    width: 90dvw;
    margin: auto;
}


.hnp-footer-container {
    padding: 5dvw;
}


.hnp-footer-description-subscribe {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 2dvw;
}

.hnp-footer-description {
    padding-bottom: 10dvw;
    border-bottom: 1px solid #414141;
}


.hnp-footer-description p {
    font-size: 4dvw;
    font-weight: 300;
    margin-bottom: 4dvw;
    margin-top: 4dvw;
    color: white;
    font-family: 'Open Sans', sans-serif;
    opacity: 0.75;
}


.hnp-footer-description-apply {
    color: white;
    font-weight: 600;
    font-size: 4dvw;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    margin-right: 1dvw;
}


.hnp-footer-subscribe p {
    color: white;
    font-weight: 500;
    font-size: 4dvw;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 2dvw;
    margin-top: 2dvw;
}

.hnp-footer-subscribe .bold {
	font-weight: bold;
}

.hnp-footer-subscribe h5 {
    color: white;
    font-weight: 300;
    font-size: 4dvw;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 4dvw;
    margin-top: 4dvw;
}

.email_required_message {
    display: none;
    color: #ba3939;
    font-weight: 600;
    font-family: 'DM Sans', sans-serif;
    margin-bottom: 10px;
}


.hnp-footer-subscribe-emailbox {
    display: flex;
    justify-content: space-between;
    border: 1px solid #696969;
    padding: 1vw;
    margin-bottom: 4vw;
}


.hnp-footer-subscribe-emailbox .input-email,
.hnp-footer-subscribe-emailbox .input-submit {
    background: transparent;
    border: none;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 4dvw;
    height: 10dvw;
    text-indent: 2dvw;
}


.hnp-footer-subscribe-emailbox .input-submit {
    cursor: pointer;
}


.hnp-footer-subscribe-terms label {
    font-family: 'Open Sans', sans-serif;
    font-size: 3dvw;
    opacity: 0.75;
    color: #979797;
    padding-left: 1dvw;
}


.hnp-footer-subscribe-terms label a {
    font-family: 'Open Sans', sans-serif;
    font-size: 3dvw;
    color: white;
}


.hnp-footer-subscribe-terms .input-check {
    height: 4vw;
    width: 4vw;
    margin-left: 0px;
    accent-color: #4e4e4e;
    background-color: #2b2b2b;
}


.hnp-footer-terms {
    color: white;
    font-size: 3dvw;
    font-family: 'Open Sans', sans-serif;
}


.hnp-footer-terms p {
    margin-bottom: 0dvw;
    margin-top: 0.5dvw;
    padding-top: 2dvw;
    color: #979797;
    opacity: 0.75;
}

@media (min-width: 768px), (orientation: landscape) {
    .hnp-footer {
        width: 56dvw;
        margin: auto;
        padding: 2dvw;
    }


    .hnp-footer-container {
        padding: 0;
    }


    .hnp-footer-description-subscribe {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }


    .hnp-footer-description,
    .hnp-footer-subscribe {
        border-bottom: 0;
        padding-bottom: 0;
        width:26dvw;
    }


    .hnp-footer-description p {
        width: 26dvw;
        font-size: 0.9dvw;
        margin-bottom: 1dvw;
        margin-top: 1dvw;
        line-height: 1.4dvw;
        opacity: 0.75;
    }


    .hnp-footer-description-apply {
        font-size: 1dvw;
        margin-right: 0.5dvw;
    }

    .hnp-footer-description-copyright {
        margin-top: 1.5dvw;
        font-size: 0.8dvw;
        opacity: 0.5;
    }


    .hnp-footer-subscribe {
        width: 26dvw;
    }


    .hnp-footer-subscribe h5 {
        font-size: 0.9dvw;
        margin-bottom: 1dvw;
        margin-top: 1dvw;
        line-height: 1.2dvw;
        opacity: 0.75;
        margin-right: 7dvw;
    }

    .hnp-footer-subscribe p {
        font-size: 0.9dvw;
        margin-bottom: 0.25dvw;
        margin-top: 0.25dvw;
        line-height: 1.2dvw;
        opacity: 1;
    }


    .email_required_message {
        font-size: 0.95dvw;
        margin-bottom: 10px;
        margin-top: 0px;
    }


    .hnp-footer-subscribe-emailbox {
        padding: 0.5vw;
        margin-bottom: 0;
    }


    .hnp-footer-subscribe-emailbox .input-email,
    .hnp-footer-subscribe-emailbox .input-submit {
        font-size: 0.8dvw;
        height: auto;
        text-indent: 0;
    }


    .hnp-footer-subscribe-terms label {
        color: white;
        font-size: 0.7dvw;
        opacity: 0.75;
        padding-left: 0;
    }


    .hnp-footer-subscribe-terms label a {
        font-size: 0.7dvw;
    }


    .hnp-footer-subscribe-terms .input-check {
        height: auto;
        width: auto;
        accent-color: auto;
    }


    .hnp-footer-terms {
        font-size: 0.7dvw;
        text-align: left;
    }


    .hnp-footer-terms p {
        margin-bottom: 0px;
        margin-top: 1dvw;
        padding-top: 0px;
        color: inherit;
    }
}

@media (min-width:1920px) {
    .hnp-footer {
        width: 1152px;
        margin: auto;
        padding: 0;
    }

    .hnp-footer-container {
        padding: 40px;
    }

    .hnp-footer-description-subscribe {
        padding-bottom: 10px;
    }

    .hnp-footer-description {
        width: 576px;
    }

    #hnp-footer-description-logo {
        width: 80px;
    }

    .hnp-footer-description p {
        width: 500px;
        line-height: 1.5em;
        font-size: 1.15em;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .hnp-footer-description-apply {
        font-size: 1em;
        margin-right: 15px;
    }

    .hnp-footer-description-copyright {
        margin-top: 40px;
        font-size: 1em;
        opacity: 0.5;
    }

    .hnp-footer-description-apply img {
        width: 16px;
        margin-left: 6px;
        margin-top: 5px;
    }

    .hnp-footer-subscribe {
        width: 500px;
    }

    .hnp-footer-subscribe h5 {
        font-size: 1.1em;
        margin-bottom: 15px;
        margin-top: 15px;
        opacity: 0.75;
        margin-right: 130px;
		line-height: 1.3em;
    }

    .hnp-footer-subscribe p {
        font-size: 1em;
        margin-bottom: 5px;
        margin-top: 5px;
        opacity: 1;
		line-height: 1.44em;
    }

    .hnp-footer-subscribe-form {}

    .hnp-footer-subscribe-emailbox {
        padding: 15px;
        width: 60%;
    }

    .hnp-footer-subscribe-emailbox .input-email,
    .hnp-footer-subscribe-emailbox .input-submit {
        font-size: 1em;
    }

    .hnp-footer-subscribe-emailbox .input-email {
        width: 300px;
    }

    .hnp-footer-subscribe-terms {
        padding-top: 15px;
    }

    .hnp-footer-subscribe-terms label {
        font-size: 1em;
    }

    .hnp-footer-subscribe-terms label a {
        font-size: 1em;
    }

    .hnp-footer-subscribe-terms .input-check {
        height: 20px;
        width: 20px;
        margin-right: 10px;
        margin-left: 0px;
        accent-color: #4e4e4e;
    }

    .hnp-footer-terms {
        font-size: 0.9em;
    }

    .hnp-footer-terms p {
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .hnp-footer-menu {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .hnp-footer-menu ul {
        grid-template-columns: repeat(5, 1fr);
        gap: 20px;
    }

    .hnp-footer-menu ul li a {
        font-size: 1.1em;
    }
}