@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
/* line 45, ../sass/template.sass */
*, html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-family: "Noto Sans TC", "serif";
  color: #595757;
}
/* line 49, ../sass/template.sass */
*:hover, html:hover, body:hover, div:hover, span:hover, applet:hover, object:hover, iframe:hover, h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover, p:hover, blockquote:hover, pre:hover, a:hover, abbr:hover, acronym:hover, address:hover, big:hover, cite:hover, code:hover, del:hover, dfn:hover, em:hover, img:hover, ins:hover, kbd:hover, q:hover, s:hover, samp:hover, small:hover, strike:hover, strong:hover, sub:hover, sup:hover, tt:hover, var:hover, b:hover, u:hover, i:hover, center:hover, dl:hover, dt:hover, dd:hover, ol:hover, ul:hover, li:hover, fieldset:hover, form:hover, label:hover, legend:hover, table:hover, caption:hover, tbody:hover, tfoot:hover, thead:hover, tr:hover, th:hover, td:hover, article:hover, aside:hover, canvas:hover, details:hover, embed:hover, figure:hover, figcaption:hover, footer:hover, header:hover, hgroup:hover, menu:hover, nav:hover, output:hover, ruby:hover, section:hover, summary:hover, time:hover, mark:hover, audio:hover, video:hover {
  cursor: pointer;
}

/* line 52, ../sass/template.sass */
a {
  transition: 0.5s;
}
/* line 54, ../sass/template.sass */
a:hover {
  text-decoration: none;
}

/* line 57, ../sass/template.sass */
body {
  overflow-x: hidden;
  overflow-y: auto;
}

@media (max-width: 1095px) {
  /* line 62, ../sass/template.sass */
  body {
    overflow-x: auto;
  }
}
/* line 65, ../sass/template.sass */
html, body {
  height: 100%;
  width: 100%;
}
/* line 68, ../sass/template.sass */
html .fixedfill, body .fixedfill {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: -1;
}
/* line 73, ../sass/template.sass */
html .basic, body .basic {
  background-image: url("../images/greenbg.png");
  background-position: center center;
  background-size: cover;
}
/* line 75, ../sass/template.sass */
html .light, body .light {
  background-image: url("../images/yellowbg.png");
  background-position: center center;
  background-size: cover;
}
/* line 77, ../sass/template.sass */
html .tree, body .tree {
  position: fixed;
  right: 4vw;
  bottom: 5vh;
  z-index: -1;
}
/* line 82, ../sass/template.sass */
html .school, body .school {
  position: fixed;
  left: 4vw;
  bottom: 5vh;
}
/* line 86, ../sass/template.sass */
html .school img, body .school img {
  max-width: 15vw;
}
/* line 88, ../sass/template.sass */
html .topTree, body .topTree {
  background-image: url("../images/topTree.png");
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 1vh 2rem 0 2rem;
}

/* line 93, ../sass/template.sass */
#app {
  width: 100%;
  height: 100%;
}
/* line 95, ../sass/template.sass */
#app .top-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 40px;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
}
/* line 105, ../sass/template.sass */
#app .top-nav .menutoggle {
  display: none;
}
/* line 107, ../sass/template.sass */
#app .top-nav .logo {
  display: none;
}
/* line 110, ../sass/template.sass */
#app .top-nav.active {
  background-image: url("../images/greenbg.png");
  background-position: center center;
  background-size: cover;
  background-position: 0 0;
  box-shadow: 3px 3px 10px 3px rgba(161, 226, 214, 0.28);
  height: 60px;
  padding: 10px;
  position: fixed;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
