@charset "UTF-8";
.pull-left,
.fl {
	float: left
}
.pull-right,
.fr {
	float: right
}
.col-rightpuple{color:#415de6 !important}
.exam_top {
    text-align:center;
    font-size:22px;
    margin-top:30px;
    margin-bottom:60px;
    color:#000000;
}

.exam_top > p{
    font-family:'spoqa2';
}

.exam_top > h3{
    font-family:'noto3';
    font-size:37px;
    margin-top:6px;
}
.exam_block strong{
    font-family:'noto5';
}
.cat_sub_cont .exam_tab .btn_tab{
    height: 53px;
    background:#d2d3dc;
    color:#434550;
}
.cat_sub_cont .exam_tab .btn_tab.is_active{
     background:#454e7d;
    color:#ffffff;
    font-family:'noto5';
}
.graph {
    display:flex;
    justify-content: start;
    align-items: center;;
    margin-bottom:50px;
    padding-top:20px;
    gap:140px
}
.graph img{
    margin-left:120px;
}
.graph_info{
    font-size:15px
}
.graph_txt {
    background:#f6f6f6;
    padding:30px 40px;
    box-sizing:border-box;
}

.graph_txt p {
    font-size:16px !important;
    margin-bottom: 10px;
}
.graph_txt p > span {
    color:#000;'
}

.graph_label {
    width:20px;
    height:7px;
    border-radius:3.5px;
    display:inline-block;
    margin-right:12px;
    vertical-align: middle;
}

.graph_label1{
    background:#3d98ff;
}

.graph_label2{
    background:#ea528f;
}

.graph_label3{
    background:#647cf2;
}

.graph_label4{
    background:#36b4b3;
}

.graph_label5{
    background:#35d9d7;
}

.graph_label6{
    background:#03db96;
}

.graph_label7{
    background:#9364f2;
}

.graph_label8{
    background:#ee6750;
}

.graph_label9{
    background:#eeb150;
}


/*faq :S*/
.faq_list {
    height:auto;
    border-bottom: 1px solid #b5b5b5;
    font-size:16px;
}

.faq_list  .qusition{
    position: relative;
    padding: 20px 0 20px 50px;
    cursor:pointer;
    background:#f8f8f8;
}

.faq_list  .qusition:before{
    position: absolute;
    left: 10px;
    top: calc(50% - 14px);
    width: 28px;
    height: 28px;
    display: block;
    background: #173168;
    color: #ffffff;
    content: 'Q';
    border-radius: 100%;
    padding-left: 9px;
    line-height: 25.5px;
    box-sizing: border-box;
    font-size: 14px;
}

.faq_list  .qusition > em{
    font-size: 26px;
    position: absolute;
    right: 10px;
    top: calc(50% - 13px);
}


.faq_list  .answer{
    position:relative;
    display:none;
    overflow:hidden;
    box-sizing:border-box;
    border-top:1px dashed #cccccc;
}

.faq_list  .answer:before{
    position: absolute;
    left: 10px;
    top: 20px;
    width: 28px;
    height: 28px;
    display: block;
    background: #a0a0a0;
    color: #ffffff;
    content: 'A';
    border-radius: 100%;
    padding-left: 10px;
    line-height: 27.5px;
    box-sizing: border-box;
    font-size: 14px;
}

.faq_list  .answer  p {

   margin-bottom:0;
   margin-left:50px;
    padding: 20px 0 20px 0;
}

.faq_list:first-child .answer{
    display:block;
}

/*faq :E*/