﻿: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: 'Noto Sans TC', sans-serif;
  font-size: 16px;
  color: #252525;
  line-height: 24px;
}
a {
  text-decoration : none;
  color: #252525;
}
a:hover {
  color: #888;
}
body {
  background-color: #fff;
  background-image : url("/download/Resource/theme/bg-1.png");
}
#fspsEveryThing {
  max-width : 1900px;
  margin : 0 auto;
}


.header {
  position: absolute;
  left: 10%;
  top: 15%;
  z-index: -1;
  width: 100%;
  max-width: 1000px;
}
.jyHeader {
  padding : 2%;
  position : relative;
  background-color: #daf3f3;
  background-image : url(/download/Resource/theme/backgroung.png);
  background-repeat: repeat-x;
  z-index: 0;
}

.jySchoolLogoAndName {

  display : flex;

  align-items: center;

  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.jySchoolLogo {
  width : 100%;
  max-width: 85px;
}
.jySchoolName {
  width : 100%;
  max-width: 400px;
  padding-left: 1%;
}
.jySubMenu {

  position : absolute;
  bottom : 3px;

  right : 20px;
  background: linear-gradient(#eaf8dd, #daf4bf);

  border: 1px dashed #82d82b;
  border-radius: 5px;

}
.jyFooter {

  padding : 2rem 3rem;
  background: linear-gradient(#caf4f4, #b0e1e1);
}
.copyright {
  font-size: 12px;
  display: flex;
  justify-content: center; 
  padding-top : 1rem;
}
@media (max-width: 480px) {
  .jySchoolLogo {
    width: 35px;
  }
  .jySchoolName {
    width: 50%;
  }
  .jySubMenu {
    position : static;
    text-align : center;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .jySchoolLogo {
    width: 50px;
  }
  .jySchoolName {
    width: 50%;
  }
  .jySubMenu {
    position : static;
    text-align : center;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .jySubMenu {
    position : static;
    text-align : center;
  }
}
@media (min-width: 980px) and (max-width:1199px) {
  .jySubMenu {
    position : static;
    text-align : center;
  }
}
@media (min-width: 1200px) and (max-width:1919px) {
}
@media (min-width: 1920px) {
}
.topbtn {
  position: fixed;
  width: 40px;
  height: 40px;
  background: #72bcbc;
  opacity: 0.6;
  bottom: 2%;
  right: 1%;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  line-height: 35px;
  color: white;
  font-size: 30px;
}
.topbtn:hover {
  opacity: 0.9;
  color: white;
}












