#layout-out-common {
    background-color: #f2f3f6 !important;
}
.mainWrap {
    padding-bottom: 100px;
}
.content_wrap{background-color: #ffffff;}

.left_menu ul li {font-size:14px; width:100%; color:#6d6e71;}
.left_menu ul li:hover:not(.header) {background-color:#eef7ff;width: 140px;}
.left_menu ul li a {padding:4px 10px; display: inline-block;}
.left_menu ul li a,
.left_menu ul li a:visited{color:#333333;}
.left_menu ul li:not(.header) {margin-top: 2px;}
.left_menu ul li.header {padding:9px 10px; font-weight:600; font-size:16px; color:#333333;}
.left_menu ul li.line {padding:0; height:0; margin:20px 0 15px; border-top:1px solid #dddddd;}
.left_menu ul li.on a {color:#0070ff;}

.main_content .header_wrap h1{font-size:24px; font-weight:500;margin-bottom:34px;}
.main_content .header_wrap h1.review{margin-top: 0px;font-size: 36px;font-weight: 700;text-align: center;}
.main_content .btn_wrap{text-align: right; margin-top:-40px; margin-bottom:10px;}
.main_content .btn_wrap input[type=button]{padding: 4px 15px 5px; text-align: center; font-weight: 400; font-size: 14px; margin: 0; background-color: #0070ff; color:white; border:1px solid #0070ff;}
.main_content .body_wrap{border-top:1px solid #000; padding:30px 0 0;}
div.es_select.small:before{top: 8px; right: 15px;}

/*테이블스타일*/
.list_table table .faq_content{display: none;}
.list_table table .faq_content td{padding:28px 30px;}
.list_table table .faq_content td > ul{}
.list_table table .faq_content td > ul > li{float:initial; padding:9px 0;}
.list_table table .faq_content td > ul > li.title{font-weight:500;}
.list_table table .faq_content td > ul > li span{margin-right:8px;}
.board_detail .file_wrap{margin-top:10px; padding:30px; background: #f7f8fc;}
.board_detail .file_wrap ul{margin-top:-6px;}
.board_detail .file_wrap ul li{line-height:30px; color:#6d6e71;}
.board_detail .file_wrap ul li a:hover{text-decoration: underline;}

.main_content .body_wrap{border-top:1px solid #000; padding:30px 0 0;}
.main_content .body_wrap.mobile{padding:30px 150px 0; box-sizing: border-box;}

.main_content .body_wrap #associate_wrap.associate_box{padding: 13px 30px;border: 1px solid #DDDDDD;}
.main_content .body_wrap #associate_wrap.associate_success{border:1px solid #DDDDDD;padding:14px 20px;}
.main_content .body_wrap #associate_wrap .content_text{font-size:14px; color:#a7a9ac; padding-top:8px;}

.main_content.write{}
.main_content.write .body_wrap{padding-top:0;}
.main_content.write .body_wrap table{width:100%;}
.main_content.write .body_wrap table tr{height:60px;}
.main_content.write .body_wrap table th{background-color: #f2f3f6; font-weight:500;}
.main_content.write .body_wrap table th,
.main_content.write .body_wrap table td{border-bottom:1px solid #dddddd; padding:10px;}
.main_content.write .body_wrap textarea{font-size:14px; padding:10px;}
.main_content.write .body_wrap input{padding:5px 10px; box-sizing: border-box; margin:0;}

.main_content.write .body_wrap input[type=button]{padding:4px 35px 4px; border:1px solid #CCCCCC; text-align:center; font-size:16px; font-weight:400; color:#333333; background-color: #FFFFFF;}
.main_content.write .body_wrap input[type=button].confirm{background-color: #0070ff; color:white; border:1px solid #0070ff;}
.main_content.write .body_wrap input[type=button].type1{color:#0070ff; border:1px solid #0070ff;}

.list_table table.es_type1.list_detail th {padding:20px; font-size: 14px;
    text-overflow: ellipsis;
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
}
.list_table table.es_type1.list_detail th.title h3 span {float: right; font-size: 14px;}
.list_table table.es_type1.list_detail th.bg {background-color: #f7f8fc;}

/* basic_data.html */
.basic_data .tab_style {
    margin-bottom: -1px;
}

.basic_data .tab_style > ul > li {
    width: 136.6px;
}

.basic_data .tab_style > ul > li:nth-child(6) a {
    padding-top: 4px;
    line-height: 15px;
    box-sizing: border-box;
}

.basic_data .tab_con {
    margin-bottom: 30px;
    width: 100%;
    padding: 45px 20px 40px;
    border-bottom: 1px solid #0070ff;
    border-left: 1px solid #0070ff;
    border-right: 1px solid #0070ff;
    box-sizing: border-box;
}

.basic_data .tab_con ul {
    display: flex;
    background-size: 4px 2px;
    background-image: -webkit-linear-gradient(left, #babfc8 33%, rgba(255,255,255,0) 0%);
    background-image: -o-linear-gradient(left, #babfc8 33%, rgba(255,255,255,0) 0%);
    background-image: linear-gradient(to right, #babfc8 33%, rgba(255,255,255,0) 0%);
    background-repeat: repeat-x;
    background-position: bottom;
    margin-bottom: 20px;
}

.basic_data .tab_con ul:last-child {
    margin-bottom: 0;
}

.basic_data .tab_con ul li {
    width: 25%;
    padding: 0 0 20px 20px;
    box-sizing: border-box;
    letter-spacing: -1.5px;
}

.basic_data .tab_con ul li:hover a,
.basic_data .tab_con ul li.on a {
    color: #0070ff;
}

.basic_data .btn_print {
    text-align: right;
}

.basic_data .btn_print a {
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border: 1px solid #0070ff;
    font-size: 16px;
    text-align: center;
    background-color: #0070ff;
}

.basic_data .content_wrap {
    margin-top: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.basic_data .content_wrap {
    padding: 40px;
}

.basic_data .content_wrap.basic2 {
    padding: 40px 0;
}

.basic_data .content_wrap h4 {
    font-size: 15px;
}

.basic_data .content_wrap .mg_b_10 {
    margin-bottom: 10px;
}

.basic_data .content_wrap .pd_b_10 {
    padding-bottom: 10px;
}

.basic_data .content_wrap .pd_b_20 {
    padding-bottom: 20px;
}

.basic_data .content_wrap .pd_b_30 {
    padding-bottom: 30px;
}

.basic_data .content_wrap .pd_l_20 {
    padding-left: 20px;
}

.basic_data .content_wrap .pd_l_40 {
    padding-left: 40px;
}


.basic_data .content_wrap .pd_t_40 {
    padding-top: 40px;
}

.basic_data .content_wrap .box {
    position: relative;
    margin-top: 50px;
}

.basic_data .content_wrap .box_title {
    position: absolute;
    width: 230px;
    height: 40px;
    top: -20px;
    left: 0;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background-color: #5c65b1;
}

.basic_data .content_wrap .box_con {
    padding: 50px 40px;
    background-color: #f8f8f8;
}

.basic_data .content_wrap .wh_box_con {
    position: relative;
    margin-top: 40px;
    padding: 30px;
    background-color: #fff;
}

.basic_data .content_wrap .wh_box_con div {
    padding: 10px 0;
}

.basic_data .content_wrap .wh_box_con .wh_box_arrow {
    height: 50px;
}

  .wh_box_con .wh_box_arrow:after {
    content: '';
    position: absolute;
    width: 33px;
    height: 33px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: url('../../images/learning_support/basic_data_arrow.png') no-repeat;
}

.basic_data .content_wrap .gray_box {
    padding: 40px;
    background-color: #f8f8f8;
}

.basic_data .content_wrap.tab1_1 {
    text-align: center;
}

.basic_data .content_wrap.tab1_2, .basic_data .content_wrap.tab1_6, .basic_data .content_wrap.tab1_7 {
    background-color: #f8f8f8;
}

.basic_data .content_wrap.tab1_2 p {
    margin-bottom: 40px;
    padding: 10px;
    border: 1px solid #d7dce5;
    background-color: #fff;
}

.basic_data .content_wrap.tab1_2 p span {
    display: block;
}

.basic_data .content_wrap.tab2_2 h3.line {
    border: 1px solid #ddd;
}

.basic_data .content_wrap.tab2_2 h3.title_bg_gray {
    padding: 10px 0;
    text-align: center;
    background-color: #f7f7f7;
}

.basic_data .content_wrap.tab2_2 section.line {
    padding: 30px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.basic_data .content_wrap.tab2_2 h4 {
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
}

.basic_data .content_wrap.tab2_2 .list_table {
    margin-bottom: 10px;
}

.basic_data .content_wrap.tab2_2 .list_table tr th, .basic_data .content_wrap.tab4 .list_table tr th {
    border-top: 1px solid #333;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.basic_data .content_wrap.tab2_2 .list_table tr td, .basic_data .content_wrap.tab4 .list_table tr td {
    border: 1px solid #ddd;
}

.basic_data .content_wrap.tab2_3 .list_table {
    border-top: 1px solid #333333;
}

.basic_data .content_wrap.tab2_3 .list_table tr:nth-child(1) th, .basic_data .content_wrap.tab2_3 .list_table tr:nth-child(1) td {
    border-top: none;
}

.basic_data .content_wrap.tab2_3 th, .basic_data .content_wrap.tab2_3 td  {
    border: 1px solid #ddd;
}

.basic_data .content_wrap.tab2_3 td {
    /*padding-left: 20px;*/
}

.basic_data .content_wrap.tab2_6 article {
    padding: 20px;
}

.basic_data .content_wrap.tab2_6 img {
    padding: 10px 40px 0;
}

.basic_data .content_wrap.tab3 ul  li {
    margin: 15px 0;
}

.basic_data .content_wrap.tab3 ul  li  div {
    float: left;
}

.basic_data .content_wrap.tab3 .term_title {
    margin-right: 10px;
    width: 110px;
    height: 110px;
    line-height: 110px;
    font-size: 18px;
    font-weight: 500;
    color: #5c65b1;
    text-align: center;
    border: 1px solid #5c65b1;
    border-radius: 100px;
}

.basic_data .content_wrap.tab3 .term_con {
    float: right;
    width: 698px;
    height: 110px;
    background-color: #f8f8f8;
    border-radius: 100px;
    font-size: 15px;
    box-sizing: border-box;
}

.basic_data .content_wrap.tab3 .term_title.line2 {
    padding: 33px 0;
    line-height: 20px;
    box-sizing: border-box;
}

.basic_data .content_wrap.tab3 .term_title span {
    font-size: 13px;
}

.basic_data .content_wrap.tab3 .term_con.line {
    padding: 0 45px;
    line-height: 110px;
}

.basic_data .content_wrap.tab3 .term_con.line2 {
    padding: 34px 45px;
}

.basic_data .content_wrap.tab3 .term_con.line3 {
    padding: 23px 45px;
}

.basic_data .content_wrap.tab3 .term_con span {
    padding-right: 10px;
}

.basic_data .content_wrap.tab3 .under_bar {
    margin-bottom: 30px;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #d7dce5;
}

.basic_data .content_wrap.tab4_1 p {
    margin-bottom: 30px;
    padding: 10px 20px;
    background-color: #f7f7f7;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}

.basic_data .content_wrap.tab4_1 h4.title_bg_gray {
    display: inline-block;
    width: auto;
    padding: 5px 20px;
    text-align: left;
    border: 1px solid #aab6cb;
    background-color: #f7f7f7;
}

.basic_data .content_wrap.tab4_4 ul li {
    margin-bottom: 15px;
    width: 100%;
    padding: 20px;
    border: 1px solid #d7dce5;
    box-sizing: border-box;
}

.basic_data .content_wrap.tab4_4 ul li:last-child {
    margin-bottom: 0;
}

.basic_data .content_wrap.tab4_4 ul li strong {
    display: inline-block;
    width: 120px;
    text-align: center;
}

.basic_data .content_wrap.tab4_4 ul li span.bar {
    display: inline-block;
    margin: 0 12px;
    width: 1px;
    height: 10px;
    background-color: #ccd0d6;
}

/* law_data_list.html */
.law_data section .law {
    margin-top: 40px;
}

.law_data section .title {
    padding-bottom: 10px;
    line-height: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #0070ff;
}
.law_data section ul{
    display: flex;
}
.law_data section ul li {
    position: relative;
    margin-right: 15px;
    width: 263px;
    height: 70px;
    line-height: 29px;
    border: 1px solid #d7dce5;
    box-sizing: border-box;
}

.law_data section ul li:last-child {
    margin-right: 0;
}

.law_data section ul li:hover {
    border: 1px solid #0070ff;
    background-color: #f4f6fa;
}

.law_data section ul li.two {
    line-height: 17px;
}

.law_data section ul li a {
    display: block;
    padding: 20px;
}

.law_data section ul li.two a {
    padding: 17px 20px;
}

.law_data section ul li a:hover {
    color: #0070ff;
}

.law_data section ul li a span {
    display: inline-block;
    position: absolute;
    top: 25px;
    right: 20px;
    width: 12px;
    height: 18px;
    background: url('../../images/learning_support/raw_data_arrow.png') no-repeat;
    background-position: left bottom;
}

.law_data section ul li:hover a span {
    background-position: left top;
}

/* program_introduction.html */
.program_introduction .wrap_top {
    width: 100%;
    height: 870px;
    background: url('../../images/learning_support/program/top_bg.png') no-repeat;
}

.program_introduction .wrap_middle {
    position: relative;
    width: 100%;
    height: 580px;
    background: url('../../images/learning_support/program/middle_bg.png') no-repeat;
}

.program_introduction .wrap_middle .btn_program a {
    display: block;
    position: absolute;
    width: 360px;
    height: 155px;
    top: 155px;
    transition: all 0.2s;
}

.program_introduction .wrap_middle .btn_aoa a {
    left: 30px;
    background: url('../../images/learning_support/program/AOA_button.gif') center no-repeat;
}

.program_introduction .wrap_middle .btn_coa a {
    right: 30px;
    background: url('../../images/learning_support/program/COA_button.gif') center no-repeat;
}

.program_introduction .wrap_middle .class_edu a {
    display: block;
    position: absolute;
    width: 387px;
    height: 163px;
    bottom: 36px;
}

.program_introduction .wrap_middle .vip_class a {
    left: 20px;
    background: url('../../images/learning_support/program/btn_vip_class.png') center no-repeat;
}

.program_introduction .wrap_middle .vip_class a:hover {
    background: url('../../images/learning_support/program/btn_vip_class_h.png') center no-repeat;
}

.program_introduction .wrap_middle .s_class a {
    right: 20px;
    background: url('../../images/learning_support/program/btn_s_class.png') center no-repeat;
}

.program_introduction .wrap_middle .s_class a:hover {
    background: url('../../images/learning_support/program/btn_s_class_h.png') center no-repeat;
}

.program_introduction .wrap_bottom {
    padding: 90px 0 70px;
}

.program_introduction .wrap_bottom .content_bottom {
    height: 886px;
    background: url('../../images/learning_support/program/content_bottom.png') center no-repeat;
}

.program_introduction .wrap_bottom .btn_home a {
    display: block;
    margin: 75px auto 0;
    width: 440px;
    height: 70px;
    /*background: url('../../images/learning_support/program/home_link_button.gif') center no-repeat;*/
    transition: all 0.2s;
}

.program_introduction .wrap_bottom .btn_home a:hover {
        /*background: url('../../images/learning_support/program/home_link_button_hover.gif') center no-repeat;*/
}

/* program_review.html */
.program_review .before_best {
    position: relative;
    padding: 0 35px;
}

.program_review .before_best p {
    font-family: 'Cafe24Dangdanghae', 'ChosunGs';
}

.program_review .before_best p.month {
    display: inline-block;
    font-size: 40px;
    color: #a87d39;
    padding-top: 25px;
}

.program_review .before_best p.name {
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    font-size: 24px;
    padding: 18px 10px 12px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.program_review .before_best p.program {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    font-family: 'Noto Sans KR', sans-serif;
    color: #6d6e71;
}

.program_review .before_best p.program span {
    color: #a87d39;
}

.program_review .before_best p.program span.bar {
    display: inline-block;
    margin: 0 12px;
    width: 0.5px;
    height: 10px;
    background-color: #a87d39;
    vertical-align: 1px;
}

.program_review .before_best a {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 7px 10px;
    box-sizing: border-box;
    color: #fff;
    background: #d9ab47;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
}

.program_review .before_best li {
    float: left;
    width: 240px;
    background: #fff url('../../images/learning_support/program/month_brown.png') no-repeat center 20px;
    border: 1px solid #cecece;
    border-bottom: 0;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0px 4px #cecece;
    text-align: center;
    overflow: hidden;
    margin: 0 15px 20px 0;
}

.program_review .before_best li:last-child {
    margin-right: 0;
}

.program_review .before_best li:hover {
    border: 1px solid #a87d39;
    border-bottom: 0;
}

.program_review .before_best li:hover a {
    background: rgb(168, 125, 57);
}

.program_review .before_best li div{
    position: relative;
    width: 100%;
    height: 196px;
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.program_review .before_best .arrow {
    position: absolute;
    width: 17px;
    height: 27px;
    top: 90px;
    opacity: .6;
    cursor: pointer;
}

.program_review .before_best .arrow:hover {
    opacity: 1;
}

.program_review .before_best .arrow:hover {
    opacity: 0.8;
}

.program_review .before_best .arrow_prev {
    left: 0;
    background: url('../../images/learning_support/program/program_arrow_prev.png') no-repeat;
}

.program_review .before_best .arrow_next {
    right: 0;
    background: url('../../images/learning_support/program/program_arrow_next.png') no-repeat;
}

.program_review .list_search {
    margin-bottom: 10px;
    text-align: right;
}

.program_review.search_result .list_search {margin-top: 0;}

.program_review .list_search input[type="button"]{
    height: 32px;
}

.program_review .list_search input[type=text]{
    height: 32px;
    position: relative;
    top: -1px;
    font-weight: 400;
}

.program_review .select_search input[type=text] {
    top : 0
}

.program_review div.es_select.small select {
    padding: 6px 30px 6px 8px;
}
.program_review table tr th .swiper-container {
    overflow: hidden;
}
.program_review table tr th {
    font-weight: normal;
}

/*입찰강의 스와이퍼*/
.swiper-slide{cursor: pointer;}
.swiper-slide a {box-sizing: border-box; position: relative; text-align: center; width: 191px; height: 118px; margin: 0 auto; background-position: center; background-repeat: no-repeat; background-size: 100%; display: inline-block;}
.swiper-slide .info_wrap {text-align: left}
.swiper-slide .info_wrap div{overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; /* ellipsis line */ -webkit-box-orient: vertical; line-height: 18px; height: 36px; margin-bottom: 12px;}
.swiper-slide:hover .info_wrap div{color:#3267e9;}
.swiper-slide .info_wrap span,
.swiper-slide .info_wrap label{color:#6d6e71; font-size: 12px;}
.swiper-slide .info_wrap span img{vertical-align: -1px; margin-right: 4px;}

.swiper-arrow{position: relative; cursor: pointer; width:40px; height:40px; top:40px; border-radius: 20px; background-color: #ffffff; box-shadow: -1px 1px 2px 1px #1f222233; position: absolute; z-index: 2; outline: none;}
.swiper-arrow.next{right:-20px;cursor: pointer;}
.swiper-arrow.prev{left:-20px;cursor: pointer;}

.swiper-arrow span{width: 11px; display: inline-block; top: 8px; left: 14px; position: absolute; opacity: .3;}
.swiper-arrow.prev:hover span, .swiper-arrow.next:hover span{opacity: .6;}
.swiper-arrow span svg polyline{stroke:#bab9b9;}
.swiper-arrow:hover span svg polyline{stroke:#706f6f;}
.swiper-arrow.next span{left:16px;}

/*발주처 자료 중간메뉴*/
.sub_navi > ul {display:inline-block; width:820px; overflow: inherit; border-left:1px solid #aab6cb; border-top: 1px solid #aab6cb; padding: 0;margin-bottom: 20px;}
.sub_navi > ul > li {position: relative; float:left; width: 20%; overflow: inherit; box-sizing: border-box; border-bottom: 1px solid #aab6cb; border-right: 1px solid #aab6cb; text-align: center;}
.sub_navi > ul > li a {display: block; height: 50px; line-height: 50px;}
.sub_navi > ul > li:hover,
.sub_navi > ul > li.on {width: calc(20% + 1px); border:1px solid #3267e9; margin-top:-1px; margin-left:-1px; z-index: 1;}
.sub_navi > ul > li:hover > a,
.sub_navi > ul > li.on a {color: #3267e9;}

.sub_navi > ul > li.on > a,
.sub_navi .ss_navi ul li.on > a  {color: #3267e9;}
.sub_navi .ss_navi {position: absolute; width: 163px; left: -1px; top: 51px; border-left: 1px solid #d7dce5; border-right: 1px solid #d7dce5; border-bottom: 1px solid #d7dce5;}
.sub_navi .ss_navi ul li {width: 100%; background-color: #fff; text-align: left;}
.sub_navi .ss_navi ul li a {height: 30px; padding: 0 10px; line-height: 30px;}
.sub_navi .ss_navi ul li:hover a{color: #3267e9; background-color: #f4f6fa; }




.es_type1 th.title{padding:15px 20px 15px 20px;}
.es_type1 th.title .ij_title{font-weight: 500; text-align: left; font-size: 16px;}
.es_type1 th.title .info{text-align: right; padding-right:5px; font-weight:400; margin-top:10px;}
.es_type1 td{padding:9px 10px 10px 10px;}
.es_type1 td.detail_con{padding:40px;}
.es_type1 td a.ij_link:hover{text-decoration: underline; color:#3267e9;}
.es_type1 td a.ij_link.file{padding-left: 20px; position: relative;}
.es_type1 td a.ij_link.file:before{content: url('/resource/common/images/icon/icn_file.png'); position: absolute; left:0; top:1px;}


.detail_footer {position: absolute;bottom: -70px;right: -38px;}
.detail_btn{border-radius:30px; padding:9px 16px; font-size:14px; position: relative; box-sizing: border-box;}
.inquiry_btn{color:#3267e9; border:1px solid #3267e9;}
.like_btn{color:#333333; border:1px solid #d7dce5; padding-left:40px; font-weight:500;}
.like_btn > div{position:absolute; left:4px; top:4px; border-radius: 15px; width:30px; height:30px; display: inline-block; background-color: #e64a59}
.like_btn > div > span{width:17px; display: inline-block; fill:#ffffff; margin-top:6px;}
.like_btn label{color:#e64a59; font-weight:700;}
.inquiry_btn:hover{background:#3267e9; border:1px solid #3267e9; color:#ffffff;}
.like_btn:hover{background:#e64a59; border:1px solid #e64a59; color:#ffffff;}
.like_btn:hover label{color:#ffffff;}
.like_btn:hover > div{background-color: #ffffff}
.like_btn:hover > div > span{fill:#e64a59;}



.navi_notice{border-top: 1px solid #5c667b;}
.navi_notice label{padding: 0 50px 0 30px; color: #202020;}
.navi_notice div{height: 50px; line-height: 50px; border-bottom: 1px solid #aab6cb; color: #8491a7;}
.navi_notice div a span{color: #202020;}
.navi_notice div a:hover span{color: #3267e9;}

/* 입찰 강의 */
.program_review.search_result .ij_table table {width: 100%;}
.program_review.search_result .swiper-slide {
    width: 191px;
    margin-left: 10px;
}

.ij_table table th {
    padding: 9px 10px 20px 10px;
    border-top:1px solid #dddddd;
    border-bottom:1px solid #dddddd;
}

.fc_blue2 { color: #3267e9 }

main.sub .sub_navi > ul > li:hover, main.sub .sub_navi > ul > li.on {border:1px solid #3267e9; z-index: 1;}