html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: 'NotoSansKR', sans-serif;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
@font-face {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/noto-sans-kr-v13-korean-300.009b44c32c6038afa433.eot); /* IE9 Compat Modes */
  src: local(''),
       url(fonts/noto-sans-kr-v13-korean-300.009b44c32c6038afa433.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
       url(fonts/noto-sans-kr-v13-korean-300.28b53eca8a26709b2f84.woff2) format('woff2'), /* Super Modern Browsers */
       url(fonts/noto-sans-kr-v13-korean-300.1a063ac51ad2ed1d4cb1.woff) format('woff'), /* Modern Browsers */
       url(images/noto-sans-kr-v13-korean-300.dd01e2ac1b2a2728daf0.svg#NotoSansKR) format('svg'); /* Legacy iOS */
}
/* noto-sans-kr-regular - korean */
@font-face {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/noto-sans-kr-v13-korean-regular.caafc8d1f79fb1301b5d.eot); /* IE9 Compat Modes */
  src: local(''),
       url(fonts/noto-sans-kr-v13-korean-regular.caafc8d1f79fb1301b5d.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
       url(fonts/noto-sans-kr-v13-korean-regular.038374b1b68c25c907d0.woff2) format('woff2'), /* Super Modern Browsers */
       url(fonts/noto-sans-kr-v13-korean-regular.1ed88468d8b70e957b21.woff) format('woff'), /* Modern Browsers */
       url(images/noto-sans-kr-v13-korean-regular.a0ae988be3f73a265146.svg#NotoSansKR) format('svg'); /* Legacy iOS */
}
/* noto-sans-kr-700 - korean */
@font-face {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/noto-sans-kr-v13-korean-700.03c57c327703281ddf26.eot); /* IE9 Compat Modes */
  src: local(''),
       url(fonts/noto-sans-kr-v13-korean-700.03c57c327703281ddf26.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
       url(fonts/noto-sans-kr-v13-korean-700.48daf0c1fd79379889f2.woff2) format('woff2'), /* Super Modern Browsers */
       url(fonts/noto-sans-kr-v13-korean-700.cccb1c6ec3ccbbaaa90c.woff) format('woff'), /* Modern Browsers */
       url(images/noto-sans-kr-v13-korean-700.c10d39aef866c0f6ee48.svg#NotoSansKR) format('svg'); /* Legacy iOS */
}
/* noto-sans-kr-500 - korean */
@font-face {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: 500;
  src: url(fonts/noto-sans-kr-v13-korean-500.b62a6cff81c8769b63a5.eot); /* IE9 Compat Modes */
  src: local(''),
       url(fonts/noto-sans-kr-v13-korean-500.b62a6cff81c8769b63a5.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
       url(fonts/noto-sans-kr-v13-korean-500.06cb9caa067b341db8d0.woff2) format('woff2'), /* Super Modern Browsers */
       url(fonts/noto-sans-kr-v13-korean-500.386f62c0f4f9bcf91277.woff) format('woff'), /* Modern Browsers */
       url(images/noto-sans-kr-v13-korean-500.5a1f9a9b2c645b681b3d.svg#NotoSansKR) format('svg'); /* Legacy iOS */
}
html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    justify-content: center;
    overflow-y: scroll;
    /*background: #edf3f7;*/
    background: url(images/or_bg.2971495f00206c70ad6e.png) repeat center center fixed;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

button, label {
    cursor: pointer;
}

.hidden {
    display: none !important;
}

.wrapper {
    width: 800px;
}

.test-header {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    background: transparent;
    font-size: 20px;
    font-weight: 600;
    z-index: 99;
}

.test-header > .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 5px 0px;
    border-radius: 15px;
}

.test-header .logo {
    padding-left: 20px;
    width: auto;
    height: 46px;

}

.test-header .information {
    padding-right: 20px;
    display: flex;
}

.test-header .information > dl {
    display: flex;
    align-items: center;
}

.test-header .information > dl > * {
    color: #646464;
    font-size: 18px;
    font-weight: 400;
}

.test-header .information dd {
    padding: 0 10px;
    border-right: 1px solid #646464;
}

.test-header .information dd:last-child {
    border-right: 0;
}

.test-header .information .test-type dd {
    background-color: #fb7f93;
    color: #fff;
    padding: 7px 13px;
    border-radius: 7px;
}

.cota {
    width: 800px;
    margin: 40px auto 0;
    padding: 20px 0;
}

.cota * {
    color: #444;
}

.test-instructions {
    margin: 12px 12px 0;
    padding: 30px 20px 30px;
    background-color: #fff;
    border: 4px solid #fbc04d;
    border-radius: 20px;
    box-shadow: 0 0 0 12px #fff9f1;
}

.test-instructions > ul {
    position: relative;
    padding-top: 73px;
}

.test-instructions > ul > li input,
.test-instructions > ul > li label {
    cursor: pointer;
}

.test-instructions > ul > li input {
    position: absolute;
    left: -9999px;
}

.test-instructions > ul > li label {
    position: absolute;
    top: 21px;
    width: 200px;
    height: 50px;
    color: #c1c3c4;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 48px;
    background-color: #f4f5f8;
    border: 2px solid #dadee1;
    border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-sizing: border-box;
}

.test-instructions > ul > li:last-child label {
    left: 210px;
}

.test-instructions > ul > li pre {
    display: none;
    padding: 35px;
    word-break: keep-all;
    white-space: pre-line;
    /*overflow-y: scroll;*/
    line-height: 1;
    border: 2px solid #d8d8d8;
    border-top: 0;
    box-shadow: 0 -2px 0 0 #fbc04d;
    background-color: #fff;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 0;
}

.test-instructions > ul > li pre * {
    font-size: 0;
}

.test-instructions > ul > li pre input,
.test-instructions > ul > li pre select {
    font-size: inherit;
}

.test-instructions > ul > li pre#test-content {
    font-size: 20px;
    font-weight: 600;
    color: #1e1e1e;
    line-height: 2;
    overflow-y: auto;
}

.test-instructions > ul:not(.practice) > li pre ol {
    counter-reset: list;
}

.test-instructions > ul:not(.practice) > li pre ol > li {
    list-style: none;
    position: relative;
    margin-top: 20px;
    padding-left: 20px;
    font-size: 16px;
}

.test-instructions > ul:not(.practice) > li pre ol > li * {
    font-size: 16px;
}

.test-instructions > ul:not(.practice) > li pre ol > li:before {
    content: counter(list) ")";
    counter-increment: list;
    left: 0;
    position: absolute;
    font-size: 16px;
    text-align: right;
}

.test-instructions > ul > li input:checked + label {
    border: 2px solid #fbc04d;
    background-color: #fbc04d;
    color: #000;
}

.test-instructions > ul > li input:checked ~ pre {
    display: block;
}

.test-instructions button.test,
.result button.test,
.final-report button.test,
.btn-section button.test {
    display: block;
    margin: 15px auto 5px;
    padding: 10px 30px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    border: 3px solid #fbc04d;
    border-radius: 15px;
    background-color: #fff;
}

.result button.test > time,
.final-report button.test > time {
    margin-right: 10px;
    padding: 3px 12px;
    background-color: #0277ff;
    color: #fff;
    border-radius: 25px;
    font-size: 18px;
    vertical-align: middle;
}

.result button.test > strong,
.final-report button.test > strong {
    vertical-align: middle;
    line-height: 1;
}

.test-instructions .practice ol {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.test-instructions .practice ol li {
    display: flex;
    padding: 5px 8px 5px 0;
    border: 1px solid #ccc;
    border-radius: 15px;
}

.test-instructions .practice ol li select {
    border: 0;
    outline: none;
    border-radius: 50px;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 600;
}

.test-instructions .practice ol li select option {
    font-size: 18px;
}

.test-info {
    display: flex;
    justify-content: space-between;
    padding: 0 0 20px;
}

.test-info h1 {
    font-weight: 600;
}

.test-info dl {
    display: inline-flex;
    justify-content: space-between;
    align-items: baseline;
}

.test-info dl dt,
.test-info dl dd {
    font-weight: 200;
    font-size: 20px;
}

.test-info dl dd {
    position: relative;
    margin: 0 25px 0 7px;
}

.test-info dl dt strong,
.test-info dl dd strong {
    color: #000;
    font-weight: 600;
    font-size: 27px;
}

.test-info dl dd:last-child {
    margin-right: 0;
    border-right: 0;
}

.test-info dl dd:after {
    content: '';
    position: absolute;
    border-right: 1px solid #999;
    top: 11px;
    bottom: 1px;
    right: -15px;
}

.test-info dl dd:last-child:after {
    border-right: 0;
}

.test-info dl dd #timer {
    color: #000;
}

.typing-stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.typing-stats > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.typing-stats > div dl {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 150px;
    height: 65px;
    padding: 0px;
    border-radius: 15px;
    background-color: #fff9f1;
    box-sizing: border-box;
}

.typing-stats > div dl dt {
    font-size: 16px;
    font-weight: 600;
    color: #6e6f71;
}

.typing-stats > div dl dd {
    font-size: 20px;
    font-weight: 600;
}

.typing-stats > div dl dd strong {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0px;
}

.typing-stats .time-stat dl {
    width: 140px;
}

.typing-stats .time-stat dl dd #timer {
    display: block;
    width: 70px;
    color: #fe303d;
    font-size: 28px;
}

.typing-stats .progress-stat dl {
    justify-content: space-between;
    margin-left: 15px;
    padding: 0;
    background-color: #B4B9F4;
}

.typing-stats .progress-stat dl dt {
    width: 65px;
    height: 65px;
    line-height: 60px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
}

.typing-stats .progress-stat dl dt img {
    vertical-align: middle;
    height: 55px;
}

.typing-stats .progress-stat dl dd {
    width: 80px;
    text-align: center;
}

.typing-stats .progress-stat dl dd strong {
    font-size: 28px;
    color: #000;
}

.title-section {
    padding: 1px 0;
    font-size: 20px;
    text-align: right;
    color: #955816;
    font-weight: 600;
}

.title-section #title {
    color: #955816;
}

.typing-test {
    position: relative;
    margin: 12px 10px 0;
    padding: 10px 10px;
    background-color: #fff;
    border: 4px solid #fbc04d;
    border-radius: 15px;
    min-height: 330px;
    box-shadow: 0 0 0 12px #fff9f1;
}

.typing-test #question {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.typing-test #question .line {
    display: none;
    margin-top: 15px;
}

