
.hnpp-w {
    padding: 60px 0 0;
}
.hnpp-w h3 {
    font-family: ngeb, 'NanumGothicExtraBold';
    font-size: 17px;
    line-height: 1;
    margin: 0 0 30px;
    background-color: #B8E1F4;
    display: inline-block;
    vertical-align: top;
    border-radius: 100px;
    padding: 10px 25px 10px;
    color: #111;
}

.hnpp-1 {
    padding: 0 0 30px;
}


.hnpp-w h4 {
    font-family: ngeb, 'NanumGothicExtraBold';
    font-size: 17px;
    line-height: 1;
    margin: 0 0 20px;
    color: #111;

}

.hnpp-w h4::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 5px solid #78BEDD;
    border-radius: 50%;
    box-sizing: border-box;
    vertical-align: -2px;
    margin-right: 6px;
}


.hnpp-h1 {
    height: 100px;
}
/**********************/



.hnpp-2 {
    width: 100%;
    margin: 0;
    padding: 0;
}

.hnpp-2-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 13px;
    color: #333;
}

.hnpp-2-table col.hnpp-label-col {
    width: 18%;
}

.hnpp-2-table th,
.hnpp-2-table td {
    padding: 12px 10px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #f26b38;
    border-bottom: 1px solid #f26b38;
    word-break: keep-all;
}

.hnpp-2-table tr:first-child th,
.hnpp-2-table tr:first-child td {
    border-top: 1px solid #f26b38;
}

.hnpp-2-table th:first-child,
.hnpp-2-table td:first-child {
    border-left: 0;
}

.hnpp-2-table th:last-child,
.hnpp-2-table td:last-child {
    border-right: 0;
}

.hnpp-2-table th {
    color: #ef5b20;
}

.hnpp-dimension-row th {
    line-height: 1.4;
}

.hnpp-dimension-row td {
    padding: 15px 10px;
}

.hnpp-dimension-row img {
    display: block;
    width: 100%;
    max-width: 80px;
    height: auto;
    margin: 0 auto;
}


/* =========================
   Tablet
========================= */
@media (max-width: 991px) {

    .hnpp-2-table {
        font-size: 12px;
    }

    .hnpp-2-table col.hnpp-label-col {
        width: 20%;
    }

    .hnpp-2-table th,
    .hnpp-2-table td {
        padding: 10px 6px;
    }

    .hnpp-dimension-row td {
        padding: 12px 5px;
    }

    .hnpp-dimension-row img {
        max-width: 180px;
    }
}


/* =========================
   Mobile
========================= */
@media (max-width: 600px) {

    .hnpp-2-table {
        font-size: 11px;
    }

    .hnpp-2-table col.hnpp-label-col {
        width: 25%;
    }

    .hnpp-2-table th,
    .hnpp-2-table td {
        padding: 8px 3px;
        line-height: 1.35;
    }

    .hnpp-dimension-row th {
        font-size: 10px;
    }

    .hnpp-dimension-row td {
        padding: 8px 3px;
    }

    .hnpp-dimension-row img {
        width: 100%;
        max-width: 130px;
    }
}


/******************/

.hnpp-5 {
    width: 100%;
    margin: 0;
    padding: 0;
}

.hnpp-5-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 13px;
    color: #333;
}

.hnpp-5-table col.hnpp-5-label {
    width: 15%;
}

.hnpp-5-table th,
.hnpp-5-table td {
    padding: 12px 5px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #f26b38;
    border-bottom: 1px solid #f26b38;
    word-break: keep-all;
}

.hnpp-5-table tr:first-child th,
.hnpp-5-table tr:first-child td {
    border-top: 1px solid #f26b38;
}

.hnpp-5-table th:last-child,
.hnpp-5-table td:last-child {
    border-right: 0;
}

.hnpp-5-table th {
    color: #ef5b20;
    line-height: 1.35;
}

.hnpp-5-table td {
    line-height: 1.35;
}

.hnpp-5-dimension td {
    padding: 12px 5px;
}

.hnpp-5-dimension img {
    display: block;
    width: 100%;
    max-width: 120px;
    height: auto;
    margin: 0 auto;
}


/* 태블릿 */
@media (max-width: 991px) {

    .hnpp-5-table {
        font-size: 11px;
    }

    .hnpp-5-table col.hnpp-5-label {
        width: 16%;
    }

    .hnpp-5-table th,
    .hnpp-5-table td {
        padding: 10px 3px;
    }

    .hnpp-5-dimension td {
        padding: 8px 3px;
    }
	.hnpp-h1 {
    height: 80px;
}
}


/* 모바일 */
@media (max-width: 600px) {

    .hnpp-5-table {
        font-size: 10px;
    }

    .hnpp-5-table col.hnpp-5-label {
        width: 18%;
    }

    .hnpp-5-table th,
    .hnpp-5-table td {
        padding: 7px 1px;
        line-height: 1.25;
    }

    .hnpp-5-table th {
        font-size: 10px;
    }

    .hnpp-5-table td {
        word-break: break-all;
    }

    .hnpp-5-dimension th {
        font-size: 10px;
    }

    .hnpp-5-dimension td {
        padding: 6px 1px;
    }

    .hnpp-5-dimension img {
        width: 100%;
        max-width: 90px;
    }
}