@charset "UTF-8";
/* color */
.term-wrapper .app-content-container {
  max-width: 1100px;
  padding-top: 200px;
}
.term-wrapper .tab-section {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 10px;
  overflow-x: auto;
}
.term-wrapper .tab-section .tab-item {
  width: calc(50% - 5px);
  height: 62px;
  font-size: 20px;
  font-weight: 700;
  color: #6d767e;
  background: #1b1e22;
}
.term-wrapper .tab-section .tab-item:nth-child(n+2) {
  margin-left: 10px;
}
.term-wrapper .tab-section .tab-item.active {
  color: #ffffff;
  background: #33363b;
}
.term-wrapper .term-content-section {
  height: 1100px;
  padding: 50px;
  margin-bottom: 100px;
  background: #33363b;
  overflow-y: auto;
}
.term-wrapper .term-content {
  display: none;
  font-size: 14px;
  line-height: 1.4;
}
.term-wrapper .term-content.active {
  display: block;
}
.term-wrapper .term-content .title {
  font-size: 14px;
  font-weight: 700;
}
.term-wrapper .term-content .title:nth-child(n+2) {
  margin-top: 22px;
}
.term-wrapper .term-content .term-desc .ol-1depth {
  color: #dadfe3;
}
.term-wrapper .term-content .term-desc .ol-1depth > li {
  list-style: decimal;
  margin-left: 14px;
}
.term-wrapper .term-content .term-desc .ol-1depth .ul-2depth > li {
  position: relative;
  margin-left: 32px;
}
.term-wrapper .term-content .term-desc .ol-1depth .ul-2depth > li::before {
  position: absolute;
  content: "•";
  top: 0;
  left: -14px;
}
.term-wrapper .term-content .term-desc .page-link {
  display: inline-block;
  text-decoration: underline;
}
.term-wrapper .term-content .term-desc strong {
  display: block;
  font-weight: 700;
}

.term-wrapper {
  height: 100%;
}

.term-wrapper .term-content {
  height: 100%;
}

.term-wrapper .term-content iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.term-wrapper .term-content iframe html, .term-wrapper .term-content iframe body {
  background: transparent;
}

.term-wrapper .tab-section button {
  min-width: -moz-fit-content;
  min-width: fit-content;
  text-wrap: nowrap;
  padding: 0 20px;
}

@media (max-width: 1200px) {
  .term-wrapper .app-content-container {
    max-width: 1000px;
  }
}
@media (max-width: 1080px) {
  .term-wrapper .app-content-container {
    max-width: 680px;
    padding-top: 160px;
  }
  .term-wrapper .term-content-section {
    height: 800px;
    margin-bottom: 68px;
  }
}
@media (max-width: 767px) {
  .term-wrapper .app-content-container {
    max-width: 360px;
    padding-top: 86px;
  }
  .term-wrapper .tab-section {
    margin-bottom: 8px;
  }
  .term-wrapper .tab-section .tab-item {
    height: 48px;
    font-size: 16px;
  }
  .term-wrapper .term-content-section {
    height: 560px;
    padding: 24px;
    margin-bottom: 28px;
  }
}
@media (max-width: 414px) {
  .term-wrapper .app-content-container {
    max-width: 290px;
    padding-top: 80px;
  }
  .term-wrapper .tab-section .tab-item {
    height: 48px;
    font-size: 14px;
  }
  .term-wrapper .term-content-section {
    height: 400px;
    padding: 14px;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=term.css.map */