.typing-test #question .line.page-1 {
    display: block;
}

.typing-test #question .paragraph {
    display: flex;
    flex-direction: column;
}

.typing-test #question .paragraph:after {
    clear: both;
}

.typing-test #question p {
    display: inline-block;
    height: 27px;
    margin-top: 10px;
    padding: 1px 19px;
    line-height: 27px;
    font-size: 0;
    cursor: default;
}

.typing-test #question .line:not(.active) p .letter {
    color: #af8360;
}

.typing-test #question p > .letter {
    position: relative;
    font-size: 22px;
    letter-spacing: 1px;
    white-space: pre-wrap;
    color: #955816;
    font-family: 'NotoSansKR', Menlo, Consolas, 'Ubuntu Mono', 'Roboto Mono', 'DejaVu Sans Mono', sans-serif;
    /*font-family: 'Apple SD Gothic Neo', 'Malgun Gothic', arial, sans-serif;*/
}

.typing-test #question p.english > .letter {
    font-family: 'NotoSansKR', Menlo, Consolas, 'Ubuntu Mono', 'Roboto Mono', 'DejaVu Sans Mono', sans-serif;
    /*font-size: 12px;*/
    /*letter-spacing: 2px;*/
}

.typing-test #question p > .letter:not(.blank) {
    background-color: #fff;
}

