: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: 14px;
    font-weight: 500;
    padding: 5px 5px;
    max-width: 90%;
    text-align: justify;
    text-indent: 1em;
    /* word-break_: keep-all; */
    overflow-wrap: break-word; 
    display: inline-block; 
    white-space: normal;
    margin-top: 10px;
    margin-left: auto;
}

.assistant_message {
    background: #e5ecff;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 10px;
    max-width: 90%;
    text-align: justify;
    text-indent: 1em;
    /* word-break_: keep-all; */
    overflow-wrap: break-word; 
    display: inline-block; 
    white-space: normal;
    margin-top: 10px;
}

.user_message2 {
    background: #ffeebe;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 10px;
    max-width: 90%;
    text-align: justify;
    
    /* word-break_: keep-all; */
    overflow-wrap: break-word; 
    display: inline-block; 
    white-space: normal;
    margin-top: 20px;
    margin-left: auto;
}

.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_2{
    border-radius: 4px;
    background: #ffffae;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 500;
    color:#000000;
    border: 2px solid #8bb2ff;
}

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

.detail_span_emblem_2{
    border-radius: 4px;
    background: #ffffff;
    padding: 4px 8px;
    color:#da9500;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    text-decoration: underline;
}

.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;

}

#as2 {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin-top: 10px;
    width: 130px;
    height: 100px;
    background: #F4F5F8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 10px;
    background: #f1ffef;
}

.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;
}


.description_span {
    text-align: justify;
    text-indent: 1em;
    font-size: 16px;
    font-weight: 400;
    word-break: keep-all;
    overflow-wrap: break-word;
    display: inline-block;
    white-space: normal;
    line-height: 1.3;
    max-height: 80vh;
}

.description_span2 {
    font-family: Pretendard;
    text-align: justify;
    text-indent: 1em;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    word-break: keep-all;
    overflow-wrap: break-word;
    display: inline-block;
    white-space: normal;
    line-height: 1.5;
    max-height: 80vh;
}