#FOjdescComp.no-section #JDescContent{
    margin-left: 0;
}
body{
    overflow-x: hidden;
    background:  #ececec;
    color: #666666;
}
#JDescContent {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-right: 0;
    margin-left: calc(50% - 180px);
    width: 100%;
}

#FOjdescComp{
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 50vh;
    padding: 15px;
}
.JD-Title {
    color: #006b6e;
    font-family: "lsansuni",Arial,"Microsoft JhengHei",sans-serif;
}
#JDText-Title{
    text-decoration: none;
    position: relative;
}
#JDText-Title:before{
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #006b6e;
}

.JD-HDLabel {
    font-weight: bold;
    color: #000;
}



.JD-FieldLabel {
    color: #006b6e;
    font-weight: 700;
    text-decoration: underline;
    font-size: 14px;
}

#JD-TopParams {
    display: flex;
    flex-direction: column;
}

#JD-Param5 {
    position: absolute;
    width: 180px;
    left: -235px;
    border: 2px solid #006b6e;
    padding: 20px 15px;
    top: 2%;
    border-radius: 20px;
    margin-bottom: 30px;
    bottom: 0;
    background: #fff;
}

#JDLabel-Param5 {
    color: #006b6e;
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;

}

#JD-imgheader1{
    margin-bottom: 20px;
}

.linkbracket{
    color: #666666;
}

@media (min-width: 768px) {
    #FOjdescComp {
        width:750px;

    }
}


@media (min-width: 992px) {
    #FOjdescComp {
        width:970px;
    }
    #JD-imgheader1{
        margin-right: auto;
        margin-left: 8%;
    }
}

@media (min-width: 1200px) {
    #FOjdescComp {
        width:1000px;
        padding: 50px;
    }
}
@media (max-width: 1024px){
    #JDescContent{
        margin-left: 0;
    }
    #JD-Param5{
        width: inherit;
        padding: 0;
        border: none;
        position: static;
        margin-top: 10px;
        background: none;
    }
    #JDLabel-Param5{
        margin-bottom: 10px;
    }
    #JD-ActBack, #JD-ActSendJob, #JD-ActPrintPage, #Jd-ActApply{
        margin-bottom: 10px;
    }
}

