@font-face {
    font-family: 'NanumMyeongjo';
    font-weight: 400;
    font-display: swap;
    src: url("/fonts/nanum-myeongjo/NanumMyeongjo.eot");
    src: url("/fonts/nanum-myeongjo/NanumMyeongjo.eot?#iefix") format("embedded-opentype"),
    url("/fonts/nanum-myeongjo/NanumMyeongjo.woff") format("woff"),
    url("/fonts/nanum-myeongjo/NanumMyeongjo.ttf") format("truetype");
}

@font-face {
    font-family: 'NanumMyeongjo';
    font-weight: 600;
    font-display: swap;
    src: url("/fonts/nanum-myeongjo/NanumMyeongjoBold.eot");
    src: url("/fonts/nanum-myeongjo/NanumMyeongjoBold.eot?#iefix") format("embedded-opentype"),
    url("/fonts/nanum-myeongjo/NanumMyeongjoBold.woff") format("woff"),
    url("/fonts/nanum-myeongjo/NanumMyeongjoBold.ttf") format("truetype");
}

@font-face {
    font-family: 'NanumMyeongjo';
    font-weight: 800;
    font-display: swap;
    src: url("/fonts/nanum-myeongjo/NanumMyeongjoExtraBold.eot");
    src: url("/fonts/nanum-myeongjo/NanumMyeongjoExtraBold.eot?#iefix") format("embedded-opentype"),
    url("/fonts/nanum-myeongjo/NanumMyeongjoExtraBold.woff") format("woff"),
    url("/fonts/nanum-myeongjo/NanumMyeongjoExtraBold.ttf") format("truetype");
}

body {
    counter-reset: page;
}

.report-wrapper .loading-layout {
    display: flex;
    background-color: #fff;
    flex-direction: column;
}

.report-wrapper .error-wrapper > div {
    align-items: center;
    max-width: 55%;
}

.report-wrapper .error-wrapper img {
    width: 40%;
    color: #f25c35;
}

.report-wrapper .error-wrapper h2 {
    color: #f25c35;
    margin: 0;
    padding-top: 17mm;
    line-height: 1.3;
    word-wrap: break-word;
    word-break: keep-all;
}

.report-wrapper .loading-layout div {
    flex-direction: column;
    text-align: center;
}

.report-wrapper .loading-layout div h2 {
    margin-right: 0;
    margin-bottom: 8.994mm;
}

.report-wrapper {
    line-height: 1;
    color: #000000;
}

.report-wrapper h2,
.report-wrapper h3,
.report-wrapper h4 {
    line-height: 1;
}

.report-wrapper ul {
    margin-bottom: 0;
}

.report-wrapper .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}

.report-wrapper {
    position: relative;
}

.report-wrapper div {
    display: flex;
}

.report-wrapper .wrapper {
    margin: 0 auto;
    width: 210mm;
    flex-direction: column;
}

.report-wrapper h2 {
    margin-left: auto;
    margin-right: 8.995mm;
    overflow: inherit;
    padding-top: 8.995mm;
    box-sizing: border-box;
    margin-bottom: 0;
}

.report-wrapper h2 img {
    width: 42mm;
}

.report-wrapper .page-title {
    font-weight: 600;
    font-size: 6.4mm;
    margin-bottom: 8.995mm;
    color: #195aa8;
}

.report-wrapper .page-title b {
    font-weight: 800;
}

.report-wrapper .companyName-title {
    font-size: 8.4mm;
    font-weight: 700;
    margin-bottom: 8.995mm;
}

.report-wrapper .report-title {
    margin-bottom: 4.4545mm;
    font-weight: 600;
    font-size: 5.2mm;
}

.report-wrapper .sub-title {
    margin-bottom: 4.4545mm;
    font-weight: 400;
    font-size: 4.8mm;
}

/*.report-wrapper #program.print-page-p{*/
/*    min-height:297mm;*/
/*}*/

.report-wrapper #program .content {
    margin-bottom: 10mm;
}

