footer {
    display: block;
    position: relative;
    max-width: 720px;
    padding: 10px 20px 90px 20px;
    margin: 0 auto;
    background: #F5F7FC;
}

.footer-div-1 {
    display: flex;
    justify-content: space-between;
}

.footer-div-1 span {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #B7BDC2;
}

.sns-div {
    margin-top: 15px;
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
}

.margin-right-13 {
    margin-right: 13px;
}

.ver-bottom {
    vertical-align: bottom;
}

footer div a img {
    width: 27px;
    border-radius: 3px;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    font-weight: 300;
    font-size: 13px;
    line-height: 100%;
    color: #888888;
}

ul li span {
    letter-spacing: -.7px;
}

ul li span.bold {
    font-weight: 600;
    font-size: 14px;
    line-height: 300%;
    color: #09141E;
}

.incon-div {
    padding: 10px 0px;
}

.incon-p {
    font-weight: 600;
    font-size: 14px;
    color: #09141E;
}

.counseling p {
    font-weight: 300;
    font-size: 13px;
    line-height: 100%;
    color: #888888;
}

.counseling-btn {
    margin: 10px 0px;
    display: flex;
    justify-content: space-between;
    gap: 14px;
}

.counseling-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #B7BDC2;
    padding: 7px 0;
    background-color: transparent;
    font-weight: 600;
    font-size: 14px;
    color: #09141E;
}