﻿: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;
  
    --color-tiffany-blue : #7bf2da;
    --color-tiffany-blue-light-01 : #d0faf1;
    --color-tiffany-blue-light-02 : #a2f5e4;
    --color-tiffany-blue-light-03 : #73f1d7;
    --color-tiffany-blue-middle-01 : #45ecca;
    --color-tiffany-blue-middle-02 : #16e8bd;
    --color-tiffany-blue-dark-01 : #12b997;
    --color-tiffany-blue-dark-02 : #0d8b71;
    --color-tiffany-blue-dark-03 : #095c4b;
    --color-other-blue-01 : #74D1EA;
    --color-other-blue-02 : #4DC6E2;
    --color-other-blue-03 : #7FC1E6;
    --color-other-blue-04 : #7bcef2;
    --color-other-blue-05 : #7bb0f2;
    --color-other-blue-06 : #7b93f2;
}

/* Block Title Style Start ======================================= */
.blockTitle {
    margin: 0 0 1rem 0;
}

    .blockTitle h2 {
        margin: 0;
        font-weight: 800;
        font-size: 2.7rem;
        line-height: 1;
    }

@media (max-width: 480px) {
    .blockTitle h2 {
        font-size: 2.3rem; /*   */
        line-height: 1;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .blockTitle h2 {
        font-size: 2.4rem;
        line-height: 1;
    }
}
/* Block Title Style End =========================================== */


html, body {
    font-family: 'Outfit', 'Noto Sans HK', '微軟正黑體', sans-serif;
    font-size: var(--r-font-size);
    color: var(--r-font-color);
    line-height: var(--r-line-height);
}

a {
    text-decoration: none;
    color: inherit;
}

.isNotIndexPage.verticalMenuExist .mcShell {
    min-height: 70vh;
}

/* Main content in non-index page */
.isNotIndexPage .variableContent, .isNotIndexPage.noVerticalMenu .mcShell {
    padding: var(--r-container-padding);
}

.wsfMarquee
{
   background-color : var(--color-other-blue-05);
}
.wsfSchoolNameAndEclass
{  
  /*background-image : url(/download/Resource/BGImage/headingBg02.jpg);*/
  background-image : url(/download/Resource/BGImage/Background.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /*background-color : rgb(112,223,219);*/
}
.wsfInsideHeader
{
  display : flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  max-width : var(--maxWidth_Y_nonIndexPage);
  margin : 0 auto;
}

.wsfSchoolName{}
.wsfEclass
{
  width: 320px;
  height: 50px;
  overflow: hidden;
}
.wsfMainMenu{}
.wsfFooter
{
  background-image : url(/download/Resource/BGImage/wb02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 480px) {
  .wsfInsideHeader
  {
     display : block; 
  }
  .wsfSchoolNameAndEclass
  {
    flex-wrap: wrap;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .wsfSchoolNameAndEclass
  {
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .wsfSchoolNameAndEclass
  {
    flex-wrap: wrap;
  }
}

@media (min-width: 980px) and (max-width:1199px) {
  .wsfSchoolNameAndEclass
  {
    flex-wrap: wrap;
  }
}

@media (min-width: 1200px) and (max-width:1919px) {
}

@media (min-width: 1920px) {
}






















