
/* subtop */
#subtop {
    height: 300px;
    text-align: center;
}
@media (max-width:1200px) {
    #subtop {
        background-size: cover !important;
        height: 350px;
    }
}
@media (max-width:992px) {
    #subtop {
        height: 250px;
    }
}
@media (max-width:768px) {
    #subtop {
        height: 500px;
       /* background: url(../img/subtop_m.jpg) center center no-repeat !important;*/
        background-size: cover !important;
    }
}
@media (max-width:500px) {
    #subtop {
        height: 200px;
    }
}

/* site_config */
#site_config {
    position: relative;
    z-index: 30;
    margin-top: -1px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
#site_config .site {
    background-color: #fff;
    /*border: 1px solid #ddd;*/
}
#site_config .site .home {
    float: left;
    line-height: 60px;
    position: relative;
    font-size: 17px;
    color: #838789;
    letter-spacing: -0.02em;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home:hover {
    background-color: #f7f7f7;
}
#site_config .site .home.home2,
#site_config .site .home.home3 {
    width: 260px;
    position: relative;
    border-right: 1px solid #eee;
}
#site_config .site .home.home2:after,
#site_config .site .home.home3:after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 0;
    width: 22px;
    height: 100%;
    background: url(../img/site_arr.png) center center no-repeat;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home.act:before {
    content: "";
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #333;
    border-bottom: 0px;
}
#site_config .site .home.act:after {
    transform: rotate(180deg);
}
#site_config .site .home.home1 {
    width: 60px;
    text-align: center;
    background-color: #222;
}
#site_config .site .home > span {
    display: block;
    padding: 0px 20px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    color: #666;
}
#site_config .site .home svg {
    width: 14px;
}
#site_config .site .home .cls-1 {
    stroke: #666;
}
#site_config .site .home li:hover .cls-1 {
    stroke: #fff;
}
#site_config .site .home > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    border: 1px solid #333;
    border-top: 0px;
    background-color: #fff;
}
#site_config .site .home > ul li {
    border-top: 1px solid #eee;
}
#site_config .site .home > ul li a {
    display: block;
    text-decoration: none;
    font-size: 17px;
    padding: 15px 20px;
    color: #666;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home > ul li a.act {
    color: #215db5;
}
#site_config .site .home > ul li a:hover{
    background-color: #215db5;
    color: #fff;
}
#site_config .site .home > ul li:hover a:after {
    width: 100%;
    left: 0%;
}
@media (max-width:992px) {
    #site_config .site .home {
        line-height: 50px;
        font-size: 15px;
    }
    #site_config .site .home.home2,
    #site_config .site .home.home3 {
        width: 200px;
    }
}
@media (max-width:768px) {
    #site_config .site .home {
        line-height: 40px;
        font-size: 12px;
    }
    #site_config .site .home.home1 {
        width: 40px;
    }
    #site_config .site .home.home1 img {
        width: 11px;
    }
    #site_config .site .home.home2,
    #site_config .site .home.home3 {
        width: 150px;
    }
    #site_config .site .home.home3 {
        width: 130px;
    }
    #site_config .site .home.home2:after,
    #site_config .site .home.home3:after {
        right: 10px;
        width: 10px;
        background-size: 100%;
    }
    #site_config .site .home > span {
        padding: 0px 15px;
    }
    #site_config .site .home > ul li a {
        font-size: 12px;
        padding: 5px 15px;
    }
    #site_config .site .home svg {
        width: 9px;
    }
}