.report-wrapper #program .sub-title {
    margin-bottom: -1.4545mm;
}

.report-wrapper #program .justify-content-between .sub-title {
    margin-bottom: 4.4545mm;
}

.report-wrapper #program .justify-content-between .report-title {
    margin-bottom: 8.995mm;
}

.report-wrapper .content {
    flex-direction: column;
    margin-bottom: 8.995mm;
}

.report-wrapper .content:last-of-type {
    margin-bottom: 0;
}

.report-wrapper .report-table-wrapper {
    box-sizing: border-box;
    border-radius: 7px;
    flex-direction: column;
    overflow: hidden;
}

.report-wrapper .report-table-wrapper .f-auto .th {
    justify-content: flex-end;
    text-align: center;
}

.report-wrapper .report-table-wrapper .f-auto .th:not(:first-of-type) {
    flex: 1 1 auto;
}

.report-wrapper .report-table-wrapper .f-auto .td {
    flex: 1 1;
    box-sizing: border-box;
    justify-content: flex-end;
    text-align: center;
}

.report-wrapper .report-table-wrapper .column, .report-wrapper .report-table-wrapper .row {
    box-sizing: border-box;
    font-size: 4mm;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #F6F9FC;
    position: relative;
}

.report-wrapper .report-table-wrapper .column::before, .report-wrapper .report-table-wrapper .row::before {
    content: "";
    width: calc(100% - (8.995mm * 2));
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.report-wrapper .report-table-wrapper .th {
    font-weight: 500;
    width: 30mm;
    padding: 3mm 0;
    word-break: keep-all;
    align-items: center;
}

.report-wrapper .report-table-wrapper .td {
    font-weight: 300;
    padding: 3mm 0;
    flex: 1 1 auto;
    line-height: 1.4;
    word-break: break-word;
    word-wrap: break-word;
    align-items: center;
}

.report-wrapper .report-table-wrapper .column {
    flex: 1 1;
}

.report-wrapper .report-table-wrapper .column::before {
    display: none;
}

.report-wrapper .report-table-wrapper .column .th, .report-wrapper .report-table-wrapper .column .td {
    justify-content: center;
    width: auto;
    text-align: center;
}

.report-wrapper .report-table-wrapper .row {
    flex-direction: row;
    padding: 0 8.995mm;
}

.report-wrapper .report-table-wrapper .row:first-of-type {
    padding-top: 2.4545mm;
}

.report-wrapper .report-table-wrapper .row:last-of-type {
    padding-bottom: 2.4545mm;
}

.report-wrapper .report-table-wrapper .row:last-of-type::before {
    display: none;
}

.report-wrapper .print-page, .report-wrapper .print-page-p, .certificate .print-page-c {
    box-sizing: border-box;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 210mm;
    height: calc(297mm - 30mm);
}

.report-wrapper .report-cover.print-page, .certificate .print-page-c {
    height: 297mm;
}

.report-wrapper .report-box-container {
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 14px;
}

.report-wrapper .report-box-container .row {
    flex-direction: row;
    flex-wrap: wrap;
    width: calc(100% * ((1 / 3) * 2));
}

.report-wrapper .report-box-container .column {
    width: calc(100% / 3);
    flex-direction: column;
    box-sizing: border-box;
}

.report-wrapper .report-box-container .column .td {
    justify-content: flex-end;
    font-size: 6mm;
    font-weight: 600;
    color: #1C5CAA;
}

.report-wrapper .report-box-container .column .th {
    font-size: 12px;
}

.report-wrapper .report-box-container .column .td .format {
    font-size: 14px;
    font-weight: 300;
    margin-left: 4px;
}

.report-wrapper .report-box-container .column .th {
    font-weight: 300;
    margin-bottom: 4mm;
}

.report-wrapper .report-box-container .row .column {
    width: 50%;
    background-color: #F6F9FC;
}

.report-wrapper .report-box-container .row .column:nth-of-type(1) {
    padding: 6mm 4.4545mm 4.4545mm 6mm;
    border-bottom: 1px solid #EEF2F7;
}

.report-wrapper .report-box-container .row .column:nth-of-type(2) {
    padding: 6mm 4.4545mm 4.4545mm 4.4545mm;
    border-left: 1px solid #EEF2F7;
    border-bottom: 1px solid #EEF2F7;
}

.report-wrapper .report-box-container .row .column:nth-of-type(3) {
    padding: 4.4545mm 4.4545mm 6mm 6mm;
    border-right: 1px solid #EEF2F7;
}

.report-wrapper .report-box-container .row .column:nth-of-type(4) {
    padding: 4.4545mm 4.4545mm 6mm 4.4545mm;
}

.report-wrapper .report-box-container .total-result {
    background-color: #1C5CAA;
    padding: 6mm;
    color: #ffffff;
}

.report-wrapper .report-box-container .total-result .th {
    font-size: 4mm;
}

.report-wrapper .report-box-container .total-result .td {
    background-color: #1C5CAA;
    color: #ffffff;
    margin-top: auto;
    font-size: 7.4mm;
}

.report-wrapper .report-box-container .total-result .td .format {
    font-size: 6mm;
}

.report-wrapper .print-page-p {
    box-sizing: border-box;
    height: auto;
    padding: 10mm;
}

.report-wrapper .report-info, .report-wrapper .report-footer {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 11.595mm;
    width: 100%;
}

.report-wrapper .report-info {
    width: 100%;
    height: calc(169.32mm - (8.4mm / 2) - 3.0mm);
}

.report-wrapper .report-info h3 {
    font-size: 18.4mm;
    letter-spacing: -1px;
    font-weight: 800;
    line-height: 1;
    padding-bottom: 3.1725mm;
    margin-bottom: 0;
    color: #000000;
    margin-top: auto;
}

.report-wrapper .report-info strong {
    display: block;
    font-size: 9.4mm;
    font-weight: 700;
    padding-bottom: 6.35mm;
    width: fit-content;
    border-bottom: 2px solid #195AA8;
    margin-bottom: 6.5mm;
}

.report-wrapper .report-info h4 {
    font-size: 6.6mm;
    margin-top: 6.35mm;
    margin-bottom: 0;
}

.report-wrapper .report-info p {
    font-size: 3.9mm;
    color: #195AA8;
    width: 57%;
    word-break: keep-all;
    line-height: 1.6;
    margin-bottom: 0;
}

.report-wrapper .report-info p b {
    font-weight: 800;
}

.report-wrapper .report-footer {
    background-color: #195AA8 !important;
    width: 100%;
    height: 127.68mm;
    box-sizing: border-box;
}

.report-wrapper .report-footer .url-wrapper {
    justify-content: space-between;
}

.report-wrapper .report-footer .url-wrapper a {
    font-size: 4.8mm;
    font-weight: 600;
    color: #ffffff;
}

.report-wrapper .report-footer .url-wrapper img {
    margin-left: auto;
}

.report-wrapper .report-footer .info-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: auto;
    color: #ffffff;
    line-height: 1.52;
    font-weight: 400;
    font-size: 3.6mm;
    width: auto;
}

