#contents{
    /* 2023-04-27 추가 */
    padding-top: 69px;
    padding-bottom: 145px;
}
button {
	border: 0;
	outline: 0;
}
.c_orange {color: #f68221;}
.view_header{display: none;}
.view_pc {display: block;}
.view_mo {display: none;}


/* 팝업 스타일   @@@ 지우지 마시오 @@@ */
.dimmed {
	display: none;
	width: 100%;
    height: 100%;
    position: absolute;
    z-index: 110;
    opacity: 0.8;
    background-color: #222222; 
}
.popup {
	display: none;
	width: 620px;
    height: 435px;
    background: rgb(255, 255, 255);
    position: absolute;
    z-index: 111;
    border-radius: 5px;
    border: solid 1px #e0e0e0;
	text-align: center;
}
.popup2 {height: 292px;}
.popup .faq-img {margin: 50px 0 20px;}
.popup .faq-img img {width: 70px;}
.popup .p1 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5em;
	color: #000000;
}
.popup2 .p1 {margin-top: 60px;}
.popup .p2 {
	font-size: 16px;
	line-height: 1.88;
	color: #888888;
	margin: 10px 0 24px;
}

.popup .timer{
	font-size: 16px;
	color: #f17700;
}
.popup .btn-wrap {margin-top: 41px;}
.popup .btn-wrap button {
	width: 230px;
    height: 56px;
    border-radius: 5px;
    background-color: #888888;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
	margin-right: 7px;
}
.popup .btn-wrap button:last-child {margin-right: 0;}
.gray-btn {background-color: #333333 !important;}

.sub_top{
    position: relative;
    height: 300px;
    width: 100%;
	margin-top: -70px;
}
.sub_top-t1{background: url('../img/common/testTop.png') no-repeat center bottom ; background-size: cover;}
.sub_top-t2{background: url('../img/common/testTop.png') no-repeat center bottom ; background-size: cover;}

.sub_top::before{
    content:"";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: absolute;
    left:0;
    top:0;
}
.sub_top h2{
    position: relative;
    z-index: 2;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    padding-top: 110px;
}
.sub_top-t2 h2{
    padding-top: 158px;
}
.sub_top h3{
    position: relative;
    z-index: 2;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    padding-top: 10px;
}

.sub_tab{
    height: 70px;
}
.sub_tab ul{
    position: relative;
    text-align: center;
    font-size: 0;
}
.sub_tab ul::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e2e2e2;
    position: absolute;
    left:0;
    bottom:0;
}

