 /* ============================================================
COLOR Definition
============================================================ */
@media (max-width: 970px) {
    body {
        max-width:unset !important; 
        width: unset !important; 
        overflow-x:unset; 
    }
}
hr{
	width:100%;
}
main {
  width: 100%;
  position: relative;
  margin: 88px auto;
  max-width: 1100px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: calc(100vh - 176px - 412px);
}

@media screen and (min-width: 768px) {
  main {
    width: 90%;
    margin: 120px auto;
    min-height: calc(100vh - 190px - 240px);
  }
}

.term-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(18, 23, 44, 0.7);
  position: fixed;
  top: 85px;
  left: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .term-menu {
    width: 200px;
    position: -webkit-sticky;
    position: sticky;
    display: block;
    padding: 32px 26px;
    border-radius: 8px;
    background: #131D47;
    top: 120px;
  }
}

.term-menu .term-menu-item {
  width: 32%;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .term-menu .term-menu-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .term-menu .term-menu-item:nth-last-child(1) {
    margin-bottom: 0;
  }
}

.term-menu .term-menu-item a {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}

.term-menu .term-menu-item .term-menu-triangle {
  width: 6px;
  position: relative;
  opacity: 0;
}

.term-menu .term-menu-item .term-menu-triangle img {
  width: 6px;
  position: relative;
  vertical-align: center;
}

.term-menu .term-menu-item p {
  width: calc(100% - 10px);
  position: relative;
  font-size: .9375em;
  font-weight: 400;
  color: #A3B2BF;
  text-align: center;
  white-space:nowrap;
}

@media screen and (min-width: 768px) {
  .term-menu .term-menu-item p {
    text-align: left;
  }
}

.term-menu .term-menu-item.active .term-menu-triangle {
  opacity: 1;
}

.term-menu .term-menu-item.active p {
  color: #fff;
  font-weight: 700;
}

.term-content {
  width: 90%;
  position: relative;
  margin: 46px auto 0;
  color: #A3B2BF;
}

@media screen and (min-width: 768px) {
  .term-content {
    width: calc(100% - 300px);
    margin: 0 auto;
    max-height: calc(100vh - 120px);
    overflow: auto;
    padding: 0 10px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.term-content::-webkit-scrollbar {
  width: 5px;
}

.term-content::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0);
}

.term-content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0);
  border-radius: 10px;
}

.term-content::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0);
}

.term-content h1 {
  width: 100%;
  position: relative;
  margin: 10px auto;
  color: #A3B2BF;
  font-size: 1.625em;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .term-content h1 {
    font-size: 1.875em;
  }
}

.term-content ul li {
  margin: 5px 0;
}

.term-content ul li a {
  color: #00afeb;
  text-decoration: underline;
}

.term-content ul.li, .term-content p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6em;
  text-align: justify;
}

.term-content ul.tra-Chinese {
  list-style: trad-chinese-informal;
}

.term-content ul.tra-Chinese > li {
  list-style: trad-chinese-informal;
  margin: 20px 0 5px;
  margin-left: 4em;
  font-size: 14px;
}

.term-content ul.decimal {
  list-style: decimal;
}

.term-content ul.decimal > li {
  list-style: decimal;
  margin-left: 1.2em;
  font-size: 14px;
}

.term-content ul.disc {
  list-style: disc;
}

.term-content ul.disc > li {
  list-style: disc;
  margin-left: 1.2em;
  font-size: 14px;
}

.term-content ul.lower-alpha {
  list-style: lower-alpha;
}

.term-content ul.lower-alpha > li {
  list-style: lower-alpha;
  margin-left: 1.2em;
  font-size: 14px;
}
/*# sourceMappingURL=terms.css.map */