@charset "UTF-8";
.contents-title .right-txt {
    letter-spacing:0.3px;
}

.snb-list-wrap.style2 .snb-list {
    text-align: center;
}

.snb-list-wrap.style2 .snb-list > li {
    display:inline-block;
}

.list-dot > li{
    margin-bottom :10px;
    font-size:15.5px;
    position:relative;
    padding-left:15px !important;
}
.list-dot > li:before{
    content:"ㆍ";
    position:absolute;
    left:0;
}
.list-dot > li.no_dot:before{
    display:none;
}
.border-bottom tr,
.border-bottom th{
    border-bottom:1px solid #000000;
}

.bg-right-gray {
    width:1100px;
    height:390px;
    padding-top:33px;
    box-sizing:border-box;
    margin:0 auto;
    text-align:center;
    background:#f8f8f8
}

.exam_top {
    text-align:center;
    font-size:22px;
    margin-top:30px;
    color:#000000;
}

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

.exam_top > h3{
    font-family:'noto3';
    font-size:37px;
}

.bg-navy {
    background:#3d456f !important;
    color:#ffffff;
    border-left:1px solid #5d6491 !important;
    border-right:1px solid #5d6491 !important;
    border-bottom:1px solid #cbcbcb !important;
}

.list-bar {
    position:relative;
    padding-left:10px;
}

.list-bar:after{
    position:absolute;
    left:0;
    top:0;
    content:'-';
}

/*수험정보 :S*/



.exam_txt {
    margin-bottom:65px;
}

.exam_txt  h3 {
    position:relative;
    font-size:21px;
    font-family:'noto5';
    font-weight:100;
    margin-bottom:15px;
    line-height:24px;
    margin-top:60px;
    color:#000000;
}

.exam_txt .img1{
    margin: 0 auto;
    vertical-align: middle;
    text-align:center;
}

.exam_txt  p {
    font-size:15px !important;
    line-height:24px;
}

.exam_txt  i {
    font-size:15px !important;
    line-height:24px;
}

.exam_txt ul li {
    padding-left: 12px;
    text-align: left;
    font-size: 15px;
    line-height: 26px;
}

.exam_txt  h5 {
    font-size:16px;
    margin-top:20px;
    margin-bottom:5px;
    margin-right:15px;
}

.exam_txt  strong{
    font-family:'noto5';
}

.exam_txt table{
    margin: 0 auto 20px;
    border:1px solid #000000;
}

.exam_txt table th {
    border:1px solid #5d6491;
    padding:10px 0;
    background: #173168;
    color: #ffffff;
    font-size:16px;
    font-family:'noto3';
    font-weight:100;
}
.exam_txt table td {
    border: 1px solid #cbcbcb;
    padding:15px 10px;
    text-align: center;
    font-size: 14.5px;
    line-height: 19px;
}


.exam_txt table td span {
    padding-bottom: 7px;
    font-size: 15px;
    display: block;
}

.exam_txt table tr td > ul {
    margin-left:10px;
}

.text-left {
    text-align:left !important;
    padding-left:10px;
}

/*학습 커리큘럼*/
.exam_curri  {
    width:100%;
}
.exam_curri .pull-left{
    width:50%;
    padding:0 0 20px;
    box-sizing:border-box;
}

.curri_menu{
    width:100%;
    height:50px;
    position:relative;
    margin-bottom:45px;
}

.curri_menu  li {
    float:left;
    width:50%;
}

.curri_menu  li a{
    width:100%;
    height:50px;
    line-height:50px;
    display:block;
    background:#f4f4f4;
    font-size:18px;
    text-align:center;
}

.curri_menu  li a.selected{
    color: #ffffff;
    background: #4bbb78;
    font-family: 'noto5';
}

.curri_menu  li a:hover{
    background:#e2e2e2;
}

.curri_menu  li a.selected:hover{
    color: #ffffff;
    background: #4bbb78;
    font-family: 'noto5';
}

/*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*/

/*과목별 학습팁*/
.tab_content{
    display:none;
}

.tab_content.selected {
    display:block;
}

.exam_tip_tab_menu{
    overflow:hidden;
	margin-bottom: 60px;
}

.exam_tip_tab_menu li {
    float:left;
    vertical-align:middle;
    width:155.3px;
    height:43px;
    text-align:center;
    color:#434550;
    line-height:43px;
    background:#d2d3dc;
    margin-right:2px;
    cursor:pointer;
}

.exam_tip_tab_menu li:last-child{
    margin-right:0;
}

.exam_tip_tab_menu li:hover{
    font-family:'noto5';
}

.exam_tip_tab_menu li.selected{
    background:#454e7d;
    color:#ffffff;
    font-family:'noto5';
}

.tip_table th,
.tip_table td{
    border:1px solid #d2d2d2;
    padding:14px 0;
    font-family:'noto5';
    font-weight:100;
}

.tip_table tr > th {
    background:#647cf2;
    color:#ffffff;
    font-family:'noto5';
}

.tip_table td.selected_list {
    background:#eef0f9;
    text-align:left;
    padding-left:44px;
}

.graph {
    overflow:hidden;
    margin-bottom:50px;
    padding-top:20px;
}

.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;
}
