/* profile ------------------------------*/

.about-inner {
    display: flex;
    justify-content: center;
}

.about img {
    max-width: 80%;
    height: auto;
    margin: 0 auto;
}

.about-img {
    display: block;
    max-width: 400px;
    width: 80%;
}

.about-img img {
    display: block;
    justify-content: center;
}

.about-img div {
    margin-top: 1rem;
}

.about-img p {
    display: block;
    margin: 0 auto;
    max-width: 400px;
    width: 80%;
}

.about-img p {
    font-size: 0.7rem;
}

.about-inner-sentence {
    font-family: "M PLUS 1p", serif;
    font-weight: 400;
    font-style: normal;
    max-width: 50%;
    margin-left: 2rem;
}

.about-inner-sentence p {
    font-size: 0.9rem;
    line-height: 1.8rem;
    letter-spacing: 0.02rem;
    margin-bottom: 1rem;
}

/* skill --------------------------------------*/

.skill {
    width: 700px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 12.5rem;
}

.skill-main-continer {
    display: flex;
    margin-bottom: 4rem;
    border-bottom: 1px solid #686868;
}

.skill-title {
    margin-top: auto;
    margin-bottom: 11%;
    margin-right: 4rem;
    font-size: 1.5rem;
    width: 5rem;
    padding-left: 1rem;
    border-left: 3px solid #686868;
    color: #686868;
}

.skill-sub-continer {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.skill-sub-continer img {
    max-height: 80px;
    height: 100%;
}