﻿: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: 16px;
    color: #000000;
    line-height: 24px;
}

body
{
   background-image : url(/download/Resource/BGImage/sun-tornado.svg);
   background-repeat: no-repeat;
   background-size: cover;
   background-attachment: fixed;
}

a {
    text-decoration : none;
    color: #000000;
}

.mcShell
{
   padding : 10px; 
}

.ykmHeader
{
   display : flex;
   flex-direction: row;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-between;

}
.ykmSchoolNameAndLogo{}
.ykmRightOfHeader
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.ykmSubMenu{}
.ykmBuilding
{
   
}
.ykmMainMenu{}
.ykmFooter{}
.ykmSchoolInfo
{
   padding : 2rem;
   max-width : 1200px;
   margin : 2rem auto;
}

@media (max-width: 1200px) 
{
   .ykmBuilding{display:none;}
}




















