body {
  margin: 0;
  padding: 0;
  background-color: #F9FAFB;
  font-size: 3.6vw;
}
[v-cloak] {
  display: none;
}
.click {
  transition: transform 0.3s ease;
  cursor: pointer;
}
.click:active {
  transform: scale(0.8);
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 14.5vw;
  background-color: rgba(255, 255, 255, 0.15);
  z-index: 100;

  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3vw;
  box-sizing: border-box;
}
.header > .left {
  height: 8vw;
  width: auto;
}
.header > .right {
  width: 22.8vw;
  height: 8vw;
  border: 2.32px solid #EEEEEE4D;
  background: #00000033;
  box-shadow: 0px 1.48px 2.96px -1.48px #110C2214;
  border-radius: 4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 3vw;
}
.w-full {
  width: 100%;
  height: auto;
}

.container {
  margin-left: 4vw;
  margin-right: 4vw;
}
.container > .title {
  margin-top: 3vw;
  font-size: 5.8vw;
  font-weight: 600;
  text-align: center;
}
.card {
  width: 100%;
  border-radius: 2vw;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px #0000000D;
  box-sizing: border-box;
}
.text {
  font-size: 3.5vw;
  line-height: 1.5;
  color: #374151;
}
.title1 {
  margin-top: 10vw;
  margin-bottom: 1vw;
  font-size: 5.8vw;
  font-weight: 600;
  text-align: center;
  color: #1F2937;
}