html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  font-family: AbhayaLibreRegular;
}
img {
  display: block;
}

.wrap {
  height: 100%;
  overflow: auto;
  background-color: #050A11;
}

.content {
  height: 56.40625vw;
  background-image: url('../../img/menu/bg.png');
  background-size: 100% 100%;
  /* font-family: AbhayaLibreRegular; */
  padding-top: 7.427083vw;
}

.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 10.10416vw;
  margin-bottom: 2.625vw;
}

.logo {
  /* width: 47.34375vw; */
  width: 20vw;
  /* margin: 0 auto; */
}

.logo img {
  width: 100%;
}

.tabs {
  display: flex;
  justify-content: center;
  /* margin-bottom: 5.625vw; */
}

.tabs .tab {
  width: 7.1875vw;
  height: 7.1875vw;
  margin-right: 5.57291vw;
  cursor: pointer;
}

.tabs .tab:nth-last-of-type(1) {
  margin-right: 0;
}

.tabs .tab img {
  width: 100%;
  height: 100%;
}

.tabs .tab .tab1,
.tab2-s {
  display: none;
}

.card {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-left: 10.10416vw;
}

.card .card-item {
  width: 23.0208vw;
  height: 30.67708vw;
  margin-right: 4.947916vw;
  margin-bottom: 4.79166vw;
  position: relative;
  overflow: hidden;
}

.card .card-item img {
  width: 100%;
  height: 100%;
}

.card .card-item:nth-of-type(3n) {
  margin-right: 0;
}

.card .card-item .name {
  font-size: 1.875vw;
  line-height: 2.96875vw;
  color: #ffffff;
  box-sizing: border-box;
  padding-top: 2.5vw;
  padding-left: 2.34375vw;
  padding-bottom: 2.5vw;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.card .card-item .text {
  background-image: url('../../img/menu/pop.png');
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 0 1.5520vw;
  padding-top: 3.7520vw;
  z-index: 100;
  transition: all 0.35s;
}

.card .card-item .text .title {
  width: 100%;
  color: #ffffff;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  font-size: 2.5vw;
  margin-bottom: 2.5vw;
}

.card .card-item .text .text-info {
  font-size: 1.34166vw;
  line-height: 1.8vw;
  color: #ffffff;
  text-align: left;
}

.card .card-item:hover .name {
  display: none;
}

.card .card-item:hover .text {
  top: 4vw;
}

.footer {
  background-color: #050A11;
  padding-top: 1.8020vw;
}

.footer .foot {
  font-weight: 400;
  font-size: 1.6666vw;
  color: #FFFFFF;
  line-height: 3.64583vw;
  text-align: center;
}

.footer .foot-menu .swiper-container-footer {
  height: 34.01041vw;
}

.footer .menu-text {
  color: #D9CEA1;
  font-size: 1.77083vw;
  font-family: AbhayaLibreRegular;
  display: flex;
  justify-content: center;
}

.footer .menu-text div {
  line-height: 2.8125vw;
  padding: 0 1.5625vw;
  cursor: pointer;
}