.sub_tab ul li{
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.sub_tab ul li a{
    width: 110px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #888888;
    display: block;
    font-size: 20px;
}
.sub_tab ul li.active{

}
.sub_tab ul li.active::after{
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    left:0;
    bottom:0;
    height: 4px;
    background-color: #f68221
}
.sub_tab ul li.active a{
    color: #000000;
    font-weight: 700;
}

.sub_title{margin-top: 80px;}
.sub_title h3{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #000000;
}
.sub_title h4{
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #888888;
}
.sub_title p{
    font-size: 24px;
    line-height: 1em;
    text-align: center;
    color: #888888;
    margin-top: 10px;
}

.testWrap {
	width: 1260px;
    margin: 0 auto;
	text-align: center;
}
.testWrap .btn_wrap {z-index: 200; }
.test_step {
	padding-top: 80px;
    font-size: 16px;
    color: #888888;
    letter-spacing: -0.4px;
    width: 100%;
    display: inline-block;
	margin-bottom: 20px;
}
.test_step ul {width: 1100px; margin: 0 auto;}
.test_step ul li {
	background: url('../img/test/step.png') no-repeat center top;
    background-size: 24px;
    float: left;
    width: 215px;
    height: 70px;
    position: relative;
}
.test_step ul li.ing {
	background: url('../img/test/ing.png') no-repeat center top;
}
.test_step ul li.end {
	background: url('../img/test/end.png') no-repeat center top;
}

.test_step ul li p {margin-top: 30px;}
.test_step ul li.ing p {
	color: #f17700;
	font-weight: bold;
}
.test_step ul li p.bar {
	width: 148px;
    height: 2px;
    background-color: #e2e2e2;
    position: absolute;
    left: 140px;
    top: -19px;
}
.test_step ul li.end p.bar {
	width: 148px;
    height: 2px;
    background-color: #fec388;
    position: absolute;
    left: 140px;
    top: -19px;
}
.test_contents {
	width: 590px;
    padding-top: 80px;
    text-align: center;
    margin: 0px auto;
}
.test_contents ul li {
	border-bottom: solid 1px #e2e2e2;
	margin-bottom: 40px;
}
.test_contents ul li p.num {
	color: #888888;
	font-size: 26px;
	text-align: left;
	font-weight: bold;
	float: left;
	margin-right: 8px;
}
.test_contents ul li p.title {
	font-size: 26px;
	color: #000000;
	text-align: left;
	font-weight: bold;
}
.radioWrap {
	padding: 30px 0 40px 0;
	width: 100%;
}
.testWrap .radio:first-child {margin-left: 0;}
.radio1{
	width: 20%;
	margin-left: 0;
	line-height: 0.9em;
	display: inline-block; 
	vertical-align: top;
}
.radio1 input[type="radio"] {
    display:none;
}

.testWrap .radio1 input[type="radio"] + label {
    color:#666666;
	font-size: 12px;
	text-align: center;
}

.testWrap .radio1 input[type="radio"] + label span {
    display:block;
    width: 50px;
	height: 50px;
    vertical-align: top;
	background:url('../img/test/select_no.png') no-repeat center center;
    cursor:pointer;
	background-size:50px 50px ;	
	margin: 0 auto 3px;
}

.testWrap .radio1 input[type="radio"]:checked + label span {
   background:url('../img/test/select.png') no-repeat center center; 
   background-size:50px 50px ;	
   margin: 0 auto 3px;
}
.testWrap .radio1 input[type="radio"]:checked + label {
    color: #f17700;
}


.test_start .input {
    width: 100%;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    color: #000000;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    padding: 0 20px;
    border-radius: 4px;
    margin: 14px 0 20px;
    letter-spacing: -0.4px;
}
.test_start ul li {
    border-bottom: none;
    margin-bottom: 0;
}
.radio2{
	display: inline-block; 
	vertical-align: top;
	width: 48%;
}
.radio2:first-child {margin-right: 2%;}
.radio2 input[type="radio"] {
    display:none;
}
.radio2 input[type="radio"] + label {
    padding: 18px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    display: block;
    width: 100%;
    height: 60px;
    vertical-align: top;
    background: #888888;
    cursor: pointer;
    background-size: 0;
    border-radius: 5px;
}
.radio2 input[type="radio"]:checked + label {
    background: #000000;
    background-size: 0;
    width: 100%;
    height: 60px;
    border-radius: 5px;
} 
.btn_wrap .gray_btn {
	width: 200px;
    height: 70px;
    line-height: 67px;
    border-radius: 50px;
    border: solid 1px #e2e2e2;
    background-color: #e2e2e2;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    color: #8c8c8c;
}
.test_view .btn_wrap {
	width: 100%;	
}
.btn_wrap button.prev {
    width: 200px;
    height: 70px;
    line-height: 67px;
    border-radius: 50px;
    border: solid 1px #e2e2e2;
    background-color: #e2e2e2;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    color: #8c8c8c;
    margin-right: 30px;
    background-image: url('../img/test/arrow_l.png');
    background-repeat: no-repeat;
	background-position: 30% 23px;
	text-indent: 51%;
    /* background-position: 64px 25px; */
	/* text-indent: 97px; */
}
.btn_wrap button.next {
    width: 200px;
    height: 70px;
    line-height: 67px;
    border-radius: 50px;
    border: solid 1px #f68221;
    background-color: #f68221;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    background-image: url('../img/test/arrow_r.png');
    background-repeat: no-repeat;
	background-position: 69% 23px;
    text-indent: 31%;
    /* background-position: 125px 23px; */
    /* text-indent: 64px; */
}
.btn_wrap button.end {
	display: none;
	width: 200px;
    height: 70px;
    line-height: 67px;
    border-radius: 50px;
    border: solid 1px #f68221;
    background-color: #f68221;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
	display: none;
}
/* .activeBtn {
	background-color:#f68221;
	border-color: rgb(226, 226, 226);
	color:#ffffff;
	background-image: url('../img/test/arrow_r_w.png');
} */







/* ============= test_result.html ========== */
.test_view {padding-top: 80px;}
.table_type3{width: 100%;}
.table-title {
    text-align: left;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 2em;
    font-weight: bold;
    color: #000000;
    margin-top: 60px;
    border-bottom: solid 2px #000000;
}
.table-title:first-child {margin: 0;}
.table-title span {
    font-size: 14px;
    color: #888888;
    font-weight: 400;
    margin-left: 10px;
}
.table_type3 .first td {border-top: solid 0.5px #707070;}
.table_type3 .th_m{display: none;}
.table_type3 th,
.table_type3 td{
	text-align: left;
    padding: 20px;
    /* min-height: 65px; */
    border-bottom: solid 0.5px #707070;
	color: #000000;
	line-height: 1.8em;
}
.table_type3 .title {
	width: 118px;
	font-weight: bold;
}
.result-table {position: relative;}
.table_type3 .title2 {
	width: 151px;
    font-weight: bold;
    position: absolute;
    top: calc(50% - 13px);
    text-indent: 0;
    font-size: 16px;
    color: #000000;
}
.table_type3 .text { 
    color: #000000;
    font-size: 16px;
    line-height: 1.8em;
    display: inline-block;
    margin-left: 165px;
    /* margin-left: 151px; */
}
.table_type3 th{
    background: #FCFCFC;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #000000;

}
.table_type3 th > span{
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #f68221;
    background: #fff8f2;
    border: 1px solid #f68221;
    padding:0 22px;
    line-height: 28px;
    height: 30px;
    margin-right: 20px;
    border-radius: 15px;
    display: inline-block;
    vertical-align: top;
}
.table_type3 td{
    
}
.table_type3 td.table_content{
    padding: 40px;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #000;
}
.table_type3 td.table_content img{
    max-width: 1180px;
}
.table_type3 td ul{}
.table_type3 td ul li{
    display: block;
    vertical-align: top;
    position: relative;
}
/*.table_type3 td ul li::before{
    content:"";
    width: 1px;
    height: 15px;
    display: block;
    position: absolute;
    left:0;
    top:50%;
    margin-top: -7.5px;
    background: #707070;

}*/
.table_type3 td ul li:first-child{margin-left: 0; padding-left: 0;}
.table_type3 td ul li:first-child::before{display: none;}
.table_type3 td ul li span{
    font-size: 16px;
    text-align: left;
    color: #707070;
}
.table_type3 td ul li span.title{font-weight: 700;}
.table_type3 td ul li span.text{}

.table_type3 tr.view_nav{}
.table_type3 tr.view_nav a{
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #000;
}
.table_type3 tr.view_nav a.title{
    width: 120px;
    
}
.table_type3 tr.view_nav a.text{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 1040px;
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    color: #000;

}
.table_type3 tr.view_nav.no_list{}
.table_type3 tr.view_nav.no_list a{
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    color: #707070;
}
.table_type3 tr.view_nav.no_list a.title{}
.table_type3 tr.view_nav.no_list a.text{}

.notice_view .btn_wrap{
    text-align: center;
    margin-top: 77px;
}
.notice_view .btn_wrap a{
    width: 200px;
    height: 70px;
    line-height: 67px;
    border-radius: 50px;
    border: solid 1px #f68221;
    background-color: #f68221;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    vertical-align: top;
  color: #ffffff;
}
.graph-wrap{
    display: flex;
    height: 540px;
}

.graph1 { width: 50%; padding: 72px 97px; float: left; }
.graph1 ul { width: 100%; }
.graph1 ul li { width : 100%; float: left; padding: 0; margin: 0;}
.graph1 ul li:last-child {margin-bottom: 0;}
.graph1 ul li .graph-title { font-size: 16px; font-weight: bold; color:#000000; position: relative; width: 100%; text-align: left; margin-right: 20px; }
.graph1 ul li .graph-title p { position: absolute; top: 0; right: 0; color: #888888; letter-spacing: -0.4px; }
.graph1 ul li .graph-title p span {}
.graph1 ul li .graph-title .level{
    width: 40px;
    height: 20px;
    border: solid 1px #666666;
    text-align: center;
    font-size: 12px;
    color: #666666;
    display: inline-block;
    line-height: 1.5em;
    font-weight: 400;
    margin-left: 3px;
}
.graph1 ul li .graph-title .num{ font-size: 16px; color: #888888;}
.graph1 ul li .graph-table { position: relative; width: 100%; height: 30px; float: left; margin-bottom: 25px;}
.graph1 ul li .graph-table p { position: absolute; left: 0; top: 0; width: 100%; height: 12px; margin-top: 10px; border-radius: 30px; background-color: #f0f0f0; }
.graph1 ul li .graph-table p.color { z-index: 2; }
.graph1 ul li:nth-child(1) .graph-table p.color { background-image: linear-gradient(to right, #f5aec8, #ed7aa3); width: 50%; }
.graph1 ul li:nth-child(2) .graph-table p.color { background-image: linear-gradient(to right, #afb7eb, #7a87e5); width: 75%; }
.graph1 ul li:nth-child(3) .graph-table p.color { background-image: linear-gradient(to right, #f8caa4, #fda75f); width: 75%; }
.graph1 ul li:nth-child(4) .graph-table p.color { background-image: linear-gradient(to right, #a0d9bb, #6db790); width: 25%; }
.graph1 ul li:nth-child(5) .graph-table p.color { background-image: linear-gradient(to right, #a2e0ef, #7ac9db); width: 25%; }

.graph1 ul li .graph-table .back span { position: absolute; width: 1px; height: 12px; background: #d6d6d6; top: 0; z-index: 2; display: none;}
.graph1 ul li .graph-table .back span.bar1 {left: 25%;}
.graph1 ul li .graph-table .back span.bar2 {left: 50%;}
.graph1 ul li .graph-table .back span.bar3 {left: 75%;}

.graph1 ul li .graph-table .level-wrap { position: absolute; top: 25px; width: 100%; color: #888888; font-size: 12px;}
.graph1 ul li .graph-table .level-wrap div {float: left; width: 25%; text-align: center; font-size: 12px; color: #888888;}

/* .graph2 { width: 50%; overflow: hidden; position: relative;} */
.graph2 {
	width: 40%;
    height: 100%;
    float: left;
    padding: 15px 0 0 65px;
}
.graph2 .chart-wrap {/* width: 754px; float: left; overflow: hidden; margin: 70px -60px; */
	width: 754px;
    position: absolute;
    left: 90%;
    top: 60px;
}

/* .th_pc .graph2 .chart-container { position: relative; width: 59vw; left: -118px; top: 50px; } */
/* .th_pc .graph2 .chart-container #myChart { display: block; width: 830px; height: 415px; } */


.total {
	width: 100%;
    padding: 50px;
    background: #eee;
    margin: 48px 0 100px;
    text-align: left;
    color: #000000;
    font-size: 18px;
    line-height: 2.2em;
}

.printBtn-wrap{
    text-align: center;
    margin-top: 30px;
}

.printBtn-wrap button{
    margin: 0 auto 10px;
    display: block;
    padding: 5px 0;
    width: 110px;
    height: 38px;
    text-align: center;
    border-radius: 50px;
    background-color: #f17700;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.4px;
    text-align: center;
    color: #fff;
}


  .page-divide{
    position: relative;
    page-break-before: always;
    page-break-after:auto ;
    page-break-inside: avoid;
    -webkit-region-break-inside: avoid;
  }
  #myChart{
      display: none !important;
  }
  #chartImage{
    width: 100%;
  }

@media print {
    @page {
    size:210mm 297mm;
      margin: 20mm 0;
  
    }
    html, body {
        width: 210mm; /* // A4 Paper width */
        height: 100%;
        margin: 20mm 0;
    }
    * {
      -webkit-print-color-adjust: exact !important; /*Chrome, Safari */
      color-adjust: exact !important; /*Firefox*/
      }
  
      .page-divide{
      position: relative;
      page-break-before: always;
      page-break-inside: auto;
    page-break-inside: avoid;
    -webkit-region-break-inside: avoid;
    }
  
    .testWrap {
        width: 100%;
        padding: 20px;
    }

.chartjs-size-monitor{
    display: none;
}
.table_type3 th, .table_type3 td{
    padding: 14px 0 !important;
}
.test_view{
    padding-top: 0 !important;
}
  
    .table_type3{width: 100%;}
    .table-title {
        text-align: left;
        font-size: 22px;
        margin-bottom: 10px;
        line-height: 2em;
        font-weight: bold;
        color: #000000;
        margin-top: 60px;
        border-bottom: solid 2px #000000;
    }
    .table-title:first-child {margin: 0;}
    .table-title span {
        font-size: 14px;
        color: #888888;
        font-weight: 400;
        margin-left: 10px;
    }
    .table_type3 .first td {border-top: solid 0.5px #707070;}
    .table_type3 .th_m{display: none;}
    .table_type3 th,
    .table_type3 td{
      text-align: left;
        padding: 40px 20px;
        /* min-height: 65px; */
        border-bottom: solid 0.5px #707070;
      color: #000000;
      line-height: 1.8em;
    }
    .table_type3 .title {
      width: 118px;
      font-weight: bold;
    }
    .result-table {position: relative;}
    .table_type3 .title2 {
      width: 151px;
        font-weight: bold;
        position: absolute;
        top: calc(50% - 13px);
        text-indent: 0;
        font-size: 16px;
        color: #000000;
    }
    .table_type3 .text { 
        color: #000000;
        font-size: 16px;
        line-height: 1.8em;
        display: inline-block;
        margin-left: 165px;
        /* margin-left: 151px; */
    }
    .table_type3 th{
        background: #FCFCFC;
        font-size: 20px;
        font-weight: bold;
        text-align: left;
        color: #000000;
  
    }
    .table_type3 th > span{
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        color: #f68221;
        background: #fff8f2;
        border: 1px solid #f68221;
        padding:0 22px;
        line-height: 28px;
        height: 30px;
        margin-right: 20px;
        border-radius: 15px;
        display: inline-block;
        vertical-align: top;
    }
    .table_type3 td.table_content{
        padding: 40px;
        font-size: 16px;
        line-height: 30px;
        text-align: left;
        color: #000;
    }
    .table_type3 td.table_content img{
        max-width: 1180px;
    }
    .table_type3 td ul li{
        display: block;
        vertical-align: top;
        position: relative;
    }
  
    .table_type3 td ul li:first-child{margin-left: 0; padding-left: 0;}
    .table_type3 td ul li:first-child::before{display: none;}
    .table_type3 td ul li span{
        font-size: 16px;
        text-align: left;
        color: #707070;
    }
    .table_type3 td ul li span.title{font-weight: 700;}
    .table_type3 tr.view_nav a{
        display: inline-block;
        vertical-align: top;
        font-weight: bold;
        font-size: 18px;
        text-align: left;
        color: #000;
    }
    .table_type3 tr.view_nav a.title{
        width: 120px;
        
    }
    .table_type3 tr.view_nav a.text{
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 1040px;
        font-weight: normal;
        font-size: 18px;
        text-align: left;
        color: #000;
  
    }
    .table_type3 tr.view_nav.no_list a{
        font-weight: bold;
        line-height: 1.5;
        text-align: left;
        color: #707070;
    }
  
    .graph-wrap{
        display: flex;
        width: 100%;
        height: 400px;
    }
    .graph1 {display: inline-block; width:45% !important;height: 300px; float: left; padding: 20px;}
    .graph1 ul { width: 100%; height: 100%; }
    .graph1 ul li { width : 100%; float: left; padding: 0; margin: 0;}
    .graph1 ul li:last-child {margin-bottom: 0;}
    .graph1 ul li .graph-title { font-size: 16px; font-weight: bold; color:#000000; position: relative; width: 100%; text-align: left; margin-right: 20px; }
    .graph1 ul li .graph-title p { position: absolute; top: 0; right: 0; color: #888888; letter-spacing: -0.4px; }
    .graph1 ul li .graph-title .level{
        width: 40px;
        height: 20px;
        border: solid 1px #666666;
        text-align: center;
        font-size: 12px;
        color: #666666;
        display: inline-block;
        line-height: 1.5em;
        font-weight: 400;
        margin-left: 8px;
    }
    .graph1 ul li .graph-title .num{ font-size: 16px; color: #888888;}
    .graph1 ul li .graph-table { position: relative; width: 100%; height: 30px; float: left; margin-bottom: 25px;}
    .graph1 ul li .graph-table p { position: absolute; left: 0; top: 0; width: 100%; height: 12px; margin-top: 10px; border-radius: 30px; background-color: #f0f0f0; }
    .graph1 ul li .graph-table p.color { z-index: 2; }
    .graph1 ul li:nth-child(1) .graph-table p.color { background-image: linear-gradient(to right, #f5aec8, #ed7aa3);}
    .graph1 ul li:nth-child(2) .graph-table p.color { background-image: linear-gradient(to right, #afb7eb, #7a87e5);}
    .graph1 ul li:nth-child(3) .graph-table p.color { background-image: linear-gradient(to right, #f8caa4, #fda75f);}
    .graph1 ul li:nth-child(4) .graph-table p.color { background-image: linear-gradient(to right, #a0d9bb, #6db790);}
    .graph1 ul li:nth-child(5) .graph-table p.color { background-image: linear-gradient(to right, #a2e0ef, #7ac9db);}
  
    .graph1 ul li .graph-table .back span { position: absolute; width: 1px; height: 12px; background: #d6d6d6; top: 0; z-index: 2; display: none;}
    .graph1 ul li .graph-table .back span.bar1 {left: 25%;}
    .graph1 ul li .graph-table .back span.bar2 {left: 50%;}
    .graph1 ul li .graph-table .back span.bar3 {left: 75%;}
  
    .graph1 ul li .graph-table .level-wrap { position: absolute; top: 25px; width: 100%; color: #888888; font-size: 12px;}
    .graph1 ul li .graph-table .level-wrap div {float: left; width: 25%; text-align: center; font-size: 12px; color: #888888;}
  
    /* .graph2 { width: 50%; overflow: hidden; position: relative;} */
    .graph2 {
        display: inline-block; 
        /* display: flex; */
      width: 50% !important;
      height: 400px;
    padding: 15px 0 0 65px;
    }

    #chartImage{
        width: 100% ;
        margin-left: 30px;
    }

    #myChart{
        display: none !important;
    }
    .graph2 .chart-wrap {/* width: 754px; float: left; overflow: hidden; margin: 70px -60px; */
      width: 754px;
        position: absolute;
        left: 90%;
        top: 60px;
    }
  
    .total {
      width: 100%;
        padding: 50px;
        background: #eee;
        margin: 48px 0 0;
        text-align: left;
        color: #000000;
        font-size: 18px;
        line-height: 2.2em;
    }
  }






/* 
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
모바일 영역 모바일 영역 모바일 영역 모바일 영역 모바일 영역 모바일 영역 
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

/* 모바일 시작 */
/*  */
@media (max-width: 767px){
    .graph-wrap{display: block;height: auto;}
    #chartImage{
        width: 100%;
    }
#wrap.viewpage{}
#wrap.viewpage header,
#wrap.viewpage .sub_tab,
#wrap.viewpage .sub_top{display: none;}
.view_header{
    display: block;
    width: 100%;
    background: rgba(8,8,8,0.86);
}
.view_header a{
    font-size: 20px;
    letter-spacing: -0.02em;
    line-height: 63px;
    height: 63px;
    text-align: left;
    color: #fff;
    padding: 0 24px;
    display: inline-block;
    vertical-align: top;
}
.view_header a img{
    margin-top: -2px;
    margin-right: 10px;
}
.head > .head_inner > ol > li.free {display: none;}
.head > .head_inner > h1.view_mo {
	text-align: center; 
	width: calc(100% - 50px);
	font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: -0.5px;
    margin-top: -5px;
}
.head > .head_inner > h1 a img {
	width: auto;
    position: absolute;
    left: 0;
    top: 7px;
}
#contents{
    padding-bottom: 50px;
}
.view_pc {display: none !important;}
.view_mo {display: block;}
.sub_top{
    /* height: 150px; */
    height: 213px;
    margin: 0;
    /* margin-top: 63px; */
}
.sub_top-t1{
	background: url('../img/common/testTop.png') no-repeat center bottom ;
	background-size: cover;
}
.sub_top::before{
    background: rgba(0,0,0,0.6);
}
.sub_top h2{
    font-size: 24px;
    padding-top: 70px;
}
.sub_top h3 {
    font-size: 13px;
    padding-top: 6px;
}

.sub_tab{
    height: 44px;
}
.sub_tab ul li{width: 50%;}
.sub_tab ul li a{
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    width: 100%;
}
.sub_tab ul li.active::after{
    height: 3px;
}
.sub_title{display: none;}




/* 자기주도 학습역량평가 - 시작 */
.testWrap {
	width: 100%;
	/* padding-bottom: 80px; */
}
.test_contents {
	width: 100%;
	padding: 30px 5%;
}
.btn_wrap {
	width: 100%;
		/* position: fixed; */
    /* bottom: 0; */
	margin-top: 0 !important;
}
.btn_wrap .gray_btn {
    /* width: 100%; */
    /* border-radius: 0; */
}






/* 자기주도 학습역략평가 - 테스트 */
.radio1 {width: 24%;}
.test_step {padding: 20px 9% 0px; margin-bottom: 0; font-size: 16px;}
.test_step ul {width: 100%;}
.test_step ul li {width: 20%;}
.test_step ul li p {position: absolute;}
.test_step ul li p:first-child {display: none;}
.test_step ul li.ing p:first-child {display: block; width: 160px; left: 50%; margin-left: -80px;}
.test_step ul li p.bar {width: 60%; left: 71%;}
.test_step ul li.end p.bar {width: 60%; left: 71%;}

.test_step ul li.end {
    background-size: 18px;
    background-position-y: 3px;
}
.test_step ul li {
    background-size: 18px;
    background-position-y: 3px;
}
.test_contents ul li p.title {font-size: 18px;}
.btn_wrap button{

}
.btn_wrap button.prev {
    width: 40%;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    background-position: 30% 20px;
    background-size: 10px;
    width: 40%;  margin-right: 10px; 
    /* background-image: url(../img/test/m_next_w.png); */
   }
.btn_wrap button.next {
    width: 40%;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    background-position: 69% 20px;
    background-size: 10px;
    margin-right: 0; /* background-image: url('../img/test/m_next_w.png') */; text-indent: 22%;
}
.btn_wrap button.end {
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    background-position: 69% 20px;
    background-size: 10px;width: 40%;  margin-right: 0;}




/* 자기주도학습능력 보고서 */
.sub_top-t2 {background: url('../img/common/testTop.png') no-repeat center bottom ;}
/* .sub_top-t2 h2 {padding-top: 120px;} */
.test_view {padding: 30px 6%;}
.table_type3 th, .table_type3 td {
    padding: 14px 0;
    min-height: 50px;
    font-size: 15px;
    line-height: 1.3em;
    border-bottom: solid 1px #e2e2e2;
}
.table_type3 .first td {border-top: solid 1px #e2e2e2;}
.table_type3 .title {width: 105px;}
.table-title {
    font-size: 18px;
    margin-top: 50px;
}
.table-title span {    
    display: block;
    font-size: 12px;
    line-height: 1.3em;
    margin: 0;
    letter-spacing: -0.3px;
	margin-bottom: 10px;
}
.graph1 {
    width: 100%;
    padding: 0;
    margin-top: 20px;
}
.graph1 ul li .graph-title{
    font-size: 15px;
    width: 100%;
    text-align: left;
}
.graph1 ul li .graph-title p,
.graph1 ul li .graph-title p span {font-size: 10px;}
.graph1 ul li .graph-table {height: 30px; width: 100%;}
.graph1 ul li .graph-table p {}
.graph1 ul li .graph-table .level-wrap div {font-size: 10px;}

.graph2 {width: 100%; padding: 0 0 20px 0;}
.graph2 .chart-wrap {width: 100%; position: relative; margin: 30px 0;}
.graph2 .chart-wrap .chart-container {width: 100%;}

.table_type3 .title2 {
    position: relative;
    width: 100%;
    font-size: 15px;
    color: #000000;
    margin-bottom: 6px;
}
.table_type3 .text {
    margin: 0;
    font-size: 15px;
    line-height: 1.4em;
}

.total {
    font-size: 15px;
    line-height: 1.4em;
    padding: 30px;
    margin: 30px 0 102px;
}



/* 팝업  @@@@@ 지우지 마시오 @@@@@ */
.popup {width: 90%; height: auto; margin: 0 5%; padding: 40px 5%;}
.popup .faq-img{margin: 0px 0 20px;}
.popup .faq-img img {width: 60px;}
.popup .p1 {font-size: 18px; font-weight: bold; line-height: 1.5em; color: #000000;}
.popup .p2 {font-size: 13px; margin: 10px 0 14px; line-height: 1.5em; letter-spacing: -0.33px; color: #888888;}
.popup .timer {font-size: 13px; letter-spacing: -0.33px; color: #f68221;}
.popup .btn-wrap {margin-top: 30px;}
.popup .btn-wrap button {width: 48%; margin-right: 2%;}
.popup2 .p1 {margin-top: 0;}