:root {

    --bs-body-font-family: Noto Sans KR;
    --bs-pagination-active-bg: #0D3A88;
    --bs-pagination-active-color: #ffffff;
}

html{
    width: 100%;
    /* height: 100%; */
}

body{
    width: 100%;
    /* height: 100%; */
}

main{
    width: 100%;
    /* height: 100%; */
    padding: 5px;
    padding-top: 20px;
}

span{
    font-family: Noto Sans KR;
    font-weight: 700;
    font-size: 24px;
}


.flex_column{
    display: flex;
    flex-direction: column;
}

.flex_row{
    display: flex;
    flex-direction: row;
}

.index_unselected_box {
    align-items: center;
    border: 1px solid #E0E3E9;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    height: 183px;
    justify-content: center;
}

.index_selected_box {
    align-items: center;
    border: 3px solid #0D3A88;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    height: 183px;
    justify-content: center;
}

.question_box_bg {
    background: #F4F5F8;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
}

.age_span {
    border: 1px solid #E0E3E9;
    border-radius: 10px;
    border-width: 1px;
    padding: 10px;
    font-size: 14px;
    background: #FFFFFF;
}

.age_span_selected {
    color: #FFFFFF;
    background: #000000;
}


.age_span_unselected {
    color: #000000;
    background: #FFFFFF;
}


.selected_age{
    border-radius: 32px;
    border: 1px solid #E0E3E9;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    padding: 5px 10px;
}

.filter_text{
    background: #000000;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 32px;
}

.bg_color_1{
    background: #DDE5F3 !important;
    color: #0D3A88;
}

.bg_color_2{
    background: #F0F3F8 !important;
    color: #8B8F96;
}

.bg_color_3{
    background: #A4A4A4;
}

.page-link{
    font-size: 16px;
    border: 1px solid #E0E3E9;
    border-radius: 10px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #F4F5F8;
    
}

.page-link1{
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.detail_span{
    border-radius: 4px;
    background: #ffffff;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 500;
    color:#000000;
    border: 1px solid #E0E3E9;
}

.detail_span_emblem{
    border-radius: 4px;
    background: #ffffff;
    padding: 4px 8px;
    color:#000000;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
}

.tab_selected {
    border-bottom: 2px solid #0D3A88;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    color: #0D3A88;
}

.tab_unselected {
    border-bottom: 1px solid #E0E3E9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    color: rgb(0, 0, 0);
}


.user_message{
    margin-left: auto;
    margin-top: 10px;
    background: #F4F5F8;
    color: #000000;
    padding: 10px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
}