.typing-test #question p.korean > .letter.space {
    min-width: 10.8px;
    display: inline-block;
}

.typing-test #question p.voice > .letter.space {
    min-width: 7px;
    display: inline-block;
}

.typing-test #question p > .letter.voice {
    min-width: 20px;
    display: inline-block;
    text-align: center;
    font-size: 22px;
}

.typing-test #question p > .letter.correct {
    color: #436cf1 !important;
    /*font-weight: 600;*/
}

.typing-test #question p > .letter.incorrect {
    color: #d70000 !important;
}

.typing-test #question p > .letter.space.incorrect:after {
    content: '●︎';
    position: absolute;
    top: 6px;
    left: 3px;
    bottom: 0;
    right: 0;
    color: #d70000 !important;
    font-size: 10px;
    line-height: 1;
}

.typing-test #question p.english > .letter.space.incorrect:after {
    top: 5px;
    left: 4px;
}

.typing-test #question .answer-input {
    display: flex;
    font-size: 0;
}

.typing-test #question .answer-input input[name="answer"] {
    width: 100%;
    margin: 10px 0 0;
    padding: 0 20px 0;
    line-height: 50px;
    height: 50px;
    font-size: 22px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 400;
    border: 0;
    border-radius: 40px;
    outline: none;
    background: #fbeede;
    font-family: 'NotoSansKR', Menlo, Consolas, 'Ubuntu Mono', 'Roboto Mono', 'DejaVu Sans Mono', sans-serif;
    /*font-family: 'Apple SD Gothic Neo', 'Malgun Gothic', arial, sans-serif;*/
    caret-color: #666;
}