/* subCon */
#subCon > #leftNav > .con > .lnbTit {
    background: linear-gradient(to right, #148091,#523faf);
     color: #fff;
     box-shadow: 5px 5px 15px rgb(0 0 0 / 15%);
     z-index: 3;
     position: relative;
     margin-bottom: 10px ;
 }
 #subCon > #leftNav > .con > .lnbTit span {
    display: block;
    padding: 40px 20px 20px;
    background: linear-gradient(-20deg, #001655, #215db5);
 }
 #subCon > #leftNav > .con > .dropdw-menu {
     /* border-top: 3px solid #333; */
 }
 #subCon > #leftNav > .con > .dropdw-menu > li {
     border-bottom: 1px solid #ddd;
 }
 #subCon > #leftNav > .con > .dropdw-menu > li > .lnbMn {
     font-size: 20px;
     font-weight: 300;
     color: #888;
     display: block;
     line-height: 1em;
     padding: 15px 20px;
     text-decoration: none;
     cursor: pointer;
     position: relative;
 }
 #subCon > #leftNav > .con > .dropdw-menu > li.act {
     background-color: #fcfcfc;
 }
 #subCon > #leftNav > .con > .dropdw-menu > li.act > .lnbMn {
     color: #000;
     font-weight: 500;
     background-color: #fff;
 }
 #subCon > #leftNav > .con > .dropdw-menu > li.act > .lnbMn.lnb-toggle {
     border-bottom: 1px solid #ddd;
     border-bottom: 2px solid #222;
 }
 #subCon > #leftNav > .con > .dropdw-menu > li > .lnbMn.lnb-toggle:after {
     content: "";
     position: absolute;
     right: 20px;
     top: 0;
     height: 100%;
     background: url(../img/lnb_pls.png) right center no-repeat;
     width: 15px;
     opacity: 0.4;
 }
 #subCon > #leftNav > .con > .dropdw-menu > li.act > .lnbMn.lnb-toggle:after {
     opacity: 1;
 }
 #subCon > #leftNav > .con > .dropdw-menu .dropdw {
     padding: 5px 0;
 }
 #subCon > #leftNav > .con > .dropdw-menu .dropdw > li {
     padding: 0 15px;
 }
 #subCon > #leftNav > .con > .dropdw-menu .dropdw > li > a {
     padding: 10px 5px;
     display: inline-block;
     line-height: 1em;
     font-size: 17px;
     text-decoration: none;
     font-weight: 300;
     color: #888;
     position: relative;
 
     -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
     -o-transition: all 0.3s ease-out;
     transition: all 0.3s ease-out;
 }
 #subCon > #leftNav > .con > .dropdw-menu .dropdw > li:hover > a,
 #subCon > #leftNav > .con > .dropdw-menu .dropdw > li.act > a {
     color: #000;
     font-weight: 400;
 }
 #subCon > #leftNav > .con > .dropdw-menu .dropdw > li a:after {
     content: "";
     position: absolute;
     left: 0;
     top: 45%;
     height: 30%;
     width: 100%;
     border-radius: 50px;
     background-color: #fff098;
     opacity: 0;
 
     -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
     -o-transition: all 0.3s ease-out;
     transition: all 0.3s ease-out;
 }
 #subCon > #leftNav > .con > .dropdw-menu .dropdw > li:hover > a:after,
 #subCon > #leftNav > .con > .dropdw-menu .dropdw > li.act > a:after {
     opacity: 1;
 }
 #subCon > #leftNav > .con > .dropdw-menu .dropdw > li > a span {
     position: relative;
     display: inline-block;
     padding: 0px 5px;
     z-index: 3;
 }
 #subCon > #rightBox .rtTit {
     border-bottom: 1px dashed #ccc;
     padding: 10px 0;
     padding-left: 12px;
     position: relative;
 }
 #subCon > #rightBox .rtTit:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background-color: #59a03b;
}
 @media (min-width:992px) and  (min-height:600px) {
     #subCon {
         min-height: 600px;
     }
 }
 @media (min-width:992px) and  (max-height:600px) {
     #subCon {
         min-height: 600px;
     }
 }
 @media (min-width:992px) {
     #subCon {
         position: relative;
         padding-left: 350px;
     }
     #subCon > div > .con {
         padding-top: 40px;
     }
     #subCon > #rightBox {
        min-height: 800px;
     }
     #subCon > #leftNav {
         position: absolute;
         width: 350px;
         padding-right: 50px;
         left: 0;
         top: 0;
     }
 }
 @media (max-width:992px) {
     #subCon > #leftNav {
         display: none;
     }
     #subCon > #rightBox {
         padding: 20px 0;
     }
 }
 

 /* company2 */
 #company2 ul {
    text-align: center;
 }
 #company2 ul li .txt {
    height: 80px;
}
#company2 ul li .txt .dft {
    line-height: 1.1em;
    margin-top: 10px;
    font-weight: 500;
 }

 /* company3 */
 #company3 .img {
    position: relative;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
 }
 #company3 .img .btnWrp {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
 }
 #company3 .img .btnWrp .iconBtn {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
 }
 #company3 .img .btnWrp .iconBtn strong,
 #company3 .img .btnWrp .iconBtn i {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 3;
 }
 #company3 .img .btnWrp .iconBtn .iconBg {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    border-radius: 50%;
    background-color: #559e37;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -0;
}
#company3 a:hover .img .btnWrp .iconBtn .iconBg {
    width: 225%;
    height: 562.5px;
}

