@charset "utf-8";
/* CSS Document */

.main-bar-text {
    max-width: 960px;
    margin: 30px auto;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main-bar-text .inner-img {
    width: 100%;
    max-width:200px;
    margin: 0 0 30px 0;
}

.main-bar-text .inner-text {
    width: 100%;
}

#Page-profile section {
    max-width: 960px;
    margin: 30px auto;
}

.worksList {
    padding-left: 0;
}

.worksList li {
    border-bottom: 0.5px solid #e6e8e6;
    padding: 5px 10px;
}

.worksBox {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.worksBox div:first-child {
    font-weight: bold;
    font-size: 13px;
}

.worksBox div:last-child {
    text-align: right;
    font-size: 13px;
}

#Page-profile h3 {
    margin: 0px 0 30px 0;
    padding: 0 0 5px 0;
    border-bottom: 0.5px solid #e6e8e6;
    letter-spacing: 0.15rem;
}

@media screen and (min-width: 768px) {
    .main-bar-text {
        flex-direction: row;
    }
    
    .main-bar-text .inner-img {
        width: 250px;
    }

    .main-bar-text .inner-text {
        width: calc( 100% - 320px);
    }
}

/*------------------------------
profile
------------------------------*/
.profileBox {
    display: flex;
    flex-direction: column-reverse;
}

.profile {
    padding: 5px;
    border-bottom: 0.5px solid #e6e8e6;
    display: flex;
    flex-direction: column;
    font-size: 11px;
    margin-bottom: 10px;
}

.profile-date, .profile-events {
    font-size: 13px;
}

@media screen and (min-width: 1200px) {
    .profile {
/*        flex-direction: row;*/
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        font-size: 14px;
    }
}

.letter-ki {
    width: 1.4rem;
    color: #ffffff;
    margin-top: -5px;
}