.typing-test #question .answer-input input[name="answer"].text-0:disabled {
    height: 0;
    margin: 0;
    padding: 0;
}

.typing-test #question .answer-input.english input[name="answer"] {
    font-family: 'NotoSansKR', Menlo, Consolas, 'Ubuntu Mono', 'Roboto Mono', 'DejaVu Sans Mono', sans-serif;
    /*font-size: 17px;*/
    /*letter-spacing: 1px;*/
}

.typing-test #question input[name="answer"]:focus {
    /*box-shadow: inset 0 -2px 0 #00c43a;*/
    background: #fbc04d;
}

.typing-test #question .letter.blank {
    display: inline-block;
    width: 25px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 25px;
}

.typing-test #question .letter path {
    color: #ebebeb;
}

.typing-test .play-background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    filter: blur(0);
    -webkit-filter: blur(0);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.7);
    cursor: pointer;
}

.typing-test .play-background strong {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    color: #000;
}

.well-done {
    text-align: center;
    font-size: 46px;
    font-weight: 200;
}

.result {
    /* margin: 0 auto; */
    margin-top: 20px;
    padding: 20px 30px;
    background-color: #fff;
    border: 1px solid #d5d7dd;
    border-radius: 15px;
}

.result > h2 {
    padding: 0 0 16px;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #dcdbdd;
}

.result > h2 > span {
    color: #000;
}

.result .pass-fail p {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 400;
    color: #3c3c3c;
    line-height: 1.3;
}

.result .pass-fail p > * {
    font-size: 30px;
    font-weight: 400;
    color: #3c3c3c;
}

.result .pass-fail #pass,
.result .pass-fail #fail {
    font-weight: 600;
    color: #ec4801;
    display: none;
}

.result .result-detail {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 10px;
}

.result .grading {
    display: flex;
}

.result .grading > ul {
    margin-top: 23px;
    margin-bottom: 45px;
}

.result .grading > ul > li {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    background-color: #d8d9db;
    color: #fff;
    border-radius: 25px;
}

.result .grading > ul > li.active {
    background-color: #ec4801;
    color: #fff;
}

.result .grading > ul > li:after {
    content: '►';
    position: absolute;
    top: 18px;
    right: -13px;
    color: #d8d9db !important;
    font-size: 10px;
}

.result .grading > ul > li:last-child:after {
    display: none;
}

.result .grading > dl {
    display: flex;
    margin-top: 15px;
}

