body {
  font-size: 12px;
}

.all {
  font-family: PingFangTC-Regular, "Microsoft JhengHei", sans-serif;
  position: absolute;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  min-width: 900px;
  max-width: 1600px;
}

.link {
  cursor: pointer;
}

.header {
  position: absolute;
  position: relative;
  width: 100%;
  height: 180px;
  margin-top: 0px;
  left: 0px;
  text-align: center;
  overflow: hidden;
  z-index: 400;
}

.funday_logo_B {
  float: left;
  /*background: url(../../library/images/funday_logo.png); */
  background: url(../../../self-study/images/FUNDAY_LOGO_B.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 30px;
  margin-left: 40px;
  margin-top: 12.5px;
  width: 142px;
  height: 60px;
}

.header-Title {
  float: right;
  background: url(../images/title.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  margin-right: 40px;
  margin-top: 12.5px;
  width: 282px;
  height: 60px;
}

.TitleBar {
  position: absolute;
  position: relative;
  width: 100%;
  height: 34px;
  border-radius: 2px;
  background-color: #f3f3f3;
  box-shadow: inset 0px 2px 2px 0 rgba(0, 0, 0, 0.02);
  top: 20px;
  left: 0px;
  text-align: center;
  overflow: hidden;
  z-index: 400;
}

.levels_Layer {
  height: 34px;
  font-family: KozMinPro;
  font-size: 27.9px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0.7px;
  border-radius: 2px;
  text-align: center;
  text-shadow: 2px 0 4px rgba(0, 0, 0, 0.09);
  cursor: pointer;
}

.levels1 {
  opacity: 1;
  background-color: #534e3b;
  color: #ffffff;
}

.levels2 {
  /*opacity: 0.6; */
  color: rgba(83, 78, 59, 0.6);
}
.levels2:hover {
  color: #534e3b;
}

.box {
  font-size: 1.25rem;
  color: #fff;
  display: none;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  min-width: 900px;
}
.box.active {
  display: block;
}

.box-title {
  text-align: center;
}
.box-title span {
  display: inline-block;
  font-size: 0.96875rem;
  color: #888;
  padding: 10px;
  border-bottom: 1px solid #888;
}

.box-subtitle {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 45px;
}

.is-c3 .b {
  width: 430px;
}

.is-c4 .b {
  width: 530px;
}

.is-c5 .b {
  width: 630px;
}

.is-c6 .b {
  width: 730px;
}

.is-c7 .b {
  width: 830px;
}

.b {
  display: flex;
  margin: 0 auto;
  border: solid 1px #ddd;
  overflow: hidden;
  border-radius: 4px;
}
.b + .b {
  margin-top: 40px;
}

.c {
  line-height: 39px;
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
}

.cl {
  width: 130px;
  border-right: solid 1px #ddd;
}
.cl .r:first-child {
  background-color: #f64768;
}
.cl .r:first-child .c {
  color: #fff;
}
.cl .c {
  color: #f64768;
  width: 100%;
}

.cr {
  width: calc( 100% - 130px );
}
.cr .r {
  display: flex;
}
.cr .r:nth-child(even) {
  background-color: #ffecee;
}
.cr .c {
  color: #f64768;
  width: 100px;
  border-right: solid 1px #ddd;
  letter-spacing: 3px;
}
.cr .c:last-child {
  border: none;
}

.rt .c {
  color: #888 !important;
  letter-spacing: 0.2px;
}

.is-dk .cl .r:first-child {
  background-color: #333;
}
.is-dk .cl .c {
  color: #000;
}
.is-dk .cr .r:nth-child(even) {
  background-color: #eaeaea;
}
.is-dk .cr .c {
  color: #000;
  letter-spacing: 0.2px;
}

.g {
  background-color: #3092ca !important;
}
.g .c {
  color: #fff !important;
}

/*# sourceMappingURL=about.css.map */