/* imgBorderLine */
.imgBorderLine {
    border: 1px solid #ddd;
    padding: 20px 15px;
    border-radius: 10px;
}


/*table_basic*/
.table.table_basic {
    border-top: 1px solid #333;
}
.table.table_basic.table_fx {
    table-layout: fixed;
}
.table.table_basic thead tr th,
.table.table_basic thead tr td,
.table.table_basic tbody tr th,
.table.table_basic tbody tr td {
    font-size: 18px;
    color: #221814;
    line-height: 1.3em;
    text-transform: none;
    border: 1px solid #ddd;
    padding: 11px 10px;
}
.table.table_basic2 thead tr th,
.table.table_basic2 thead tr td {
    font-size: 15px;
    padding: 12px 8px;
}
.table.table_basic2 tbody tr th,
.table.table_basic2 tbody tr td {
    font-size: 15px;
    padding: 12px 8px;
}
.table.table_basic2 tbody tr td a {
    text-decoration: underline;
}
.table.table_basic thead tr th:first-child,
.table.table_basic thead tr td:first-child,
.table.table_basic tbody tr th:first-child,
.table.table_basic tbody tr td:first-child {
    border-left: 0px;
}
.table.table_basic thead tr th:last-child,
.table.table_basic thead tr td:last-child,
.table.table_basic tbody tr th:last-child,
.table.table_basic tbody tr td:last-child {
    border-right: 0px;
}
.table.table_basic thead tr th {
    font-weight: 600;
}
.table.table_basic tbody tr th {
    font-weight: 500;
    background-color: #fcfcfc;
}
.table.table_basic tbody tr td {
    font-weight: 400;
}
.table.table_basic.table_center thead tr th,
.table.table_basic.table_center thead tr td,
.table.table_basic.table_center tbody tr th,
.table.table_basic.table_center tbody tr td {
    text-align: center;
}
.table.table_basic.th_center thead tr th,
.table.table_basic.th_center tbody tr th {
    text-align: center;
    word-break: keep-all;
}
.table.table_basic.table_vh thead tr th,
.table.table_basic.table_vh thead tr td,
.table.table_basic.table_vh tbody tr th,
.table.table_basic.table_vh tbody tr td {
    vertical-align: middle;
}
.table.table_basic.th_vh thead tr th,
.table.table_basic.th_vh tbody tr th {
    vertical-align: middle;
}
.table.table_basic.table_wb thead tr th,
.table.table_basic.table_wb tbody tr td,
.table.table_basic.table_wb tbody tr th {
    word-break: keep-all;
}
.table.table_basic tbody tr th {
    /* background-color: #fcfcfc; */
}
.table.table_basic thead tr th {
    background-color: #f7f7f7;
    color: #333;
    border-bottom: 1px solid #333;
}
.table.table_basic tbody tr.imp th,
.table.table_basic tbody tr.imp td {
    background-color: #fdfffb;
}
.table.table_basic tbody tr.imp td {
    color: #082c44;
    font-weight: 600;
}
.table.table_basic tbody tr td.text-left {
    text-align: left;
}
.table.table_basic tbody tr td.text-right {
    text-align: right;
}
.table.table_basic tbody tr td.imp {
    background-color: #fffef4;
}
@media (max-width:992px){
    .table_wrp {
        width: 100%;
        overflow-x: scroll;
    }
    .table_wrp .table.table_basic {
        width: 700px;
    }
    .table.table_basic thead tr th,
    .table.table_basic thead tr td,
    .table.table_basic tbody tr th,
    .table.table_basic tbody tr td {
        font-size: calc(100vw * (18 / 992));
        padding: calc(100vw * (14 / 992));
    }
}
@media (max-width:768px){
    .table.table_basic thead tr th,
    .table.table_basic thead tr td,
    .table.table_basic tbody tr th,
    .table.table_basic tbody tr td {
        font-size: calc(100vw * (18 / 768));
        padding: calc(100vw * (14 / 768));
		word-break: break-all !important;
    }
}
@media (max-width:500px){
    .table.table_basic thead tr th,
    .table.table_basic thead tr td,
    .table.table_basic tbody tr th,
    .table.table_basic tbody tr td {
        font-size: calc(100vw * (18 / 500));
        padding: calc(100vw * (10 / 500));
    }
}

