/*gospel css*/

.gospel-section{
    display: flex;
    flex-direction : column;
    align-items : center;
    margin-top:9.375rem;
}

.gospel-section > h3{
    font-size : 3.0rem;
    font-family: 'Pretendard-Semibold';
    letter-spacing: -.0875rem;
    text-align : center;
    margin-bottom : 4.375rem;
    line-height: 4.4rem;
}


.gospel-section > p.plain-text{
    font-size: 1.65rem;
    font-family: 'Pretendard-Regular';
    letter-spacing: -.0875rem;
    text-align: justify;
    line-height: 2.75rem;
    margin-bottom : 4.875rem;
}

.gospel-section > p.bb-quote{
    display : block;
    padding : 1.0rem 1.25rem 1.0rem 1.25rem;
    background-color : var(--color-primary);
    border-radius : 0.5rem;
    font-size : 1.65rem;
    font-family: 'Pretendard-Semibold';
    letter-spacing: -.0875rem;
    margin-bottom : 4.875rem;
    text-align : center;
    line-height: 2.15rem;
    color:white;
}
/*
.gospel-subpage-bg{
    position : fixed;
    left : 0;
    top : 0;
    width: 100vw;
    height : 100vh;
}*/
body{
    background-image: url(../images/flower1.svg), url(../images/flower2.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: calc(0%) calc(80%), calc(100%) calc(90%);
    background-attachment: fixed, fixed;
}
/*
.gospel-subpage-bg > .flower1{
    left : 0px;
    position : absolute;
    width: calc( 100vw * 0.28);
    z-index : 0;
}


.gospel-subpage-bg > .flower2{
    right : 0px;
    position : absolute;
    width: calc( 100vw * 0.27);
    z-index : 0;
}
*/

.three-things{
    display : flex;
    flex-direction : row;
    align-items : center;
    margin-top : 5.625rem;
    margin-bottom : 6.75rem;
}

.todo-item{
    display : flex;
    flex-direction : column;
    align-items : center;
    padding-left : 0.768rem;
    padding-right : 0.768rem;
}

.todo-item > p {
    text-align : center;
    color : #555555;
    line-height: 1.75rem;
    font-size : 1.65rem;
    font-family: 'Pretendard-Regular';
    margin-top : 1.25rem;
}

.todo-item > span{
    font-size : 1.5rem;
    font-family: 'Pretendard-Semibold';
    letter-spacing: -.0875rem;
    color : var(--color-primary);
    display : block;
    border-bottom : 1px solid var(--color-primary);
    padding-bottom : 0.4rem;
}

.todo-item > h4{
    color : var(--color-primary);
    font-size : 3.0rem;
    font-family: 'Pretendard-Semibold';
    letter-spacing: -.0875rem;
    margin-top : 1.125rem;
}

