.content-pad-margin[data-v-3cbfc4a1] {
  margin: 0 1rem;
  border: 1px solid #006cff;
  padding: 1rem 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.about-menu-box[data-v-3cbfc4a1] {
  font-family: D-DIN;
  position: -webkit-sticky;
  position: sticky;
  background-color: #fff;
  width: 100%;
  z-index: 9;
}
.current-module[data-v-3cbfc4a1] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.current-module .current-module-name[data-v-3cbfc4a1] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #0a418c;
    font-family: D-DIN-Bold;
}
.current-module .icon[data-v-3cbfc4a1] {
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 8px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.current-module .icon[data-v-3cbfc4a1]::before, .current-module .icon[data-v-3cbfc4a1]::after {
      content: '';
      display: block;
      position: absolute;
      background-color: #006cff;
      -webkit-transition: all 0.2s 0.2s;
      transition: all 0.2s 0.2s;
}
.current-module .icon[data-v-3cbfc4a1]::before {
      width: 100%;
      height: 1px;
      top: calc(50% - 0.5px);
      left: 0;
}
.current-module .icon[data-v-3cbfc4a1]::after {
      width: 1px;
      height: 100%;
      left: calc(50% - 0.5px);
      top: 0;
}
.current-module .showIcon[data-v-3cbfc4a1] {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.current-module .showIcon[data-v-3cbfc4a1]::before {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
}
.current-module .showIcon[data-v-3cbfc4a1]::after {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
}
.hideTopBorder[data-v-3cbfc4a1] {
  border-top-color: transparent;
}
.transitionWrap-abs[data-v-3cbfc4a1] {
  position: absolute;
  width: 100%;
}
.about-menu-list[data-v-3cbfc4a1] {
  border-bottom: 1px solid #006cff;
  background-color: #fff;
}
.about-menu-list .about-menu-item[data-v-3cbfc4a1] {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #0a418c;
    padding: 0.75rem 0;
}
.about-menu-list .active[data-v-3cbfc4a1] {
    color: #006cff;
    font-family: D-DIN-Bold;
}

