@charset "utf-8";

.data-tab-wrap {
    width: 100%;
}
.data-tab-wrap.item2 > .tab-menu > li {
    width: 50%;
}

.data-tab-wrap .tab-menu {
    margin-bottom: 50px;
    border-bottom: 2px solid #ccc;
}
.data-tab-wrap .tab-menu li {
    float: left;
}
.data-tab-wrap .tab-menu li > button.tit {
    display: block;
    width: 100%;
    height: 54px;
    padding-bottom: 1px;
    margin-bottom: 30px;
    font-size: 18px;
    font-family: 'noto5';
    font-weight: 600;
    text-align: center;
    border: 2px solid #cdcec8;
    background: #cdcec8;
    color: #fff;
    cursor: pointer;
}
.data-tab-wrap .tab-menu li > button.tit:hover {
    border: 2px solid #b5d615;
}
.data-tab-wrap .tab-menu li.active > button.tit {
    transition:
        background 0.5s,
        border 0.5s;
    background: #b5d615;
    border: 2px solid #b5d615 !important;
}
.data-tab-wrap .tab-menu li.active > button.tit:hover {
}
.data-tab-wrap .tab-menu li a {
    position: relative;
    display: block;
    float: left;
    line-height: 50px;
    height: 50px;
    width: 50%;
    text-align: center;
    color: #949494;
    font-size: 18px;
    font-family: 'NotoSerif';
    font-weight: 600;
}
.data-tab-wrap .tab-menu li.active a {
}
.data-tab-wrap .tab-menu li.active a.selected {
    color: #41610e;
}
.data-tab-wrap .tab-menu li a:before {
    content: '';
    display: none;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #79a80e;
}
.data-tab-wrap .tab-menu li.active a.selected:before {
    display: block;
}

/*시험문제 스타일*/
.data-tab-wrap .tab-content {
    margin-top: 50px;
    border: 1px solid #000;
    padding: 12px;
    font-family: 'NotoSerif';
}
.data-tab-wrap .exam-h3 {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    padding: 15px 0 30px;
    color: #363636;
}
.data-tab-wrap .exam-h4 {
    line-height: 48px;
    height: 48px;
    padding: 0 18px;
    background: #edeee8;
    font-weight: 300;
    color: #849e05;
    margin-bottom: 35px;
}
.data-tab-wrap .exam-h4 strong {
    font-weight: 600;
}
.data-tab-wrap .exam-item {
    padding: 0 15px 50px 15px;
}
.data-tab-wrap .exam-item .exam-question {
    margin-bottom: 35px;
}
.data-tab-wrap .exam-item .exam-question h5 {
    position: relative;
    padding-left: 30px;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 25px;
}
.data-tab-wrap .exam-item .exam-question h5 span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.data-tab-wrap .exam-item .exam-question .exam-options-list {
    margin-left: 25px;
    font-weight: 300;
}
.data-tab-wrap .exam-item .exam-question .exam-options-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px;
}
.data-tab-wrap .exam-item .exam-question .exam-options-list li.test1 {
    font-weight: 300;
}
.data-tab-wrap .exam-item .exam-question .exam-options-list li.test2 {
    font-weight: 100;
}
.data-tab-wrap .exam-item .exam-question .exam-options-list li span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.data-tab-wrap .exam-item .exam-answers {
}
.data-tab-wrap .exam-item .exam-answers > button {
    position: relative;
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-family: 'NotoSerif';
    font-weight: 600;
    background: #ededed;
    text-align: left;
    text-indent: 15px;
    cursor: pointer;
    outline: none;
    font-size: 15px;
}
.data-tab-wrap .exam-item .exam-answers > button:before {
    content: '▼';
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
    color: #a7a7a7;
    font-size: 12px;
}
.data-tab-wrap .exam-item .exam-answers.acitve > button:before {
    content: '▲';
    color: #000;
}
.data-tab-wrap .exam-item .exam-answers .exam-answers-box {
    display: none;
    border: 1px solid #d7d7d7;
    border-top: none;
}
.data-tab-wrap .exam-item .exam-answers .exam-answers-list {
    padding: 20px 22px;
}
.data-tab-wrap .exam-item .exam-answers .exam-answers-list > li {
    position: relative;
    padding-left: 50px;
    margin-top: 10px;
    line-height: 22px;
    font-weight: 300;
}
.data-tab-wrap .exam-item .exam-answers .exam-answers-list > li:first-child {
    margin-top: 0;
}
.data-tab-wrap .exam-item .exam-answers .exam-answers-list > li:before {
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    height: 22px;
    line-height: 22px;
    padding: 0 8px;
    font-weight: 600;
    color: #fff;
    font-size: 12px;
}
.data-tab-wrap .exam-item .exam-answers .exam-answers-list > li.answers:before {
    content: '정답';
    background: #eb0c07;
}
.data-tab-wrap .exam-item .exam-answers .exam-answers-list > li.explanations:before {
    content: '해설';
    background: #7a7a7a;
}
.data-tab-wrap .exam-item .exam-answers .exam-answers-list strong {
    font-weight: 600;
}
.data-tab-wrap .exam-item .exam-answers .exam-answers-list > li.explanations em {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}

