.help {
  padding-top: 110px;
  position: relative;
}
.help .center {
  text-align: center;
}
.help .flex {
  display: flex;
  flex-wrap: wrap;
}
.help .grid {
  display: grid;
}
.help .readmore a {
  cursor: pointer;
}
.help .pointer {
  cursor: pointer;
}
.help .max-width-1280 {
  max-width: 1280px !important;
}
.help .black {
  color: #000;
}
.help .black-b {
  background-color: #000;
}
.help .blue {
  color: #419df2;
}
.help .blue-b {
  background-color: #419df2;
}
.help .darkgray {
  color: #4d4d4d;
}
.help .darkgray-b {
  background-color: #4d4d4d;
}
.help .lightgray {
  color: #f2f2f2;
}
.help .lightgray-b {
  background-color: #f2f2f2;
}
.help .green {
  color: #24b5b3;
}
.help .green-b {
  background-color: #24b5b3;
}
.help .darkblue {
  color: #2c79d1;
}
.help .darkblue-b {
  background-color: #2c79d1;
}
.help .gray {
  color: #b3b3b3;
}
.help .gray-b {
  background-color: #b3b3b3;
}
.help .target {
  font-size: 18px;
}
.help .target .title {
  font-size: 45px;
  color: #419df2;
}
.help .target .cell {
  width: 290px;
  height: 290px;
  border-style: solid;
  border-radius: 3px 3px 3px 3px;
  border-color: #f2f2f2;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 30px;
  text-align: center;
}
.help .target .nav-button.nav-button-left {
  float: left;
}
.help .target .nav-button.nav-button-right {
  float: right;
}
.help .target .nav-button {
  height: 140px;
  width: 40px;
  text-align: center;
  font-size: 25px;
  color: #cbcbcb;
  cursor: pointer;
}
.help .target .nav-button .glyphicon {
  line-height: 285px;
}
.help .target .target-list {
  height: 300px;
  overflow-x: hidden;
  white-space: nowrap;
  font-size: 0;
}
.help .target .target-list .target-list-logo {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 30px;
  width: 290px;
  height: 290px;
  border-style: solid;
  border-radius: 3px 3px 3px 3px;
  border-color: #f2f2f2;
  text-align: center;
}
.help .target .image-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.help .article {
  font-size: 18px;
}
.help .article .title {
  font-size: 28px;
}
.help .article .cell {
  display: inline-block;
  width: 300px;
  height: 75px;
}
.help .article .cell img {
  display: inline-block;
  float: left;
  width: 50px;
  height: 50px;
}
.help .article .detail {
  max-width: 250px;
  display: inline-block;
  float: left;
  padding-left: 15px;
}
.help .article .detail .title {
  overflow: hidden;
  white-space: nowrap;
}
.help .video {
  font-size: 14px;
}
.help .QnA {
  font-size: 18px;
}
.help .QnA .title {
  font-size: 28px;
}
.help .QnA .question {
  font-size: 28px;
  color: #419df2;
}
.help .QnA .question.expand {
  font-size: 35px;
}
.help .QnA .description {
  padding-top: 10px;
}
.help .top {
  font-size: 18px;
}
.help .top .title {
  font-size: 35px;
  padding-top: 30px;
}
.help .top .cell {
  width: 600px;
  height: 200px;
  border-style: solid;
  border-radius: 3px 3px 3px 3px;
  border-color: #f2f2f2;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  flex: 0 48%;
}
.help .contact {
  font-size: 18px;
}
.help .contact .title {
  font-size: 28px;
}
.help .video {
  font-size: 14px;
}
.help .video .cell {
  width: 290px;
  height: 160px;
}
.help .search {
  font-size: 18px;
  min-height: 250px;
  background: -webkit-linear-gradient(90deg,#24b5b3,#2c79d1);
  background: -o-linear-gradient(90deg,#24b5b3,#2c79d1);
  background: -moz-linear-gradient(90deg,#24b5b3,#2c79d1);
  background: linear-gradient(90deg,#24b5b3,#2c79d1);
  color: #fff;
}
.help .search .title {
  font-size: 45px;
}
.help .search .searchbar {
  margin: 0 auto;
  width: 800px;
  height: 40px;
}
.help .search .readmore {
  color: #fff;
}
.help .html_desc img {
  max-width: 750px !important;
}