/* line 122, ../sass/template.sass */
#app .top-nav.active .logo {
  display: block;
  height: 35px;
}
/* line 125, ../sass/template.sass */
#app .top-nav.active .logo a {
  height: 100%;
}
/* line 127, ../sass/template.sass */
#app .top-nav.active .logo a img {
  height: 100%;
}
/* line 130, ../sass/template.sass */
#app .top-nav > * {
  margin: 5px;
}
/* line 132, ../sass/template.sass */
#app .top-nav .logout {
  display: inline-block;
}
/* line 134, ../sass/template.sass */
#app .top-nav .logout img {
  height: 30px;
}
/* line 136, ../sass/template.sass */
#app .top-nav .logout span {
  white-space: nowrap;
  vertical-align: middle;
}
/* line 139, ../sass/template.sass */
#app .top-nav .users {
  display: inline-block;
}
/* line 141, ../sass/template.sass */
#app .top-nav .users .avatar {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 30px;
}
/* line 146, ../sass/template.sass */
#app .top-nav .users .avatar img {
  height: 30px;
  width: 30px;
  padding: 2.5px;
  margin-left: 2.5px;
  border-radius: 50%;
}
/* line 152, ../sass/template.sass */
#app .top-nav .users .avatar img.default {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
/* line 158, ../sass/template.sass */
#app .top-nav .users .name {
  display: inline-block;
  vertical-align: middle;
}
/* line 162, ../sass/template.sass */
#app .top-nav .users .logout {
  width: 30px;
}
/* line 166, ../sass/template.sass */
#app .top-nav .panel {
  position: relative;
  box-shadow: none;
}
/* line 169, ../sass/template.sass */
#app .top-nav .panel ul {
  display: flex;
  padding: 0;
}
/* line 172, ../sass/template.sass */
#app .top-nav .panel ul li {
  list-style: none;
}
/* line 174, ../sass/template.sass */
#app .top-nav .panel ul li a {
  margin: 5px;
}
/* line 176, ../sass/template.sass */
#app .top-nav .panel ul li a svg {
  height: inherit;
  width: 30px;
  color: #595757;
}
/* line 180, ../sass/template.sass */
#app .top-nav .panel ul .hasMsg {
  position: relative;
}
/* line 182, ../sass/template.sass */
#app .top-nav .panel ul .hasMsg:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #FD7A81;
  right: 5px;
  top: 5px;
  border-radius: 50%;
}
/* line 191, ../sass/template.sass */
#app .top-nav .search {
  position: relative;
  display: inline;
}
/* line 195, ../sass/template.sass */
#app .top-nav .search input {
  width: 280px;
  height: 30px;
  border: none;
  background-color: rgba(255, 255, 255, 0.3);
  line-height: 1.2em;
  padding-left: 2.4em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  border-radius: 5px;
}
/* line 205, ../sass/template.sass */
#app .top-nav .search .search-btn {
  position: absolute;
  height: inherit;
  width: 30px;
  top: 0;
  left: 5px;
  padding: 0.05em;
}
/* line 212, ../sass/template.sass */
#app .main {
  padding: 0;
  display: flex;
  width: 100%;
  height: 100%;
}
/* line 217, ../sass/template.sass */
#app .main .borderline {
  height: 74vh;
  margin: 10vh 1% 0 0;
  border-right: 1px dashed #c9caca;
}
/* line 222, ../sass/template.sass */
#app .main .left .logo {
  width: 6rem;
  margin: auto;
  padding: 2rem 0;
}
/* line 226, ../sass/template.sass */
#app .main .left .logo a {
  display: block;
}
/* line 228, ../sass/template.sass */
#app .main .left .logo img {
  width: 100%;
}
/* line 231, ../sass/template.sass */
#app .main .left .avatar {
  width: 7rem;
  height: 7rem;
  margin: 0 auto;
  margin-top: 5rem;
  box-shadow: 3px 3px 10px 3px rgba(177, 158, 141, 0.28);
  border: 4px solid #fafafa;
  box-sizing: content-box;
}
/* line 238, ../sass/template.sass */
#app .main .left .avatar img {
  width: 100%;
  margin: 0 auto;
}
/* line 242, ../sass/template.sass */
#app .main .right {
  min-width: 920px;
  padding-top: 2rem;
}
/* line 246, ../sass/template.sass */
#app .main .right > .title {
  line-height: 2.3rem;
  color: #1D52A2;
  letter-spacing: 0.2rem;
  margin-left: 0.5rem;
}
/* line 252, ../sass/template.sass */
#app .title {
  font-size: 1.8rem;
  font-weight: 400;
}
/* line 256, ../sass/template.sass */
#app .titleIcon {
  width: 3rem;
}

