/* notice 스타일 */

.header-title {
    border-bottom: solid 2px #dddddd;
    margin-bottom: 30px;
    padding-bottom: 10px;


    font-weight: 500;
    font-style: normal;
    color: #777777;
}

.notice-area {
    margin-top: 60px;
    padding: 15px 0 15px 0;
}

.label-style {
    font-family: NotoSansCJKkr;

    color: #aaaaaa;
    font-weight: normal;
}

.info-style {
    font-family: NotoSansCJKkr;

    font-weight: normal;
    color: #343434;
}

/* notice 스타일 end */

/* bootstrap 테이블 커스터 마이징 */

.notice-area {
    font-size: 17px;
}

.parcel-table {
    font-size: 14px;
}

.parcel-table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    padding: 11px;
}

.parcel-table > tbody > tr > td, .parcel-table > tfoot > tr > td {
    padding: 11px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #f5f5f5;
}

.td-time {
    width: 45%;
}

.td-location {
    width: 30%;
    text-overflow: ellipsis;
    overflow: hidden;

}

.td-status {
    width: 25%;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* bootstrap 테이블 커스터 마이징 end */

.parcel-footer .download-btn-parcel {
    padding: 0px;
    margin: 0 0 0 0;
    min-width: 100px;
    min-height: 40px;
    color: #ffffff;
    background-color: #FF6D00;
    border-radius: 3px;
}

.parcel-footer .parcel-footer-content {
    color: #757575;
    font-size: 9px;
    font-weight: 300;
    margin: 0px;
    padding: 10px 0 15px 0;
}

.parcel-footer .parcel-footer-download {
    color: #757575;
    font-size: 9px;
    font-weight: 300;
    margin: 0px;
    padding: 15px 0 15px 10px;
}

.parcel-footer .footer-title {
    color: #212121;
    font-size: 15px;
    font-weight: 500;
}

.parcel-footer p {
    color: #212121;
    font-size: 11px;
    font-weight: 300;
}

.parcel-footer .footer-img  {
    margin: 0;
}

.footer-border {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

@media (min-width: 767px) {
    .notice-area {
        font-size: 24px;
    }

    .parcel-table {
        font-size: 21px;
    }

    .parcel-footer .download-btn-parcel {
        min-width: 200px;
        min-height: 80px;
        font-size: 30px;
    }
    .parcel-footer .parcel-footer-content {
        padding: 15px 0 15px 0;
    }

    .parcel-footer .parcel-footer-download {
        padding: 23px 0 15px 10px;
    }

    .parcel-footer .footer-title {
        font-size: 25px;
    }
    .parcel-footer p {
        font-size: 21px;
    }
}
