.span-space{
    text-indent: -1em;
    margin-left: 1em;
}

.out-block{
    width: 100%;
    padding: 1% 10px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.block-setting{
    width: 100%;
    max-width: 1080px;
    min-width: 320px;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

.font-h1-size{
    font-size: 24px;
}
.font-h2-size{
    font-size: 20px;
}

.font-h3-size{
    font-size: 18px;
}

.font-p1-size{
    font-size: 16px;
}

.font-p2-size{
    font-size: 14px;
}

.table-sub-title{
    width: 33%;
    height: 40px;
    padding-left: 30px;
    display: inline-block;
    text-align: left;
}

.sec-title {
    font-weight: 700;
    font-size: 38px;
    line-height: 150%;
    color: #4AC8C1;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.sec-content{
    width: 100%;
    color: #40474A;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 150%;
    font-weight: 400;
    text-align: left;
}

/*******************Mobile*************************/
@media only screen and (max-width: 1080px) {
    .font-h1-size{
        font-size: 18px;
    }

    .font-h2-size{
        font-size: 16px;
    }

    .font-h3-size{
        font-size: 14px;
    }

    .font-p1-size{
        font-size: 12px;
    }

    .font-p2-size{
        font-size: 8px;
    }

    .table-sub-title{
        width: 33%;
        height: 40px;
        padding-left: 10px;
        line-height: 20px;
        display: inline-block;
        text-align: left;
    }

    .sec-title {
        font-size: 24px;
        color: #3AAFA9;
        text-align: center;
        margin-bottom: 30px;
        font-style: normal;
        font-weight: 700;
    }
    .sec-content{
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #40474A;
    }

}