/*內文背景文字*/
.custom-bg-text {
    font-size: 260px;
    left: -10%;
    line-height: 0;
    position: absolute;
    top: 75px;
    white-space: nowrap;
    z-index: -1;
}

.custom-bg-text2 {
    font-size: 260px;
    left: -5%;
    line-height: 0;
    position: absolute;
    top: 0px;
    white-space: nowrap;
    z-index: -1;
}

.custom-bg-text3 {
    font-size: 260px;
    left: -5%;
    line-height: 0;
    position: absolute;
    top: 50px;
    white-space: nowrap;
    z-index: -1;
}
/*內文背景文字*/
/*首頁內文背景文字*/
.custom-bg-home-text {
    font-size: 260px;
    right: -40%;
    line-height: 0;
    position: absolute;
    top: 10px;
    white-space: nowrap;
    z-index: -1;
}

.custom-bg-home-text2 {
    font-size: 260px;
    left: -5%;
    line-height: 0;
    position: absolute;
    top: 0px;
    white-space: nowrap;
    z-index: -1;
}
/*首頁內文背景文字*/

div.mod-languages ul{
  font-size: 18px;
  font-family:'Roboto', 'Noto Sans TC', Arial, sans-serif;
}
div.mod-languages a{
  color:#d9d9d9;
}

div.mod-languages a:hover{
  color:#f59d18;
}