/* Color */
/* 47, 150, 209 */
/* Site default value */
/* Layer Index */
/* Screen width */
section.ppBlkBanner1.ppBlkSubPageBannerWithContentBox div.container {
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-color: transparent;
  margin-bottom: 10px;
}
section.ppBlkBanner1.ppBlkSubPageBannerWithContentBox div.container div.titleGroup {
  width: 100%;
  padding: 15px 30px;
  color: #fff;
  background-color: #28c;
}
@media screen and (max-width: 991px) {
  section.ppBlkBanner1.ppBlkSubPageBannerWithContentBox div.container div.titleGroup {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  section.ppBlkBanner1.ppBlkSubPageBannerWithContentBox div.container div.titleGroup {
    padding: 10px;
  }
}
@media screen and (max-width: 567px) {
  section.ppBlkBanner1.ppBlkSubPageBannerWithContentBox div.container div.titleGroup {
    padding: 8px;
  }
}
@media screen and (max-width: 479px) {
  section.ppBlkBanner1.ppBlkSubPageBannerWithContentBox div.container div.titleGroup {
    padding: 5px;
  }
}
section.ppBlkBanner1.ppBlkSubPageBannerWithContentBox div.container div.titleGroup .title {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  section.ppBlkBanner1.ppBlkSubPageBannerWithContentBox div.container div.titleGroup .title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  section.ppBlkBanner1.ppBlkSubPageBannerWithContentBox div.container div.titleGroup .title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (max-width: 567px) {
  section.ppBlkBanner1.ppBlkSubPageBannerWithContentBox div.container div.titleGroup .title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (max-width: 479px) {
  section.ppBlkBanner1.ppBlkSubPageBannerWithContentBox div.container div.titleGroup .title {
    font-size: 26px;
    line-height: 30px;
  }
}
section.ppBlkBanner1.ppBlkSubPageBannerWithContentBox div.container div.titleGroup .title strong {
  color: #127ec7;
  display: inline-block;
}
section.ppBlkBanner1.ppBlkSubPageBannerWithContentBox div.container div.titleGroup .subTitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  section.ppBlkBanner1.ppBlkSubPageBannerWithContentBox div.container div.titleGroup .subTitle {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  section.ppBlkBanner1.ppBlkSubPageBannerWithContentBox div.container div.titleGroup .subTitle {
    font-size: 14px;
  }
}
section.ppBlkBanner1.ppBlkSubPageBannerWithContentBox div.container div.contentGroup {
  width: 100%;
  padding: 0;
  background-color: transparent;
  position: relative;
}
section.ppBlkBanner1.ppBlkSubPageBannerWithContentBox div.container div.contentGroup img.icon {
  bottom: 0;
  width: 100%;
  height: auto;
}
section.ppBlkBanner1.ppBlkSubPageBannerWithContentBox div.container div.contentGroup div.blkItem {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 15px;
  background-color: rgba(32, 135, 194, 0.95);
  padding: 20px 30px;
  display: flex;
  align-items: center;
  font-size: 16px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  section.ppBlkBanner1.ppBlkSubPageBannerWithContentBox div.container div.contentGroup div.blkItem {
    display: none;
  }
}
section.ppBlkBanner1.ppBlkSubPageBannerWithContentBox div.container div.contentGroup div.blkItem div.itemContainer {
  min-height: auto;
  margin: 0;
}
@media screen and (max-width: 991px) {
  section.ppBlkBanner1.ppBlkSubPageBannerWithContentBox div.container div.contentGroup div.blkItem div.itemContainer {
    margin-left: 48%;
  }
}
@media screen and (max-width: 479px) {
  section.ppBlkBanner1.ppBlkSubPageBannerWithContentBox div.container div.contentGroup div.blkItem div.itemContainer {
    margin: 0;
    padding: 0;
    width: 280px;
  }
}
section.ppBlkBanner1.ppBlkSubPageBannerWithContentBox div.container div.contentGroup div.blkItem div.itemContainer img.itemIcon {
  width: 21px;
  height: auto;
  float: left;
}
@media screen and (max-width: 991px) {
  section.ppBlkBanner1.ppBlkSubPageBannerWithContentBox div.container div.contentGroup div.blkItem div.itemContainer img.itemIcon {
    display: none;
  }
}
section.ppBlkBanner1.ppBlkSubPageBannerWithContentBox div.container div.contentGroup div.blkItem div.itemContainer img.itemImage {
  display: none;
}
@media screen and (max-width: 991px) {
  section.ppBlkBanner1.ppBlkSubPageBannerWithContentBox div.container div.contentGroup div.blkItem div.itemContainer img.itemImage {
    display: inline-block;
    width: 21px;
    height: auto;
    float: left;
    margin-top: 3px;
  }
}
section.ppBlkBanner1.ppBlkSubPageBannerWithContentBox div.container div.contentGroup div.blkItem div.itemContainer div.itemTitleGroup {
  padding: 0 0 0 30px;
  margin-left: 0;
}
section.ppBlkBanner1.ppBlkSubPageBannerWithContentBox div.container div.contentGroup div.blkItem div.itemContainer div.itemTitleGroup .itemTitle {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  padding-top: 3px;
}
@media screen and (max-width: 1279px) {
  section.ppBlkBanner1.ppBlkSubPageBannerWithContentBox div.container div.contentGroup div.blkItem div.itemContainer div.itemTitleGroup .itemTitle {
    font-size: 15px;
    padding-top: 4px;
  }
}
@media screen and (max-width: 991px) {
  section.ppBlkBanner1.ppBlkSubPageBannerWithContentBox div.container div.contentGroup div.blkItem div.itemContainer div.itemTitleGroup .itemTitle {
    color: #636363;
  }
}
@media screen and (max-width: 479px) {
  section.ppBlkBanner1.ppBlkSubPageBannerWithContentBox div.container div.contentGroup div.blkItem div.itemContainer div.itemTitleGroup .itemTitle {
    width: 280;
  }
}
section.ppBlkBanner1.ppBlkSubPageBannerWithContentBox div.container div.contentGroup div.blkItem div.itemContainer div.itemTitleGroup .itemSubTitle {
  color: #FFF;
  font-weight: 400;
}
section.ppBlkBanner1.ppBlkSubPageBannerWithContentBox div.container div.contentGroup div.blkItem div.itemContainer div.itemDesc {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
section.ppBlkBanner1.ppBlkSubPageBannerWithContentBox div.container div.contentGroup div.blkItem div.itemContainer div.itemDesc .mv-layer-box-point {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
section.ppBlkBanner1.ppBlkSubPageBannerWithContentBox div.container div.contentGroup div.blkItem div.itemContainer div.itemDesc .mv-layer-box-point:before {
  content: "";
  background: url(/assets/pp2020/images/common/arrow_d.png);
  width: 12px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 2px;
}
section.ppBlkBanner1.ppBlkSubPageBannerWithContentBox div.container div.contentGroup div.button1 {
  margin-top: 20px;
}
section.ppBlkBanner1.ppBlkSubPageBannerWithContentBox div.container div.contentGroup div.button1 button {
  width: 100%;
  height: auto;
}
section.ppBlkBanner1.ppBlkSubPageBannerWithContentBox div.container div.contentGroup div.button1 button span {
  display: inline-block;
  width: 220px;
}

/*# sourceMappingURL=ppBlkSubPageBannerWithContentBox.css.map */