.result .grading > dl > dt,
.result .grading > dl > dd {
    font-size: 14px;
}

.result .grading > dl > dt {
    padding-right: 10px;
    font-weight: 600;
    border-right: 2px solid #a1a1a1;
}

.result .grading > dl > dd {
    padding: 0 10px;
    color: #a1a1a1;
    margin-right: 15px;
}

.result .summary {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.result .summary dl {
    flex: 23%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1%;
    height: 60px;
    padding: 0 10px;
    border: 2px solid #e6e6e6;
    border-radius: 8px;
    box-sizing: border-box;
}

.result .summary dl dt {
    font-size: 15px;
    font-weight: 600;
    color: #6e6f71;
}

.result .summary dl dd {
    font-size: 20px;
    font-weight: 600;
}

.result .summary dl dd strong {
    margin-right: 2px;
    font-size: 28px;
    font-weight: 600;
    color: #000;
    letter-spacing: -1px;
}

.result .report > h3 {
    width: 100px;
    height: 38px;
    line-height: 38px;
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #666666;
    border-radius: 3px;
}

.result .report .chart {
    position: relative;
    margin-bottom: 20px;
}

.result .report #cpm-chart {
    display: flex;
    margin-left: 100px;
    margin-top: 20px;
}

.result .report #cpm-chart li {
    position: relative;
    display: flex;
    align-items: end;
    width: 102px;
    height: 62px;
    font-size: 14px;
    color: #969696;
}

.result .report #cpm-chart li:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 20px;
    left: 0;
    width: 2px;
    background-color: #f3f3f3;
}

.result .report #cpm-chart li:first-child:after {
    width: 3px;
    background-color: #e0e0e0;
}

.result .report #accuracy-chart {
    display: flex;
    margin-left: 100px;
    margin-top: 20px;
}

.result .report #accuracy-chart li {
    position: relative;
    display: flex;
    align-items: end;
    width: 184px;
    height: 62px;
    font-size: 14px;
    color: #969696;
}

.result .report #accuracy-chart li.k1 {
    width: 147.2px;
}

.result .report #accuracy-chart li:last-child {
    width: 98px;
}

.result .report #accuracy-chart li:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 20px;
    left: 0;
    width: 2px;
    background-color: #f3f3f3;
}

.result .report #accuracy-chart li:first-child:after {
    width: 3px;
    background-color: #e0e0e0;
}

.result .report .chart dl {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    width: 100%;
}

.result .report .chart dl dt {
    width: 103px;
    padding-right: 5px;
    text-align: center;
    box-sizing: border-box;
    font-size: 17px;
    font-weight: 600;
    color: #666;
}

.result .report .chart dl dd {
    position: relative;
    width: calc(100% - 103px);
}

.result .report .chart dl dd meter {
    display: block;
    width: 100%;
}

.result .report .chart dl dd meter::-webkit-meter-bar {
    border: 0;
    border-radius: 0;
    background: #f8f6f7;
}

.result .report .chart dl dd meter::-webkit-meter-even-less-good-value {
    background: #f8f6f7;
}

.result .report .chart dl dd meter::-webkit-meter-suboptimum-value {
    background: #f8f6f7;
}

.result .report .chart dl dd meter::-webkit-meter-optimum-value {
    background: #7b7b7b;
}

.result .report .chart dl dd meter::-webkit-meter-optimum-value,
.result .report .chart dl dd meter::-webkit-meter-suboptimum-value,
.result .report .chart dl dd meter::-webkit-meter-even-less-good-value {
    transition: 1s width;
}

.result .report .chart .criterion-meter {
    top: 45px;
}

.result .report .chart .cpm-meter,
.result .report .chart .accuracy-meter {
    top: 12px;
}

.result .report .chart .cpm-meter dd meter::-webkit-meter-optimum-value {
    background: #66e1a3;
}

.result .report .chart .accuracy-meter dd meter::-webkit-meter-optimum-value {
    background: #9db4f3;
}

.result .report .chart .limited-meter dd meter {
    /*width: 90.15%;*/
}

