@charset "UTF-8";

.exam_txt > * {
    word-break:keep-all;
}
ul.list-number {
    list-style: none;
    padding-left: 0;
    counter-reset: item;
}

ul.list-number li {
    position: relative;
    text-align: left;
    margin-top: 3px;
    padding-left: 20px;
    margin-bottom: 7px;
}

ul.list-number li:after {
    position: absolute;
    display: block;
    left: 0;
    top: 0;javascript:void(0)
    width: 10px;
    content: counter(item) ".";
    counter-increment: item;
}

.exam_ul_style2 li{
    padding-left:13px;
    position:relative;
}
.exam_ul_style2 li:after{
    left:0;
    top:0;
    content:'ㆍ';
    font-weight:bold;
    position:absolute;
}

.contents-title  .right-txt {
letter-spacing:0.3px;
}

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

.list-dot > li{
    margin-bottom :0px;
}

.border-bottom tr,
.border-bottom th{
    border-bottom:1px solid #000000;
}

.bg-right-gray {
    width:1000px;
    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:87px;
    color:#000000;
}

.exam_top > p{
    font-family:'noto2';
    margin-bottom:20px;
}

.exam_top > h3{
    font-family:'noto5';
    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;
}


.border-none {
    border:none !important;
}

table.border-none td{
    border:none !important;
}

.table_bold {
    border-top:2px solid #000 !important;
    border-left:2px solid #000 !important;
    border-right:2px solid #000 !important;
}

.table_bold_bottom{
    border-bottom:2px solid #000 !important;
    border-left:2px solid #000 !important;
    border-right:2px solid #000 !important;
}

.table_bold .table_sub_th{
    background:#f5f5f8;
    color: #e8488e;
    font-family:'noto5';
}


.caption_style1 {
    text-align:center;
    border:1px solid #ccc;
    background:#f5f5f5;
    color:#707070;
    padding:10px 0;
}

.div-table{
    display:table;
    width:100%;
}

.div-table > * {
    display:table-cell;
    vertical-align:top;
}

.li_title:before{
    display:none !important;
}

.bg-rightred{
    background:#ffe4e4;
}
.bg-beige{
    background:#fff1dd;
}
/*수험정보 :S*/
.content {
    border:1px transparent solid;

}
.content.on{
    padding-top:80px;
}

.exam_top_title {
    font-family:'noto4';
    font-size:22px;
    font-weight:100;
    margin-top:20px;
}

.exam_txt {
    margin-bottom:65px;
    color:#3d3d3d;
}

.exam_txt  h3 {
    position:relative;
    font-size:19px;
    font-family:'noto6';
    margin-bottom:27px;
    padding-top:19px;
    margin-top:30px;
    color:#000;
}
.exam_txt  h3:before{
    position:absolute;
    top:0;
    left:0;
    width:40px;
    height:5px;
    background:#142e9a;
    display:block;
    content:'';
}


.exam_txt  h4{
    margin:20px 0 10px;
    font-size:15px;
}

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

.exam_txt  p {
    font-size:14px !important;
    line-height:24px;
    word-break:keep-all;
    position: relative
}

.exam_txt  p .link {
    display: block;
    width:169px;
    height:38px;
    position: absolute;
    bottom:35px;
    left:325px;
}

.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 table{
    margin: 0 auto 20px;;
    border:1px solid #d1d1d1;
}

.exam_txt table th {
    border:1px solid #d1d1d1;
    padding:10px 0;
    background: #f8f8f8;
    color: #686868;
    font-size:14px;
    font-family:'noto5';
    font-weight:100;
}
.exam_txt table td {
    border: 1px solid #d1d1d1;
    padding:15px 10px;
    text-align: center;
    font-size: 14px;
    line-height: 19px;
    color:#595959;
    word-break:keep-all;
}

.exam_txt table td .txt_sub_title{
    font-size:16px;
    font-family:'noto5';
    color:#2b77bd;
}


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