/* deptList */
.deptList > li {
    margin: 4px 0;
}
.deptList .c {
    display: flex;
}
.deptList .c .tt {
    width: 20px;
    font-weight: 600;
}
.deptList .c .cc {
    width: calc(100% - 20px);
}

/* tinyList */
.deptList .tinyList > li {
    margin-left: 20px;
}
.tinyList > li {
    position: relative;
    padding-left: 10px;
    margin: 3px 0;
}
.tinyList:not(.noDot) > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 9px ;
    width: 3px;
    height: 3px;
    background-color: #aaa;
}
.tinyList > li h6 {
    font-weight: 300;
}
@media (max-width:768px){
    .tinyList > li:after {
        top: 5px;
    }
}

/* profList */
.profList {
    border-top: 1px dashed #ddd;
}
.profList > li {
    padding: 40px 20px;
    border-bottom: 1px dashed #ddd;
}
.profList .img {
    width: 130px;
}
.profList .txt {
    width: calc(100% - 130px);
}
.profList .txt .top {
    display: flex;
    gap: 10px;
    align-items: center;
}
.profList .txt .top span {
    display: inline-block;
}
.profList .txt .top .nation {
    background-color: #edf1ff;
    color: #224c9c;
    line-height: 1em;
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 14px;
    margin-left: 5px;
}
.profList .txt .top img {
    width: 35px;
    border: 1px solid #eee;
    border-radius: 50%;
}
@media (min-width:992px) {
    .profList > li:nth-child(even) {
        border-left: 1px dashed #ddd;
    }
}
@media (max-width:768px) {
    .profList .txt .top .name {
        display: block;
    }
    .profList .txt .top .nation {
        margin: 0;
        margin-top: 3px;
    }
}