.exam_top_title {
    font-family: 'noto5';
    font-size: 22px;
    font-weight: 100;
    margin-top: 20px;
}
.exam_txt {
    margin-bottom: 55px;
    color: #6a6a6a;
}
.exam_txt h3 {
    position: relative;
    font-size: 19px;
    font-family: 'noto6';
    font-weight: 100;
    margin-bottom: 13px;
    color: #000;
    height: auto;
    padding-top: 19px;
}
.exam_txt h3::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 5px;
    background: #142e9a;
    display: block;
    content: '';
}
.exam_txt h4 {
    position: relative;
    margin: 30px 0;
    font-size: 25px;
    font-family: 'noto5';
    font-weight: 100;
    color: #000;
    text-align: center;
    padding: 0 0 0 13px;
}
.exam_txt .so_title {
    font-size: 17px;
    color: #000;
    font-family: 'noto5';
    margin-bottom: 13px;
}
.exam_txt .img1 {
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
}
.exam_txt p {
    font-size: 14px;
    line-height: 24px;
    word-break: keep-all;
}
.exam_txt i {
    font-size: 15px !important;
    line-height: 24px;
}
.exam_txt ul li {
    text-align: left;
}
.exam_txt h5 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 5px;
    margin-right: 15px;
}
.exam_txt strong {
    color: #333;
    font-family: 'noto5';
    font-weight: bold;
}
.exam_txt table {
    margin: 0 auto 20px;
    border: 1px solid #d1d1d1;
}
.exam_txt table th {
    background: #f8f8f8;
    font-size: 14px;
    padding: 10px 0;
    font-family: 'noto5';
    font-weight: 500;
    border: 1px solid #d1d1d1;
}
.exam_txt table td {
    /* border: 1px solid #d1d1d1;
    padding:15px 10px;
    font-size: 14px;
    line-height: 19px;
    color:#595959;
	word-break:keep-all; */
    text-align: center;
    padding: 15px 15px;
    border: 1px solid #d1d1d1;
    font-size: 14px;
    letter-spacing: 0;
}
.exam_txt table td span {
    padding-bottom: 7px;
    font-size: 15px;
    display: block;
}
.text-left,
.text-left td {
    text-align: left !important;
    padding-left: 10px;
}
.text-center,
.text-center td {
    text-align: center !important;
}
.text-right,
.text-right td {
    text-align: right !important;
    padding-left: 10px;
}
.table_bt_caption {
    margin-top: -18px;
}
.exam_step {
    width: 100%;
}
.exam_step li {
    position: relative;
    float: left;
    width: 174px;
    height: 66px;
    text-align: center !important;
    line-height: 66px;
    margin-right: 26px;
    color: #feffde;
    font-family: 'noto5';
    padding-left: 0;
}
.exam_txt .icon_ul li {
    padding-left: 145px;
    margin-bottom: 60px;
}
.exam_info_tab ul.exam_menu {
    display: table;
    width: 100%;
    margin: 0 auto 30px;
    border: 1px solid #ccc;
}
.exam_info_tab ul.exam_menu li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #ccc;
    width: 33.33%;
}
.exam_info_tab ul.exam_menu.item15 li {
    width: 3.66%;
}
.exam_info_tab ul.exam_menu li:last-child {
    border-right: none;
}
.exam_info_tab ul.exam_menu li a {
    height: 40px;
    display: block;
    line-height: 40px;
    width: 100%;
    background: #f5f5f8;
    color: #727272;
    box-sizing: border-box;
    font-size: 16px;
}
.exam_info_tab ul.exam_menu li.selected {
    border: 1px solid#142e9a;
}
.exam_info_tab ul.exam_menu li.selected a {
    background: #434e5c;
    color: #fff;
    font-family: 'noto5';
    transition:
        background 0.5s,
        border 0.5s;
}
/* .exam_info_tab ul.exam_menu li a:hover{
	border:1px solid #434e5c
} */
.exam_info_tab ul.exam_sub_menu {
    margin: 10px auto;
}
.exam_info_tab ul.exam_sub_menu li {
    width: 20%;
}
.exam_info_tab ul.exam_sub_menu li a {
    background: #fdfdfd;
    color: #686868;
}
.exam_tab,
.exam_sub_tab {
    display: none;
}
.exam_tab.selected,
.exam_sub_tab.selected {
    display: block;
}

.cat_sub_cont .chart_wrap .chart {
    height: calc(58px * 6);
}

.cat_sub_cont .chart_wrap .chart li::after {
    left: calc(50% - 14px);
}
