@import url("font-family.css");
* {
  padding: 0;
  margin: 0;
}

body {
  background-color: #000;
}

.mar_75 {
  padding-top: 30px;
  margin: 0 75px;
}

::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* make scrollbar transparent */
}

.list {
  font-family: "RalewayMedium";
}

.container-fluid {
  height: 100vh;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.container-fluid .show {
  height: 40px;
}
.container-fluid .row .top_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -30px;
}
.container-fluid .row .top_bar .ourLogo {
  cursor: pointer;
}
.container-fluid .row .top_bar .ourLogo .logoImage {
  width: 105px;
  height: 105px;
}
.container-fluid .row .top_bar .close_btn {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  border: 2px solid #F6F6F6;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s ease;
}
.container-fluid .row .top_bar .close_btn .X_icon {
  font-family: "RalewayMedium";
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  transition: all 0.8s ease;
  color: #F6F6F6;
  background-color: transparent;
}
.container-fluid .row .top_bar .close_btn:hover {
  color: #000000;
  background-color: #F6F6F6;
}
.container-fluid .row .top_bar .close_btn:hover .X_icon {
  font-family: "RalewayMedium";
  padding: 0;
  margin: 0;
  font-weight: 700;
  transform: rotate(180deg);
  font-size: 20px;
  color: #000000;
  background-color: transparent;
}
.container-fluid .menu {
  position: relative;
}
.container-fluid .menu .menuColum {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50%;
  width: 100%;
}
.container-fluid .menu .menuColum .menu_container {
  display: flex;
  color: #F6F6F6;
  margin: 20px auto;
  padding: 10px;
}
.container-fluid .menu .menuColum .menu_container .img-content {
  position: relative;
  top: 100px;
  height: 369px;
  overflow: scroll !important;
  float: left;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  display: inline-block;
  white-space: nowrap;
  scroll-snap-type: y mandatory;
}
.container-fluid .menu .menuColum .menu_container .img-content .areas {
  margin: 20px 0;
}
.container-fluid .menu .menuColum .menu_container .menuName {
  position: relative;
  top: 100px;
}
.container-fluid .menu .menuColum .menu_container .navName {
  list-style-type: none;
  line-height: 2.3;
  color: #707070;
  font-size: 31px;
  cursor: pointer;
}
.container-fluid .menu .menuColum .menu_container .navName .active {
  color: #F6F6F6;
}
.container-fluid .menu .menuColum .menu_container .list:hover {
  color: #F6F6F6;
}
.container-fluid .menu .menuColum .menu_container .menuDetail {
  scroll-snap-type: y mandatory;
  display: inline-block;
  overflow: scroll !important;
  position: relative;
  white-space: nowrap;
  height: 400px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  max-height: 100%;
  position: relative;
  top: 100px;
}
.container-fluid .menu .menuColum .menu_container .menuDetail .area {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 20px;
  scroll-snap-align: start;
  height: 100%;
  color: #b8b0b0;
}
.container-fluid .menu .menuColum .menu_container .menuDetail .area .listContent {
  display: flex;
  font-family: "RalewayMedium";
  flex-direction: row;
  align-items: center;
  padding-bottom: 2.3rem;
}
.container-fluid .menu .menuColum .menu_container .menuDetail .area .listContent a {
  text-wrap: wrap;
  color: #707070;
  font-size: 17px;
  font-family: "RalewayMedium";
  text-decoration: none;
}
.container-fluid .menu .menuColum .menu_container .menuDetail .area .listContent a:hover {
  color: #F6F6F6;
}

.desktop .bottom_bar {
  position: absolute;
  bottom: 30px;
  display: flex;
  left: 50%;
  transform: translate(-50%, 0);
}
.desktop .bottom_bar .icon_img {
  margin: 0 15px;
  width: 30px;
  height: 30px;
}

.mobile {
  display: none;
  max-height: 100vh;
  overflow: hidden;
}
.mobile .mar_75 {
  padding-top: 30px;
  margin: 0 25px;
}
.mobile .row .top_bar {
  margin-top: -30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile .row .top_bar .ourLogo {
  cursor: pointer;
}
.mobile .row .top_bar .ourLogo .logoImage {
  width: 70px;
  height: 70px;
}
.mobile .row .top_bar .close_btn {
  width: 40px;
  height: 40px;
  display: flex;
  z-index: 99;
  justify-content: center;
  align-items: center;
  border: 2px solid #F6F6F6;
  border-radius: 50%;
  margin-top: 10px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.mobile .row .top_bar .close_btn .X_icon {
  font-family: "RalewayMedium";
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  transition: all 0.8s ease;
  color: #F6F6F6;
  background-color: transparent;
}
.mobile .row .top_bar .close_btn:hover {
  color: #000000;
  background-color: #F6F6F6;
}
.mobile .row .top_bar .close_btn:hover .X_icon {
  font-family: "RalewayMedium";
  padding: 0;
  margin: 0;
  font-weight: 700;
  transform: rotate(180deg);
  font-size: 20px;
  color: #000000;
  background-color: transparent;
}
.mobile .navigation_container {
  height: 65vh;
  overflow-y: scroll;
  margin-top: 30px;
  color: #F6F6F6;
}
.mobile .navigation_container .accordion-body {
  background-color: #000;
}
.mobile .navigation_container .accordion-item {
  background-color: #000;
  border: none;
  padding: 0 0 25px 0;
}
.mobile .navigation_container .accordion-body {
  padding: 0;
}
.mobile .navigation_container .nav_outer .nav_title {
  cursor: pointer;
  font-family: "RalewayMedium";
  font-size: 30px;
  margin: 0;
  color: #F6F6F6;
}
.mobile .navigation_container .nav_inner {
  height: -moz-max-content;
  height: max-content;
  color: #F6F6F6;
}
.mobile .navigation_container .nav_inner .nav_items {
  margin: 18px 10px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: "RalewayRegular";
}
.mobile .navigation_container .nav_inner .nav_color {
  width: 30px;
  height: 30px;
  margin: 10px;
}
.mobile .navigation_container .nav_inner .nav_sub_title {
  cursor: pointer;
  margin: 0;
}
.mobile .bottom_bar {
  position: absolute;
  bottom: 20px;
  height: 70px;
  padding: 25px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.mobile .bottom_bar .icon_img {
  margin: 0 15px;
  width: 30px;
  height: 30px;
}
.mobile .bg_purple {
  background-color: #372861;
}
.mobile .bg_green {
  background-color: #9FAF35;
}
.mobile .bg_blue {
  background-color: #63C3C7;
}
.mobile .bg_light_red {
  background-color: #FD7F64;
}
.mobile .bg_low_light_red {
  background-color: #ffb7a7;
}
.mobile .bg_red {
  background-color: #D65353;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu_container .menuName .navName {
    font-size: 26px !important;
  }
  .menu_container .menuDetail .area {
    height: 101% !important;
  }
}
@media screen and (max-height: 699px) {
  .menuDetail {
    top: 50px !important;
  }
  .menuName {
    top: 50px !important;
  }
  .img-content {
    top: 50px !important;
  }
}
@media only screen and (max-width: 768px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
}
.rotate {
  display: none;
}

@media screen and (max-width: 700px) and (orientation: landscape) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: none !important;
  }
  .rotate {
    display: block !important;
  }
  .rotate .turn_img {
    width: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100vh;
  }
}/*# sourceMappingURL=navigation.css.map */