a{text-decoration: none;}
.main_content .n{display: none;}
.main_content .b{display: block;}

/*content*/
.main_content{
    width: 100%;
    min-height: 500px;
    background: url(../images/Shading2.png) no-repeat;
    background-position: 90% 0%;
}
.main_content .button{
    margin-top: 20px;
    cursor: pointer;
}

/* desktop view */
@media not all and (max-width: 992px) {
    .main_content .button .b_part{
        margin-left: 20px;
    }
    .main_content .content .option{
        margin-top: 120px;
    }
}
/* mobile view */
@media (max-width: 992px) {
    .main_content .button :not(:first-child){
        margin-top: 20px;
    }
    .main_content .content .option{
        margin-top: 30px;
    }
}

.main_content .button{
    height: 50px;
    border-radius: 25px;
    background: #eee;
    font-family: 'Roboto';
    font-size: 18px;
    color: #666;
    text-align: center;
    line-height: 50px;
}

.main_content .button.choose{
    background: #4e9ebc;
    color: #fff;
}

.main_content .content .option .part{
    margin-top: 37px;
    cursor: pointer;
}
.main_content .content .option .part .icon{
    width: 10px;
    height: 20px;
    background: #4e9ebc;
    margin-right: 10px;
    opacity: 0;
}
.main_content .content .option .part .title1{
    font-family: 'Roboto';
    font-size: 18px;
    color: #666;
    text-align: left;
    line-height: 22px;
}

.main_content .content .option .choose .title1:before{
    content: "..";
    width: 10px;
    height: 18px;
    background-color: #4e9ebc;
    color: #4e9ebc;
}

.main_content .content .option .spe{
    margin-top: 0px;
}
.main_content .content .option .choose .icon{
    opacity: 1;
}
.main_content .content .text{
    margin-top: 80px;
    font-family: 'Roboto';
    font-size: 18px;
    color: #666;
    text-align: left;
    line-height: 18px;
}
.main_content .content .text .part{
    line-height: 24px;
}
.main_content .content .title{
    margin-top: 40px;
    font-family: 'Roboto';
    font-size: 18px;
    color: #000;
    text-align: left;
    line-height: 18px;
}
.main_content .content .title_sec{
    margin-top: 30px;
    font-family: 'Roboto';
    font-size: 18px;
    color: #333333;
    text-align: left;
    line-height: 18px;
    font-weight: 800;
}
.main_content .content .text2{
    margin-top: 15px;
    font-family: 'Roboto';
    font-size: 16px;
    color: #666;
    text-align: left;
    line-height: 25px;
}

/*new style*/
.c-careers .category{
    font-size: 24px;
    color: #202020;
    font-weight: 500;
    margin-bottom:12px;
    cursor: pointer;
    /*font-family: Roboto-Medium;*/
}
.c-careers .category.active >span{
    border-bottom:2px solid #44AA60;
}
.c-careers .position-title{
    font-size: 20px;
    color: #202020;
    line-height: 28px;
    font-weight: 400;
}
.c-careers .position{
    border:none;
    border-bottom:1px solid #D8D8D8 !important;
    background:none;
}
.c-careers .position:first-child{
    border-top:1px solid #d8d8d8;
}
.c-careers .card-header{
    background:none;
    border:none;
    padding-left:5px;
}
.c-careers .btn-link{
    position: relative;
}
.c-careers .btn-link:hover{
    text-decoration: none;
    color:#3C9550;
}
.c-careers .accordion .card-header .btn-link:after { 
    content: "-";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 35px;
    color: #202020;
}
.c-careers .accordion .card-header .btn-link.collapsed:after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 25px;
    color: #202020; 
}
.c-careers h4{
    font-size: 16px;
    color: #202020;
    line-height: 18px;
    font-weight: 400;
}
.c-careers h3{
    font-size: 16px;
    color: #202020;
    font-weight: 400;
    font-style: italic;
    margin-top:29px;
}
.c-careers #accordion li{
    font-size: 16px;
    color: #4D4D4D;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: initial;
}
.c-careers .position-requirement a{
    font-size: 16px;
    color: #3C954A;
    line-height: 20px;
    font-weight: 400;
}
.c-careers .positions.com .bio{
    display: none;
}
.c-careers .positions.bio .com{
    display: none;
}
#backfs.careers{
    background-image:url('../images/image_careers.png');
}
.c-careers .mobile{
    display: none;
}
.mobile-body .c-careers .pc{
    display: none;
}
.mobile-body .c-careers .mobile{
    display: flex;
}