#home {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.nav_tab {
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}
.nav_tab .nav {
  width: 100%;
  padding: 20px 10%;
  background-color: #fff;
  border-radius: 0 0 30px 30px;
  box-shadow: 0 22px 22px 0 rgba(0, 0, 0, 0.03);
}
.nav_tab .nav img {
  vertical-align: middle;
  width: 170px;
}
.nav ul {
  float: right;
  margin: 2px 0 0;
}
.nav li {
  float: left;
  list-style: none;
  font-size: 20px;
  padding: 4px 15px;
}
.nav li a {
  color: #2c2b2b;
  text-decoration: none;
}
.title {
  text-align: center;
  font-weight: bold;
  padding: 30px 0;
  font-size: 34px;
  color: #2c5600;
}
img {
  width: 100%;
}
#faq {
  width: 100%;
  vertical-align: middle;
  background-size: 100%;
  background-position: center center;
}
#faq .news {
  width: 94%;
  margin: 0 auto;
  padding-bottom: 20px;
}
#faq .news ul {
  width: 100%;
  padding: 0;
}
#faq .news ul .item {
  list-style: none;
  width: 100%;
  background-color: #fff;
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #e0e0e0;
}
#faq .news ul .item .question {
  padding: 15px 0;
  margin: 14px 0;
  cursor: pointer;
  color: #414141;
  font-weight: 700;
  font-size: 16px;
}
#faq .news ul .item .up {
  display: none;
}
#faq .news ul .item .down {
  transform: rotateX(180deg);
}
#faq .news ul .item .answer {
  margin: 0 20px 20px 0;
  display: none;
  padding-bottom: 20px;
}
#faq .news ul .item img {
  width: 22px;
  position: absolute;
  top: 28px;
  right: 20px;
}

#delete-account {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  text-align: right;
  background: url('../img/delete-account-bg.png') no-repeat;
  background-size: 100% 100%;
  padding: 20px 4vw 32px;
}

#delete-account .delete-account-img {
  margin-right: 6vw;
  max-width: 30vw;
}

#delete-account .content {
  flex: 1;
  text-align: left;
}

#delete-account .card {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 16px;
  background: #ffffff;
  border-radius: 32px;
}

#delete-account .input-wrap {
  margin-top: 12px;
}

#delete-account .input-wrap .input-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: #333333;
}
#delete-account .input-wrap .input-inner {
  width: 100%;
  padding-left: 20px;
  height: 40px;
  border-radius: 12px;
  font-size: 16px;
  flex: 1;
  border: 1px solid #d7dedd;
  background: #f7f7f7;
}
#delete-account .button-wrap {
  margin-top: 16px;
}
#delete-account .button-wrap .button-innner {
  padding: 16px 0;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  background: linear-gradient(to bottom, #81d829, #69bb16);
  border-radius: 16px;
  border: none;
}
.foot {
  width: 100%;
  padding: 0 3%;
  color: #000;
  background: #f7f7f7;
}
.foot .foot_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0 12px;
}
.foot .left {
  width: 40%;
}
.foot .right {
  width: 40%;
  font-size: 16px;
  text-align: right;
}
.foot .privacy a {
  color: #000;
}
.foot .info {
  margin: 16px 0;
  text-align: left;
  font-size: 16px;
}
.foot .info-title {
  margin-right: 8px;
  font-size: 18px;
  font-weight: 700;
}
.foot .left .logo_footer {
  width: 170px;
}
.foot .left .icon {
  width: 20px;
}
.foot .right img {
  width: 140px;
}
.foot .right .download {
  color: #306235;
  font-weight: 700;
}
.foot .card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #69bb16;
  padding: 20px 0 40px;
  margin-top: 16px;
}