.report-wrapper .report-footer .info-wrapper > div {
    display: block;
}

.report-wrapper .report-footer .info-wrapper h2 {
    width: 60mm;
    margin: 8.995mm auto 4.4545mm auto;
    padding: 0;
}

.report-wrapper .report-footer .info-wrapper img {
    width: 100%;
}

.report-wrapper .report-footer .info-wrapper b {
    font-weight: 600;
}

.report-wrapper .report-footer .info-wrapper p {
    line-height: 1.52;
    margin-top: 6.25mm;
    margin-bottom: 0;
}

.report-wrapper .copyBtn, .report-wrapper .pdfBtn {
    position: fixed;
    bottom: 10vh;
    right: 10vw;
    width: 22mm;
    height: 22mm;
    border-radius: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #195AA8;
    box-sizing: border-box;
    color: #1032b9;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    font-weight: 600;
    word-break: keep-all;
}

.report-wrapper .copyBtn .ti, .report-wrapper .pdfBtn .ti {
    font-size: 6mm;
    margin-bottom: 3px;
    display: block;
}

.report-wrapper .copyBtn .material-symbols-outlined, .report-wrapper .pdfBtn .material-symbols-outlined {
    margin-bottom: 1rem;
    font-size: 3rem;
}

.report-wrapper .pdfBtn {
    bottom: calc(10vh + 20rem);
}

