.__detail_result {
    margin: 0 auto;
    margin-top: 80px;
    width: 962px;
    margin-bottom: 30px;
}
.__detail_result ._head_title{
    margin-bottom: 31px;
}

.__detail_result .flex{
    display: flex;
}
.__detail_result .flex-col {
    flex-direction: column;
}
.__detail_result .gap-12 {
    gap: 12px;
}
.__detail_result .gap-16{
    gap: 16px;
}
.__detail_result .justify-between {
    justify-content: space-between;
}
.__detail_result .p-0 {
    padding: 0;
}

.__detail_result ._head_title {
    font-weight: 700;
    color: #006192;
    font-size: 32px;
}
.__detail_result ._score_general {
    background: #91C5F5;
    padding: 10px;
    border: 10px solid #A5D4FF;
    border-radius: 30px;
    width: 100%;
    margin: 0 auto;
}
.__detail_result ._score_general::after,
.__detail_result ._score_general::before{
    display: none;
}

.__detail_result ._score_general ._score_right div{
    background: white;
    border-radius: 12px;
    font-size: 24px;
    color: #000000;
    padding: 20px 23px;
}

.__detail_result ._score_general ._score_right span:nth-child(1){
    font-weight: 500;
}
.__detail_result ._score_general ._score_right span:nth-child(2){
    font-weight: 700;
    color: #0A0A0A;
}
.__detail_result ._score_general ._score_left{
    background: white;
    border-radius: 12px;
    font-size: 24px;
    color: #555555;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.__detail_result ._score_general ._score_left ._score_left-text {
    font-size: 24px;
    color: #000000;
    font-weight: 500;
}
.__detail_result ._score_general ._score_left ._score_left-score {
    font-size: 40px;
    color: #555555;
    font-weight: 600;
}
.__detail_result ._score_general ._score_left ._score_left-score span {
    font-size: 64px;
    color: #555555;
    font-weight: 700;
}

.__detail_result ._title {
    font-size: 24px;
    font-weight: 700;
    color: #464646;
    margin-top: 69px;
}
.__detail_result ._table_score {
    margin-top: 20px;
    background: #A5D4FF;
    border-radius: 30px;
    border:13px solid #A5D4FF;
}
.__detail_result ._table_score ._head {
    background: #A5D4FF;
    color: #0A0A0A;
    font-size: 20px;
    font-weight: 700;
    justify-content: space-between;
}
.__detail_result ._table_score ._head div {
    width: 15%;
    padding: 20px 24px;
    border-right: 1px solid #95c6f1;
    white-space: nowrap;
}
.__detail_result ._table_score ._head div:first-child {
    width: 40%;
}
.__detail_result ._table_score ._head div:last-child {
    border-right: none;
}
.__detail_result ._table_score ._items {
    border-radius: 0 0 16px 16px;
    background: #F1F8FF;
}
.__detail_result ._table_score ._items ._item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #95c6f1;
}
.__detail_result ._table_score ._items ._item:last-child {
    border-bottom: none;
}
.__detail_result ._table_score ._items ._item div {
    width: 15%;
    border-right: 1px solid #95c6f1;
    padding: 20px 24px;
    font-weight: 500;
    color: #0A0A0A;
    font-size: 20px;
    display: flex;
    align-items: center;
}
.__detail_result ._table_score ._items ._item div:first-child {
    width: 40%;
}
.__detail_result ._table_score ._items ._item  div:last-child {
    border-right: none;
}

@media only screen and (max-width: 1024px) {
    .__detail_result {
        width: 100%;
        margin-top: 120px;
    }
    .__detail_result ._score_general {
        flex-direction: column;
    }
    .__detail_result ._score_general .col-12 {
        width: 100%;
    }
    .__detail_result ._score_general .col-12 {
        width: 100%;
    }


    .__detail_result ._head_title{
        font-size: 20px;
    }
    .__detail_result ._score_general ._score_left {
        height: 130px;
    }
    /* .__detail_result ._score_general ._score_left ._score_left-text {
        display: none;
    } */
    .__detail_result ._score_general ._score_left ._score_left-score {
        font-size: 24px;
    }
    .__detail_result ._score_general ._score_left ._score_left-score span {
        font-size: 48px;
    }
    .__detail_result ._score_general ._score_right div{
        font-size: 16px;
        padding: 12px 15px;
    }
    .__detail_result ._score_general ._score_right span:nth-child(1) {
        font-size: 14px;
    }
    .__detail_result ._title {
        font-size: 16px;
        margin-top: 40px;
    }

    .__detail_result ._table_score ._items ._item div,
    .__detail_result ._table_score ._head div {
        padding: 8px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 600px) {
    .__detail_result ._table_score {
        border-radius: 15px;
        border: 4px solid #A5D4FF;
    }
    .__detail_result ._table_score ._items ._item div,
    .__detail_result ._table_score ._head div {
        white-space: pre-line;
        display: flex;
        align-items: center;
    }
    .col-xs-12 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .__detail_result_english ._table_score ._head_english ._head_bot {
        gap: 8px;
    }
    .__detail_result_english ._table_score ._body_items ._item ._item_caps span {
        white-space: nowrap; 
        width: 232px; 
        overflow: hidden;
        text-overflow: ellipsis; 
    }
}
