/*.display-only-pc {*/
/*    display: table-cell;*/
/*}*/

html, body {
    overflow-x: clip;
}

.display-only-mobile {
    display: none;
}

.main {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    word-break: keep-all;
}

.page {
    max-width: 944px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

/**/
.snsDiv {
    width: auto;
    /*margin: 40px 0;*/
    text-align: center;
    position: absolute;
    top: calc(32px + 209px);
    right: 32px;
}

.snsDiv .snsBtn {
    width: 40px;
    height: 40px;
    margin-right: 5px;
}

.snsDiv .snsBtn:last-of-type {
    margin-right: 0;
}

.snsDiv .snsBtn:before {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto 10px auto;
    background: url(https://assets.trost.co.kr/images/service/tests/btn_share.png) no-repeat;
    background-size: auto 40px;
}

.snsDiv .sns-facebook:before {
    background-position-x: -40px;
}

.snsDiv .sns-twitter:before {
    background-position-x: -80px;
}

.snsDiv .sns-link:before {
    background-position-x: -120px;
}

span.highlight {
    color: var(--sub-cobalt-500-sub,#4968ff);
    font-weight: bold;
}

/**/
.test-report-describe-title {
    text-align: center;
    font-size: 44px;
    margin: 184px auto 24px;
}

.test-report-describe-content {
    text-align: center;
    font-size: 36px;
    line-height: 56px;
    font-weight: normal;
}

.test-report-summary {
    /*display: flex;*/
    margin: 60px auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

/*.test-report-summary div {*/
/*    flex-direction: row;*/
/*    flex: 1;*/
/*}*/

.test-report-summary-emotion-title {
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
}

.test-report-summary-emotion-content {
    margin-top: 8px;
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 36px;
    font-weight: normal;
}

.test-report-summary-emotion-content:last-of-type {
    margin-bottom: 0;
}

.overflowData:after {
    content: '예상초과';
    width: 82px;
    height: 30px;
    border-radius: 15px;
    background-color: #df492a;
    position: absolute;
    margin-left: 16px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 31px;
    font-weight: bold;
}

.test-report-describe-sub-title {
    margin: 64px auto 0;
    font-size: 36px;
    text-align: center;
}

.test-report-describe-sub-title:last-of-type {
    margin-bottom: 60px;
}

.test-report-all-guide {
    margin: 8px auto 23px;
    float: right;
    color: #333333;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.result-mark,
.expect-mark {
    width: 24px;
    height: 24px;
    margin-top: 3px;
    border-radius: 4px;
}

.result-mark {
    margin-right: 15px;
}

.expect-mark {
    margin-right: 16px;
}

.result-mark {
    background-color: #f57c00;
}

.expect-mark {
    background-color: #fde7a9;
}

.result-text {
    margin-top: 4px;
    margin-right: 21px;
}

.expect-text {
    margin-top: 4px;
    margin-right: 2px;
}

.test-report-all {
    width: 100%;
    margin-bottom: 60px;
    border-collapse: collapse;
    color: #333333;
}

.test-report-all thead tr {
    height: 60px;
    background: #f5f6fa;
}

.test-report-all thead th {
    font-weight: normal;
    border-top: 1px solid #E0E0E0;
    border-bottom: 0;
}

.test-report-all thead th {
    font-weight: normal;
    border-top: 1px solid #E0E0E0;
    border-bottom: 0;
}

.test-report-all thead th {
    font-size: 16px;
    text-align: center;
}

.test-report-all tbody tr {
    height: 90px;
}

.test-report-all tbody tr:first-of-type > td {
    border-top: 0;
}

.test-report-all tbody tr > td:first-of-type {
    border-left: 0;
}

.test-report-all tbody tr > td:last-of-type {
    border-right: 0;
    text-align: center;
}

.test-report-all tbody tr:last-of-type > td {
    border-bottom: 0;
}

.test-report-all tbody td {
    font-size: 20px;
    text-align: left;
    border: 1px solid #E0E0E0;
}

tr.none-tr {
    position: absolute;
    height: 21px !important;
    border-radius: 0 4px 4px 0;
}

tr.none-tr > td {
    border: 0;
    float: right;
    padding-right: 8px;
    line-height: 21px;
    font-weight: bold;
    font-size: 16px;
}

.result-graph__detail-depression {
    background-color: #f57c00;
    color: #ffffff;
}

.expect-graph__detail-depression {
    background-color: #fde7a9;
    color: #333333;
}

.result-graph__detail-anxiety {
    background-color: #f57c00;
    color: #ffffff;
}

.expect-graph__detail-anxiety {
    background-color: #fde7a9;
    color: #333333;
}

.result-graph__detail-selfesteem {
    background-color: #f57c00;
    color: #ffffff;
}

.expect-graph__detail-selfesteem {
    background-color: #fde7a9;
    color: #333333;
}

.result-graph__detail-trauma {
    background-color: #f57c00;
    color: #ffffff;
}

.expect-graph__detail-trauma {
    background-color: #fde7a9;
    color: #333333;
}

.result-graph__detail-negative {
    background-color: #f57c00;
    color: #ffffff;
}

.expect-graph__detail-negative {
    background-color: #fde7a9;
    color: #333333;
}

.result-graph__detail-relationship {
    background-color: #f57c00;
    color: #ffffff;
}

.expect-graph__detail-relationship {
    background-color: #fde7a9;
    color: #333333;
}

/**/
.test-report-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*margin: 42px auto 20px;*/
    margin: 62px auto 20px;
}

.test-report-detail:first-of-type {
    margin-top: 65px;
}

.test-report-detail div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.test-report-detail .title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 41%;
        flex-basis: 41%;
}

.test-report-detail .title p {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.test-report-detail .title span {
    display: block;
    font-weight: normal;
    font-size: 24px;
    margin-top: 8px;
}

.test-report-detail .report {
    -ms-flex-preferred-size: 59%;
        flex-basis: 59%;
}

.test-report-detail .report table {
    width: 480px;
    border-collapse: collapse;
    height: 119px;
    text-align: center;
    float: right;
}

.test-report-detail .report td.head {
    width: 120px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background: #f5f6fa;
    font-size: 16px;
    padding-bottom: 0;
}

.test-report-detail .report td.body {
    width: 120px;
    font-size: 20px;
    border: 1px solid #e0e0e0;
}

.test-report-detail .report td.body:last-of-type {
    border-right: 0;
}

.graph-category {
    width: 166px;
    padding-left: 16px;
}

.under-icon {
    width: 16px;
    height: 12px;
    margin-right: 8px;
}

.under-value {
    font-size: 20px;
    font-weight: bold;
    color: #df492a;
    width: 12px;
    height: 23px;
}

.test-report-detail-analytics-content {
    margin: 0 auto 0;
}

.test-report-detail-analytics-content .analytics-title {
    margin: 60px;
    font-size: 36px;
    text-align: center;
}

.test-report-detail-analytics-content .analytics-content {
    font-size: 20px;
    line-height: 32px;
    margin: 0 auto 60px;
}

hr {
    height: 1px;
    background-color: #e0e0e0;
    border: none;
}

hr.test-guide-trost-hr {
    margin: 24px 0 40px;
}

#negative > td {
    border-bottom: 0;
}

.test-report-detail-partner-advice-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*margin: 40px auto 24px;*/
    margin: 40px auto 40px;
}

.test-report-detail-partner-advice-content .partner-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
}

.test-report-detail-partner-advice-content .partner-info img {
    width: 100px;
    height: 100px;
}

.test-report-detail-partner-advice-content .partner-advice-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
}

