@charset "utf-8";

/* Scroll bar */
::-webkit-scrollbar {
  width: 3px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #fff;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  width: 3px;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}

::-webkit-scrollbar-thumb:active {
  background: #888;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
}

body {
  background: #fff;
  font-family: 'Noto Sans TC', Helvetica, Arial, 微軟正黑體, sans-serif;
  font-size: 15px;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}

button:focus {
  outline: 0;
}

a, a:hover, a:focus {
  color: #16a20d;
  cursor: pointer;
  text-decoration: none;
}

a:focus {
  outline: none;
}

#wrapper {
  padding: 35px 15px 15px 15px;
  max-width: 768px;
  margin: 0 auto;
}

/* Language switcher */
#language {
  text-align: right;
}

#language .btn-switch {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: #ccc;
  color: #fff;
  display: inline-block;
  position: relative;
}

#language .btn-switch span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#language .btn-switch.eng {
  font-size: 13px;
}

/* Content */
#content {
  background: #fff;
  line-height: 1.8;
}

#content .header .text {
  color: #16a20d;
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 200;
}

#content .header img {
  width: 50px;
  display: block;
  margin: 0 auto 5px;
}

#content .title {
  color: #16a20d;
  font-size: 19px;
}

#content .title {
  margin-top: 40px;
  margin-bottom: 0;
}

#content .sub-title {
  font-weight: bold;
  margin-top: 20px;
}

#content ul {
  padding-left: 22px;
}

#content li+li {
  margin-top: 20px;
}

#content .last-update {
  font-size: 12px;
  color: #999;
  margin-top: 40px;
}

#content .detail {
  margin-top: -10px;
  color: #777;
}

#content .title+.detail {
  margin-top: 15px;
}

.teacherApp #content .header .text,
.teacherApp #content .title
{
  color: #117ddc;
}

.studentApp #content .header .text,
.studentApp #content .title
{
  color: #dc8a06;
}

.pl #content .header .text,
.pl #content .title
{
  color: #2e93da;
}

.dki #content .header .text,
.dki #content .title
{
  color: #017e8c;
}

.biz-member #content .header .text,
.biz-member #content .title
{
  color: #099793;
}

.biz-staff #content .header .text,
.biz-staff #content .title
{
  color: #df4431;
}

.teacherApp #content .header img
{
  -webkit-filter: sepia(400%) hue-rotate(160deg);
  filter: sepia(400%) hue-rotate(160deg);
}

.studentApp #content .header img
{
  -webkit-filter: sepia(300%) hue-rotate(320deg);
  filter: sepia(300%) hue-rotate(320deg);
}

.pl #content .header img
{
  -webkit-filter: sepia(400%) hue-rotate(170deg) saturate(110%) brightness(115%) contrast(150%);
  filter: sepia(400%) hue-rotate(170deg) saturate(110%) brightness(115%) contrast(150%);
}

.dki #content .header img
{
  -webkit-filter: invert(0%) sepia(100%) saturate(100%) hue-rotate(133deg) brightness(100%) contrast(90%);
  filter: invert(0%) sepia(100%) saturate(100%) hue-rotate(133deg) brightness(100%) contrast(90%);
}
