@charset "UTF-8";
.location .ly_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
}

.location .ly_inner a {
    position: relative;
    font-size: 12px;
    color: #747983;
    line-height: 1.54;
}

.location .ly_inner a.home {
    display: inline-block;
    width: 16px;
    height: 16px;
}

.location .ly_inner a.home:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    content: "";
    background: url("/assets/images/spr_sub_2x.png") 0 0 no-repeat;
    background-size: 180px auto;
    position: absolute;
    left: 0;
    top: 0;
}

.location .ly_inner a.active {
    color: #383b40;
    font-weight: 700;
}

.location .ly_inner>span {
    font-size: 12px;
    line-height: 1.54;
    color: #747983;
    margin: 0 6px;
}

.fl_layout .ly_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 48px 0 120px;
    position: relative;
}

.aside_group {
    width: 280px;
}

.aside_group.fixed .menu_list {
    position: fixed;
    top: 100px;
}

.aside_group .menu_list {
    position: relative;
    width: 260px;
}

.aside_group .menu_list li.banner img{
	margin-top:100px
}

.aside_group .menu_list>li.active>a,
.aside_group .menu_list>li:hover>a {
    color: #0ac7d6;
    transition: all 0.2s;
}

.aside_group .menu_list>li.active .sub_menu_list {
    display: block;
    transition: all 0.3s;
    -webkit-animation: fadein 0.5s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 0.5s;
    /* Firefox < 16 */
    -ms-animation: fadein 0.5s;
    /* Internet Explorer */
    -o-animation: fadein 0.5s;
    /* Opera < 12.1 */
    animation: fadein 0.5s;
}

@keyframes fadein {
    from {
        opacity: 0.2;
    }
    to {
        opacity: 1;
    }
}


/* Firefox < 16 */

@-moz-keyframes fadein {
    from {
        opacity: 0.2;
    }
    to {
        opacity: 1;
    }
}


/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
    from {
        opacity: 0.2;
    }
    to {
        opacity: 1;
    }
}


/* Internet Explorer */

@-ms-keyframes fadein {
    from {
        opacity: 0.2;
    }
    to {
        opacity: 1;
    }
}


/* Opera < 12.1 */

@-o-keyframes fadein {
    from {
        opacity: 0.2;
    }
    to {
        opacity: 1;
    }
}

.aside_group .menu_list>li>a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.57;
    padding: 4px 0;
}

.aside_group .menu_list>li .sub_menu_list {
    display: none;
    /*transition: all 0.3s;*/
    margin-bottom: 16px;
    padding-left: 5px;
}

.aside_group .menu_list>li .sub_menu_list li a {
    display: block;
    padding: 4px 0;
    font-size: 13.5px;
    line-height: 1.54;
    color: #747983;font-weight: 500;
}

.aside_group .menu_list>li .sub_menu_list li a.mid-menu{font-weight: 500;cursor: pointer;}

.aside_group .menu_list>li .sub_menu_list li.active a {
    color: #0ac7d6;
    font-weight: 700;
}

.aside_group .menu_list>li .sub_menu_list.big>li>a {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.57;
    padding: 4px 0;
}

.aside_group .menu_list>li .sub_menu_list li.active .bottom_menu_list {
    display: block;
}

.aside_group .menu_list>li .sub_menu_list li.active .bottom_menu_list.dis-none{display:none; }


.aside_group .menu_list>li .sub_menu_list li:hover a {
    color: #0ac7d6;
}

.aside_group .menu_list>li .sub_menu_list li:hover>a.link {
    font-weight: 700;
    text-underline-position: under;
    text-decoration: underline;
}

.aside_group .menu_list>li .bottom_menu_list {
    padding: 0px 0 4px 13px;
    margin-bottom: 5px;
    /*display: none;*/
}

.aside_group .menu_list>li .bottom_menu_list li a {
    color: #747983 !important;
    font-weight: 400 !important;
    font-size: 13px
}

.aside_group .menu_list>li .sub_menu_list.big .bottom_menu_list>li>a {
    font-size: 13.5px;
}

.aside_group .menu_list>li .bottom_menu_list li.active a,
.aside_group .menu_list>li .bottom_menu_list li:hover a {
    color: #0ac7d6 !important;
}

.aside_group .menu_list>li .bottom_menu_list li.active a {
    font-weight: 600 !important;
}

.sub_contents {
    width: calc( 100% - 280px);
    min-height: 632px;
}

.sub_contents.pop{
    width: 100%;
}

.sub_contents.center {
    margin: 0 auto;
    width: 720px
}

.sub_contents .sub_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sub_contents .sub_title h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.38;
}

.sub_contents .sub_title p {
    width: 100%;
    font-size: 14.5px;
    line-height: 1.5;
    margin-top: 12px;word-break: keep-all;
}

.sub_contents .sub_title .btn {
    margin-left: 16px;
}

.sub_contents .sub_title .right {
    margin-left: auto;
}

.sub_contents .sm_title {
    font-size: 17px;
    font-weight: 800;
    line-height: 1.44;
    margin-bottom: 10px;
}

.sub_contents .sm_title.mb0 {    
    margin-bottom:0px;
}

.sub_contents .sm_title2 {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.44;
    margin-bottom: 13px;
}

.sub_contents .sm_title .point {
    font-size: 15px;
}

.cm_info_box .sm_title {
    border-bottom: 2px solid #000000;padding-bottom: 8px;
}

.sub_contents .sm-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.44;
    margin-bottom: 16px;
    border-bottom: 2px solid #747474;
    padding-bottom: 5px;
}

.sub_contents .sm-title span {
    color: #0ac7d6;
    font-weight: 700;
}

.sub_contents .sm_title span {
    color: #4097d5
}

.sub_contents .lg_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
}