.partner-advice-content div {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 39px;
    margin: 0 16px 0 0;
    padding: 0 20px;
    border-radius: 19.5px;
    border: 1px solid #333333;
    font-size: 18px;
    line-height: 39px;
    text-align: center;
}

.partner-advice-content .partner-name {
    font-size: 28px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}

.partner-advice-content .partner-name span.level_1 {
    color: var(--sub-cobalt-500-sub, #4968ff);
}

.partner-advice-content .partner-name span.level_2 {
    color: var(--sub-cobalt-500-sub, #4968ff);
}

.partner-advice-content .partner-name span.level_3 {
    color: var(--sub-cobalt-500-sub, #4968ff);
}

.partner-advice-content .partner-message {
    font-size: 22px;
    line-height: 38px;
    margin: 16px auto 24px;
}

.partner-advice-content .partner-profile-link {
    text-align: right;
    font-size: 18px;
    font-weight: bold;
}

.test-guide-trost {
    margin: 45px 0 46px;
    text-align: center;
    font-size: 36px;
    line-height: 48px;
}

.test-guide-share {
    text-align: center;
    margin: 0 auto 120px;
}

.test-guide-send-channel {
    display: inline-block;
    margin: 0 40px 0 0;
    font-size: 24px;
    font-weight: normal;
    background: #FFF;
    color: #F57C00;
    border: 1px solid #F57C00;
    border-radius: 36px;
    width: 360px;
    height: 72px;
}

.test-guide-app-download {
    display: inline-block;
    margin: 0;
    font-size: 24px;
    font-weight: normal;
    background: var(--sub-cobalt-500-sub,#4968ff);
    color: #FFF;
    border-radius: 36px;
    width: 360px;
    height: 72px;
}

.total-value-text {
    position: absolute;
    margin-left: 438px;
    margin-top: -76px;
    width: 69px;
    height: 30px;
    border-radius: 15px;
    background-color: #f57c00;
    text-align: center;
    line-height: 31px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}

/*.expected-value-text {*/
/*    width: 81px;*/
/*    height: 30px;*/
/*    border-radius: 15px;*/
/*    background-color: #fde7a9;*/
/*    text-align: center;*/
/*    line-height: 31px;*/
/*    color: #333333;*/
/*    font-size: 16px;*/
/*    font-weight: bold;*/
/*    position: absolute;*/
/*    margin-left: 149px;*/
/*    margin-top: -64px;*/
/*}*/

text {
    font-weight: bold;
}

.popup {
    z-index: 999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.br-under-320 {
    display: none;
}

/* 반원 그래프 */
.total-value-graph {
    position: relative;
    list-style-type: none;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    width: 300px;
    height: 150px;
}

.total-value-graph *,
.total-value-graph::before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.total-value-graph::before,
.total-value-graph::after {
    position: absolute;
}

.total-value-graph::before {
    content: '';
    width: inherit;
    height: inherit;
    border: 35px solid rgba(211, 211, 211, .3);
    border-bottom: none;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
}

.total-value-graph::after {
    content: '';
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 36px;
    font-weight: bold;
    color: #333333;
}

.total-value-graph li {
    position: absolute;
    top: 100%;
    left: 0;
    width: inherit;
    height: inherit;
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: .4s;
            animation-duration: .4s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    z-index: 4;
    border: 35px solid #f57c00;
    border-top-style: none;
    animation: rotate-total-graph;
    -webkit-animation: rotate-total-graph;
}

/*.expected-value-graph {*/
/*    margin-left: 70px;*/
/*    margin-top: 76px;*/
/*    padding: 0;*/
/*    list-style-type: none;*/
/*    position: relative;*/
/*    width: 240px;*/
/*    height: 120px;*/
/*    overflow: hidden;*/
/*}*/

/*.expected-value-graph *,*/
/*.expected-value-graph::before {*/
/*    box-sizing: border-box;*/
/*}*/

/*.expected-value-graph::before,*/
/*.expected-value-graph::after {*/
/*    position: absolute;*/
/*}*/

/*.expected-value-graph::before {*/
/*    content: '';*/
/*    width: inherit;*/
/*    height: inherit;*/
/*    border: 35px solid rgba(211, 211, 211, .3);*/
/*    border-bottom: none;*/
/*    border-top-left-radius: 120px;*/
/*    border-top-right-radius: 120px;*/
/*}*/

/*.expected-value-graph::after {*/
/*    content: '';*/
/*    left: 50%;*/
/*    bottom: 0;*/
/*    transform: translateX(-50%);*/
/*    font-size: 28px;*/
/*    font-weight: bold;*/
/*    color: #333333;*/
/*}*/

/*.expected-value-graph li {*/
/*    position: absolute;*/
/*    top: 100%;*/
/*    left: 0;*/
/*    width: inherit;*/
/*    height: inherit;*/
/*    border-bottom-left-radius: 120px;*/
/*    border-bottom-right-radius: 120px;*/
/*    transform-origin: 50% 0;*/
/*    transform-style: preserve-3d;*/
/*    backface-visibility: hidden;*/
/*    animation-fill-mode: forwards;*/
/*    animation-duration: .4s;*/
/*    animation-timing-function: linear;*/
/*    z-index: 4;*/
/*    border: 35px solid #fde7a9;*/
/*    border-top-style: none;*/
/*    animation-name: rotate-expected-graph;*/
/*    -webkit-animation-name: rotate-expected-graph;*/
/*}*/

a {
    color: #333333;
}

.test-report-summary-graph {
    position: relative;
    height: 160px;
    overflow: hidden;
    margin: 60px 0;
}

#myChart {
    width: 320px !important;
    height: 320px !important;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-90deg);
        -ms-transform: translateX(-50%) rotate(-90deg);
            transform: translateX(-50%) rotate(-90deg)
}

.chart-text {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 40px;
    font-weight: bold;
    color: #333333;
}

.chart-background {
    position: absolute;
    width: 315px;
    height: 315px;
    top: 3px;
    right: 313px;
    border: 38px solid #e0e0e0;
    border-radius: 100%;
    z-index: -1;
}

.test-report-detail-partner-advice-content.is-app-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.test-report-detail-partner-advice-content.is-app-style > div {
    padding: 0 !important;
}

@media (max-width: 720px) {
    .display-only-pc {
        display: none;
    }

    .display-only-mobile {
        display: unset !important;
    }

    .snsDiv {
        width: auto;
        /*margin: 40px 0;*/
        text-align: center;
        position: absolute;
        top: 64px;
        right: 24px;
    }

    .page {
        /*max-width: 312px;*/
        width: 100%;
        padding: 0 24px;
        overflow-x: hidden;
    }

    /**/
    .test-report-describe-title {
        margin: 128px auto 24px;
        font-size: 28px;
    }

    .test-report-describe-content {
        font-size: 20px;
        line-height: 32px;
        margin-top: 24px;
    }

    .test-report-summary {
        display: block;
        margin: 0 auto 24px;
    }

    .test-report-summary-emotion {
        /*margin-top: -118px;*/
    }

    /*.test-report-summary div {*/
    /*    flex-direction: row;*/
    /*    flex: 1;*/
    /*}*/
    .test-report-summary-emotion-title {
        font-size: 20px;
        line-height: normal;
    }

    .test-report-summary-emotion-content {
        margin-top: 8px;
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 24px;
    }

    .test-report-summary-emotion-content:last-of-type {
        margin-bottom: 0;
    }

    .overflowData:after {
        content: '예상초과';
        width: 60px;
        height: 22px;
        border-radius: 11px;
        background-color: #df492a;
        position: absolute;
        margin-left: 10px;
        color: #ffffff;
        font-size: 11px;
        text-align: center;
        line-height: 23px;
        font-weight: bold;
    }

    .test-report-describe-sub-title {
        margin: 32px auto 0;
        font-size: 22px;
    }

    .test-report-describe-sub-title:last-of-type {
        margin-bottom: 0;
    }

    .result-mark,
    .expect-mark {
        margin-top: 0;
        margin-right: 8px;
        width: 16px;
        height: 16px;
        border-radius: 4px;
    }

    .result-mark {
        background-color: #f57c00;
    }

    .expect-mark {
        background-color: #fde7a9;
    }

    .result-text {
        margin-right: 10px;
        margin-top: 1px;
    }

    .expect-text {
        margin-top: 1px;
        margin-right: 0;
    }

    .test-report-all-guide {
        margin: 16px -8px 23px;
        font-size: 12px;
        height: 16px;
        line-height: 16px;
    }

    .test-report-all {
        width: calc(100% + 16px);
        margin-left: -8px;
        margin-bottom: 32px;
        border-collapse: collapse;
        color: #333333;
    }

    .test-report-all thead tr {
        height: 40px;
        /*background: #f5f6fa;*/
    }

    .test-report-all thead th {
        /*font-weight: normal;*/
        /*border-top: 1px solid #E0E0E0;*/
        /*border-bottom: 1px solid #E0E0E0;*/
    }

    .test-report-all thead th {
        font-size: 12px;
        /*text-align: center;*/
    }

    .test-report-all tbody tr {
        height: 55px;
    }

    /*.test-report-all tbody tr:first-of-type > td {*/
    /*    border-top: 0;*/
    /*}*/
    /*.test-report-all tbody tr > td:first-of-type {*/
    /*    border-left: 0;*/
    /*}*/
    /*.test-report-all tbody tr > td:last-of-type {*/
    /*    border-right: 0;*/
    /*}*/
    /*.test-report-all tbody tr:last-of-type > td {*/
    /*    border-bottom: 0;*/
    /*}*/
    .test-report-all tbody td {
        font-size: 14px;
        text-align: left;
        border: 1px solid #E0E0E0;
        width: 15%;
    }

    /**/
    .test-report-detail {
        display: block;
        margin: 32px auto;
    }

    .test-report-detail:first-of-type {
        margin-top: 32px;
    }

    .test-report-detail div {
        /*flex-direction: row;*/
    }

    .test-report-detail .title {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 41%;
            flex-basis: 41%;
    }

    .test-report-detail .title p {
        font-size: 20px;
    }

    .test-report-detail .title span {
        font-size: 14px;
        margin-top: 4px;
    }

    .test-report-detail .report {
        width: 100%;
    }

    .test-report-detail .report table {
        float: none;
        width: 100%;
        height: 90px;
        border-collapse: collapse;
        margin-top: 24px;
    }

    .test-report-detail .report td.head {
        width: 78px;
        font-size: 12px;
        height: 44px;
        padding-bottom: 0;
    }

    .test-report-detail .report td.body {
        width: 78px;
        font-size: 14px;
    }

    .test-report-detail .report td.body:last-of-type {
        border-right: 0;
    }

    tr.none-tr {
        position: absolute;
        height: 16px !important;
        border-radius: 0 4px 4px 0;
    }

    tr.none-tr > td {
        border: 0;
        float: right;
        padding-right: 8px;
        line-height: 16px;
        font-weight: bold;
        font-size: 12px;
        width: auto;
    }

    .display-only-mobile__remove-border {
        border-right: 0 !important;
    }

    .graph-category {
        padding-right: 27px;
        padding-left: 16px;
    }

    .test-report-detail-analytics-content {
        margin: 32px auto 25px;
    }

    .test-report-detail-analytics-content .analytics-title {
        margin: 40px auto;
        font-size: 22px;
    }

    .test-report-detail-analytics-content .analytics-content {
        font-size: 14px;
        line-height: 22px;
        margin: 16px auto 40px;
    }

    /*hr {*/
    /*    height: 1px;*/
    /*    background-color: #e0e0e0;*/
    /*    border: none;*/
    /*}*/
    hr.test-guide-trost-hr {
        margin: 24px auto;
    }

    .test-report-detail-partner-advice-content {
        margin: 24px auto 16px;
    }

    .test-report-detail-partner-advice-content .partner-info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-preferred-size: 15%;
            flex-basis: 15%;
        height: 80px;
    }

    .test-report-detail-partner-advice-content .partner-info img {
        width: 80px;
        height: 80px;
    }

    .test-report-detail-partner-advice-content .partner-advice-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        height: 80px;
        padding: 10px 0 0 16px;
    }

    .partner-advice-content div {
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        min-width: 90px;
        height: 30px;
        margin: 0 16px 0 0;
        padding: 0 10px 0 10px;
        font-size: 12px;
        line-height: 30px;
    }

    .partner-advice-content .partner-name {
        display: block;
        margin: 10px 0 0 0;
        vertical-align: middle;
        font-size: 16px;
        font-weight: bold;
    }

    .partner-advice-content .partner-name span.level_1 {
        color: var(--sub-cobalt-500-sub, #4968ff);
    }

    .partner-advice-content .partner-name span.level_2 {
        color: var(--sub-cobalt-500-sub, #4968ff);
    }

    .partner-advice-content .partner-name span.level_3 {
        color: var(--sub-cobalt-500-sub, #4968ff);
    }

    .partner-message {
        margin: 16px auto;
        font-size: 16px;
        line-height: 24px;
    }

    .partner-profile-link {
        margin-bottom: 24px;
        text-align: right;
        font-size: 14px;
        font-weight: bold;
    }

    .partner-profile-link.display-only-mobile {
        display: block !important;
        margin-top: 16px;
    }

    .test-guide-trost {
        margin: 32px 0 24px;
        font-size: 20px;
        line-height: 32px;
    }

    .test-guide-share {
        text-align: center;
        margin: 0 auto 72px;
    }

    .test-guide-send-channel {
        display: block;
        margin: 0 0 8px 0;
        width: 100%;
        height: 44px;
        border-radius: 24px;
        font-size: 16px;
    }

    .test-guide-app-download {
        display: block;
        width: 100%;
        height: 44px;
        margin: 0;
        font-size: 16px;
    }

    .test-report-summary-graph {
        position: relative;
        height: 90px;
        width: 312px;
        top: 0;
        padding: 0;
        margin: 18px auto 24px;
    }

    /*.expected-value-graph {*/
    /*    position: absolute;*/
    /*    right: -49px;*/
    /*    top: 26px;*/
    /*    left: unset;*/
    /*}*/

    .total-value-text {
        width: 40px;
        height: 16px;
        border-radius: 8px;
        background-color: #f57c00;
        text-align: center;
        line-height: 16px;
        color: #FFFFFF;
        font-size: 11px;
        font-weight: bold;
        position: absolute;
        left: 134px;
        bottom: 25px;
        margin: 0;
    }

    /* 반원 그래프 */
    .total-value-graph {
        position: relative;
        overflow: hidden;
        list-style-type: none;
        margin: 0 auto;
        padding: 0;
        width: 160px;
        height: 80px;
    }

    .total-value-graph *,
    .total-value-graph::before {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

    .total-value-graph::before,
    .total-value-graph::after {
        position: absolute;
    }

    .total-value-graph::before {
        content: '';
        width: inherit;
        height: inherit;
        border: 20px solid rgba(211, 211, 211, .3);
        border-bottom: none;
        border-top-left-radius: 150px;
        border-top-right-radius: 150px;
    }

    .total-value-graph::after {
        content: '';
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        font-size: 20px;
        font-weight: bold;
        color: #333333;
    }

    .total-value-graph li {
        position: absolute;
        top: 100%;
        left: 0;
        width: inherit;
        height: inherit;
        border: 20px solid;
        border-top: none;
        border-bottom-left-radius: 150px;
        border-bottom-right-radius: 150px;
        -webkit-transform-origin: 50% 0;
            -ms-transform-origin: 50% 0;
                transform-origin: 50% 0;
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-duration: .4s;
                animation-duration: .4s;
        -webkit-animation-timing-function: linear;
                animation-timing-function: linear;
    }

    .total-value-graph li:nth-child(1) {
        z-index: 4;
        border-color: #f57c00;
        -webkit-animation-name: rotate-total-graph;
                animation-name: rotate-total-graph;
    }

    /*.expected-value-graph {*/
    /*    margin: 0;*/
    /*    padding: 0;*/
    /*    left: 24px;*/
    /*    top: 0;*/
    /*    list-style-type: none;*/
    /*    position: relative;*/
    /*    width: 128px;*/
    /*    height: 64px;*/
    /*    overflow: hidden;*/
    /*}*/

    /*.expected-value-graph *,*/
    /*.expected-value-graph::before {*/
    /*    box-sizing: border-box;*/
    /*}*/

    /*.expected-value-graph::before,*/
    /*.expected-value-graph::after {*/
    /*    position: absolute;*/
    /*}*/

    /*.expected-value-graph::before {*/
    /*    content: '';*/
    /*    width: inherit;*/
    /*    height: inherit;*/
    /*    border: 16px solid rgba(211, 211, 211, .3);*/
    /*    border-bottom: none;*/
    /*    border-top-left-radius: 120px;*/
    /*    border-top-right-radius: 120px;*/
    /*}*/

    /*.expected-value-graph::after {*/
    /*    content: '';*/
    /*    left: 50%;*/
    /*    bottom: 0;*/
    /*    transform: translateX(-50%);*/
    /*    font-size: 16px;*/
    /*    font-weight: bold;*/
    /*    color: #333333;*/
    /*}*/

    /*.expected-value-graph li {*/
    /*    position: absolute;*/
    /*    top: 100%;*/
    /*    left: 0;*/
    /*    width: inherit;*/
    /*    height: inherit;*/
    /*    border: 16px solid;*/
    /*    border-top: none;*/
    /*    border-bottom-left-radius: 120px;*/
    /*    border-bottom-right-radius: 120px;*/
    /*    transform-origin: 50% 0;*/
    /*    transform-style: preserve-3d;*/
    /*    backface-visibility: hidden;*/
    /*    animation-fill-mode: forwards;*/
    /*    animation-duration: .4s;*/
    /*    animation-timing-function: linear;*/
    /*}*/

    /*.expected-value-graph li:nth-child(1) {*/
    /*    z-index: 4;*/
    /*    border-color: #fde7a9;*/
    /*    animation-name: rotate-expected-graph;*/
    /*}*/
    /*.graph-category {*/
    /*    padding-right: 15px;*/
    /*    padding-left: 16px;*/
    /*    text-align: center !important;*/
    /*    line-height: 22px;*/
    /*}*/

    .test-report-all tbody td {
        width: 16%;
        /*line-height: 22px;*/
    }

    .br-under-320 {
        display: block;
    }

    #myChart {
        width: 180px !important;
        height: 180px !important;
    }

    .chart-text {
        font-size: 28px;
        left: calc(50% + 5px);
        bottom: 0;
    }

    .chart-background {
        position: absolute;
        width: 173px;
        height: 173px;
        top: 4px;
        right: 66px;
        border: 20px solid #e0e0e0;
        border-radius: 100%;
        z-index: -1;
    }

}

@media (max-width: 320px) {
    .test-report-summary-graph {
        position: relative;
        height: 70px;
        width: 100%;
        top: 0;
        padding: 0;
        margin: 18px auto 26px;
    }

    .total-value-text {
        width: 40px;
        height: 16px;
        border-radius: 8px;
        background-color: #f57c00;
        text-align: center;
        line-height: 16px;
        color: #FFFFFF;
        font-size: 11px;
        font-weight: bold;
        position: absolute;
        left: 134px;
        top: 30px;
    }

    /*.expected-value-text {*/
    /*    width: 54px;*/
    /*    height: 14px;*/
    /*    border-radius: 8px;*/
    /*    background-color: #fde7a9;*/
    /*    text-align: center;*/
    /*    line-height: 16px;*/
    /*    color: #333333;*/
    /*    font-size: 10px;*/
    /*    font-weight: bold;*/
    /*    position: absolute;*/
    /*    right: 28px;*/
    /*    top: 36px;*/
    /*    left: unset;*/
    /*}*/

    .test-report-all-guide {
        margin: 16px 0 23px;
    }

    /* 반원 그래프 */
    .total-value-graph {
        position: relative;
        overflow: hidden;
        list-style-type: none;
        margin: 0 auto;
        padding: 0;
        width: 140px;
        height: 70px;
    }

    .total-value-graph *,
    .total-value-graph::before {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

    .total-value-graph::before,
    .total-value-graph::after {
        position: absolute;
    }

    .total-value-graph::before {
        content: '';
        width: inherit;
        height: inherit;
        border: 20px solid rgba(211, 211, 211, .3);
        border-bottom: none;
        border-top-left-radius: 150px;
        border-top-right-radius: 150px;
    }

    .total-value-graph::after {
        content: '';
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        font-size: 20px;
        font-weight: bold;
        color: #333333;
    }

    .total-value-graph li {
        position: absolute;
        top: 100%;
        left: 0;
        width: inherit;
        height: inherit;
        border: 20px solid;
        border-top: none;
        border-bottom-left-radius: 150px;
        border-bottom-right-radius: 150px;
        -webkit-transform-origin: 50% 0;
            -ms-transform-origin: 50% 0;
                transform-origin: 50% 0;
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-duration: .4s;
                animation-duration: .4s;
        -webkit-animation-timing-function: linear;
                animation-timing-function: linear;
    }

    .total-value-graph li:nth-child(1) {
        z-index: 4;
        border-color: #f57c00;
        -webkit-animation-name: rotate-total-graph;
                animation-name: rotate-total-graph;
    }

    /*.expected-value-graph {*/
    /*    margin: 0;*/
    /*    padding: 0;*/
    /*    left: 16px;*/
    /*    top: 0;*/
    /*    list-style-type: none;*/
    /*    position: relative;*/
    /*    width: 116px;*/
    /*    height: 58px;*/
    /*    overflow: hidden;*/
    /*    display: inline-block;*/
    /*}*/

    /*.expected-value-graph *,*/
    /*.expected-value-graph::before {*/
    /*    box-sizing: border-box;*/
    /*}*/

    /*.expected-value-graph::before,*/
    /*.expected-value-graph::after {*/
    /*    position: absolute;*/
    /*}*/

    /*.expected-value-graph::before {*/
    /*    content: '';*/
    /*    width: inherit;*/
    /*    height: inherit;*/
    /*    border: 16px solid rgba(211, 211, 211, .3);*/
    /*    border-bottom: none;*/
    /*    border-top-left-radius: 120px;*/
    /*    border-top-right-radius: 120px;*/
    /*}*/

    /*.expected-value-graph::after {*/
    /*    content: '';*/
    /*    left: 50%;*/
    /*    bottom: 0;*/
    /*    transform: translateX(-50%);*/
    /*    font-size: 16px;*/
    /*    font-weight: bold;*/
    /*    color: #333333;*/
    /*}*/

    /*.expected-value-graph li {*/
    /*    position: absolute;*/
    /*    top: 100%;*/
    /*    left: 0;*/
    /*    width: inherit;*/
    /*    height: inherit;*/
    /*    border: 16px solid;*/
    /*    border-top: none;*/
    /*    border-bottom-left-radius: 120px;*/
    /*    border-bottom-right-radius: 120px;*/
    /*    transform-origin: 50% 0;*/
    /*    transform-style: preserve-3d;*/
    /*    backface-visibility: hidden;*/
    /*    animation-fill-mode: forwards;*/
    /*    animation-duration: .4s;*/
    /*    animation-timing-function: linear;*/
    /*}*/

    /*.expected-value-graph li:nth-child(1) {*/
    /*    z-index: 4;*/
    /*    border-color: #fde7a9;*/
    /*    animation-name: rotate-expected-graph;*/
    /*}*/

    .test-guide-trost {
        font-size: 18px;
        line-height: 30px;
    }

    #myChart {
        width: 140px !important;
        height: 140px !important;
    }

    .chart-text {
        font-size: 0;
    }

    .chart-background {
        position: absolute;
        width: 135px;
        height: 135px;
        top: 4px;
        right: 66px;
        border: 16px solid #e0e0e0;
        border-radius: 100%;
        z-index: -1;
    }
}


/*# sourceMappingURL=../../../sourcemaps/test/medicine/report/report.css.map*/