
table { 
    width: 100%;
}

.quest__title{
    height: 30px;
    text-align: center;
    font-weight: bold;
    margin: 0;
    background: repeating-linear-gradient(
        to bottom,
        #deefff 0px,
        #deefff 1px,
        #ffffff 1px,
        #ffffff 2px
    );
    padding-bottom: -20em;
}



.quest__divider {
    height: 1px;
    width: 100%;
    margin: 0.5em 0;
    background: repeating-linear-gradient(
        to right,
        #C6CEE7 0px,
        #C6CEE7 2px,
        #F7F7FF 2px,
        #F7F7FF 4px
    );
}

tr:nth-child(2) .quest__divider {
    margin-top: 0;
}
.quest__inline{
    
    text-indent: 0.5em;
}

.quest__value {
    text-indent: 2em;
    display: flex; /* flexbox 사용 */
    align-items: center;
}

.container__bottom {
    margin-top: 0.5em;
    text-indent: 0.5em;
    display: flex;
    align-items : center;
}

.quest__value .label {
    display: inline-block;
    width: 60px;
    flex-shrink: 0;
}