/* stit */
.stit {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
/* .stit::before {
    content: "";
    position: absolute;
    top: 20%;
    left: 0;
    height: 60%;
    width: 3px;
    background-color: #559e37;
} */

/* dvdHr */
.dvdHr {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin: 4rem 0;
}
.dvdHr.big {
    margin: 8rem 0;
}

/* scList */
.scList .item {
    background-color: rgba(175, 212, 185, 0.2);
    border-radius: 15px;
    padding: 25px 15px;
}
.scList li:nth-child(odd) .item {
    background-color: rgba(175, 212, 185, 0.2);
}
.scList .item .num .dft {
    display: inline-block;
    background-color: #39b343;
    padding: 8px;
    line-height: 1em;
    color: #fff;
    border-radius: 5px;
}
.scList li:nth-child(odd) .item .num .dft {
    background-color: #39b343;
}
.scList .item .icon{
    margin: 10px 0;
}
.scList .item .txt .dft {
    line-height: 1.4em;
}
@media (max-width: 500px) {
    .scList .item .icon img {
        width: 54px;
    }
}

/* exList */
.exList .tt {
    border-radius: 15px 15px 0 0;
    background-color: #215db5;
    color: #fff;
    padding: 12px;
}
.exList .bb {
    border-radius: 0 0 15px 15px;
    background-color: #f7f7f7;
    padding: 12px;
}

/* exCate */
.exCate {
    margin: 0 -5px;
}
.exCate > li {
    padding: 0 5px;
}
.exCate p {
    display: block;
    padding: 15px 10px;
    border-radius: 10px;
    border: 1px dashed #215db5;
    text-align: center;
}


/* numTxt */
.numTxt {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.numTxt .n {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #1c6099;
    color: #fff;
    font-size: .8em;
    font-weight: 600;
}
.numTxt .c {
    width: calc(100% - 45px);
    text-align: left;
}

/* goNow */
a.goNow {
    display: inline-block;
    border: 1px solid #747474;
    color: #747474 !important;
    text-decoration: none;
    padding: 4px 6px 3px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 1.1em;
    margin-left: 2px;
    vertical-align: middle;
}
/* imBox */
.imBox {
    border: 2px dashed #ddd;
    border-radius: 15px;
    padding: 20px;
}

/* hack_daily */
.hack_daily {
    padding: 20px ;
}
.hack_daily li + li {
    margin-top: 8px;
}
.hack_daily li a {
    text-decoration: none;
    display: block;
    border: 1px dashed #ddd;
    border-radius: 10px;
    padding: 10px 15px;
}
.hack_daily .tt {
    display: flex;
    gap: 10px;
}

/* rList */
#rList {
    /* border-bottom: 1px solid #ddd; */
}
#rList > li {
    display: flex;
    align-items: center;
    padding: 30px 25px;
    border-bottom: 1px solid #ddd;
}
#rList > li:hover {
    background-color: rgba(237, 241, 247, 0.5);
}
#rList > li .img {
    width: 220px;
}
#rList > li .img img {
    border-radius: 10px;
}
#rList > li .con1 {
    /*width: calc(100% - 370px);*/
	width: calc(100%);
    padding: 0 20px 0 30px;
}
#rList > li .con2 {
    /*width: 150px;*/
	width: 250px;
}
#rView .subject .under,
#rList .subject .under {
    text-decoration: underline;
}
#rView .subject .cate,
#rList .subject .cate {
    display: inline-block;
    vertical-align: middle;
    font-size: .7em;
    padding: 7px 15px;
    border: 1px solid #aaa;
    color: #999;
    line-height: 1em;
    border-radius: 80px;
    margin-left: 3px;
}
#rView .subject .cate2.ing,
#rList .subject .cate2.ing {
    background-color: #e4ffd8;
    border-color: #e4ffd8;
    color: #4bb220;
}
#rView .subject .cate2.done,
#rList .subject .cate2.done {
    background-color: #eee;
    border-color: #eee;
    color: #999;
}
#rList .info {
    margin-top: 3px;
}
#rView .info {
    margin: 8px 0;
}
#rView .info .tt,
#rList .info .tt {
    font-weight: 600;
    position: relative;
    padding-right: 15px;
}
#rView .info .tt {
    padding-right: 25px;
}
#rView .info .tt:after,
#rList .info .tt:after {
    content: "";
    position: absolute;
    right: 7px;
    top: 15%;
    height: 70%;
    width: 1px;
    background-color: #c7c7c7;
}
#rView .info .tt:after {
    right: 13px;
}
#rView .info .cc,
#rList .info .cc {
    font-weight: 300;
    color: #666;
}
#rList > li .con2 a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border: 1px solid #aaa;
    border-radius: 4px;
}
#rView .info {
    display: flex;
    align-items: flex-start;
    margin-top: 9px;
}
#rView .info .tt {
    width: 100px;
}
#rView .info .cc {
    width: calc(100% - 100px);
}
@media (min-width:767px) {
    #rList > li .con1 .info {
        display: inline-block;
    }
    #rList > li .con1 .info + .info {
        margin-left: 20px;
    }
}
@media (max-width:768px) {
    #rList > li {
        flex-wrap: wrap;
        padding: 20px 15px;
    }
    #rList > li .img {
        width: 100%;
    }
    #rList > li .img img {
        border-radius: 5px;
        width: 100%;
    }
    #rList > li .con1 {
        width: 100%;
        padding: 15px 0;
    }
    #rList > li .con2 {
        width: 100%;
    }
    #rList > li .con1 .subject .cate {
        padding: 4px 12px;
    }
    #rList > li .con2 .cost {
        border-top: 1px solid #eee;
        padding-top: 8px;
        display: flex;
        justify-content: space-between;
    }
    #rList > li .con2 a {
        height: 40px;
    }
    #rList .info {
        display: flex;
        align-items: flex-start;
        margin-top: 9px;
    }
    #rView .info .tt {
        padding-right: 15px;
    }
    #rView .info .tt:after {
        right: 7px;
    }
    #rView .subject,
    #rList .subject {
        font-size: 17px;
    }
    #rList .cost .cst,
    #rView .info .tt,
    #rView .info .cc,
    #rList .info .tt,
    #rList .info .cc {
        font-size: 13px;
    }
    #rList .cost .cst_val {
        font-size: 16px;
    }
    #rList .info .tt,
    #rView .info .tt {
        width: 65px;
    }
    #rList .info .cc,
    #rView .info .cc {
        width: calc(100% - 65px);
    }
}
/* rView */
#rView  {
    box-shadow: 0 0 2px #a4b2cc;
    border: 5px solid #f1f5fc;
    padding: 30px;
}
#rView .dvd {
    border-bottom: 1px dashed #ddd;
    margin: 15px 0;
}
@media (max-width:768px) {
    #rView  {
        padding: 20px 15px;
    }
}
/* tabList */
.tabList a {
    float: left;
    display: flex;
    padding: 8px 20px;
    border: 1px solid #aaa;
    margin-right: -1px;
    margin-bottom: -1px;
    text-decoration: none;
    color: #666;
}
.tabList a.act {
    border-color: #111;
    background-color: #111;
    color: #fff;
}
@media (max-width:768px) {
    .tabList a {
        padding: 5px 15px;
        font-size: 13px;
    }
}