/* line 261, ../sass/template.sass */
.light .container-fluid > .header {
  background-image: url("../images/topTree.png");
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 264, ../sass/template.sass */
#lightcasePage {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
/* line 268, ../sass/template.sass */
#lightcasePage .topTree {
  border-bottom: 1px solid;
}
/* line 272, ../sass/template.sass */
#lightcasePage .attendStatus .item {
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.5rem;
}
/* line 275, ../sass/template.sass */
#lightcasePage .attendStatus .item .item_title {
  color: #FFF;
}
/* line 278, ../sass/template.sass */
#lightcasePage .attendStatus .item.attend .item_title {
  background-color: #006837;
}
/* line 281, ../sass/template.sass */
#lightcasePage .attendStatus .item.no_attend .item_title {
  background-color: #1B8D60;
}
/* line 283, ../sass/template.sass */
#lightcasePage .attendStatus .item .amount, #lightcasePage .attendStatus .item .item_title {
  text-align: center;
}
/* line 285, ../sass/template.sass */
#lightcasePage .attendStatus .item .amount, #lightcasePage .attendStatus .item .memberList, #lightcasePage .attendStatus .item .item_title {
  padding: 0.8rem;
}
/* line 287, ../sass/template.sass */
#lightcasePage .activity_recode {
  margin-top: 1rem;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.8rem;
  width: 100%;
  min-height: 7rem;
}

/* line 10, ../sass/layout/_menu.sass */
.menuCover {
  overflow-y: hidden;
}

/* line 12, ../sass/layout/_menu.sass */
.menu {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  color: #FD7A81;
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
}
/* line 20, ../sass/layout/_menu.sass */
.menu a {
  text-decoration: none;
  position: relative;
}
/* line 24, ../sass/layout/_menu.sass */
.menu li {
  position: relative;
  font-weight: 500;
  list-style: none;
  line-height: 1.2rem;
  white-space: nowrap;
}
/* line 30, ../sass/layout/_menu.sass */
.menu img {
  height: 2.5rem;
}
/* line 34, ../sass/layout/_menu.sass */
.menu .menuItem > .active {
  margin-left: -3rem;
  padding-left: 3rem;
  font-weight: 600;
  width: calc(100% + 3rem);
}
/* line 40, ../sass/layout/_menu.sass */
.menu > li > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
/* line 45, ../sass/layout/_menu.sass */
.menu > li > div > .sub {
  padding: 0;
}
/* line 47, ../sass/layout/_menu.sass */
.menu > li > div > .sub a {
  color: #006837;
  font-weight: 400;
  opacity: 1;
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  position: relative;
  display: block;
}
/* line 54, ../sass/layout/_menu.sass */
.menu > li > div > span {
  display: flex;
  color: #1B8D60;
}
/* line 57, ../sass/layout/_menu.sass */
.menu > li > div > span > span, .menu > li > div > span a, .menu > li > div > span i {
  width: 7rem;
  height: 2.5rem;
  color: #006837;
  letter-spacing: 0.1rem;
  line-height: 2.5rem;
  margin-left: 10px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1rem;
}
/* line 66, ../sass/layout/_menu.sass */
.menu > li > div > span i {
  font-size: 1.5rem;
  width: unset;
}
/* line 71, ../sass/layout/_menu.sass */
.menu > li > div .sub {
  position: relative;
  display: flex;
  flex-direction: column;
}
/* line 75, ../sass/layout/_menu.sass */
.menu > li > div .sub > li {
  padding: 0.5rem;
  padding-left: 4rem;
  color: #006837;
  font-weight: 400;
  opacity: 1;
  margin-left: -1rem;
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  position: relative;
}
/* line 86, ../sass/layout/_menu.sass */
.menu .pl-5 a {
  font-size: 1.2rem;
  line-height: 2.4rem;
}
/* line 91, ../sass/layout/_menu.sass */
.menu .sub li.active {
  border-left: 0.3rem solid #FF9B8A;
}
/* line 93, ../sass/layout/_menu.sass */
.menu .sub li.active a {
  left: 8%;
  color: #FD7A81;
}
/* line 97, ../sass/layout/_menu.sass */
.menu .sub li:hover a {
  color: #FD7A81;
}
/* line 102, ../sass/layout/_menu.sass */
.menu .menuItem > div:hover > span span, .menu .menuItem > div:hover > span > a, .menu .menuItem > div:hover > span > i, .menu .menuItem > div.active > span span, .menu .menuItem > div.active > span > a, .menu .menuItem > div.active > span > i {
  color: #FD7A81;
}