.exam_txt table tr td > ul {
}

.text-left,
.text-left td{
    text-align:left !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_step li:after{
position: absolute;
    right: -24px;
    content: "";
    top: 40%;
    width:17px;
    height:9px;
    display:block;
    background:url('/_skin/tpl_skin/basic_nh_new/common/arrow1.png')no-repeat;
}

.exam_step li:last-child:after{
    display:none;
}

.exam_txt .exam_step2{
    padding-left:29px;
    background:url('/_skin/tpl_skin/basic_nh_new/common/arrow2.png')left 8px no-repeat;
}

.exam_txt .exam_step2 > li {
    float:none;
    width:100%;
    display:table;
    padding:7px 0;
}

.exam_txt .exam_step2 li > * {
    display:table-cell;
    vertical-align:middle;
    padding:0 14px;
}

.exam_txt .exam_step2 li > p:first-child{
    width:20%;
    color:#feffde;
    /*! height:45px; */
    line-height:64px;
    font-family:'noto4';
    text-align:center;
}

.exam_txt .icon_ul li{
    padding-left:145px;
    margin-bottom:60px;
}
.exam_txt .ul-table.use > li {
    font-size:17px;
    text-align:center;
    letter-spacing:-1.5px;
    font-weight:100;
}

.exam_txt .ul-table.use > li img{
    margin: 0 0 0px 0
}

.exam_txt .ul-table.use > li  strong{
    font-size:20px;
}

.exam_txt .ul-table.use > li p {
    margin:10px 0 0 0 ;
    line-height:20px;
}

.exam_txt .graph_wrap{
    text-align:center;
    background:#edf2f8;
    padding:17px 0 34px 0;
    margin:0 0 30px 0;
}

/*faq ;S*/
.faq_list{

}

.faq_list li {
/*   padding:20px;*/
}

.faq_list li .faq_q {
   position: relative;
    padding: 20px 0 20px 60px;
    color:#647a55;
    font-family:'noto4';
    background:#beceb559;
    cursor:pointer;
}

.faq_list li .faq_q:after{
    position:absolute;
    left:20px;
    top:18px;
    content:'Q';
    background:#647a55;
    color:#fff;
    width:30px;
    height:30px;
    display:block;
    text-align: center;
    line-height:27px;
    border-radius:15px;
}

.faq_list li .faq_q > span {
    float:right;
    margin-right:24px;
}

.faq_list li .faq_a {
    box-sizing:border-box;
    position:relative;
    padding: 20px 20px 20px 60px;
    font-size:14px;
    /*! background: #f7f7f7; */
}

.faq_list li .faq_a.selected{display:block;}

.faq_list li .faq_a:after{
    position:absolute;
    left:20px;
    top:20px;
    content:'A';
    background:#e8eee5;
    color:#647a55;
    width:30px;
    height:30px;
    display:block;
    text-align: center;
    line-height:27px;
    border-radius:15px;
    font-size: 15px;
    font-family: 'noto4';
}


/* faq : E*/
.exam_info_tab ul.exam_menu  {
    display: table;
    width:100%;
    margin:0 auto;
    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 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;
}
.exam_info_tab ul.exam_menu li.selected {
    border:1px solid #e84884;
}

.exam_info_tab ul.exam_menu li.selected a,
.exam_info_tab ul.exam_menu li a:hover{
        color:#e84884;
    font-family: 'noto4';
}


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

.exam_sub_tab_wrap table{

}


.chart_wrap{
    margin: 0 auto 30px;
    overflow: hidden;
    position:relative;
}

.chart_wrap .chart_num{
    position: absolute;
    height:350px;
    left:28px;
    bottom:42px;
}

.chart_wrap .chart_info{
    float:right;
    display: table;
}

.chart_wrap .chart_info p {
    display: table-cell;
    padding:0 10px;
}

.chart_wrap .chart_info p span{
    display: inline-block;
    width:20px;
    height:18px;
    vertical-align:middle;
}

.chart_wrap .chart_num li {
    height:19%;
    line-height:90%;
    font-family:'noto';
    text-align:center;
}

.chart_wrap .chart {
    display:table;
    width:95%;
    height:350px;
    margin:0 auto 50px 5%;
    background: url('/_skin/tpl_skin/common_images/chart_bg.png') center no-repeat;
}

.chart_wrap .chart li {
    display:table-cell;
    vertical-align:bottom;
    height:100%;
    padding:0 20px;
    position:relative;
    text-align: center;
}
.chart_wrap .chart li:after{
    position:absolute;
    left:calc(50% - 20px);
    bottom:-30px;
    display:block;
    text-align:center;
    content:attr(title);
    word-wrap:break-word;
    font-family:'noto4';
}

.chart_wrap .chart li span{
    margin: 0 auto;
    width:33%;
    display:inline-block;
    background:#c6d8f1;
    position:relative;
}

.chart_wrap .chart li span:nth-child(2){
    background:#838f9f;
    margin-left:10px;
}

.chart_wrap .chart li span:after{
    position:absolute;
    left:calc(50% - 21px);
    top:-29px;
    display:block;
    text-align:center;
    content:attr(title);
    word-wrap:break-word;
}

.refund_top_title{
    background:url('/_skin/tpl_skin/basic_danger/images/community/top_text.png') no-repeat;
    width:928px;
    margin:0 auto;
    height:126px;
    margin-top:50px;
}
.info{
    background:url('/_skin/tpl_skin/basic_danger/images/community/info.png') no-repeat 50% 0;
    width:928px;
    margin:0 auto;
    height:184px;
    margin-top:50px;
    position:relative;
}
.info a.review{
    width:155px;
    height:32px;
    font-size:0px;
    position:absolute;
    left:42px;
    top:114px;
}
/*테이블*/
.content-table{
    width:100%;
}
.content-table th{
    padding:15px 0px;
    font-weight:100;
}
.content-table td{
    padding:15px 15px;
}
.content-table .last td,
.content-table .last th,
.content-table .border-bottom{
    border-bottom:1px solid #ccc;
}
.content-table thead th{
    background:#757575;
    color:#fff;
    font-size: 16px;
}
.content-table tbody th{
    background:#ededed;
}

/* 스타일1*/
.content-table.style1{
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
}
.content-table.style1 caption{
    width:1px;height:1px;
    overflow:hidden;visibility:hidden;
    line-height:0;font-size:0;
    position:absolute;left:-9999px
}
.content-table.style1 thead th{
    border-top:1px solid #686868;
    border-right:1px solid #686868;
}
.content-table.style1 tbody th,
.content-table.style1 tbody td{
    border:1px solid #ccc;
}

/* 스타일2*/
.content-table.style2 th{
    border-right:1px solid #ccc;
}
.content-table.style2 tr:first-child th,
.content-table.style2 tr:first-child  td{
    border-top:1px solid #ccc;
}
.content-table.style2 th,
.content-table.style2 td{
    border-bottom:1px solid #ccc;
}

/* 스타일3*/
.content-table.style3 caption{
    height:45px;
    line-height:45px;
    background:#757575;
    color:#fff;
    font-family:'spoqa3',dotum;
    font-weight:100;
    font-size:18px;
}
.content-table.style3 th,
.content-table.style3 td{
    border:1px solid #ccc;
}
.contents-title {
    width: 960px;
    margin: 0 auto;
    margin-top: 60px;
    }
    .title-h3:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 4px;
    background: #df0031;
}
.title-h3{    position: relative;
    padding-top: 20px;
    margin-bottom: 18px;
    font-family: 'spoqa4','dotum',sans-serif;
    font-weight: 100;
    font-size: 20px;
    line-height: 25px;
}


/* 간호조무사란? */
.exam-info1 .sty_db_mb{
    display: block;
    margin: 20px 0 0 7px;
}