.result .report .chart dl dd label {
    position: absolute;
    top: -35px;
    padding: 5px 7px;
    background: #999;
    color: #fff;
    border-radius: 5px;
}

.result .report .chart dl dd label#cpm-label {
    background: #2cd77c;
}

.result .report .chart dl dd label#accuracy-label {
    background: #3d6eee;
}

.result .report .chart dl dd label:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #2cd77c;
    box-sizing: border-box;
}

.result .report .chart dl dd label#cpm-label:before {
    border-left-color: #2cd77c;
}

.result .report .chart dl dd label#accuracy-label:before {
    border-left-color: #3d6eee;
}

.result .report .comment {
    display: flex;
    gap: 23px;
    align-items: start;
    padding: 10px;
    border: 1px solid #d9dbdc;
    border-radius: 5px;
}

.result .report .comment h4 {
    position: relative;
    padding: 20px;
    border-radius: 5px;
    background-color: #888888;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.result .report .comment h4:after {
    content: '';
    display: block;
    position: absolute;
    top: 40%;
    right: -563px;
    width: 563px;
    height: 1px;
    background-color: #888888;
}

.result .report .comment dl dt,
.result .report .comment dl dd {
    color: #aaa;
    text-align: center;
}

.result .report .comment dl.active dt,
.result .report .comment dl.active dd {
    color: #eb2b2b;
}

.result .report .comment dl dt {
    margin-top: 9px;
    font-size: 18px;
    font-weight: 600;
}

.result .report .comment dl dd {
    padding: 5px 0;
    background: #edf3f7;
    margin-top: 14px;
    font-size: 13px;
    border-radius: 3px;
    width: 122px;
    box-sizing: border-box;
}

.result .report .caution {
    color: #d21d1d;
    display: block;
    margin: 10px 0;
    font-size: 14px;
}

.final-report {
    margin: 30px 0 0 0;
    padding: 30px 40px;
    background-color: #fff;
    border: 1px solid #d5d7dd;
    border-radius: 3px;
}

.final-report > h2 {
    padding: 0 0 16px;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #dcdbdd;
}

.final-report .grading p {
    font-size: 25px;
    font-weight: 400;
    color: #727272;
    line-height: 1.3;
    padding: 0 10px;
}

.final-report .grading p > strong {
    color: #eb3b3b;
}

.final-report .grading #pass,
.final-report .grading #fail {
    font-weight: 600;
    color: #eb3b3b;
    display: none;
}

.final-report .report-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 55px;
    padding: 20px 0;
}

.final-report .summary {
    display: flex;
}

.final-report .summary dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1%;
    width: 160px;
    height: 60px;
    padding: 0 10px;
    border: 2px solid #e6e6e6;
    border-radius: 8px;
    box-sizing: border-box;
}

.final-report .summary dl dt {
    font-size: 15px;
    font-weight: 600;
    color: #6e6f71;
}

.final-report .summary dl dd {
    font-size: 20px;
    font-weight: 600;
}

.final-report .summary dl dd strong {
    margin-right: 2px;
    font-size: 28px;
    font-weight: 600;
    color: #000;
    letter-spacing: -1px;
}

.final-report .grading {
    margin-right: 35px;
}

.final-report .charts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 20px;
}

.final-report .charts .chart {
    flex-basis: 45%;
}

.final-report .comments {
    margin-top: 40px;
}

.final-report .comments .comment {
    display: flex;
    gap: 23px;
    align-items: center;
    padding: 20px;
    border: 1px solid #d9dbdc;
    border-radius: 5px;
}

.final-report .comments .comment h4 {
    position: relative;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #888888;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
}

.final-report .comments .comment ul li {
    padding: 5px 0;
    font-size: 17px;
}

