@media only screen and (min-width: 960px){
    #CareerProfile .fa.fa-home{
        font-size: 20px;
        margin-right: 10px;
    }
    #CareerProfile .siteContent{
        padding: 37px 0 91px;
    }
    #CareerProfile .breadSection{
        border: none;
    }
    #CareerProfile .breadSection .breadcrumb{
        padding: 17px 0;
    }
    #CareerProfile .breadSection .breadcrumb span{
        font-size: 14px;
        font-weight: 400;
    }
    #CareerProfile .other-listitem{

    }
    #CareerProfile .other-listitem .ol-left{
        /*width: 785px;*/
        /*padding: 0;*/
    }
    #CareerProfile .other-listitem .ol-left .wp-block-heading{
        padding-top: 17px;
        padding-bottom: 21px;
        margin-bottom: 13px;
    }
    #CareerProfile .other-listitem .ol-left p{
        line-height: 2;
        font-size: 15px;
        margin-bottom: 30px;
        font-weight: 400;
    }
    #CareerProfile .other-listitem .ol-left p:last-of-type{
        margin-bottom: 0;
    }
    #CareerProfile .other-listitem .ol-right{
        /*padding: 0;*/
        /*width: 350px;*/
    }
    #CareerProfile .sideSection-col-two ul .tap{
        padding-left: 0;
    }
    #CareerProfile .sideSection-col-two .subSection-title .tap{
        /*margin-left: 6px;*/
    }
}
@media only screen and (max-width: 960px){
    #CareerProfile .container {
        width: 92.3vw;
        margin: 0 auto;
    }
    #CareerProfile .page-header_pageTitle,
    #CareerProfile h1.page-header_pageTitle:first-child{
        padding: 5.3vw 0;
        font-size: 4.3vw;
        font-weight: 400;
    }
    #CareerProfile .breadSection .breadcrumb{
        margin-top: 0;
        margin-bottom: 0;
        background: 0 0;
        padding: 2.7vw 0;
        display: flex;
        flex-wrap: wrap;
        border-radius: 0.25rem;
    }
    #CareerProfile .breadSection .breadcrumb li {
        line-height: 1.2;
        margin-bottom: 0;
        list-style: none;
    }
    #CareerProfile .breadSection .breadcrumb a{
        color: #666;
        padding-bottom: 2px;
    }
    #CareerProfile .breadSection .breadcrumb span{
        font-size: 3.2vw;
        font-weight: 400;
    }
    #CareerProfile .fa.fa-home{
        font-size: 4vw;
        margin-right: 0.3vw;
    }
    #CareerProfile .breadSection{
        border-bottom: none;
    }
    #CareerProfile .bread{
        border-bottom: 1px solid #EDEDED;
    }

    #CareerProfile .siteContent{
        padding: 4.3vw 0 7.2vw;
    }
    #CareerProfile .ol-left{
        padding: 0;
    }
    #CareerProfile .wp-block-heading{
        font-size: 4.8vw;
        padding: 4.5vw 0;
        font-weight: 500;
        margin-bottom: 4.5vw;
    }
    #CareerProfile .entry-body p{
        font-size: 3.7vw;
        line-height: 2;
        margin-bottom: 6vw;
        font-weight: 400;
    }
    #CareerProfile .entry-body p:last-of-type{
        margin-bottom: 0;
    }

    #CareerProfile .other-introduce .comintroduce-other{
        padding: 0;
        margin-top: 5.6vw;
    }
    #CareerProfile .other-introduce .comintroduce-other .subSection-title{
        padding: 0;
        border: unset;
    }
    #CareerProfile .other-introduce .comintroduce-other .subSection-title:after{
        content: '';
        border-bottom: unset;
    }
    #CareerProfile .other-introduce .comintroduce-other .subSection-title .tap{
        display: block;
        padding: 2.4vw 0;
        text-align: center;
        background: #3C88D8;
        color: #ffffff;
        font-size: 4.8vw;
        font-weight: 400;
    }
    #CareerProfile .other-introduce .comintroduce-other .page_item .tap{
        padding: 3.2vw;
        text-align: center;
        background: rgba(60, 136, 216, 0.05);
        color: rgba(51, 51, 51, 1);
        font-size: 3.7vw;
        font-weight: 400;
    }


}