
.modal-eval-result {
    width: 70%;
    height: 85%;
    overflow-y: scroll;
}

.modal-close-line {
    width: calc(100% + 60px);
    height: 60px;
    background-color: #29588D;
    position: relative;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 800;
    margin-top: -22px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 20px;
}

.modal-close-btn {
    position: absolute;
    right: 18px;
    top: 20px;
    cursor: pointer;
}

.calc-title {
    width: 100%;
    height: 70px;
    /* background-color: #FAFAFA; */
}

.calc-title-p1 {
    font-family: "Pretendard Variable", Pretendard, sans-serif;
    width: fit-content;
    margin: auto;
    font-size: 28px;
    line-height: 100%;
}

.calc-result-board {
    border-radius: 16px;
    border: 1px solid #4DA1E7;
}


.calc-result-content {
    background-color: #F8F8F8;
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
}

.calc-result-content-p1 {
    font-size: 16px;
    color: #52645F;
}

.calc-result-content-span {
    font-size: 13px;
}

.calc-result-content-p2 {
    font-size: 14px;
    color: #2B2B2B;
    margin-top: 20px;
}

.calc-result-content-p3 {
    font-size: 24px;
    color: #141414;
    margin-top: 15px;
}

.calc-result-content-select {
    width: 94px;
    height: 36px;
    justify-content: space-between;
    border-width: 1px;
    border-radius: 10px;
    padding: 0px 5px;
    border: 1px solid #D9D9D9;
    font-weight: 600;
    font-size: 14px;
    color: #3A3A3A;
}

.calc-result-content-btn {
    width: 80px;
    height: 36px;
    gap: 10px;
    border-radius: 10px;
    font-size: 14px;
    color: #FBFBFB;
    background-color: #52645F;
    line-height: 24px;
    border: 0;
    margin-left: 10px;
}
.calc-result {
    width: 100%;
    max-width: 1350px;
    margin: auto;
}


.calc-result table {
    width:100%;
    margin-top: 20px;
    border-collapse: separate;
    border-spacing: 0;
}

.calc-result table thead {
    height: 40px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #5E5E5E;
}

.calc-result table thead tr {
    height: 40px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #5E5E5E;
}

.calc-result table thead tr.bg th {
    height: 40px;
    font-weight: 700;
    font-size: 14px;
    color: #2b2b2b;
    background-color: #E4F3FF;
    border-top: 1px solid #95C9F5;
}

.calc-result table thead tr th {
    height: 45px;
    font-weight: 600;
    font-size: 14px;
    color: #52645F;
    background: none;
    border: none;
    padding: 0 26px;
}

.calc-result table th.border-left {
    border-left: 1px solid #e8f7de;
}

.calc-result table tbody tr {
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    color: #494949;
    height: 40px;
}

.calc-result table tbody tr td {
    height: 40px;
    padding: 0 26px;
}

/* .calc-result table tbody tr.disabled {
  color: #CACACA;
  background: none;
  border: none;
} */

.calc-result-category-title {
    background-color: #fff;
    border: 2px solid #FFDBB2;
    height: 40px;
    text-align: center;
    border-radius: 12px;
    margin-top: 12px;
    margin-bottom: 12px;
    color: #F58300;
}

.calc-result table tbody tr.category-header {
    height: 50px;
    font-weight: 600;
    font-size: 16px;
}
.calc-result table tbody tr.category-header td {
    background-color: #FFF5E5;
    border-top: 1px solid #ffcb7a;
    /* border-bottom: 1px solid #ffcb7a; */
}
.calc-result table tbody tr.category-header td:first-child {
    border-top-left-radius: 16px;
    /* border-bottom-left-radius: 25px; */
    border-left: 1px solid #ffcb7a;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}
.calc-result table tbody tr.category-header td:last-child {
    border-top-right-radius: 16px;
    /* border-bottom-right-radius: 25px; */
    border-right: 1px solid #ffcb7a;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
}
.calc-result table tbody tr.category-header td.bg-bold {
    background-color: #ffcb7a;
}

.calc-result table tbody tr.category-header td.ender-first {
    /* border-top-left-radius: 25px; */
    /* border-bottom-left-radius: 25px; */
    border-top-right-radius: 0;
    border-bottom-left-radius: 16px;
    border-bottom: 1px solid #ffcb7a;
}
.calc-result table tbody tr.category-header td.ender-last {
    /* border-top-right-radius: 25px; */
    /* border-bottom-right-radius: 25px; */
    border-top-left-radius: 0;
    border-bottom-right-radius: 16px;
    border-bottom: 1px solid #ffcb7a;
}
.calc-result table tbody tr.category-header td.ender {
    /* border-top-right-radius: 25px; */
    /* border-bottom-right-radius: 25px; */
    border-bottom: 1px solid #ffcb7a;
}

.calc-result table tbody tr.td-essential td {
    background-color: #FFF5E5;
    /* border-top: 1px solid #ffcb7a; */
    /* border-bottom: 1px solid #ffcb7a; */
}

.calc-result table tbody tr.td-essential td:first-child {
    /* border-top-left-radius: 25px; */
    /* border-bottom-left-radius: 25px; */
    border-left: 1px solid #ffcb7a;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}
.calc-result table tbody tr.td-essential td:last-child {
    /* border-top-right-radius: 25px; */
    /* border-bottom-right-radius: 25px; */
    border-right: 1px solid #ffcb7a;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
}

.calc-result table tbody tr.td-essential td.ender-first {
    /* border-top-left-radius: 25px; */
    /* border-bottom-left-radius: 25px; */
    border-top-right-radius: 0;
    border-bottom-left-radius: 16px;
    border-bottom: 1px solid #ffcb7a;
}
.calc-result table tbody tr.td-essential td.ender-last {
    /* border-top-right-radius: 25px; */
    /* border-bottom-right-radius: 25px; */
    border-top-left-radius: 0;
    border-bottom-right-radius: 16px;
    border-bottom: 1px solid #ffcb7a;
}
.calc-result table tbody tr.td-essential td.ender {
    /* border-top-right-radius: 25px; */
    /* border-bottom-right-radius: 25px; */
    border-bottom: 1px solid #ffcb7a;
}
.calc-result table tbody tr.even td {
    background-color: #FFFFFF; !important;
    /*border-top: 1px solid #ffcb7a;*/
    /* border-bottom: 1px solid #ffcb7a; */
}
.deviation-result-box {
    width: 887px;
    min-height: 180px;
}
.deviation-title-badge {
    font-size: 14px;
    background: #29588D;
}
.deviation-highlight{
    color: #FFCB7A;
}
.deviation-category-item {
    margin-bottom: 16px;
}
.deviation-category-title {
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    margin-bottom: 8px;
}
.deviation-item-text {
    font-size: 14px;
    color: #555;
    margin-bottom: 4px;
}
.deviation-empty-text {
    color: #999;
    font-size: 14px;
}