/* 추가 스타일 적용 */
.result {
    background-image: url(images/cota_bg2.6edbd6caa00397507117.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.result.ctk {
    border: 5px solid #009eff;
}

.result.cte {
    border: 5px solid #ef6f31;
}

.result.ctc {
    border: 5px solid #5e4fc9;
}

.result.ctv {
    border: 5px solid #53c820;
}

.result.ctw {
    border: 5px solid #009eff;
}

.logo_img {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 15px;
}

h1 {
    font-size: 1.2rem;
}

.head_title {
    margin-top: 20px;
    font-size: 22px;
    font-weight: bold;
}

.head_title.ctk {
    color: #009eff;
}

.head_title.cte {
    color: #ef6f31;
}

.head_title.ctc {
    color: #5e4fc9;
}

.head_title.ctv {
    color: #53c820;
}

.head_title.ctw {
    color: #009eff;
}

.cart-table2 .table thead tr th {
    padding: 10px 15px;
}

.chart_box {
    overflow-x: auto;
}

.myButton {
    box-shadow: 0 0 0 2px #9fb4f2;
    background: #7892c2 linear-gradient(to bottom, #f1a1a1 5%, #f94c4c 100%);
    border-radius: 10px;
    border: 1px solid #4e6096;
    display: inline-block;
    cursor: pointer;
    color: #ffffff !important;
    font-size: 18px;
    margin: 10px 5px;
    padding: 5px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #283966;
    font-weight: 400;
}

.myButton:hover {
    background: #476e9e linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
    color: #fff;
}

.myButton:active {
    position: relative;
    top: 1px;
}

.l_side {
    height: 50px;
    float: left;
    display: block;
    width: 50%;
    line-height: 25px;
}

.r_side {
    height: 50px;
    text-align: right;
    float: right;
    display: block;
    width: 50%;
    line-height: 25px;
}

.l_side2 {
    height: 40px;
    float: left;
    display: block;
    width: 50%;
}

.r_side2 {
    height: 40px;
    text-align: right;
    float: right;
    display: block;
    width: 50%;
    color: #004e9b;
    font-size: 15px;
}

.cart-table2 .table thead tr th {
    background: #fff !important;
    border-bottom: 1px solid #ddd !important;
}

.result .result-detail {
    display: inline-block;
    width: 100%;
}

.result .accuracy-title.ctk {
    background: #009eff;
}

.result .accuracy-title.cte {
    background: #ef6f31;
}

.result .accuracy-title.ctc {
    background: #5e4fc9;
}

.result .accuracy-title.ctv {
    background: #53c820;
}

.result .accuracy-title.ctw {
    background: #009eff;
}

.result .grade-title {
    color: #fff;
}

.result .grade-title.ctk {
    background: #009eff;
}

.result .grade-title.cte {
    background: #ef6f31;
}

.result .grade-title.ctc {
    background: #5e4fc9;
}

.result .grade-title.ctv {
    background: #53c820;
}

.result .grade-title.ctw {
    background: #009eff;
}

.result .report .comment dl.active dt, .result .report .comment dl.active dd.ctk {
    color: #009eff;
}

.result .report .comment dl.active dt, .result .report .comment dl.active dd.cte {
    color: #ef6f31;
}

.result .report .comment dl.active dt, .result .report .comment dl.active dd.ctc {
    color: #5e4fc9;
}

.result .report .comment dl.active dt, .result .report .comment dl.active dd.ctv {
    color: #53c820;
}

.result .report .comment dl.active dt, .result .report .comment dl.active dd.ctw {
    color: #009eff;
}

#next-stage {
    display: block;
    margin: 15px auto 5px;
    padding: 10px 30px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    border: 3px solid #fbc04d;
    border-radius: 15px;
    background-color: #fff;
}

.report .result-cpm-title.ctk {
    background: #009eff;
}

.report .result-cpm-title.cte {
    background: #ef6f31;
}

.report .result-cpm-title.ctc {
    background: #5e4fc9;
}

.report .result-cpm-title.ctv {
    background: #53c820;
}

.report .result-cpm-title.ctw {
    background: #009eff;
}

@media print {
    body {
        background-image: none;
    }

    .page {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
    }

    .myButton {
        display: none;
    }

    .test-header {
        display: none;
    }

    #next-stage {
        display: none;
    }
}
