.mainAppBar {
  position: fixed;
  top: 0;
  max-width: 480px;
  width: 100%;
  height: 60px;
  padding: 0 10px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1000;
  background-color: #070707;
  /* 0908 */
  max-width: 950px;
}
.mainAppBar__logo img {
  width: 105px;
}
.mainAppBar__global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.backAppBar {
  position: fixed;
  top: 0;
  max-width: 480px;
  width: 100%;
  height: 60px;
  padding: 0 10px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1000;
  background-color: #070707;
  /* 0908 */
  max-width: 950px;
}
.backAppBar__back-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.backAppBar__back-btn img {
  width: 40px;
  height: 40px;
}
.backAppBar__title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  color: #fcfcfc;
}
.backAppBar__my-page-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.backAppBar__my-page-btn img {
  width: 40px;
  height: 40px;
}
.backAppBar__global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.backAppBar__global-nav a {
  display: block;
}
.backAppBar__title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  padding: 0 100px 0 100px;
  line-height: 1.2;
  pointer-events: none;
}

.bottomNaviBar {
  position: fixed;
  bottom: 0;
  max-width: 480px;
  width: 100%;
  background-color: #070707;
  border-radius: 20px 20px 0 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 20px 30px 20px;
  -webkit-box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.1);
  /* 0908 */
  max-width: 950px;
}
.bottomNaviBar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.bottomNaviBar__item {
  width: 20%;
}
.bottomNaviBar__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
.bottomNaviBar__link .bottomNaviBar__on-img {
  display: none;
}
.bottomNaviBar__link.active .bottomNaviBar__off-img {
  display: none;
}
.bottomNaviBar__link.active .bottomNaviBar__on-img {
  display: block;
}
.bottomNaviBar__link.active * {
  color: #79B8DE;
}
.bottomNaviBar__link * {
  color: #fcfcfc;
}
.bottomNaviBar__link .bottomNaviBar__text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}/*# sourceMappingURL=navigation.css.map */