.p-header {
    min-height: 150px;
    background-color: #f8f9fa;
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 28px;
    font-family: 'nt-b';
    color: #7ed0e2;
}

.p-detail {
    padding-top: 50px;
    padding-bottom: 50px;
}

.f-list {
    background-color: #40b2cd;
    padding: 10px;
    border-radius: 20px;
    color: #ffffff;
    margin-bottom: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.btn-download {
    background-color: #FFF;
    color: #40b2cd;
    border-radius: 10px;
     font-size: 14px;
    font-family: 'nt-m';
}

.btn-download:hover {
    background-color: #fee7ff;
    color: #40b2cd;
}

.f-name {
    min-height: 50px;
    display: flex;
    padding-left: 20px;
    align-items: center;
    font-family: 'nt-m';
}

.f-btnDown {
    display: flex;
    justify-content: end;
     align-items: center;
    padding-right: 10px;
}