: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-left: 5px;
    padding-right: 5px;
    max-width: 100vw;
    
}

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


.upper_container{
    position: sticky; 
    top: 0; 
    z-index: 100; 
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}


.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;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.10);
}

.question_box_bg {
    background: #F4F5F8;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 15px;
    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: 7px;
    margin-left: auto;
}

.assistant_message {
    background: #E8EBF3;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    padding: 13px 15px;
    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: #ffffff;
    border: 1px solid #E0E3E9;
    color: #0D3A88;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 15px;
    max-width: 90%;
    text-align: justify;
    
    /* word-break_: keep-all; */
    overflow-wrap: break-word; 
    display: inline-block; 
    white-space: normal;
    margin-top: 30px;
    margin-left: auto;
}

.age_span {
    border: 1px solid #E0E3E9;
    border-radius: 10px;
    border-width: 1px;
    padding: 10px 18px;
    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: 14px;
    text-align: center;
    padding: 10px 14px 10px 14px;
    margin-right: 2px;
}

.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: #F0F3F8;
    padding: 4px 8px 4px 26px;
    font-size: 14px;
    font-weight: 500;
    color:#0D3A88;
    border: 1px solid #E0E3E9;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}


.detail_span_2::after{
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/static/image/information_s.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.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:#247EF4;
    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_title {
    font-size: 24px;
    font-weight: 700;
    word-break: keep-all;
    overflow-wrap: break-word;
    display: inline-block;
    white-space: normal;
    line-height: 1.2;
    margin-bottom: 2px;
    margin-top: 5px;
}


.description_span {
    margin-top: 5px;
    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.5;
    max-height: 80vh;
    letter-spacing: -0.5px;
    unicode-bidi: isolate;
}

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

.img_icon{
    width: 30px;
    height: 30px;
    cursor: pointer;
}

#recommendations_div>div>div:nth-child(odd){
    padding-right: 5px;
}

#recommendations_div>div>div:nth-child(even){
    padding-left: 5px;
}


.infinite_rotating_logo {
    animation: rotate 2s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}