.line {
    max-width: 500px;
    margin: 0 auto;
    background-color: #f1f1f1;
    height: 8px;
    border: 0;
}

.wrap-bottom {
    margin: 0 auto;
    max-width: 500px;
    position: relative;
    padding: 30px 16px 40px 16px;
    word-break: keep-all;

}

.knowhow-tit {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    padding: 0 16px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.knowhow-tit ul,
.section01 ul {
    list-style: disc;
    display: inline-block;
}

.knowhow-tit img {
    padding-left: 10px;
    padding-bottom: 2px;
}


.more-wrapper {
    display: flex;
    padding-top: 16px;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid #DBDBDB
}

.inApp {
    width: 48%;
}

.inApp img {
    width: 100%;
}

.more-txt {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    padding-top: 6px;
}