.membershipAllWrap {
  width: 100%;
  height: auto;
}
.membershipAllWrap .contentSection .contentMain .membershipArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .leftArea {
  width: 50%;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .leftArea img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea {
  width: 80%;
  padding: 0 30px;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1b3b86;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea span {
  font-weight: 700;
  font-size: 22px;
  color: #000;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea p {
  color: #3d3d3d;
  margin-top: 14px;
  font-size: 16px;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea .smallTitle {
  font-weight: 600;
  font-size: 16px;
  color: #1b3b86;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea .userInfo {
  margin-top: 40px;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea .userInfo .donateWarpBtn {
  margin-top: 14px;
  display: inline-block;
  padding: 12px 30px;
  background: #1b3b86;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea .userInfo .donateWarpBtn:hover {
  background: #2b60a5;
  color: #fff;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea .userInfo .smallTitleWrap {
  margin-top: 14px;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea .userInfo .listWrap {
  margin-top: 14px;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea .userInfo .listWrap .userInfoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea .userInfo .listWrap .userInfoList p {
  color: #3d3d3d;
  margin-top: 0px;
  margin-left: 4px;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea .userInfo .table-type1 {
  margin: 10px 0px 30px 0px;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea .userInfo .table-type1 .tableTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea .userInfo .table-type1 .tableTitle h3 {
  margin-top: 0px;
  color: #222;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea .userInfo .table-type1 .tableTitle h3 span {
  font-size: inherit !important;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea .userInfo .table-type1 table {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 8px;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea .userInfo .table-type1 .col-style1 {
  border-top: 2px solid #1b3b86;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea .userInfo .table-type1 .col-style1 thead th {
  padding: 20px 0;
  background: #eff2f7;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  color: #0e4286;
  text-align: center;
  font-weight: 600;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea .userInfo .table-type1 .col-style1 tbody th {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  background: #fafafa;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea .userInfo .table-type1 .col-style1 tbody td {
  padding: 20px 0px;
  font-size: 16px;
  color: #222;
  font-weight: 500;
  text-align: center;
  word-break: keep-all;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
  padding-left: 0;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea .userInfo .table-type1 .col-style1 tbody td.left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  text-align: left;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea .userInfo .table-type1 .col-style1 tbody td p {
  margin: 0;
  font-size: 16px;
  color: #222;
  font-weight: 500;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea .userInfo .table-type1 .col-style1 tbody td a {
  color: #222;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea .userInfo .table-type1 .col-style1 tbody td.line {
  border-right: 1px solid #ddd;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea .userInfo .table-type1 .col-style1 tbody th.line {
  border-right: 1px solid #ddd;
  vertical-align: middle;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea .userInfo .table-type1 .col-style2 thead th {
  padding: 12px 0;
  background: #e8f0fa;
  border: 1px solid #ccc;
  border-right: 0;
  font-size: 16px;
  color: #0e4286;
  text-align: center;
  font-weight: 500;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea .userInfo .table-type1 .col-style2 thead th:last-child {
  border-right: 1px solid #ccc;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea .userInfo .table-type1 .col-style2 tbody td {
  padding: 12px 0;
  font-size: 16px;
  color: #222;
  font-weight: 500;
  border: 1px solid #ccc;
  border-top: 0;
  border-right: 0;
  text-align: center;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea .userInfo .table-type1 .col-style2 tbody td:last-child {
  border-right: 1px solid #ccc;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea .userInfo .table-type1 .col-style2 tbody td.l {
  text-align: left;
  font-size: 13px;
  color: #666;
  font-weight: 400;
  padding: 20px 0 20px 40px;
  line-height: 1.5;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea .userInfo .table-type1 .col-style2 tbody td.l strong {
  display: block;
  font-size: 14px;
  color: #444;
  font-weight: 500;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea .userInfo .table-type1 .col-style2 thead th.no-line {
  border-left: 0;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea .userInfo .table-type1 .col-style3 {
  border-top: 3px solid #121212;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea .userInfo .table-type1 .col-style3 thead th {
  padding: 16px 0;
  background: #eff2f7;
  font-size: 14px;
  color: #0e4286;
  text-align: center;
  font-weight: 600;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea .userInfo .table-type1 .col-style3 tbody td {
  padding: 15px 20px 15px 40px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  color: #444;
  text-align: left;
  font-weight: 300;
  word-break: keep-all;
  border-left: 1px solid #ddd;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea .userInfo .table-type1 .col-style3 tbody td.name {
  color: #222;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  padding: 15px 20px;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea .userInfo .table-type1 .col-style3 tbody td.c {
  text-align: center;
  padding-left: 15px;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea .userInfo .table-type1 .col-style3 tbody td.tit {
  color: #0e4286;
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  padding: 15px 20px;
  border-left: 0;
  text-align: center;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea .userInfo .table-type1 .col-style3 tbody td.tit span {
  font-size: 20px;
}
.membershipAllWrap .contentSection .contentMain .membershipArea .rightArea .userInfo .table-type1 .col-style3.no-line td {
  border-left: 0;
}