@charset "UTF-8";

html, body {min-width: 640px; font-family: 'Pretendard', sans-serif; background-color: #F8F8FB;}
small {font: inherit;}
label {cursor: pointer;}
::placeholder {color: #7A7A7A;}
input {appearance: none;-moz-appearance: none;-webkit-appearance: none;border-radius: 0;-webkit-border-radius: 0;-moz-border-radius: 0;outline:none;border:none;}
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="time"],
input[type="datetime-local"],
textarea, button, select {height: 40px; padding: 0 15px; font-size: 18px; color: #222; border: 1px solid #ECECEC; border-radius: 5px;}
input[type="checkbox"],
input[type="radio"] {display: inline-block; width: 20px; height: 20px; background: #fff; border: 1px solid #D1D1D1; overflow: hidden; border-radius: 3px; cursor: pointer;}
input[type="checkbox"]:checked,
input[type="radio"]:checked {background: url(../img/ipt_checked.svg) no-repeat #355BDE center/cover; border-color: #355BDE;}
textarea {resize: none; width: 100%; height: unset; padding: 15px;}
select {-webkit-appearance:none;-moz-appearance:none;appearance:none; background: url(../img/slt_arr.svg) no-repeat right 15px center;}
.inner {width: 1300px; margin: 0 auto;}
.btn_wrap {margin: 50px auto 0; text-align: center;}
.btn_style1 {display: inline-block; min-width: 150px; height: auto; padding: 16px 30px; font-size: 20px; font-weight: 500; color: #fff; text-align: center; line-height: 1; background-color: #262F4E; border: none; border-radius: 100px;}
.btn_style2 {display: inline-block; min-width: 150px; height: auto; padding: 16px 30px; font-size: 20px; font-weight: 500; color: #fff; text-align: center; line-height: 1; background-color: #355BDE; border: none; border-radius: 10px;}
.btn_style3 {display: inline-block; padding: 10px 15px; font-size: 18px; font-weight: 400; background-color: #FBFBFB; border: 1px solid #ECECEC; border-radius: 5px;}
.btn_style1.bg_blue {background-color: #355BDE;}


/* 상단 */
#header {width: 100%; padding: 20px 0; background-color: #fff; border-bottom: 1px solid #ECECEC; box-shadow: 0 3px 10px rgba(0, 0, 0, .1); position: fixed; top: 0; left: 0; z-index: 100;}
#header .inner {display: flex; justify-content: space-between; align-items: center;}
#header .logo img {height: 30px;}
#header .hd_rt_area {display: flex; align-items: center; gap: 100px;}
#header .adm_nav a {display: inline-block; font-size: 20px; color: #7A7A7A; line-height: 1; position: relative;}
#header .adm_nav a + a {margin-left: 50px;}
#header .adm_nav a.on {font-weight: 600; color: #000;}
#header .adm_nav a.on::after {content: ''; display: block; width: 100%; border-bottom: 1px solid #000; position: absolute; bottom: -5px; left: 0;}
#header .adm_nav a:hover {color: #000;}
#header .log_nav {display: flex; align-items: center; gap: 10px;}
#header .member_nickname {font-size: 20px;}
#header .btn_log {display: inline-block; padding: 5px 8px; font-size: 14px; background-color: #FBFBFB; border: 1px solid #ECECEC; border-radius: 5px;}

/* 하단 */
#footer {padding: 50px 0; font-size: 18px; color: #7A7A7A; text-align: center;}

/* 공통 */
#content_wrap {margin-top: 90px; padding: 100px 0 50px;}
.page_tit_wrap {margin-bottom: 25px; text-align: center;}
.page_tit_wrap .page_tit {font-size: 30px; font-weight: 700; position: relative;}
.page_tit_wrap .page_tit::after {content: ''; display: block; width: 60px; height: 2px; margin: 30px auto 0; background: #000;}
.page_tit_wrap .page_tit.no_underbar::after {display: none;}
.page_txt {margin-top: 25px; font-size: 22px; text-align: center; line-height: 1.8;}
.sct:not(:first-of-type) {margin-top: 100px;}
.sct_tit_wrap {margin-bottom: 25px; text-align: center;}
.sct_tit_wrap .sct_tit {font-size: 30px; font-weight: 700;}
.atc:not(:first-of-type) {margin-top: 30px;}
.atc_tit_wrap {margin-bottom: 25px; text-align: center;}
.atc_tit_wrap .atc_tit {font-size: 22px; font-weight: 700;}

/* 팝업 */
.popup_bg {width: 100%; height: 100%; background: rgba(0, 0, 0, .1); position: fixed; top: 0; left: 0; z-index: 100; display: none;}
.popup_wrap {width: 90%; max-width: 970px; background: #fff; border-radius: 20px; box-shadow: 0 2px 15px rgba(0, 0, 0, .1); position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 100; display: none;}
.popup_box {padding: 50px; position: relative;}
.pop_tit {margin-bottom: 30px; font-size: 30px; text-align: center;}
.pop_close {position: absolute; top: 30px; right: 30px; cursor: pointer;}
.ipt_ul {border-radius: 15px; font-size: 18px; overflow: hidden; border: 1px solid #ECECEC;}
.ipt_ul > li {display: flex; min-height: 65px;}
.ipt_ul > li + li {border-top: 1px solid #ECECEC;}
.ipt_ul .ipt_tit {display: flex; flex-direction: column; justify-content: center; align-items: center; width: 200px; padding: 10px; font-size: 20px; font-weight: 500; color: #6A6A6A; text-align: center; background: #F9F9F9; word-break: keep-all;}
.ipt_ul .ipt_area {flex: 1; display: flex; align-items: center; gap: 5px; padding: 10px 15px;}
.ipt_ul .ipt_area .ipt_wrap {flex: 1;}
.ipt_ul .ipt_area .ipt {width: 100%;}
.ipt_ul .add_ipt_li {padding-right: 90px; position: relative;}
.ipt_ul .add_ipt_li .btn_add_ipt {position: absolute; top: 10px; right: 15px; font-size: 16px; cursor: pointer;}
.ipt_ul .add_ipt_li .add_ipt .ipt + .ipt {margin-top: 3px;}
.ipt_ul .chk_wrap {display: flex; flex-wrap: wrap; gap: 10px 20px; padding: 8px 0;}
.ipt_ul .chk_wrap .chk {position: relative;}
.ipt_ul .chk_wrap .chk input[type="checkbox"],
.ipt_ul .chk_wrap .chk input[type="radio"] {position: absolute; top: 0; left: 0; width: 1px; height: 1px; border: 1px solid transparent;}
.ipt_ul .chk_wrap .chk input[type="checkbox"]:checked,
.ipt_ul .chk_wrap .chk input[type="radio"]:checked {background: transparent; border-color: transparent;}
.ipt_ul .chk_wrap .chk input[type="checkbox"] + label,
.ipt_ul .chk_wrap .chk input[type="radio"] + label {padding-left: 25px; font-size: 18px; position: relative;}
.ipt_ul .chk_wrap .chk input[type="checkbox"] + label::before,
.ipt_ul .chk_wrap .chk input[type="radio"] + label::before {content: ''; display: block; width: 20px; height: 20px; background: #fff; border: 1px solid #D1D1D1; overflow: hidden; border-radius: 3px; position: absolute; top: 2px; left: 0;}
.ipt_ul .chk_wrap .chk input[type="checkbox"]:checked + label::before,
.ipt_ul .chk_wrap .chk input[type="radio"]:checked + label::before {background: url(../img/ipt_checked.svg) no-repeat #355BDE center/cover; border-color: #355BDE;}
.ipt_ul + .ipt_ul {margin-top: 20px;}
.quiz_setting {flex: 1; width: 100%;}
.quiz_setting li {padding: 15px 60px 15px 15px; position: relative;}
.quiz_setting li + li {border-top: 1px solid #ECECEC;}
.quiz_setting .ipt_txt {width: 100%;}
.quiz_setting .ipt_chk {position: absolute; top: 50%; right: 20px; transform: translateY(-50%);}


/* 검사페이지 */
.caution_txt {font-size: 18px; text-align: center; line-height: 1.8;}
.caution_txt strong {font-size: 1.1em;}
.caution_txt strong {display: flex; align-items: flex-start; justify-content: center; gap: 15px; margin-top: 30px; padding-left: 40px; position: relative;}
.caution_txt strong::before {content: ''; width: 36px; height: 36px; background: url(../img/icon_caution.svg) no-repeat center/cover;}
.code_wrap {margin-top: 50px; text-align: center;}
.code_wrap .ipt_code {width: 100%; max-width: 1000px; height: 80px; font-size: 20px; text-align: center; border: 1px solid #262F4E; border-radius: 20px;}

.test_tb_wrap {max-height: 80vh; border-radius: 20px; box-shadow: 0 2px 15px rgba(0, 0, 0, .1); overflow-y: auto;}
.test_tb_wrap .test_page {padding: 40px 20px; font-size: 20px; color: #A7A7A7; text-align: center; background: #fff; border-top: 1px solid #ECECEC; position: sticky; bottom: -1px;}
.test_tb_wrap .test_page .next_page {position: absolute; top: 50%; right: 50px; transform: translateY(-50%);}
.test_tb {width: 100%; font-size: 20px; border-spacing: 0; position: relative;}
.test_tb thead {position: sticky; top: 0; z-index: 1;}
.test_tb th {padding: 20px 0; color: #fff; text-align: center; background: #425FD2; border: none;}
.test_tb tbody {background: #fff;}
.test_tb tbody td {padding: 30px 15px; border-top: 1px solid #ECECEC;}
.test_tb_wrap::-webkit-scrollbar {display: none;}
.test_tb .chk {position: relative;}
.test_tb .chk + .chk {margin-top: 5px;}

/* 1차검사 */
.test_wrap.test1 input[type="checkbox"],
.test_wrap.test1 input[type="radio"] {width: 1px; height: 1px; position: absolute; top: 0; left: 0; border: 1px solid transparent;}
.test_wrap.test1 input[type="radio"]:checked,
.test_wrap.test1 input[type="checkbox"]:checked {border-color: transparent; background: none;}
.test_wrap.test1 input[type="checkbox"] + label,
.test_wrap.test1 input[type="radio"] + label {padding-left: 25px; font-size: 18px; position: relative;}
.test_wrap.test1 input[type="checkbox"] + label::before,
.test_wrap.test1 input[type="radio"] + label::before {content: ''; display: block; width: 20px; height: 20px; background: #fff; border: 1px solid #D1D1D1; overflow: hidden; border-radius: 3px; position: absolute; top: 2px; left: 0;}
.test_wrap.test1 input[type="checkbox"]:checked + label::before,
.test_wrap.test1 input[type="radio"]:checked + label::before {background: url(../img/ipt_checked.svg) no-repeat #355BDE center/cover; border-color: #355BDE;}
.test_wrap.test1 .test_tb td {padding-left: 30px;}

/* 2차검사 */
.th_answer {font-size: 17px;}
.test_wrap {
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.test_wrap.test2 .test_tb th {padding: 20px 0;}
.test_wrap.test2 .test_tb td {padding: 25px 0; text-align: center;}
.test_wrap.test2 .test_tb .th_question,
.test_wrap.test2 .test_tb .td_question {padding-left: 50px;}
.test_wrap.test2 .test_tb .td_question {text-align: left; line-height: 1.5; word-break: keep-all;}
.test_wrap.test2 input[type="radio"],
.test_wrap.test2 input[type="checkbox"] {width: 23px; height: 23px;}
.test_wrap.test2 .under_bar {display: inline-block; width: 100px; margin-left: 5px; padding-top: 1em; border-bottom: 2px solid #222;}

.test_wrap.test2 .test_tb.test_style2 td {text-align: center; padding: 25px 50px;}
.test_wrap.test2 .test_tb.test_style2 .answer {display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px 50px; margin-top: 30px; font-size: 0.9em;}
.test_wrap.test2 .test_tb.test_style2 .answer .chk input[type="radio"] {display: block; margin: 0 auto 5px;}
.test_wrap.test2 .test_tb.test_style2 .answer .chk input[type="radio"]:checked + label {font-weight: 500; color: #425FD2;}
.test_wrap.test2 .test_tb.test_style2 .answer .chk label::before {display: none;}
.test_wrap.test2 .test_tb.test_style2 .answer .chk + .chk {margin-top: 0;}

/* 일반상식 */
.test_wrap.test3 .test_tb .td_question {padding-left: 50px;}
.test_wrap.test3 .test_tb .td_answer {padding-left: 0; text-align: left;}


/* 기업페이지 */
.default_tb_wrap {border-radius: 20px; overflow: hidden; box-shadow: 0 3px 10px rgba(0, 0, 0, .1);}
.default_tb_wrap.no_shadow {border: 1px solid #ECECEC; box-shadow: none;}
.default_tb {width: 100%; border-spacing: 0;}
.default_tb th {padding: 20px 5px; font-size: 18px; color: #6A6A6A; text-align: center; background: #F9F9F9;}
.default_tb td {background: #fff; padding: 20px 5px; font-size: 20px; font-weight: 500; text-align: center; border-top: 1px solid #ECECEC;}
.default_tb_wrap .bg_blue th,
.default_tb_wrap .bg_blue td {color: #fff; background: #355bde;}

.company_list td:first-child {padding-left: 50px; text-align: left;}

.save_pdf_wrap {margin-bottom: 30px; text-align: right;}
.result_all_wrap {padding: 30px 50px; border-radius: 20px; background: #fff; box-shadow: 0 3px 10px rgba(0, 0, 0, .1);}
.result_tit {width: 560px; max-width: 100%; margin: 0 auto 20px; padding: 8px 20px; font-size: 22px; text-align: center; background: #CFF2FF; border-radius: 50px;}
.personal_info {text-align: center;}	
.personal_info .basic_info {display: flex; justify-content: center; gap: 10px;}
.personal_info .basic_info > span {display: inline-block; font-size: 18px; font-weight: 500; color: #555; line-height: 1;}
.personal_info .basic_info > span + span {padding-left: 10px; border-left: 2px solid #555;}
.personal_info .personal_score {display: flex; gap: 10px; margin-top: 10px; text-align: center;}
.personal_info .personal_score > li {flex: 1; padding: 10px 0; border: 1px solid #eee;}
.personal_info .personal_score .tit {min-height: 2em; font-size: 17px; color: #555;}
.personal_info .personal_score .tit .smaller {font-size: 0.85em;}
.personal_info .personal_score .score {display: flex; justify-content: center; align-items: center; gap: 5px; margin-top: 5px; font-size: 16px; font-weight: 500;}
.personal_info .personal_score .score input[type="text"] {height: 30px; padding: 0 10px;}
.personal_info .personal_score .pass_chk {padding-left: 20px; position: relative;}
.personal_info .personal_score .pass_chk::before {content: ''; display: block; width: 16px; height: auto; aspect-ratio: 1/1; background: url(../img/pass_chk.svg) no-repeat center/cover; position: absolute; top: 50%; left: 0; transform: translateY(-50%);}
.personal_info .personal_score .fail_chk {padding-left: 20px; position: relative;}
.personal_info .personal_score .fail_chk::before {content: ''; display: block; width: 16px; height: auto; aspect-ratio: 1/1; background: url(../img/fail_chk.svg) no-repeat center/cover; position: absolute; top: 50%; left: 0; transform: translateY(-50%);}
.personal_info .personal_score > li.pass {background: #5394FF; border-color: #5394FF; color: #fff;}
.personal_info .personal_score > li.pass .tit {color: #fff;}
.personal_info .personal_score > li.pass .pass_chk::before {background-image: url(../img/pass_chk2.svg);}
.personal_info .personal_score > li.fail {background: #F16B6B; border-color: #F16B6B; color: #fff;}
.personal_info .personal_score > li.fail .tit {color: #fff;}
.personal_info .personal_score > li.fail .fail_chk::before {background-image: url(../img/fail_chk2.svg);}

.test_result_wrap {margin-top: 30px; font-size: 20px;}
.test_result_wrap .test_tit {margin-bottom: 20px; font-size: 20px; text-align: center; position: relative;}
.test_result_wrap .test_tit::after {content: ''; display: block; width: 60px; height: 2px; margin: 15px auto 0; background: #000;}
.test_result_wrap .flex_box {display: flex; gap: 20px;}
.test_result_wrap .comment_wrap {flex: 3; text-align: center;}
.test_result_wrap .comment_wrap .tit {padding: 5px; font-size: 0.8em; font-weight: 600; background: #CFF2FF;}
.test_result_wrap .comment_wrap .comment_box {display: flex; font-size: 0.75em; background: #FBFBFB; border: 1px solid #eee;}
.test_result_wrap .comment_wrap .comment_box .style_box {background: #5ECDF6; color: #fff;}
.test_result_wrap .comment_tb {width: 100%; font-size: 0.9em; text-align: center; border: 1px solid #ECECEC; border-spacing: 0;}
.test_result_wrap .comment_tb th,
.test_result_wrap .comment_tb td {padding: 10px;}
.test_result_wrap .comment_tb thead th {background: #CFF2FF; font-size: 1.1em;}
.test_result_wrap .comment_tb tbody th {background: #5ECDF6; font-weight: 500; color: #fff;}
.test_result_wrap .comment_tb tbody th span {display: block; white-space: nowrap;}
.test_result_wrap .comment_tb tbody td {background: #FBFBFB;}
.graph_wrap {flex: 2; min-height: 100px;}
.graph_wrap + .graph_wrap {margin-top: 2rem;}
.test_result_wrap.test1 .comment_tb tbody th {width: 25%;}
.test_result_wrap.test1 .comment_tb tbody td {width: 75%; text-align: left;}
.test_result_wrap.test2 .desc_txt {font-size: 16px;}
.test2_graph_wrap {display: flex; margin-top: 20px; border: 1px solid #ECECEC;}
.test2_graph_wrap > .test2_graph {flex: 1; font-size: 0.9em;}
.test2_graph_wrap > .test2_graph + .test2_graph .cont_box {border-left: 1px solid #ECECEC;}
.test2_graph_wrap .tit_box {padding: 10px 15px; font-weight: 600; text-align: center; background: #CFF2FF;}
.test2_graph_wrap .cont_box {padding: 15px;}
.test2_graph_wrap .test2_tit_ul {display: flex; justify-content: space-between;}
.test2_graph_wrap .test2_tit_ul li {flex: 1;}
.test2_graph_wrap .test2_tit_ul .wdt01, 
.test2_graph_wrap .test2_tit_ul .wdt02 {flex: none; width: 15%;}
.test2_graph_wrap .exp_ul > li + li {margin-top: 10px;}
.test2_graph_wrap .exp_ul .tit {width: 130px; margin-bottom: 5px; padding: 3px 10px; font-weight: 600; color: #fff; text-align: center; background: #4DC8F5; border-radius: 50px;}
.test2_graph_wrap .exp_ul .tit.bg2 {background: #189DF6;}
.test2_graph_wrap .exp_ul .tit.bg3 {background: #247DF2;}
.test2_graph_wrap .exp_ul .desc {font-size: 0.9em; word-break: keep-all;}
.test_result_wrap .gray_box {padding: 15px; font-size: 0.9em; word-break: keep-all; background: #FCFCFC; border: 1px solid #ECECEC;}

/* 관리자페이지 */
.top_area {display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 20px;}
.top_area .setting_wrap {display: flex; font-size: 18px; border-radius: 100px; box-shadow: 0 3px 10px rgba(0, 0, 0, .1); overflow: hidden;}
.top_area .setting_wrap .tit {flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 15px 20px; color: #6A6A6A; text-align: center; background: #F9F9F9; border-right: #ECECEC;}
.top_area .setting_wrap .setting_box {flex: 1; display: flex; justify-content: center; align-items: center; gap: 10px; padding: 10px 20px 10px 10px; background: #fff;}
.top_area .left_area,
.top_area .right_area {display: flex; gap: 10px;}
.top_area .right_area {margin-left: auto;}
.top_area .left_area .setting_wrap {min-width: 300px;}
.ipt.w_narrow {width: 50px; padding: 0 5px; text-align: center;}
.ds_ib {display: inline-block;}
.fs_smler {font-size: 0.9em;}
.bot_area {padding: 30px 0; font-size: 20px; text-align: center; border-top: 1px solid #ECECEC; background: #fff;}
.bot_area strong {font-size: 1.2em;}
.quiz_tb td:first-of-type {padding-left: 50px; text-align: left;}

/* 관리자 기업별 결과 */
.result_flex_wrap {display: flex; gap: 20px;}
.result_flex_wrap .flex_box {flex: 1;}
.round_wrap {padding: 30px 20px 20px; background: #fff; border-radius: 20px; box-shadow: 0 3px 10px rgba(0, 0, 0, .1); overflow: hidden;}
.round_wrap .default_tb {}
.round_wrap_tit {margin-bottom: 20px; font-size: 22px; font-weight: 600; text-align: center;}
.adm_test2_atc .default_tb_wrap {margin-top: 20px;}
.adm_test2_atc .default_tb {font-size: 16px;}
.adm_test2_atc .default_tb .bg_blue th {padding: 20px 2px; font-size: 13px; font-weight: 500;}
.adm_test2_atc .default_tb th,
.adm_test2_atc .default_tb td {font-size: inherit;}

.test3_score_wrap {display: flex; font-size: 20px; font-weight: 600; border: 1px solid #ECECEC; border-radius: 100px; overflow: hidden;}
.test3_score_wrap > * {flex: 1; padding: 15px;}
.test3_score_wrap .tit {color: #fff; background: #262F4E; text-align: center;}
.test3_score_wrap .score {text-align: center;}

/* 개인별 결과 */
.test_op {position: relative;}
.test_op .hide_op {font-size: 0.9em; position: absolute; top: 30px; right: 0;}
.graph_flex {display: flex;}
.graph_flex .chart_labels {width: calc(100% - 490px); display: flex; flex-direction: column; padding: 10px 0;}
.graph_flex .chart_labels .label_box {flex: 1; display: flex; justify-content: center; align-items: center; font-size: 18px; font-weight: 500; color: #fff; text-align: center;}
.graph_flex .chart_labels .label1 {background: #4dc8f5;}
.graph_flex .chart_labels .label2 {background: #189df6;}
.graph_flex .chart_labels .label3 {background: #247df2;}

.style_choice {display: flex; flex-wrap: wrap; justify-content: center; gap: 5px; margin-bottom: 10px;}
.graph_group {border: 1px solid #ECECEC; padding: 60px 30px 30px; position: relative;}
.chart_wrap {margin: 0 auto;}
.graph_wrap_tit {padding: 15px; font-size: 20px; font-weight: 600; color: #fff; text-align: center; background: #00BBFF;}
.graph_group .graph_wrap_tit {width: 100%; position: absolute; top: 0; left: 0;}
.bgc2 .graph_wrap_tit {background: #1D92DF;}
.bgc3 .graph_wrap_tit {background: #0D63D5;}
.chart_x_labels {display: flex; justify-content: space-between; padding: 0 10px 0 170px; font-size: 18px; font-weight: 500; color: #fff; text-align: center; background: #5ECDF6; position: relative;}
.chart_x_labels > li {padding: 10px 0;}
.chart_x_labels > li.w_wide {width: 150px; flex: none; position: absolute; top: 0; left: 0;}
.bgc2 .chart_x_labels {background: #2EA6F6;}
.bgc3 .chart_x_labels {background: #3989F3;}
.graph_group .tit_box {width: 200px; margin: 30px auto 10px; padding: 7px 0; font-size: 20px; font-weight: 500; color: #fff; text-align: center; border-radius: 100px; background: #00BBFF;}
.bgc2 .tit_box {background: #1D92DF;}
.bgc3 .tit_box {background: #0D63D5;}

/* 검사 완료 */
.test_done {display: flex; flex-direction: column; justify-content: center; align-items: center; height: 50vh;}


@media print {
	* {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
    }
	.page_tit_wrap {display: none;}
	.result_tit {width: 360px; margin-bottom: 17px; padding: 5px 0; font-size: 17px;}
	.personal_info .basic_info > span {font-size: 14px; font-weight: 600;}
	.personal_info .basic_info > span + span {border-left: 1px solid #555;}
	.result_all_wrap {padding: 0; margin-top: 15px; box-shadow: none;}
	.personal_info .personal_score .tit {font-size: 15px;}
	.personal_info .personal_score .score {font-size: 14px;}
	.test_result_wrap {margin-top: 15px; font-size: 16px;}
	.test_result_wrap .test_tit {margin-bottom: 10px; font-size: 15px;}
	.test_result_wrap .test_tit::after {width: 50px; height: 1px; margin-top: 7px;}
	.test_result_wrap.test1 .graph_wrap canvas {width: 300px !important;}
	.test2_graph_wrap .cont_box {padding: 5px;}
	#chart_bar1 {width: 100% !important; height: auto !important;}
	.test2_graph_wrap > .test2_graph {width: 50% !important;}
	.test_result_wrap .comment_tb {font-size: 0.8em;}
	.test_result_wrap .comment_tb th, .test_result_wrap .comment_tb td {padding: 5px;}
	.test2_graph_wrap .tit_box {padding: 5px 7px;}
	.test_result_wrap .comment_tb tbody th {width: 150px !important;}
	.test_result_wrap .comment_tb tbody td {width: calc(100% - 150px) !important;}
	.test_result_wrap.test1 .comment_tb tbody th {width: 15% !important;}
	.test_result_wrap.test1 .comment_tb tbody td {width: 85% !important; font-size: 1.1em;}
	.test_result_wrap.test2 .desc_txt {font-size: 14px;}
	#chart_bar2 {width: 340px !important; height: 200px !important; margin-left: 0px;}
	.test2_graph_wrap .test2_tit_ul .wdt01, .test2_graph_wrap .test2_tit_ul .wdt02 {width: 12%;}
	.graph_flex .chart_labels {width: 50px !important; flex: none;}
	.graph_flex .chart_labels .label_box {font-size: 14px !important; font-weight: bold !important; white-space: nowrap;}
	.graph_flex .chart_labels .label_box p {font-weight: inherit !important;}
}