.qcare #quick-links, .qcare-n #quick-links {
  display: none;
}
.qcare-n p {
  font-size: 16px;
}
.qcare-n .parallax-window {
  height: 500px;
}
.qcare-n h2 {
  color: #8F2874;
  font-weight: 800;
  font-size: 36px;
}
.qcare-n h2 span {
  color: #000;
  font-weight: 400;
  font-size: 36px;
}
.qcare-n h2 span.small {
  font-size: 28px;
}
.qcare-n h2.em {
  font-style: italic;
}
.qcare-n .el-table {
  border: none;
}
.qcare-n .el-table * {
  font-size: 16px;
}
.qcare-n .el-table th {
  background-color: #323231;
  color: #EFD469;
  padding: 10px;
}
.qcare-n .el-table tr:nth-child(2n):not(.hd) {
  background-color: #DDDDDD;
}
.lg{ background-color: #DDDDDD;}
.qc-header {
  display: block;
  width: 100%;
  position: relative;
  /*min-height: 500px;*/
}
.curve {
  background-color: #DDDDDD;
  display: block;
  height: 450px;
  width: 100%;
  transform: skewY(6deg) translateY(-330px);
  position: absolute;
  z-index: 1;
}
.qc-header-text {
  position: relative;
  z-index: 2;
  margin-top: 150px;
  margin-bottom: 50px;
}
.qc-hd1 {
  font-size: 40px;
  font-weight: 600;
  text-align: right;
  margin-bottom: 70px
}
.qc-hd1 span {
  font-size: 40px;
  font-weight: 400;
}
.flex {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.flex-2c > div {
  width: 50%;
  padding: 30px;
}
.flex-2c .rb {
  border-right: 2px solid #000;
}
.flex-4c > div {
  width: 25%;
  padding: 3%;
  border-top: 1px solid #DFDFDF;
  border-left: 1px solid #DFDFDF;
  margin: -1px 0 0 -1px;
}
.flex-4c img {
  width: 100%;
  height: auto;
}
.flex-3c > div {
  padding: 30px;
}
.flex-3c > div:nth-child(1) {
  width: 50%;
}
.flex-3c > div:nth-child(2) {
  width: 25%;
  background-color: #E9E9E9;
	text-align: center!important;
}
.flex-3c > div:nth-child(3) {
  width: 25%;
  background-color: #EFD469;
}
.qc-apply-bu {
  background-color: #E31C6E;
  color: #FFF;
  text-decoration: none;
  padding: 8px 16px;
  font-size: 20px;
  border-radius: 50px;
  margin: 20px 0px;
  display: block;
  width: 150px;
  text-align: center;
}
.qc-apply-bu:hover {
  background-color: #762567;
  color: #FFF;
}

.flex-2c .rb .qc-apply-bu {
    margin: 0px auto;
  }
.qc-block {
  padding: 50px 0;
}
.adv-list, .qc-ul-2 {
  list-style: none;
}
.adv-list li {
  display: block;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #8F2874;
}
.adv-list li span {
  display: block;
  color: #000;
  font-size: 16px;
}
.adv-list li span.num {
  float: left;
  font-size: 40px;
  font-weight: 600;
  line-height: 1em;
  margin-right: 10px;
  color: #E31C6E;
}
.qc-reg {
  max-width: 100%;
  width: 40%;
  transform: translate(10%, -50%);
  margin-bottom: -50%;
}
.qc-gray {
  background-color: #424242;
}
.qc-block.qc-gray, .qc-block.bc3 {
  padding: 0;
}
.qc-gray .flex-2c div {
  padding: 0;
}
.qc-gray h2 {
  color: #EFD469;
  font-size: 46px;
  padding-top: 50px;
}
.qc-gray h2 span {
  color: #EFD469;
  display: block;
}
.qc-gray p {
  color: #FFF;
  font-size: 18px;
}
.recr img {
  margin: 30px 0;
}
.bc3 h2 {
  font-size: 26px;
}
.bc3 h3 {
  font-size: 20px;
  font-weight: 600;
  padding: 20px 0;
}
.bc3 p {
  text-align: center;
}
.qc-ul-2 li {
  padding: 10px 0;
  font-size: 16px;
}
.qc-ul-2 li span {
  font-weight: 600;
  color: #8F2874;
  font-size: 16px;
}
@media screen and (max-width:980px) {
  .flex-3c > div:nth-child(1) {
    width: 33.33%;
	  
  }
  .flex-3c > div:nth-child(2) {
    width: 33.33%;
  }
  .flex-3c > div:nth-child(3) {
    width: 33.33%;
  }
}
@media screen and (max-width:768px) {
  .curve {
    display: none;
  }
  .qc-block {
    padding: 20px 20px;
  }
  .qc-header-text {
    margin-top: 85px;
    margin-bottom: 0px;
  }
  .qc-header-text p {
    padding: 30px 30px 0 30px;
  }
  .qc-hd1 {
    background-color: #DDDDDD;
    text-align: center;
    margin-bottom: 0px;
    padding: 20px 0;
  }
  .flex-2c > div {
    padding: 0;
  }
	.flex-3c > div:nth-child(2) { text-align: center!important;}
  .flex > div, .flex-3c > div {
    width: 100% !important;
  }
  .flex-2c .rb {
    border-right: none;
  }
  .flex-2c .rb .qc-apply-bu {
    margin: 30px auto 0
  }
  .qcare-n .el-table thead tr th:nth-child(2), .qcare-n .el-table tbody tr td:nth-child(2) {
    display: none;
  }
	.flex-4c.flex > div { width: 50% !important;}
  /*.flex-4c.flex {
    display: block;
    overflow: scroll !important;
    white-space: nowrap;
  }
  .flex-4c.flex > div {
    display: inline-block;
    width: auto !important;
    border: none !important;
  }
  .flex-4c.flex > div img {
    width: 90%;
  }*/
  .mobile.qcare-n .parallax-window {
    height: auto !important;
    padding-top: 0 !important;
  }
  .adv-list li {
    font-size: 18px;
  }
}