﻿:root {
    --r-font-color : #000000;
    --r-font-size : 16px; 
    --r-line-height : 1.5;
    --r-el-border-bottom: solid 1px #dddddd;
    --r-el-padding: 1rem;
    --r-smaller-font : 0.8em;
    --r-container-padding : 1em;
    --r-hori-gap : 2em;
    --r-heading-font-weight : 700;
    --r-heading-font-size : 1.2em;
}

.isNotIndexPage .variableContent
{
   padding : 1em 0;
}

html, body {
    font-family: 'Roboto Condensed', '微軟正黑體', 'Microsoft JhengHei', 'Segoe UI Semibold', 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #000000;
    line-height: 1.5;
}
a {
    text-decoration : none;
    color: #000000;
}
body
{
   padding : 0 2em; 
}
.hycHeader
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
  background-image : url(../../download/Resource/BGImage/topBanner003.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.hycSubMenu {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.hycMainMenu
{
   
}
.hycFooter
{
   background-image : url(../../download/Resource/BGImage/building01.jpg);
   background-repeat: no-repeat;
   background-size: 100% 100%;
   padding : 1em 2em;
}
@media (max-width: 480px) 
{
  body
  {
     padding : 0 1em; 
  }
  .hycHeader
  {
     display: block;
  }
  .hycSubMenu 
  {
    position : static;
  }
}
@media (min-width: 481px) and (max-width: 767px) 
{
  body
  {
     padding : 0 1em; 
  }
  .hycHeader
  {
     display: block;
  }
  .hycSubMenu 
  {
    position : static;
  }
}
@media (min-width: 768px) and (max-width: 979px) {}
@media (min-width: 980px) and (max-width:1199px) {}
@media (min-width: 1200px) and (max-width:1919px) {}
@media (min-width: 1920px) {}