.analysis_step .analysis_step_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.analysis_step .analysis_step_list .item {
    position: relative;
    padding: 18px 0;
    margin: 0 40px;
    width: 240px;
    height: 105px;
    border-radius: 3px;
    text-align: center;
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.analysis_step .analysis_step_list .item:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.analysis_step .analysis_step_list .item:before {
    content: '';
    position: absolute;
    bottom: -11px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 0;
    height: 0;
    border-top: 11px solid rgba(0, 0, 0, 0.05);
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
}

.analysis_step .analysis_step_list .item .step_name {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.57;
}

.analysis_step .analysis_step_list .item .step_txt {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
}

.analysis_step .analysis_step_list .item.sty1 span {
    color: #9850fd;
}

.analysis_step .analysis_step_list .item.sty2 span {
    color: #4c6afb;
}

.analysis_step .analysis_step_list .item.sty3 span {
    color: #0ac7d6;
}

.analysis_step .analysis_step_list .item.sty4 span {
    color: #4be3be;
}

.analysis_step .step_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-top: 25px;
    width: 100%;
    height: 8px;
    border-radius: 6px;
    background: #9e4fff;
    background: -webkit-gradient(linear, left top, right top, from(#9e4fff), color-stop(50%, #2f78ff), to(#0ac7d6));
    background: linear-gradient(90deg, #9e4fff 0%, #2f78ff 50%, #0ac7d6 100%);
}

.analysis_step .step_line span {
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    -webkit-box-shadow: 0 3px 8px 0 rgba(175, 184, 230, 0.5);
    box-shadow: 0 3px 8px 0 rgba(175, 184, 230, 0.5);
    background-color: #fff;
    top: 50%;
    margin-top: -12px;
    margin-right: -1px;
}

.analysis_step .step_line span em {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #9850fd;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
}

.analysis_step .step_line span:nth-child(2) em {
    background-color: #4c6afb;
}

.analysis_step .step_line span:nth-child(3) em {
    background-color: #2095ed;
}

.analysis_step .step_line span:nth-child(4) em {
    background-color: #0ac7d6;
}

.analysis_step .step_line span:nth-child(5) em {
    background-color: #4be3be;
}

.analysis_step.sty2 .analysis_step_list .item {
    height: auto;
}

.analysis_step.sty2 .step_line {
    background: #9e4fff;
    background: -webkit-gradient(linear, left top, right top, from(#9e4fff), color-stop(33%, #2f78ff), color-stop(66%, #12b5df), to(#6effab));
    background: linear-gradient(90deg, #9e4fff 0%, #2f78ff 33%, #12b5df 66%, #6effab 100%);
}

.cm_table_wrap .cm_title_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cm_table_wrap .cm_title_group .select_box {
    margin-bottom: 15px;
}

.cm_table_wrap .cm_title_group .select_box select {
    width: 170px;
    height: 32px;
}

.cm_table_wrap .cm_title_group .update {
    font-size: 12px;
    line-height: 1.45;
}

.cm_table_wrap h2 .btn {
    margin-left: 12px;
}

.cm_table_wrap h3 {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.54;
    margin-bottom: 13px;
}

.cm_table_wrap h3 .point {
    font-size: 16px;
    color: #fa7032;
    display: inline-block;
    margin-left: 6px;
}

.cm_table_wrap .cm_table {
    border-top: 2px solid #383b40;
}

.cm_table_wrap .cm_table.pds li .cell.cell_info {
    width: 740px;
}

.cm_table_wrap .cm_table.thin li {
    padding: 10px 16px
}

.cm_table_wrap .cm_table li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    padding: 20px 16px;
    border-bottom: 1px solid #e5e8ec;
    align-items: center;
}

.cm_table_wrap .cm_table li .cell.title-info {
    width: 200px
}

.cm_table_wrap .cm_table li .cell.cell_info.live-interview {
    width: 100%;
    display: flex;
}

.cm_table_wrap .cm_table li .cell.cell_info.live-interview img {
    margin-right: 10px;
    margin-top: 4px;
    align-items: center;
    display: grid;
    height: 13px;
}

.cm_table_wrap .cm_table li .cell.cell_info.live-interview .memo {
    line-height: 20px;
    display: inline-block;
    width: calc(100% - 60px);
    word-break: keep-all;
}

.cm_table_wrap .cm_table li .cell.cell_info.date {
    display: inline-block;
    line-height: 20px;
    font-size: 12px;
    width: 200px;
    text-align: left
}

.cm_table_wrap .cm_table li .cell.title-info .company {
    display: block;
    color: #383b40;
    font-weight: 700;
    font-size: 14px;
}

.cm_table_wrap .cm_table li .cell.title-info .part {
    display: block;
    color: #86888d;
    font-weight: 400;
    font-size: 13px;
    margin-top: 5px;
}

.me-too {
    display: inline-block;
    text-align: left;
    background: url(https://image1.educe.co.kr/button/btn_metoo.gif);
    background-repeat: no-repeat;
    width: 93px;
    height: 33px;
    font-weight: 700;
    padding-top: 9px;
    margin-right: 10px;
    padding-left: 35px;
    color: #f30;
    font-size: 12px;
    cursor: pointer;
    line-height: 14px;
}

.me-too.on {
    opacity: 0.5;
}

.cm_table_wrap .cm_table li .cell.cell_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 84px;
    height: 118px;
   
}

.cm_table_wrap .cm_table li .cell.cell_img .img {
    width: 100%;box-shadow: 2px 2px 8px -2px #bfbfbf;
}

.cm_table_wrap .cm_table li .cell.cell_img .text-box {
    width: 64px;
    height: 84px;
  
	box-shadow: 2px 2px 8px -1px #bfbfbf;
    border-radius: 2px;display:none
}

.cm_table_wrap .cm_table li .cell.cell_img .text-box dt {
    background-color: #0035af;
    height: 54px;
    box-sizing: border-box;
    padding: 2px 2px 2px 0px;
}

.cm_table_wrap .cm_table li .cell.cell_img .text-box dt span {
    color: #fff;
    font-size: 10px;
    text-align: right;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-left: 0px;
    margin-top: 2px;
    width: 52px;
}

.cm_table_wrap .cm_table li .cell.cell_img .text-box dd {
    line-height: 23px;
    color: #0035af;
    font-size: 10px;
    text-align: center;
    font-weight: 500;
    letter-spacing: -1px;
}

.cm_table_wrap .cm_table li .cell.cell_img .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.cm_table_wrap .cm_table li .cell.cell_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 120px;
    height: 100px;
    border: 1px solid #efefef;
    border-radius: 10px;
}

.cm_table_wrap .cm_table li .cell.cell_logo .img img {
    width: auto;
    height: auto;
    max-width: 86px;
    max-height: 35px;
}

.cm_table_wrap .cm_table li .cell.cell_info {
    padding: 0 24px;    width: calc(100% - 220px);
}

.cm_table_wrap .cm_table li .cell.cell_info.mw260 {
    padding: 0 24px;    width: calc(100% - 260px);
}


.cm_table_wrap .cm_table li .cell.cell_info .sm_name {
    display: block;
    font-size: 13px;
    margin-bottom: 2px;
}

.cm_table_wrap .cm_table li .cell.cell_info .name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.cm_table_wrap .cm_table li.que.on .cell.cell_info .name.col_point1 {
    color: #6e6e6e !important;
    font-weight: 400 !important;
}

.cm_table_wrap .cm_table li .cell.cell_info a.name:hover {
    text-decoration: underline;
}

.cm_table_wrap .cm_table li .cell.cell_info .txt {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.54;
    max-height: 41px;
}

.cm_table_wrap .cm_table li .cell.cell_info .txt.single {
    -webkit-line-clamp: 1;
}

.cm_table_wrap .cm_table li .cell.cell_info .line>span dd {
    line-height: 15px;
    margin-top: 5px;
    font-size: 12px;
}

.cm_table_wrap.sisa .cm_table li .cell.cell_info .txt {
    -webkit-line-clamp: 4;
    max-height: 80px;
}

.cm_table_wrap .cm_table li .cell.cell_info .link {
    cursor: pointer;
}

.cm_table_wrap .cm_table li .cell.cell_info .link:hover {
    text-decoration: underline;
}

.cm_table_wrap .cm_table li .cell.cell_info .reply {
    position: relative;
    padding-left: 14px;
}

.cm_table_wrap .cm_table li .cell.cell_info .reply:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 6px;
    height: 6px;
    border-left: 1px solid #adb2bb;
    border-bottom: 1px solid #adb2bb;
}

.cm_table_wrap .cm_table li .cell.cell_info .line {
    display: block;
    margin-top: 8px;
    font-size: 13px;
}

.cm_table_wrap .cm_table li .cell.cell_info .line>span {
    display: inline-block;
    margin-right: 7px;
}

.cm_table_wrap .cm_table li .cell.cell_info .line+.txt {
    margin-top: 4px;
}

.cm_table_wrap .cm_table li .cell.cell_info .source {
    display: block;
    font-size: 12px;
    color: #747983;
    line-height: 1.5;
    margin-top: 8px;
}

.cm_table_wrap .cm_table li .cell.cell_info .source .point {
    color: #0ac7d6;
}

.cm_table_wrap .cm_table li .cell.cell_info .more_group {
    position: relative;
}

.cm_table_wrap .cm_table li .cell.cell_info .more_group .txt {
    display: block;
    max-width: 650px;
}

.cm_table_wrap .cm_table li .cell.cell_info .more_group .txt .txt_scroll {
    display: inline-block;
}

.cm_table_wrap .cm_table li .cell.cell_info .more_group .txt_more {
    color: #747983;
    font-size: 13px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.6;
    display: none;
}

.cm_table_wrap .cm_table li .cell.cell_info .more_group .txt_more:hover {
    color: #000;
    font-weight: 700;
}

.cm_table_wrap .cm_table li .cell.cell_info .more_group.open .txt {
    max-height: 1000px;
}

.cm_table_wrap .cm_table li .cell.cell_info.full {
    padding: 0;
}

.cm_table_wrap .cm_table li .cell.cell_info.full .name {
    width: 750px;
}

.cm_table_wrap .cm_table li .cell.cell_info.full .txt {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 2px;
    width: 870px;
}

.cm_table_wrap .cm_table li .cell.cell_btn {
	width: 160px;
    margin-right: auto;
    text-align: right;
}

.cm_table_wrap .cm_table li .cell.cell_btn .btn {
    width: 95px;
    height: 38px;
    font-size: 13px;
    line-height: 36px;
}

.cm_table_wrap .cm_table li .cell.cell_btn .btn+.btn {
    margin-top: 8px;
}

.cm_table_wrap .cm_table li .cell.cell_btn .dday {
    display: block;
    margin-top: 8px;
    width: 108px;
    line-height: 1.5;
    text-align: center;
    font-size: 12px;
    color: #747983;
}

.cm_table_wrap .cm_table table {
    width: 100%;
}

.cm_table_wrap .cm_table table thead tr {
    border-bottom: 1px solid #383b40;
}

.cm_table_wrap .cm_table table thead tr th {
    height: 48px;
    padding: 14px 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.54;
    font-weight: 700;
}

.cm_table_wrap .cm_table table tbody tr {
    border-bottom: 1px solid #e5e8ec;
}

.cm_table_wrap .cm_table table tbody tr th {
    padding: 14px 16px;
    background-color: #f6f8fa;
}

.cm_table_wrap .cm_table table tbody tr td {
    min-height: 49px;
    padding: 12px 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    text-align: center;
}

.cm_table_wrap .cm_table table tbody tr td.w80{width:80px}
.cm_table_wrap .cm_table table tbody tr td.w150{width:150px}

.cm_table_wrap .cm_table table tbody tr td .link {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    width: 430px;
    font-size: 14px;
    font-weight: 700;
}

.cm_table_wrap .cm_table table tbody tr td .link .cate {
    font-size: 14px;
    font-weight: 700;
    margin-right: 5px;
}

.cm_table_wrap .cm_table table tbody tr td .link.w_310 {
    width: 310px;
}

.cm_table_wrap .cm_table table tbody tr td .link.w_600 {
    width: 600px;
}

.cm_table_wrap .cm_table table tbody tr td .link:hover .title {
    text-decoration: underline;
}

.cm_table_wrap .cm_table table tbody tr td .num {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    background-color: #0ac7d6;
    text-align: center;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    margin-right: 8px;
}

.cm_table_wrap .cm_table table tbody tr td .point {
    color: #fa7032;
    text-decoration: underline;
}

.cm_table_wrap .cm_table table tbody tr td .btn_play {
    width: 64px;
    height: 30px;
    background-color: #383b40;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 30px;
    display: inline-block;
    ;
    box-shadow: 0px 0px 4px -2px #2e2e2e;
}

.cm_table_wrap .cm_table table tbody tr td .btn_play span:after {
    display: inline-block;
    margin: 0 0 0 5px;
    width: 9px;
    height: 12px;
    vertical-align: middle;
    content: "";
    background: url("/assets/images/spr_sub_2x.png") -25px 0 no-repeat;
    background-size: 180px auto;
}

.cm_table_wrap .cm_table table tbody tr td .btn_play:hover {
    background-color: #0ac7d6;
}

.cm_table_wrap .cm_table table .left {
    text-align: left;
}

.cm_table_wrap .cm_table.md table tbody th {
    width: 180px;
}

.cm_table_wrap .cm_table.no_line {
    border-top: 1px solid #e5e8ec;
    border-bottom: 1px solid #e5e8ec;
    padding: 15px 0;
}

.cm_table_wrap .cm_table.no_line tbody tr {
    border-bottom: 0;
}

.cm_table_wrap .cm_table.no_line tbody th {
    background-color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    padding: 5px 8px 5px 24px;
    width: 93px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cm_table_wrap .cm_table.no_line tbody td {
    font-weight: 700;
    text-align: left;
    padding: 5px 24px 5px 16px;
    height: 30px;
}

.cm_table_wrap .cm_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cm_table_wrap .cm_line .cm_table {
    width: 672px;
}

.cm_table_wrap .cm_line .cm_chart {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    padding: 24px 22px;
    width: 296px;
    height: 247px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cm_table_wrap .cm_table_info_line {
    margin-top: 12px;
}

.cm_table_wrap .cm_table_info_line dd {
    font-size: 11px;
    line-height: 1.45;
    color: #747983;
}

.cm_table_wrap.afternote .cm_table li .cell.cell_info .name,
.cm_table_wrap.faq .cm_table li .cell.cell_info .name {
    font-size: 14px;
    width: 100%
}

.cm_table_wrap.afternote .cm_table li .cell.cell_logo,
.cm_table_wrap.faq .cm_table li .cell.cell_logo {
    height: 50px
}

.cm_table_wrap.afternote .cm_table li .cell.name,
.cm_table_wrap.faq .cm_table li .cell.name {
    font-size: 15px
}

.cm_table_wrap.afternote .cm_table li .cell.cell_info {
    width: 640px
}

.cm_table_wrap.afternote .cm_table li .cell.mem_id,
.cm_table_wrap.faq .cm_table li .cell.mem_id {
    width: 100px;
    font-size: 12px
}

.cm_table_wrap.afternote .cm_table li .cell.cell_info .txt,
.cm_table_wrap.faq .cm_table li .cell.cell_info .txt {
    font-size: 14px;
}

.cm_table_wrap.faq .cm_table li .cell.cell_info .more_group .txt .txt_scroll .q {
    font-weight: 700;
    font-size: 15px;
    margin-right: 8px
}

.cm_table_wrap .cm_table li.que.on {
    border-bottom: 0px;
    border: 3px solid #0ac7d6;
    border-bottom: 0px
}

.cm_table_wrap .cm_table li.que.on .cell.cell_info .txt {
    color: #4bc4df;
    font-weight: 700;
    font-size: 15px;
}

.cm_table_wrap .cm_table li.answer-pos {
    display: none;
    padding-top: 0px;
    padding-bottom: 50px;
    border: 3px solid #0ac7d6;
    border-top: 0px;
    /*box-shadow: 5px 10px 10px -8px #838383;*/
}

.cm_table_wrap .cm_table li.answer-pos div.con-body {
    padding-left: 127px
}

.cm_table_wrap .cm_table li.answer-pos div.con-body.pl138 {
    padding-left: 138px;
}

.cm_table_wrap .cm_table li.answer-pos div.con-body .a {
    vertical-align: top;
    display: inline-block;
    font-weight: 700;
    font-size: 15px;
    margin-right: 8px;padding-top:3px
}

.cm_table_wrap .cm_table li.answer-pos div.con-body .answer {
    width: calc(100% - 150px);
    display: inline-block;
    line-height: 25px;
    word-break: break-word;
}

.cm_table_wrap .cm_table li.answer-pos.on {
    display: block;
}

.cm_table_wrap .cm_table li.que.on .cell.cell_btn .btn.primary {
    border: 1px solid #979797;
    box-shadow: 0px 0px 1px -2px #2e2e2e;
    background-color: #a9a9a9;
    opacity: 0.3;
    cursor: pointer
}

.cm_chart_wrap .cm_chart_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cm_chart_wrap .cm_chart_list .cm_chart {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    width: calc(( 100% - 34px) / 3);
    height: 475px;
}

.cm_chart_wrap .cm_chart_list .cm_chart+.cm_chart {
    margin-left: 17px;
}

.cm_chart_wrap .cm_chart_list .cm_chart:nth-child(3n+1) {
    margin-left: 0;
}

.cm_chart_wrap .cm_chart_list .cm_chart:nth-child(n+4) {
    margin-top: 17px;
}

.cm_chart_wrap .cm_chart_list .cm_chart .label {
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
}

.cm_chart_wrap .cm_chart_list .cm_chart .chart_top {
    height: 330px;
    padding: 24px 24px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cm_chart_wrap .cm_chart_list .cm_chart .chart_top .chart_in {
    width: 100%;
}

.cm_chart_wrap .cm_chart_list .cm_chart .chart_bottom {
    padding: 24px 20px;
    height: 145px;
    background-color: #f6f8fa;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cm_chart_wrap .cm_chart_list .cm_chart .chart_bar {
    height: 50%;
    padding: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cm_chart_wrap .cm_chart_list .cm_chart .chart_bar .chart_in {
    width: 100%;
}

.cm_chart_wrap .cm_chart_list .cm_chart .item_list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
}

.cm_chart_wrap .cm_chart_list .cm_chart .item_list .item .txt {
    font-size: 12px;
    line-height: 1.5;
}

.cm_chart_wrap .cm_chart_list .cm_chart .item_list .item .txt b {
    display: inline-block;
    margin-right: 3px;
    width: 15px;
}

.cm_chart_wrap .cm_chart_list .cm_chart .item_list .item .per {
    font-size: 13px;
    font-weight: 700;
    color: #0ac7d6;
}

.cm_chart_wrap .cm_chart_list .cm_chart.sty2 {
    height: 220px;
}

.cm_chart_wrap .cm_chart_list .cm_chart.sty2 .chart_bar {
    height: 100%;
}

.cm_chart_wrap .cm_chart_list .cm_chart.sty2 .chart_bar .chart_in {
    height: 140px;
}

.cm_default {
    text-align: center;
}

.cm_default .img {
    display: inline-block;
    width: 200px;
}

.cm_default p {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.duty_tab_wrap .duty_tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.duty_tab_wrap .duty_tab li {
    /*width: calc( 100% / 5);*/
    border: 1px solid #e5e8ec;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.duty_tab_wrap .duty_tab li+li {
    border-left: 0;
}


/*
.duty_tab_wrap .duty_tab li:nth-child(5n + 1) {
  border-left: 1px solid #e5e8ec;
}

.duty_tab_wrap .duty_tab li:nth-child(n + 6) {
  border-top: 0;
}
*/

.duty_tab_wrap .duty_tab li a {
    display: block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    color: #747983;
}

.duty_tab_wrap .duty_tab li a .point {
    color: #fa7032;
}

.duty_tab_wrap .duty_tab li:hover a,
.duty_tab_wrap .duty_tab li.active a {
    background-color: #0ac7d6;
    color: #fff;
    font-weight: 700;
}

.duty_tab_wrap .duty_tab li:hover a .point,
.duty_tab_wrap .duty_tab li.active a .point {
    color: #fff;
}

.duty_card_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.duty_card {
    width: calc((100% - 34px) / 3);
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 8px;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.duty_card+.duty_card {
    margin-left: 17px;
}

.duty_card:nth-child(3n+1) {
    margin-left: 0;
}

.duty_card:nth-child(n+4) {
    margin-top: 17px;
}

.duty_card:hover {
    -webkit-box-shadow: 4px 8px 10px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 4px 8px 10px 0 rgba(0, 0, 0, 0.18);
    -webkit-transform: translate(-3px, -3px);
    transform: translate(-3px, -3px);
    border: 1px solid #0ac7d6;
}

.duty_item {
    display: block;
    padding: 36px;
    text-align: center;
}

.duty_item .img {
    position: relative;
    display: inline-block;
    max-width: 100px;
    height: 120px;
    margin-bottom: 16px;
    /*border-radius: 100%;*/
}

.duty_item .img img {
    width: 100%;
    height: 100%;border-radius:5px
    /*
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
*/
}

.duty_item .img .photo_apply {
    background: url("/assets/images/spr_sub_2x.png") 0 -66px no-repeat;
    background-size: 180px auto;
    width: 33px;
    height: 33px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #0ac7d6;
    border-radius: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.duty_item .img .photo_apply:hover {
    background-color: #27b0bb;
}

.duty_item .title {
    display: block;
}

.duty_item .title span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.duty_item .info {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
    margin-top: 2px;
    font-size: 13px;
    line-height: 1.54;
    color: #747983;
    word-break: keep-all;
}

.duty_video_wrap .duty_box,
.top_line_video .duty_box,
.card_video_wrap .duty_box {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px;
}

.duty_video_wrap .duty_box .left_group,
.top_line_video .duty_box .left_group,
.card_video_wrap .duty_box .left_group {
    width: 245px;
}

.duty_video_wrap .duty_box .right_group,
.top_line_video .duty_box .right_group,
.card_video_wrap .duty_box .right_group {
    width: calc( 100% - 352px);
    padding-left: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.duty_video_wrap .duty_box .right_group dl dt,
.top_line_video .duty_box .right_group dl dt,
.card_video_wrap .duty_box .right_group dl dt {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.44;
    margin-bottom: 16px;
}

.duty_video_wrap .duty_box .right_group dl dd,
.top_line_video .duty_box .right_group dl dd,
.card_video_wrap .duty_box .right_group dl dd {
    position: relative;
    font-size: 13px;
    line-height: 1.54;
    padding-left: 20px;
}

.duty_video_wrap .duty_box .right_group dl dd:before,
.top_line_video .duty_box .right_group dl dd:before,
.card_video_wrap .duty_box .right_group dl dd:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    content: "";
    background: url("/assets/images/spr_sub_2x.png") -45px 0 no-repeat;
    background-size: 180px auto;
    position: absolute;
    top: 2px;
    left: 0;
}

.duty_video_wrap .duty_box .right_group dl dd+dd,
.top_line_video .duty_box .right_group dl dd+dd,
.card_video_wrap .duty_box .right_group dl dd+dd {
    margin-top: 8px;
}

.duty_video_wrap .duty_box .right_group dl dd .col_point2,
.top_line_video .duty_box .right_group dl dd .col_point2,
.card_video_wrap .duty_box .right_group dl dd .col_point2 {
    text-decoration: underline;
    font-weight: 700;
}

.duty_video_wrap .duty_box .right_group dl dd.sty2:before,
.top_line_video .duty_box .right_group dl dd.sty2:before,
.card_video_wrap .duty_box .right_group dl dd.sty2:before {
    background-position: -66px 0;
}

.duty_video_wrap .duty_box .right_group dl dd.sty3:before,
.top_line_video .duty_box .right_group dl dd.sty3:before,
.card_video_wrap .duty_box .right_group dl dd.sty3:before {
    background-position: -88px 0;
}

.duty_video_wrap .duty_box .right_group dl dd.sty4:before,
.top_line_video .duty_box .right_group dl dd.sty4:before,
.card_video_wrap .duty_box .right_group dl dd.sty4:before {
    background-position: -110px 0;
}

.duty_video_wrap .duty_box .right_group dl.normal dd,
.top_line_video .duty_box .right_group dl.normal dd,
.card_video_wrap .duty_box .right_group dl.normal dd {
    padding-left: 0;word-break: keep-all;
}

.duty_video_wrap .duty_box .right_group dl.normal dd:before,
.top_line_video .duty_box .right_group dl.normal dd:before,
.card_video_wrap .duty_box .right_group dl.normal dd:before {
    content: none;
}

.duty_video_wrap .duty_box .right_group .btn,
.top_line_video .duty_box .right_group .btn,
.card_video_wrap .duty_box .right_group .btn {
    margin-top: 15px;
}

.duty_video_wrap .box_info,
.top_line_video .box_info,
.card_video_wrap .box_info {
    font-size: 11px;
    color: #747983;
    line-height: 1.45;
}

.cm_table_wrap .cm_table table tbody tr td .play.w_600 {
    width: 600px;
    font-weight: 700;
    font-size: 14px;
}

.top_line_video {
    position: absolute;
    top: 48px;
    right: 0;
    width: 440px;
    height: 100px;
}

.top_line_video .duty_box {
    padding: 17px 24px;
}

.top_line_video .duty_box .left_group {
    width: 116px;
}

.top_line_video .duty_box .right_group {
    width: calc( 100% - 116px);
    padding-left: 20px;
}

.top_line_video .duty_box .right_group dl dt {
    font-size: 14px;
    margin-bottom: 4px;
}

.top_line_video .duty_box .right_group dl dd {
    font-size: 12px;
}

.top_line_video .duty_box .right_group dl dd+dd {
    margin-top: 2px;
}

.top_line_video .duty_box .right_group dl dd:before {
    top: 1px;
}

.top_line_video .video_area {
    width: 116px;
    height: 66px;
}

.card_video_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.card_video_wrap .duty_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px;
    min-height: 495px;
    width: calc(( 100% - 24px) / 2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.card_video_wrap .duty_box:nth-child(even) {
    margin-left: 24px;
}

.card_video_wrap .duty_box:nth-child(n+3) {
    margin-top: 24px;
}

.card_video_wrap .duty_box .left_group {
    width: 100%;
}

.card_video_wrap .duty_box .left_group .video_area { position: relative; width: 100%; height: 241px; }

.card_video_wrap .duty_box .left_group .book { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.card_video_wrap .duty_box .left_group .book img { width: auto; height: 220px; box-shadow: 1px 1px 10px -3px #818181; border-right: 5px solid #e1e1e1; border-bottom: 5px solid #959595; }

.card_video_wrap .duty_box .left_group .img.apt {width: 162px; height: 220px; box-shadow: 1px 1px 10px -3px #818181; border-right: 5px solid #e1e1e1; border-bottom: 5px solid #959595; display: block; margin: 0 auto; background: #f9f9f9 url(/images/exam/logo_ncs.png) no-repeat center 25px; background-size: 80%; }
.card_video_wrap .duty_box .left_group .img.apt img{padding-top:60px}
.card_video_wrap .duty_box .left_group .img.apt h4{    padding-top: 10px; font-size: 14px; font-weight: 700; color: #6888c8; line-height: 20px;}

.card_video_wrap .duty_box .right_group {
    width: 100%;
    margin-top: 24px;
    padding-left: 0;
}

.cm_card_wrap .cm_card_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cm_card_wrap .cm_card {
    width: calc(( 100% - 40px) / 3);
}

.cm_card_wrap .cm_card+.cm_card {
    margin-left: 20px;
}

.cm_card_wrap .cm_card:nth-child(3n+1) {
    margin-left: 0;
}

.cm_card_wrap .cm_card:nth-child(n+4) {
    margin-top: 20px;
}

.cm_card_wrap .cm_card .inner {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
    border-radius: 4px;
    /*overflow: hidden;*/
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #f2f4f7;
}

.cm_card_wrap .cm_card .inner .cm_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 180px;
    background-color: #f6f8fa;
}

.cm_card_wrap .cm_card .inner .cm_top .group_title {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 13px;
    font-weight: 600;
    color: #000000
}

.cm_card_wrap .cm_card:hover .inner .cm_top .group_title {
    color: #0ac7da;
}

.cm_card_wrap .cm_card .inner .cm_top .logo {
    line-height: 1;
}

.cm_card_wrap .cm_card .inner .cm_top .logo img {
    max-width: 200px;
    max-height: 70px;   
}

.cm_card_wrap.recruit .cm_card .inner .cm_top .logo img{   
    background-color: #fff;
    border-radius: 10px; 
    padding: 20px;   
}

.cm_card_wrap .cm_card .inner .cm_top .ic_group {
    position: absolute;
    top: 16px;
    right: 16px;
}

.cm_card_wrap .cm_card .inner .cm_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px 24px 20px 24px;
    min-height: 93px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cm_card_wrap .cm_card .inner .cm_bottom .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.54;
}

.cm_card_wrap .cm_card .inner .cm_bottom .line .ic_contents {
    margin-right: 4px;
}

.cm_card_wrap .cm_card .inner .cm_bottom .line {
    /*:nth-child(n + 3)*/
    margin-top: 6px;
}

.cm_card_wrap .cm_card .inner .cm_bottom .line:hover .ic_contents.sty1 {
    background-position: 0px -22px
}

.cm_card_wrap .cm_card .inner .cm_bottom .line:hover .ic_contents.sty2 {
    background-position: -25px -23px;color:red
}

.cm_card_wrap .cm_card .inner .cm_bottom .line:hover .ic_contents.sty3 {
    background-position: -45px -23px;
}

.cm_card_wrap .cm_card .inner .cm_bottom .line:hover .ic_contents.sty4 {
    background-position: -66px -22px;
}

.cm_card_wrap .cm_card .inner .cm_bottom .select-apt .ic_contents {
    vertical-align: top;
    margin-top: 2px;
    margin-right: 4px;
}

.cm_card_wrap .cm_card .inner .cm_bottom .select-apt button {
    /*width: calc(100% - 25px);*/
    text-align: left;
	font-size: 13px;display: contents;
}

.cm_card_wrap .cm_card .inner .cm_bottom .select-apt button:hover {
    font-weight: 700
}

.cm_card_wrap .cm_card .inner .cm_bottom .top_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.cm_card_wrap .cm_card .inner .cm_bottom .top_line .cp_name {
    font-size: 13px;
    line-height: 1.54;
}

.cm_card_wrap .cm_card .inner .cm_bottom .top_line .d_day {
    margin-left: auto;
    color: #fa7032;
    font-weight: 700;
    line-height: 1.57;
}

.cm_card_wrap .cm_card .inner .cm_bottom .cp_field {
    text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 35px;
    font-size: 14px;
    font-weight: 700;margin-top: 2px;
}

.cm_card_wrap .cm_card .inner .cm_bottom .btn {
    background-color: #f6f8fa;
    margin-top: 24px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.cm_card_wrap .cm_card:hover .inner .cm_bottom .btn {
    background-color: #fff;
 
}

.cm_card_wrap .cm_card .inner .ic_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cm_card_wrap .cm_card .inner .ic_group .ic_contents {
    margin-left: 8px;
}

.cm_card_wrap .cm_card .inner .ic_contents {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("/assets/images/spr_sub_2x.png") 0 -22px no-repeat;
    background-size: 180px auto;
}

.cm_card_wrap .cm_card .inner .ic_contents.sty1 {
    background-position: 0px -44px;
}

.cm_card_wrap .cm_card .inner .ic_contents.sty2 {
    background-position: -25px -45px;
}

.cm_card_wrap .cm_card .inner .ic_contents.sty3 {
    background-position: -45px -45px;
}

.cm_card_wrap .cm_card .inner .ic_contents.sty4 {
    background-position: -66px -44px;
}

.cm_card_wrap .cm_card:hover .inner {
    -webkit-box-shadow: 4px 8px 10px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 4px 8px 10px 0 rgba(0, 0, 0, 0.18);
    -webkit-transform: translate(-3px, -3px);
    transform: translate(-3px, -3px);
    border: 1px solid #0ac7d6;
}

.cm_card_wrap .cm_card:hover .inner .cm_top {
    background-color: #fff;
}

.cm_card_wrap .cm_card:hover .inner .cm_top .ic_contents.sty1 {
    background-position: 0px -23px;
}

.cm_card_wrap .cm_card:hover .inner .cm_top .ic_contents.sty2 {
    background-position: -25px -24px;
}

.cm_card_wrap .cm_card:hover .inner .cm_top .ic_contents.sty3 {
    background-position: -45px -24px;
}

.cm_card_wrap .cm_card:hover .inner .cm_top .ic_contents.sty4 {
    background-position: -66px -23px;
}

.cm_card_wrap .cm_card:hover .inner .cm_bottom {
    background-color: #f6f8fa;
}

.cm_card_wrap .cm_card:hover .inner .cm_bottom .btn {
    border: 1px solid #0ac7d6;
    color: #0ac7d6;
}

.sub_info_wrap .sub_info_list dt {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.44;
}

.sub_info_wrap .sub_info_list dt+dd {
    margin-top: 8px;
}

.sub_info_wrap .sub_info_list dd {
    font-size: 13px;
    line-height: 1.54;
}

.sub_info_wrap .img {
    padding: 0 24px;
}

.sub_info_wrap .img.spec {
    padding: 0 63px;
}

.sub_guide_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.sub_guide_list:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #0ac7d6;
}

.sub_guide_list:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 5px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #0ac7d6;
}

.sub_guide_list .card {
    width: 470px;
}

.sub_guide_list .card .inner {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    height: 264px;
    padding: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sub_guide_list .card .inner p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.38;
}

.sub_guide_list .card .inner .step_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 70px;
}

.sub_guide_list .card .inner .step_box .step {
    position: relative;
}

.sub_guide_list .card .inner .step_box .step dt {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.33;
    margin-bottom: 5px;
}

.sub_guide_list .card .inner .step_box .step dd {
    font-size: 11px;
    line-height: 1.45;
}

.sub_guide_list .card .inner .step_box .step:before {
    content: '';
    position: absolute;
    left: 0;
    top: -20px;
    width: 25px;
    height: 2px;
    background-color: #383b40;
}

.sub_guide_list .card .inner .step_box.sty2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 35px;
}

.sub_guide_list .card .inner .step_box.sty2 .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
}

.sub_guide_list .card .inner .step_box.sty2 .step:nth-child(n+3) {
    margin-top: 12px;
}

.sub_guide_list .card .inner .step_box.sty2 .step dt {
    width: 76px;
    height: 24px;
    border-radius: 2px;
    background-color: #383b40;
    line-height: 24px;
    color: #fff;
    text-align: center;
    font-size: 11px;
    margin-bottom: 0;
}

.sub_guide_list .card .inner .step_box.sty2 .step dd {
    font-size: 12px;
    line-height: 1.33;
    margin-left: 6px;
}

.sub_guide_list .card .inner .step_box.sty2 .step:before {
    content: none;
}

.spelling_inspector_wrap .spelling_inspector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.spelling_inspector_wrap .spelling_inspector .inspector {
    position: relative;
    width: 640px;
}

.spelling_inspector_wrap .spelling_inspector .inspector .textarea_box {
    border: 1px solid #d8dadd
}

.spelling_inspector_wrap .spelling_inspector .inspector .info {
    padding: 9px 16px;
    height: 58px;
    background-color: #f6f8fa;
    border: 1px solid #d8dadd;
    border-top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.spelling_inspector_wrap .spelling_inspector .inspector .info .line {
    display: inline-block;
    font-size: 12px;
    line-height: 1.45;
}

.spelling_inspector_wrap .spelling_inspector .inspector .info .line .point {
    color: #fa7032;
}

.spelling_inspector_wrap .spelling_inspector .inspector .info .line+.line {
    margin-left: 16px;
}

.spelling_inspector_wrap .spelling_inspector .inspector .info p {
    font-size: 12px;
    color: #0ac7d6;
    line-height: 1.45;
    margin-top: 2px;
}

.spelling_inspector_wrap .spelling_inspector .inspector:after {
    content: '';
    position: absolute;
    right: -22px;
    top: 50%;
    border: solid #383b40;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.spelling_inspector_wrap .spelling_inspector .result {
    position: relative;
    width: 320px;
   
    border: 1px solid #d8dadd;
    margin-left: 40px;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;    padding: 0px;
}

.ai_inspector_wrap .ai_inspector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ai_inspector_wrap .ai_inspector .inspector {
    width: 656px;
}

.ai_inspector_wrap .ai_inspector .inspector .textarea_box {
    height: 478px;
}

.ai_inspector_wrap .ai_inspector .result {
    width: 320px;
    height: 478px;
    border: 1px solid #d8dadd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px;
    overflow-y: auto;
}

.ai_inspector_wrap .ai_inspector .result .noti_list {
    padding-left: 22px;
    position: relative;
}

.ai_inspector_wrap .ai_inspector .result .noti_list dt {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
}

.ai_inspector_wrap .ai_inspector .result .noti_list dt em {
    position: absolute;
    top: 1px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #383b40;
    color: #fff;
    text-align: center;
    line-height: 16px;
    font-size: 11px;
    font-weight: 700;
	
}

.ai_inspector_wrap .ai_inspector .result .noti_list dd {
    font-size: 11px;
    line-height: 1.45;
    color: #747983;
}

.ai_inspector_wrap .ai_inspector .result .noti_list+.noti_list {
    margin-top: 16px;
}

.ai_inspector_wrap .ai_inspector .result .label {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    margin-bottom: 24px;
}

.ai_inspector_wrap .ai_inspector .result .noti_box {
    background-color: #f6f8fa;
    border-radius: 2px;
    margin-top: 24px;
    text-align: center;
    padding: 16px 0;
}

.ai_inspector_wrap .ai_inspector .result .noti_box dt {
    font-size: 13px;
    font-weight: 700;
    color: #fa7032;
    line-height: 1.54;
    margin-bottom: 4px;
}

.ai_inspector_wrap .ai_inspector .result .noti_box dd {
    font-size: 11px;
    line-height: 1.45;
    color: #747983;
}

.plagiarism_inspector_wrap .plagiarism_inspector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
}

.plagiarism_inspector_wrap .plagiarism_inspector.dis_none {
    display: none;
}
.plagiarism_inspector_wrap .plagiarism_inspector .inspector {
    position: relative;
    width: 480px;
}


.plagiarism_inspector_wrap .plagiarism_inspector .inspector .textarea_box {
    width: 100%;
    height: 380px;
}

.plagiarism_inspector_wrap .plagiarism_inspector .inspector:after {
    content: '';
    position: absolute;
    right: -22px;
    top: 50%;
    border: solid #383b40;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.plagiarism_inspector_wrap .plagiarism_inspector .result_wrap {
    width: 480px;
    height: 320px;
}

.plagiarism_inspector_wrap .plagiarism_inspector .result {
    position: relative;
    width: 100%;
    height: 380px;
    padding: 0px;
    border: 1px solid #d8dadd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    background-color: #f3f4f8;
}

.plagiarism_inspector_wrap .plagiarism_inspector .head {
    height: 56px;
    border: 1px solid #d8dadd;
    border-bottom: 0;
    padding: 17px 24px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.57;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.review_card_wrap .review_card_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.review_card_wrap .review_card_list .card {
    width: calc((100% - 34px) / 3);
}

.review_card_wrap .review_card_list .card+.card {
    margin-left: 17px;
}

.review_card_wrap .review_card_list .card:nth-child(3n+1) {
    margin-left: 0;
}

.review_card_wrap .review_card_list .card:nth-child(n+4) {
    margin-top: 17px;
}

.review_card_wrap .review_card_list .card .inner {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    display: block;
    padding: 32px 24px 24px;
    min-height: 365px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.review_card_wrap .review_card_list .card .inner .badge {
    display: inline-block;
    font-size: 11px;
    color: #fa7032;
    font-weight: 700;
    padding: 0 8px;
    min-width: 44px;
    height: 24px;
    line-height: 22px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fa7032;
    margin-bottom: 8px;
}

.review_card_wrap .review_card_list .card .inner .label {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 48px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.review_card_wrap .review_card_list .card .inner .recommend {
    display: block;
    font-size: 11px;
    line-height: 1.45;
    color: #747983;
    margin-top: 6px;
}

.review_card_wrap .review_card_list .card .inner .review {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.54;
    max-height: 60px;
    margin-top: 24px;
}

.review_card_wrap .review_card_list .card .inner .more {
    font-size: 11px;
    line-height: 20px;
    color: #747983;
}

.review_card_wrap .review_card_list .card .inner .video_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 24px;
    left: 24px;
    background-color: #f2f4f7;
    margin-top: 30px;
    width: calc(100% - 48px);
    height: 72px;
    padding: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.review_card_wrap .review_card_list .card .inner .video_box .img {
    width: 40px;
    height: 40px;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.review_card_wrap .review_card_list .card .inner .video_box .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.review_card_wrap .review_card_list .card .inner .video_box .right_group {
    width: calc( 100% - 52px);
    padding-left: 12px;
}

.review_card_wrap .review_card_list .card .inner .video_box .right_group .txt {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
}

.review_card_wrap .review_card_list .card .inner .video_box .right_group .name {
    text-align: left;
    display: block;
    font-size: 11px;
    color: #747983;
}

.review_card_wrap .review_card_list .card:hover .inner {
    -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.18);
    -webkit-transform: translate(-3px, -3px);
    transform: translate(-3px, -3px);
    border: 1px solid #0ac7d6;
}

.form_wrap .form_line+.form_line {
    margin-top: 45px;
}

.form_wrap .form_line .textarea_box textarea {
    height: 200px;
}

.ic_card_wrap .ic_card_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ic_card_wrap .ic_card_list .card {
    width: calc((100% - 35px) / 4);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.ic_card_wrap .ic_card_list .card+.card {
    margin-left: 15px;
}

.ic_card_wrap .ic_card_list .card .inner {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 270px;
    text-align: center;
    padding: 40px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ic_card_wrap .ic_card_list .card .inner .icon {
    width: 88px;
    height: 88px;
    display: inline-block;
    border-radius: 100%;
    background: url("/assets/images/spr_step_img_2x.png") 0 0 no-repeat;
    background-size: 650px auto;
}

.ic_card_wrap .ic_card_list .card .inner .icon.step_2 {
    background-position: -93px 0;
}

.ic_card_wrap .ic_card_list .card .inner .icon.step_3 {
    background-position: -186px 0;
}

.ic_card_wrap .ic_card_list .card .inner .icon.step_4 {
    background-position: -279px 0;
}

.ic_card_wrap .ic_card_list .card .inner .icon.step_5 {
    background-position: -372px 0;
}

.ic_card_wrap .ic_card_list .card .inner .icon.step_6 {
    background-position: -465px 0;
}

.ic_card_wrap .ic_card_list .card .inner .icon.step_7 {
    background-position: -558px 0;
}

.ic_card_wrap .ic_card_list .card .inner dl {
    margin-top: 16px;
}

.ic_card_wrap .ic_card_list .card .inner dl dt {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.ic_card_wrap .ic_card_list .card .inner dl dd {
    font-size: 13px;
    line-height: 1.54;
    color: #747983;
    margin-top: 2px;
}

.i_noti_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.i_noti_wrap .i_noti {
    font-size: 11px;
    color: #747983;
}

.i_noti_wrap .i_noti b {
    color: #383b40;
}

.i_noti_wrap .i_noti em {
    font-size: 11px;
    color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #fa7032;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    margin-right: 6px;
}

.i_noti_wrap .btn {
    font-size: 11px;
    color: #fa7032;
    font-weight: 700;
    border: 1px solid #fa7032;
    width: 133px;
    height: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.i_noti_wrap .btn:hover {
    background-color: rgba(250, 112, 50, 0.1);
}

.i_noti_wrap .btn.btn_export:after {
    display: inline-block;
    margin: 0 0 0 2px;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    content: "";
    background: url("/assets/images/spr_sub_2x.png") -128px 0 no-repeat;
    background-size: 180px auto;
}

.alert_noti {
    font-size: 13px;
    line-height: 1.69;
    color: #a2a5a9;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-top: 38px;
}

.alert_noti:after {
    display: inline-block;
    width: 32px;
    height: 28px;
    vertical-align: middle;
    content: "";
    background: url("/assets/images/spr_sub_2x.png") -148px -34px no-repeat;
    background-size: 180px auto;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.spec_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.spec_wrap .spec_item {
    padding: 0 75px;
    text-align: center;
}

.spec_wrap .spec_item dt {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.spec_wrap .spec_item dd {
    font-size: 72px;
    font-weight: 700;
    letter-spacing: -1px;
	color:#21aeb9
}

.resume_wrap.prepare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 530px;
    background-color: #e5e8ec;
}

.resume_wrap.prepare p {
    font-size: 32px;
    font-weight: 700;
    color: #adb2bb;
    margin: auto;
}

.cm_info_box .cm_info_list .line .label {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    width: 77px;
}

.cm_info_box .cm_info_list .line .block_box {
    margin-top: 13px;
}

.cm_info_box .cm_info_list .line .block_box .input_box,
.cm_info_box .cm_info_list .line .block_box .select_box {
    width: 400px;
}

.cm_info_box .cm_info_list .line .block_box .radio_box {
    margin-right: 26px;
}

.cm_info_box .cm_info_list .line+.line {
    margin-top: 30px;
}

.cm_info_box .cm_info_list.sty2 .line+.line {
    margin-top: 30px;
}

.w_box_wrap {
    min-height: 328px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.w_box_wrap.sty2 {
    padding: 60px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.w_box_wrap dl {
    text-align: center;
    padding: 40px 80px;
    position: relative;
}

.w_box_wrap dl dt {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.w_box_wrap dl dd {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.54;
}

.w_box_wrap dl dd img {
    width: 150px;
}

.w_box_wrap dl dd.img {
    margin-top: 24px;
}

.w_box_wrap dl dd.bottom_info {
    margin-top: 12px;
    font-size: 11px;
    line-height: 1.45;
    color: #fa7032;
}

.w_box_wrap dl+dl:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 170px;
    border: solid #383b40;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.w_box_wrap p {
    line-height: 1.57;
}

.w_box_wrap .duty_item {
    padding: 0;
}

.w_box_wrap .duty_item .btn {
    margin-top: 8px;
}

.w_box_wrap .state_board {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 800px;
    border-top: 1px solid #e5e8ec;
    margin-top: 45px;
    padding-top: 40px;
}

.w_box_wrap .state_board .txt {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7;
}

.w_box_wrap .state_board .num {
    display: block;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.44px;
}

.view_wrap {
    text-align: center;
}

.view_wrap img {
    max-width: 100%;    height: auto;
}


/**********sub 공통요소**********/

.cm_tab_wrap .cm_tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e5e8ec;
}

.cm_tab_wrap .cm_tab li {
    width: 50%;
}

.cm_tab_wrap .cm_tab li a {
    position: relative;
    display: block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    color: #747983;
}

.cm_tab_wrap .cm_tab li:hover a {
    color: #0ac7d6;
}

.cm_tab_wrap .cm_tab li.active a {
    color: #0ac7d6;
    font-weight: 700;
}

.cm_tab_wrap .cm_tab li.active a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #0ac7d6;
    left: 0;
    bottom: 0;
}

.video_area {
    /*width: 352px;
  height: 200px;*/
    width: 235px;
    height: 150px;
    display: block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.video_area:after {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    content: "";
    background: url("/assets/images/spr_main_2x.png") -50px 0 no-repeat;
    background-size: 180px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video_area:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.video_area:hover:before {
    background-color: rgba(0, 0, 0, 0);
}

.video_area.sm:after {
    width: 20px;
    height: 20px;
    background-position: -24px 0;
    background-size: 90px auto;
}

.video_area img {
    width: 100%
}

.c_line {
    width: 100%;
    height: 1px;
    background-color: #e5e8ec;
    margin: 60px 0;
}

.c_line.sm {
    margin: 50px 0;
}

.jobItem {
    clear: both;
    margin-bottom: 20px;
    border-bottom: 1px dotted #d3d3d3;
    padding-bottom: 20px;
    padding-left: 2px;
    padding-top: 10px;
}

.jobItem .jobInfoName {
    font-size: 110%;
    font-weight: 700;
    color: #000;
    padding-bottom: 4px;
}

.jobItem .jobInfoContent {
    line-height: 150%;
    padding: 3px 0px 0px 3px
}

hr { border: 0px; border-top: 3px solid #000000; padding: 10px 0px; }

.btn.use { width: 108px; height: 45px; font-size: 13px; }

.btn.use.re { width: 90px; height: 32px;margin-left:20px }

.cm_table_wrap.interview .cm_table li .cell.cell_info {
    width: 580px
}

.cm_table_wrap.interview .cm_table li .cell.cell_info .txt {
    width: 100%;
}

.cm_table_wrap.interview .cm_table li .cell.mem_id {
    display: flex;
    width: 100px;
    font-size: 13px;
    color: #a7a7a7
}

.cm_table_wrap.interview .cm_table li .cell.pass_year {
    display: flex;
    font-size: 13px;
    color: #747474;
    font-weight: 700;
	width: 110px;
}

.cm_table_wrap.afternote .view-contents.lh {
    padding: 30px;
    min-height: 300px;
    line-height: 25px;
    word-break: keep-all;
}

.cm_table_wrap .view-subject {
    padding: 12px;
    border: 1px solid #dbdbdb;
    background-color: #fbfbfb
}

.cm_table_wrap .view-subject h5 {
    color: #6e6e6e;
    font-size: 15px;
    display: inline-block
}

.cm_table_wrap .view-subject span.info {
    color: #6e6e6e;
    font-size: 12px;
    display: inline-block;
    text-align: right;
    width: 250px;
}

.cm_table_wrap .view-subject span.info.right {
    float: right;
    margin-right: 30px;
}

.cm_table_wrap .view-subject span.gubun {
    color: #dfdfdf;
    display: inline-block;
    margin: 0 5px
}

.cm_table_wrap .view-contents {
    padding: 10px 0px
}

.cm_table_wrap .view-contents.lh {
    line-height: 150%;
}

.cm_table_wrap.passreport .cm_table table tbody tr td.title {
    font-weight: 600;
    font-size: 14px;
}

.cm_table_wrap.passreport .cm_table table tbody tr td {
    font-size: 12px
}

.cm_table_wrap.passreport .cm_table li {
    border-bottom: 0px;
    padding: 5px
}

.cm_table_wrap.passreport .cm_table .unit li.title span {
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: #0046a4;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
}

.cm_table_wrap.passreport .cm_table .unit li.title img {
    margin-right: 8px
}

.cm_table_wrap.passreport .cm_table .unit li.desc span {
    font-size: 13px;
    text-align: left;
    font-weight: 400;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    line-height: 120%;
    max-height: 20px;
}

.cm_table_wrap.passreport .cm_table .unit li.desc img {
    margin-right: 8px;
    vertical-align: middle
}

.cm_table_wrap.passreport .cm_table .unit li.con {
    margin-left: 30px;
    margin-left: 30px;
    font-size: 13px;
    color: #000;
    font-weight: 500;
}

.cm_table_wrap.passreport .cm_table .unit li.con2 {
    margin-left: 38px;
    color: #999999;
    font-size: 12px;
}

.cm_table_wrap.passreport .cm_table .unit li.con2 img {
    margin-right: 3px
}

.intern-icon {
    background-color: #ff901f;
    color: #fff;
    line-height: 16px;
    min-width: 28px;
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    border-radius: 2px;
    border: 1px solid #e39648;
    padding-right: 1px;
}

.newbie-icon {
    background-color: #39f;
    color: #fff;
    line-height: 16px;
    min-width: 28px;
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    border-radius: 2px;
    border: 1px solid #3794f1;
    padding-right: 1px;
}

.option_finder .finder_group.cate5 {
    display: block;
    text-align: center;
    padding-bottom: 30px
}

.option_finder .finder_group.cate5.first {
    display: block;
    text-align: center;
    padding-bottom: 55px
}

.option_finder .finder_group.cate5 .help {
    display: block;
    padding: 10px 0px 20px 0px;
    color: #fff;
    line-height: 200%;
    font-size: 16px;
    font-weight: 500;
    background: url(/images/icon/finder-icon-w64.png) 60px 20px no-repeat;
}

.option_finder .finder_group.cate5 .help .ex_word {
    font-size: 17px;
    color: #fbffc1
}

.option_finder .finder_group.cate5.first .help {
    display: block;
    padding: 40px 0px 50px 0px;
    color: #fff;
    line-height: 300%;
    font-size: 18px;
    font-weight: 700;
    background: url(/images/icon/finder-icon-w64.png) 60px 60px no-repeat
}

.option_finder .finder_group.cate5.first .help .ex_word {
    font-size: 20px;
    color: #fbffc1
}

.option_finder .finder_group.cate5 .input_block {
    margin: 0 auto;
    width: 480px;
}

.cm_table .nodata .help {
    font-size: 16px;
    line-height: 200%;
    color: #1bbcc9;
    padding: 20px;
    font-weight: 600;
}

.cm_table_wrap.passreport .cm_table table tbody tr td.nodata {
    font-size: 14px;
    padding: 40px 0px
}


.hover-purple:hover{color:#3f4dbd}
.hover-gray:hover{color:#1ba80c}
.hover-blue:hover{color:#0ac7d6}
.hover-orange:hover{color:#fb7032}