/* alertBox */
.alertBox {
    padding: 15px;
    text-align: center;
    background-color: #faf3f3;
    border-radius: 10px;
    margin-top: 15px;
}
.alertBox .info {
    justify-content: center !important;
    margin-top: 0px !important;
}

/* applyBtn */
.applyBtn {
    display: block;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #10ac47;
    text-align: center;
    background-color: #10ac47;
	    width: 100%;
    font-size: 1.2em;
}
a.applyBtn {
   color: #fff;
}
.applyBtn .info {
    justify-content: center !important;
    margin: 0px !important;
}

/* bdArr */
.bdArr a {
    text-decoration: none;
    display: inline-block;
    line-height: 1em;
    padding: 12px 25px;
    color: #333;
    font-size: 14px;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.bdArr .admBtn {
    border-color: #215db5;
    background-color: #215db5;
    color: #fff;
}
@media (max-width:768px) {
    .bdArr a {
        padding: 8px 15px;
        font-size: 13px;
    }
}

/* scholarship1 */
#scholarship1 .apply_pro {
    border: 1px solid #ddd;
}

/* sciconSet */
.sciconSet .item {
    border: 2px solid #ddd;
    border-radius: 15px;
    padding: 30px 15px 25px;
}
.sciconSet .item .dft {
    margin-top: 15px;
    font-weight: 500;
}




.discount{
	text-decoration: line-through;
}

.applyBtn_none {
    display: block;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #cbcbcb;
    text-align: center;
    background-color: #b1b1b1;
    width: 100%;
    font-size: 1.2em;
}
.applyBtn_none:hover{
    display: block;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #cbcbcb;
    text-align: center;
    background-color: #b1b1b1;
    width: 100%;
    font-size: 1.2em;
}