.report-wrapper .echarts-tooltip-custom {
    display: flex;
    flex-direction: column;
}

.report-wrapper .echarts-tooltip-custom div {
    display: block;
}

.report-wrapper .point {
    color: #195AA8;
    font-weight: 600;
}

.report-wrapper .appendix p {
    line-height: 1.45;
    margin-bottom: 4mm;
    font-size: 4mm;
    word-break: keep-all;
}

/*.appendix .page-title {*/
/*    color: #000000;*/
/*}*/

.report-wrapper .print-page-p.appendix {
    height: 297mm;
}

.report-wrapper .appendix p:last-of-type {
    margin-bottom: 0;
}

.report-wrapper .appendix-list-wrapper + p {
    color: #898989;
    margin-top: 8.995mm;
}

.report-wrapper .appendix-list-wrapper > div {
    padding: 4.4545mm 0;
}

.report-wrapper .appendix-list-wrapper .point {
    font-size: 4.2mm;
    width: 30mm;
}

.report-wrapper .appendix-list-wrapper ul li {
    font-size: 4mm;
    padding-bottom: 2.4mm;
}

.report-wrapper .appendix-list-wrapper ul li:last-child {
    padding-bottom: 0;
}

.report-wrapper .contract-wrapper ul li {
    padding-bottom: 2mm;
    font-size: 4mm;
}

.report-wrapper .appendix-footer {
    width: 100%;
    text-align: center;
    margin-top: 0mm;
}

.report-wrapper .appendix-footer img {
    width: 60mm;
    margin: 6mm auto 0;
}

.report-wrapper .program-summary-wrapper {
    background-color: #F6F9FC;
    padding: 4.4545mm;
    box-sizing: border-box;
    border-radius: 7px;
    font-size: 4.6mm;
}

.report-wrapper .program-summary-wrapper strong {
    font-weight: 700;
    margin: 0 1mm;
}

.report-wrapper .grade-theme {
    box-sizing: border-box;
    border: 1px solid #1032b9;
}

.report-wrapper .grade-theme .row {
    background-color: transparent;
    padding: 0;
}

.report-wrapper .grade-theme .row:first-of-type {
    padding-top: 0;
}

.report-wrapper .grade-theme .row:last-of-type {
    padding-bottom: 0;
}

.report-wrapper .grade-theme .column {
    background-color: transparent;
}

.report-wrapper .grade-theme .column .th {
    background-color: #1032b9;
    color: #fff;
}

.report-wrapper .grade-theme .column .th b {
    font-weight: 700;
    margin-right: 1mm;
}

.report-wrapper .grade-theme .column .td {
    font-weight: 700;
    font-size: 5mm;
    color: #1032b9;
}

.report-wrapper .grade-result .td {
    font-weight: 700;
    font-size: 5mm;
    color: #1032b9;
}

#report01 .content:first-of-type {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
}

#report01 .content {
    padding-top: 8.995mm;
    margin-bottom: 0;
}

#report01.print-page-p {
    break-before: page;
}

.echart-chart {
    width: 100%;
    height: 77mm;
    padding-bottom: 8.995mm;
    box-sizing: content-box;
}

.echart-chart.scatter {
    height: 80mm;
    padding-bottom: 0;
    box-sizing: border-box;
}

.report-wrapper .scatterChart-wrapper {
    display: block;
    width: 100%;
    margin-bottom: 0;
    margin-top: 8.995mm;

}

