* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

.no-js {
  display: none;
}

#wrap {
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

a {
  color: #000;
  cursor: pointer;
}

/* header */
header {
  width: 17rem;
  height: 100%;
  background-color: #eee;
  z-index: 999999;
  /* position: absolute !important; */
}

header .search {
  padding: 1.2em;
  text-align: center;
}

header .search input {
  width: 96%;
  padding: 1.2em 1.6em;
  border-radius: 10px;
  border: none;
  outline: none;
  font-size: 0.9em;
}

header .search input::placeholder {
  color: #8f8f8f;
}

header nav {
  /* display: flex; */
  overflow-y: auto;
  width: 17rem;
  height: 87%;
}

header nav > ul > li {
  width: 15rem;
}

header nav::-webkit-scrollbar {
  /* display: none; */
  background-color: #eee;
  width: 0.6em;
}

header nav::-webkit-scrollbar-track {
  display: none;
}

header nav::-webkit-scrollbar-thumb {
  background-color: #8f8f8f;
  border-radius: 10px;
}

.active {
  display: none;
}

header nav > ul {
  padding: 0.4em 1em;
  margin: 0 !important;
  /* border: 1px solid #000; */
}

.region-menu {
  display: flex;
  justify-content: space-between;
  padding: 0.8em 0;
  border-bottom: 1px solid #8f8f8f;
  cursor: pointer;
}

.region-menu span {
  font-size: 1.2em;
}

.active {
  display: block;
}

.region-list {
  width: 80%;
  margin: 0 auto;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.region-list span {
  padding: 0.8em;
  margin: 0.6em 0.4em;
  background-color: #37acff;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  font-size: 0.8em;
  display: block;
}

.ham-none {
  display: none !important;
}

.ham-menu {
  position: absolute;
  top: 0.8%;
  left: 2%;
  z-index: 999;
  display: flex;
  flex-direction: column;
}

.ham-menu span {
  background-color: #fff;
  border-radius: 5px;
  padding: 0.2em 1.2em;
  margin: 0.2em 0;
}

.manul {
  position: absolute;
  z-index: 9999999;
  color: rgb(255, 255, 255);
  top: 1.6%;
  right: 1.8%;
  cursor: pointer;
}

.manul .fa {
  font-size: 1.8em;
}

.top {
  position: absolute;
  bottom: 10%;
  right: 2.6%;
  z-index: 9999999;
  padding: 0.5em 0.7em;
  background-color: #eee;
  border-radius: 5px;
}

/* main */
#main {
  width: 100%;
  height: 100%;
  display: flex;
  /* position: relative; */
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
  overflow-x: hidden;
  /* overflow: hidden; */
}

#main::-webkit-scrollbar {
  width: 0.4em;
}

#main::-webkit-scrollbar-thumb {
  background-color: #8f8f8f;
  border-radius: 10px;
}

.main-header h1,
.main-footer h1 {
  padding: 0.23em 0;
  text-align: center;
  background-color: #37acff;
  color: #fff;
  font-weight: 500;
  margin: 0 !important;
  font-size: 2rem !important;
}

.container h2 {
  text-align: center;
}

.main-footer h1 {
  padding: 0.8em 0;
  font-size: 1.25em !important;
}

.u-section-2 .u-sheet-1 {
  min-height: unset !important;
}

.u-text.u-text-default.u-text-1 {
  padding: 0.4rem;
}

.u-section-2 .u-text-2 {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  margin: 61px 0 0 !important;
}

.u-text-2,
.u-text-4,
.u-text-6,
.u-text-7,
.u-text-8,
.u-text-9,
.u-text-10,
.u-text-11 {
  font-size: 1rem !important;
  font-weight: 400 !important;
}

/* 
.u-container-layout-2 .u-text-6,
.u-container-layout-2 .u-text-7,
.u-container-layout-2 .u-text.u-text-default.u-text-4,
.u-container-layout-2 .u-text-11 {
    font-size: 2.25rem !important;
    font-weight: 700 !important;
    margin: 0 !important;
}

.u-container-layout-3 .u-text-10,
.u-container-layout-3 .u-text-12,
.u-container-layout-3 .u-text-14,
.u-container-layout-3 .u-text-15,
.u-container-layout-3 .u-text.u-text-default.u-text-11 {
    font-size: 2.25rem !important;
    font-weight: 700 !important;
    margin: 0 !important;
}

.u-container-layout-3 .u-text-11,
.u-container-layout-3 .u-text-12 {
    font-size: 1rem !important;
    font-weight: 500 !important;
    margin-top: 7px !important;
} */

.u-section-2 .u-image-4 {
  /* width: 570px; */
  height: 424px;
  margin: 22px auto 0 0;
}

.u-section-2 .u-image-3 {
  /* width: 570px !important; */
  height: unset !important;
  margin: 0 auto 0 0;
}

.u-section-2 .u-image-1 {
  /* width: 540px !important; */
  height: unset !important;
  margin: 38px auto 0 0 !important;
}

.u-section-2 .u-image-2 {
  /* width: 570px !important; */
  height: unset !important;
  margin: 0 auto 0 0 !important;
}

.u-section-2 .u-image-2,
.u-section-2 .u-image-3,
.u-section-2 .u-image-6,
.u-section-2 .u-image-5,
.u-section-2 .u-image-4,
.u-section-2 .u-image-7,
.u-section-2 .u-image-8,
.u-section-2 .u-image-9,
.u-section-2 .u-image-10,
.u-section-2 .u-image-11,
.u-section-2 .u-image-12,
.u-section-2 .u-image-13 {
  width: 500px;
  height: unset !important;
  margin: 0 570px 0 0;
}

@media screen and (max-width: 890px) {
  header {
    left: -17rem;
  }

  #main {
    position: absolute;
  }

  .ham-menu {
    left: 2.4%;
  }

  .top {
    bottom: 15%;
  }

  .manul {
    right: 3%;
  }
}

@media screen and (max-width: 1450px) {
  /* #main{
        width: 80%;
    } */

  .u-section-2 {
    width: 95%;
    margin: 0 auto;
  }

  .u-sheet-1,
  .u-sheet-1 {
    width: 100% !important;
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-image-3,
  .u-section-2 .u-image-2,
  .u-section-2 .u-image-1 {
    width: 278px !important;
    height: 303px;
  }

  .u-section-2 .u-image-6,
  .u-section-2 .u-image-5,
  .u-section-2 .u-image-4,
  .u-section-2 .u-image-7,
  .u-section-2 .u-image-8,
  .u-section-2 .u-image-9,
  .u-section-2 .u-image-10,
  .u-section-2 .u-image-11,
  .u-section-2 .u-image-12,
  .u-section-2 .u-image-13 {
    width: 278px !important;
    /* height: 300px !important; */
  }

  .u-section-2 .u-tabs-1 {
    min-height: unset !important;
  }

  /* .container h2{
        font-size: 1rem !important;
    } */

  .main-section {
    height: unset !important;
  }

  #main::-webkit-scrollbar,
  header nav::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera*/
  }
}

@media screen and (max-width: 300px) {
  .container h2 {
    font-size: 0.8rem !important;
  }

  .main-footer h1 {
    font-size: 0.8rem !important;
  }
}
