
#topArea{
    width: 100%;
    height: 100vh;
    background-image: url("../images/about/top-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}



article .content{

    width: 100%;

}

nav{
    display: none;
}

article .content .contentHeader{
    width: fit-content;
    text-align: left;
    margin-bottom: 15px;
    background-color: #868686;
    padding: 1px 20px 1px 5px;

}

article .content .contentLeft{
    width: 18%;
    height: 30vh;
    padding-top: 3%;
    display: inline-block;
    border-right: 1px solid grey;
    vertical-align: top;
    font-family: "Abadi MT Condensed Extra Bold";
    font-size: 16px;
    margin-left: 0px;

}

article .content .contentRight{
    width: 70%;
    display: inline-block;
    padding: 0px 5%;
    line-height: 30px;
}



article .content .contentLeft li{

    margin: 25px 0px;

}


article .content .contentLeft ul li a{

    color: inherit;
    transition: color 0.9s ease;

}

article .content .contentLeft ul li a:hover{

    color: #e1e1e1;
    transition: color 0.4s ease;

}
/*消除不必要的scrollBar*/
.ui-accordion .ui-accordion-content{
    overflow: hidden !important; }

/*把jQ UI accordion改成馬克設計 start*/

.ui-accordion .ui-accordion-content{
    border: none;
    padding: 0;

}

.ui-accordion .ui-accordion-header {
    border-radius: 0px;
    padding: 5px 30px 5px 5px;
    margin-bottom: 10px !important;
}


.ui-state-active,
.ui-state-default{
    width: fit-content;
    border:1px solid black;
    background: white;
    color: black !important;
    font-weight: 400;
    outline: none;
}



/*把jQ UI accordion改成馬克設計 END*/

/*單獨css 設定*/
h1{
    font-size: 42px;
    letter-spacing: 3px; !important;
    cursor: default;
    color: #a7a7a7; !important;
    /* 不讓選取文字 */
    -moz-user-select: none;  /* for Firefox */
    -webkit-user-select: none;   /* for Chrome */

}

h2{
    margin-left: 15px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px; !important;
    cursor: default;
    color: white; !important;
}


h3{
    color: #004f90;
    font-size: 24px;
    font-weight: 400;
}