.report-wrapper .print-page-p .scatterChart-wrapper:first-of-type {
    margin-top: 0;
    margin-bottom: 0;
}

.report-wrapper .report-index-container {
    margin-top: auto;
    flex-direction: column;
}

.report-wrapper .report-index-wrapper {
    width: 100%;
    flex-wrap: wrap;
    /*flex-direction:row;*/
    display: block;
}

.report-wrapper .report-index-wrapper > div {
    width: 50%;
    flex-direction: column;
    border-left: 2px solid #195AA8;
    box-sizing: border-box;
    padding: 2.4545mm 0 2.4545mm 8.995mm;
    margin-bottom: 8.995mm;
    display: block;
    float: left;
    /*min-height: 220px;*/
}

.report-wrapper .report-index-wrapper > .appendix-title .index-title {
    margin-bottom: 0;
}

.report-wrapper .report-index-wrapper > .appendix-title .index-title a {
    margin-bottom: 0;
    padding-bottom: 0;
}

.report-wrapper .report-index-wrapper .index-list li {
    display: block;
}

.report-wrapper .report-index-wrapper .index-list li a {
    color: #195AA8;
    font-size: 5.4mm;
    padding-bottom: 4.4545mm;
    word-break: keep-all;
    line-height: 1;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.report-wrapper .report-index-wrapper .index-list li a[href^="#"]::after {
    content: " (" attr(href) ")";
    display: block;
    color: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.report-wrapper .report-index-wrapper .index-list li:last-of-type a {
    padding-bottom: 0;
}

.report-wrapper .report-index-wrapper .index-title a {
    color: #195AA8;
    margin-bottom: 8.995mm;
    padding-bottom: 4.4545mm;
    display: flex;
    flex-direction: row;
}

.report-wrapper .report-index-wrapper .index-title a b {
    margin-right: 1.6mm;
}

.report-wrapper .report-index-wrapper .p-num {
    padding-right: 6mm;
    position: relative;
    display: flex;
    font-size: 4.6mm;
    margin: 0 4.4545mm;
    flex: 1 1 auto;
    /* text-align: right; */
    justify-content: flex-end;
    box-sizing: border-box;
    align-items: center;
}

.report-wrapper .report-index-wrapper .p-num::after {
    position: absolute;
    top: 1px;
    bottom: 0;
    border-bottom: 2px dotted #195AA8;
    display: block;
    width: calc(88% - 7.8mm);
    content: '';
    left: 0;
    margin: auto;
    height: 1px;
}

#report02 .report-title {
    margin-bottom: 0;
}

#report02 .scatterChart-wrapper > .sub-title {
    padding-bottom: 3mm;
    border-bottom: 2px solid #1032b9;
    display: inline-block;
    margin-bottom: 4.4545mm;
    font-size: 4.2mm;
}

#economicEfficiency .report-title {
    border-bottom: none;
    margin-bottom: 4.4545mm;
}

.report-wrapper .print-page.report-index {
    padding: 11.595mm !important;
    box-sizing: border-box;
    color: #195AA8;
}

.report-wrapper .report-index h2 {
    margin-right: 0;
    padding-top: 0;
}

.report-wrapper .report-index strong {
    font-size: 10mm;
    margin-bottom: 36mm;
}

.report-wrapper .report-info {
    color: #195AA8;
}

.report-wrapper .box-layout .td span > span, .report-wrapper .box-layout li .service-result > span {
    font-weight: 400;
    font-size: 4mm;
}

.report-wrapper .report-warning {
    color: #f16767;
    text-align: right;
    vertical-align: bottom;
    line-height: 1.3;
}

.report-wrapper .service-list {
    display: flex;
    flex-wrap: wrap;
}

.report-wrapper .service-list li {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 7mm 0 0 0;
    max-width: 33.333%;
    flex: 1 0 33.333%;
}

