.bi-a-btn {
  margin: 25px 0;
  width: 50%;
  display: inline-block;
  cursor: pointer;
  background: #fff;
  padding: 8px 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.cart-footer .lonchJX-btn {
  margin-bottom: 45px;
  padding: 5px 0;
}

.cart-footer a {
  color: #000;
}

.cart-footer .lonchJX-btn .link-text {
  font-size: 18px;
}

.cart-footer .lonchJX-btn .link-text:hover {
  -webkit-text-decoration: revert;
  -moz-text-decoration: revert;
  text-decoration: revert;
  font-weight: 600;
  color: #000;
}

.treeitory-member-card:nth-child(2n) {
  margin-top: 30px;
}

.treeitory-member {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 4;
  -moz-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  font-size: 18px;
  line-height: 26px;
}

.treeitory-member .treeitory-membe-title {
  margin-bottom: 5px;
}

.treeitory-member .treeitory-membe-title img {
  width: 40px;
}

.treeitory-member .treeitory-membe-title ul {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}

.treeitory-member .treeitory-membe-title ul li {
  float: left;
  font-size: 20px;
  font-weight: 600;
}

.treeitory-member .treeitory-membe-title ul li:nth-child(2n) {
  padding: 0 10px;
}

.treeitory-member .treeitory-member-company p {
  padding: 5px 0;
}

.treeitory-member .treeitory-member-flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.banner.mobile .banner-image {
  padding: 20px;
  width: 100%;
  cursor: pointer;
}

.banner.desktop .banner-image {
  width: 100%;
  cursor: pointer;
}

.banner.desktop {
  padding-top: 80px;
}

.lonch .block1 {
  height: auto;
}

.updatelists .u-content {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .lcs-wraper .lcs-card-list .lcs-card {
    min-height: auto !important;
  }
  .lonch .yfBlock .lcs-wraper .lcs-card-list .lcs-card {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

#banner-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}

.banner-modal-content-wrapper {
  position: fixed;
  width: 350px;
  left: 0;
  right: 0;
  margin: auto;
  top: 100px;
  background: #fff;
}

.banner-modal-close-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  cursor: pointer;
  z-index: 100;
}

.banner-modal-content {
  padding: 24px;
  text-align: center;
  margin: 0 auto;
}
