.info-index-body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.info-index-panel {
    width: 96%;
    height: 12%;
    margin: 1.5% 1%;
    padding: 1%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.info-index-date {
    width: 100%;
    height: 45%;
    color: #aeaeae;
    font-size: 0.5em;
    font-weight: bold;
    text-align: right;
}

.info-index-title {
    width: 100%;
    height: 55%;
    color: #FFF;
    font-size: 0.8em;
    text-align: left;
    overflow-wrap: break-word;
}

.info-detail-body {
    height: 100%;
}

.info-detail-header {
    height: 10%;
    margin: 2% 0.5%;
}

.info-detail-date {
    color: #aeaeae;
    width: 35%;
    height: 1.3em;
    margin: 0 0 0 64%;
    padding: 0.2em 0;
    font-size: 0.5em;
    font-weight: bold;
    text-align: center;
}

.info-detail-title {
    color: #FFF;
    font-size: 0.8em;
    padding: 0 0 0.4em 0;
    overflow-wrap: break-word;
}

.info-detail-detail {
    height: 70%;
    margin: 0 0.4em;
    padding: 0.5em;
    color: #aeaeae;
    font-size: 0.8em;
    line-height: 1.3em;
    overflow-wrap: break-word;
    overflow-y: scroll;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.info-detail-date > p {
    vertical-align: text-bottom;
    margin: 0;
}

.back-button {
    height: 10%;
    width: 100%;
    bottom: 0;
    padding: 3% 0;
}

.back-button-button {
    text-align: center;
    width: 50%;
    height: 30%;
    margin: 0 25%;
    padding: 0.5em 0;
    color: #FFF;
    font-weight: bold;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}