/*.report-wrapper .service-list.box-layout li:nth-of-type(n+3) {*/
/*    margin-top:4.4545mm;*/
/*}*/
.report-wrapper .service-list li span .service-title {
    min-height: 52px;
}

.report-wrapper .service-list li > span {
    padding: 4.4545mm;
    display: flex;
    flex-direction: column;
    background-color: #F6F9FC;
    box-sizing: border-box;
    line-height: 1.2;
    word-break: keep-all;
    border-right: 1px solid #EFEFEF;
}

.report-wrapper .service-list li span .service-result {
    text-align: right;
    margin-top: 3.7545mm;
    color: #195AA8;
    font-weight: 600;
    font-size: 6mm;
}

/*.report-wrapper .service-list .service-total-result{*/
/*    width:calc((100% / 3));*/

/*}*/
.report-wrapper .service-list .service-total-result li > span {
    background-color: #195AA8;
    color: #ffffff;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.report-wrapper .service-list .service-total-result li .service-title {
    min-height: 46px;
}

.report-wrapper .service-list .service-total-result li .service-result {
    font-size: 7.4mm;
    color: #ffffff;
}

/*.report-wrapper .service-list li ul{*/
/*    display: flex;*/
/*    flex-direction:row;*/
/*    flex-wrap:wrap;*/
/*}*/
.report-wrapper .service-list ul {
    display: contents;
    padding: 0; /* 기본 패딩 제거 */
    margin: 0; /* 기본 마진 제거 */
}

.report-wrapper .service-list .row-end > span {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-right: none;
}

.report-wrapper .service-list .row-start > span {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    /*border-right: none;*/
}

.report-wrapper #comparisonTable .th {
    width: 37.2mm;
    padding: 2.4mm 2.4mm 2.4mm 0;
}

.report-wrapper #comparisonTable .row:first-of-type .th {
    width: 100%;
    text-align: center;
    justify-content: center;
    font-weight: 500;
    padding: 3mm 0;
}

.report-wrapper #comparisonTable .report-table-wrapper {
    margin-bottom: 4.4545mm;
}

.report-wrapper #comparisonTable .row .td {
    padding: 0;
    line-height: 1;
}

/*.report-wrapper #comparisonTable .row:last-of-type {*/
/*    padding-bottom: 0mm;*/
/*}*/
.report-wrapper #comparisonTable .row .td.grade {
    background-color: #195AA8;
    font-weight: 700;
    color: #ffffff;
}

.report-wrapper #comparisonTable .report-table-wrapper.data-null {
    opacity: 0.5;
}

.report-wrapper #comparison #companyComparisonAnalysis {
    background-color: #dfefff;
}

/*.report-wrapper .service-list li:nth-child(1n+3){*/
/*    border-radius: 7px 0 0 7px;*/
/*}*/
/*.report-wrapper .service-list li:nth-child(3n){*/
/*    border-radius: 7px 0 0 7px;*/
/*}*/
/*.report-wrapper .service-list li:first-of-type {*/
/*    width:calc((100% / 3));*/
/*    flex:inherit;*/
/*}*/
.report-wrapper .pdf-print-info-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    background-color: #ffffff;
    display: none;
    flex-direction: column;
    height: 100%;
    padding-bottom: 5mm;
}

.report-wrapper .pdf-print-info-wrapper .scroll-wrapper {
    overflow-y: auto;
    display: block;
    width: 100%;
}

.report-wrapper .pdf-print-info-wrapper img {
    max-width: 210mm;
    width: 100%;
    margin: 0 auto;
}

.report-wrapper .closed-info-btn {
    background-color: transparent;
    width: auto;
    border: none;
    border-bottom: 1px solid #103add;
    padding: 3mm;
    box-sizing: border-box;
    outline: none;
    box-shadow: none;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    color: #103add;
    font-family: "Pretendard", sans-serif, "Noto Sans KR";
}

.report-wrapper .closed-info-btn i {
    margin-right: 2mm;
}

.report-wrapper .infoBtn {
    display: flex;
    position: fixed;
    margin-bottom: 6mm;
    bottom: calc(10vh + 22mm);
    right: calc(10vw + 1.5mm);
    z-index: 1;
    border: 1px solid #103add;
    color: #103add;
    box-sizing: border-box;
    border-radius: 7px;
    flex-direction: row;
    text-align: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 3mm;
    background-color: #ffffff;
    font-size: 4.2mm;
    font-family: "Pretendard", sans-serif, "Noto Sans KR";
}

.report-wrapper .infoBtn i {
    margin-right: 2mm;
    font-size: 4.2mm;
}


.certificate {
    font-family: "NanumMyeongjo", "Pretendard", sans-serif, "Noto Sans KR";
}

.certificate .copyBtn {
    font-family: "Pretendard", sans-serif, "Noto Sans KR";
}

.certificate .loading-layout {
    font-family: "Pretendard", sans-serif, "Noto Sans KR";
}

.certificate .print-page-c {
    padding: 8.995mm;
    box-sizing: border-box;
    text-align: center;
}

.certificate .border-one, .certificate .border-two {
    display: flex;
    border: 2px solid #1C5CAA;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 1mm;
    flex-direction: column;
}

.certificate .border-one {
    position: relative;
    z-index: 0;
}

.certificate .border-one > img {
    position: absolute;
    opacity: 0.1;
    width: 90mm;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.certificate .border-two {
    padding: 8.995mm;
    position: relative;
    z-index: 2;
}

.certificate .c-number {
    text-align: right;
    font-size: 14px;
    color: #000000;
}

.certificate .c-title {
    justify-content: center;
    flex-direction: column;
    margin-bottom: 26mm;
    margin-top: 20mm;
}

.certificate .c-title h3 {
    margin-bottom: 6mm;
    font-weight: 600;
    letter-spacing: 0.4mm;
    font-size: 8mm;
    color: #000000;
}

.certificate .c-title h3:last-of-type {
    font-size: 12mm;
    letter-spacing: 2.5mm;
    margin-bottom: 0;
}

.certificate .c-info {
    justify-content: center;
    flex-direction: column;
    font-size: 7mm;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10mm;
}

.certificate .c-company-info {
    font-family: "Pretendard", sans-serif, "Noto Sans KR";
    display: block;
    font-size: 6mm;
    text-align: left;
    font-weight: 300;
    margin: 0 auto;
    max-width: 70%;
    word-break: keep-all;
}

.certificate .c-company-info p {
    display: flex;
    margin-bottom: 8mm;
}

.certificate .c-company-info span {
    letter-spacing: 2mm;
}

.certificate .c-confirm-info {
    margin-top: auto;
    flex-direction: column;
    font-size: 6mm;
    font-weight: 400;
    justify-content: center;
}

.certificate .c-confirm-info p {
    margin-bottom: 5mm;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.certificate .c-confirm-info p img {
    width: 20mm;
    position: absolute;
    right: 14%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.certificate .c-confirm-info h2 {
    margin: 0 auto 8mm auto;
    width: 42mm;
}

.certificate .c-confirm-info h2 img {
    width: 100%;
}

.certificate #companyName, .certificate #crn, .certificate #ceoName {
    letter-spacing: 0;
    margin-left: 1mm;
}

svg {
    shape-rendering: crispEdges;
    text-rendering: geometricPrecision;
}

.report-wrapper .page-number {
    display: none;
}


@page {
    size: A4;
    margin: 0 !important;
    /*margin: 0.1mm 0.1mm 10.0mm 0.1mm !important;*/
    /*margin: 20mm;*/
    /*@page :first {*/
    /*    margin: 0 !important;*/
    /*}*/
}


/*@page :right {*/
/*    @bottom-right {*/
/*        content: 'Page' counter(page);*/
/*        color: red;*/
/*        font-size: 3rem;*/
/*        font-weight: 600;*/
/*        display: block;*/
/*        width: 100px;*/
/*        height: 50px;*/
/*        background-color: lightblue;*/
/*    }*/
/*}*/


.page-number .number {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    display: block;
    text-align: center;
    color: #3e3e3e;
}

@media print {
    .report-wrapper .page-number {
        position: absolute;
        font-weight: 300;
        font-size: 4mm;
        top: 0;
        right: 0;
        left: 0;
        display: block;
        /*width: 50px;*/
        /*height: 60px;*/
        width: 100%;
        height: 297mm;
    }

    /*.report-wrapper .page-number::after {*/
    /*    content: "Page " counter(page);*/
    /*    color: red;*/
    /*    font-size: 3rem;*/
    /*    font-weight: 600;*/
    /*    display: block;*/
    /*    !*width: 50px;*!*/
    /*    !*height: 60px;*!*/
    /*}*/
    * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    body, html, .container-fluid, .container-fluid, .body-wrapper {
        margin: 0 !important;
        padding: 0 !important;
    }

    .pdf-print-info-wrapper, .report-wrapper .infoBtn {
        display: none !important;
    }

    .report-loading {
        display: none;
    }

    .left-sidebar, .topbar, .navigation {
        display: none !important;
    }

    .report-wrapper {
        margin: 0 !important;
        padding: 0 !important;
    }

    .echart-chart {
        width: 100%;
    }

    .report-wrapper .wrapper {
        width: 100% !important;
        margin-top: 0;
    }

    .report-wrapper .print-page-p {
        margin: 0 0 0mm 0 !important;
        padding: 10mm !important;
        break-before: page;
        box-sizing: border-box;
        /*break-inside: avoid;*/
        /*break-inside: avoid;*/
        /*page-break-before: always;*/
    }

    .report-wrapper .print-page {
        margin: 0 !important;
        padding: 0 !important;
        width: 100%;
        break-before: page;
    }

    .report-wrapper .content {
        break-inside: avoid;
    }

    .report-wrapper .report-table-wrapper {
        break-before: auto;
    }

    #participating .content:first-child {
        padding-top: 0;
    }

    #participating .content:nth-of-type(n+2) {
        padding-top: 8.995mm;
    }

    /*#financeInfo.print-page-p{*/
    /*    width: 100%;*/
    /*    break-before: page;*/
    /*    height: 297mm;*/
    /*}*/
    .report-wrapper .scatterChart-wrapper {
        break-before: auto;
        padding-top: 10mm;
        box-sizing: border-box;
        margin-top: 0;
    }

    .report-wrapper .scatterChart-wrapper:first-of-type {
        padding-top: 0;
    }

    .report-wrapper .appendix {
        break-before: page;
    }

    .report-wrapper #program.print-page-p {
        /*break-before: page;*/
        /*page-break-before: avoid;*/
        /*page-break-after: avoid;*/
        break-after: auto;
    }

    .report-wrapper #report02.print-page-p .report-title {
        /*padding-top: 10mm;*/
    }

    .report-wrapper #program .content {
        margin-bottom: 0;
        break-before: initial;
        break-inside: initial;
        /*break-before: always;*/
        /*page-break-after: auto;*/
    }

    .report-wrapper #program .page-title, .report-wrapper #comparison .page-title {
        padding-top: 10mm;
    }

    .report-wrapper #program .sub-title {
        padding-top: 10mm;
        margin-top: 0;
        /*break-inside: avoid;*/
        break-after: avoid;
    }

    .report-wrapper #program .justify-content-between .sub-title {
        margin-top: 0;
        padding-top: 0;
    }

    /*.report-wrapper #program .report-title{*/
    /*    margin-top:4.4545mm;*/
    /*}*/
    .report-wrapper .service-list li {
        /*break-before: auto;*/
        break-inside: avoid;
    }

    .report-wrapper .copyBtn, .report-wrapper .pdfBtn {
        display: none !important;
    }

    /*a[href^="#"]::after {*/
    /*    content: " (" attr(href) ")";*/
    /*    color: transparent;*/
    /*}*/
}

